:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #69be28;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

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

body {
    margin: 0;
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: left
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

abbr[data-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none;
    cursor: help
}

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

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #69be28;
    text-decoration: none
}

a:hover {
    color: #467f1b;
    text-decoration: underline
}

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

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

pre {
    -ms-overflow-style: scrollbar;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .8rem 1.5rem;
    padding-bottom: .8rem 1.5rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    color: inherit;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

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

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

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 {
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 1.8rem
}

.h2,
h2 {
    font-size: 1.5rem
}

.h3,
h3 {
    font-size: 1.3rem
}

.h4,
h4 {
    font-size: 1.2rem
}

.h5,
h5 {
    font-size: 1.1rem
}

.h6,
h6 {
    font-size: 1rem
}

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

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

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    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 {
    margin-bottom: 5px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    color: #6c757d;
    font-size: 80%
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.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-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 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.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 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.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 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.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 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.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 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.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

#tinymce table,
.blog-body table,
.table {
    width: 100%;
    margin-bottom: 5px;
    color: #212529
}

#tinymce table td,
#tinymce table th,
.blog-body table td,
.blog-body table th,
.table td,
.table th {
    padding: .8rem 1.5rem;
    border-top: 1px solid #e8e8e8;
    vertical-align: top
}

#tinymce table thead th,
.blog-body table thead th,
.table thead th {
    border-bottom: 2px solid #e8e8e8;
    vertical-align: bottom
}

#tinymce table tbody+tbody,
.blog-body table tbody+tbody,
.table tbody+tbody {
    border-top: 2px solid #e8e8e8
}

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

#tinymce table,
#tinymce table td,
#tinymce table th,
.blog-body table,
.blog-body table td,
.blog-body table th,
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #e8e8e8
}

#tinymce table thead td,
#tinymce table thead th,
.blog-body table thead td,
.blog-body table thead th,
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

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

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

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

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

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

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #c7e7af
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#tinymce table .thead-light th,
.blog-body table .thead-light th,
.table .thead-light th {
    border-color: #e8e8e8;
    background-color: #e9ecef;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

#tinymce table.table-dark,
.blog-body table.table-dark,
.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        overflow-x: auto
    }

    #tinymce .table-responsive-sm>table,
    .blog-body .table-responsive-sm>table,
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        overflow-x: auto
    }

    #tinymce .table-responsive-md>table,
    .blog-body .table-responsive-md>table,
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        overflow-x: auto
    }

    #tinymce .table-responsive-lg>table,
    .blog-body .table-responsive-lg>table,
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
        overflow-x: auto
    }

    #tinymce .table-responsive-xl>table,
    .blog-body .table-responsive-xl>table,
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
    overflow-x: auto
}

#tinymce .table-responsive>table,
.blog-body .table-responsive>table,
.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem .8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    color: #495057;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control:focus {
    border-color: #ace481;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .25);
    color: #495057
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    margin-bottom: 0;
    font-size: inherit
}

.col-form-label,
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    line-height: 1.5
}

.col-form-label-lg {
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: .5rem 0;
    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent;
    color: #212529;
    font-size: 1rem;
    line-height: 1.5
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5
}

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

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

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

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

.form-check {
    display: block;
    position: relative;
    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;
    align-items: center;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #28a745;
    font-size: 80%
}

.valid-tooltip {
    display: none;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    border-radius: 4px;
    background-color: rgba(40, 167, 69, .9);
    color: #fff;
    font-size: .875rem;
    line-height: 1.5
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    padding-right: calc(1.5em + 1rem) !important;
    border-color: #28a745;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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-position: right calc(.375em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3.2rem !important;
    background-position: right 1.6rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    padding-right: calc(.75em + 2.55rem) !important;
    border-color: #28a745;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .8rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='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") center right 1.8rem/calc(.75em + .5rem) calc(.75em + .5rem) no-repeat
}

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

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

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

.custom-control-input.is-valid~.custom-control-label,
.mwform-checkbox-field .custom-control-input.is-valid~.mwform-checkbox-field-text,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]~.mwform-radio-field-text,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated .custom-control-input:valid~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:valid~.mwform-radio-field-text,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:valid~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid~.custom-control-label,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid~.mwform-checkbox-field-text,
.mwform-checkbox-field input.is-valid[type=checkbox]~.custom-control-label,
.mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-checkbox-field-text,
.mwform-radio-field .custom-control-input.is-valid~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:valid~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:valid~.mwform-checkbox-field-text,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]~.mwform-checkbox-field-text,
.mwform-radio-field .was-validated .custom-control-input:valid~.mwform-radio-field-text,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:valid~.mwform-radio-field-text,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:valid~.mwform-checkbox-field-text,
.mwform-radio-field .was-validated input[type=radio]:valid~.custom-control-label,
.mwform-radio-field .was-validated input[type=radio]:valid~.mwform-radio-field-text,
.mwform-radio-field input.is-valid[type=radio]~.custom-control-label,
.mwform-radio-field input.is-valid[type=radio]~.mwform-radio-field-text,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .mwform-checkbox-field .custom-control-input:valid~.mwform-checkbox-field-text,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:valid~.mwform-radio-field-text,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:valid~.mwform-checkbox-field-text,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid~.custom-control-label,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid~.mwform-checkbox-field-text,
.was-validated .mwform-radio-field .custom-control-input:valid~.mwform-radio-field-text,
.was-validated .mwform-radio-field input[type=radio]:valid~.custom-control-label,
.was-validated .mwform-radio-field input[type=radio]:valid~.mwform-radio-field-text {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-valid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:valid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:valid~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:valid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-valid[type=checkbox]~.custom-control-label:before,
.mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-valid~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:valid~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:valid~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:valid~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:valid~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:valid~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:valid~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:valid~.mwform-radio-field-text:before,
.mwform-radio-field input.is-valid[type=radio]~.custom-control-label:before,
.mwform-radio-field input.is-valid[type=radio]~.mwform-radio-field-text:before,
.was-validated .custom-control-input:valid~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:valid~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:valid~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:valid~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:valid~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:valid~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:valid~.mwform-radio-field-text:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-valid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:valid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:valid:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:valid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:checked~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:checked~.custom-control-label:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-valid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:valid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:valid:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:valid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:valid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:valid:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:valid:checked~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:valid:checked~.mwform-radio-field-text:before,
.mwform-radio-field input.is-valid[type=radio]:checked~.custom-control-label:before,
.mwform-radio-field input.is-valid[type=radio]:checked~.mwform-radio-field-text:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:valid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:valid:checked~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:valid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:checked~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:valid:checked~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:valid:checked~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:valid:checked~.mwform-radio-field-text:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-valid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:valid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:valid:focus~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:valid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:focus~.custom-control-label:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-valid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:valid:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:valid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:valid:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:valid:focus~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:valid:focus~.mwform-radio-field-text:before,
.mwform-radio-field input.is-valid[type=radio]:focus~.custom-control-label:before,
.mwform-radio-field input.is-valid[type=radio]:focus~.mwform-radio-field-text:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:valid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:valid:focus~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:valid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:valid:focus~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:valid:focus~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:valid:focus~.mwform-radio-field-text:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.mwform-checkbox-field .custom-control-input.is-valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-valid[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field input.is-valid[type=checkbox]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-valid[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:valid:focus:not(:checked)~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field input.is-valid[type=radio]:focus:not(:checked)~.custom-control-label:before,
.mwform-radio-field input.is-valid[type=radio]:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .mwform-checkbox-field .custom-control-input:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:valid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:valid:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:valid:focus:not(:checked)~.mwform-radio-field-text:before {
    border-color: #28a745
}

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

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
    font-size: 80%
}

.invalid-tooltip {
    display: none;
    z-index: 5;
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    border-radius: 4px;
    background-color: rgba(220, 53, 69, .9);
    color: #fff;
    font-size: .875rem;
    line-height: 1.5
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: calc(1.5em + 1rem) !important;
    border-color: #dc3545;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .25rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3.2rem !important;
    background-position: right 1.6rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    padding-right: calc(.75em + 2.55rem) !important;
    border-color: #dc3545;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .8rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.8rem/calc(.75em + .5rem) calc(.75em + .5rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.custom-control-input.is-invalid~.custom-control-label,
.mwform-checkbox-field .custom-control-input.is-invalid~.mwform-checkbox-field-text,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]~.mwform-radio-field-text,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated .custom-control-input:invalid~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:invalid~.mwform-radio-field-text,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:invalid~.mwform-checkbox-field-text,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.custom-control-label,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.mwform-checkbox-field-text,
.mwform-checkbox-field input.is-invalid[type=checkbox]~.custom-control-label,
.mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-checkbox-field-text,
.mwform-radio-field .custom-control-input.is-invalid~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:invalid~.mwform-checkbox-field-text,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]~.mwform-checkbox-field-text,
.mwform-radio-field .was-validated .custom-control-input:invalid~.mwform-radio-field-text,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.mwform-radio-field-text,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:invalid~.mwform-checkbox-field-text,
.mwform-radio-field .was-validated input[type=radio]:invalid~.custom-control-label,
.mwform-radio-field .was-validated input[type=radio]:invalid~.mwform-radio-field-text,
.mwform-radio-field input.is-invalid[type=radio]~.custom-control-label,
.mwform-radio-field input.is-invalid[type=radio]~.mwform-radio-field-text,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .mwform-checkbox-field .custom-control-input:invalid~.mwform-checkbox-field-text,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:invalid~.mwform-radio-field-text,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:invalid~.mwform-checkbox-field-text,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.custom-control-label,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.mwform-checkbox-field-text,
.was-validated .mwform-radio-field .custom-control-input:invalid~.mwform-radio-field-text,
.was-validated .mwform-radio-field input[type=radio]:invalid~.custom-control-label,
.was-validated .mwform-radio-field input[type=radio]:invalid~.mwform-radio-field-text {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-invalid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:invalid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:invalid~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:invalid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]~.custom-control-label:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-invalid~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:invalid~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:invalid~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:invalid~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:invalid~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:invalid~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:invalid~.mwform-radio-field-text:before,
.mwform-radio-field input.is-invalid[type=radio]~.custom-control-label:before,
.mwform-radio-field input.is-invalid[type=radio]~.mwform-radio-field-text:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:invalid~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:invalid~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:invalid~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:invalid~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:invalid~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:invalid~.mwform-radio-field-text:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-invalid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:invalid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:invalid:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:invalid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:checked~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:checked~.custom-control-label:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-invalid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:invalid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:invalid:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:invalid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:invalid:checked~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:invalid:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:checked~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:checked~.mwform-radio-field-text:before,
.mwform-radio-field input.is-invalid[type=radio]:checked~.custom-control-label:before,
.mwform-radio-field input.is-invalid[type=radio]:checked~.mwform-radio-field-text:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:invalid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:invalid:checked~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:invalid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:checked~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:checked~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:invalid:checked~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:checked~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:checked~.mwform-radio-field-text:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input.is-invalid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:invalid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:invalid:focus~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:invalid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:focus~.custom-control-label:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-invalid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:invalid:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:invalid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:invalid:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:focus~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:focus~.mwform-radio-field-text:before,
.mwform-radio-field input.is-invalid[type=radio]:focus~.custom-control-label:before,
.mwform-radio-field input.is-invalid[type=radio]:focus~.mwform-radio-field-text:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,
.was-validated .mwform-checkbox-field .custom-control-input:invalid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:invalid:focus~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:invalid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:invalid:focus~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:focus~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:focus~.mwform-radio-field-text:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.mwform-checkbox-field .custom-control-input.is-invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input.is-invalid[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .custom-control-input:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=checkbox]:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-checkbox-field .was-validated .mwform-radio-field input[type=radio]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field input.is-invalid[type=checkbox]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input.is-invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=checkbox]:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .was-validated input[type=radio]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input.is-invalid[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated .custom-control-input:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .was-validated .mwform-checkbox-field input[type=radio]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:focus:not(:checked)~.custom-control-label:before,
.mwform-radio-field .was-validated input[type=radio]:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field input.is-invalid[type=radio]:focus:not(:checked)~.custom-control-label:before,
.mwform-radio-field input.is-invalid[type=radio]:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .mwform-checkbox-field .custom-control-input:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .mwform-checkbox-field .mwform-radio-field input[type=radio]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .mwform-checkbox-field input[type=checkbox]:invalid:focus:not(:checked)~.mwform-checkbox-field-text:before,
.was-validated .mwform-radio-field .custom-control-input:invalid:focus:not(:checked)~.mwform-radio-field-text:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .mwform-radio-field input[type=radio]:invalid:focus:not(:checked)~.mwform-radio-field-text:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control,
    .form-inline .mwform-checkbox-field,
    .form-inline .mwform-radio-field {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label,
    .form-inline .mwform-checkbox-field .mwform-checkbox-field-text,
    .form-inline .mwform-radio-field .mwform-radio-field-text,
    .mwform-checkbox-field .form-inline .mwform-checkbox-field-text,
    .mwform-radio-field .form-inline .mwform-radio-field-text {
        margin-bottom: 0
    }
}

.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    padding: .7rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    color: #212529;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .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 {
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #52941f;
    background-color: #589e21;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(128, 200, 72, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #4c891d;
    background-color: #52941f;
    color: #fff
}

.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(128, 200, 72, .5)
}

.btn-secondary {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #545b62;
    background-color: #5a6268;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    border-color: #4e555b;
    background-color: #545b62;
    color: #fff
}

.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 {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    border-color: #1e7e34;
    background-color: #218838;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    border-color: #1c7430;
    background-color: #1e7e34;
    color: #fff
}

.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 {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    border-color: #117a8b;
    background-color: #138496;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    border-color: #10707f;
    background-color: #117a8b;
    color: #fff
}

.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 {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    border-color: #d39e00;
    background-color: #e0a800;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    border-color: #c69500;
    background-color: #d39e00;
    color: #212529
}

.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 {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #bd2130;
    background-color: #c82333;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    border-color: #b21f2d;
    background-color: #bd2130;
    color: #fff
}

.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(225, 83, 97, .5)
}

.btn-light {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    border-color: #dae0e5;
    background-color: #e2e6ea;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    border-color: #d3d9df;
    background-color: #dae0e5;
    color: #212529
}

.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 {
    border-color: #343a40;
    background-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    border-color: #1d2124;
    background-color: #23272b;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #343a40;
    background-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    border-color: #171a1d;
    background-color: #1d2124;
    color: #fff
}

.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-outline-primary {
    border-color: #69be28;
    color: #69be28
}

