@charset 'UTF-8';
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--color-pink: #D19AB4;
	--color-darkpink: #ba7d9a;
}
.hidden-xs-up
{
    display: none !important;
}

@media (max-width: 575.98px)
{
    .hidden-xs-down
    {
        display: none !important;
    }
}

@media (min-width: 576px)
{
    .hidden-sm-up
    {
        display: none !important;
    }
}

@media (max-width: 767.98px)
{
    .hidden-sm-down
    {
        display: none !important;
    }
}

@media (min-width: 768px)
{
    .hidden-md-up
    {
        display: none !important;
    }
}

@media (max-width: 1011.98px)
{
    .hidden-md-down
    {
        display: none !important;
    }
}

@media (min-width: 1012px)
{
    .hidden-lg-up
    {
        display: none !important;
    }
}

@media (max-width: 1139.98px)
{
    .hidden-lg-down
    {
        display: none !important;
    }
}

@media (min-width: 1140px)
{
    .hidden-xl-up
    {
        display: none !important;
    }
}

.hidden-xl-down
{
    display: none !important;
}

:root
{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c1000b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #c1000b;
    --light: #f8f9fa;
    --dark: #343a40;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #c1000b;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1012px;
    --breakpoint-xl: 1140px;
    --font-family-sans-serif: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

*,
*::before,
*::after
{
    box-sizing: border-box;
}

html
{
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section
{
    display: block;
}

body
{
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'メイリオ', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;

    margin: 0;

    text-align: left;

    color: #212529;
    background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible)
{
    outline: 0 !important;
}

hr
{
    overflow: visible;

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;

    border-bottom: 0;

    -webkit-text-decoration-skip-ink: none;

            text-decoration-skip-ink: none;
}

address
{
    font-style: normal;
    line-height: inherit;

    margin-bottom: 1rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: none;

    color: #007bff;
    background-color: transparent;
}
a:hover
{
    text-decoration: underline;

    color: #0056b3;
}

a:not([href]):not([class])
{
    text-decoration: none;

    color: inherit;
}
a:not([href]):not([class]):hover
{
    text-decoration: none;

    color: inherit;
}

pre,
code,
kbd,
samp
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre
{
    overflow: auto;

    margin-top: 0;
    margin-bottom: 1rem;

    -ms-overflow-style: scrollbar;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;

    border-style: none;
}

svg
{
    overflow: hidden;

    vertical-align: middle;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom;

    text-align: left;

    color: #6c757d;
}

th
{
    text-align: inherit;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

[role='button']
{
    cursor: pointer;
}

select
{
    word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled)
{
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox']
{
    box-sizing: border-box;
    padding: 0;
}

textarea
{
    overflow: auto;

    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal;

    color: inherit;
}

progress
{
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

[type='search']
{
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-file-upload-button
{
    font: inherit;

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

summary
{
    display: list-item;

    cursor: pointer;
}

template
{
    display: none;
}

[hidden]
{
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-weight: 500;
    line-height: 1.5;

    margin-bottom: .5rem;
}

h1,
.h1
{
    font-size: 3.75rem;
}

h2,
.h2
{
    font-size: 3rem;
}

h3,
.h3
{
    font-size: 2.625rem;
}

h4,
.h4
{
    font-size: 2.25rem;
}

h5,
.h5
{
    font-size: 1.875rem;
}

h6,
.h6
{
    font-size: 1.5rem;
}

.lead
{
    font-size: 1.875rem;
    font-weight: 300;
}

.display-1
{
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.5;
}

.display-2
{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.5;
}

.display-3
{
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.5;
}

.display-4
{
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.5;
}

hr
{
    margin-top: 1rem;
    margin-bottom: 1rem;

    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

small,
.small
{
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

.list-unstyled
{
    padding-left: 0;

    list-style: none;
}

.list-inline
{
    padding-left: 0;

    list-style: none;
}

.list-inline-item
{
    display: inline-block;
}
.list-inline-item:not(:last-child)
{
    margin-right: .5rem;
}

.initialism
{
    font-size: 90%;

    text-transform: uppercase;
}

.blockquote
{
    font-size: 1.875rem;

    margin-bottom: 1rem;
}

.blockquote-footer
{
    font-size: 80%;

    display: block;

    color: #6c757d;
}
.blockquote-footer::before
{
    content: '\2014\00A0';
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px)
{
    .container,
    .container-sm
    {
        max-width: 540px;
    }
}

@media (min-width: 768px)
{
    .container,
    .container-sm,
    .container-md
    {
        max-width: 720px;
    }
}

@media (min-width: 1012px)
{
    .container,
    .container-sm,
    .container-md,
    .container-lg
    {
        max-width: 980px;
    }
}

@media (min-width: 1140px)
{
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl
    {
        max-width: 1080px;
    }
}

.row
{
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto
{
    position: relative;

    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col
{
    max-width: 100%;

    flex-basis: 0;
    flex-grow: 1;
}

.row-cols-1 > *
{
    max-width: 100%;

    flex: 0 0 100%;
}

.row-cols-2 > *
{
    max-width: 50%;

    flex: 0 0 50%;
}

.row-cols-3 > *
{
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
}

.row-cols-4 > *
{
    max-width: 25%;

    flex: 0 0 25%;
}

.row-cols-5 > *
{
    max-width: 20%;

    flex: 0 0 20%;
}

.row-cols-6 > *
{
    max-width: 16.66667%;

    flex: 0 0 16.66667%;
}

.col-auto
{
    width: auto;
    max-width: 100%;

    flex: 0 0 auto;
}

.col-1
{
    max-width: 8.33333%;

    flex: 0 0 8.33333%;
}

.col-2
{
    max-width: 16.66667%;

    flex: 0 0 16.66667%;
}

.col-3
{
    max-width: 25%;

    flex: 0 0 25%;
}

.col-4
{
    max-width: 33.33333%;

    flex: 0 0 33.33333%;
}

.col-5
{
    max-width: 41.66667%;

    flex: 0 0 41.66667%;
}

.col-6
{
    max-width: 50%;

    flex: 0 0 50%;
}

.col-7
{
    max-width: 58.33333%;

    flex: 0 0 58.33333%;
}

.col-8
{
    max-width: 66.66667%;

    flex: 0 0 66.66667%;
}

.col-9
{
    max-width: 75%;

    flex: 0 0 75%;
}

.col-10
{
    max-width: 83.33333%;

    flex: 0 0 83.33333%;
}

.col-11
{
    max-width: 91.66667%;

    flex: 0 0 91.66667%;
}

.col-12
{
    max-width: 100%;

    flex: 0 0 100%;
}

.order-first
{
    order: -1;
}

.order-last
{
    order: 13;
}

.order-0
{
    order: 0;
}

.order-1
{
    order: 1;
}

.order-2
{
    order: 2;
}

.order-3
{
    order: 3;
}

.order-4
{
    order: 4;
}

.order-5
{
    order: 5;
}

.order-6
{
    order: 6;
}

.order-7
{
    order: 7;
}

.order-8
{
    order: 8;
}

.order-9
{
    order: 9;
}

.order-10
{
    order: 10;
}

.order-11
{
    order: 11;
}

.order-12
{
    order: 12;
}

.offset-1
{
    margin-left: 8.33333%;
}

.offset-2
{
    margin-left: 16.66667%;
}

.offset-3
{
    margin-left: 25%;
}

.offset-4
{
    margin-left: 33.33333%;
}

.offset-5
{
    margin-left: 41.66667%;
}

.offset-6
{
    margin-left: 50%;
}

.offset-7
{
    margin-left: 58.33333%;
}

.offset-8
{
    margin-left: 66.66667%;
}

.offset-9
{
    margin-left: 75%;
}

.offset-10
{
    margin-left: 83.33333%;
}

.offset-11
{
    margin-left: 91.66667%;
}

@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .row-cols-sm-1 > *
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .row-cols-sm-2 > *
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row-cols-sm-3 > *
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .row-cols-sm-4 > *
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row-cols-sm-5 > *
    {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row-cols-sm-6 > *
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-sm-auto
    {
        width: auto;
        max-width: 100%;

        flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-sm-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-sm-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-sm-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-sm-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-sm-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-sm-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-sm-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-sm-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-sm-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-sm-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-sm-12
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .order-sm-first
    {
        order: -1;
    }
    .order-sm-last
    {
        order: 13;
    }
    .order-sm-0
    {
        order: 0;
    }
    .order-sm-1
    {
        order: 1;
    }
    .order-sm-2
    {
        order: 2;
    }
    .order-sm-3
    {
        order: 3;
    }
    .order-sm-4
    {
        order: 4;
    }
    .order-sm-5
    {
        order: 5;
    }
    .order-sm-6
    {
        order: 6;
    }
    .order-sm-7
    {
        order: 7;
    }
    .order-sm-8
    {
        order: 8;
    }
    .order-sm-9
    {
        order: 9;
    }
    .order-sm-10
    {
        order: 10;
    }
    .order-sm-11
    {
        order: 11;
    }
    .order-sm-12
    {
        order: 12;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.33333%;
    }
    .offset-sm-2
    {
        margin-left: 16.66667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.33333%;
    }
    .offset-sm-5
    {
        margin-left: 41.66667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.33333%;
    }
    .offset-sm-8
    {
        margin-left: 66.66667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.33333%;
    }
    .offset-sm-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .row-cols-md-1 > *
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .row-cols-md-2 > *
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row-cols-md-3 > *
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .row-cols-md-4 > *
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row-cols-md-5 > *
    {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row-cols-md-6 > *
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-md-auto
    {
        width: auto;
        max-width: 100%;

        flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-md-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-md-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-md-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-md-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-md-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-md-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-md-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-md-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-md-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-md-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-md-12
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .order-md-first
    {
        order: -1;
    }
    .order-md-last
    {
        order: 13;
    }
    .order-md-0
    {
        order: 0;
    }
    .order-md-1
    {
        order: 1;
    }
    .order-md-2
    {
        order: 2;
    }
    .order-md-3
    {
        order: 3;
    }
    .order-md-4
    {
        order: 4;
    }
    .order-md-5
    {
        order: 5;
    }
    .order-md-6
    {
        order: 6;
    }
    .order-md-7
    {
        order: 7;
    }
    .order-md-8
    {
        order: 8;
    }
    .order-md-9
    {
        order: 9;
    }
    .order-md-10
    {
        order: 10;
    }
    .order-md-11
    {
        order: 11;
    }
    .order-md-12
    {
        order: 12;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.33333%;
    }
    .offset-md-2
    {
        margin-left: 16.66667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.33333%;
    }
    .offset-md-5
    {
        margin-left: 41.66667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.33333%;
    }
    .offset-md-8
    {
        margin-left: 66.66667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.33333%;
    }
    .offset-md-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1012px)
{
    .col-lg
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .row-cols-lg-1 > *
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .row-cols-lg-2 > *
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row-cols-lg-3 > *
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .row-cols-lg-4 > *
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row-cols-lg-5 > *
    {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row-cols-lg-6 > *
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-lg-auto
    {
        width: auto;
        max-width: 100%;

        flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-lg-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-lg-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-lg-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-lg-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-lg-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-lg-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-lg-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-lg-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-lg-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-lg-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-lg-12
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .order-lg-first
    {
        order: -1;
    }
    .order-lg-last
    {
        order: 13;
    }
    .order-lg-0
    {
        order: 0;
    }
    .order-lg-1
    {
        order: 1;
    }
    .order-lg-2
    {
        order: 2;
    }
    .order-lg-3
    {
        order: 3;
    }
    .order-lg-4
    {
        order: 4;
    }
    .order-lg-5
    {
        order: 5;
    }
    .order-lg-6
    {
        order: 6;
    }
    .order-lg-7
    {
        order: 7;
    }
    .order-lg-8
    {
        order: 8;
    }
    .order-lg-9
    {
        order: 9;
    }
    .order-lg-10
    {
        order: 10;
    }
    .order-lg-11
    {
        order: 11;
    }
    .order-lg-12
    {
        order: 12;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.33333%;
    }
    .offset-lg-2
    {
        margin-left: 16.66667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.33333%;
    }
    .offset-lg-5
    {
        margin-left: 41.66667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.33333%;
    }
    .offset-lg-8
    {
        margin-left: 66.66667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.33333%;
    }
    .offset-lg-11
    {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1140px)
{
    .col-xl
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .row-cols-xl-1 > *
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .row-cols-xl-2 > *
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .row-cols-xl-3 > *
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .row-cols-xl-4 > *
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .row-cols-xl-5 > *
    {
        max-width: 20%;

        flex: 0 0 20%;
    }
    .row-cols-xl-6 > *
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-xl-auto
    {
        width: auto;
        max-width: 100%;

        flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-xl-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-xl-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-xl-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-xl-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-xl-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-xl-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-xl-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-xl-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-xl-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-xl-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-xl-12
    {
        max-width: 100%;

        flex: 0 0 100%;
    }
    .order-xl-first
    {
        order: -1;
    }
    .order-xl-last
    {
        order: 13;
    }
    .order-xl-0
    {
        order: 0;
    }
    .order-xl-1
    {
        order: 1;
    }
    .order-xl-2
    {
        order: 2;
    }
    .order-xl-3
    {
        order: 3;
    }
    .order-xl-4
    {
        order: 4;
    }
    .order-xl-5
    {
        order: 5;
    }
    .order-xl-6
    {
        order: 6;
    }
    .order-xl-7
    {
        order: 7;
    }
    .order-xl-8
    {
        order: 8;
    }
    .order-xl-9
    {
        order: 9;
    }
    .order-xl-10
    {
        order: 10;
    }
    .order-xl-11
    {
        order: 11;
    }
    .order-xl-12
    {
        order: 12;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.33333%;
    }
    .offset-xl-2
    {
        margin-left: 16.66667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.33333%;
    }
    .offset-xl-5
    {
        margin-left: 41.66667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.33333%;
    }
    .offset-xl-8
    {
        margin-left: 66.66667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.33333%;
    }
    .offset-xl-11
    {
        margin-left: 91.66667%;
    }
}

.table
{
    width: 100%;
    margin-bottom: 1rem;

    color: #212529;
}
.table th,
.table td
{
    padding: .75rem;

    vertical-align: top;

    border-top: 1px solid #dee2e6;
}
.table thead th
{
    vertical-align: bottom;

    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody
{
    border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td
{
    padding: .3rem;
}

.table-bordered
{
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td
{
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td
{
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody
{
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover
{
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.table-primary,
.table-primary > th,
.table-primary > td
{
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody
{
    border-color: #7abaff;
}

.table-hover .table-primary:hover
{
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th
{
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td
{
    background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody
{
    border-color: #b3b7bb;
}

.table-hover .table-secondary:hover
{
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th
{
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td
{
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody
{
    border-color: #8fd19e;
}

.table-hover .table-success:hover
{
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th
{
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td
{
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody
{
    border-color: #86cfda;
}

.table-hover .table-info:hover
{
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th
{
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td
{
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody
{
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover
{
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th
{
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td
{
    background-color: #eeb8bb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody
{
    border-color: #df7a80;
}

.table-hover .table-danger:hover
{
    background-color: #e9a3a7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th
{
    background-color: #e9a3a7;
}

.table-light,
.table-light > th,
.table-light > td
{
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody
{
    border-color: #fbfcfc;
}

.table-hover .table-light:hover
{
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th
{
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td
{
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody
{
    border-color: #95999c;
}

.table-hover .table-dark:hover
{
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th
{
    background-color: #b9bbbe;
}

.table-blue,
.table-blue > th,
.table-blue > td
{
    background-color: #b8daff;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody
{
    border-color: #7abaff;
}

.table-hover .table-blue:hover
{
    background-color: #9fcdff;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th
{
    background-color: #9fcdff;
}

.table-indigo,
.table-indigo > th,
.table-indigo > td
{
    background-color: #d4bcfb;
}

.table-indigo th,
.table-indigo td,
.table-indigo thead th,
.table-indigo tbody + tbody
{
    border-color: #af83f8;
}

.table-hover .table-indigo:hover
{
    background-color: #c5a4fa;
}
.table-hover .table-indigo:hover > td,
.table-hover .table-indigo:hover > th
{
    background-color: #c5a4fa;
}

.table-purple,
.table-purple > th,
.table-purple > td
{
    background-color: #d7caee;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody
{
    border-color: #b49ddf;
}

.table-hover .table-purple:hover
{
    background-color: #c8b7e8;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th
{
    background-color: #c8b7e8;
}

.table-pink,
.table-pink > th,
.table-pink > td
{
    background-color: #f9c9df;
}

.table-pink th,
.table-pink td,
.table-pink thead th,
.table-pink tbody + tbody
{
    border-color: #f39bc3;
}

.table-hover .table-pink:hover
{
    background-color: #f6b2d1;
}
.table-hover .table-pink:hover > td,
.table-hover .table-pink:hover > th
{
    background-color: #f6b2d1;
}

.table-red,
.table-red > th,
.table-red > td
{
    background-color: #eeb8bb;
}

.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody
{
    border-color: #df7a80;
}

.table-hover .table-red:hover
{
    background-color: #e9a3a7;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th
{
    background-color: #e9a3a7;
}

.table-orange,
.table-orange > th,
.table-orange > td
{
    background-color: #fedbbd;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody
{
    border-color: #febc85;
}

.table-hover .table-orange:hover
{
    background-color: #fecda4;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th
{
    background-color: #fecda4;
}

.table-yellow,
.table-yellow > th,
.table-yellow > td
{
    background-color: #ffeeba;
}

.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody
{
    border-color: #ffdf7e;
}

.table-hover .table-yellow:hover
{
    background-color: #ffe8a1;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th
{
    background-color: #ffe8a1;
}

.table-green,
.table-green > th,
.table-green > td
{
    background-color: #c3e6cb;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody
{
    border-color: #8fd19e;
}

.table-hover .table-green:hover
{
    background-color: #b1dfbb;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th
{
    background-color: #b1dfbb;
}

.table-teal,
.table-teal > th,
.table-teal > td
{
    background-color: #c1f0e2;
}

.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody
{
    border-color: #8be3c9;
}

.table-hover .table-teal:hover
{
    background-color: #acebd8;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th
{
    background-color: #acebd8;
}

.table-cyan,
.table-cyan > th,
.table-cyan > td
{
    background-color: #bee5eb;
}

.table-cyan th,
.table-cyan td,
.table-cyan thead th,
.table-cyan tbody + tbody
{
    border-color: #86cfda;
}

.table-hover .table-cyan:hover
{
    background-color: #abdde5;
}
.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th
{
    background-color: #abdde5;
}

.table-white,
.table-white > th,
.table-white > td
{
    background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody
{
    border-color: white;
}

.table-hover .table-white:hover
{
    background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th
{
    background-color: #f2f2f2;
}

.table-gray,
.table-gray > th,
.table-gray > td
{
    background-color: #d6d8db;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody
{
    border-color: #b3b7bb;
}

.table-hover .table-gray:hover
{
    background-color: #c8cbcf;
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th
{
    background-color: #c8cbcf;
}

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td
{
    background-color: #c6c8ca;
}

.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody
{
    border-color: #95999c;
}

.table-hover .table-gray-dark:hover
{
    background-color: #b9bbbe;
}
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th
{
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td
{
    background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover
{
    background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th
{
    background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th
{
    color: #fff;
    border-color: #454d55;
    background-color: #343a40;
}

.table .thead-light th
{
    color: #495057;
    border-color: #dee2e6;
    background-color: #e9ecef;
}

.table-dark
{
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th
{
    border-color: #454d55;
}
.table-dark.table-bordered
{
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd)
{
    background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover
{
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px)
{
    .table-responsive-sm
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 767.98px)
{
    .table-responsive-md
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 1011.98px)
{
    .table-responsive-lg
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered
    {
        border: 0;
    }
}

@media (max-width: 1139.98px)
{
    .table-responsive-xl
    {
        display: block;
        overflow-x: auto;

        width: 100%;

        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered
    {
        border: 0;
    }
}

.table-responsive
{
    display: block;
    overflow-x: auto;

    width: 100%;

    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered
{
    border: 0;
}

.form-control
{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;

    display: block;

    width: 100%;
    height: calc(1.8em + .75rem + 2px);
    padding: .375rem .75rem;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
}
@media (prefers-reduced-motion: reduce)
{
    .form-control
    {
        transition: none;
    }
}
.form-control::-ms-expand
{
    border: 0;
    background-color: transparent;
}
.form-control:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus
{
    color: #495057;
    border-color: #80bdff;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}
.form-control:-ms-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}
.form-control::-ms-input-placeholder
{
    opacity: 1;
    color: #6c757d;
}
.form-control::placeholder
{
    opacity: 1;
    color: #6c757d;
}
.form-control:disabled,
.form-control[readonly]
{
    opacity: 1;
    background-color: #e9ecef;
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control
{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select.form-control:focus::-ms-value
{
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range
{
    display: block;

    width: 100%;
}

.col-form-label
{
    font-size: inherit;
    line-height: 1.8;

    margin-bottom: 0;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

.col-form-label-lg
{
    font-size: 1.875rem;
    line-height: 1.5;

    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
}

.col-form-label-sm
{
    font-size: 1.3125rem;
    line-height: 1.5;

    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
}

.form-control-plaintext
{
    font-size: 1.5rem;
    line-height: 1.8;

    display: block;

    width: 100%;
    margin-bottom: 0;
    padding: .375rem 0;

    color: #212529;
    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm
{
    font-size: 1.3125rem;
    line-height: 1.5;

    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;

    border-radius: .2rem;
}

.form-control-lg
{
    font-size: 1.875rem;
    line-height: 1.5;

    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;

    border-radius: .3rem;
}

select.form-control[size],
select.form-control[multiple]
{
    height: auto;
}

textarea.form-control
{
    height: auto;
}

.form-group
{
    margin-bottom: 1rem;
}

.form-text
{
    display: block;

    margin-top: .25rem;
}

.form-row
{
    display: flex;

    margin-right: -5px;
    margin-left: -5px;

    flex-wrap: wrap;
}
.form-row > .col,
.form-row > [class*='col-']
{
    padding-right: 5px;
    padding-left: 5px;
}

.form-check
{
    position: relative;

    display: block;

    padding-left: 1.25rem;
}

.form-check-input
{
    position: absolute;

    margin-top: .3rem;
    margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label
{
    color: #6c757d;
}

.form-check-label
{
    margin-bottom: 0;
}

.form-check-inline
{
    display: inline-flex;

    margin-right: .75rem;
    padding-left: 0;

    align-items: center;
}
.form-check-inline .form-check-input
{
    position: static;

    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.valid-feedback
{
    font-size: 80%;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #28a745;
}

.valid-tooltip
{
    font-size: 1.3125rem;
    line-height: 1.8;

    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;

    color: #fff;
    border-radius: .25rem;
    background-color: rgba(40, 167, 69, .9);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid
{
    padding-right: calc(1.8em + .75rem);

    border-color: #28a745;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(.45em + .1875rem) center;
    background-size: calc(.9em + .375rem) calc(.9em + .375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid
{
    padding-right: calc(1.8em + .75rem);

    background-position: top calc(.45em + .1875rem) right calc(.45em + .1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid
{
    padding-right: calc(.75em + 2.3125rem);

    border-color: #28a745;
    background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .75rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e') #fff no-repeat center right 1.75rem/calc(.9em + .375rem) calc(.9em + .375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label
{
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label
{
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before
{
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before
{
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before
{
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label
{
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label
{
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback
{
    font-size: 80%;

    display: none;

    width: 100%;
    margin-top: .25rem;

    color: #c1000b;
}

.invalid-tooltip
{
    font-size: 1.3125rem;
    line-height: 1.8;

    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;

    display: none;

    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;

    color: #fff;
    border-radius: .25rem;
    background-color: rgba(193, 0, 11, .9);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid
{
    padding-right: calc(1.8em + .75rem);

    border-color: #c1000b;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23c1000b\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23c1000b\' stroke=\'none\'/%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(.45em + .1875rem) center;
    background-size: calc(.9em + .375rem) calc(.9em + .375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus
{
    border-color: #c1000b;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid
{
    padding-right: calc(1.8em + .75rem);

    background-position: top calc(.45em + .1875rem) right calc(.45em + .1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid
{
    padding-right: calc(.75em + 2.3125rem);

    border-color: #c1000b;
    background: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e') no-repeat right .75rem center/8px 10px, url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23c1000b\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23c1000b\' stroke=\'none\'/%3e%3c/svg%3e') #fff no-repeat center right 1.75rem/calc(.9em + .375rem) calc(.9em + .375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus
{
    border-color: #c1000b;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label
{
    color: #c1000b;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip
{
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label
{
    color: #c1000b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before
{
    border-color: #c1000b;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before
{
    border-color: #f4000e;
    background-color: #f4000e;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before
{
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before
{
    border-color: #c1000b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label
{
    border-color: #c1000b;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label
{
    border-color: #c1000b;
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .25);
}

.form-inline
{
    display: flex;

    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check
{
    width: 100%;
}
@media (min-width: 576px)
{
    .form-inline label
    {
        display: flex;

        margin-bottom: 0;

        align-items: center;
        justify-content: center;
    }
    .form-inline .form-group
    {
        display: flex;

        margin-bottom: 0;

        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
    }
    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-plaintext
    {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select
    {
        width: auto;
    }
    .form-inline .form-check
    {
        display: flex;

        width: auto;
        padding-left: 0;

        align-items: center;
        justify-content: center;
    }
    .form-inline .form-check-input
    {
        position: relative;

        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;

        flex-shrink: 0;
    }
    .form-inline .custom-control
    {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label
    {
        margin-bottom: 0;
    }
}

.btn
{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;

    display: inline-block;

    padding: .375rem .75rem;

    -webkit-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;

    color: #212529;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}
@media (prefers-reduced-motion: reduce)
{
    .btn
    {
        transition: none;
    }
}
.btn:hover
{
    text-decoration: none;

    color: #212529;
}
.btn:focus,
.btn.focus
{
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled
{
    opacity: .65;
}
.btn:not(:disabled):not(.disabled)
{
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn
{
    pointer-events: none;
}

.btn-primary
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-primary:hover
{
    color: #fff;
    border-color: #0062cc;
    background-color: #0069d9;
}
.btn-primary:focus,
.btn-primary.focus
{
    color: #fff;
    border-color: #0062cc;
    background-color: #0069d9;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary.disabled,
.btn-primary:disabled
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle
{
    color: #fff;
    border-color: #005cbf;
    background-color: #0062cc;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-secondary
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-secondary:hover
{
    color: #fff;
    border-color: #545b62;
    background-color: #5a6268;
}
.btn-secondary:focus,
.btn-secondary.focus
{
    color: #fff;
    border-color: #545b62;
    background-color: #5a6268;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle
{
    color: #fff;
    border-color: #4e555b;
    background-color: #545b62;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-success:hover
{
    color: #fff;
    border-color: #1e7e34;
    background-color: #218838;
}
.btn-success:focus,
.btn-success.focus
{
    color: #fff;
    border-color: #1e7e34;
    background-color: #218838;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled,
.btn-success:disabled
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle
{
    color: #fff;
    border-color: #1c7430;
    background-color: #1e7e34;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-info:hover
{
    color: #fff;
    border-color: #117a8b;
    background-color: #138496;
}
.btn-info:focus,
.btn-info.focus
{
    color: #fff;
    border-color: #117a8b;
    background-color: #138496;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled,
.btn-info:disabled
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle
{
    color: #fff;
    border-color: #10707f;
    background-color: #117a8b;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-warning:hover
{
    color: #212529;
    border-color: #d39e00;
    background-color: #e0a800;
}
.btn-warning:focus,
.btn-warning.focus
{
    color: #212529;
    border-color: #d39e00;
    background-color: #e0a800;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled,
.btn-warning:disabled
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle
{
    color: #212529;
    border-color: #c69500;
    background-color: #d39e00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-danger:hover
{
    color: #fff;
    border-color: #8e0008;
    background-color: #9b0009;
}
.btn-danger:focus,
.btn-danger.focus
{
    color: #fff;
    border-color: #8e0008;
    background-color: #9b0009;
    box-shadow: 0 0 0 .2rem rgba(202, 38, 48, .5);
}
.btn-danger.disabled,
.btn-danger:disabled
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle
{
    color: #fff;
    border-color: #810007;
    background-color: #8e0008;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(202, 38, 48, .5);
}

.btn-light
{
    color: #212529;
    border-color: #f8f9fa;
    background-color: #f8f9fa;
}
.btn-light:hover
{
    color: #212529;
    border-color: #dae0e5;
    background-color: #e2e6ea;
}
.btn-light:focus,
.btn-light.focus
{
    color: #212529;
    border-color: #dae0e5;
    background-color: #e2e6ea;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled,
.btn-light:disabled
{
    color: #212529;
    border-color: #f8f9fa;
    background-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle
{
    color: #212529;
    border-color: #d3d9df;
    background-color: #dae0e5;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-dark:hover
{
    color: #fff;
    border-color: #1d2124;
    background-color: #23272b;
}
.btn-dark:focus,
.btn-dark.focus
{
    color: #fff;
    border-color: #1d2124;
    background-color: #23272b;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled,
.btn-dark:disabled
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle
{
    color: #fff;
    border-color: #171a1d;
    background-color: #1d2124;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-blue
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-blue:hover
{
    color: #fff;
    border-color: #0062cc;
    background-color: #0069d9;
}
.btn-blue:focus,
.btn-blue.focus
{
    color: #fff;
    border-color: #0062cc;
    background-color: #0069d9;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-blue.disabled,
.btn-blue:disabled
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle
{
    color: #fff;
    border-color: #005cbf;
    background-color: #0062cc;
}
.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-indigo
{
    color: #fff;
    border-color: #6610f2;
    background-color: #6610f2;
}
.btn-indigo:hover
{
    color: #fff;
    border-color: #510bc4;
    background-color: #560bd0;
}
.btn-indigo:focus,
.btn-indigo.focus
{
    color: #fff;
    border-color: #510bc4;
    background-color: #560bd0;
    box-shadow: 0 0 0 .2rem rgba(125, 52, 244, .5);
}
.btn-indigo.disabled,
.btn-indigo:disabled
{
    color: #fff;
    border-color: #6610f2;
    background-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active,
.show > .btn-indigo.dropdown-toggle
{
    color: #fff;
    border-color: #4c0ab8;
    background-color: #510bc4;
}
.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-indigo.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(125, 52, 244, .5);
}

.btn-purple
{
    color: #fff;
    border-color: #6f42c1;
    background-color: #6f42c1;
}
.btn-purple:hover
{
    color: #fff;
    border-color: #59339d;
    background-color: #5e37a6;
}
.btn-purple:focus,
.btn-purple.focus
{
    color: #fff;
    border-color: #59339d;
    background-color: #5e37a6;
    box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5);
}
.btn-purple.disabled,
.btn-purple:disabled
{
    color: #fff;
    border-color: #6f42c1;
    background-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle
{
    color: #fff;
    border-color: #533093;
    background-color: #59339d;
}
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(133, 94, 202, .5);
}

.btn-pink
{
    color: #fff;
    border-color: #e83e8c;
    background-color: #e83e8c;
}
.btn-pink:hover
{
    color: #fff;
    border-color: #d91a72;
    background-color: #e41c78;
}
.btn-pink:focus,
.btn-pink.focus
{
    color: #fff;
    border-color: #d91a72;
    background-color: #e41c78;
    box-shadow: 0 0 0 .2rem rgba(235, 91, 157, .5);
}
.btn-pink.disabled,
.btn-pink:disabled
{
    color: #fff;
    border-color: #e83e8c;
    background-color: #e83e8c;
}
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle
{
    color: #fff;
    border-color: #ce196c;
    background-color: #d91a72;
}
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(235, 91, 157, .5);
}

.btn-red
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-red:hover
{
    color: #fff;
    border-color: #8e0008;
    background-color: #9b0009;
}
.btn-red:focus,
.btn-red.focus
{
    color: #fff;
    border-color: #8e0008;
    background-color: #9b0009;
    box-shadow: 0 0 0 .2rem rgba(202, 38, 48, .5);
}
.btn-red.disabled,
.btn-red:disabled
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle
{
    color: #fff;
    border-color: #810007;
    background-color: #8e0008;
}
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(202, 38, 48, .5);
}

.btn-orange
{
    color: #212529;
    border-color: #fd7e14;
    background-color: #fd7e14;
}
.btn-orange:hover
{
    color: #fff;
    border-color: #dc6502;
    background-color: #e96b02;
}
.btn-orange:focus,
.btn-orange.focus
{
    color: #fff;
    border-color: #dc6502;
    background-color: #e96b02;
    box-shadow: 0 0 0 .2rem rgba(220, 113, 23, .5);
}
.btn-orange.disabled,
.btn-orange:disabled
{
    color: #212529;
    border-color: #fd7e14;
    background-color: #fd7e14;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle
{
    color: #fff;
    border-color: #cf5f02;
    background-color: #dc6502;
}
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(220, 113, 23, .5);
}

.btn-yellow
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-yellow:hover
{
    color: #212529;
    border-color: #d39e00;
    background-color: #e0a800;
}
.btn-yellow:focus,
.btn-yellow.focus
{
    color: #212529;
    border-color: #d39e00;
    background-color: #e0a800;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-yellow.disabled,
.btn-yellow:disabled
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active,
.show > .btn-yellow.dropdown-toggle
{
    color: #212529;
    border-color: #c69500;
    background-color: #d39e00;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-yellow.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-green
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-green:hover
{
    color: #fff;
    border-color: #1e7e34;
    background-color: #218838;
}
.btn-green:focus,
.btn-green.focus
{
    color: #fff;
    border-color: #1e7e34;
    background-color: #218838;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-green.disabled,
.btn-green:disabled
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle
{
    color: #fff;
    border-color: #1c7430;
    background-color: #1e7e34;
}
.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-teal
{
    color: #fff;
    border-color: #20c997;
    background-color: #20c997;
}
.btn-teal:hover
{
    color: #fff;
    border-color: #199d76;
    background-color: #1ba87e;
}
.btn-teal:focus,
.btn-teal.focus
{
    color: #fff;
    border-color: #199d76;
    background-color: #1ba87e;
    box-shadow: 0 0 0 .2rem rgba(65, 209, 167, .5);
}
.btn-teal.disabled,
.btn-teal:disabled
{
    color: #fff;
    border-color: #20c997;
    background-color: #20c997;
}
.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active,
.show > .btn-teal.dropdown-toggle
{
    color: #fff;
    border-color: #17926e;
    background-color: #199d76;
}
.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-teal.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(65, 209, 167, .5);
}

.btn-cyan
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-cyan:hover
{
    color: #fff;
    border-color: #117a8b;
    background-color: #138496;
}
.btn-cyan:focus,
.btn-cyan.focus
{
    color: #fff;
    border-color: #117a8b;
    background-color: #138496;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-cyan.disabled,
.btn-cyan:disabled
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active,
.show > .btn-cyan.dropdown-toggle
{
    color: #fff;
    border-color: #10707f;
    background-color: #117a8b;
}
.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-cyan.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-white
{
    color: #212529;
    border-color: #fff;
    background-color: #fff;
}
.btn-white:hover
{
    color: #212529;
    border-color: #e6e6e6;
    background-color: #ececec;
}
.btn-white:focus,
.btn-white.focus
{
    color: #212529;
    border-color: #e6e6e6;
    background-color: #ececec;
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}
.btn-white.disabled,
.btn-white:disabled
{
    color: #212529;
    border-color: #fff;
    background-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle
{
    color: #212529;
    border-color: #dfdfdf;
    background-color: #e6e6e6;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5);
}

.btn-gray
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-gray:hover
{
    color: #fff;
    border-color: #545b62;
    background-color: #5a6268;
}
.btn-gray:focus,
.btn-gray.focus
{
    color: #fff;
    border-color: #545b62;
    background-color: #5a6268;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-gray.disabled,
.btn-gray:disabled
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle
{
    color: #fff;
    border-color: #4e555b;
    background-color: #545b62;
}
.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-gray-dark
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-gray-dark:hover
{
    color: #fff;
    border-color: #1d2124;
    background-color: #23272b;
}
.btn-gray-dark:focus,
.btn-gray-dark.focus
{
    color: #fff;
    border-color: #1d2124;
    background-color: #23272b;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-gray-dark.disabled,
.btn-gray-dark:disabled
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-gray-dark.dropdown-toggle
{
    color: #fff;
    border-color: #171a1d;
    background-color: #1d2124;
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary
{
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus
{
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled
{
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary
{
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled
{
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success
{
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled
{
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info
{
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled
{
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning
{
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled
{
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger
{
    color: #c1000b;
    border-color: #c1000b;
}
.btn-outline-danger:hover
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus
{
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled
{
    color: #c1000b;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .5);
}

.btn-outline-light
{
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover
{
    color: #212529;
    border-color: #f8f9fa;
    background-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus
{
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled
{
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle
{
    color: #212529;
    border-color: #f8f9fa;
    background-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark
{
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus
{
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled
{
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-blue
{
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-blue:hover
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-outline-blue:focus,
.btn-outline-blue.focus
{
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled
{
    color: #007bff;
    background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle
{
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-indigo
{
    color: #6610f2;
    border-color: #6610f2;
}
.btn-outline-indigo:hover
{
    color: #fff;
    border-color: #6610f2;
    background-color: #6610f2;
}
.btn-outline-indigo:focus,
.btn-outline-indigo.focus
{
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5);
}
.btn-outline-indigo.disabled,
.btn-outline-indigo:disabled
{
    color: #6610f2;
    background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active,
.btn-outline-indigo:not(:disabled):not(.disabled).active,
.show > .btn-outline-indigo.dropdown-toggle
{
    color: #fff;
    border-color: #6610f2;
    background-color: #6610f2;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-indigo.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(102, 16, 242, .5);
}

.btn-outline-purple
{
    color: #6f42c1;
    border-color: #6f42c1;
}
.btn-outline-purple:hover
{
    color: #fff;
    border-color: #6f42c1;
    background-color: #6f42c1;
}
.btn-outline-purple:focus,
.btn-outline-purple.focus
{
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled
{
    color: #6f42c1;
    background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple.dropdown-toggle
{
    color: #fff;
    border-color: #6f42c1;
    background-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(111, 66, 193, .5);
}

.btn-outline-pink
{
    color: #e83e8c;
    border-color: #e83e8c;
}
.btn-outline-pink:hover
{
    color: #fff;
    border-color: #e83e8c;
    background-color: #e83e8c;
}
.btn-outline-pink:focus,
.btn-outline-pink.focus
{
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5);
}
.btn-outline-pink.disabled,
.btn-outline-pink:disabled
{
    color: #e83e8c;
    background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle
{
    color: #fff;
    border-color: #e83e8c;
    background-color: #e83e8c;
}
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(232, 62, 140, .5);
}

.btn-outline-red
{
    color: #c1000b;
    border-color: #c1000b;
}
.btn-outline-red:hover
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-outline-red:focus,
.btn-outline-red.focus
{
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .5);
}
.btn-outline-red.disabled,
.btn-outline-red:disabled
{
    color: #c1000b;
    background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active,
.btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle
{
    color: #fff;
    border-color: #c1000b;
    background-color: #c1000b;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(193, 0, 11, .5);
}

.btn-outline-orange
{
    color: #fd7e14;
    border-color: #fd7e14;
}
.btn-outline-orange:hover
{
    color: #212529;
    border-color: #fd7e14;
    background-color: #fd7e14;
}
.btn-outline-orange:focus,
.btn-outline-orange.focus
{
    box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5);
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled
{
    color: #fd7e14;
    background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle
{
    color: #212529;
    border-color: #fd7e14;
    background-color: #fd7e14;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(253, 126, 20, .5);
}

.btn-outline-yellow
{
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-yellow:hover
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-outline-yellow:focus,
.btn-outline-yellow.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled
{
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active,
.btn-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn-outline-yellow.dropdown-toggle
{
    color: #212529;
    border-color: #ffc107;
    background-color: #ffc107;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-green
{
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-green:hover
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-outline-green:focus,
.btn-outline-green.focus
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-green.disabled,
.btn-outline-green:disabled
{
    color: #28a745;
    background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle
{
    color: #fff;
    border-color: #28a745;
    background-color: #28a745;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-teal
{
    color: #20c997;
    border-color: #20c997;
}
.btn-outline-teal:hover
{
    color: #fff;
    border-color: #20c997;
    background-color: #20c997;
}
.btn-outline-teal:focus,
.btn-outline-teal.focus
{
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5);
}
.btn-outline-teal.disabled,
.btn-outline-teal:disabled
{
    color: #20c997;
    background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active,
.btn-outline-teal:not(:disabled):not(.disabled).active,
.show > .btn-outline-teal.dropdown-toggle
{
    color: #fff;
    border-color: #20c997;
    background-color: #20c997;
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus,
.btn-outline-teal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-teal.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(32, 201, 151, .5);
}

.btn-outline-cyan
{
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-cyan:hover
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-outline-cyan:focus,
.btn-outline-cyan.focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled
{
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.show > .btn-outline-cyan.dropdown-toggle
{
    color: #fff;
    border-color: #17a2b8;
    background-color: #17a2b8;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-white
{
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover
{
    color: #212529;
    border-color: #fff;
    background-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled
{
    color: #fff;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle
{
    color: #212529;
    border-color: #fff;
    background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-outline-gray
{
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-gray:hover
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-gray.disabled,
.btn-outline-gray:disabled
{
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle
{
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-gray-dark
{
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-gray-dark:hover
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-outline-gray-dark:focus,
.btn-outline-gray-dark.focus
{
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-gray-dark.disabled,
.btn-outline-gray-dark:disabled
{
    color: #343a40;
    background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-dark.dropdown-toggle
{
    color: #fff;
    border-color: #343a40;
    background-color: #343a40;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-dark.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link
{
    font-weight: 400;

    text-decoration: none;

    color: #007bff;
}
.btn-link:hover
{
    text-decoration: underline;

    color: #0056b3;
}
.btn-link:focus,
.btn-link.focus
{
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled
{
    pointer-events: none;

    color: #6c757d;
}

.btn-lg
{
    font-size: 1.875rem;
    line-height: 1.5;

    padding: .5rem 1rem;

    border-radius: .3rem;
}

.btn-sm
{
    font-size: 1.3125rem;
    line-height: 1.5;

    padding: .25rem .5rem;

    border-radius: .2rem;
}

.btn-block
{
    display: block;

    width: 100%;
}
.btn-block + .btn-block
{
    margin-top: .5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block
{
    width: 100%;
}

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

.bg-primary
{
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus
{
    background-color: #0062cc !important;
}

.bg-secondary
{
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus
{
    background-color: #545b62 !important;
}

.bg-success
{
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus
{
    background-color: #1e7e34 !important;
}

.bg-info
{
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus
{
    background-color: #117a8b !important;
}

.bg-warning
{
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus
{
    background-color: #d39e00 !important;
}

.bg-danger
{
    background-color: #c1000b !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus
{
    background-color: #8e0008 !important;
}

.bg-light
{
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus
{
    background-color: #dae0e5 !important;
}

.bg-dark
{
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus
{
    background-color: #1d2124 !important;
}

.bg-blue
{
    background-color: #007bff !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus
{
    background-color: #0062cc !important;
}

.bg-indigo
{
    background-color: #6610f2 !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus
{
    background-color: #510bc4 !important;
}

.bg-purple
{
    background-color: #6f42c1 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus
{
    background-color: #59339d !important;
}

.bg-pink
{
    background-color: #e83e8c !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus
{
    background-color: #d91a72 !important;
}

.bg-red
{
    background-color: #c1000b !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus
{
    background-color: #8e0008 !important;
}

.bg-orange
{
    background-color: #fd7e14 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus
{
    background-color: #dc6502 !important;
}

.bg-yellow
{
    background-color: #ffc107 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus
{
    background-color: #d39e00 !important;
}

.bg-green
{
    background-color: #28a745 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus
{
    background-color: #1e7e34 !important;
}

.bg-teal
{
    background-color: #20c997 !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus
{
    background-color: #199d76 !important;
}

.bg-cyan
{
    background-color: #17a2b8 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus
{
    background-color: #117a8b !important;
}

.bg-white
{
    background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus
{
    background-color: #e6e6e6 !important;
}

.bg-gray
{
    background-color: #6c757d !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus
{
    background-color: #545b62 !important;
}

.bg-gray-dark
{
    background-color: #343a40 !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus
{
    background-color: #1d2124 !important;
}

.bg-white
{
    background-color: #fff !important;
}

.bg-transparent
{
    background-color: transparent !important;
}

.border
{
    border: 1px solid #dee2e6 !important;
}

.border-top
{
    border-top: 1px solid #dee2e6 !important;
}

.border-right
{
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom
{
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left
{
    border-left: 1px solid #dee2e6 !important;
}

.border-0
{
    border: 0 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-right-0
{
    border-right: 0 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-left-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #007bff !important;
}

.border-secondary
{
    border-color: #6c757d !important;
}

.border-success
{
    border-color: #28a745 !important;
}

.border-info
{
    border-color: #17a2b8 !important;
}

.border-warning
{
    border-color: #ffc107 !important;
}

.border-danger
{
    border-color: #c1000b !important;
}

.border-light
{
    border-color: #f8f9fa !important;
}

.border-dark
{
    border-color: #343a40 !important;
}

.border-blue
{
    border-color: #007bff !important;
}

.border-indigo
{
    border-color: #6610f2 !important;
}

.border-purple
{
    border-color: #6f42c1 !important;
}

.border-pink
{
    border-color: #e83e8c !important;
}

.border-red
{
    border-color: #c1000b !important;
}

.border-orange
{
    border-color: #fd7e14 !important;
}

.border-yellow
{
    border-color: #ffc107 !important;
}

.border-green
{
    border-color: #28a745 !important;
}

.border-teal
{
    border-color: #20c997 !important;
}

.border-cyan
{
    border-color: #17a2b8 !important;
}

.border-white
{
    border-color: #fff !important;
}

.border-gray
{
    border-color: #6c757d !important;
}

.border-gray-dark
{
    border-color: #343a40 !important;
}

.border-white
{
    border-color: #fff !important;
}

.rounded-sm
{
    border-radius: .2rem !important;
}

.rounded
{
    border-radius: .25rem !important;
}

.rounded-top
{
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right
{
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom
{
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left
{
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-lg
{
    border-radius: .3rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-pill
{
    border-radius: 50rem !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.clearfix::after
{
    display: block;
    clear: both;

    content: '';
}

.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: flex !important;
}

.d-inline-flex
{
    display: inline-flex !important;
}

@media (min-width: 576px)
{
    .d-sm-none
    {
        display: none !important;
    }
    .d-sm-inline
    {
        display: inline !important;
    }
    .d-sm-inline-block
    {
        display: inline-block !important;
    }
    .d-sm-block
    {
        display: block !important;
    }
    .d-sm-table
    {
        display: table !important;
    }
    .d-sm-table-row
    {
        display: table-row !important;
    }
    .d-sm-table-cell
    {
        display: table-cell !important;
    }
    .d-sm-flex
    {
        display: flex !important;
    }
    .d-sm-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 768px)
{
    .d-md-none
    {
        display: none !important;
    }
    .d-md-inline
    {
        display: inline !important;
    }
    .d-md-inline-block
    {
        display: inline-block !important;
    }
    .d-md-block
    {
        display: block !important;
    }
    .d-md-table
    {
        display: table !important;
    }
    .d-md-table-row
    {
        display: table-row !important;
    }
    .d-md-table-cell
    {
        display: table-cell !important;
    }
    .d-md-flex
    {
        display: flex !important;
    }
    .d-md-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 1012px)
{
    .d-lg-none
    {
        display: none !important;
    }
    .d-lg-inline
    {
        display: inline !important;
    }
    .d-lg-inline-block
    {
        display: inline-block !important;
    }
    .d-lg-block
    {
        display: block !important;
    }
    .d-lg-table
    {
        display: table !important;
    }
    .d-lg-table-row
    {
        display: table-row !important;
    }
    .d-lg-table-cell
    {
        display: table-cell !important;
    }
    .d-lg-flex
    {
        display: flex !important;
    }
    .d-lg-inline-flex
    {
        display: inline-flex !important;
    }
}

@media (min-width: 1140px)
{
    .d-xl-none
    {
        display: none !important;
    }
    .d-xl-inline
    {
        display: inline !important;
    }
    .d-xl-inline-block
    {
        display: inline-block !important;
    }
    .d-xl-block
    {
        display: block !important;
    }
    .d-xl-table
    {
        display: table !important;
    }
    .d-xl-table-row
    {
        display: table-row !important;
    }
    .d-xl-table-cell
    {
        display: table-cell !important;
    }
    .d-xl-flex
    {
        display: flex !important;
    }
    .d-xl-inline-flex
    {
        display: inline-flex !important;
    }
}

@media print
{
    .d-print-none
    {
        display: none !important;
    }
    .d-print-inline
    {
        display: inline !important;
    }
    .d-print-inline-block
    {
        display: inline-block !important;
    }
    .d-print-block
    {
        display: block !important;
    }
    .d-print-table
    {
        display: table !important;
    }
    .d-print-table-row
    {
        display: table-row !important;
    }
    .d-print-table-cell
    {
        display: table-cell !important;
    }
    .d-print-flex
    {
        display: flex !important;
    }
    .d-print-inline-flex
    {
        display: inline-flex !important;
    }
}

.flex-row
{
    flex-direction: row !important;
}

.flex-column
{
    flex-direction: column !important;
}

.flex-row-reverse
{
    flex-direction: row-reverse !important;
}

.flex-column-reverse
{
    flex-direction: column-reverse !important;
}

.flex-wrap
{
    flex-wrap: wrap !important;
}

.flex-nowrap
{
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    flex-wrap: wrap-reverse !important;
}

.flex-fill
{
    flex: 1 1 auto !important;
}

.flex-grow-0
{
    flex-grow: 0 !important;
}

.flex-grow-1
{
    flex-grow: 1 !important;
}

.flex-shrink-0
{
    flex-shrink: 0 !important;
}

.flex-shrink-1
{
    flex-shrink: 1 !important;
}

.justify-content-start
{
    justify-content: flex-start !important;
}

.justify-content-end
{
    justify-content: flex-end !important;
}

.justify-content-center
{
    justify-content: center !important;
}

.justify-content-between
{
    justify-content: space-between !important;
}

.justify-content-around
{
    justify-content: space-around !important;
}

.align-items-start
{
    align-items: flex-start !important;
}

.align-items-end
{
    align-items: flex-end !important;
}

.align-items-center
{
    align-items: center !important;
}

.align-items-baseline
{
    align-items: baseline !important;
}

.align-items-stretch
{
    align-items: stretch !important;
}

.align-content-start
{
    align-content: flex-start !important;
}

.align-content-end
{
    align-content: flex-end !important;
}

.align-content-center
{
    align-content: center !important;
}

.align-content-between
{
    align-content: space-between !important;
}

.align-content-around
{
    align-content: space-around !important;
}

.align-content-stretch
{
    align-content: stretch !important;
}

.align-self-auto
{
    align-self: auto !important;
}

.align-self-start
{
    align-self: flex-start !important;
}

.align-self-end
{
    align-self: flex-end !important;
}

.align-self-center
{
    align-self: center !important;
}

.align-self-baseline
{
    align-self: baseline !important;
}

.align-self-stretch
{
    align-self: stretch !important;
}

@media (min-width: 576px)
{
    .flex-sm-row
    {
        flex-direction: row !important;
    }
    .flex-sm-column
    {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center
    {
        justify-content: center !important;
    }
    .justify-content-sm-between
    {
        justify-content: space-between !important;
    }
    .justify-content-sm-around
    {
        justify-content: space-around !important;
    }
    .align-items-sm-start
    {
        align-items: flex-start !important;
    }
    .align-items-sm-end
    {
        align-items: flex-end !important;
    }
    .align-items-sm-center
    {
        align-items: center !important;
    }
    .align-items-sm-baseline
    {
        align-items: baseline !important;
    }
    .align-items-sm-stretch
    {
        align-items: stretch !important;
    }
    .align-content-sm-start
    {
        align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        align-content: center !important;
    }
    .align-content-sm-between
    {
        align-content: space-between !important;
    }
    .align-content-sm-around
    {
        align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        align-self: auto !important;
    }
    .align-self-sm-start
    {
        align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        align-self: center !important;
    }
    .align-self-sm-baseline
    {
        align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 768px)
{
    .flex-md-row
    {
        flex-direction: row !important;
    }
    .flex-md-column
    {
        flex-direction: column !important;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-md-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-md-center
    {
        justify-content: center !important;
    }
    .justify-content-md-between
    {
        justify-content: space-between !important;
    }
    .justify-content-md-around
    {
        justify-content: space-around !important;
    }
    .align-items-md-start
    {
        align-items: flex-start !important;
    }
    .align-items-md-end
    {
        align-items: flex-end !important;
    }
    .align-items-md-center
    {
        align-items: center !important;
    }
    .align-items-md-baseline
    {
        align-items: baseline !important;
    }
    .align-items-md-stretch
    {
        align-items: stretch !important;
    }
    .align-content-md-start
    {
        align-content: flex-start !important;
    }
    .align-content-md-end
    {
        align-content: flex-end !important;
    }
    .align-content-md-center
    {
        align-content: center !important;
    }
    .align-content-md-between
    {
        align-content: space-between !important;
    }
    .align-content-md-around
    {
        align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        align-content: stretch !important;
    }
    .align-self-md-auto
    {
        align-self: auto !important;
    }
    .align-self-md-start
    {
        align-self: flex-start !important;
    }
    .align-self-md-end
    {
        align-self: flex-end !important;
    }
    .align-self-md-center
    {
        align-self: center !important;
    }
    .align-self-md-baseline
    {
        align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 1012px)
{
    .flex-lg-row
    {
        flex-direction: row !important;
    }
    .flex-lg-column
    {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center
    {
        justify-content: center !important;
    }
    .justify-content-lg-between
    {
        justify-content: space-between !important;
    }
    .justify-content-lg-around
    {
        justify-content: space-around !important;
    }
    .align-items-lg-start
    {
        align-items: flex-start !important;
    }
    .align-items-lg-end
    {
        align-items: flex-end !important;
    }
    .align-items-lg-center
    {
        align-items: center !important;
    }
    .align-items-lg-baseline
    {
        align-items: baseline !important;
    }
    .align-items-lg-stretch
    {
        align-items: stretch !important;
    }
    .align-content-lg-start
    {
        align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        align-content: center !important;
    }
    .align-content-lg-between
    {
        align-content: space-between !important;
    }
    .align-content-lg-around
    {
        align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        align-self: auto !important;
    }
    .align-self-lg-start
    {
        align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        align-self: center !important;
    }
    .align-self-lg-baseline
    {
        align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        align-self: stretch !important;
    }
}

@media (min-width: 1140px)
{
    .flex-xl-row
    {
        flex-direction: row !important;
    }
    .flex-xl-column
    {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse
    {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse
    {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse
    {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill
    {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0
    {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1
    {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0
    {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1
    {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start
    {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end
    {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center
    {
        justify-content: center !important;
    }
    .justify-content-xl-between
    {
        justify-content: space-between !important;
    }
    .justify-content-xl-around
    {
        justify-content: space-around !important;
    }
    .align-items-xl-start
    {
        align-items: flex-start !important;
    }
    .align-items-xl-end
    {
        align-items: flex-end !important;
    }
    .align-items-xl-center
    {
        align-items: center !important;
    }
    .align-items-xl-baseline
    {
        align-items: baseline !important;
    }
    .align-items-xl-stretch
    {
        align-items: stretch !important;
    }
    .align-content-xl-start
    {
        align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        align-content: center !important;
    }
    .align-content-xl-between
    {
        align-content: space-between !important;
    }
    .align-content-xl-around
    {
        align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        align-self: auto !important;
    }
    .align-self-xl-start
    {
        align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        align-self: center !important;
    }
    .align-self-xl-baseline
    {
        align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        align-self: stretch !important;
    }
}

.m-0
{
    margin: 0 !important;
}

.my-0
{
    margin-top: 0 !important;
}

.mx-0
{
    margin-right: 0 !important;
}

.my-0
{
    margin-bottom: 0 !important;
}

.mx-0
{
    margin-left: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.my-1
{
    margin-top: .25rem !important;
}

.mx-1
{
    margin-right: .25rem !important;
}

.my-1
{
    margin-bottom: .25rem !important;
}

.mx-1
{
    margin-left: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.my-2
{
    margin-top: .5rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
}

.my-2
{
    margin-bottom: .5rem !important;
}

.mx-2
{
    margin-left: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.my-3
{
    margin-top: 1rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
}

.my-3
{
    margin-bottom: 1rem !important;
}

.mx-3
{
    margin-left: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
}

.my-4
{
    margin-bottom: 1.5rem !important;
}

.mx-4
{
    margin-left: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.my-5
{
    margin-top: 3rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
}

.my-5
{
    margin-bottom: 3rem !important;
}

.mx-5
{
    margin-left: 3rem !important;
}

.p-0
{
    padding: 0 !important;
}

.py-0
{
    padding-top: 0 !important;
}

.px-0
{
    padding-right: 0 !important;
}

.py-0
{
    padding-bottom: 0 !important;
}

.px-0
{
    padding-left: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.py-1
{
    padding-top: .25rem !important;
}

.px-1
{
    padding-right: .25rem !important;
}

.py-1
{
    padding-bottom: .25rem !important;
}

.px-1
{
    padding-left: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.py-2
{
    padding-top: .5rem !important;
}

.px-2
{
    padding-right: .5rem !important;
}

.py-2
{
    padding-bottom: .5rem !important;
}

.px-2
{
    padding-left: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.py-3
{
    padding-top: 1rem !important;
}

.px-3
{
    padding-right: 1rem !important;
}

.py-3
{
    padding-bottom: 1rem !important;
}

.px-3
{
    padding-left: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
}

.py-4
{
    padding-bottom: 1.5rem !important;
}

.px-4
{
    padding-left: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.py-5
{
    padding-top: 3rem !important;
}

.px-5
{
    padding-right: 3rem !important;
}

.py-5
{
    padding-bottom: 3rem !important;
}

.px-5
{
    padding-left: 3rem !important;
}

.m-n1
{
    margin: -.25rem !important;
}

.my-n1
{
    margin-top: -.25rem !important;
}

.mx-n1
{
    margin-right: -.25rem !important;
}

.my-n1
{
    margin-bottom: -.25rem !important;
}

.mx-n1
{
    margin-left: -.25rem !important;
}

.m-n2
{
    margin: -.5rem !important;
}

.my-n2
{
    margin-top: -.5rem !important;
}

.mx-n2
{
    margin-right: -.5rem !important;
}

.my-n2
{
    margin-bottom: -.5rem !important;
}

.mx-n2
{
    margin-left: -.5rem !important;
}

.m-n3
{
    margin: -1rem !important;
}

.my-n3
{
    margin-top: -1rem !important;
}

.mx-n3
{
    margin-right: -1rem !important;
}

.my-n3
{
    margin-bottom: -1rem !important;
}

.mx-n3
{
    margin-left: -1rem !important;
}

.m-n4
{
    margin: -1.5rem !important;
}

.my-n4
{
    margin-top: -1.5rem !important;
}

.mx-n4
{
    margin-right: -1.5rem !important;
}

.my-n4
{
    margin-bottom: -1.5rem !important;
}

.mx-n4
{
    margin-left: -1.5rem !important;
}

.m-n5
{
    margin: -3rem !important;
}

.my-n5
{
    margin-top: -3rem !important;
}

.mx-n5
{
    margin-right: -3rem !important;
}

.my-n5
{
    margin-bottom: -3rem !important;
}

.mx-n5
{
    margin-left: -3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto,
.my-auto
{
    margin-top: auto !important;
}

.mr-auto,
.mx-auto
{
    margin-right: auto !important;
}

.mb-auto,
.my-auto
{
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto
{
    margin-left: auto !important;
}

@media (min-width: 576px)
{
    .m-sm-0
    {
        margin: 0 !important;
    }
    .my-sm-0
    {
        margin-top: 0 !important;
    }
    .mx-sm-0
    {
        margin-right: 0 !important;
    }
    .my-sm-0
    {
        margin-bottom: 0 !important;
    }
    .mx-sm-0
    {
        margin-left: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem !important;
    }
    .my-sm-1
    {
        margin-top: .25rem !important;
    }
    .mx-sm-1
    {
        margin-right: .25rem !important;
    }
    .my-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .mx-sm-1
    {
        margin-left: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem !important;
    }
    .my-sm-2
    {
        margin-top: .5rem !important;
    }
    .mx-sm-2
    {
        margin-right: .5rem !important;
    }
    .my-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .mx-sm-2
    {
        margin-left: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem !important;
    }
    .my-sm-3
    {
        margin-top: 1rem !important;
    }
    .mx-sm-3
    {
        margin-right: 1rem !important;
    }
    .my-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .mx-sm-3
    {
        margin-left: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem !important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .my-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mx-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem !important;
    }
    .my-sm-5
    {
        margin-top: 3rem !important;
    }
    .mx-sm-5
    {
        margin-right: 3rem !important;
    }
    .my-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .mx-sm-5
    {
        margin-left: 3rem !important;
    }
    .p-sm-0
    {
        padding: 0 !important;
    }
    .py-sm-0
    {
        padding-top: 0 !important;
    }
    .px-sm-0
    {
        padding-right: 0 !important;
    }
    .py-sm-0
    {
        padding-bottom: 0 !important;
    }
    .px-sm-0
    {
        padding-left: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem !important;
    }
    .py-sm-1
    {
        padding-top: .25rem !important;
    }
    .px-sm-1
    {
        padding-right: .25rem !important;
    }
    .py-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .px-sm-1
    {
        padding-left: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem !important;
    }
    .py-sm-2
    {
        padding-top: .5rem !important;
    }
    .px-sm-2
    {
        padding-right: .5rem !important;
    }
    .py-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .px-sm-2
    {
        padding-left: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem !important;
    }
    .py-sm-3
    {
        padding-top: 1rem !important;
    }
    .px-sm-3
    {
        padding-right: 1rem !important;
    }
    .py-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .px-sm-3
    {
        padding-left: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem !important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .py-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .px-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem !important;
    }
    .py-sm-5
    {
        padding-top: 3rem !important;
    }
    .px-sm-5
    {
        padding-right: 3rem !important;
    }
    .py-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .px-sm-5
    {
        padding-left: 3rem !important;
    }
    .m-sm-n1
    {
        margin: -.25rem !important;
    }
    .my-sm-n1
    {
        margin-top: -.25rem !important;
    }
    .mx-sm-n1
    {
        margin-right: -.25rem !important;
    }
    .my-sm-n1
    {
        margin-bottom: -.25rem !important;
    }
    .mx-sm-n1
    {
        margin-left: -.25rem !important;
    }
    .m-sm-n2
    {
        margin: -.5rem !important;
    }
    .my-sm-n2
    {
        margin-top: -.5rem !important;
    }
    .mx-sm-n2
    {
        margin-right: -.5rem !important;
    }
    .my-sm-n2
    {
        margin-bottom: -.5rem !important;
    }
    .mx-sm-n2
    {
        margin-left: -.5rem !important;
    }
    .m-sm-n3
    {
        margin: -1rem !important;
    }
    .my-sm-n3
    {
        margin-top: -1rem !important;
    }
    .mx-sm-n3
    {
        margin-right: -1rem !important;
    }
    .my-sm-n3
    {
        margin-bottom: -1rem !important;
    }
    .mx-sm-n3
    {
        margin-left: -1rem !important;
    }
    .m-sm-n4
    {
        margin: -1.5rem !important;
    }
    .my-sm-n4
    {
        margin-top: -1.5rem !important;
    }
    .mx-sm-n4
    {
        margin-right: -1.5rem !important;
    }
    .my-sm-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .mx-sm-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5
    {
        margin: -3rem !important;
    }
    .my-sm-n5
    {
        margin-top: -3rem !important;
    }
    .mx-sm-n5
    {
        margin-right: -3rem !important;
    }
    .my-sm-n5
    {
        margin-bottom: -3rem !important;
    }
    .mx-sm-n5
    {
        margin-left: -3rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto
    {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 768px)
{
    .m-md-0
    {
        margin: 0 !important;
    }
    .my-md-0
    {
        margin-top: 0 !important;
    }
    .mx-md-0
    {
        margin-right: 0 !important;
    }
    .my-md-0
    {
        margin-bottom: 0 !important;
    }
    .mx-md-0
    {
        margin-left: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem !important;
    }
    .my-md-1
    {
        margin-top: .25rem !important;
    }
    .mx-md-1
    {
        margin-right: .25rem !important;
    }
    .my-md-1
    {
        margin-bottom: .25rem !important;
    }
    .mx-md-1
    {
        margin-left: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem !important;
    }
    .my-md-2
    {
        margin-top: .5rem !important;
    }
    .mx-md-2
    {
        margin-right: .5rem !important;
    }
    .my-md-2
    {
        margin-bottom: .5rem !important;
    }
    .mx-md-2
    {
        margin-left: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem !important;
    }
    .my-md-3
    {
        margin-top: 1rem !important;
    }
    .mx-md-3
    {
        margin-right: 1rem !important;
    }
    .my-md-3
    {
        margin-bottom: 1rem !important;
    }
    .mx-md-3
    {
        margin-left: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem !important;
    }
    .my-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem !important;
    }
    .my-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mx-md-4
    {
        margin-left: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem !important;
    }
    .my-md-5
    {
        margin-top: 3rem !important;
    }
    .mx-md-5
    {
        margin-right: 3rem !important;
    }
    .my-md-5
    {
        margin-bottom: 3rem !important;
    }
    .mx-md-5
    {
        margin-left: 3rem !important;
    }
    .p-md-0
    {
        padding: 0 !important;
    }
    .py-md-0
    {
        padding-top: 0 !important;
    }
    .px-md-0
    {
        padding-right: 0 !important;
    }
    .py-md-0
    {
        padding-bottom: 0 !important;
    }
    .px-md-0
    {
        padding-left: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem !important;
    }
    .py-md-1
    {
        padding-top: .25rem !important;
    }
    .px-md-1
    {
        padding-right: .25rem !important;
    }
    .py-md-1
    {
        padding-bottom: .25rem !important;
    }
    .px-md-1
    {
        padding-left: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem !important;
    }
    .py-md-2
    {
        padding-top: .5rem !important;
    }
    .px-md-2
    {
        padding-right: .5rem !important;
    }
    .py-md-2
    {
        padding-bottom: .5rem !important;
    }
    .px-md-2
    {
        padding-left: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem !important;
    }
    .py-md-3
    {
        padding-top: 1rem !important;
    }
    .px-md-3
    {
        padding-right: 1rem !important;
    }
    .py-md-3
    {
        padding-bottom: 1rem !important;
    }
    .px-md-3
    {
        padding-left: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem !important;
    }
    .py-md-4
    {
        padding-top: 1.5rem !important;
    }
    .px-md-4
    {
        padding-right: 1.5rem !important;
    }
    .py-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .px-md-4
    {
        padding-left: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem !important;
    }
    .py-md-5
    {
        padding-top: 3rem !important;
    }
    .px-md-5
    {
        padding-right: 3rem !important;
    }
    .py-md-5
    {
        padding-bottom: 3rem !important;
    }
    .px-md-5
    {
        padding-left: 3rem !important;
    }
    .m-md-n1
    {
        margin: -.25rem !important;
    }
    .my-md-n1
    {
        margin-top: -.25rem !important;
    }
    .mx-md-n1
    {
        margin-right: -.25rem !important;
    }
    .my-md-n1
    {
        margin-bottom: -.25rem !important;
    }
    .mx-md-n1
    {
        margin-left: -.25rem !important;
    }
    .m-md-n2
    {
        margin: -.5rem !important;
    }
    .my-md-n2
    {
        margin-top: -.5rem !important;
    }
    .mx-md-n2
    {
        margin-right: -.5rem !important;
    }
    .my-md-n2
    {
        margin-bottom: -.5rem !important;
    }
    .mx-md-n2
    {
        margin-left: -.5rem !important;
    }
    .m-md-n3
    {
        margin: -1rem !important;
    }
    .my-md-n3
    {
        margin-top: -1rem !important;
    }
    .mx-md-n3
    {
        margin-right: -1rem !important;
    }
    .my-md-n3
    {
        margin-bottom: -1rem !important;
    }
    .mx-md-n3
    {
        margin-left: -1rem !important;
    }
    .m-md-n4
    {
        margin: -1.5rem !important;
    }
    .my-md-n4
    {
        margin-top: -1.5rem !important;
    }
    .mx-md-n4
    {
        margin-right: -1.5rem !important;
    }
    .my-md-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .mx-md-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-md-n5
    {
        margin: -3rem !important;
    }
    .my-md-n5
    {
        margin-top: -3rem !important;
    }
    .mx-md-n5
    {
        margin-right: -3rem !important;
    }
    .my-md-n5
    {
        margin-bottom: -3rem !important;
    }
    .mx-md-n5
    {
        margin-left: -3rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto
    {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto
    {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 1012px)
{
    .m-lg-0
    {
        margin: 0 !important;
    }
    .my-lg-0
    {
        margin-top: 0 !important;
    }
    .mx-lg-0
    {
        margin-right: 0 !important;
    }
    .my-lg-0
    {
        margin-bottom: 0 !important;
    }
    .mx-lg-0
    {
        margin-left: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem !important;
    }
    .my-lg-1
    {
        margin-top: .25rem !important;
    }
    .mx-lg-1
    {
        margin-right: .25rem !important;
    }
    .my-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .mx-lg-1
    {
        margin-left: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem !important;
    }
    .my-lg-2
    {
        margin-top: .5rem !important;
    }
    .mx-lg-2
    {
        margin-right: .5rem !important;
    }
    .my-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .mx-lg-2
    {
        margin-left: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem !important;
    }
    .my-lg-3
    {
        margin-top: 1rem !important;
    }
    .mx-lg-3
    {
        margin-right: 1rem !important;
    }
    .my-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .mx-lg-3
    {
        margin-left: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem !important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .my-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mx-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem !important;
    }
    .my-lg-5
    {
        margin-top: 3rem !important;
    }
    .mx-lg-5
    {
        margin-right: 3rem !important;
    }
    .my-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .mx-lg-5
    {
        margin-left: 3rem !important;
    }
    .p-lg-0
    {
        padding: 0 !important;
    }
    .py-lg-0
    {
        padding-top: 0 !important;
    }
    .px-lg-0
    {
        padding-right: 0 !important;
    }
    .py-lg-0
    {
        padding-bottom: 0 !important;
    }
    .px-lg-0
    {
        padding-left: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem !important;
    }
    .py-lg-1
    {
        padding-top: .25rem !important;
    }
    .px-lg-1
    {
        padding-right: .25rem !important;
    }
    .py-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .px-lg-1
    {
        padding-left: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem !important;
    }
    .py-lg-2
    {
        padding-top: .5rem !important;
    }
    .px-lg-2
    {
        padding-right: .5rem !important;
    }
    .py-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .px-lg-2
    {
        padding-left: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem !important;
    }
    .py-lg-3
    {
        padding-top: 1rem !important;
    }
    .px-lg-3
    {
        padding-right: 1rem !important;
    }
    .py-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .px-lg-3
    {
        padding-left: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem !important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .py-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .px-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem !important;
    }
    .py-lg-5
    {
        padding-top: 3rem !important;
    }
    .px-lg-5
    {
        padding-right: 3rem !important;
    }
    .py-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .px-lg-5
    {
        padding-left: 3rem !important;
    }
    .m-lg-n1
    {
        margin: -.25rem !important;
    }
    .my-lg-n1
    {
        margin-top: -.25rem !important;
    }
    .mx-lg-n1
    {
        margin-right: -.25rem !important;
    }
    .my-lg-n1
    {
        margin-bottom: -.25rem !important;
    }
    .mx-lg-n1
    {
        margin-left: -.25rem !important;
    }
    .m-lg-n2
    {
        margin: -.5rem !important;
    }
    .my-lg-n2
    {
        margin-top: -.5rem !important;
    }
    .mx-lg-n2
    {
        margin-right: -.5rem !important;
    }
    .my-lg-n2
    {
        margin-bottom: -.5rem !important;
    }
    .mx-lg-n2
    {
        margin-left: -.5rem !important;
    }
    .m-lg-n3
    {
        margin: -1rem !important;
    }
    .my-lg-n3
    {
        margin-top: -1rem !important;
    }
    .mx-lg-n3
    {
        margin-right: -1rem !important;
    }
    .my-lg-n3
    {
        margin-bottom: -1rem !important;
    }
    .mx-lg-n3
    {
        margin-left: -1rem !important;
    }
    .m-lg-n4
    {
        margin: -1.5rem !important;
    }
    .my-lg-n4
    {
        margin-top: -1.5rem !important;
    }
    .mx-lg-n4
    {
        margin-right: -1.5rem !important;
    }
    .my-lg-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .mx-lg-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5
    {
        margin: -3rem !important;
    }
    .my-lg-n5
    {
        margin-top: -3rem !important;
    }
    .mx-lg-n5
    {
        margin-right: -3rem !important;
    }
    .my-lg-n5
    {
        margin-bottom: -3rem !important;
    }
    .mx-lg-n5
    {
        margin-left: -3rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto
    {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto
    {
        margin-left: auto !important;
    }
}

@media (min-width: 1140px)
{
    .m-xl-0
    {
        margin: 0 !important;
    }
    .my-xl-0
    {
        margin-top: 0 !important;
    }
    .mx-xl-0
    {
        margin-right: 0 !important;
    }
    .my-xl-0
    {
        margin-bottom: 0 !important;
    }
    .mx-xl-0
    {
        margin-left: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem !important;
    }
    .my-xl-1
    {
        margin-top: .25rem !important;
    }
    .mx-xl-1
    {
        margin-right: .25rem !important;
    }
    .my-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .mx-xl-1
    {
        margin-left: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem !important;
    }
    .my-xl-2
    {
        margin-top: .5rem !important;
    }
    .mx-xl-2
    {
        margin-right: .5rem !important;
    }
    .my-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .mx-xl-2
    {
        margin-left: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem !important;
    }
    .my-xl-3
    {
        margin-top: 1rem !important;
    }
    .mx-xl-3
    {
        margin-right: 1rem !important;
    }
    .my-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .mx-xl-3
    {
        margin-left: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem !important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .my-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mx-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem !important;
    }
    .my-xl-5
    {
        margin-top: 3rem !important;
    }
    .mx-xl-5
    {
        margin-right: 3rem !important;
    }
    .my-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .mx-xl-5
    {
        margin-left: 3rem !important;
    }
    .p-xl-0
    {
        padding: 0 !important;
    }
    .py-xl-0
    {
        padding-top: 0 !important;
    }
    .px-xl-0
    {
        padding-right: 0 !important;
    }
    .py-xl-0
    {
        padding-bottom: 0 !important;
    }
    .px-xl-0
    {
        padding-left: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem !important;
    }
    .py-xl-1
    {
        padding-top: .25rem !important;
    }
    .px-xl-1
    {
        padding-right: .25rem !important;
    }
    .py-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .px-xl-1
    {
        padding-left: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem !important;
    }
    .py-xl-2
    {
        padding-top: .5rem !important;
    }
    .px-xl-2
    {
        padding-right: .5rem !important;
    }
    .py-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .px-xl-2
    {
        padding-left: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem !important;
    }
    .py-xl-3
    {
        padding-top: 1rem !important;
    }
    .px-xl-3
    {
        padding-right: 1rem !important;
    }
    .py-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .px-xl-3
    {
        padding-left: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem !important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .py-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .px-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem !important;
    }
    .py-xl-5
    {
        padding-top: 3rem !important;
    }
    .px-xl-5
    {
        padding-right: 3rem !important;
    }
    .py-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .px-xl-5
    {
        padding-left: 3rem !important;
    }
    .m-xl-n1
    {
        margin: -.25rem !important;
    }
    .my-xl-n1
    {
        margin-top: -.25rem !important;
    }
    .mx-xl-n1
    {
        margin-right: -.25rem !important;
    }
    .my-xl-n1
    {
        margin-bottom: -.25rem !important;
    }
    .mx-xl-n1
    {
        margin-left: -.25rem !important;
    }
    .m-xl-n2
    {
        margin: -.5rem !important;
    }
    .my-xl-n2
    {
        margin-top: -.5rem !important;
    }
    .mx-xl-n2
    {
        margin-right: -.5rem !important;
    }
    .my-xl-n2
    {
        margin-bottom: -.5rem !important;
    }
    .mx-xl-n2
    {
        margin-left: -.5rem !important;
    }
    .m-xl-n3
    {
        margin: -1rem !important;
    }
    .my-xl-n3
    {
        margin-top: -1rem !important;
    }
    .mx-xl-n3
    {
        margin-right: -1rem !important;
    }
    .my-xl-n3
    {
        margin-bottom: -1rem !important;
    }
    .mx-xl-n3
    {
        margin-left: -1rem !important;
    }
    .m-xl-n4
    {
        margin: -1.5rem !important;
    }
    .my-xl-n4
    {
        margin-top: -1.5rem !important;
    }
    .mx-xl-n4
    {
        margin-right: -1.5rem !important;
    }
    .my-xl-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .mx-xl-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5
    {
        margin: -3rem !important;
    }
    .my-xl-n5
    {
        margin-top: -3rem !important;
    }
    .mx-xl-n5
    {
        margin-right: -3rem !important;
    }
    .my-xl-n5
    {
        margin-bottom: -3rem !important;
    }
    .mx-xl-n5
    {
        margin-left: -3rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto
    {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto
    {
        margin-left: auto !important;
    }
}

.text-monospace
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.text-justify
{
    text-align: justify !important;
}

.text-wrap
{
    white-space: normal !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

@media (min-width: 576px)
{
    .text-sm-left
    {
        text-align: left !important;
    }
    .text-sm-right
    {
        text-align: right !important;
    }
    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }
    .text-md-right
    {
        text-align: right !important;
    }
    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1012px)
{
    .text-lg-left
    {
        text-align: left !important;
    }
    .text-lg-right
    {
        text-align: right !important;
    }
    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1140px)
{
    .text-xl-left
    {
        text-align: left !important;
    }
    .text-xl-right
    {
        text-align: right !important;
    }
    .text-xl-center
    {
        text-align: center !important;
    }
}

.text-lowercase
{
    text-transform: lowercase !important;
}

.text-uppercase
{
    text-transform: uppercase !important;
}

.text-capitalize
{
    text-transform: capitalize !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.font-weight-lighter
{
    font-weight: lighter !important;
}

.font-weight-normal
{
    font-weight: 400 !important;
}

.font-weight-bold
{
    font-weight: 700 !important;
}

.font-weight-bolder
{
    font-weight: bolder !important;
}

.font-italic
{
    font-style: italic !important;
}

.text-white
{
    color: #fff !important;
}

.text-primary
{
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus
{
    color: #0056b3 !important;
}

.text-secondary
{
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus
{
    color: #494f54 !important;
}

.text-success
{
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus
{
    color: #19692c !important;
}

.text-info
{
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus
{
    color: #0f6674 !important;
}

.text-warning
{
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus
{
    color: #ba8b00 !important;
}

.text-danger
{
    color: #c1000b !important;
}

a.text-danger:hover,
a.text-danger:focus
{
    color: #750007 !important;
}

.text-light
{
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus
{
    color: #cbd3da !important;
}

.text-dark
{
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus
{
    color: #121416 !important;
}

.text-blue
{
    color: #007bff !important;
}

a.text-blue:hover,
a.text-blue:focus
{
    color: #0056b3 !important;
}

.text-indigo
{
    color: #6610f2 !important;
}

a.text-indigo:hover,
a.text-indigo:focus
{
    color: #4709ac !important;
}

.text-purple
{
    color: #6f42c1 !important;
}

a.text-purple:hover,
a.text-purple:focus
{
    color: #4e2d89 !important;
}

.text-pink
{
    color: #e83e8c !important;
}

a.text-pink:hover,
a.text-pink:focus
{
    color: #c21766 !important;
}

.text-red
{
    color: #c1000b !important;
}

a.text-red:hover,
a.text-red:focus
{
    color: #750007 !important;
}

.text-orange
{
    color: #fd7e14 !important;
}

a.text-orange:hover,
a.text-orange:focus
{
    color: #c35a02 !important;
}

.text-yellow
{
    color: #ffc107 !important;
}

a.text-yellow:hover,
a.text-yellow:focus
{
    color: #ba8b00 !important;
}

.text-green
{
    color: #28a745 !important;
}

a.text-green:hover,
a.text-green:focus
{
    color: #19692c !important;
}

.text-teal
{
    color: #20c997 !important;
}

a.text-teal:hover,
a.text-teal:focus
{
    color: #158765 !important;
}

.text-cyan
{
    color: #17a2b8 !important;
}

a.text-cyan:hover,
a.text-cyan:focus
{
    color: #0f6674 !important;
}

.text-white
{
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus
{
    color: #d9d9d9 !important;
}

.text-gray
{
    color: #6c757d !important;
}

a.text-gray:hover,
a.text-gray:focus
{
    color: #494f54 !important;
}

.text-gray-dark
{
    color: #343a40 !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus
{
    color: #121416 !important;
}

.text-body
{
    color: #212529 !important;
}

.text-muted
{
    color: #6c757d !important;
}

.text-black-50
{
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50
{
    color: rgba(255, 255, 255, .5) !important;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.text-decoration-none
{
    text-decoration: none !important;
}

.text-break
{
    word-break: break-word !important;

    overflow-wrap: break-word !important;
}

.text-reset
{
    color: inherit !important;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

@media print
{
    *,
    *::before,
    *::after
    {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a:not(.btn)
    {
        text-decoration: underline;
    }
    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }
    pre
    {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote
    {
        border: 1px solid #adb5bd;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    @page
    {
        size: a3;
    }
    body
    {
        min-width: 1012px !important;
    }
    .container
    {
        min-width: 1012px !important;
    }
    .navbar
    {
        display: none;
    }
    .badge
    {
        border: 1px solid #000;
    }
    .table
    {
        border-collapse: collapse !important;
    }
    .table td,
    .table th
    {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td
    {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark
    {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody
    {
        border-color: #dee2e6;
    }
    .table .thead-dark th
    {
        color: inherit;
        border-color: #dee2e6;
    }
}

html
{
    font-size: 10px;

    min-height: 100%;
}
@media (max-width: 767.98px)
{
    html
    {
        font-size: 9.5px;
    }
}
@media (max-width: 575.98px)
{
    html
    {
        font-size: 9px;
    }
}
@media (max-width: 320px)
{
    html
    {
        font-size: 8px;
    }
}

body
{
    font-size: 1.6rem;

    position: relative;
}

_:lang(x)::-ms-backdrop,
body
{
    font-family: 'メイリオ', Meiryo, sans-serif;
}

/*-----------------------------------------------------------------------------------------
// container
-----------------------------------------------------------------------------------------*/
.container-lg
{
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-xl
{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

/*-----------------------------------------
footer
------------------------------------------*/
.footer
{
--color-pink: #D19AB4;
    --color-darkpink: #e8726c;
    --color-brgray: #f3f6f6;
    --color-black: #000;
    --color-white: #fff;
    --color-red: #cb2c7b;
    /*-----------------------------------------
    master-layout-control
    ------------------------------------------*/
    /*-----------------------------------------
    item-direction
    ------------------------------------------*/
    /*-----------------------------------------
    top-newarrival
    ------------------------------------------*/
    /*-----------------------------------------
btn
------------------------------------------*/
}
.footer *
{
    font-family: 游ゴシック, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    font-weight: 500;

    letter-spacing: .1em;

    color: var(--color-black);
}
.footer .noto
{
    font-family: 'Noto Serif JP', serif;
}
.footer .flex
{
    /* Android rower */
    /*--- IE10 ---*/
    /* Safari */
    display: flex !important;
}
.footer .flex-wrap
{
    flex-wrap: wrap;
}
.footer .flex-middle
{
    /* Safari */
    align-items: center;
}
.footer .flex-center
{
    /* Safari */
    justify-content: center;
}
.footer .flex-right
{
    justify-content: flex-end;
}
.footer .flex-between
{
    /* Safari */
    justify-content: space-between;
}
.footer .flex-column
{
        flex-direction: column;
    /* Safari */
}
.footer .flex.flex-sep-2 > *
{
    width: 50%;
    width: calc(100% / 2);
}
.footer .flex.flex-sep-3 > *
{
    width: 33.3333%;
    width: calc(100% / 3);
}
.footer .flex.flex-sep-4 > *
{
    width: 25%;
    width: calc(100% / 4);
}
.footer .flex1
{
    flex: 1;
}
.footer .flex2
{
    flex: 2;
}
.footer .flex3
{
    flex: 3;
}
.footer .flex4
{
    flex: 4;
}
@media (max-width: 768px)
{
    .footer #br-header .flex
    {
        display: initial !important;
    }
    .footer .flex-sp
    {
        /* Android rower */
        /*--- IE10 ---*/
        /* Safari */
        display: flex !important;
    }
    .footer .flex-sp-column
    {
            flex-direction: column;
    }
    .footer .flex-sp-column-reverse
    {
            flex-direction: column-reverse;
        /* Safari */
    }
    .footer .flex-sp.flex-sep-2 > *,
    .footer .flex-sp.flex-sp-sep-2 > *,
    .footer .flex.flex-sp-sep-2 > *
    {
        width: 50%;
        width: calc(100% / 2);
    }
    .footer .flex-sp.flex-sep-3 > *,
    .footer .flex-sp.flex-sp-sep-3 > *,
    .footer .flex.flex-sp-sep-3 > *
    {
        width: 33.3333%;
        width: calc(100% / 3);
    }
    .footer .flex-sp.flex-sep-4 > *,
    .footer .flex-sp.flex-sp-sep-4 > *,
    .footer .flex.flex-sp-sep-4 > *
    {
        width: 25%;
        width: calc(100% / 4);
    }
    .footer .flex-sp-1
    {
        flex: 1;
    }
    .footer .flex-sp-2
    {
        flex: 2;
    }
    .footer .flex-sp-3
    {
        flex: 3;
    }
    .footer .flex-sp-4
    {
        flex: 4;
    }
    .footer .flex-sp-order-1
    {
        order: 1;
    }
    .footer .flex-sp-order-2
    {
        order: 2;
    }
    .footer .flex-sp-order-3
    {
        order: 3;
    }
    .footer .flex-sp-order-4
    {
        order: 4;
    }
}
@media screen and (min-width: 769px)
{
    .footer .flex-pc
    {
        /* Android rower */
        /*--- IE10 ---*/
        /* Safari */
        display: flex !important;
    }
    .footer .flex-pc-middle
    {
        /* Safari */
        align-items: center;
    }
    .footer .flex-pc.flex-sep-2 > *,
    .footer .flex-pc.flex-pc-sep-2 > *,
    .footer .flex.flex-pc-sep-2 > *
    {
        width: 50%;
        width: calc(100% / 2);
    }
    .footer .flex-pc.flex-sep-3 > *,
    .footer .flex-pc.flex-pc-sep-3 > *,
    .footer .flex.flex-pc-sep-3 > *
    {
        width: 33.3333%;
        width: calc(100% / 3);
    }
    .footer .flex-pc.flex-sep-4 > *,
    .footer .flex-pc.flex-pc-sep-4 > *,
    .footer .flex.flex-pc-sep-4 > *
    {
        width: 25%;
        width: calc(100% / 4);
    }
}
.footer .anchor
{
    display: block;

    text-decoration: none;

    border: none;
    outline: none !important;
}
.footer .container,
.footer .container-middle,
.footer .container-small,
.footer .container-fluid,
.footer .container-sm,
.footer .container-md,
.footer .container-lg,
.footer .container-xl,
.footer .container-single
{
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px)
{
    .footer .container,
    .footer .container-middle,
    .footer .container-single
    {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .footer .container-full
    {
        width: 100%;
    }
    .footer .layout-mainarea,
    .footer .layout-sidebar
    {
        margin-top: 1vw;
    }
    .footer .sp-only
    {
        display: block !important;
    }
    .footer .pc-only
    {
        display: none !important;
    }
    .footer span.sp-break
    {
        display: block;
    }
    .footer .anchor
    {
        margin-top: -50px;
        padding-top: 50px;
    }
    .footer .mainarea
    {
        padding-top: 50px;
    }
}
@media (min-width: 769px)
{
    .footer .container,
    .footer .container-pc
    {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .container-single
    {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .container-middle
    {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
    .footer .container-full
    {
        min-width: 1200px;
    }

    .footer .container-fluid,
    .footer .container-sm,
    .footer .container-md,
    .footer .container-lg,
    .footer .container-xl
    {
        padding-right: 30px;
        padding-left: 30px;
    }
    .footer .layout-mainarea,
    .footer .layout-sidebar
    {
        margin-top: 10px;
    }
    .footer .layout-mainarea
    {
        width: 910px;
    }
    .footer .layout-sidebar
    {
        width: 100%;
    }
    .footer .sp-only
    {
        display: none !important;
    }
    .footer .pc-only
    {
        display: block !important;
    }
    .footer span.pc-break
    {
        display: block;
    }
    .footer .anchor
    {
        margin-top: -100px;
        padding-top: 100px;
    }
    .footer .mainarea
    {
        padding-top: 100px;
    }
}
.footer .text-center
{
    text-align: center;
}
.footer .tt-top
{
    font-weight: 600;

    text-align: center;
    letter-spacing: .4em;
}
.footer .tt-top:first-letter {
    color:#D19AB4 !important;
}
@media (max-width: 768px)
{
    .footer .tt-top
    {
        font-size: 5vw;

        margin: 6vw auto;
    }
}
@media (min-width: 769px)
{
    .footer .tt-top
    {
        font-size: 2.4rem;

        margin: 50px auto;
    }
}
.footer .btn
{
    position: relative;

    display: block;

    margin-right: auto;
    margin-left: auto;

    text-align: center;
    text-decoration: none;

    border-radius: 5px;
}
.footer .btn-normal,
.footer .btn-mail
{
    color: var(--color-black);
    border: 1px solid var(--color-black);
}
.footer .btn-normal,
.footer .btn-pink,
.footer .btn-pink-rank,
.footer .btn-white,
.footer .btn-mail,
.footer .btn-more
{
    /* Android rower */
    /*--- IE10 ---*/
    /* Safari */
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.footer .btn-normal:hover,
.footer .btn-mail:hover
{
    color: var(--color-white);
    border: 1px solid var(--color-pink);
    background: var(--color-pink);
}
.footer .btn-normal:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right.svg);
}
.footer .btn-normal:hover:before
{
    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-mail:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-mail.svg);
}
.footer .btn-mail:hover:before
{
    background-image: url(../images/icon-mail-mo.svg);
}
.footer .btn-pink
{
    max-width: 240px;

    color: var(--color-white);
    background: var(--color-pink);
}
.footer .btn-pink:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-pink:hover
{
    background: var(--color-black);
}
.footer .btn-pink-rank
{
    max-width: 350px;

    color: var(--color-white);
    background: var(--color-pink);
}
.footer .btn-pink-rank:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-pink-rank:hover
{
    background: var(--color-black);
}
.footer .btn-white
{
    max-width: 240px;

    color: var(--color-white);
    border: 1px solid var(--color-white);
}
.footer .btn-white:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-white:hover
{
    color: var(--color-black);
    background: var(--color-white);
}
.footer .btn-white:hover:before
{
    background-image: url(../images/icon-right.svg);
}
.footer .btn-more
{
    max-width: 100px;
    padding: 8px 40px 8px 8px;

    color: var(--color-white);
    background: rgba(255, 255, 255, .1);
}
.footer .btn-more:hover
{
    background: rgba(255, 255, 255, .3);
}
.footer .btn-more:after
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-rental-list
{
    max-width: 240px;

    color: var(--color-white);
    border: 1px solid var(--color-white);
}
.footer .btn-rental-list:before
{
    position: absolute;

    width: 24px;
    height: 24px;

    content: '';

    background-image: url(../images/icon-right-mo.svg);
}
.footer .btn-rental-list:hover
{
    color: var(--color-pink);
    background: var(--color-white);
}
.footer .btn-rental-list:hover:before
{
    background-image: url(../images/icon-right-pink.svg);
}
@media (max-width: 768px)
{
    .footer .btn-normal,
    .footer .btn-pink,
    .footer .btn-pink-rank,
    .footer .btn-white,
    .footer .btn-mail
    {
        width: 100%;
        max-width: 75vw;
        min-height: 40px;
    }
    .footer .btn-normal:before,
    .footer .btn-pink:before,
    .footer .btn-pink-rank:before,
    .footer .btn-white:before,
    .footer .btn-mail:before
    {
        top: 50%;
        left: 8px;

        margin-top: -12px;
    }
    .footer .btn-top-campaign
    {
        margin: 4vw;
    }
    .footer .btn-single
    {
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    .footer .btn-pink,
    .footer .btn-pink-rank,
    .footer .btn-white
    {
        min-height: 48px;
    }
    .footer .btn-more:after
    {
        top: 50%;
        right: 8px;

        margin-top: -12px;
    }
}
@media (min-width: 769px)
{
    .footer .btn-normal
    {
        width: 200px;
        height: 48px;
    }
    .footer .btn-mail
    {
        width: 288px;
        height: 48px;
    }
    .footer .btn-normal:before,
    .footer .btn-pink:before,
    .footer .btn-pink-rank:before,
    .footer .btn-white:before,
    .footer .btn-mail:before
    {
        top: 50%;
        left: 8px;

        margin-top: -12px;
    }
    .footer .btn-top-campaign
    {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .footer .btn-single
    {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .footer .btn-pink,
    .footer .btn-white
    {
        width: 240px;
        height: 48px;
    }
    .footer .btn-pink-rank
    {
        width: 350px;
        height: 48px;
    }
    .footer .btn-more:after
    {
        top: 50%;
        right: 8px;

        margin-top: -12px;
    }
}
.footer .footer-guide p,
.footer .footer-guide span,
.footer .footer-guide h2,
.footer .footer-guide h3
{
    color: var(--color-white);
}
.footer .footer-guide h2,
.footer .footer-guide h3
{
    text-align: center;
    letter-spacing: .2em;
}
.footer .footer-payment,
.footer .footer-send
{
    text-align: center;
}
.footer .footer-freedial
{
    font-weight: 600;

    letter-spacing: .2em;

    background-image: url(../images/icon-freedial.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.footer .footer-menu-large
{
    text-align: center;
}
.footer .footer-menu-large ul
{
    margin-right: auto;
    margin-left: auto;
}
.footer .footer-menu-large a
{
    display: block;

    text-decoration: none;

    color: var(--color-black);
    border-radius: 4px;
    background: var(--color-brgray);
}
.footer .footer-menu-large a:hover
{
    color: var(--color-white);
    background: var(--color-pink);
}
.footer .footer-menu-small
{
    margin-top: 50px;

    text-align: center;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.footer .footer-menu-small a
{
    line-height: 200%;

    display: inline-block;

    text-decoration: underline;
}
.footer .footer-menu-small a:hover
{
    color: inherit;
}
.footer .copyright
{
    text-align: center;
}
.footer .copyright a
{
    text-decoration: underline;
}
.footer .copyright a:hover
{
    color: inherit;
}
@media (max-width: 768px)
{
    .footer .footer-guide
    {
        padding-top: 8vw;
    }
    .footer .footer-guide h2
    {
        font-size: 5vw;

        margin-bottom: 5vw;
    }
    .footer .footer-guide h3
    {
        font-size: 4vw;

        margin-bottom: 8vw;
    }
    .footer .footer-payment,
    .footer .footer-send
    {
        padding-top: 4vw;
        padding-bottom: 6vw;
    }
    .footer .footer-contact-mail
    {
        padding-bottom: 4vw;

        border-bottom: 1px solid var(--color-black);
    }
    .footer .footer-contact-mail p
    {
        font-size: 2.6vw;

        margin-top: 1.5em;

        text-align: left;
    }
    .footer .footer-contact-tel
    {
        padding-top: 4vw;
    }
    .footer .footer-freedial
    {
        font-size: 6vw;

        padding-left: 10vw;

        background-size: 8vw auto;
    }
    .footer .footer-contact-tel p
    {
        font-size: 3vw;

        padding-top: 4vw;
    }
    .footer .footer-menu-large
    {
        margin-top: 8vw;
        margin-bottom: 8vw;
    }
    .footer .footer-menu-large li
    {
        padding: 2vw 0;
    }
    .footer .footer-menu-large li a
    {
        padding: 2vw 4vw;
    }
    .footer .footer-menu-small
    {
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .footer .footer-menu-small a
    {
        font-size: 2vw;
    }
    .footer .copyright
    {
        font-size: 2.6vw;

        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .footer .copyright a
    {
        font-size: 2.6vw;
    }
}
@media (min-width: 769px)
{
    .footer .footer-guide
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer .footer-guide h2
    {
        font-size: 2.4rem;

        margin-bottom: 36px;
    }
    .footer .footer-guide h3
    {
        font-size: 1.4rem;

        margin-bottom: 32px;
    }
    .footer .footer-payment
    {
        border-right: 1px solid var(--color-white);
    }
    .footer .footer-contact-mail
    {
        padding-right: 36px;

        border-right: 1px solid var(--color-black);
    }
    .footer .footer-contact-mail .btn
    {
        margin-right: 0;
    }
    .footer .footer-contact-mail p
    {
        font-size: 1.4rem;

        margin-top: 1.5em;

        text-align: right;
    }
    .footer .footer-contact-tel
    {
        padding-left: 36px;
    }
    .footer .footer-freedial
    {
        font-size: 3.6rem;

        padding-left: 1.5em;

        background-size: 34px auto;
    }
    .footer .footer-contact-tel p
    {
        padding-top: 8px;
    }
    .footer .footer-menu-large
    {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer .footer-menu-large li
    {
        padding: 5px;
    }
    .footer .footer-menu-large li a
    {
        padding: 5px 10px;
    }
    .footer .footer-menu-small
    {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer .footer-menu-small a
    {
        font-size: 1.2rem;
    }
    .footer .copyright
    {
        font-size: 1.2rem;

        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .copyright a
    {
        font-size: 1.2rem;
    }
}

/*-----------------------------------------------------------------------------------------
// type
-----------------------------------------------------------------------------------------*/
html body .fz-10
{
    font-size: 1rem;
}

html body .fz-11
{
    font-size: 1.1rem;
}

html body .fz-12
{
    font-size: 1.2rem;
}

html body .fz-13
{
    font-size: 1.3rem;
}

html body .fz-14
{
    font-size: 1.4rem;
}

html body .fz-15
{
    font-size: 1.5rem;
}

html body .fz-16
{
    font-size: 1.6rem;
}

html body .fz-17
{
    font-size: 1.7rem;
}

html body .fz-18
{
    font-size: 1.8rem;
}

html body .fz-19
{
    font-size: 1.9rem;
}

html body .fz-20
{
    font-size: 2rem;
}

html body .fz-21
{
    font-size: 2.1rem;
}

html body .fz-22
{
    font-size: 2.2rem;
}

html body .fz-23
{
    font-size: 2.3rem;
}

html body .fz-24
{
    font-size: 2.4rem;
}

html body .fz-25
{
    font-size: 2.5rem;
}

html body .fz-26
{
    font-size: 2.6rem;
}

html body .fz-27
{
    font-size: 2.7rem;
}

html body .fz-28
{
    font-size: 2.8rem;
}

html body .fz-29
{
    font-size: 2.9rem;
}

html body .fz-30
{
    font-size: 3rem;
}

html body .fz-31
{
    font-size: 3.1rem;
}

html body .fz-32
{
    font-size: 3.2rem;
}

html body .fz-33
{
    font-size: 3.3rem;
}

html body .fz-34
{
    font-size: 3.4rem;
}

html body .fz-35
{
    font-size: 3.5rem;
}

html body .fz-36
{
    font-size: 3.6rem;
}

html body .fz-37
{
    font-size: 3.7rem;
}

html body .fz-38
{
    font-size: 3.8rem;
}

html body .fz-39
{
    font-size: 3.9rem;
}

html body .fz-40
{
    font-size: 4rem;
}

.notice,
.notice-w1em
{
    padding-left: 1em;
}
.notice .notice-mark,
.notice-w1em .notice-mark
{
    width: 1em;
    margin-left: -1em;
}

.text-ind2_5
{
    padding-left: 2.5em;

    text-indent: -2.5em;
}

.text-ind1
{
    padding-left: 1em;

    text-indent: -1em;
}

.comments-count
{
    font-size: 2.4rem;
    font-weight: bold;

    margin-bottom: 2rem;

    border-bottom: 1px solid #707070;
}

.comments-list
{
    padding: 0;

    list-style: none;
}

.comments-img
{
    width: 64px;
}

.comments-wrapper
{
    position: relative;

    width: calc(100% - 64px);
    padding: 15px 20px;

    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;

    flex: 1;
}
.comments-wrapper:before
{
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 17px;
    left: -11px;

    width: 0;
    height: 0;

    content: '.';

    color: transparent;
    border-top: 7px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, .2);
    border-bottom: 7px solid transparent;
}

.comments-meta
{
    font-size: 12px;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.comments-meta-list
{
    padding: 0;

    list-style: none;
}

.comments-author-name cite
{
    font-style: normal;
}

.comments-title a
{
    color: inherit;
}

.comments-date a
{
    color: inherit;
}

.comments-content
{
    line-height: 1.5;

    margin: 15px 0;
}

.comments-form-author
{
    margin-bottom: 20px;
}
.comments-form-author label
{
    font-weight: bold;

    display: block;
}
.comments-form-author input[type=text]
{
    display: block;

    width: 100%;
}

.comments-form-email
{
    margin-bottom: 20px;
}
.comments-form-email label
{
    font-weight: bold;

    display: block;
}
.comments-form-email input[type=email]
{
    display: block;

    width: 100%;
}

.comments-required
{
    color: #f00;
}

.comment-inner
{
    display: flex;

    margin-bottom: 20px;

    flex-wrap: wrap;
}

.comment .children
{
    padding-left: 30px;

    list-style: none;
}

.comment-reply-title
{
    font-size: 1.6rem;
    font-weight: bold;

    margin-bottom: 1rem;
}
.comment-reply-title small a
{
    font-size: 12px;

    display: inline-block;

    margin-left: 10px;
    padding: 0 1em;

    color: #fff;
    border-radius: 1em;
    background:var(--color-pink);
}
.comment-reply-title small a:hover
{
    text-decoration: none;

    color: #fff;
    background: #ed827d;
}

.comment-reply-link
{
    font-size: 12px;

    display: inline-block;

    padding: 0 1em;

    color: #fff;
    border-radius: 1em;
    background:var(--color-pink);
}
.comment-reply-link:hover
{
    text-decoration: none;

    color: #fff;
    background: #ed827d;
}

.comment-respond
{
    width: 100%;
    margin-top: 20px;
    padding: 20px 30px;

    background: #f2f2f2;
}
.comment-respond .required
{
    color: #f00;
}
.comment-respond .submit
{
    font-size: 16px;

    display: inline-block;

    margin-bottom: 20px;
    padding: 0 1em;

    color: #fff;
    border: none;
    border-radius: 1em;
    background:var(--color-pink);
}
.comment-respond .submit:hover
{
    text-decoration: none;

    color: #fff;
    background: #ed827d;
}

.comment-form
{
    font-size: 12px;
}
.comment-form-comment
{
    margin-bottom: 20px;
}
.comment-form-comment label
{
    font-weight: bold;

    display: block;
}
.comment-form-comment textarea
{
    display: block;

    width: 100%;
}

.blog
{
    color: #7b7b7b;
}
.blog-header
{
    display: flex;

    height: 100px;
    padding: 15px;

    justify-content: center;
    align-items: center;
}
@media (max-width: 767.98px)
{
    .blog-header
    {
        height: 70px;
    }
}
@media (max-width: 767.98px)
{
    .blog-header a img
    {
        width: 150px;
    }
}
.blog-main
{
    padding: 60px 0 120px;

    background: #f2f2f2;
}
@media (max-width: 767.98px)
{
    .blog-main
    {
        padding: 40px 0 60px;
    }
}
.blog-main-header
{
    margin-bottom: 50px;

    text-align: center;
}
@media (max-width: 767.98px)
{
    .blog-main-header
    {
        margin-bottom: 30px;
    }
}
.blog-main-icon
{
    margin-bottom: 20px;
}
@media (max-width: 767.98px)
{
    .blog-main-icon
    {
        margin-bottom: 10px;
    }
}
.blog-main-ttl
{
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 3rem;

    color: #000;
}
.blog-main-nav
{
    margin-bottom: 60px;
}
@media (max-width: 767.98px)
{
    .blog-main-nav
    {
        margin-bottom: 30px;
    }
}
.blog-main-nav ul
{
    display: flex;

    margin: 0 -15px;
    margin-bottom: 0;
    padding-left: 0;

    list-style-type: none;

    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767.98px)
{
    .blog-main-nav ul
    {
        margin: 0 -5px;
    }
}
.blog-main-nav ul li
{
    width: 25%;
    padding: 0 15px;
}
@media (max-width: 767.98px)
{
    .blog-main-nav ul li
    {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px;
    }
}
.blog-main-nav ul li a
{
    font-size: 1.8rem;
    font-weight: bold;

    position: relative;

    display: block;

    padding: 10px;

    text-align: center;

    color: #fff;
    background:var(--color-pink);
}
@media (max-width: 767.98px)
{
    .blog-main-nav ul li a
    {
        font-size: 1.2rem;

        padding: 5px 2px;
    }
}
.blog-main-nav ul li a:after
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -10px;

    content: '';

    opacity: 0;
    border-width: 18px 10px;
    border-style: solid;
    border-color: var(--color-pink) transparent transparent transparent;
}
@media (max-width: 767.98px)
{
    .blog-main-nav ul li a:after
    {
        margin-left: -5px;

        content: none;

        border-width: 9px 5px;
    }
}
.blog-main-nav ul li a:hover
{
    text-decoration: none;

    background: var(--color-pink);
}
.blog-main-nav ul li a:hover:after
{
    opacity: 1;
}
.blog-main-nav ul li a.active
{
    background: var(--color-pink);
}
.blog-main-nav ul li a.active:after
{
    opacity: 1;
}
.blog-main-wrapper
{
    display: flex;

    margin: 0 -15px;

    flex-wrap: wrap;
}
.blog-main-contents
{
    width: 66.66668%;
    padding: 0 15px;
}
@media (max-width: 1011.98px)
{
    .blog-main-contents
    {
        width: 100%;
        margin-bottom: 40px;
    }
}
.blog-main-side
{
    width: 33.33332%;
    padding: 0 15px;
}
@media (max-width: 1011.98px)
{
    .blog-main-side
    {
        width: 100%;
    }
}
.blog-main-side-nav
{
    height: 100%;
    padding: 23px;

    background: #fff;
}
@media (max-width: 767.98px)
{
    .blog-main-side-nav
    {
        padding: 23px 15px;
    }
}
.blog-main-side-nav-logo
{
    margin: 30px 0 25px;

    text-align: center;
}
.blog-main-side-nav-sns
{
    display: flex;

    margin-top: 30px;
    margin-bottom: 45px;
    padding-left: 0;

    list-style-type: none;

    justify-content: center;
}
.blog-main-side-nav-sns li
{
    margin: 0 6px;
}
.blog-main-side-nav-search
{
    display: flex;

    margin-bottom: 35px;

    border: 1px solid #707070;
}
.blog-main-side-nav-search input
{
    font-size: 18px;

    width: calc(100% - 50px);
    padding: 0;
    padding: 6px 1rem;

    color: #7b7b7b;
    border: none;
}
.blog-main-side-nav-search input:focus-visible
{
    outline: none;
}
.blog-main-side-nav-search button
{
    width: 50px;
    padding: 0;

    text-align: center;

    border: none;
    background: none;
}
.blog-main-side-nav-search button img
{
    margin-top: -8%;
}
.blog-main-side-nav-sttl
{
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2.4rem;

    margin-bottom: 2rem;

    color: #000;
    border-bottom: 1px solid #707070;
}
.blog-main-side-nav-category
{
    margin-bottom: 50px;
    padding-left: 0;

    list-style-type: none;
}
.blog-main-side-nav-category a
{
    color: #7b7b7b;
}
.blog-main-side-nav-category span
{
    float: right;

    margin-left: 1em;
}
.blog-main-side-nav-category ul
{
    padding-left: 2em;

    list-style-type: none;
}
.blog-main-side-nav-category li::after
{
    display: block;
    clear: both;

    content: '';
}
.blog-main-side-nav-category > li
{
    padding: 1rem 0;

    border-bottom: 1px dashed #707070;
}
.blog-main-side-nav-archive
{
    font-size: 1.8rem;

    width: 100%;
    margin-bottom: 40px;
    padding: 1rem;

    color: #7b7b7b;
    border: 1px solid #707070;
}
.blog-main-side-nav-archive:focus-visible
{
    outline: none;
}
.blog-main-side-nav-ad
{
    margin-bottom: 0;
    padding-left: 0;

    list-style-type: none;
}
.blog-main-side-nav-ad li
{
    margin-bottom: 35px;
}
.blog-main-side-nav-recentEntries
{
    margin-bottom: 55px;
    padding-left: 0;

    list-style-type: none;
}
.blog-main-side-nav-recentEntries li
{
    margin-bottom: 25px;
}
.blog-main-side-nav-recentEntries li a
{
    position: relative;

    display: block;

    border: 1px solid #707070;
}
.blog-main-side-nav-recentEntries li a:hover
{
    opacity: .8;
}
.blog-main-side-nav-recentEntries li a img
{
    width: 100%;
}
.blog-main-side-nav-recentEntries li a div
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 10px 20px;

    background: rgba(92, 92, 92, .54);
}
.blog-main-side-nav-recentEntries li a div p
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 0;

    color: #fff;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.blog-main-archive
{
    padding: 34px 34px 50px;

    background: #fff;
}
@media (max-width: 767.98px)
{
    .blog-main-archive
    {
        padding: 20px 15px 40px;
    }
}
.blog-main-archive-ttl
{
    font-size: 2.6rem;
    font-weight: bold;

    margin-bottom: 2.5rem;
    padding-bottom: .5rem;

    border-bottom: 1px dashed #7b7b7b;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-ttl
    {
        font-size: 2.2rem;
    }
}
.blog-main-archive-list
{
    display: flex;

    margin: 0 -17px 20px;
    padding-left: 0;

    list-style-type: none;

    flex-wrap: wrap;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-list
    {
        margin: 0 -5px 20px;
    }
}
.blog-main-archive-list-item
{
    width: 50%;
    margin-bottom: 40px;
    padding: 0 17px;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-list-item
    {
        margin-bottom: 20px;
        padding: 0 5px;
    }
}
.blog-main-archive-article
{
    display: flex;
    flex-direction: column;

    height: 100%;

    justify-content: space-between;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article
    {
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }
}
.blog-main-archive-article-img
{
    border: 1px solid #707070;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-img
    {
        border: none;
    }
}
.blog-main-archive-article-img a:hover
{
    opacity: .8;
}
.blog-main-archive-article-img a img
{
    width: 100%;
}
.blog-main-archive-article-ttl
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: .7rem;

    color: #7b7b7b;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-ttl
    {
        font-size: 1.5rem;
    }
}
.blog-main-archive-article-ttl a
{
    display: block;

    padding-top: 15px;

    color: #7b7b7b;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-ttl a
    {
        padding: 10px 10px 0;
    }
}
.blog-main-archive-article-hr
{
    border-top: 1px dashed #707070;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-hr
    {
        margin: 10px;
    }
}
.blog-main-archive-article-txt
{
    font-size: 1.4rem;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 2rem;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-txt
    {
        display: none;
    }
}
.blog-main-archive-article-txt a
{
    display: block;

    color: #7b7b7b;
}
.blog-main-archive-article-tags
{
    display: flex;

    margin: 0 -5px 5px;
    padding-left: 0;

    list-style-type: none;

    flex-wrap: wrap;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-tags
    {
        display: none;
    }
}
.blog-main-archive-article-tags li
{
    margin-bottom: 10px;
    padding: 0 5px;
}
.blog-main-archive-article-tags li a
{
    font-size: 1.4rem;

    display: block;

    padding: 0 13px;

    color: #7b7b7b;
    background: #f2f2f2;
}
.blog-main-archive-article-tags li a:hover
{
    text-decoration: none;
}
.blog-main-archive-article-date
{
    font-size: 1.4rem;

    margin-bottom: 0;

    text-align: right;
}
.blog-main-archive-article-date a
{
    display: block;

    pointer-events: none;

    color: #7b7b7b;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-date a
    {
        padding: 0 10px 10px;

        pointer-events: inherit;
    }
}
.blog-main-archive-article-date img
{
    margin-right: 5px;
}
@media (max-width: 767.98px)
{
    .blog-main-archive-article-date img
    {
        width: 14px;
    }
}
.blog-main-article
{
    padding: 60px 0;

    background: #fff;
}
@media (max-width: 767.98px)
{
    .blog-main-article
    {
        padding: 40px 0;
    }
}
.blog-main-article-container
{
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-main-article-ttl
{
    font-size: 2.5rem;
    font-weight: bold;

    margin-bottom: 30px;

    text-align: center;
}
.blog-main-article-img
{
    margin-bottom: 30px;

    text-align: center;
}
.blog-main-article-img figure
{
    display: inline-block;

    margin-bottom: 0;

    border: 1px solid #707070;
}
.blog-main-article-info
{
    display: flex;

    margin-bottom: 30px;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.blog-main-article-info-left
{
    margin-right: 10px;
}
.blog-main-article-info-right
{
    text-align: right;

    flex-grow: 1;
}
.blog-main-article-info-tags
{
    display: flex;

    margin: 0 -5px 5px;
    padding-left: 0;

    list-style-type: none;

    flex-wrap: wrap;
}
.blog-main-article-info-tags li
{
    margin-bottom: 10px;
    padding: 0 5px;
}
.blog-main-article-info-tags li a
{
    font-size: 1.4rem;

    display: block;

    padding: 0 13px;

    color: #7b7b7b;
    background: #f2f2f2;
}
.blog-main-article-info-tags li a:hover
{
    text-decoration: none;
}
.blog-main-article-info-sns
{
    display: flex;

    margin: 0 -5px 15px;
    padding-left: 0;

    list-style-type: none;
}
.blog-main-article-info-sns li
{
    padding: 0 5px;
}
.blog-main-article-info-date
{
    font-size: 14px;

    display: inline-block;

    margin-bottom: 0;
}
.blog-main-article-info-date img
{
    margin-right: 5px;

    vertical-align: text-bottom;
}
.blog-main-article-entry
{
    font-size: 1.7rem;
    line-height: 2;
}
.blog-main-article-entry p
{
    margin-bottom: 40px;
}
.blog-main-article-entry h2
{
    font-size: 2.4rem;
    font-weight: bold;

    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: .4em;

    border-bottom: 1px solid #707070;
}
.blog-main-article-entry h3
{
    font-size: 2.2rem;
    font-weight: bold;

    margin-bottom: 20px;
}
.blog-main-article-entry h4
{
    font-size: 2rem;
    font-weight: bold;

    margin-bottom: 20px;
}
.blog-main-article-entry h5,
.blog-main-article-entry h6
{
    font-size: 1.8rem;
    font-weight: bold;

    margin-bottom: 20px;
}
.blog-main-article-entry #toc_container
{
    width: 100% !important;
    margin: 60px 0;
    padding: 0;

    border: 1px solid #707070;
    background: #f2f2f2;
}
.blog-main-article-entry #toc_container .toc_title
{
    font-size: 2.4rem;
    font-weight: bold;

    padding: .3em;

    text-align: center;

    border-bottom: 1px solid #707070;
}
.blog-main-article-entry #toc_container .toc_title .toc_toggle
{
    font-size: 1.7rem;
    font-weight: normal;
}
.blog-main-article-entry #toc_container .toc_title .toc_toggle a
{
    color: #7b7b7b;
}
.blog-main-article-entry #toc_container .toc_list
{
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-top: 20px;
    padding-right: 30px !important;
    padding-bottom: 20px;
    padding-left: 30px !important;
}
.blog-main-article-entry #toc_container .toc_list li
{
    padding: .2em 0;
}
.blog-main-article-entry #toc_container .toc_list a
{
    color: #7b7b7b;
}
.blog-main-article-entry #toc_container.contracted
{
    border-bottom: none;
}
.blog-main-article-entry .emphasis
{
    font-weight: bold;
}
.blog-main-article-entry .emphasis span
{
    padding: .2em 0;

    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f3a7a3 50%, #f3a7a3 100%);
}
.blog-link-container
{
    max-width: 1284px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-link-list
{
    display: flex;

    margin: 0 -15px;
    margin-bottom: 0;
    padding: 60px 0;

    list-style-type: none;
}
@media (max-width: 767.98px)
{
    .blog-link-list
    {
        margin: 0 -10px;
        padding: 40px 0;
    }
}
.blog-link-list li
{
    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767.98px)
{
    .blog-link-list li
    {
        padding: 0 10px;
    }
}
.blog-link-prev
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;

    display: flex;

    padding: 20px 40px;

    color: #7b7b7b;
    background: #e4e4e4;

    align-items: center;
}
@media (max-width: 767.98px)
{
    .blog-link-prev
    {
        font-size: 1.2rem;

        padding: 10px;
    }
}
.blog-link-prev:hover
{
    color: #7b7b7b;
}
.blog-link-prev:hover img
{
    opacity: .8;
}
.blog-link-prev-img
{
    width: 50%;
    padding-right: 20px;
}
@media (max-width: 767.98px)
{
    .blog-link-prev-img
    {
        padding-right: 10px;
    }
}
.blog-link-prev-inner
{
    width: 50%;
}
.blog-link-prev-txt
{
    margin-bottom: 5px;
}
.blog-link-prev-ttl
{
    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 0;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.blog-link-next
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;

    display: flex;
    flex-direction: row-reverse;

    padding: 20px 40px;

    color: #7b7b7b;
    background: #e4e4e4;

    align-items: center;
}
@media (max-width: 767.98px)
{
    .blog-link-next
    {
        font-size: 1.2rem;

        padding: 10px;
    }
}
.blog-link-next:hover
{
    color: #7b7b7b;
}
.blog-link-next:hover img
{
    opacity: .8;
}
.blog-link-next-img
{
    width: 50%;
    padding-left: 20px;
}
@media (max-width: 767.98px)
{
    .blog-link-next-img
    {
        padding-left: 10px;
    }
}
.blog-link-next-inner
{
    width: 50%;
}
.blog-link-next-txt
{
    margin-bottom: 5px;

    text-align: right;
}
.blog-link-next-ttl
{
    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 0;

    text-align: right;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.blog-recentEntries
{
    padding: 60px 0;

    background: #f2f2f2;
}
@media (max-width: 767.98px)
{
    .blog-recentEntries
    {
        padding: 40px 0;
    }
}
.blog-recentEntries-ttl
{
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2.4rem;

    margin-bottom: 60px;

    text-align: center;
}
@media (max-width: 767.98px)
{
    .blog-recentEntries-ttl
    {
        margin-bottom: 40px;
    }
}
.blog-recentEntries-container
{
    max-width: 1176px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-recentEntries-list
{
    display: flex;

    margin: 0 -15px;
    padding-left: 0;

    list-style-type: none;

    flex-wrap: wrap;
}
.blog-recentEntries-list > li
{
    width: 33.33333%;
    padding: 0 15px;
}
@media (max-width: 767.98px)
{
    .blog-recentEntries-list > li
    {
        width: 100%;
        margin-bottom: 40px;
    }
    .blog-recentEntries-list > li:last-child
    {
        margin-bottom: 0;
    }
}
.blog-recentEntries-article
{
    display: flex;
    flex-direction: column;

    height: 100%;

    justify-content: space-between;
}
.blog-recentEntries-article-img
{
    margin-bottom: 15px;

    border: 1px solid #707070;
}
.blog-recentEntries-article-img a:hover
{
    opacity: .8;
}
.blog-recentEntries-article-img a img
{
    width: 100%;
}
.blog-recentEntries-article-ttl
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: .7rem;

    color: #7b7b7b;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}
.blog-recentEntries-article-ttl a
{
    color: #7b7b7b;
}
.blog-recentEntries-article-hr
{
    border-top: 1px dashed #707070;
}
.blog-recentEntries-article-txt
{
    font-size: 1.4rem;

    display: -webkit-box;
    overflow: hidden;

    margin-bottom: 2rem;
    /* autoprefixer: off */

    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
}
.blog-recentEntries-article-tags
{
    display: flex;

    margin: 0 -5px 5px;
    padding-left: 0;

    list-style-type: none;

    flex-wrap: wrap;
}
.blog-recentEntries-article-tags li
{
    margin-bottom: 10px;
    padding: 0 5px;
}
.blog-recentEntries-article-tags li a
{
    font-size: 1.4rem;

    display: block;

    padding: 0 13px;

    color: #7b7b7b;
    background: #fff;
}
.blog-recentEntries-article-tags li a:hover
{
    text-decoration: none;
}
.blog-recentEntries-article-date
{
    font-size: 14px;

    margin-bottom: 0;

    text-align: right;
}
.blog-recentEntries-article-date img
{
    margin-right: 5px;

    vertical-align: text-bottom;
}
.blog-container
{
    max-width: 1284px;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-footer
{
    font-size: 1.8rem;

    padding: 35px 15px;

    text-align: center;
}

.wp-pagenavi
{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span
{
    font-size: 1.4rem;
    line-height: 1;

    min-width: 2.7rem;
    margin: 0 3px 6px;
    padding: 5px;
    padding: .6rem .3rem;

    text-align: center;

    color: #7b7b7b;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
}
.wp-pagenavi a:hover
{
    text-decoration: none;

    background: #f4f4f4;
}
.wp-pagenavi .current
{
    background: #f4f4f4;
}

/*
#overview
ユーティリティ
*/
.clear
{
    clear: both;
}

.clearfix::after
{
    display: block;
    clear: both;

    content: '';
}

.link
{
    font-size: 1.4rem;
}
.link,
.link:link,
.link:visited
{
    text-decoration: underline;

    color: #007bff;
}
.link:hover
{
    opacity: .8;
}

.va-t
{
    vertical-align: top;
}

.va-m
{
    vertical-align: middle;
}

.va-b
{
    vertical-align: bottom;
}

.fl-l
{
    float: left;
}

.fl-r
{
    float: right;
}

.touchdevice-block
{
    display: none;
}

body.touchdevice .touchdevice-block
{
    display: block;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.text-center
{
    text-align: center;
}

.text-justify
{
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap
{
    white-space: nowrap;
}

img
{
    max-width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------
//マージン・パディング
-----------------------------------------------------------------------------------------*/
.mt0
{
    margin-top: 0 !important;
}

.mb0
{
    margin-bottom: 0 !important;
}

.ml0
{
    margin-left: 0 !important;
}

.mr0
{
    margin-right: 0 !important;
}

.pt0
{
    padding-top: 0 !important;
}

.pb0
{
    padding-bottom: 0 !important;
}

.pl0
{
    padding-left: 0 !important;
}

.pr0
{
    padding-right: 0 !important;
}

.mt5
{
    margin-top: 5px !important;
}

.mb5
{
    margin-bottom: 5px !important;
}

.ml5
{
    margin-left: 5px !important;
}

.mr5
{
    margin-right: 5px !important;
}

.pt5
{
    padding-top: 5px !important;
}

.pb5
{
    padding-bottom: 5px !important;
}

.pl5
{
    padding-left: 5px !important;
}

.pr5
{
    padding-right: 5px !important;
}

.mt10
{
    margin-top: 10px !important;
}

.mb10
{
    margin-bottom: 10px !important;
}

.ml10
{
    margin-left: 10px !important;
}

.mr10
{
    margin-right: 10px !important;
}

.pt10
{
    padding-top: 10px !important;
}

.pb10
{
    padding-bottom: 10px !important;
}

.pl10
{
    padding-left: 10px !important;
}

.pr10
{
    padding-right: 10px !important;
}

.mt15
{
    margin-top: 15px !important;
}

.mb15
{
    margin-bottom: 15px !important;
}

.ml15
{
    margin-left: 15px !important;
}

.mr15
{
    margin-right: 15px !important;
}

.pt15
{
    padding-top: 15px !important;
}

.pb15
{
    padding-bottom: 15px !important;
}

.pl15
{
    padding-left: 15px !important;
}

.pr15
{
    padding-right: 15px !important;
}

.mt20
{
    margin-top: 20px !important;
}

.mb20
{
    margin-bottom: 20px !important;
}

.ml20
{
    margin-left: 20px !important;
}

.mr20
{
    margin-right: 20px !important;
}

.pt20
{
    padding-top: 20px !important;
}

.pb20
{
    padding-bottom: 20px !important;
}

.pl20
{
    padding-left: 20px !important;
}

.pr20
{
    padding-right: 20px !important;
}

.mt25
{
    margin-top: 25px !important;
}

.mb25
{
    margin-bottom: 25px !important;
}

.ml25
{
    margin-left: 25px !important;
}

.mr25
{
    margin-right: 25px !important;
}

.pt25
{
    padding-top: 25px !important;
}

.pb25
{
    padding-bottom: 25px !important;
}

.pl25
{
    padding-left: 25px !important;
}

.pr25
{
    padding-right: 25px !important;
}

.mt30
{
    margin-top: 30px !important;
}

.mb30
{
    margin-bottom: 30px !important;
}

.ml30
{
    margin-left: 30px !important;
}

.mr30
{
    margin-right: 30px !important;
}

.pt30
{
    padding-top: 30px !important;
}

.pb30
{
    padding-bottom: 30px !important;
}

.pl30
{
    padding-left: 30px !important;
}

.pr30
{
    padding-right: 30px !important;
}

.mt35
{
    margin-top: 35px !important;
}

.mb35
{
    margin-bottom: 35px !important;
}

.ml35
{
    margin-left: 35px !important;
}

.mr35
{
    margin-right: 35px !important;
}

.pt35
{
    padding-top: 35px !important;
}

.pb35
{
    padding-bottom: 35px !important;
}

.pl35
{
    padding-left: 35px !important;
}

.pr35
{
    padding-right: 35px !important;
}

.mt40
{
    margin-top: 40px !important;
}

.mb40
{
    margin-bottom: 40px !important;
}

.ml40
{
    margin-left: 40px !important;
}

.mr40
{
    margin-right: 40px !important;
}

.pt40
{
    padding-top: 40px !important;
}

.pb40
{
    padding-bottom: 40px !important;
}

.pl40
{
    padding-left: 40px !important;
}

.pr40
{
    padding-right: 40px !important;
}

.mt45
{
    margin-top: 45px !important;
}

.mb45
{
    margin-bottom: 45px !important;
}

.ml45
{
    margin-left: 45px !important;
}

.mr45
{
    margin-right: 45px !important;
}

.pt45
{
    padding-top: 45px !important;
}

.pb45
{
    padding-bottom: 45px !important;
}

.pl45
{
    padding-left: 45px !important;
}

.pr45
{
    padding-right: 45px !important;
}

.mt50
{
    margin-top: 50px !important;
}

.mb50
{
    margin-bottom: 50px !important;
}

.ml50
{
    margin-left: 50px !important;
}

.mr50
{
    margin-right: 50px !important;
}

.pt50
{
    padding-top: 50px !important;
}

.pb50
{
    padding-bottom: 50px !important;
}

.pl50
{
    padding-left: 50px !important;
}

.pr50
{
    padding-right: 50px !important;
}

.mt-5
{
    margin-top: -5px !important;
}

.mb-5
{
    margin-bottom: -5px !important;
}

.ml-5
{
    margin-left: -5px !important;
}

.mr-5
{
    margin-right: -5px !important;
}

.mt-10
{
    margin-top: -10px !important;
}

.mb-10
{
    margin-bottom: -10px !important;
}

.ml-10
{
    margin-left: -10px !important;
}

.mr-10
{
    margin-right: -10px !important;
}

.mt-15
{
    margin-top: -15px !important;
}

.mb-15
{
    margin-bottom: -15px !important;
}

.ml-15
{
    margin-left: -15px !important;
}

.mr-15
{
    margin-right: -15px !important;
}

.mt-20
{
    margin-top: -20px !important;
}

.mb-20
{
    margin-bottom: -20px !important;
}

.ml-20
{
    margin-left: -20px !important;
}

.mr-20
{
    margin-right: -20px !important;
}

.mt-25
{
    margin-top: -25px !important;
}

.mb-25
{
    margin-bottom: -25px !important;
}

.ml-25
{
    margin-left: -25px !important;
}

.mr-25
{
    margin-right: -25px !important;
}

/*-----------------------------------------------------------------------------------------
//width
-----------------------------------------------------------------------------------------*/
.w1em
{
    width: 1em !important;
}

.w2em
{
    width: 2em !important;
}

.w3em
{
    width: 3em !important;
}

.w4em
{
    width: 4em !important;
}

.w5em
{
    width: 5em !important;
}

.w6em
{
    width: 6em !important;
}

.w7em
{
    width: 7em !important;
}

.w8em
{
    width: 8em !important;
}

.w9em
{
    width: 9em !important;
}

.w10em
{
    width: 10em !important;
}

.w11em
{
    width: 11em !important;
}

.w12em
{
    width: 12em !important;
}

.w13em
{
    width: 13em !important;
}

.w14em
{
    width: 14em !important;
}

.w15em
{
    width: 15em !important;
}

.w16em
{
    width: 16em !important;
}

.w17em
{
    width: 17em !important;
}

.w18em
{
    width: 18em !important;
}

.w19em
{
    width: 19em !important;
}

.w20em
{
    width: 20em !important;
}

.max-w1em
{
    max-width: 1em;
}

.max-w2em
{
    max-width: 2em;
}

.max-w3em
{
    max-width: 3em;
}

.max-w4em
{
    max-width: 4em;
}

.max-w5em
{
    max-width: 5em;
}

.max-w6em
{
    max-width: 6em;
}

.max-w7em
{
    max-width: 7em;
}

.max-w8em
{
    max-width: 8em;
}

.max-w9em
{
    max-width: 9em;
}

.max-w10em
{
    max-width: 10em;
}

.max-w11em
{
    max-width: 11em;
}

.max-w12em
{
    max-width: 12em;
}

.max-w13em
{
    max-width: 13em;
}

.max-w14em
{
    max-width: 14em;
}

.max-w15em
{
    max-width: 15em;
}

.max-w16em
{
    max-width: 16em;
}

.max-w17em
{
    max-width: 17em;
}

.max-w18em
{
    max-width: 18em;
}

.max-w19em
{
    max-width: 19em;
}

.max-w20em
{
    max-width: 20em;
}

.max-w21em
{
    max-width: 21em;
}

.max-w22em
{
    max-width: 22em;
}

.max-w23em
{
    max-width: 23em;
}

.max-w24em
{
    max-width: 24em;
}

.max-w25em
{
    max-width: 25em;
}

.max-w26em
{
    max-width: 26em;
}

.max-w27em
{
    max-width: 27em;
}

.max-w28em
{
    max-width: 28em;
}

.max-w29em
{
    max-width: 29em;
}

.max-w30em
{
    max-width: 30em;
}

.max-w31em
{
    max-width: 31em;
}

.max-w32em
{
    max-width: 32em;
}

.max-w33em
{
    max-width: 33em;
}

.max-w34em
{
    max-width: 34em;
}

.max-w35em
{
    max-width: 35em;
}

.max-w36em
{
    max-width: 36em;
}

.max-w37em
{
    max-width: 37em;
}

.max-w38em
{
    max-width: 38em;
}

.max-w39em
{
    max-width: 39em;
}

.max-w40em
{
    max-width: 40em;
}

.min-w1em
{
    min-width: 1em;
}

.min-w2em
{
    min-width: 2em;
}

.min-w3em
{
    min-width: 3em;
}

.min-w4em
{
    min-width: 4em;
}

.min-w5em
{
    min-width: 5em;
}

.min-w6em
{
    min-width: 6em;
}

.min-w7em
{
    min-width: 7em;
}

.min-w8em
{
    min-width: 8em;
}

.min-w9em
{
    min-width: 9em;
}

.min-w10em
{
    min-width: 10em;
}

.min-w11em
{
    min-width: 11em;
}

.min-w12em
{
    min-width: 12em;
}

.min-w13em
{
    min-width: 13em;
}

.min-w14em
{
    min-width: 14em;
}

.min-w15em
{
    min-width: 15em;
}

.min-w16em
{
    min-width: 16em;
}

.min-w17em
{
    min-width: 17em;
}

.min-w18em
{
    min-width: 18em;
}

.min-w19em
{
    min-width: 19em;
}

.min-w20em
{
    min-width: 20em;
}