.btn-outline-primary:hover {
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #69be28
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.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(105, 190, 40, .5)
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

.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 {
    background-color: transparent;
    color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff
}

.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 {
    border-color: #28a745;
    color: #28a745
}

.btn-outline-success:hover {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff
}

.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 {
    background-color: transparent;
    color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff
}

.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 {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff
}

.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 {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff
}

.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 {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #212529
}

.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 {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #212529
}

.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 {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff
}

.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(220, 53, 69, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #212529
}

.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 {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #212529
}

.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 {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    border-color: #343a40;
    background-color: #343a40;
    color: #fff
}

.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 {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    border-color: #343a40;
    background-color: #343a40;
    color: #fff
}

.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-link {
    color: #69be28;
    font-weight: 300;
    text-decoration: none
}

.btn-link:hover {
    color: #467f1b
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: .255em;
    content: ""
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    float: left;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    color: #212529;
    font-size: 1rem;
    list-style: none;
    text-align: left
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    vertical-align: .255em;
    content: ""
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: .255em;
    content: ""
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 2.5px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    border: 0;
    background-color: transparent;
    color: #212529;
    font-weight: 300;
    text-align: inherit;
    white-space: nowrap
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #69be28;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    color: #6c757d;
    font-size: .875rem;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    pointer-events: none
}

.input-group {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    z-index: 2;
    position: relative
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: .5rem .8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #e9ecef;
    color: #495057;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.8rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control,
.mwform-checkbox-field,
.mwform-radio-field {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: block;
    z-index: 1;
    position: relative;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input,
.mwform-checkbox-field input[type=checkbox],
.mwform-radio-field input[type=radio] {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[type=checkbox]:checked~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field input[type=radio]:checked~.custom-control-label:before,
.mwform-radio-field input[type=radio]:checked~.mwform-radio-field-text:before {
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[type=checkbox]:focus~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:focus~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:focus~.mwform-checkbox-field-text:before,
.mwform-radio-field input[type=radio]:focus~.custom-control-label:before,
.mwform-radio-field input[type=radio]:focus~.mwform-radio-field-text:before {
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[type=checkbox]:focus:not(:checked)~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:focus:not(:checked)~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:focus:not(:checked)~.mwform-checkbox-field-text:before,
.mwform-radio-field input[type=radio]:focus:not(:checked)~.custom-control-label:before,
.mwform-radio-field input[type=radio]:focus:not(:checked)~.mwform-radio-field-text:before {
    border-color: #ace481
}

.custom-control-input:not(:disabled):active~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:not(:disabled):active~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:not(:disabled):active~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:not(:disabled):active~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[type=checkbox]:not(:disabled):active~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:not(:disabled):active~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:not(:disabled):active~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:not(:disabled):active~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:not(:disabled):active~.mwform-checkbox-field-text:before,
.mwform-radio-field input[type=radio]:not(:disabled):active~.custom-control-label:before,
.mwform-radio-field input[type=radio]:not(:disabled):active~.mwform-radio-field-text:before {
    border-color: #c8edab;
    background-color: #c8edab;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label,
.mwform-checkbox-field .custom-control-input:disabled~.mwform-checkbox-field-text,
.mwform-checkbox-field .custom-control-input[disabled]~.mwform-checkbox-field-text,
.mwform-checkbox-field .mwform-radio-field input[disabled][type=checkbox]~.mwform-radio-field-text,
.mwform-checkbox-field .mwform-radio-field input[disabled][type=radio]~.mwform-checkbox-field-text,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled~.mwform-radio-field-text,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled~.mwform-checkbox-field-text,
.mwform-checkbox-field input[disabled][type=checkbox]~.custom-control-label,
.mwform-checkbox-field input[disabled][type=checkbox]~.mwform-checkbox-field-text,
.mwform-checkbox-field input[type=checkbox]:disabled~.custom-control-label,
.mwform-checkbox-field input[type=checkbox]:disabled~.mwform-checkbox-field-text,
.mwform-radio-field .custom-control-input:disabled~.mwform-radio-field-text,
.mwform-radio-field .custom-control-input[disabled]~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field input[disabled][type=radio]~.mwform-checkbox-field-text,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled~.mwform-radio-field-text,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled~.mwform-checkbox-field-text,
.mwform-radio-field input[disabled][type=radio]~.custom-control-label,
.mwform-radio-field input[disabled][type=radio]~.mwform-radio-field-text,
.mwform-radio-field input[type=radio]:disabled~.custom-control-label,
.mwform-radio-field input[type=radio]:disabled~.mwform-radio-field-text {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:disabled~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-control-input[disabled]~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[disabled][type=checkbox]~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[disabled][type=radio]~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[disabled][type=checkbox]~.custom-control-label:before,
.mwform-checkbox-field input[disabled][type=checkbox]~.mwform-checkbox-field-text:before,
.mwform-checkbox-field input[type=checkbox]:disabled~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:disabled~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:disabled~.mwform-radio-field-text:before,
.mwform-radio-field .custom-control-input[disabled]~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[disabled][type=checkbox]~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[disabled][type=radio]~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled~.mwform-checkbox-field-text:before,
.mwform-radio-field input[disabled][type=radio]~.custom-control-label:before,
.mwform-radio-field input[disabled][type=radio]~.mwform-radio-field-text:before,
.mwform-radio-field input[type=radio]:disabled~.custom-control-label:before,
.mwform-radio-field input[type=radio]:disabled~.mwform-radio-field-text:before {
    background-color: #e9ecef
}

.custom-control-label,
.mwform-checkbox-field .mwform-checkbox-field-text,
.mwform-radio-field .mwform-radio-field-text {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before,
.mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-radio-field-text:before {
    display: block;
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #adb5bd;
    background-color: #fff;
    content: "";
    pointer-events: none
}

.custom-control-label:after,
.mwform-checkbox-field .mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    width: 1rem;
    height: 1rem;
    background: 50%/50% 50% no-repeat;
    content: ""
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .mwform-radio-field .mwform-radio-field-text:before,
.mwform-checkbox-field .custom-control-label:before,
.mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .mwform-radio-field-text:before,
.mwform-radio-field .custom-checkbox .mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .mwform-radio-field-text:before {
    border-radius: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after,
.custom-checkbox .mwform-radio-field input[type=radio]:checked~.custom-control-label:after,
.custom-checkbox .mwform-radio-field input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .custom-checkbox .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:checked~.custom-control-label:after,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-control-input:checked~.custom-control-label:after,
.mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.custom-control-label:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field input[type=checkbox]:checked~.custom-control-label:after,
.mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .custom-checkbox .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-radio-field .custom-checkbox input[type=radio]:checked~.custom-control-label:after,
.mwform-radio-field .custom-checkbox input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:checked~.custom-control-label:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:checked~.mwform-radio-field-text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before,
.custom-checkbox .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:before,
.custom-checkbox .mwform-radio-field input[type=radio]:indeterminate~.custom-control-label:before,
.custom-checkbox .mwform-radio-field input[type=radio]:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .custom-checkbox .custom-control-input:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-control-input:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field input[type=checkbox]:indeterminate~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-checkbox .custom-control-input:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .custom-checkbox input[type=radio]:indeterminate~.custom-control-label:before,
.mwform-radio-field .custom-checkbox input[type=radio]:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=radio]:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.custom-control-label:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.mwform-radio-field-text:before {
    border-color: #69be28;
    background-color: #69be28
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after,
.custom-checkbox .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:after,
.custom-checkbox .mwform-radio-field input[type=radio]:indeterminate~.custom-control-label:after,
.custom-checkbox .mwform-radio-field input[type=radio]:indeterminate~.mwform-radio-field-text:after,
.mwform-checkbox-field .custom-checkbox .custom-control-input:indeterminate~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.custom-control-label:after,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-control-input:indeterminate~.custom-control-label:after,
.mwform-checkbox-field .custom-control-input:indeterminate~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:indeterminate~.mwform-radio-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:indeterminate~.mwform-radio-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.custom-control-label:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:indeterminate~.mwform-radio-field-text:after,
.mwform-checkbox-field input[type=checkbox]:indeterminate~.custom-control-label:after,
.mwform-checkbox-field input[type=checkbox]:indeterminate~.mwform-checkbox-field-text:after,
.mwform-radio-field .custom-checkbox .custom-control-input:indeterminate~.mwform-radio-field-text:after,
.mwform-radio-field .custom-checkbox input[type=radio]:indeterminate~.custom-control-label:after,
.mwform-radio-field .custom-checkbox input[type=radio]:indeterminate~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=checkbox]:indeterminate~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=radio]:indeterminate~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:indeterminate~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:indeterminate~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.custom-control-label:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:indeterminate~.mwform-radio-field-text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-checkbox .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.custom-checkbox .mwform-radio-field input[type=radio]:disabled:checked~.custom-control-label:before,
.custom-checkbox .mwform-radio-field input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .custom-checkbox .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-control-input:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-checkbox .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .custom-checkbox input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-radio-field .custom-checkbox input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:checked~.mwform-radio-field-text:before {
    background-color: rgba(105, 190, 40, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before,
.custom-checkbox .mwform-radio-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before,
.custom-checkbox .mwform-radio-field input[type=radio]:disabled:indeterminate~.custom-control-label:before,
.custom-checkbox .mwform-radio-field input[type=radio]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .custom-checkbox .custom-control-input:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-control-input:disabled:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .custom-control-input:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:indeterminate~.custom-control-label:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-checkbox-field input[type=checkbox]:disabled:indeterminate~.custom-control-label:before,
.mwform-checkbox-field input[type=checkbox]:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-checkbox .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .custom-checkbox input[type=radio]:disabled:indeterminate~.custom-control-label:before,
.mwform-radio-field .custom-checkbox input[type=radio]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=checkbox]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-checkbox input[type=radio]:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled:indeterminate~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:indeterminate~.custom-control-label:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:indeterminate~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:indeterminate~.mwform-radio-field-text:before {
    background-color: rgba(105, 190, 40, .5)
}

.custom-radio .custom-control-label:before,
.custom-radio .mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-radio .mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-label:before,
.mwform-radio-field .mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-radio-field-text:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after,
.custom-radio .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after,
.custom-radio .mwform-checkbox-field input[type=checkbox]:checked~.custom-control-label:after,
.custom-radio .mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-radio .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-radio input[type=checkbox]:checked~.custom-control-label:after,
.mwform-checkbox-field .custom-radio input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.custom-control-label:after,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .custom-control-input:checked~.custom-control-label:after,
.mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-radio-field .custom-radio .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-radio-field .custom-radio input[type=radio]:checked~.custom-control-label:after,
.mwform-radio-field .custom-radio input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-radio input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-radio input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:checked~.custom-control-label:after,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field input[type=radio]:checked~.custom-control-label:after,
.mwform-radio-field input[type=radio]:checked~.mwform-radio-field-text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-radio .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.custom-radio .mwform-checkbox-field input[type=checkbox]:disabled:checked~.custom-control-label:before,
.custom-radio .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-radio .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-radio input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-radio input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-control-input:disabled:checked~.custom-control-label:before,
.mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .custom-radio .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .custom-radio input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-radio-field .custom-radio input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-radio input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-radio input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-radio-field input[type=radio]:disabled:checked~.mwform-radio-field-text:before {
    background-color: rgba(105, 190, 40, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before,
.custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:before,
.custom-switch .mwform-radio-field .mwform-radio-field-text:before,
.mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:before,
.mwform-radio-field .custom-switch .mwform-radio-field-text:before {
    left: -2.25rem;
    width: 1.75rem;
    border-radius: .5rem;
    pointer-events: all
}

.custom-switch .custom-control-label:after,
.custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:after,
.custom-switch .mwform-radio-field .mwform-radio-field-text:after,
.mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:after,
.mwform-radio-field .custom-switch .mwform-radio-field-text:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: .5rem;
    background-color: #adb5bd;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-switch .custom-control-label:after,
    .custom-switch .mwform-checkbox-field .mwform-checkbox-field-text:after,
    .custom-switch .mwform-radio-field .mwform-radio-field-text:after,
    .mwform-checkbox-field .custom-switch .mwform-checkbox-field-text:after,
    .mwform-radio-field .custom-switch .mwform-radio-field-text:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after,
.custom-switch .mwform-checkbox-field .custom-control-input:checked~.mwform-checkbox-field-text:after,
.custom-switch .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.custom-switch .mwform-checkbox-field .mwform-radio-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.custom-switch .mwform-checkbox-field input[type=checkbox]:checked~.custom-control-label:after,
.custom-switch .mwform-checkbox-field input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.custom-switch .mwform-radio-field .custom-control-input:checked~.mwform-radio-field-text:after,
.custom-switch .mwform-radio-field input[type=radio]:checked~.custom-control-label:after,
.custom-switch .mwform-radio-field input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .custom-switch .custom-control-input:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-switch .mwform-radio-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-checkbox-field .custom-switch .mwform-radio-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-checkbox-field .custom-switch input[type=checkbox]:checked~.custom-control-label:after,
.mwform-checkbox-field .custom-switch input[type=checkbox]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .custom-switch .custom-control-input:checked~.mwform-radio-field-text:after,
.mwform-radio-field .custom-switch .mwform-checkbox-field input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .custom-switch .mwform-checkbox-field input[type=radio]:checked~.mwform-checkbox-field-text:after,
.mwform-radio-field .custom-switch input[type=radio]:checked~.custom-control-label:after,
.mwform-radio-field .custom-switch input[type=radio]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-switch input[type=checkbox]:checked~.mwform-radio-field-text:after,
.mwform-radio-field .mwform-checkbox-field .custom-switch input[type=radio]:checked~.mwform-checkbox-field-text:after {
    transform: translateX(.75rem);
    background-color: #fff
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before,
.custom-switch .mwform-checkbox-field .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.custom-switch .mwform-checkbox-field .mwform-radio-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.custom-switch .mwform-checkbox-field .mwform-radio-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.custom-switch .mwform-checkbox-field input[type=checkbox]:disabled:checked~.custom-control-label:before,
.custom-switch .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.custom-switch .mwform-radio-field .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.custom-switch .mwform-radio-field input[type=radio]:disabled:checked~.custom-control-label:before,
.custom-switch .mwform-radio-field input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .custom-switch .custom-control-input:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-switch .mwform-radio-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-checkbox-field .custom-switch .mwform-radio-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-checkbox-field .custom-switch input[type=checkbox]:disabled:checked~.custom-control-label:before,
.mwform-checkbox-field .custom-switch input[type=checkbox]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-switch .custom-control-input:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .custom-switch .mwform-checkbox-field input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .custom-switch .mwform-checkbox-field input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before,
.mwform-radio-field .custom-switch input[type=radio]:disabled:checked~.custom-control-label:before,
.mwform-radio-field .custom-switch input[type=radio]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-switch input[type=checkbox]:disabled:checked~.mwform-radio-field-text:before,
.mwform-radio-field .mwform-checkbox-field .custom-switch input[type=radio]:disabled:checked~.mwform-checkbox-field-text:before {
    background-color: rgba(105, 190, 40, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1.8rem .5rem .8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .8rem center/8px 10px no-repeat;
    color: #495057;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    vertical-align: middle
}

.custom-select:focus {
    border-color: #ace481;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8rem;
    background-image: none
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ace481;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    z-index: 1;
    left: 0;
    height: calc(1.5em + 1rem + 2px);
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 300
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem .8rem;
    color: #495057;
    line-height: 1.5
}

.custom-file-label:after {
    display: block;
    z-index: 3;
    bottom: 0;
    height: calc(1.5em + 1rem);
    border-left: inherit;
    border-radius: 0 4px 4px 0;
    background-color: #e9ecef;
    content: "Browse"
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    border: 0;
    border-radius: 1rem;
    background-color: #69be28;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #c8edab
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    border-radius: 1rem;
    border-color: transparent;
    background-color: #dee2e6;
    color: transparent;
    cursor: pointer
}

.custom-range::-moz-range-thumb {
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    background-color: #69be28;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #c8edab
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    border-radius: 1rem;
    border-color: transparent;
    background-color: #dee2e6;
    color: transparent;
    cursor: pointer
}

.custom-range::-ms-thumb {
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    border: 0;
    border-radius: 1rem;
    background-color: #69be28;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #c8edab
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    border-width: .5rem;
    border-color: transparent;
    background-color: transparent;
    color: transparent;
    cursor: pointer
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    border-radius: 1rem;
    background-color: #dee2e6
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select,
.mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-radio-field-text:before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select,
    .mwform-checkbox-field .mwform-checkbox-field-text:before,
    .mwform-radio-field .mwform-radio-field-text:before {
        transition: none
    }
}

.card {
    word-wrap: break-word;
    display: flex;
    position: relative;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-clip: border-box;
    background-color: #fff
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    margin-bottom: 0;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #e8e8e8;
    background-color: rgba(0, 0, 0, .03)
}

.card-header:first-child {
    border-radius: 3px 3px 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid #e8e8e8;
    background-color: rgba(0, 0, 0, .03)
}

.card-footer:last-child {
    border-radius: 0 0 3px 3px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 3px
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        -moz-column-gap: 1.25rem;
        orphans: 1;
        column-gap: 1.25rem;
        column-count: 3;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.accordion>.card>.card-header {
    margin-bottom: -1px;
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    border-radius: 4px;
    background-color: transparent;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    padding-right: .5rem;
    float: left;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    border-radius: 4px;
    list-style: none
}

.page-link {
    display: block;
    position: relative;
    margin-left: -1px;
    padding: .5rem .75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #69be28;
    line-height: 1.25
}

.page-link:hover {
    z-index: 2;
    border-color: #dee2e6;
    background-color: #e9ecef;
    color: #467f1b;
    text-decoration: none
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.page-item.active .page-link {
    z-index: 3;
    border-color: #69be28;
    background-color: #69be28;
    color: #fff
}

.page-item.disabled .page-link {
    border-color: #dee2e6;
    background-color: #fff;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    border-radius: 4px;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    background-color: #69be28;
    color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #52941f;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(105, 190, 40, .5)
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    background-color: #28a745;
    color: #fff
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    background-color: #dc3545;
    color: #fff
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    background-color: #343a40;
    color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.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
}

.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:992px) {
    .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:1200px) {
    .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
    }
}

.embed-responsive {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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:992px) {
    .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:1200px) {
    .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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    z-index: 1030;
    position: fixed;
    right: 0;
    left: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        z-index: 1020;
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    white-space: normal
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    content: "";
    pointer-events: auto
}

.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;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width:1200px) {
    .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: 300 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

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

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

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

.text-primary {
    color: #69be28 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #467f1b !important
}

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

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

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

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

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

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

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

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

.text-danger {
    color: #dc3545 !important
}

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
    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: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    border: 0;
    background-color: transparent;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        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
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd
    }

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    #tinymce table,
    .blog-body table,
    .table {
        border-collapse: collapse !important
    }

    #tinymce table td,
    #tinymce table th,
    .blog-body table td,
    .blog-body table th,
    .table td,
    .table th {
        background-color: #fff !important
    }

    #tinymce table td,
    #tinymce table th,
    .blog-body table td,
    .blog-body table th,
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

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

    #tinymce table .thead-dark th,
    .blog-body table .thead-dark th,
    .table .thead-dark th {
        border-color: #e8e8e8;
        color: inherit
    }
}

body {
    word-wrap: break-word;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Fira Sans, "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \30B4\30B7\30C3\30AF", Hiragino Kaku Gothic ProN, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", sans-serif;
    font-size: .95rem;
    font-synthesis: none;
    font-weight: 400;
    line-height: 165%;
    direction: ltr
}

@media (max-width:991px) {
    body {
        font-size: .9rem
    }
}

@media (max-width:767px) {
    body {
        font-size: .85rem
    }
}

#page {
    -ms-overflow-x: hidden;
    width: 100%;
    overflow-x: hidden;
    background-color: #000
}

img {
    max-width: 100%;
    height: auto
}

/* img[src$=".svg"] {
    width: 100%
} */

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyload,
.lazyloaded,
.lazyloading {
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.lazyloaded {
    opacity: 1
}

#content {
    color: #fff
}

.c-form__pp,
.col-form-label,
.custom-control-label,
.custom-file-label,
.mwform-checkbox-field .mwform-checkbox-field-text,
.mwform-radio-field .mwform-radio-field-text {
    font-size: 14px
}

.c-form__pp {
    margin-bottom: 3px
}

.form-control {
    font-size: 16px
}

.form-control::-moz-placeholder {
    font-size: 14px
}

.form-control:-ms-input-placeholder {
    font-size: 14px
}

.form-control::placeholder {
    font-size: 14px
}

.mw_wp_form.mw_wp_form_confirm .c-confirm__hidden,
.mwform-file-delete {
    display: none
}

.mwform-checkbox-field .mwform-checkbox-field-text:after,
.mwform-checkbox-field .mwform-checkbox-field-text:before,
.mwform-radio-field .mwform-radio-field-text:after,
.mwform-radio-field .mwform-radio-field-text:before {
    top: .18rem
}

.c-form__submit {
    min-width: 230px
}

.c-form__return {
    min-width: 230px;
    border-color: #e8e8e8;
    background-color: #e8e8e8;
    color: #343a40
}

.c-form__return:hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    color: #343a40
}

.c-form__retruntop {
    min-width: 230px
}

.col-form-label {
    color: #6c757d;
    font-weight: 500
}

.c-form__require:after {
    margin-left: .2rem;
    color: #dc3545;
    content: "*"
}

.mw_wp_form .error {
    color: #dc3545;
    font-size: 11px
}

@font-face {
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400
}

:root {
    --swiper-theme-color: #69be28
}

.swiper-container {
    z-index: 1;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    transition-property: transform
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-zoom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    -o-object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination {
    z-index: 10;
    position: absolute;
    transform: translateZ(0);
    text-align: center;
    transition: opacity .3s
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    width: 8px;
    transform: translateY(-50%)
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%
}

.swiper-pagination-blue {
    --swiper-pagination-color: #007bff
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #e83e8c
}

.swiper-pagination-red {
    --swiper-pagination-color: #dc3545
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #28a745
}

.swiper-pagination-teal {
    --swiper-pagination-color: #20c997
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #17a2b8
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: center;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size)*-1/2);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue,
.swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #007bff
}

.swiper-button-next.swiper-button-indigo,
.swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #6610f2
}

.swiper-button-next.swiper-button-purple,
.swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink,
.swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #e83e8c
}

.swiper-button-next.swiper-button-red,
.swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #dc3545
}

.swiper-button-next.swiper-button-orange,
.swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow,
.swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #ffc107
}

.swiper-button-next.swiper-button-green,
.swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #28a745
}

.swiper-button-next.swiper-button-teal,
.swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #20c997
}

.swiper-button-next.swiper-button-cyan,
.swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #17a2b8
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray,
.swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #6c757d
}

.swiper-button-next.swiper-button-gray-dark,
.swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40
}

.swiper-button-lock {
    display: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

:root {
    --swiper-navigation-size: 45px
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 45px
}

.swiper-button-prev:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 35px;
    content: "\F104"
}

.swiper-button-next:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 35px;
    content: "\F105"
}

.flatpickr-calendar {
    -webkit-animation: none;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    position: absolute;
    width: 270px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #3f4458;
    box-shadow: 1px 0 0 #20222c, -1px 0 0 #20222c, 0 1px 0 #20222c, 0 -1px 0 #20222c, 0 3px 13px rgba(0, 0, 0, .08);
    font-size: 14px;
    line-height: 24px;
    direction: ltr;
    text-align: center;
    animation: none;
    opacity: 0;
    touch-action: manipulation
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    visibility: visible;
    max-height: 640px;
    opacity: 1
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #20222c
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    display: block;
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    right: 22px;
    left: auto
}

.flatpickr-calendar:before {
    margin: 0 -5px;
    border-width: 5px
}

.flatpickr-calendar:after {
    margin: 0 -4px;
    border-width: 4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #20222c
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #3f4458
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #20222c
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #3f4458
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    fill: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: relative;
    flex: 1;
    height: 34px;
    overflow: hidden;
    background: #3f4458;
    color: #fff;
    line-height: 1;
    text-align: center;
    user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    fill: #fff;
    z-index: 3;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #eee
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    fill: inherit;
    transition: fill .1s
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 14px;
    height: 50%;
    padding: 0 4px 0 2px;
    border: 1px solid hsla(0, 0%, 100%, .15);
    line-height: 50%;
    cursor: pointer;
    opacity: 0
}

.numInputWrapper span:hover {
    background: rgba(192, 187, 167, .1)
}

.numInputWrapper span:active {
    background: rgba(192, 187, 167, .2)
}

.numInputWrapper span:after {
    display: block;
    position: absolute;
    content: ""
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    top: 26%;
    border-right: 4px solid transparent;
    border-bottom: 4px solid hsla(0, 0%, 100%, .6);
    border-left: 4px solid transparent
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    top: 40%;
    border-top: 4px solid hsla(0, 0%, 100%, .6);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: hsla(0, 0%, 100%, .5)
}

.numInputWrapper:hover {
    background: rgba(192, 187, 167, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    display: inline-block;
    position: absolute;
    left: 12.5%;
    width: 75%;
    height: 34px;
    padding: 7.48px 0 0;
    transform: translateZ(0);
    color: inherit;
    font-size: 135%;
    font-weight: 300;
    line-height: 1;
    text-align: center
}

.flatpickr-current-month span.cur-month {
    display: inline-block;
    margin-left: .5ch;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-weight: 700
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(192, 187, 167, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0 0 0 .5ch;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: inherit;
    vertical-align: initial;
    cursor: text
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: hsla(0, 0%, 100%, .5);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    box-sizing: border-box;
    position: relative;
    width: auto;
    height: auto;
    margin: -1px 0 0;
    padding: 0 0 0 .5ch;
    border: none;
    border-radius: 0;
    outline: none;
    background: #3f4458;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
    vertical-align: initial;
    cursor: pointer
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(192, 187, 167, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    padding: 0;
    outline: none;
    background-color: #3f4458
}

.flatpickr-weekdays {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28px;
    overflow: hidden;
    background: transparent;
    text-align: center
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    display: block;
    flex: 1;
    margin: 0;
    background: #3f4458;
    color: #fff;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
    cursor: default
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    display: flex;
    position: relative;
    align-items: flex-start;
    width: 270px;
    overflow: hidden
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    -ms-flex-wrap: wrap;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    padding: 0;
    transform: translateZ(0);
    outline: 0;
    text-align: left;
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #20222c
}

.flatpickr-day {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    flex-basis: 14.2857143%;
    justify-content: center;
    width: 14.2857143%;
    max-width: 28px;
    height: 28px;
    margin: 4px;
    border: 1px solid transparent;
    border-radius: 150px;
    background: none;
    color: hsla(0, 0%, 100%, .95);
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    cursor: pointer
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    border-color: #646c8c;
    outline: 0;
    background: #646c8c;
    cursor: pointer
}

.flatpickr-day.today {
    border-color: #eee
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #eee;
    background: #eee;
    color: #3f4458
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    border-color: #80cbc4;
    background: #80cbc4;
    box-shadow: none;
    color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #80cbc4
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #646c8c, 5px 0 0 #646c8c
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    border-color: transparent;
    background: transparent;
    color: hsla(0, 0%, 100%, .3);
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: hsla(0, 0%, 100%, .1);
    cursor: not-allowed
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #80cbc4, 5px 0 0 #80cbc4
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #20222c
}

.flatpickr-weekwrapper .flatpickr-weekday {
    width: 100%;
    float: none;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    border: none;
    background: transparent;
    color: hsla(0, 0%, 100%, .3);
    cursor: default
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: flex;
    height: 0;
    max-height: 40px;
    overflow: hidden;
    outline: 0;
    line-height: 40px;
    text-align: center
}

.flatpickr-time:after {
    display: table;
    clear: both;
    content: ""
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
    font-size: 15px
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: hsla(0, 0%, 100%, .95)
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: hsla(0, 0%, 100%, .95)
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    box-sizing: border-box;
    position: relative;
    height: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: hsla(0, 0%, 100%, .95);
    font-size: 15px;
    line-height: inherit;
    text-align: center
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    align-self: center;
    width: 2%;
    height: inherit;
    float: left;
    color: hsla(0, 0%, 100%, .95);
    font-weight: 700;
    line-height: inherit;
    user-select: none
}

.flatpickr-time .flatpickr-am-pm {
    width: 18%;
    outline: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fpFadeInDown {
    0% {
        transform: translate3d(0, -20px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.c-accordion {
    border: 1px solid #dee2e6;
    border-bottom: none
}

.c-accordion .c-accordion__trigger {
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: .5rem 1rem;
    border: none;
    border-bottom: 1px solid #dee2e6;
    background: none;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.c-accordion .c-accordion__trigger:active,
.c-accordion .c-accordion__trigger:focus,
.c-accordion .c-accordion__trigger:hover {
    z-index: 2;
    outline: 0;
    background-color: #fafafa;
    box-shadow: 0 0 0 .2rem rgba(173, 181, 189, .25)
}

.c-accordion .c-accordion__trigger.is-active {
    background-color: #f3f4f5
}

.c-accordion .c-accordion__content {
    overflow: hidden
}

.c-accordion .c-accordion__content.is-active .c-accordion__inner {
    border-bottom: 1px solid #dee2e6
}

.c-accordion .c-accordion__content .c-accordion__inner {
    padding: 10px 20px
}

.bg-gray {
    background-color: #f3f4f5
}

.c-blog__slider {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 20px;
    overflow: visible
}

@media (max-width:991px) {
    .c-blog__slider {
        max-width: 100%;
        padding: 15px 20px
    }
}

.c-blog__slider .swiper-slide {
    width: 350px
}

@media (max-width:1199px) {
    .c-blog__slider .swiper-slide {
        width: 300px
    }
}

@media (max-width:767px) {
    .c-blog__slider .swiper-slide {
        width: 250px
    }
}

.c-blog__card {
    position: relative;
    width: 100%;
    overflow: hidden
}

.c-blog__card .c-blog__card--link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.c-blog__card .c-blog__card--img-wrap {
    z-index: 1;
    position: relative;
    order: 1;
    padding-top: 66.7%;
    overflow: hidden
}

.c-blog__card .c-blog__card--img-wrap:active,
.c-blog__card .c-blog__card--img-wrap:focus,
.c-blog__card .c-blog__card--img-wrap:hover {
    text-decoration: none
}

.c-blog__card .c-blog__card--img-wrap:active .c-blog__card--img,
.c-blog__card .c-blog__card--img-wrap:focus .c-blog__card--img,
.c-blog__card .c-blog__card--img-wrap:hover .c-blog__card--img {
    transform: scale(1.04)
}

.c-blog__card .c-blog__card--img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.c-blog__card .c-blog__card--content {
    order: 2;
    max-width: 100%;
    padding: 10px 0 20px
}

.c-blog__card .c-blog__card--content .c-blog__card--title {
    width: 100%;
    margin-bottom: 5px;
    font-size: .9rem
}

@media (max-width:767px) {
    .c-blog__card .c-blog__card--content .c-blog__card--title {
        font-size: .8rem
    }
}

.c-blog__card .c-blog__card--content .c-blog__card--title a {
    color: #000
}

.c-blog__card .c-blog__card--content .c-blog__card--title a:active,
.c-blog__card .c-blog__card--content .c-blog__card--title a:focus,
.c-blog__card .c-blog__card--content .c-blog__card--title a:hover {
    text-decoration: none
}

.c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--time {
    margin-right: 10px;
    font-size: .8rem
}

@media (max-width:767px) {
    .c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--time {
        font-size: .7rem
    }
}

.c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--cat {
    color: #999;
    font-size: .8rem
}

@media (max-width:767px) {
    .c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--cat {
        font-size: .7rem
    }
}

.c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--cat:active,
.c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--cat:focus,
.c-blog__card .c-blog__card--content .c-blog__card--detail .c-blog__card--cat:hover {
    text-decoration: none
}

.c-blog__single .c-blog__single--wrapper {
    max-width: 700px
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--wrapper {
        margin: 0 auto;
        padding-right: 25px;
        padding-left: 25px
    }
}

@media (max-width:575px) {
    .c-blog__single .c-blog__single--wrapper {
        padding-right: 10px;
        padding-left: 10px
    }
}

.c-blog__single .c-blog__single--eye-catch img {
    width: 100%
}

.c-blog__single .c-blog__single---heading {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-top: 20px
}

.c-blog__single .c-blog__single---heading .c-blog__single--time {
    margin-right: 20px;
    font-size: .75rem
}

.c-blog__single .c-blog__single---heading .c-blog__single--cat {
    display: flex;
    margin: 0 -5px;
    padding: 0;
    color: #999;
    font-size: .75rem;
    list-style: none
}

.c-blog__single .c-blog__single---heading .c-blog__single--cat li {
    padding-right: 5px;
    padding-left: 5px
}

.c-blog__single .c-blog__single---heading .c-blog__single--cat li a {
    color: #999
}

.c-blog__single .c-blog__single--title {
    flex: 0 0 100%;
    margin-bottom: 20px;
    font-size: 1.2rem
}

.c-blog__single .c-blog__single--comment {
    padding: 15px 0;
    font-size: .9rem;
    line-height: 140%
}

@media (max-width:575px) {
    .c-blog__single .c-blog__single--comment {
        font-size: .8rem;
        line-height: 140%
    }
}

.c-blog__single .c-blog__single--button {
    margin-bottom: 50px;
    padding: 35px 0;
    border-radius: 15px;
    background-color: #f3f4f5;
    text-align: center
}

@media (max-width:575px) {
    .c-blog__single .c-blog__single--button {
        padding: 30px 0
    }
}

.c-blog__single .c-blog__single--detail {
    padding: 30px 0 0
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-title {
    margin-bottom: 10px;
    font-size: 1rem
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-dl {
    font-size: .85rem;
    line-height: 140%
}

@media (max-width:575px) {
    .c-blog__single .c-blog__single--detail .c-blog__single--detail-dl {
        font-size: .7rem;
        line-height: 140%
    }
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-dl .c-blog__single--detail-dl-row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

@media (max-width:767px) {
    .c-blog__single .c-blog__single--detail .c-blog__single--detail-dl .c-blog__single--detail-dl-row {
        flex-wrap: wrap;
        padding: 10px 0
    }
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-dl .c-blog__single--detail-dl-row:first-child {
    border-top: 1px solid #eee
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-dl dt {
    flex: 0 0 120px;
    margin-bottom: 0;
    color: #999;
    font-weight: 700
}

@media (max-width:767px) {
    .c-blog__single .c-blog__single--detail .c-blog__single--detail-dl dt {
        flex: 0 0 100%;
        margin-bottom: 5px
    }
}

.c-blog__single .c-blog__single--detail .c-blog__single--detail-dl dd {
    flex: 0 0 calc(100% - 120px);
    margin-bottom: 0
}

@media (max-width:767px) {
    .c-blog__single .c-blog__single--detail .c-blog__single--detail-dl dd {
        flex: 0 0 100%
    }
}

.c-blog__single .c-blog__single--bottom {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0
}

@media (min-width:992px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi {
        flex: 0 0 66.6%;
        align-self: center;
        max-width: 66.6%;
        padding: 0
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-right: 1px solid #eee;
    text-align: center
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi {
        border-right: none
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    color: #111;
    font-size: .8rem;
    line-height: 120%;
    text-decoration: none
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span {
        display: block;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        font-size: .7rem
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-left {
    padding: 60px 0 60px 35px;
    text-align: left
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-left {
        padding-top: 0;
        padding-bottom: 10px
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-left a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
    font-family: Font Awesome\ 5 Pro;
    font-size: .7rem;
    font-weight: 300;
    line-height: 100%;
    content: "\F060"
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-left a:before {
        margin-top: -12px
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-right {
    padding: 60px 35px 60px 0;
    text-align: right
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-right {
        padding-top: 0;
        padding-bottom: 10px
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-right a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    font-family: Font Awesome\ 5 Pro;
    font-size: .7rem;
    font-weight: 300;
    line-height: 100%;
    content: "\F061"
}

@media (max-width:991px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span.arrow-right a:after {
        margin-top: -12px
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span a {
    display: block;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: background, color;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.c-blog__single .c-blog__single--bottom .c-blog__single--pagenavi .single-pagenavi>span a:hover {
    text-decoration: underline
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: center;
    max-width: 100%;
    padding: 20px 0;
    border-top: 1px solid #eee
}

@media (min-width:992px) {
    .c-blog__single .c-blog__single--bottom .c-blog__single--share {
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0;
        border-top: none
    }

    .c-blog__single .c-blog__single--bottom .c-blog__single--share .c-blog__single--share-title {
        flex: 0 0 150px;
        max-width: 150px;
        text-align: right
    }

    .c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons {
        flex: 1 0 auto
    }
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .c-blog__single--share-title {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
    font-size: .9rem;
    text-align: right;
    text-transform: uppercase
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons {
    flex: 0 0 70%;
    max-width: 70%;
    text-align: center
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share {
    width: 45px;
    height: 45px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 0;
    border-radius: 100%;
    line-height: 45px
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-tw] {
    border-color: #1da1f3;
    background-color: #1da1f3
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-tw]:active,
.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-tw]:focus,
.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-tw]:hover {
    background-color: #fff;
    color: #1da1f3
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-fb] {
    border-color: #4267b2;
    background-color: #4267b2
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-fb]:active,
.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-fb]:focus,
.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share[data-share-fb]:hover {
    background-color: #fff;
    color: #4267b2
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share:before {
    border-radius: 100%
}

.c-blog__single .c-blog__single--bottom .c-blog__single--share .share-buttons .btn-share i {
    z-index: 2;
    position: relative;
    font-size: 1rem
}

#tinymce img {
    max-width: 600px
}

#tinymce,
.blog-body {
    color: #fff;
    font-size: .9rem;
    line-height: 140%
}

@media (max-width:575px) {

    #tinymce,
    .blog-body {
        font-size: .8rem;
        line-height: 140%
    }
}

#tinymce img,
.blog-body img {
    margin: 0 0 .8rem
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
.blog-body h1,
.blog-body h2,
.blog-body h3 {
    font-size: 1.15rem
}

#tinymce h4,
.blog-body h4 {
    font-size: 1rem
}

#tinymce h5,
.blog-body h5 {
    font-size: .9rem
}

#tinymce img.alignright,
.blog-body img.alignright {
    display: block;
    margin: 0 0 0 auto
}

#tinymce img.alignleft,
.blog-body img.alignleft {
    display: block;
    margin: 0 auto 0 0
}

#tinymce img.aligncenter,
.blog-body img.aligncenter {
    display: block;
    margin: 0 auto
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
.blog-body h1,
.blog-body h2,
.blog-body h3 {
    margin-top: 2.4rem;
    margin-bottom: 1.3rem;
    padding: 10px 15px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: transparent;
    line-height: 140%
}

@media (max-width:575px) {

    #tinymce h1,
    #tinymce h2,
    #tinymce h3,
    .blog-body h1,
    .blog-body h2,
    .blog-body h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        padding-right: 15px;
        padding-left: 15px
    }
}

#tinymce h4,
#tinymce h5,
#tinymce h6,
.blog-body h4,
.blog-body h5,
.blog-body h6 {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    padding: 12px 15px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: transparent;
    line-height: 140%
}

#tinymce blockquote,
.blog-body blockquote {
    padding: 15px 20px;
    border: none;
    border-left: 3px solid #999;
    border-radius: 3px;
    background-color: transparent;
    font-size: .8rem;
    line-height: 120%
}

#tinymce blockquote h1,
#tinymce blockquote h2,
#tinymce blockquote h3,
#tinymce blockquote h4,
#tinymce blockquote h5,
#tinymce blockquote h6,
.blog-body blockquote h1,
.blog-body blockquote h2,
.blog-body blockquote h3,
.blog-body blockquote h4,
.blog-body blockquote h5,
.blog-body blockquote h6 {
    margin: 0 0 .5rem;
    padding: 0;
    border: none;
    background: none;
    color: #fff;
    line-height: 120%
}

#tinymce blockquote p,
.blog-body blockquote p {
    margin-bottom: 8px
}

#tinymce blockquote :last-child,
.blog-body blockquote :last-child {
    margin-bottom: 0
}

#tinymce ul,
.blog-body ul {
    margin: 20px 0;
    padding-left: 30px;
    line-height: 140%
}

#tinymce ul li,
.blog-body ul li {
    margin-bottom: 10px
}

#tinymce ol,
.blog-body ol {
    margin: 20px 0;
    padding-left: 30px;
    line-height: 140%
}

#tinymce ol li,
.blog-body ol li {
    margin-bottom: 10px
}

#tinymce table,
.blog-body table {
    margin: 15px 0;
    color: #fff;
    line-height: 140%
}

#tinymce table td,
#tinymce table th,
.blog-body table td,
.blog-body table th {
    padding: 5px 8px
}

#tinymce .-btn,
.blog-body .-btn {
    margin-top: 20px
}

#c-breadcrumb {
    padding: 0 0 100px
}

@media (max-width:991px) {
    #c-breadcrumb {
        padding: 0 0 80px
    }
}

#c-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    font-size: 1.4rem;
    text-transform: uppercase
}

#c-breadcrumb .breadcrumb a {
    color: #69be28
}

.btn.btn-outline {
    position: relative;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: .9rem;
    font-weight: 700
}

@media (max-width:575px) {
    .btn.btn-outline {
        font-size: .7rem
    }
}

.btn.btn-outline:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(.9);
    border-radius: 4px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.btn.btn-outline span {
    z-index: 2;
    position: relative
}

.btn.btn-outline:not(.disabled):active,
.btn.btn-outline:not(.disabled):focus,
.btn.btn-outline:not(.disabled):hover {
    border-color: #000;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .06) !important;
    color: #000
}

.btn.btn-outline:not(.disabled):active:before,
.btn.btn-outline:not(.disabled):focus:before,
.btn.btn-outline:not(.disabled):hover:before {
    transform: scale(1);
    opacity: 1
}

.btn-arrow {
    padding-right: 35px
}

.btn-arrow:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-family: Font Awesome\ 5 Pro;
    font-size: .8rem;
    font-weight: 300;
    content: "\F061";
    pointer-events: none
}

@media (max-width:575px) {
    .btn-arrow:after {
        right: 10px;
        margin-top: -8px;
        font-size: .7rem
    }
}

.btn-width-180 {
    min-width: 180px
}

.btn-width-150 {
    min-width: 150px
}

@media (max-width:575px) {
    .btn-width-150 {
        min-width: 120px
    }
}

#tinymce .-btn,
.blog-body .-btn,
.c-btn__primary {
    width: 100%;
    max-width: 200px
}

#tinymce .-btn .c-btn__primary--wrapper,
#tinymce .-btn>a,
#tinymce .blog-body .-btn>a,
#tinymce .c-btn__primary .-btn>a,
.blog-body .-btn .c-btn__primary--wrapper,
.blog-body .-btn>a,
.blog-body .c-btn__primary .-btn>a,
.c-btn__primary .c-btn__primary--wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 20px;
    overflow: hidden;
    border: 1px solid #69be28;
    color: #69be28;
    font-family: Oswald, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#tinymce .-btn .c-btn__primary--wrapper:hover,
#tinymce .-btn>a:hover,
#tinymce .blog-body .-btn>a:hover,
#tinymce .c-btn__primary .-btn>a:hover,
.blog-body .-btn .c-btn__primary--wrapper:hover,
.blog-body .-btn>a:hover,
.blog-body .c-btn__primary .-btn>a:hover,
.c-btn__primary .c-btn__primary--wrapper:hover {
    color: #fff;
    text-decoration: none
}

#tinymce .-btn .c-btn__primary--wrapper:hover:before,
#tinymce .-btn>a:hover:before,
#tinymce .blog-body .-btn>a:hover:before,
#tinymce .c-btn__primary .-btn>a:hover:before,
.blog-body .-btn .c-btn__primary--wrapper:hover:before,
.blog-body .-btn>a:hover:before,
.blog-body .c-btn__primary .-btn>a:hover:before,
.c-btn__primary .c-btn__primary--wrapper:hover:before {
    transform: translateY(0)
}

#tinymce .-btn .c-btn__primary--wrapper:hover:after,
#tinymce .-btn>a:hover:after,
#tinymce .blog-body .-btn>a:hover:after,
#tinymce .c-btn__primary .-btn>a:hover:after,
.blog-body .-btn .c-btn__primary--wrapper:hover:after,
.blog-body .-btn>a:hover:after,
.blog-body .c-btn__primary .-btn>a:hover:after,
.c-btn__primary .c-btn__primary--wrapper:hover:after {
    color: #fff
}

#tinymce .-btn .c-btn__primary--wrapper:before,
#tinymce .-btn>a:before,
#tinymce .blog-body .-btn>a:before,
#tinymce .c-btn__primary .-btn>a:before,
.blog-body .-btn .c-btn__primary--wrapper:before,
.blog-body .-btn>a:before,
.blog-body .c-btn__primary .-btn>a:before,
.c-btn__primary .c-btn__primary--wrapper:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: #69be28;
    content: "";
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#tinymce .-btn .c-btn__primary--wrapper:after,
#tinymce .-btn>a:after,
#tinymce .blog-body .-btn>a:after,
#tinymce .c-btn__primary .-btn>a:after,
.blog-body .-btn .c-btn__primary--wrapper:after,
.blog-body .-btn>a:after,
.blog-body .c-btn__primary .-btn>a:after,
.c-btn__primary .c-btn__primary--wrapper:after {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #69be28;
    font-family: Font Awesome\ 5 Pro;
    line-height: 100%;
    content: "\F054";
    pointer-events: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#tinymce .-btn .c-btn__primary--text,
#tinymce .-btn>a span,
.blog-body .-btn .c-btn__primary--text,
.blog-body .-btn>a span,
.c-btn__primary .c-btn__primary--text {
    z-index: 5;
    position: relative
}

#tinymce .-sm.-btn,
.blog-body .-sm.-btn,
.c-btn__primary.-sm {
    max-width: 160px
}

#tinymce .-sm.-btn .-btn>a,
#tinymce .-sm.-btn .blog-body .-btn>a,
#tinymce .-sm.-btn .c-btn__primary--wrapper,
#tinymce .c-btn__primary.-sm .-btn>a,
.blog-body .-sm.-btn #tinymce .-btn>a,
.blog-body .-sm.-btn .-btn>a,
.blog-body .-sm.-btn .c-btn__primary--wrapper,
.blog-body .c-btn__primary.-sm .-btn>a,
.c-btn__primary.-sm #tinymce .-btn>a,
.c-btn__primary.-sm .blog-body .-btn>a,
.c-btn__primary.-sm .c-btn__primary--wrapper {
    padding: 4px 16px;
    font-size: 1.6rem
}

#tinymce .-sm.-btn .-btn>a:after,
#tinymce .-sm.-btn .blog-body .-btn>a:after,
#tinymce .-sm.-btn .c-btn__primary--wrapper:after,
#tinymce .c-btn__primary.-sm .-btn>a:after,
.blog-body .-sm.-btn #tinymce .-btn>a:after,
.blog-body .-sm.-btn .-btn>a:after,
.blog-body .-sm.-btn .c-btn__primary--wrapper:after,
.blog-body .c-btn__primary.-sm .-btn>a:after,
.c-btn__primary.-sm #tinymce .-btn>a:after,
.c-btn__primary.-sm .blog-body .-btn>a:after,
.c-btn__primary.-sm .c-btn__primary--wrapper:after {
    right: 15px
}

#c-head {
    position: relative;
    width: 100%;
    margin-top: 0
}

@media (max-width:1199px) {
    #c-head {
        margin-top: 0
    }
}

@media (max-width:991px) {
    #c-head {
        margin-top: 0
    }
}

#c-head .c-head__wrapper {
    padding: 88px 0;
    border-bottom: 1px solid #999
}

@media (max-width:991px) {
    #c-head .c-head__wrapper {
        padding: 40px 0
    }
}

#c-head .c-head__title {
    margin-bottom: 0
}

#c-head .c-head__title .c-head__title--en {
    color: #69be28;
    font-family: Oswald, sans-serif;
    font-size: 4.8rem;
    font-weight: 700
}

@media (max-width:991px) {
    #c-head .c-head__title .c-head__title--en {
        font-size: 3.6rem;
        line-height: 1.25
    }
}

#c-head .c-head__title .c-head__title--ja {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 700
}

@media (max-width:991px) {
    #c-head .c-head__title .c-head__title--ja {
        font-size: .75rem
    }
}

.c-information__wrapper {
    margin: 20px 0;
    border-top: 1px solid #eee
}

.c-information__list {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #eee
}

@media (max-width:991px) {
    .c-information__list {
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .c-information__list {
        flex-direction: column
    }
}

.c-information__list .c-information__list--time {
    flex: 0 0 150px;
    color: #999;
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 140%
}

@media (max-width:767px) {
    .c-information__list .c-information__list--time {
        flex: 0 0 100%;
        margin-bottom: 5px
    }
}

.c-information__list .c-information__list--title {
    margin-bottom: 0;
    padding: 0
}

.c-information__list .c-information__list--link {
    display: block;
    flex: 0 0 calc(100% - 150px);
    color: #000;
    font-size: .8rem;
    font-weight: 500;
    line-height: 140%
}

.c-information__list .c-information__list--link:active,
.c-information__list .c-information__list--link:focus,
.c-information__list .c-information__list--link:hover {
    color: #69be28;
    text-decoration: none
}

@media (max-width:767px) {
    .c-information__list .c-information__list--link {
        flex: 0 0 100%
    }
}

.c-list__news {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

.c-list__news .c-list__news--col {
    border-top: 1px solid #999
}

.c-list__news .c-list__news--col:last-of-type {
    border-bottom: 1px solid #999
}

.c-list__news .c-list__news--item {
    padding: 40px 0 32px
}

@media (max-width:991px) {
    .c-list__news .c-list__news--item {
        padding: 20px 0
    }
}

.c-list__news .c-list__news--item-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.c-list__news .c-list__news--item-date {
    flex: 0 0 120px;
    max-width: 120px;
    color: #999;
    font-family: Oswald, sans-serif;
    font-size: 1.4rem
}

@media (max-width:991px) {
    .c-list__news .c-list__news--item-date {
        flex: 0 0 64px;
        max-width: 64px;
        font-size: 1.2rem
    }
}

.c-list__news .c-list__news--item-cat {
    flex: 0 0 140px;
    max-width: 140px;
    padding: 4px;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    text-align: center
}

@media (max-width:991px) {
    .c-list__news .c-list__news--item-cat {
        flex: 0 0 104px;
        max-width: 104px;
        padding: 2px 4px;
        font-size: 1.2rem
    }
}

.c-list__news .c-list__news--item-heading {
    flex-basis: calc(100% - 260px);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(100% - 260px);
    margin-bottom: 0;
    padding-left: 64px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width:991px) {
    .c-list__news .c-list__news--item-heading {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding-left: 0
    }
}

.c-list__news .c-list__news--item-heading>a {
    color: #fff;
    text-decoration: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.c-list__news .c-list__news--item-heading>a:hover {
    color: #69be28
}

.c-lower__heading {
    padding: 230px 0 150px;
    background-color: #fafafa
}

@media (max-width:991px) {
    .c-lower__heading {
        padding: 180px 0 120px
    }
}

@media (max-width:767px) {
    .c-lower__heading {
        padding: 135px 0 80px
    }
}

@media (max-width:575px) {
    .c-lower__heading {
        padding: 135px 0 80px
    }
}

.c-lower__heading .c-lower__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.c-lower__contents-inner {
    padding: 60px 0
}

@media (max-width:767px) {
    .c-lower__contents-inner {
        padding: 40px 0
    }
}

@media (max-width:575px) {
    .c-lower__contents-inner {
        padding: 20px 0
    }
}

.c-pagination {
    width: 100%;
    text-align: center
}

.c-pagination>a,
.c-pagination>span {
    display: inline-block;
    margin-right: 4px;
    padding: 2px 12px 0;
    border: 1.4px solid #eee;
    border-radius: 6px;
    background: #fff;
    color: #999;
    font-size: 1.3rem;
    line-height: 28px;
    text-decoration: none;
    vertical-align: middle;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:767px) {

    .c-pagination>a,
    .c-pagination>span {
        margin-bottom: 4px
    }
}

.c-pagination a:hover {
    border-color: #69be28;
    background: #69be28;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .06);
    color: #fff
}

.c-pagination span {
    border-color: #999;
    background: #999;
    color: #fff
}

.c-pagination span.extend {
    padding: 0 2px;
    border: none;
    background: none;
    color: #ced4da;
    font-size: 12px
}

.c-section__heading {
    display: flex;
    position: relative;
    justify-content: space-between
}

.c-section__heading .c-section__heading--button {
    flex: 0 0 180px;
    max-width: 180px;
    text-align: right
}

@media (max-width:575px) {
    .c-section__heading .c-section__heading--button {
        flex: 0 0 120px;
        max-width: 120px
    }
}

.c-section__title {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column-reverse;
    margin-bottom: 0
}

.c-section__title .c-section__title-en {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase
}

@media (max-width:767px) {
    .c-section__title .c-section__title-en {
        font-size: 1.8rem
    }
}

@media (max-width:575px) {
    .c-section__title .c-section__title-en {
        font-size: 1.5rem
    }
}

.c-section__title .c-section__title-ja {
    font-size: .9rem;
    line-height: 120%
}

@media (max-width:575px) {
    .c-section__title .c-section__title-ja {
        font-size: .7rem
    }
}

.c-tab .c-tab__nav {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ced4da
}

.c-tab .c-tab__nav .c-tab__item {
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: relative;
    margin: 0;
    padding: .5rem 1rem;
    border: 1px solid #ced4da;
    border-right: none;
    border-bottom: none;
    background: none;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.c-tab .c-tab__nav .c-tab__item:active,
.c-tab .c-tab__nav .c-tab__item:focus,
.c-tab .c-tab__nav .c-tab__item:hover {
    z-index: 2;
    outline: 0;
    background-color: #fafafa;
    box-shadow: 0 0 0 .2rem rgba(173, 181, 189, .25)
}

.c-tab .c-tab__nav .c-tab__item.c-tab__active {
    background-color: #f3f4f5
}

.c-tab .c-tab__nav .c-tab__item:last-child {
    border-right: 1px solid #ced4da
}

.c-tab .c-tab__pane {
    display: none
}

.c-tab .c-tab__pane.c-tab__active {
    display: block
}

.c-tab .c-tab__pane:focus {
    outline: none
}

.c-title__primary {
    margin-bottom: 0
}

.c-title__primary .c-title__primary--en {
    color: #69be28;
    font-family: Oswald, sans-serif;
    font-size: 3rem;
    font-weight: 700
}

@media (max-width:991px) {
    .c-title__primary .c-title__primary--en {
        font-size: 2.25rem
    }
}

.c-title__primary .c-title__primary--ja {
    margin-top: 4px;
    font-size: .875rem;
    font-weight: 700
}

@media (max-width:991px) {
    .c-title__primary .c-title__primary--ja {
        font-size: .75rem
    }
}

.c-title__primary.-center {
    text-align: center
}

html[lang=en] #l-gnav .l-gnav__nav {
    max-width: 100%
}

html[lang=en] #l-gnav .l-gnav__nav .l-gnav__item {
    flex-basis: auto;
    flex-grow: 1;
    max-width: none
}

html[lang=en] .l-dropdown .l-dropdown__nav {
    max-width: 100%
}

html[lang=en] .l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item {
    flex-basis: auto;
    flex-grow: 1;
    max-width: none
}

html[lang=en] #p-index .p-index__products .p-index__products--wrapper {
    padding: 80px 0 160px
}

@media (max-width:991px) {
    html[lang=en] #p-index .p-index__products .p-index__products--wrapper {
        padding: 40px 0 80px
    }
}

html[lang=en] #p-index .p-index__products .p-index__products--card-heading:after {
    width: 32px
}

@media (max-width:991px) {
    html[lang=en] .l-drawer .l-drawer__wrapper .l-drawer__row {
        height: auto
    }
}

.js-mouse-stalker {
    z-index: 10002;
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    cursor: none;
    opacity: 0;
    pointer-events: none
}

@media (max-width:991px) {
    .js-mouse-stalker {
        display: none
    }
}

.js-mouse-stalker .js-mouse-stalker__cursor,
.js-mouse-stalker .js-mouse-stalker__follower {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    cursor: none;
    pointer-events: none
}

.js-mouse-stalker .js-mouse-stalker__cursor {
    z-index: 2;
    top: -26px;
    left: -26px;
    width: 60px;
    height: 60px;
    background-color: #f7ffbc;
    filter: blur(5px);
    opacity: .1;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.js-mouse-stalker .js-mouse-stalker__follower {
    z-index: 1;
    top: -26px;
    left: -26px;
    width: 60px;
    height: 60px;
    background-color: #f7ffbc;
    filter: blur(10px);
    opacity: .2;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.js-mouse-stalker.is-hover .js-mouse-stalker__cursor {
    top: -46px;
    left: -46px;
    width: 100px;
    height: 100px;
    background-color: #f7ffbc;
    opacity: .3
}

.js-mouse-stalker.is-hover .js-mouse-stalker__follower {
    z-index: 3;
    top: -46px;
    left: -46px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    filter: blur(0);
    opacity: .6
}

.js-mouse-stalker.is-drag .js-mouse-stalker__cursor {
    top: -56px;
    left: -56px;
    width: 120px;
    height: 120px;
    background-color: #f7ffbc;
    opacity: .6
}

.js-mouse-stalker.is-drag .js-mouse-stalker__follower {
    z-index: 3;
    top: -46px;
    left: -46px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    filter: blur(0)
}

.js-mouse-stalker.is-drag .js-mouse-stalker__follower:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    color: #000;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    content: "Drag"
}

.invisible {
    visibility: inherit !important
}

.js-scroll-fade {
    opacity: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    will-change: auto
}

.js-scroll-fade.visible {
    opacity: 1
}

.js-scroll-to-top {
    transition: all .8s cubic-bezier(.645, .045, .355, 1);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    will-change: auto
}

.js-scroll-to-top.invisible {
    transform: translateY(10px) scale(.99);
    opacity: 0
}

.js-scroll-to-top.visible {
    transform: translateY(0) scale(1);
    opacity: 1
}

.js-scroll-to-right {
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    will-change: auto
}

.js-scroll-to-right.invisible {
    transform: translateX(-20px);
    opacity: 0
}

@media (max-width:991px) {
    .js-scroll-to-right.invisible {
        transform: translateX(-15px)
    }
}

.js-scroll-to-right.visible {
    transform: translateX(0);
    opacity: 1
}

.js-scroll-to-left {
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    will-change: auto
}

.js-scroll-to-left.invisible {
    transform: translateX(20px);
    opacity: 0
}

@media (max-width:991px) {
    .js-scroll-to-left.invisible {
        transform: translateX(15px)
    }
}

.js-scroll-to-left.visible {
    transform: translateX(0);
    opacity: 1
}

.js-scroll-cover {
    display: block;
    overflow-x: hidden
}

.js-scroll-cover:before {
    z-index: 1;
    background-color: #f3f4f5;
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition-delay: .2s;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.js-scroll-cover:after,
.js-scroll-cover:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    will-change: auto
}

.js-scroll-cover:after {
    z-index: 2;
    background-color: #fff;
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

.js-scroll-cover.visible:after,
.js-scroll-cover.visible:before {
    right: -100%
}

.js-scroll-scale {
    transform: scale(.95);
    opacity: 0;
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    will-change: auto
}

.js-scroll-scale.visible {
    transform: scale(1);
    opacity: 1
}

[data-trigger=translateY] {
    display: flex;
    overflow: hidden
}

[data-trigger=translateY] .str__animation {
    opacity: 0
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-5 {
    margin: 5px !important
}

.mt-5,
.my-5 {
    margin-top: 5px !important
}

.mr-5,
.mx-5 {
    margin-right: 5px !important
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important
}

.ml-5,
.mx-5 {
    margin-left: 5px !important
}

.m-10 {
    margin: 10px !important
}

.mt-10,
.my-10 {
    margin-top: 10px !important
}

.mr-10,
.mx-10 {
    margin-right: 10px !important
}

.mb-10,
.my-10 {
    margin-bottom: 10px !important
}

.ml-10,
.mx-10 {
    margin-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20,
.my-20 {
    margin-top: 20px !important
}

.mr-20,
.mx-20 {
    margin-right: 20px !important
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important
}

.ml-20,
.mx-20 {
    margin-left: 20px !important
}

.m-25 {
    margin: 25px !important
}

.mt-25,
.my-25 {
    margin-top: 25px !important
}

.mr-25,
.mx-25 {
    margin-right: 25px !important
}

.mb-25,
.my-25 {
    margin-bottom: 25px !important
}

.ml-25,
.mx-25 {
    margin-left: 25px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30,
.my-30 {
    margin-top: 30px !important
}

.mr-30,
.mx-30 {
    margin-right: 30px !important
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important
}

.ml-30,
.mx-30 {
    margin-left: 30px !important
}

.m-35 {
    margin: 35px !important
}

.mt-35,
.my-35 {
    margin-top: 35px !important
}

.mr-35,
.mx-35 {
    margin-right: 35px !important
}

.mb-35,
.my-35 {
    margin-bottom: 35px !important
}

.ml-35,
.mx-35 {
    margin-left: 35px !important
}

.m-40 {
    margin: 40px !important
}

.mt-40,
.my-40 {
    margin-top: 40px !important
}

.mr-40,
.mx-40 {
    margin-right: 40px !important
}

.mb-40,
.my-40 {
    margin-bottom: 40px !important
}

.ml-40,
.mx-40 {
    margin-left: 40px !important
}

.m-45 {
    margin: 45px !important
}

.mt-45,
.my-45 {
    margin-top: 45px !important
}

.mr-45,
.mx-45 {
    margin-right: 45px !important
}

.mb-45,
.my-45 {
    margin-bottom: 45px !important
}

.ml-45,
.mx-45 {
    margin-left: 45px !important
}

.m-50 {
    margin: 50px !important
}

.mt-50,
.my-50 {
    margin-top: 50px !important
}

.mr-50,
.mx-50 {
    margin-right: 50px !important
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important
}

.ml-50,
.mx-50 {
    margin-left: 50px !important
}

.m-55 {
    margin: 55px !important
}

.mt-55,
.my-55 {
    margin-top: 55px !important
}

.mr-55,
.mx-55 {
    margin-right: 55px !important
}

.mb-55,
.my-55 {
    margin-bottom: 55px !important
}

.ml-55,
.mx-55 {
    margin-left: 55px !important
}

.m-60 {
    margin: 60px !important
}

.mt-60,
.my-60 {
    margin-top: 60px !important
}

.mr-60,
.mx-60 {
    margin-right: 60px !important
}

.mb-60,
.my-60 {
    margin-bottom: 60px !important
}

.ml-60,
.mx-60 {
    margin-left: 60px !important
}

.m-65 {
    margin: 65px !important
}

.mt-65,
.my-65 {
    margin-top: 65px !important
}

.mr-65,
.mx-65 {
    margin-right: 65px !important
}

.mb-65,
.my-65 {
    margin-bottom: 65px !important
}

.ml-65,
.mx-65 {
    margin-left: 65px !important
}

.m-70 {
    margin: 70px !important
}

.mt-70,
.my-70 {
    margin-top: 70px !important
}

.mr-70,
.mx-70 {
    margin-right: 70px !important
}

.mb-70,
.my-70 {
    margin-bottom: 70px !important
}

.ml-70,
.mx-70 {
    margin-left: 70px !important
}

.m-75 {
    margin: 75px !important
}

.mt-75,
.my-75 {
    margin-top: 75px !important
}

.mr-75,
.mx-75 {
    margin-right: 75px !important
}

.mb-75,
.my-75 {
    margin-bottom: 75px !important
}

.ml-75,
.mx-75 {
    margin-left: 75px !important
}

.m-80 {
    margin: 80px !important
}

.mt-80,
.my-80 {
    margin-top: 80px !important
}

.mr-80,
.mx-80 {
    margin-right: 80px !important
}

.mb-80,
.my-80 {
    margin-bottom: 80px !important
}

.ml-80,
.mx-80 {
    margin-left: 80px !important
}

.m-85 {
    margin: 85px !important
}

.mt-85,
.my-85 {
    margin-top: 85px !important
}

.mr-85,
.mx-85 {
    margin-right: 85px !important
}

.mb-85,
.my-85 {
    margin-bottom: 85px !important
}

.ml-85,
.mx-85 {
    margin-left: 85px !important
}

.m-90 {
    margin: 90px !important
}

.mt-90,
.my-90 {
    margin-top: 90px !important
}

.mr-90,
.mx-90 {
    margin-right: 90px !important
}

.mb-90,
.my-90 {
    margin-bottom: 90px !important
}

.ml-90,
.mx-90 {
    margin-left: 90px !important
}

.m-95 {
    margin: 95px !important
}

.mt-95,
.my-95 {
    margin-top: 95px !important
}

.mr-95,
.mx-95 {
    margin-right: 95px !important
}

.mb-95,
.my-95 {
    margin-bottom: 95px !important
}

.ml-95,
.mx-95 {
    margin-left: 95px !important
}

.m-100 {
    margin: 100px !important
}

.mt-100,
.my-100 {
    margin-top: 100px !important
}

.mr-100,
.mx-100 {
    margin-right: 100px !important
}

.mb-100,
.my-100 {
    margin-bottom: 100px !important
}

.ml-100,
.mx-100 {
    margin-left: 100px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-5 {
    padding: 5px !important
}

.pt-5,
.py-5 {
    padding-top: 5px !important
}

.pr-5,
.px-5 {
    padding-right: 5px !important
}

.pb-5,
.py-5 {
    padding-bottom: 5px !important
}

.pl-5,
.px-5 {
    padding-left: 5px !important
}

.p-10 {
    padding: 10px !important
}

.pt-10,
.py-10 {
    padding-top: 10px !important
}

.pr-10,
.px-10 {
    padding-right: 10px !important
}

.pb-10,
.py-10 {
    padding-bottom: 10px !important
}

.pl-10,
.px-10 {
    padding-left: 10px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

.pr-15,
.px-15 {
    padding-right: 15px !important
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.p-20 {
    padding: 20px !important
}

.pt-20,
.py-20 {
    padding-top: 20px !important
}

.pr-20,
.px-20 {
    padding-right: 20px !important
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important
}

.pl-20,
.px-20 {
    padding-left: 20px !important
}

.p-25 {
    padding: 25px !important
}

.pt-25,
.py-25 {
    padding-top: 25px !important
}

.pr-25,
.px-25 {
    padding-right: 25px !important
}

.pb-25,
.py-25 {
    padding-bottom: 25px !important
}

.pl-25,
.px-25 {
    padding-left: 25px !important
}

.p-30 {
    padding: 30px !important
}

.pt-30,
.py-30 {
    padding-top: 30px !important
}

.pr-30,
.px-30 {
    padding-right: 30px !important
}

.pb-30,
.py-30 {
    padding-bottom: 30px !important
}

.pl-30,
.px-30 {
    padding-left: 30px !important
}

.p-35 {
    padding: 35px !important
}

.pt-35,
.py-35 {
    padding-top: 35px !important
}

.pr-35,
.px-35 {
    padding-right: 35px !important
}

.pb-35,
.py-35 {
    padding-bottom: 35px !important
}

.pl-35,
.px-35 {
    padding-left: 35px !important
}

.p-40 {
    padding: 40px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

.pr-40,
.px-40 {
    padding-right: 40px !important
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

.pl-40,
.px-40 {
    padding-left: 40px !important
}

.p-45 {
    padding: 45px !important
}

.pt-45,
.py-45 {
    padding-top: 45px !important
}

.pr-45,
.px-45 {
    padding-right: 45px !important
}

.pb-45,
.py-45 {
    padding-bottom: 45px !important
}

.pl-45,
.px-45 {
    padding-left: 45px !important
}

.p-50 {
    padding: 50px !important
}

.pt-50,
.py-50 {
    padding-top: 50px !important
}

.pr-50,
.px-50 {
    padding-right: 50px !important
}

.pb-50,
.py-50 {
    padding-bottom: 50px !important
}

.pl-50,
.px-50 {
    padding-left: 50px !important
}

.p-55 {
    padding: 55px !important
}

.pt-55,
.py-55 {
    padding-top: 55px !important
}

.pr-55,
.px-55 {
    padding-right: 55px !important
}

.pb-55,
.py-55 {
    padding-bottom: 55px !important
}

.pl-55,
.px-55 {
    padding-left: 55px !important
}

.p-60 {
    padding: 60px !important
}

.pt-60,
.py-60 {
    padding-top: 60px !important
}

.pr-60,
.px-60 {
    padding-right: 60px !important
}

.pb-60,
.py-60 {
    padding-bottom: 60px !important
}

.pl-60,
.px-60 {
    padding-left: 60px !important
}

.p-65 {
    padding: 65px !important
}

.pt-65,
.py-65 {
    padding-top: 65px !important
}

.pr-65,
.px-65 {
    padding-right: 65px !important
}

.pb-65,
.py-65 {
    padding-bottom: 65px !important
}

.pl-65,
.px-65 {
    padding-left: 65px !important
}

.p-70 {
    padding: 70px !important
}

.pt-70,
.py-70 {
    padding-top: 70px !important
}

.pr-70,
.px-70 {
    padding-right: 70px !important
}

.pb-70,
.py-70 {
    padding-bottom: 70px !important
}

.pl-70,
.px-70 {
    padding-left: 70px !important
}

.p-75 {
    padding: 75px !important
}

.pt-75,
.py-75 {
    padding-top: 75px !important
}

.pr-75,
.px-75 {
    padding-right: 75px !important
}

.pb-75,
.py-75 {
    padding-bottom: 75px !important
}

.pl-75,
.px-75 {
    padding-left: 75px !important
}

.p-80 {
    padding: 80px !important
}

.pt-80,
.py-80 {
    padding-top: 80px !important
}

.pr-80,
.px-80 {
    padding-right: 80px !important
}

.pb-80,
.py-80 {
    padding-bottom: 80px !important
}

.pl-80,
.px-80 {
    padding-left: 80px !important
}

.p-85 {
    padding: 85px !important
}

.pt-85,
.py-85 {
    padding-top: 85px !important
}

.pr-85,
.px-85 {
    padding-right: 85px !important
}

.pb-85,
.py-85 {
    padding-bottom: 85px !important
}

.pl-85,
.px-85 {
    padding-left: 85px !important
}

.p-90 {
    padding: 90px !important
}

.pt-90,
.py-90 {
    padding-top: 90px !important
}

.pr-90,
.px-90 {
    padding-right: 90px !important
}

.pb-90,
.py-90 {
    padding-bottom: 90px !important
}

.pl-90,
.px-90 {
    padding-left: 90px !important
}

.p-95 {
    padding: 95px !important
}

.pt-95,
.py-95 {
    padding-top: 95px !important
}

.pr-95,
.px-95 {
    padding-right: 95px !important
}

.pb-95,
.py-95 {
    padding-bottom: 95px !important
}

.pl-95,
.px-95 {
    padding-left: 95px !important
}

.p-100 {
    padding: 100px !important
}

.pt-100,
.py-100 {
    padding-top: 100px !important
}

.pr-100,
.px-100 {
    padding-right: 100px !important
}

.pb-100,
.py-100 {
    padding-bottom: 100px !important
}

.pl-100,
.px-100 {
    padding-left: 100px !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
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-5 {
        margin: 5px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5px !important
    }

    .m-sm-10 {
        margin: 10px !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10px !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10px !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10px !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important
    }

    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important
    }

    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important
    }

    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .mt-sm-25,
    .my-sm-25 {
        margin-top: 25px !important
    }

    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 25px !important
    }

    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 25px !important
    }

    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 25px !important
    }

    .m-sm-30 {
        margin: 30px !important
    }

    .mt-sm-30,
    .my-sm-30 {
        margin-top: 30px !important
    }

    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 30px !important
    }

    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important
    }

    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 30px !important
    }

    .m-sm-35 {
        margin: 35px !important
    }

    .mt-sm-35,
    .my-sm-35 {
        margin-top: 35px !important
    }

    .mr-sm-35,
    .mx-sm-35 {
        margin-right: 35px !important
    }

    .mb-sm-35,
    .my-sm-35 {
        margin-bottom: 35px !important
    }

    .ml-sm-35,
    .mx-sm-35 {
        margin-left: 35px !important
    }

    .m-sm-40 {
        margin: 40px !important
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 40px !important
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 40px !important
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 40px !important
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 40px !important
    }

    .m-sm-45 {
        margin: 45px !important
    }

    .mt-sm-45,
    .my-sm-45 {
        margin-top: 45px !important
    }

    .mr-sm-45,
    .mx-sm-45 {
        margin-right: 45px !important
    }

    .mb-sm-45,
    .my-sm-45 {
        margin-bottom: 45px !important
    }

    .ml-sm-45,
    .mx-sm-45 {
        margin-left: 45px !important
    }

    .m-sm-50 {
        margin: 50px !important
    }

    .mt-sm-50,
    .my-sm-50 {
        margin-top: 50px !important
    }

    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 50px !important
    }

    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 50px !important
    }

    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 50px !important
    }

    .m-sm-55 {
        margin: 55px !important
    }

    .mt-sm-55,
    .my-sm-55 {
        margin-top: 55px !important
    }

    .mr-sm-55,
    .mx-sm-55 {
        margin-right: 55px !important
    }

    .mb-sm-55,
    .my-sm-55 {
        margin-bottom: 55px !important
    }

    .ml-sm-55,
    .mx-sm-55 {
        margin-left: 55px !important
    }

    .m-sm-60 {
        margin: 60px !important
    }

    .mt-sm-60,
    .my-sm-60 {
        margin-top: 60px !important
    }

    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 60px !important
    }

    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 60px !important
    }

    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 60px !important
    }

    .m-sm-65 {
        margin: 65px !important
    }

    .mt-sm-65,
    .my-sm-65 {
        margin-top: 65px !important
    }

    .mr-sm-65,
    .mx-sm-65 {
        margin-right: 65px !important
    }

    .mb-sm-65,
    .my-sm-65 {
        margin-bottom: 65px !important
    }

    .ml-sm-65,
    .mx-sm-65 {
        margin-left: 65px !important
    }

    .m-sm-70 {
        margin: 70px !important
    }

    .mt-sm-70,
    .my-sm-70 {
        margin-top: 70px !important
    }

    .mr-sm-70,
    .mx-sm-70 {
        margin-right: 70px !important
    }

    .mb-sm-70,
    .my-sm-70 {
        margin-bottom: 70px !important
    }

    .ml-sm-70,
    .mx-sm-70 {
        margin-left: 70px !important
    }

    .m-sm-75 {
        margin: 75px !important
    }

    .mt-sm-75,
    .my-sm-75 {
        margin-top: 75px !important
    }

    .mr-sm-75,
    .mx-sm-75 {
        margin-right: 75px !important
    }

    .mb-sm-75,
    .my-sm-75 {
        margin-bottom: 75px !important
    }

    .ml-sm-75,
    .mx-sm-75 {
        margin-left: 75px !important
    }

    .m-sm-80 {
        margin: 80px !important
    }

    .mt-sm-80,
    .my-sm-80 {
        margin-top: 80px !important
    }

    .mr-sm-80,
    .mx-sm-80 {
        margin-right: 80px !important
    }

    .mb-sm-80,
    .my-sm-80 {
        margin-bottom: 80px !important
    }

    .ml-sm-80,
    .mx-sm-80 {
        margin-left: 80px !important
    }

    .m-sm-85 {
        margin: 85px !important
    }

    .mt-sm-85,
    .my-sm-85 {
        margin-top: 85px !important
    }

    .mr-sm-85,
    .mx-sm-85 {
        margin-right: 85px !important
    }

    .mb-sm-85,
    .my-sm-85 {
        margin-bottom: 85px !important
    }

    .ml-sm-85,
    .mx-sm-85 {
        margin-left: 85px !important
    }

    .m-sm-90 {
        margin: 90px !important
    }

    .mt-sm-90,
    .my-sm-90 {
        margin-top: 90px !important
    }

    .mr-sm-90,
    .mx-sm-90 {
        margin-right: 90px !important
    }

    .mb-sm-90,
    .my-sm-90 {
        margin-bottom: 90px !important
    }

    .ml-sm-90,
    .mx-sm-90 {
        margin-left: 90px !important
    }

    .m-sm-95 {
        margin: 95px !important
    }

    .mt-sm-95,
    .my-sm-95 {
        margin-top: 95px !important
    }

    .mr-sm-95,
    .mx-sm-95 {
        margin-right: 95px !important
    }

    .mb-sm-95,
    .my-sm-95 {
        margin-bottom: 95px !important
    }

    .ml-sm-95,
    .mx-sm-95 {
        margin-left: 95px !important
    }

    .m-sm-100 {
        margin: 100px !important
    }

    .mt-sm-100,
    .my-sm-100 {
        margin-top: 100px !important
    }

    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 100px !important
    }

    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 100px !important
    }

    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 100px !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5px !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5px !important
    }

    .p-sm-10 {
        padding: 10px !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10px !important
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10px !important
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10px !important
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }

    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important
    }

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }

    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important
    }

    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px !important
    }

    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important
    }

    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px !important
    }

    .p-sm-25 {
        padding: 25px !important
    }

    .pt-sm-25,
    .py-sm-25 {
        padding-top: 25px !important
    }

    .pr-sm-25,
    .px-sm-25 {
        padding-right: 25px !important
    }

    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 25px !important
    }

    .pl-sm-25,
    .px-sm-25 {
        padding-left: 25px !important
    }

    .p-sm-30 {
        padding: 30px !important
    }

    .pt-sm-30,
    .py-sm-30 {
        padding-top: 30px !important
    }

    .pr-sm-30,
    .px-sm-30 {
        padding-right: 30px !important
    }

    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 30px !important
    }

    .pl-sm-30,
    .px-sm-30 {
        padding-left: 30px !important
    }

    .p-sm-35 {
        padding: 35px !important
    }

    .pt-sm-35,
    .py-sm-35 {
        padding-top: 35px !important
    }

    .pr-sm-35,
    .px-sm-35 {
        padding-right: 35px !important
    }

    .pb-sm-35,
    .py-sm-35 {
        padding-bottom: 35px !important
    }

    .pl-sm-35,
    .px-sm-35 {
        padding-left: 35px !important
    }

    .p-sm-40 {
        padding: 40px !important
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 40px !important
    }

    .pr-sm-40,
    .px-sm-40 {
        padding-right: 40px !important
    }

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 40px !important
    }

    .pl-sm-40,
    .px-sm-40 {
        padding-left: 40px !important
    }

    .p-sm-45 {
        padding: 45px !important
    }

    .pt-sm-45,
    .py-sm-45 {
        padding-top: 45px !important
    }

    .pr-sm-45,
    .px-sm-45 {
        padding-right: 45px !important
    }

    .pb-sm-45,
    .py-sm-45 {
        padding-bottom: 45px !important
    }

    .pl-sm-45,
    .px-sm-45 {
        padding-left: 45px !important
    }

    .p-sm-50 {
        padding: 50px !important
    }

    .pt-sm-50,
    .py-sm-50 {
        padding-top: 50px !important
    }

    .pr-sm-50,
    .px-sm-50 {
        padding-right: 50px !important
    }

    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 50px !important
    }

    .pl-sm-50,
    .px-sm-50 {
        padding-left: 50px !important
    }

    .p-sm-55 {
        padding: 55px !important
    }

    .pt-sm-55,
    .py-sm-55 {
        padding-top: 55px !important
    }

    .pr-sm-55,
    .px-sm-55 {
        padding-right: 55px !important
    }

    .pb-sm-55,
    .py-sm-55 {
        padding-bottom: 55px !important
    }

    .pl-sm-55,
    .px-sm-55 {
        padding-left: 55px !important
    }

    .p-sm-60 {
        padding: 60px !important
    }

    .pt-sm-60,
    .py-sm-60 {
        padding-top: 60px !important
    }

    .pr-sm-60,
    .px-sm-60 {
        padding-right: 60px !important
    }

    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 60px !important
    }

    .pl-sm-60,
    .px-sm-60 {
        padding-left: 60px !important
    }

    .p-sm-65 {
        padding: 65px !important
    }

    .pt-sm-65,
    .py-sm-65 {
        padding-top: 65px !important
    }

    .pr-sm-65,
    .px-sm-65 {
        padding-right: 65px !important
    }

    .pb-sm-65,
    .py-sm-65 {
        padding-bottom: 65px !important
    }

    .pl-sm-65,
    .px-sm-65 {
        padding-left: 65px !important
    }

    .p-sm-70 {
        padding: 70px !important
    }

    .pt-sm-70,
    .py-sm-70 {
        padding-top: 70px !important
    }

    .pr-sm-70,
    .px-sm-70 {
        padding-right: 70px !important
    }

    .pb-sm-70,
    .py-sm-70 {
        padding-bottom: 70px !important
    }

    .pl-sm-70,
    .px-sm-70 {
        padding-left: 70px !important
    }

    .p-sm-75 {
        padding: 75px !important
    }

    .pt-sm-75,
    .py-sm-75 {
        padding-top: 75px !important
    }

    .pr-sm-75,
    .px-sm-75 {
        padding-right: 75px !important
    }

    .pb-sm-75,
    .py-sm-75 {
        padding-bottom: 75px !important
    }

    .pl-sm-75,
    .px-sm-75 {
        padding-left: 75px !important
    }

    .p-sm-80 {
        padding: 80px !important
    }

    .pt-sm-80,
    .py-sm-80 {
        padding-top: 80px !important
    }

    .pr-sm-80,
    .px-sm-80 {
        padding-right: 80px !important
    }

    .pb-sm-80,
    .py-sm-80 {
        padding-bottom: 80px !important
    }

    .pl-sm-80,
    .px-sm-80 {
        padding-left: 80px !important
    }

    .p-sm-85 {
        padding: 85px !important
    }

    .pt-sm-85,
    .py-sm-85 {
        padding-top: 85px !important
    }

    .pr-sm-85,
    .px-sm-85 {
        padding-right: 85px !important
    }

    .pb-sm-85,
    .py-sm-85 {
        padding-bottom: 85px !important
    }

    .pl-sm-85,
    .px-sm-85 {
        padding-left: 85px !important
    }

    .p-sm-90 {
        padding: 90px !important
    }

    .pt-sm-90,
    .py-sm-90 {
        padding-top: 90px !important
    }

    .pr-sm-90,
    .px-sm-90 {
        padding-right: 90px !important
    }

    .pb-sm-90,
    .py-sm-90 {
        padding-bottom: 90px !important
    }

    .pl-sm-90,
    .px-sm-90 {
        padding-left: 90px !important
    }

    .p-sm-95 {
        padding: 95px !important
    }

    .pt-sm-95,
    .py-sm-95 {
        padding-top: 95px !important
    }

    .pr-sm-95,
    .px-sm-95 {
        padding-right: 95px !important
    }

    .pb-sm-95,
    .py-sm-95 {
        padding-bottom: 95px !important
    }

    .pl-sm-95,
    .px-sm-95 {
        padding-left: 95px !important
    }

    .p-sm-100 {
        padding: 100px !important
    }

    .pt-sm-100,
    .py-sm-100 {
        padding-top: 100px !important
    }

    .pr-sm-100,
    .px-sm-100 {
        padding-right: 100px !important
    }

    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 100px !important
    }

    .pl-sm-100,
    .px-sm-100 {
        padding-left: 100px !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
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-5 {
        margin: 5px !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 5px !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 5px !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5px !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 5px !important
    }

    .m-md-10 {
        margin: 10px !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 10px !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 10px !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10px !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 10px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important
    }

    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important
    }

    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important
    }

    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .mt-md-25,
    .my-md-25 {
        margin-top: 25px !important
    }

    .mr-md-25,
    .mx-md-25 {
        margin-right: 25px !important
    }

    .mb-md-25,
    .my-md-25 {
        margin-bottom: 25px !important
    }

    .ml-md-25,
    .mx-md-25 {
        margin-left: 25px !important
    }

    .m-md-30 {
        margin: 30px !important
    }

    .mt-md-30,
    .my-md-30 {
        margin-top: 30px !important
    }

    .mr-md-30,
    .mx-md-30 {
        margin-right: 30px !important
    }

    .mb-md-30,
    .my-md-30 {
        margin-bottom: 30px !important
    }

    .ml-md-30,
    .mx-md-30 {
        margin-left: 30px !important
    }

    .m-md-35 {
        margin: 35px !important
    }

    .mt-md-35,
    .my-md-35 {
        margin-top: 35px !important
    }

    .mr-md-35,
    .mx-md-35 {
        margin-right: 35px !important
    }

    .mb-md-35,
    .my-md-35 {
        margin-bottom: 35px !important
    }

    .ml-md-35,
    .mx-md-35 {
        margin-left: 35px !important
    }

    .m-md-40 {
        margin: 40px !important
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 40px !important
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 40px !important
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 40px !important
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 40px !important
    }

    .m-md-45 {
        margin: 45px !important
    }

    .mt-md-45,
    .my-md-45 {
        margin-top: 45px !important
    }

    .mr-md-45,
    .mx-md-45 {
        margin-right: 45px !important
    }

    .mb-md-45,
    .my-md-45 {
        margin-bottom: 45px !important
    }

    .ml-md-45,
    .mx-md-45 {
        margin-left: 45px !important
    }

    .m-md-50 {
        margin: 50px !important
    }

    .mt-md-50,
    .my-md-50 {
        margin-top: 50px !important
    }

    .mr-md-50,
    .mx-md-50 {
        margin-right: 50px !important
    }

    .mb-md-50,
    .my-md-50 {
        margin-bottom: 50px !important
    }

    .ml-md-50,
    .mx-md-50 {
        margin-left: 50px !important
    }

    .m-md-55 {
        margin: 55px !important
    }

    .mt-md-55,
    .my-md-55 {
        margin-top: 55px !important
    }

    .mr-md-55,
    .mx-md-55 {
        margin-right: 55px !important
    }

    .mb-md-55,
    .my-md-55 {
        margin-bottom: 55px !important
    }

    .ml-md-55,
    .mx-md-55 {
        margin-left: 55px !important
    }

    .m-md-60 {
        margin: 60px !important
    }

    .mt-md-60,
    .my-md-60 {
        margin-top: 60px !important
    }

    .mr-md-60,
    .mx-md-60 {
        margin-right: 60px !important
    }

    .mb-md-60,
    .my-md-60 {
        margin-bottom: 60px !important
    }

    .ml-md-60,
    .mx-md-60 {
        margin-left: 60px !important
    }

    .m-md-65 {
        margin: 65px !important
    }

    .mt-md-65,
    .my-md-65 {
        margin-top: 65px !important
    }

    .mr-md-65,
    .mx-md-65 {
        margin-right: 65px !important
    }

    .mb-md-65,
    .my-md-65 {
        margin-bottom: 65px !important
    }

    .ml-md-65,
    .mx-md-65 {
        margin-left: 65px !important
    }

    .m-md-70 {
        margin: 70px !important
    }

    .mt-md-70,
    .my-md-70 {
        margin-top: 70px !important
    }

    .mr-md-70,
    .mx-md-70 {
        margin-right: 70px !important
    }

    .mb-md-70,
    .my-md-70 {
        margin-bottom: 70px !important
    }

    .ml-md-70,
    .mx-md-70 {
        margin-left: 70px !important
    }

    .m-md-75 {
        margin: 75px !important
    }

    .mt-md-75,
    .my-md-75 {
        margin-top: 75px !important
    }

    .mr-md-75,
    .mx-md-75 {
        margin-right: 75px !important
    }

    .mb-md-75,
    .my-md-75 {
        margin-bottom: 75px !important
    }

    .ml-md-75,
    .mx-md-75 {
        margin-left: 75px !important
    }

    .m-md-80 {
        margin: 80px !important
    }

    .mt-md-80,
    .my-md-80 {
        margin-top: 80px !important
    }

    .mr-md-80,
    .mx-md-80 {
        margin-right: 80px !important
    }

    .mb-md-80,
    .my-md-80 {
        margin-bottom: 80px !important
    }

    .ml-md-80,
    .mx-md-80 {
        margin-left: 80px !important
    }

    .m-md-85 {
        margin: 85px !important
    }

    .mt-md-85,
    .my-md-85 {
        margin-top: 85px !important
    }

    .mr-md-85,
    .mx-md-85 {
        margin-right: 85px !important
    }

    .mb-md-85,
    .my-md-85 {
        margin-bottom: 85px !important
    }

    .ml-md-85,
    .mx-md-85 {
        margin-left: 85px !important
    }

    .m-md-90 {
        margin: 90px !important
    }

    .mt-md-90,
    .my-md-90 {
        margin-top: 90px !important
    }

    .mr-md-90,
    .mx-md-90 {
        margin-right: 90px !important
    }

    .mb-md-90,
    .my-md-90 {
        margin-bottom: 90px !important
    }

    .ml-md-90,
    .mx-md-90 {
        margin-left: 90px !important
    }

    .m-md-95 {
        margin: 95px !important
    }

    .mt-md-95,
    .my-md-95 {
        margin-top: 95px !important
    }

    .mr-md-95,
    .mx-md-95 {
        margin-right: 95px !important
    }

    .mb-md-95,
    .my-md-95 {
        margin-bottom: 95px !important
    }

    .ml-md-95,
    .mx-md-95 {
        margin-left: 95px !important
    }

    .m-md-100 {
        margin: 100px !important
    }

    .mt-md-100,
    .my-md-100 {
        margin-top: 100px !important
    }

    .mr-md-100,
    .mx-md-100 {
        margin-right: 100px !important
    }

    .mb-md-100,
    .my-md-100 {
        margin-bottom: 100px !important
    }

    .ml-md-100,
    .mx-md-100 {
        margin-left: 100px !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-5 {
        padding: 5px !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 5px !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 5px !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5px !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 5px !important
    }

    .p-md-10 {
        padding: 10px !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 10px !important
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 10px !important
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10px !important
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 10px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important
    }

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important
    }

    .pr-md-20,
    .px-md-20 {
        padding-right: 20px !important
    }

    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important
    }

    .pl-md-20,
    .px-md-20 {
        padding-left: 20px !important
    }

    .p-md-25 {
        padding: 25px !important
    }

    .pt-md-25,
    .py-md-25 {
        padding-top: 25px !important
    }

    .pr-md-25,
    .px-md-25 {
        padding-right: 25px !important
    }

    .pb-md-25,
    .py-md-25 {
        padding-bottom: 25px !important
    }

    .pl-md-25,
    .px-md-25 {
        padding-left: 25px !important
    }

    .p-md-30 {
        padding: 30px !important
    }

    .pt-md-30,
    .py-md-30 {
        padding-top: 30px !important
    }

    .pr-md-30,
    .px-md-30 {
        padding-right: 30px !important
    }

    .pb-md-30,
    .py-md-30 {
        padding-bottom: 30px !important
    }

    .pl-md-30,
    .px-md-30 {
        padding-left: 30px !important
    }

    .p-md-35 {
        padding: 35px !important
    }

    .pt-md-35,
    .py-md-35 {
        padding-top: 35px !important
    }

    .pr-md-35,
    .px-md-35 {
        padding-right: 35px !important
    }

    .pb-md-35,
    .py-md-35 {
        padding-bottom: 35px !important
    }

    .pl-md-35,
    .px-md-35 {
        padding-left: 35px !important
    }

    .p-md-40 {
        padding: 40px !important
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 40px !important
    }

    .pr-md-40,
    .px-md-40 {
        padding-right: 40px !important
    }

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 40px !important
    }

    .pl-md-40,
    .px-md-40 {
        padding-left: 40px !important
    }

    .p-md-45 {
        padding: 45px !important
    }

    .pt-md-45,
    .py-md-45 {
        padding-top: 45px !important
    }

    .pr-md-45,
    .px-md-45 {
        padding-right: 45px !important
    }

    .pb-md-45,
    .py-md-45 {
        padding-bottom: 45px !important
    }

    .pl-md-45,
    .px-md-45 {
        padding-left: 45px !important
    }

    .p-md-50 {
        padding: 50px !important
    }

    .pt-md-50,
    .py-md-50 {
        padding-top: 50px !important
    }

    .pr-md-50,
    .px-md-50 {
        padding-right: 50px !important
    }

    .pb-md-50,
    .py-md-50 {
        padding-bottom: 50px !important
    }

    .pl-md-50,
    .px-md-50 {
        padding-left: 50px !important
    }

    .p-md-55 {
        padding: 55px !important
    }

    .pt-md-55,
    .py-md-55 {
        padding-top: 55px !important
    }

    .pr-md-55,
    .px-md-55 {
        padding-right: 55px !important
    }

    .pb-md-55,
    .py-md-55 {
        padding-bottom: 55px !important
    }

    .pl-md-55,
    .px-md-55 {
        padding-left: 55px !important
    }

    .p-md-60 {
        padding: 60px !important
    }

    .pt-md-60,
    .py-md-60 {
        padding-top: 60px !important
    }

    .pr-md-60,
    .px-md-60 {
        padding-right: 60px !important
    }

    .pb-md-60,
    .py-md-60 {
        padding-bottom: 60px !important
    }

    .pl-md-60,
    .px-md-60 {
        padding-left: 60px !important
    }

    .p-md-65 {
        padding: 65px !important
    }

    .pt-md-65,
    .py-md-65 {
        padding-top: 65px !important
    }

    .pr-md-65,
    .px-md-65 {
        padding-right: 65px !important
    }

    .pb-md-65,
    .py-md-65 {
        padding-bottom: 65px !important
    }

    .pl-md-65,
    .px-md-65 {
        padding-left: 65px !important
    }

    .p-md-70 {
        padding: 70px !important
    }

    .pt-md-70,
    .py-md-70 {
        padding-top: 70px !important
    }

    .pr-md-70,
    .px-md-70 {
        padding-right: 70px !important
    }

    .pb-md-70,
    .py-md-70 {
        padding-bottom: 70px !important
    }

    .pl-md-70,
    .px-md-70 {
        padding-left: 70px !important
    }

    .p-md-75 {
        padding: 75px !important
    }

    .pt-md-75,
    .py-md-75 {
        padding-top: 75px !important
    }

    .pr-md-75,
    .px-md-75 {
        padding-right: 75px !important
    }

    .pb-md-75,
    .py-md-75 {
        padding-bottom: 75px !important
    }

    .pl-md-75,
    .px-md-75 {
        padding-left: 75px !important
    }

    .p-md-80 {
        padding: 80px !important
    }

    .pt-md-80,
    .py-md-80 {
        padding-top: 80px !important
    }

    .pr-md-80,
    .px-md-80 {
        padding-right: 80px !important
    }

    .pb-md-80,
    .py-md-80 {
        padding-bottom: 80px !important
    }

    .pl-md-80,
    .px-md-80 {
        padding-left: 80px !important
    }

    .p-md-85 {
        padding: 85px !important
    }

    .pt-md-85,
    .py-md-85 {
        padding-top: 85px !important
    }

    .pr-md-85,
    .px-md-85 {
        padding-right: 85px !important
    }

    .pb-md-85,
    .py-md-85 {
        padding-bottom: 85px !important
    }

    .pl-md-85,
    .px-md-85 {
        padding-left: 85px !important
    }

    .p-md-90 {
        padding: 90px !important
    }

    .pt-md-90,
    .py-md-90 {
        padding-top: 90px !important
    }

    .pr-md-90,
    .px-md-90 {
        padding-right: 90px !important
    }

    .pb-md-90,
    .py-md-90 {
        padding-bottom: 90px !important
    }

    .pl-md-90,
    .px-md-90 {
        padding-left: 90px !important
    }

    .p-md-95 {
        padding: 95px !important
    }

    .pt-md-95,
    .py-md-95 {
        padding-top: 95px !important
    }

    .pr-md-95,
    .px-md-95 {
        padding-right: 95px !important
    }

    .pb-md-95,
    .py-md-95 {
        padding-bottom: 95px !important
    }

    .pl-md-95,
    .px-md-95 {
        padding-left: 95px !important
    }

    .p-md-100 {
        padding: 100px !important
    }

    .pt-md-100,
    .py-md-100 {
        padding-top: 100px !important
    }

    .pr-md-100,
    .px-md-100 {
        padding-right: 100px !important
    }

    .pb-md-100,
    .py-md-100 {
        padding-bottom: 100px !important
    }

    .pl-md-100,
    .px-md-100 {
        padding-left: 100px !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:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-5 {
        margin: 5px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5px !important
    }

    .m-lg-10 {
        margin: 10px !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10px !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10px !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10px !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important
    }

    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important
    }

    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important
    }

    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .mt-lg-25,
    .my-lg-25 {
        margin-top: 25px !important
    }

    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 25px !important
    }

    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 25px !important
    }

    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 25px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

    .mt-lg-30,
    .my-lg-30 {
        margin-top: 30px !important
    }

    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 30px !important
    }

    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 30px !important
    }

    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 30px !important
    }

    .m-lg-35 {
        margin: 35px !important
    }

    .mt-lg-35,
    .my-lg-35 {
        margin-top: 35px !important
    }

    .mr-lg-35,
    .mx-lg-35 {
        margin-right: 35px !important
    }

    .mb-lg-35,
    .my-lg-35 {
        margin-bottom: 35px !important
    }

    .ml-lg-35,
    .mx-lg-35 {
        margin-left: 35px !important
    }

    .m-lg-40 {
        margin: 40px !important
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 40px !important
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 40px !important
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 40px !important
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 40px !important
    }

    .m-lg-45 {
        margin: 45px !important
    }

    .mt-lg-45,
    .my-lg-45 {
        margin-top: 45px !important
    }

    .mr-lg-45,
    .mx-lg-45 {
        margin-right: 45px !important
    }

    .mb-lg-45,
    .my-lg-45 {
        margin-bottom: 45px !important
    }

    .ml-lg-45,
    .mx-lg-45 {
        margin-left: 45px !important
    }

    .m-lg-50 {
        margin: 50px !important
    }

    .mt-lg-50,
    .my-lg-50 {
        margin-top: 50px !important
    }

    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 50px !important
    }

    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 50px !important
    }

    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 50px !important
    }

    .m-lg-55 {
        margin: 55px !important
    }

    .mt-lg-55,
    .my-lg-55 {
        margin-top: 55px !important
    }

    .mr-lg-55,
    .mx-lg-55 {
        margin-right: 55px !important
    }

    .mb-lg-55,
    .my-lg-55 {
        margin-bottom: 55px !important
    }

    .ml-lg-55,
    .mx-lg-55 {
        margin-left: 55px !important
    }

    .m-lg-60 {
        margin: 60px !important
    }

    .mt-lg-60,
    .my-lg-60 {
        margin-top: 60px !important
    }

    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 60px !important
    }

    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 60px !important
    }

    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 60px !important
    }

    .m-lg-65 {
        margin: 65px !important
    }

    .mt-lg-65,
    .my-lg-65 {
        margin-top: 65px !important
    }

    .mr-lg-65,
    .mx-lg-65 {
        margin-right: 65px !important
    }

    .mb-lg-65,
    .my-lg-65 {
        margin-bottom: 65px !important
    }

    .ml-lg-65,
    .mx-lg-65 {
        margin-left: 65px !important
    }

    .m-lg-70 {
        margin: 70px !important
    }

    .mt-lg-70,
    .my-lg-70 {
        margin-top: 70px !important
    }

    .mr-lg-70,
    .mx-lg-70 {
        margin-right: 70px !important
    }

    .mb-lg-70,
    .my-lg-70 {
        margin-bottom: 70px !important
    }

    .ml-lg-70,
    .mx-lg-70 {
        margin-left: 70px !important
    }

    .m-lg-75 {
        margin: 75px !important
    }

    .mt-lg-75,
    .my-lg-75 {
        margin-top: 75px !important
    }

    .mr-lg-75,
    .mx-lg-75 {
        margin-right: 75px !important
    }

    .mb-lg-75,
    .my-lg-75 {
        margin-bottom: 75px !important
    }

    .ml-lg-75,
    .mx-lg-75 {
        margin-left: 75px !important
    }

    .m-lg-80 {
        margin: 80px !important
    }

    .mt-lg-80,
    .my-lg-80 {
        margin-top: 80px !important
    }

    .mr-lg-80,
    .mx-lg-80 {
        margin-right: 80px !important
    }

    .mb-lg-80,
    .my-lg-80 {
        margin-bottom: 80px !important
    }

    .ml-lg-80,
    .mx-lg-80 {
        margin-left: 80px !important
    }

    .m-lg-85 {
        margin: 85px !important
    }

    .mt-lg-85,
    .my-lg-85 {
        margin-top: 85px !important
    }

    .mr-lg-85,
    .mx-lg-85 {
        margin-right: 85px !important
    }

    .mb-lg-85,
    .my-lg-85 {
        margin-bottom: 85px !important
    }

    .ml-lg-85,
    .mx-lg-85 {
        margin-left: 85px !important
    }

    .m-lg-90 {
        margin: 90px !important
    }

    .mt-lg-90,
    .my-lg-90 {
        margin-top: 90px !important
    }

    .mr-lg-90,
    .mx-lg-90 {
        margin-right: 90px !important
    }

    .mb-lg-90,
    .my-lg-90 {
        margin-bottom: 90px !important
    }

    .ml-lg-90,
    .mx-lg-90 {
        margin-left: 90px !important
    }

    .m-lg-95 {
        margin: 95px !important
    }

    .mt-lg-95,
    .my-lg-95 {
        margin-top: 95px !important
    }

    .mr-lg-95,
    .mx-lg-95 {
        margin-right: 95px !important
    }

    .mb-lg-95,
    .my-lg-95 {
        margin-bottom: 95px !important
    }

    .ml-lg-95,
    .mx-lg-95 {
        margin-left: 95px !important
    }

    .m-lg-100 {
        margin: 100px !important
    }

    .mt-lg-100,
    .my-lg-100 {
        margin-top: 100px !important
    }

    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 100px !important
    }

    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 100px !important
    }

    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 100px !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-5 {
        padding: 5px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5px !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5px !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5px !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5px !important
    }

    .p-lg-10 {
        padding: 10px !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }

    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important
    }

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }

    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important
    }

    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important
    }

    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important
    }

    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important
    }

    .p-lg-25 {
        padding: 25px !important
    }

    .pt-lg-25,
    .py-lg-25 {
        padding-top: 25px !important
    }

    .pr-lg-25,
    .px-lg-25 {
        padding-right: 25px !important
    }

    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 25px !important
    }

    .pl-lg-25,
    .px-lg-25 {
        padding-left: 25px !important
    }

    .p-lg-30 {
        padding: 30px !important
    }

    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important
    }

    .pr-lg-30,
    .px-lg-30 {
        padding-right: 30px !important
    }

    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important
    }

    .pl-lg-30,
    .px-lg-30 {
        padding-left: 30px !important
    }

    .p-lg-35 {
        padding: 35px !important
    }

    .pt-lg-35,
    .py-lg-35 {
        padding-top: 35px !important
    }

    .pr-lg-35,
    .px-lg-35 {
        padding-right: 35px !important
    }

    .pb-lg-35,
    .py-lg-35 {
        padding-bottom: 35px !important
    }

    .pl-lg-35,
    .px-lg-35 {
        padding-left: 35px !important
    }

    .p-lg-40 {
        padding: 40px !important
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 40px !important
    }

    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px !important
    }

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 40px !important
    }

    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px !important
    }

    .p-lg-45 {
        padding: 45px !important
    }

    .pt-lg-45,
    .py-lg-45 {
        padding-top: 45px !important
    }

    .pr-lg-45,
    .px-lg-45 {
        padding-right: 45px !important
    }

    .pb-lg-45,
    .py-lg-45 {
        padding-bottom: 45px !important
    }

    .pl-lg-45,
    .px-lg-45 {
        padding-left: 45px !important
    }

    .p-lg-50 {
        padding: 50px !important
    }

    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important
    }

    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important
    }

    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important
    }

    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important
    }

    .p-lg-55 {
        padding: 55px !important
    }

    .pt-lg-55,
    .py-lg-55 {
        padding-top: 55px !important
    }

    .pr-lg-55,
    .px-lg-55 {
        padding-right: 55px !important
    }

    .pb-lg-55,
    .py-lg-55 {
        padding-bottom: 55px !important
    }

    .pl-lg-55,
    .px-lg-55 {
        padding-left: 55px !important
    }

    .p-lg-60 {
        padding: 60px !important
    }

    .pt-lg-60,
    .py-lg-60 {
        padding-top: 60px !important
    }

    .pr-lg-60,
    .px-lg-60 {
        padding-right: 60px !important
    }

    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 60px !important
    }

    .pl-lg-60,
    .px-lg-60 {
        padding-left: 60px !important
    }

    .p-lg-65 {
        padding: 65px !important
    }

    .pt-lg-65,
    .py-lg-65 {
        padding-top: 65px !important
    }

    .pr-lg-65,
    .px-lg-65 {
        padding-right: 65px !important
    }

    .pb-lg-65,
    .py-lg-65 {
        padding-bottom: 65px !important
    }

    .pl-lg-65,
    .px-lg-65 {
        padding-left: 65px !important
    }

    .p-lg-70 {
        padding: 70px !important
    }

    .pt-lg-70,
    .py-lg-70 {
        padding-top: 70px !important
    }

    .pr-lg-70,
    .px-lg-70 {
        padding-right: 70px !important
    }

    .pb-lg-70,
    .py-lg-70 {
        padding-bottom: 70px !important
    }

    .pl-lg-70,
    .px-lg-70 {
        padding-left: 70px !important
    }

    .p-lg-75 {
        padding: 75px !important
    }

    .pt-lg-75,
    .py-lg-75 {
        padding-top: 75px !important
    }

    .pr-lg-75,
    .px-lg-75 {
        padding-right: 75px !important
    }

    .pb-lg-75,
    .py-lg-75 {
        padding-bottom: 75px !important
    }

    .pl-lg-75,
    .px-lg-75 {
        padding-left: 75px !important
    }

    .p-lg-80 {
        padding: 80px !important
    }

    .pt-lg-80,
    .py-lg-80 {
        padding-top: 80px !important
    }

    .pr-lg-80,
    .px-lg-80 {
        padding-right: 80px !important
    }

    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 80px !important
    }

    .pl-lg-80,
    .px-lg-80 {
        padding-left: 80px !important
    }

    .p-lg-85 {
        padding: 85px !important
    }

    .pt-lg-85,
    .py-lg-85 {
        padding-top: 85px !important
    }

    .pr-lg-85,
    .px-lg-85 {
        padding-right: 85px !important
    }

    .pb-lg-85,
    .py-lg-85 {
        padding-bottom: 85px !important
    }

    .pl-lg-85,
    .px-lg-85 {
        padding-left: 85px !important
    }

    .p-lg-90 {
        padding: 90px !important
    }

    .pt-lg-90,
    .py-lg-90 {
        padding-top: 90px !important
    }

    .pr-lg-90,
    .px-lg-90 {
        padding-right: 90px !important
    }

    .pb-lg-90,
    .py-lg-90 {
        padding-bottom: 90px !important
    }

    .pl-lg-90,
    .px-lg-90 {
        padding-left: 90px !important
    }

    .p-lg-95 {
        padding: 95px !important
    }

    .pt-lg-95,
    .py-lg-95 {
        padding-top: 95px !important
    }

    .pr-lg-95,
    .px-lg-95 {
        padding-right: 95px !important
    }

    .pb-lg-95,
    .py-lg-95 {
        padding-bottom: 95px !important
    }

    .pl-lg-95,
    .px-lg-95 {
        padding-left: 95px !important
    }

    .p-lg-100 {
        padding: 100px !important
    }

    .pt-lg-100,
    .py-lg-100 {
        padding-top: 100px !important
    }

    .pr-lg-100,
    .px-lg-100 {
        padding-right: 100px !important
    }

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 100px !important
    }

    .pl-lg-100,
    .px-lg-100 {
        padding-left: 100px !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:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-5 {
        margin: 5px !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5px !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5px !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5px !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5px !important
    }

    .m-xl-10 {
        margin: 10px !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10px !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10px !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10px !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10px !important
    }

    .m-xl-15 {
        margin: 15px !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }

    .m-xl-20 {
        margin: 20px !important
    }

    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important
    }

    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important
    }

    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important
    }

    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !important
    }

    .m-xl-25 {
        margin: 25px !important
    }

    .mt-xl-25,
    .my-xl-25 {
        margin-top: 25px !important
    }

    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 25px !important
    }

    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 25px !important
    }

    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 25px !important
    }

    .m-xl-30 {
        margin: 30px !important
    }

    .mt-xl-30,
    .my-xl-30 {
        margin-top: 30px !important
    }

    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 30px !important
    }

    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 30px !important
    }

    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 30px !important
    }

    .m-xl-35 {
        margin: 35px !important
    }

    .mt-xl-35,
    .my-xl-35 {
        margin-top: 35px !important
    }

    .mr-xl-35,
    .mx-xl-35 {
        margin-right: 35px !important
    }

    .mb-xl-35,
    .my-xl-35 {
        margin-bottom: 35px !important
    }

    .ml-xl-35,
    .mx-xl-35 {
        margin-left: 35px !important
    }

    .m-xl-40 {
        margin: 40px !important
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 40px !important
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 40px !important
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 40px !important
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 40px !important
    }

    .m-xl-45 {
        margin: 45px !important
    }

    .mt-xl-45,
    .my-xl-45 {
        margin-top: 45px !important
    }

    .mr-xl-45,
    .mx-xl-45 {
        margin-right: 45px !important
    }

    .mb-xl-45,
    .my-xl-45 {
        margin-bottom: 45px !important
    }

    .ml-xl-45,
    .mx-xl-45 {
        margin-left: 45px !important
    }

    .m-xl-50 {
        margin: 50px !important
    }

    .mt-xl-50,
    .my-xl-50 {
        margin-top: 50px !important
    }

    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 50px !important
    }

    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 50px !important
    }

    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 50px !important
    }

    .m-xl-55 {
        margin: 55px !important
    }

    .mt-xl-55,
    .my-xl-55 {
        margin-top: 55px !important
    }

    .mr-xl-55,
    .mx-xl-55 {
        margin-right: 55px !important
    }

    .mb-xl-55,
    .my-xl-55 {
        margin-bottom: 55px !important
    }

    .ml-xl-55,
    .mx-xl-55 {
        margin-left: 55px !important
    }

    .m-xl-60 {
        margin: 60px !important
    }

    .mt-xl-60,
    .my-xl-60 {
        margin-top: 60px !important
    }

    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 60px !important
    }

    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 60px !important
    }

    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 60px !important
    }

    .m-xl-65 {
        margin: 65px !important
    }

    .mt-xl-65,
    .my-xl-65 {
        margin-top: 65px !important
    }

    .mr-xl-65,
    .mx-xl-65 {
        margin-right: 65px !important
    }

    .mb-xl-65,
    .my-xl-65 {
        margin-bottom: 65px !important
    }

    .ml-xl-65,
    .mx-xl-65 {
        margin-left: 65px !important
    }

    .m-xl-70 {
        margin: 70px !important
    }

    .mt-xl-70,
    .my-xl-70 {
        margin-top: 70px !important
    }

    .mr-xl-70,
    .mx-xl-70 {
        margin-right: 70px !important
    }

    .mb-xl-70,
    .my-xl-70 {
        margin-bottom: 70px !important
    }

    .ml-xl-70,
    .mx-xl-70 {
        margin-left: 70px !important
    }

    .m-xl-75 {
        margin: 75px !important
    }

    .mt-xl-75,
    .my-xl-75 {
        margin-top: 75px !important
    }

    .mr-xl-75,
    .mx-xl-75 {
        margin-right: 75px !important
    }

    .mb-xl-75,
    .my-xl-75 {
        margin-bottom: 75px !important
    }

    .ml-xl-75,
    .mx-xl-75 {
        margin-left: 75px !important
    }

    .m-xl-80 {
        margin: 80px !important
    }

    .mt-xl-80,
    .my-xl-80 {
        margin-top: 80px !important
    }

    .mr-xl-80,
    .mx-xl-80 {
        margin-right: 80px !important
    }

    .mb-xl-80,
    .my-xl-80 {
        margin-bottom: 80px !important
    }

    .ml-xl-80,
    .mx-xl-80 {
        margin-left: 80px !important
    }

    .m-xl-85 {
        margin: 85px !important
    }

    .mt-xl-85,
    .my-xl-85 {
        margin-top: 85px !important
    }

    .mr-xl-85,
    .mx-xl-85 {
        margin-right: 85px !important
    }

    .mb-xl-85,
    .my-xl-85 {
        margin-bottom: 85px !important
    }

    .ml-xl-85,
    .mx-xl-85 {
        margin-left: 85px !important
    }

    .m-xl-90 {
        margin: 90px !important
    }

    .mt-xl-90,
    .my-xl-90 {
        margin-top: 90px !important
    }

    .mr-xl-90,
    .mx-xl-90 {
        margin-right: 90px !important
    }

    .mb-xl-90,
    .my-xl-90 {
        margin-bottom: 90px !important
    }

    .ml-xl-90,
    .mx-xl-90 {
        margin-left: 90px !important
    }

    .m-xl-95 {
        margin: 95px !important
    }

    .mt-xl-95,
    .my-xl-95 {
        margin-top: 95px !important
    }

    .mr-xl-95,
    .mx-xl-95 {
        margin-right: 95px !important
    }

    .mb-xl-95,
    .my-xl-95 {
        margin-bottom: 95px !important
    }

    .ml-xl-95,
    .mx-xl-95 {
        margin-left: 95px !important
    }

    .m-xl-100 {
        margin: 100px !important
    }

    .mt-xl-100,
    .my-xl-100 {
        margin-top: 100px !important
    }

    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 100px !important
    }

    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 100px !important
    }

    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 100px !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-5 {
        padding: 5px !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5px !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5px !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5px !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5px !important
    }

    .p-xl-10 {
        padding: 10px !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10px !important
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10px !important
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10px !important
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10px !important
    }

    .p-xl-15 {
        padding: 15px !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }

    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important
    }

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }

    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important
    }

    .p-xl-20 {
        padding: 20px !important
    }

    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important
    }

    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px !important
    }

    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important
    }

    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px !important
    }

    .p-xl-25 {
        padding: 25px !important
    }

    .pt-xl-25,
    .py-xl-25 {
        padding-top: 25px !important
    }

    .pr-xl-25,
    .px-xl-25 {
        padding-right: 25px !important
    }

    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 25px !important
    }

    .pl-xl-25,
    .px-xl-25 {
        padding-left: 25px !important
    }

    .p-xl-30 {
        padding: 30px !important
    }

    .pt-xl-30,
    .py-xl-30 {
        padding-top: 30px !important
    }

    .pr-xl-30,
    .px-xl-30 {
        padding-right: 30px !important
    }

    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 30px !important
    }

    .pl-xl-30,
    .px-xl-30 {
        padding-left: 30px !important
    }

    .p-xl-35 {
        padding: 35px !important
    }

    .pt-xl-35,
    .py-xl-35 {
        padding-top: 35px !important
    }

    .pr-xl-35,
    .px-xl-35 {
        padding-right: 35px !important
    }

    .pb-xl-35,
    .py-xl-35 {
        padding-bottom: 35px !important
    }

    .pl-xl-35,
    .px-xl-35 {
        padding-left: 35px !important
    }

    .p-xl-40 {
        padding: 40px !important
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 40px !important
    }

    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px !important
    }

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 40px !important
    }

    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px !important
    }

    .p-xl-45 {
        padding: 45px !important
    }

    .pt-xl-45,
    .py-xl-45 {
        padding-top: 45px !important
    }

    .pr-xl-45,
    .px-xl-45 {
        padding-right: 45px !important
    }

    .pb-xl-45,
    .py-xl-45 {
        padding-bottom: 45px !important
    }

    .pl-xl-45,
    .px-xl-45 {
        padding-left: 45px !important
    }

    .p-xl-50 {
        padding: 50px !important
    }

    .pt-xl-50,
    .py-xl-50 {
        padding-top: 50px !important
    }

    .pr-xl-50,
    .px-xl-50 {
        padding-right: 50px !important
    }

    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 50px !important
    }

    .pl-xl-50,
    .px-xl-50 {
        padding-left: 50px !important
    }

    .p-xl-55 {
        padding: 55px !important
    }

    .pt-xl-55,
    .py-xl-55 {
        padding-top: 55px !important
    }

    .pr-xl-55,
    .px-xl-55 {
        padding-right: 55px !important
    }

    .pb-xl-55,
    .py-xl-55 {
        padding-bottom: 55px !important
    }

    .pl-xl-55,
    .px-xl-55 {
        padding-left: 55px !important
    }

    .p-xl-60 {
        padding: 60px !important
    }

    .pt-xl-60,
    .py-xl-60 {
        padding-top: 60px !important
    }

    .pr-xl-60,
    .px-xl-60 {
        padding-right: 60px !important
    }

    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 60px !important
    }

    .pl-xl-60,
    .px-xl-60 {
        padding-left: 60px !important
    }

    .p-xl-65 {
        padding: 65px !important
    }

    .pt-xl-65,
    .py-xl-65 {
        padding-top: 65px !important
    }

    .pr-xl-65,
    .px-xl-65 {
        padding-right: 65px !important
    }

    .pb-xl-65,
    .py-xl-65 {
        padding-bottom: 65px !important
    }

    .pl-xl-65,
    .px-xl-65 {
        padding-left: 65px !important
    }

    .p-xl-70 {
        padding: 70px !important
    }

    .pt-xl-70,
    .py-xl-70 {
        padding-top: 70px !important
    }

    .pr-xl-70,
    .px-xl-70 {
        padding-right: 70px !important
    }

    .pb-xl-70,
    .py-xl-70 {
        padding-bottom: 70px !important
    }

    .pl-xl-70,
    .px-xl-70 {
        padding-left: 70px !important
    }

    .p-xl-75 {
        padding: 75px !important
    }

    .pt-xl-75,
    .py-xl-75 {
        padding-top: 75px !important
    }

    .pr-xl-75,
    .px-xl-75 {
        padding-right: 75px !important
    }

    .pb-xl-75,
    .py-xl-75 {
        padding-bottom: 75px !important
    }

    .pl-xl-75,
    .px-xl-75 {
        padding-left: 75px !important
    }

    .p-xl-80 {
        padding: 80px !important
    }

    .pt-xl-80,
    .py-xl-80 {
        padding-top: 80px !important
    }

    .pr-xl-80,
    .px-xl-80 {
        padding-right: 80px !important
    }

    .pb-xl-80,
    .py-xl-80 {
        padding-bottom: 80px !important
    }

    .pl-xl-80,
    .px-xl-80 {
        padding-left: 80px !important
    }

    .p-xl-85 {
        padding: 85px !important
    }

    .pt-xl-85,
    .py-xl-85 {
        padding-top: 85px !important
    }

    .pr-xl-85,
    .px-xl-85 {
        padding-right: 85px !important
    }

    .pb-xl-85,
    .py-xl-85 {
        padding-bottom: 85px !important
    }

    .pl-xl-85,
    .px-xl-85 {
        padding-left: 85px !important
    }

    .p-xl-90 {
        padding: 90px !important
    }

    .pt-xl-90,
    .py-xl-90 {
        padding-top: 90px !important
    }

    .pr-xl-90,
    .px-xl-90 {
        padding-right: 90px !important
    }

    .pb-xl-90,
    .py-xl-90 {
        padding-bottom: 90px !important
    }

    .pl-xl-90,
    .px-xl-90 {
        padding-left: 90px !important
    }

    .p-xl-95 {
        padding: 95px !important
    }

    .pt-xl-95,
    .py-xl-95 {
        padding-top: 95px !important
    }

    .pr-xl-95,
    .px-xl-95 {
        padding-right: 95px !important
    }

    .pb-xl-95,
    .py-xl-95 {
        padding-bottom: 95px !important
    }

    .pl-xl-95,
    .px-xl-95 {
        padding-left: 95px !important
    }

    .p-xl-100 {
        padding: 100px !important
    }

    .pt-xl-100,
    .py-xl-100 {
        padding-top: 100px !important
    }

    .pr-xl-100,
    .px-xl-100 {
        padding-right: 100px !important
    }

    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 100px !important
    }

    .pl-xl-100,
    .px-xl-100 {
        padding-left: 100px !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
    }
}

.u-text-v-rl {
    -ms-writing-mode: tb-rl;
    display: inline;
    vertical-align: top;
    writing-mode: vertical-rl
}

@media (max-width:991px) {
    .u-text-v-rl {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: inherit;
        display: block;
        writing-mode: horizontal-tb
    }
}

.u-text-v-lr {
    -ms-writing-mode: tb-lr;
    display: inline;
    vertical-align: top;
    writing-mode: vertical-lr
}

@media (max-width:991px) {
    .u-text-v-lr {
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: inherit;
        display: block;
        writing-mode: horizontal-tb
    }
}

.l-hamburger {
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transform: translateZ(0);
    display: none;
    z-index: 10001;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
    transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.l-hamburger:focus {
    outline: none
}

@media (max-width:991px) {
    .l-hamburger {
        display: block;
        width: 52px;
        height: 52px
    }

    .l-hamburger:after {
        content: none
    }
}

.l-hamburger .l-hamburger__bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 3px;
    margin-top: -1.5px;
    margin-left: -13px;
    border-radius: 1px;
    background: #69be28;
    transition: all .6s cubic-bezier(1, 0, 0, 1);
    transition-delay: .5s;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    will-change: auto
}

.l-hamburger .l-hamburger__bar:before {
    transform: translateY(-8px)
}

.l-hamburger .l-hamburger__bar:after,
.l-hamburger .l-hamburger__bar:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 3px;
    border-radius: 1px;
    background: #69be28;
    content: "";
    transition: all .4s cubic-bezier(1, 0, 0, 1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.l-hamburger .l-hamburger__bar:after {
    transform: translateY(8px)
}

.l-drawer {
    speak: none;
    display: none
}

@media (max-width:991px) {
    .l-drawer {
        speak: normal;
        -ms-overflow-style: none;
        -webkit-transform: translateZ(0);
        -webkit-overflow-scrolling: touch;
        display: none;
        z-index: -10;
        position: fixed;
        top: 0;
        right: 0;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background-color: #000;
        transition: all .4s cubic-bezier(.19, 1, .22, 1);
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        will-change: auto
    }

    .l-drawer::-webkit-scrollbar {
        display: none
    }

    .l-drawer .l-drawer__wrapper {
        display: flex;
        z-index: 2;
        position: relative;
        align-items: center;
        width: 100%;
        height: 100%
    }

    .l-drawer .l-drawer__wrapper .l-drawer__container {
        width: 100%
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__container {
        height: 100%
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__row {
        width: 100%
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__col {
        padding-top: 104px
    }
}

@media (max-width:991px) and (max-width:575px) {
    .l-drawer .l-drawer__wrapper .l-drawer__col:first-of-type {
        padding-top: 80px;
        padding-bottom: 0
    }

    .l-drawer .l-drawer__wrapper .l-drawer__col:last-of-type {
        padding-top: 20px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav {
        margin: 0 40px;
        padding: 0;
        color: #fff;
        list-style-type: none
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav {
        margin: 0
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item:not(:first-of-type) {
        margin-top: 40px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item:not(:first-of-type) {
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item .l-drawer__nav--str {
        display: inline-block;
        font-size: .875rem;
        letter-spacing: 2px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item .l-drawer__nav--link {
        display: inline-block;
        overflow: hidden;
        color: #fff;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-decoration: none;
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1)
    }

    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item .l-drawer__nav--link:hover {
        color: #69be28
    }

    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item .l-drawer__nav--link.-en {
        font-family: Oswald, sans-serif;
        text-transform: uppercase
    }

    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--item .l-drawer__nav--link.is-ignored:hover {
        color: #fff
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child {
        margin-top: 20px;
        padding: 0;
        list-style-type: none
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child {
        margin-top: 15px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--child-item:not(:first-of-type) {
        margin-top: 20px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--child-item:not(:first-of-type) {
        margin-top: 15px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--link {
        font-weight: 400
    }

    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--link:hover .l-drawer__nav--str:before {
        background-color: #69be28
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--str {
        position: relative;
        padding-left: 30px
    }

    .l-drawer .l-drawer__wrapper .l-drawer__nav .l-drawer__nav--child .l-drawer__nav--str:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 1px;
        transform: translateY(-50%);
        background-color: #999;
        content: "";
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1)
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__lang {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 64px;
        padding-bottom: 80px
    }
}

@media (max-width:991px) {
    .l-drawer .l-drawer__wrapper .l-drawer__lang--item {
        position: relative;
        flex: 0 0 100px;
        max-width: 100px;
        text-align: center
    }

    .l-drawer .l-drawer__wrapper .l-drawer__lang--item:first-of-type:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #fff;
        content: ""
    }

    .l-drawer .l-drawer__wrapper .l-drawer__lang--item a,
    .l-drawer .l-drawer__wrapper .l-drawer__lang--item span {
        font-family: Oswald, sans-serif;
        font-weight: 700
    }

    .l-drawer .l-drawer__wrapper .l-drawer__lang--item span {
        color: #999
    }

    .l-drawer .l-drawer__wrapper .l-drawer__lang--item a {
        color: #fff;
        transition: all .4s cubic-bezier(.165, .84, .44, 1);
        transition-timing-function: cubic-bezier(.165, .84, .44, 1)
    }

    .l-drawer .l-drawer__wrapper .l-drawer__lang--item a:hover {
        color: #69be28
    }
}

@media (max-width:991px) {
    body.drawer-opened {
        height: 100%;
        overflow: hidden
    }
}

@media (max-width:991px) {
    body.drawer-opened .l-drawer {
        display: flex;
        z-index: 10000
    }
}

body.drawer-opening .l-hamburger {
    transform: scale(1)
}

body.drawer-opening .l-hamburger .l-hamburger__bar {
    width: 0;
    transition-delay: 0s
}

body.drawer-opening .l-hamburger .l-hamburger__bar:before {
    transform: rotate(45deg);
    background: #69be28
}

body.drawer-opening .l-hamburger .l-hamburger__bar:after {
    transform: rotate(-45deg);
    background: #69be28
}

@media (max-width:991px) {
    body.drawer-opening .l-drawer {
        -webkit-animation: drawer-open .8s cubic-bezier(.19, 1, .22, 1) 0s;
        -webkit-animation-fill-mode: both;
        animation: drawer-open .8s cubic-bezier(.19, 1, .22, 1) 0s;
        animation-fill-mode: both
    }
}

@media (max-width:991px) {
    body.drawer-closing .l-drawer {
        -webkit-animation: drawer-close .8s cubic-bezier(.165, .84, .44, 1) 0s;
        -webkit-animation-fill-mode: both;
        animation: drawer-close .8s cubic-bezier(.165, .84, .44, 1) 0s;
        animation-fill-mode: both
    }
}

@-webkit-keyframes drawer-open {
    0% {
        transform: scale(1.05);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes drawer-open {
    0% {
        transform: scale(1.05);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes drawer-close {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.05);
        opacity: 0
    }
}

@keyframes drawer-close {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.05);
        opacity: 0
    }
}

.l-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: top center;
    background-color: #69be28;
    opacity: 0
}

@media (max-width:991px) {
    .l-dropdown {
        display: none !important
    }
}

.l-dropdown.l-dropdown-active {
    -webkit-animation: dropdown .8s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-animation-fill-mode: both;
    display: block;
    z-index: 1;
    animation: dropdown .8s cubic-bezier(.19, 1, .22, 1) 0s;
    animation-fill-mode: both;
    pointer-events: all
}

.l-dropdown .l-dropdown__nav .l-dropdown__nav--list {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none
}

.l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item {
    flex-basis: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 180px;
    border-left: 1px solid #fff
}

.l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item:last-of-type {
    border-right: 1px solid #fff
}

.l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item .l-dropdown__nav--link {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item .l-dropdown__nav--link.-en {
    font-family: Oswald, sans-serif
}

@media (max-width:1199px) {
    .l-dropdown .l-dropdown__nav .l-dropdown__nav--list .l-dropdown__nav--item .l-dropdown__nav--link {
        padding: 10px 0;
        font-size: .7rem
    }
}

@-webkit-keyframes dropdown {
    to {
        opacity: 1
    }
}

@keyframes dropdown {
    to {
        opacity: 1
    }
}

#l-footer .l-footer__primary {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

@media (max-width:991px) {
    #l-footer .l-footer__primary {
        padding: 60px 0
    }
}

#l-footer .l-footer__top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    #l-footer .l-footer__top {
        justify-content: flex-start
    }
}

#l-footer .l-footer__logo--img {
    width: 100%;
    max-width: 352px
}

@media (max-width:991px) {
    #l-footer .l-footer__logo--img {
        max-width: 240px
    }
}

@media (max-width:360px) {
    #l-footer .l-footer__logo--img {
        max-width: 200px
    }
}

#l-footer .l-footer__logo--name {
    width: 160px;
    margin: 20px 0 0
}

#l-footer .l-footer__logo--name svg {
    width: 100%
}

#l-footer .l-footer__logo--name svg path {
    fill: #69be28
}

@media (max-width:991px) {
    #l-footer .l-footer__logo--name {
        width: 100px;
        margin: 10px 0 0
    }
}

@media (max-width:991px) {
    #l-footer .l-footer__top--footer {
        margin-top: 20px
    }
}

#l-footer .l-footer__top--footer a {
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#l-footer .l-footer__top--footer a:hover {
    color: #69be28
}

@media (max-width:991px) {
    #l-footer .l-footer__nav {
        display: none
    }
}

#l-footer .l-footer__nav--list,
#l-footer .l-footer__nav--row {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

#l-footer .l-footer__nav--list-col:not(:first-of-type) {
    margin-top: 20px
}

#l-footer .l-footer__nav--list-item {
    color: #fff;
    font-size: .875rem;
    font-weight: 700
}

#l-footer .l-footer__nav--list-item.-en {
    text-transform: uppercase
}

#l-footer a.l-footer__nav--list-item {
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#l-footer a.l-footer__nav--list-item:hover {
    color: #69be28
}

#l-footer .l-footer__nav--list-child {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

#l-footer .l-footer__nav--list-child li:not(:first-of-type) {
    margin-top: 20px
}

#l-footer .l-footer__nav--list-child a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: .875rem
}

#l-footer .l-footer__nav--list-child a,
#l-footer .l-footer__nav--list-child a:before {
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#l-footer .l-footer__nav--list-child a:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #999;
    content: ""
}

#l-footer .l-footer__nav--list-child a:hover {
    color: #69be28
}

#l-footer .l-footer__nav--list-child a:hover:before {
    background-color: #69be28
}

#l-footer .l-footer__secondary {
    padding: 100px 0
}

@media (max-width:991px) {
    #l-footer .l-footer__secondary {
        padding: 60px 0 70px
    }
}

#l-footer .l-footer__lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

#l-footer .l-footer__lang--item {
    position: relative;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: center
}

#l-footer .l-footer__lang--item:first-of-type:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    content: ""
}

#l-footer .l-footer__lang--item a,
#l-footer .l-footer__lang--item span {
    font-family: Oswald, sans-serif;
    font-weight: 700
}

#l-footer .l-footer__lang--item span {
    color: #999
}

#l-footer .l-footer__lang--item a {
    color: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#l-footer .l-footer__lang--item a:hover {
    color: #69be28
}

#l-footer .l-footer__copyright {
    margin-top: 20px;
    color: #69be28;
    font-family: Oswald, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

#l-gnav {
    flex-basis: 0;
    flex-grow: 1
}

@media (max-width:991px) {
    #l-gnav {
        speak: none;
        display: none
    }
}

#l-gnav .l-gnav__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

#l-gnav .l-gnav__nav .l-gnav__item {
    flex-basis: 12.5%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 12.5%;
    border-right: 1px solid #999
}

#l-gnav .l-gnav__nav .l-gnav__item:last-of-type {
    border-right: none
}

#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:1199px) {
    #l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link {
        padding: 10px 0;
        font-size: .725rem
    }
}

#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link.-en {
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link span {
    z-index: 2;
    position: relative
}

#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link:active,
#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link:focus,
#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link:hover {
    background-color: #69be28;
    text-decoration: none
}

#l-gnav .l-gnav__nav .l-gnav__item .l-gnav__link.l-dropdown-active {
    background-color: #69be28
}

#l-header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    isolation: auto;
    color: #fff
}

#l-header .l-header__top--line {
    width: 100%;
    height: 24px;
    background: url(https://www.global-kawasaki-motors.com/img/green_lines.jpg)
}

@media (max-width:991px) {
    #l-header .l-header__top--line {
        height: 21px
    }
}

#l-header .l-header__top--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 20px
}

#l-header .l-header__logo {
    flex: 0 0 352px;
    max-width: 352px;
    margin-bottom: 0
}

@media (max-width:991px) {
    #l-header .l-header__logo {
        flex: 0 0 240px;
        max-width: 240px
    }
}

@media (max-width:360px) {
    #l-header .l-header__logo {
        flex: 0 0 200px;
        max-width: 200px
    }
}

#l-header .l-header__logo img {
    display: block
}

#l-header .l-header__name {
    width: 160px;
    margin-left: 32px;
    transform: translateY(2px)
}

#l-header .l-header__name svg {
    width: 100%
}

#l-header .l-header__name svg path {
    fill: #69be28
}

@media (max-width:991px) {
    #l-header .l-header__name {
        display: none
    }
}

#l-header .l-header__links {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

@media (max-width:991px) {
    #l-header .l-header__links {
        display: none
    }
}

#l-header .l-header__links--item {
    padding: 0 20px
}

#l-header .l-header__links--item:first-of-type {
    border-right: 1px solid #fff
}

#l-header .l-header__links--item a {
    color: #fff;
    font-size: .875rem;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#l-header .l-header__links--item a:hover {
    color: #69be28
}

@media (max-width:991px) {
    #l-header .l-header__links--item a {
        font-size: .75rem
    }
}

#l-header .l-header__bottom {
    padding-top: 10px
}

#l-hero {
    position: relative;
    overflow: hidden
}

#l-hero .l-hero__wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 160px);
    margin-top: 160px
}

@media (max-width:1199px) {
    #l-hero .l-hero__wrapper {
        height: calc(100vh - 140px);
        margin-top: 140px
    }
}

@media (max-width:991px) {
    #l-hero .l-hero__wrapper {
        height: calc(100vh - 83px);
        margin-top: 83px
    }
}

#l-hero .l-hero__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#l-hero .l-hero__slider--slide {
    width: 100%;
    height: 100%
}

#l-hero .l-hero__slider--slide.-slide01 {
    background-image: url("../img/index/main01.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide01 {
        background-image: url("../img/index/sp/main01.jpg")
    }
}

#l-hero .l-hero__slider--slide.-slide02 {
    background-image: url("../img/index/main02.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide02 {
        background-image: url("../img/index/sp/main02.jpg")
    }
}

#l-hero .l-hero__slider--slide.-slide03 {
    background-image: url("../img/index/main03.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide03 {
        background-image: url("../img/index/sp/main03.jpg")
    }
}

#l-hero .l-hero__slider--slide.-slide04 {
    background-image: url("../img/index/main04.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide04 {
        background-image: url("../img/index/sp/main04.jpg")
    }
}

#l-hero .l-hero__slider--slide.-slide05 {
    background-image: url("../img/index/main05.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide05 {
        background-image: url("../img/index/sp/main05.jpg")
    }
}

#l-hero .l-hero__slider--slide.-slide06 {
    background-image: url("../img/index/main06.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #l-hero .l-hero__slider--slide.-slide06 {
        background-image: url("../img/index/sp/main06.jpg")
    }
}

#l-hero .l-hero__slider--pagination {
    bottom: 40px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

#l-hero .l-hero__slider--pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #fff;
    opacity: 1
}

#l-hero .l-hero__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #69be28
}

#l-hero .l-hero__slider--next:after,
#l-hero .l-hero__slider--prev:after {
    font-size: 40px
}

@media (max-width:991px) {

    #l-hero .l-hero__slider--next:after,
    #l-hero .l-hero__slider--prev:after {
        font-size: 32px
    }
}

#l-hero .swiper-button-next {
    right: 40px
}

@media (max-width:991px) {
    #l-hero .swiper-button-next {
        right: 20px
    }
}

#l-hero .swiper-button-prev {
    left: 40px
}

@media (max-width:991px) {
    #l-hero .swiper-button-prev {
        left: 20px
    }
}

#hero--wrapper,
#hero--wrapper #hero--content {
    position: relative;
    overflow: hidden
}

#hero--wrapper #hero--content {
    z-index: 1;
    width: calc(100% - 100px);
    height: 100vh;
    margin-left: auto;
    border-radius: 30px 0 0 30px
}

@media (max-width:991px) {
    #hero--wrapper #hero--content {
        width: calc(100% - 60px);
        height: 700px
    }
}

@media (max-width:767px) {
    #hero--wrapper #hero--content {
        width: calc(100% - 40px)
    }
}

@media (max-width:575px) {
    #hero--wrapper #hero--content {
        width: calc(100% - 20px);
        height: 500px
    }
}

#hero--wrapper #hero--content #hero--image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    background-image: url("../img/dummy.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:991px) {
    #hero--wrapper #hero--content #hero--image:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .2);
        content: ""
    }
}

#hero--catch {
    display: flex;
    align-items: flex-end;
    height: 100%
}

#hero--catch .hero--catch__wrapper {
    z-index: 4;
    position: relative;
    padding-bottom: 15%;
    padding-left: 10%
}

#hero--catch .hero--catch {
    z-index: 3;
    width: 100%;
    color: #fff;
    font-weight: 700;
    white-space: nowrap
}

#hero--catch .hero--catch .hero--catch__primary {
    font-size: 3.2rem;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 130%
}

@media (max-width:991px) {
    #hero--catch .hero--catch .hero--catch__primary {
        font-size: 3rem;
        line-height: 130%
    }
}

@media (max-width:767px) {
    #hero--catch .hero--catch .hero--catch__primary {
        font-size: 6.5vw;
        line-height: 130%
    }
}

@media (max-width:575px) {
    #hero--catch .hero--catch .hero--catch__primary {
        font-size: 7.5vw;
        line-height: 130%
    }
}

#hero--catch .hero--catch .hero--catch__primary .hero-catch__row {
    overflow: hidden
}

#hero--catch .hero--catch .hero--catch__secondary {
    position: relative;
    left: 3px;
    padding-top: 10px;
    overflow: hidden;
    font-size: 1rem;
    letter-spacing: 2px
}

@media (max-width:575px) {
    #hero--catch .hero--catch .hero--catch__secondary {
        left: 1.5px;
        font-size: 3.2vw
    }
}

#hero--catch .hero--catch .hero__str {
    display: inline-block;
    position: relative;
    min-width: 1rem;
    transform: translateY(100%);
    text-align: center;
    will-change: transform, opacity
}

@media (max-width:575px) {
    #hero--catch .hero--catch .hero__str {
        min-width: .5rem
    }
}

#hero--catch .hero--catch__button {
    padding: 15px 0 0;
    opacity: 0
}

#hero--catch .hero--catch__button .btn-outline {
    position: relative;
    min-width: 220px;
    padding: 15px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: .9rem;
    font-weight: 700
}

#hero--catch .hero--catch__button .btn-outline:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(.9);
    border-radius: 9px;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: all .3s cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#hero--catch .hero--catch__button .btn-outline:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-family: Font Awesome\ 5 Pro;
    font-size: .9rem;
    font-weight: 300;
    content: "\F061";
    pointer-events: none
}

#hero--catch .hero--catch__button .btn-outline span {
    z-index: 2;
    position: relative
}

#hero--catch .hero--catch__button .btn-outline:active,
#hero--catch .hero--catch__button .btn-outline:focus,
#hero--catch .hero--catch__button .btn-outline:hover {
    border-color: #fff;
    color: #000
}

#hero--catch .hero--catch__button .btn-outline:active:before,
#hero--catch .hero--catch__button .btn-outline:focus:before,
#hero--catch .hero--catch__button .btn-outline:hover:before {
    transform: scale(1);
    opacity: 1
}

#js-loading__mask .js-loading__first {
    z-index: 10002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: auto
}

#js-loading__mask .js-loading__first:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(2deg) scale(1.1);
    background-color: #fff;
    content: ""
}

#js-loading__mask .js-loading__second {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: auto
}

#js-loading__mask .js-loading__second:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-3deg) scale(1.1);
    background-color: #fafafa;
    content: ""
}

#js-loading__mask #js-loading__animation #logo-animation {
    z-index: 10003;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 90px;
    margin-top: -45px;
    margin-left: -40px;
    opacity: 0
}

#js-loading__mask #js-loading__animation #logo-animation svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#l-side {
    max-width: 400px;
    margin: 0 auto
}

@media (max-width:991px) {
    #l-side {
        max-width: 100%;
        padding: 0 20px
    }
}

@media (max-width:991px) {
    #l-side .js-sticky__side {
        position: static !important;
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        transform: inherit !important
    }
}

#l-side .l-side__nav--accordion {
    margin-bottom: 30px
}

@media (max-width:767px) {
    #l-side .l-side__nav--accordion {
        margin-top: 0
    }
}

#l-side .l-side__nav--accordion .c-accordion {
    border: none;
    border-bottom: 1px solid #eee;
    color: #000
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: none;
    color: #000;
    transition: none
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger:after {
    position: absolute;
    top: 23px;
    right: 15px;
    color: #000;
    font-family: Font Awesome\ 5 Pro;
    font-size: 1rem;
    font-weight: 300;
    content: "\F067";
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger .l-side__nav--str .l-side__nav--en {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    vertical-align: middle
}

@media (max-width:575px) {
    #l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger .l-side__nav--str .l-side__nav--en {
        display: block;
        font-size: 1.4rem;
        line-height: 110%
    }
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger .l-side__nav--str .l-side__nav--ja {
    font-size: .9rem;
    line-height: 110%
}

@media (max-width:575px) {
    #l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger .l-side__nav--str .l-side__nav--ja {
        display: block;
        font-size: .8rem
    }
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger:active,
#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger:focus,
#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger:hover {
    z-index: 2;
    outline: 0;
    background-color: transparent;
    box-shadow: none
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger.c-accordion__active {
    border-bottom: none;
    background-color: transparent
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__trigger.c-accordion__active:after {
    transform: rotate(45deg)
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__content .c-accordion__inner {
    border-bottom: 1px solid transparent
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__content .l-side__nav {
    margin-bottom: 15px;
    margin-left: 0;
    padding: 0;
    list-style: none
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__content .l-side__nav--item {
    margin-bottom: 0
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__content .l-side__nav--item .l-side__nav--str .l-side__nav--ja {
    display: block;
    font-size: .9rem;
    line-height: 110%
}

@media (max-width:575px) {
    #l-side .l-side__nav--accordion .c-accordion .c-accordion__content .l-side__nav--item .l-side__nav--str .l-side__nav--ja {
        font-size: .8rem
    }
}

#l-side .l-side__nav--accordion .c-accordion .c-accordion__content .l-side__nav--item .l-side__nav--link {
    display: inline-block;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    text-decoration: none
}

#l-side .l-side__title {
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 110%;
    text-transform: uppercase;
    vertical-align: middle
}

@media (max-width:575px) {
    #l-side .l-side__title {
        display: block;
        font-size: 1.4rem;
        line-height: 110%
    }
}

#l-side .l-side__category--list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#l-side .l-side__category--list ul>li {
    margin-bottom: 5px
}

#l-side .l-side__category--list ul>li a {
    color: #000;
    font-weight: 600
}

#l-side .l-side__category--list ul>li a:active,
#l-side .l-side__category--list ul>li a:focus,
#l-side .l-side__category--list ul>li a:hover {
    color: #6c757d;
    text-decoration: none
}

#l-side .l-side__category--list ul>li ul {
    padding: 3px 0 6px
}

#l-side .l-side__category--list ul>li ul li {
    font-size: .85rem;
    line-height: 160%
}

#l-side .l-side__category--list ul>li ul li a {
    position: relative;
    padding-left: 20px;
    font-weight: 400
}

#l-side .l-side__category--list ul>li ul li a:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #000;
    content: ""
}

#l-side .l-side__archive {
    padding: 30px 0
}

#l-side .l-side__archive .custom-select {
    height: 50px;
    border-color: #eee;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .06) !important
}

#l-side .l-side__archive .custom-select:focus {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .06) !important
}

#p-base .p-base__sec .p-base__sec--wrapper {
    padding: 100px 0
}

@media (max-width:991px) {
    #p-base .p-base__sec .p-base__sec--wrapper {
        padding: 80px 0
    }
}

#p-base .p-base__accordion {
    margin-bottom: 0;
    border-bottom: 1px solid #999
}

#p-base .p-base__accordion .p-base__accordion--trigger {
    position: relative;
    padding: 40px 0;
    cursor: pointer;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-base .p-base__accordion .p-base__accordion--trigger:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #69be28;
    font-family: Font Awesome\ 5 Pro;
    font-size: 1.8rem;
    line-height: 100%;
    content: "\F067";
    pointer-events: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-base .p-base__accordion .p-base__accordion--trigger.is-active:after {
    content: "\F068"
}

#p-base .p-base__accordion .p-base__accordion--trigger-heading {
    margin-bottom: 0;
    color: #69be28;
    font-size: 2.4rem
}

@media (max-width:991px) {
    #p-base .p-base__accordion .p-base__accordion--trigger-heading {
        font-size: 2rem
    }
}

#p-base .p-base__accordion .p-base__accordion--content {
    margin-bottom: 0;
    overflow: hidden
}

#p-base .p-base__accordion .p-base__accordion--content[lang=en] .p-base__item--heading,
#p-base .p-base__accordion .p-base__accordion--content[lang=en] .p-base__item--sub-heading {
    font-family: Oswald, sans-serif
}

#p-base .p-base__accordion .p-base__accordion--primary,
#p-base .p-base__accordion .p-base__accordion--secondary {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #999
}

#p-base .p-base__accordion .p-base__accordion--primary-heading {
    margin-bottom: 0;
    color: #fff;
    font-size: 2.4rem
}

@media (max-width:991px) {
    #p-base .p-base__accordion .p-base__accordion--primary-heading {
        font-size: 2rem
    }
}

#p-base .p-base__accordion .p-base__accordion--primary-heading+.p-base__accordion--row {
    margin-top: 40px
}

#p-base .p-base__accordion .p-base__accordion--row {
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

#p-base .p-base__accordion .p-base__accordion--col:nth-of-type(n+3) {
    margin-top: 40px
}

@media (max-width:991px) {
    #p-base .p-base__accordion .p-base__accordion--col:not(:first-of-type) {
        margin-top: 40px
    }
}

#p-base .p-base__accordion .p-base__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

#p-base .p-base__accordion .p-base__item--heading {
    margin-bottom: 0;
    font-size: 1.8rem
}

@media (max-width:991px) {
    #p-base .p-base__accordion .p-base__item--heading {
        font-size: 1.6rem
    }
}

#p-base .p-base__accordion .p-base__item--heading>a {
    position: relative;
    color: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-base .p-base__accordion .p-base__item--heading>a:after {
    margin-left: 10px;
    font-family: Font Awesome\ 5 Pro;
    line-height: 100%;
    content: "\F14C";
    pointer-events: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-base .p-base__accordion .p-base__item--heading>a:hover {
    color: #69be28
}

#p-base .p-base__accordion .p-base__item--address {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4rem
}

#p-base .p-base__accordion .p-base__item--contact {
    display: block;
    margin-top: 10px;
    font-family: Oswald, sans-serif;
    font-size: 1.4rem
}

#p-base .p-base__accordion .p-base__item--contac-fax {
    margin-left: 10px
}

#p-base .p-base__accordion .p-base__item--btn {
    margin-top: auto;
    padding-top: 10px
}

#p-base .p-base__accordion .p-base__item--sub {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #999;
    list-style-type: none
}

#p-base .p-base__accordion .p-base__item--sub-col:nth-of-type(n+4) {
    margin-top: 20px
}

@media (max-width:991px) {
    #p-base .p-base__accordion .p-base__item--sub-col:nth-of-type(n+3) {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    #p-base .p-base__accordion .p-base__item--sub-col:not(:first-of-type) {
        margin-top: 20px
    }
}

#p-base .p-base__accordion .p-base__item--sub-heading {
    margin-bottom: 0;
    font-size: 1.6rem
}

#p-base .p-base__accordion .p-base__item--sub-group .-sub {
    color: #999
}

#p-base .p-base__accordion .p-base__item--sub-group .-sub.p-base__item--contact {
    margin-top: 4px
}

#p-base .p-base__accordion .p-base__item--sub-group .-sub.p-base__item--address {
    line-height: 1.5
}

#p-company .p-company__greeting .p-company__greeting--wrapper {
    padding: 100px 0 0
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--wrapper {
        padding: 80px 0 0
    }
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--inner {
        flex-direction: column-reverse
    }
}

#p-company .p-company__greeting .p-company__greeting--ceo {
    max-width: 240px
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--ceo {
        max-width: 66.6666%;
        margin-top: 32px
    }
}

@media (max-width:575px) {
    #p-company .p-company__greeting .p-company__greeting--ceo {
        max-width: 100%
    }
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--ceo-wrapper {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: flex-end
    }
}

#p-company .p-company__greeting .p-company__greeting--thumbnail {
    position: relative;
    margin-bottom: 0;
    padding-top: 113%;
    overflow: hidden
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--thumbnail {
        flex: 0 0 50%;
        max-width: 50%;
        padding-top: 55.15%
    }
}

#p-company .p-company__greeting .p-company__greeting--thumbnail-bg {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#p-company .p-company__greeting .p-company__greeting--name {
    margin-top: 20px
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--name {
        flex: 0 0 40%;
        max-width: 40%;
        margin-top: 0;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    #p-company .p-company__greeting .p-company__greeting--name {
        flex: 0 0 50%;
        max-width: 50%
    }
}

#p-company .p-company__greeting .p-company__greeting--name-post {
    font-size: 1.2rem
}

#p-company .p-company__greeting .p-company__greeting--name-elem {
    margin-top: 5px;
    font-size: 2.4rem;
    font-weight: 700
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--name-elem {
        font-size: 2rem
    }
}

#p-company .p-company__greeting .p-company__greeting--heading {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.6
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--heading {
        font-size: 2rem
    }
}

#p-company .p-company__greeting .p-company__greeting--heading .-en {
    display: block;
    margin-bottom: 8px;
    font-family: Oswald, sans-serif;
    font-size: 2.8rem
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--heading .-en {
        font-size: 2.4rem
    }
}

#p-company .p-company__greeting .p-company__greeting--par {
    margin-top: 40px
}

#p-company .p-company__greeting .p-company__greeting--par p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6
}

#p-company .p-company__greeting .p-company__greeting--par p:not(:first-of-type) {
    margin-top: 20px
}

@media (max-width:991px) {
    #p-company .p-company__greeting .p-company__greeting--par p {
        font-size: 1.4rem
    }
}

#p-company .p-company__outline .p-company__outline--wrapper {
    padding: 80px 0 100px
}

@media (max-width:991px) {
    #p-company .p-company__outline .p-company__outline--wrapper {
        padding: 64px 0 80px
    }
}

#p-company .p-company__outline .p-company__outline--content {
    /* padding-top: 80px; */
    /* border-top: 1px solid #999; */
    font-size: 1.5rem
}

@media (max-width:991px) {
    #p-company .p-company__outline .p-company__outline--content {
        /* padding-top: 64px; */
        font-size: 1.4rem
    }
}

#p-company .p-company__outline .p-company__outline--list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

#p-company .p-company__outline .p-company__outline--list:not(:first-of-type) {
    margin-top: 20px
}

#p-company .p-company__outline .p-company__outline--list-header {
    flex: 0 0 128px;
    max-width: 128px;
    color: #69be28;
    font-weight: 700
}

@media (max-width:767px) {
    #p-company .p-company__outline .p-company__outline--list-header {
        flex: 0 0 100%;
        max-width: 100%
    }
}

#p-company .p-company__outline .p-company__outline--list-header span {
    font-size: .75rem
}

#p-company .p-company__outline .p-company__outline--list-body {
    flex-basis: calc(100% - 128px);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(100% - 128px);
    margin-bottom: 0;
    padding-left: 24px
}

@media (max-width:767px) {
    #p-company .p-company__outline .p-company__outline--list-body {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 5px;
        padding-left: 0
    }
}

#p-company .p-company__outline .p-company__outline--list-body a {
    position: relative;
    color: #fff;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-company .p-company__outline .p-company__outline--list-body a:after {
    padding-left: 8px;
    font-family: Font Awesome\ 5 Pro;
    line-height: 100%;
    content: "\F14C";
    pointer-events: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-company .p-company__outline .p-company__outline--list-body a:hover {
    color: #69be28
}

#p-group .p-group__sec:first-of-type .p-group__sec--wrapper {
    padding-top: 100px
}

@media (max-width:991px) {
    #p-group .p-group__sec:first-of-type .p-group__sec--wrapper {
        padding-top: 80px
    }
}

#p-group .p-group__sec:last-of-type .p-group__sec--wrapper {
    padding-bottom: 100px
}

@media (max-width:991px) {
    #p-group .p-group__sec:last-of-type .p-group__sec--wrapper {
        padding-bottom: 80px
    }
}

#p-group .p-group__sec .p-group__sec--wrapper {
    padding: 80px 0 0
}

@media (max-width:991px) {
    #p-group .p-group__sec .p-group__sec--wrapper {
        padding: 64px 0 0
    }
}

#p-group .p-group__sec .p-group__sec--title {
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #999;
    color: #69be28;
    font-size: 1.5rem
}

@media (max-width:991px) {
    #p-group .p-group__sec .p-group__sec--title {
        padding-bottom: 20px;
        font-size: 1.25rem
    }
}

#p-group .p-group__sec .p-group__sec--list {
    margin: 56px -12px 0;
    padding: 0;
    list-style-type: none
}

@media (max-width:991px) {
    #p-group .p-group__sec .p-group__sec--list {
        margin-top: 36px
    }
}

#p-group .p-group__sec .p-group__sec--col {
    padding-right: 12px;
    padding-left: 12px
}

#p-group .p-group__sec .p-group__sec--col:nth-of-type(n+4) {
    margin-top: 40px
}

@media (max-width:991px) {
    #p-group .p-group__sec .p-group__sec--col:nth-of-type(n+3) {
        margin-top: 36px
    }
}

@media (max-width:767px) {
    #p-group .p-group__sec .p-group__sec--col:not(:first-of-type) {
        margin-top: 36px
    }
}

#p-group .p-group__sec .p-group__sec--item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    border: 1px solid #999
}

#p-group .p-group__sec .p-group__sec--item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #fff;
    text-decoration: none;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-group .p-group__sec .p-group__sec--item-wrapper:hover {
    color: #69be28;
    text-decoration: underline
}

#p-group .p-group__sec .p-group__sec--item-bnr {
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto
}

#p-group .p-group__sec .p-group__sec--item-bnr+.p-group__sec--item-heading {
    margin-top: 15px
}

#p-group .p-group__sec .p-group__sec--item-heading {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    text-align: center
}

#p-index .p-index__news .p-index__news--wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    #p-index .p-index__news .p-index__news--wrapper {
        padding: 40px 0
    }
}

#p-index .p-index__news .p-index__news--list {
    margin-top: 20px
}

#p-index .p-index__news .p-index__news--btn {
    margin-top: 40px
}

@media (max-width:991px) {
    #p-index .p-index__news .p-index__news--btn {
        margin-top: 20px
    }
}

#p-index .p-index__products .p-index__products--wrapper {
    padding: 80px 0
}

@media (max-width:991px) {
    #p-index .p-index__products .p-index__products--wrapper {
        padding: 40px 0
    }
}

#p-index .p-index__products .p-index__products--col:nth-of-type(n+4) {
    margin-top: 24px
}

@media (max-width:1199px) {
    #p-index .p-index__products .p-index__products--col:nth-of-type(n+3) {
        margin-top: 24px
    }
}

@media (max-width:991px) {
    #p-index .p-index__products .p-index__products--col:not(:first-of-type) {
        margin-top: 40px
    }
}

#p-index .p-index__products .p-index__products--card-wrapper {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none
}

#p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-thumbnail:before {
    transform: scale(1);
    opacity: 1
}

#p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-thumbnail:after {
    opacity: 1
}

#p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-bg {
    transform: translate(-50%, -50%) scale(1.05)
}

#p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-heading {
    opacity: 1
}

#p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-heading:after {
    transform: scaleX(1)
}

@media (max-width:991px) {
    #p-index .p-index__products .p-index__products--card-wrapper:hover .p-index__products--card-heading {
        color: #69be28
    }
}

#p-index .p-index__products .p-index__products--card-thumbnail {
    position: relative;
    margin-bottom: 0;
    padding-top: 51.415%;
    overflow: hidden
}

@media (max-width:767px) {
    #p-index .p-index__products .p-index__products--card-thumbnail {
        padding-top: 53.8%
    }
}

#p-index .p-index__products .p-index__products--card-thumbnail:before {
    z-index: 3;
    transform: scale(.8);
    border: 1px solid #69be28
}

#p-index .p-index__products .p-index__products--card-thumbnail:after,
#p-index .p-index__products .p-index__products--card-thumbnail:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-index .p-index__products .p-index__products--card-thumbnail:after {
    z-index: 2;
    background-color: rgba(0, 0, 0, .4)
}

#p-index .p-index__products .p-index__products--card-bg {
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#p-index .p-index__products .p-index__products--card-bg,
#p-index .p-index__products .p-index__products--card-heading {
    position: absolute;
    width: 100%;
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-index .p-index__products .p-index__products--card-heading {
    z-index: 5;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 0 20px 20px;
    font-size: 1.125rem;
    font-weight: 700;
    opacity: 0
}

@media (max-width:991px) {
    #p-index .p-index__products .p-index__products--card-heading {
        position: relative;
        padding: 10px 0 0;
        opacity: 1
    }
}

#p-index .p-index__products .p-index__products--card-heading:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 120px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: top left;
    background-color: #69be28;
    content: "";
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

@media (max-width:991px) {
    #p-index .p-index__products .p-index__products--card-heading:after {
        display: none
    }
}

#p-index .p-index__links .p-index__links--wrapper {
    padding: 80px 0 160px
}

@media (max-width:991px) {
    #p-index .p-index__links .p-index__links--wrapper {
        padding: 40px 0 80px
    }
}

#p-index .p-index__links .p-index__links--row {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none
}

@media (max-width:991px) {
    #p-index .p-index__links .p-index__links--row {
        justify-content: flex-start !important
    }
}

@media (max-width:991px) {
    #p-index .p-index__links .p-index__links--col:nth-of-type(n+4) {
        margin-top: 20px
    }
}

@media (max-width:575px) {
    #p-index .p-index__links .p-index__links--col:not(:first-of-type) {
        margin-top: 20px
    }
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--wrapper {
    padding: 100px 0
}

@media (max-width:991px) {
    #p-inquiry .p-inquiry__sec .p-inquiry__sec--wrapper {
        padding: 80px 0
    }
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--title {
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 2.4rem
}

@media (max-width:991px) {
    #p-inquiry .p-inquiry__sec .p-inquiry__sec--title {
        padding-bottom: 20px;
        font-size: 2rem
    }
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--primary {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #999
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--heading {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.4rem
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--par {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.4rem
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--btn {
    margin-top: 20px
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--note {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.2rem
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--note a {
    color: #467f1b;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--note a:hover {
    color: #999
}

#p-inquiry .p-inquiry__sec .p-inquiry__sec--secondary {
    margin-top: 40px
}

#p-news .p-news__sec .p-news__sec--wrapper {
    padding: 100px 0
}

@media (max-width:991px) {
    #p-news .p-news__sec .p-news__sec--wrapper {
        padding: 80px 0
    }
}

#p-news .p-news__pagination {
    margin-top: 64px
}

@media (max-width:991px) {
    #p-news .p-news__pagination {
        margin-top: 40px
    }
}

#p-news .p-news__single .p-news__single--meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #999
}

#p-news .p-news__single .p-news__single--meta-date {
    flex: 0 0 120px;
    max-width: 120px;
    color: #999;
    font-family: Oswald, sans-serif;
    font-size: .875rem
}

@media (max-width:991px) {
    #p-news .p-news__single .p-news__single--meta-date {
        flex: 0 0 64px;
        max-width: 64px;
        font-size: .75rem
    }
}

#p-news .p-news__single .p-news__single--meta-cat {
    flex: 0 0 140px;
    max-width: 140px;
    padding: 4px;
    background-color: #fff;
    color: #000;
    font-size: .875rem;
    text-align: center
}

@media (max-width:991px) {
    #p-news .p-news__single .p-news__single--meta-cat {
        flex: 0 0 104px;
        max-width: 104px;
        padding: 2px 4px;
        font-size: .75rem
    }
}

#p-news .p-news__single .p-news__single--title {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5
}

#p-news .p-news__single .p-news__single--body {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--wrapper {
    padding: 100px 0
}

@media (max-width:991px) {
    #p-pp .p-pp__sec .p-pp__sec--wrapper {
        padding: 80px 0
    }
}

#p-pp .p-pp__sec .p-pp__sec--title {
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 2.4rem
}

@media (max-width:991px) {
    #p-pp .p-pp__sec .p-pp__sec--title {
        padding-bottom: 20px;
        font-size: 2rem
    }
}

#p-pp .p-pp__sec .p-pp__sec--body {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--body>p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body h3 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.5
}

#p-pp .p-pp__sec .p-pp__sec--body h4,
#p-pp .p-pp__sec .p-pp__sec--body h5,
#p-pp .p-pp__sec .p-pp__sec--body h6 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.5
}

#p-pp .p-pp__sec .p-pp__sec--body ol {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: item
}

#p-pp .p-pp__sec .p-pp__sec--body ol>li {
    position: relative;
    padding-left: 25px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ol>li:not(:first-of-type) {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--body ol>li:before {
    position: absolute;
    top: -.4rem;
    left: 0;
    font-size: 1.4rem;
    font-weight: 700;
    content: "(" counter(item) ")";
    counter-increment: item
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num {
    margin-top: 40px;
    padding: 0;
    list-style-type: none;
    counter-reset: itemNum
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num>li {
    position: relative;
    padding-left: 45px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num>li:not(:first-of-type) {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num>li:before {
    position: absolute;
    top: -.2rem;
    left: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    content: counter(itemNum) ")";
    counter-increment: itemNum
}

@media (max-width:767px) {
    #p-pp .p-pp__sec .p-pp__sec--body ol.-num>li:before {
        top: 0
    }
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num>li:after {
    position: absolute;
    top: .96rem;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #999;
    content: ""
}

@media (max-width:767px) {
    #p-pp .p-pp__sec .p-pp__sec--body ol.-num>li:after {
        top: 1.2rem
    }
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-num>li>p {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -45px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha {
    margin-top: 40px;
    margin-left: -45px;
    padding: 0;
    border-left: 1px solid #999;
    list-style-type: none;
    counter-reset: itemgrandchild
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha>li {
    position: relative;
    padding-left: 56px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha>li:before {
    position: absolute;
    top: 0;
    left: 20px;
    font-family: Oswald, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    content: counter(itemgrandchild, upper-alpha) ".";
    counter-increment: itemgrandchild
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha>li:not(:first-of-type) {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha>li>address,
#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha>li>p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ol.-upperAlpha+.-note {
    margin-top: 40px
}

#p-pp .p-pp__sec .p-pp__sec--body ul.-list {
    margin-top: 20px;
    padding: 0;
    list-style-type: none
}

#p-pp .p-pp__sec .p-pp__sec--body ul.-list>li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body ul.-list>li:not(:first-of-type) {
    margin-top: 10px
}

#p-pp .p-pp__sec .p-pp__sec--body ul.-list>li:after {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #999;
    content: ""
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -45px;
    font-size: 1.4rem
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList+dl.-definitionList {
    margin-top: 20px
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dt {
    flex: 0 0 200px;
    max-width: 200px;
    font-weight: 700
}

@media (max-width:767px) {
    #p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dt {
        flex: 0 0 100%;
        max-width: 100%
    }
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd {
    flex-basis: calc(100% - 200px);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(100% - 200px);
    margin-bottom: 0;
    padding-left: 20px
}

@media (max-width:767px) {
    #p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 8px;
        padding-left: 0
    }
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd>span {
    display: block;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.5
}

@media (max-width:767px) {
    #p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd>span {
        margin-top: 4px
    }
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd a {
    color: #fff;
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

#p-pp .p-pp__sec .p-pp__sec--body dl.-definitionList dd a:hover {
    color: #69be28
}

#p-pp .p-pp__sec .p-pp__sec--body .-btn {
    margin-top: 10px
}

#p-pp.p-pp02 .p-pp__sec .p-pp__sec--body h3 {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5
}

/* 2024/04/05追加　事業拠点・関係会社 */
#p-base .p-base__accordion .p-base_column{
    display: flex;
border-top: 0px solid white;
}
@media (max-width:990px) {
    #p-base .p-base__accordion .p-base_column{
        display: block;
    }
    #p-base .p-base__accordion .p-base_column li:last-child{
        margin-top: 20px !important;
    }
}
#p-base .p-base__accordion .p-base_noline{
    border-top: 0px solid white  !important;
}