@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-400Italic"),url("../fonts/SinkinSans-400Italic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-200XLight"),url("../fonts/SinkinSans-200XLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-300Light"),url("../fonts/SinkinSans-300Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-400Regular"),url("../fonts/SinkinSans-400Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-500Medium"),url("../fonts/SinkinSans-500Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-600SemiBold"),url("../fonts/SinkinSans-600SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-700Bold"),url("../fonts/SinkinSans-700Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SinkinSans";
    src: local("SinkinSans-800Black"),url("../fonts/SinkinSans-800Black.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Papia Light';
    src: local("Papia Light"),url("../fonts/Papia-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Papia';
    src: local("Papia Light"),url("../fonts/Papia-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

img {
    max-width: 100%;
    height: auto
}

figure {
    padding: 0 !important;
    margin: 0 !important
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "SinkinSans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: none;
        text-decoration: none
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

pre, code, kbd, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    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
    }

input, button, select, optgroup, 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
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer
    }

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xlg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-xsm, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-xsm, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-xsm, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1500px) {
    .container, .container-xsm, .container-sm, .container-md, .container-lg, .container-xl, .container-xlg {
        max-width: 1445px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm, .col-xsm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg, .col-xlg-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 350px) {
    .col-xsm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xsm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xsm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xsm-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xsm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xsm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xsm-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xsm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xsm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xsm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xsm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xsm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xsm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xsm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xsm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xsm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xsm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xsm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xsm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xsm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xsm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xsm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xsm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xsm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xsm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xsm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xsm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xsm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xsm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xsm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xsm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xsm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xsm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xsm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xsm-0 {
        margin-left: 0
    }

    .offset-xsm-1 {
        margin-left: 8.33333%
    }

    .offset-xsm-2 {
        margin-left: 16.66667%
    }

    .offset-xsm-3 {
        margin-left: 25%
    }

    .offset-xsm-4 {
        margin-left: 33.33333%
    }

    .offset-xsm-5 {
        margin-left: 41.66667%
    }

    .offset-xsm-6 {
        margin-left: 50%
    }

    .offset-xsm-7 {
        margin-left: 58.33333%
    }

    .offset-xsm-8 {
        margin-left: 66.66667%
    }

    .offset-xsm-9 {
        margin-left: 75%
    }

    .offset-xsm-10 {
        margin-left: 83.33333%
    }

    .offset-xsm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1500px) {
    .col-xlg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xlg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xlg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xlg-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xlg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xlg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xlg-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xlg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xlg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xlg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xlg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xlg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xlg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xlg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xlg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xlg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xlg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xlg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xlg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xlg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xlg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xlg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xlg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xlg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xlg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xlg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xlg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xlg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xlg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xlg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xlg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xlg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xlg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xlg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xlg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xlg-0 {
        margin-left: 0
    }

    .offset-xlg-1 {
        margin-left: 8.33333%
    }

    .offset-xlg-2 {
        margin-left: 16.66667%
    }

    .offset-xlg-3 {
        margin-left: 25%
    }

    .offset-xlg-4 {
        margin-left: 33.33333%
    }

    .offset-xlg-5 {
        margin-left: 41.66667%
    }

    .offset-xlg-6 {
        margin-left: 50%
    }

    .offset-xlg-7 {
        margin-left: 58.33333%
    }

    .offset-xlg-8 {
        margin-left: 66.66667%
    }

    .offset-xlg-9 {
        margin-left: 75%
    }

    .offset-xlg-10 {
        margin-left: 83.33333%
    }

    .offset-xlg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1900px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 350px) {
    .d-xsm-none {
        display: none !important
    }

    .d-xsm-inline {
        display: inline !important
    }

    .d-xsm-inline-block {
        display: inline-block !important
    }

    .d-xsm-block {
        display: block !important
    }

    .d-xsm-table {
        display: table !important
    }

    .d-xsm-table-row {
        display: table-row !important
    }

    .d-xsm-table-cell {
        display: table-cell !important
    }

    .d-xsm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xsm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1500px) {
    .d-xlg-none {
        display: none !important
    }

    .d-xlg-inline {
        display: inline !important
    }

    .d-xlg-inline-block {
        display: inline-block !important
    }

    .d-xlg-block {
        display: block !important
    }

    .d-xlg-table {
        display: table !important
    }

    .d-xlg-table-row {
        display: table-row !important
    }

    .d-xlg-table-cell {
        display: table-cell !important
    }

    .d-xlg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xlg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1900px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 350px) {
    .flex-xsm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xsm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xsm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xsm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xsm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xsm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xsm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xsm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xsm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xsm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xsm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xsm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xsm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xsm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xsm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xsm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xsm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xsm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xsm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xsm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xsm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xsm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xsm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xsm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xsm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xsm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xsm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xsm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xsm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xsm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xsm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xsm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xsm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xsm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1500px) {
    .flex-xlg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xlg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xlg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xlg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xlg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xlg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xlg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xlg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xlg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xlg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xlg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xlg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xlg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xlg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xlg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xlg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xlg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xlg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xlg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xlg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xlg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xlg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xlg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xlg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xlg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xlg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xlg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xlg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xlg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xlg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xlg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xlg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xlg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xlg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1900px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.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-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !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-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 350px) {
    .m-xsm-0 {
        margin: 0 !important
    }

    .mt-xsm-0, .my-xsm-0 {
        margin-top: 0 !important
    }

    .mr-xsm-0, .mx-xsm-0 {
        margin-right: 0 !important
    }

    .mb-xsm-0, .my-xsm-0 {
        margin-bottom: 0 !important
    }

    .ml-xsm-0, .mx-xsm-0 {
        margin-left: 0 !important
    }

    .m-xsm-1 {
        margin: .25rem !important
    }

    .mt-xsm-1, .my-xsm-1 {
        margin-top: .25rem !important
    }

    .mr-xsm-1, .mx-xsm-1 {
        margin-right: .25rem !important
    }

    .mb-xsm-1, .my-xsm-1 {
        margin-bottom: .25rem !important
    }

    .ml-xsm-1, .mx-xsm-1 {
        margin-left: .25rem !important
    }

    .m-xsm-2 {
        margin: .5rem !important
    }

    .mt-xsm-2, .my-xsm-2 {
        margin-top: .5rem !important
    }

    .mr-xsm-2, .mx-xsm-2 {
        margin-right: .5rem !important
    }

    .mb-xsm-2, .my-xsm-2 {
        margin-bottom: .5rem !important
    }

    .ml-xsm-2, .mx-xsm-2 {
        margin-left: .5rem !important
    }

    .m-xsm-3 {
        margin: 1rem !important
    }

    .mt-xsm-3, .my-xsm-3 {
        margin-top: 1rem !important
    }

    .mr-xsm-3, .mx-xsm-3 {
        margin-right: 1rem !important
    }

    .mb-xsm-3, .my-xsm-3 {
        margin-bottom: 1rem !important
    }

    .ml-xsm-3, .mx-xsm-3 {
        margin-left: 1rem !important
    }

    .m-xsm-4 {
        margin: 1.5rem !important
    }

    .mt-xsm-4, .my-xsm-4 {
        margin-top: 1.5rem !important
    }

    .mr-xsm-4, .mx-xsm-4 {
        margin-right: 1.5rem !important
    }

    .mb-xsm-4, .my-xsm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xsm-4, .mx-xsm-4 {
        margin-left: 1.5rem !important
    }

    .m-xsm-5 {
        margin: 3rem !important
    }

    .mt-xsm-5, .my-xsm-5 {
        margin-top: 3rem !important
    }

    .mr-xsm-5, .mx-xsm-5 {
        margin-right: 3rem !important
    }

    .mb-xsm-5, .my-xsm-5 {
        margin-bottom: 3rem !important
    }

    .ml-xsm-5, .mx-xsm-5 {
        margin-left: 3rem !important
    }

    .p-xsm-0 {
        padding: 0 !important
    }

    .pt-xsm-0, .py-xsm-0 {
        padding-top: 0 !important
    }

    .pr-xsm-0, .px-xsm-0 {
        padding-right: 0 !important
    }

    .pb-xsm-0, .py-xsm-0 {
        padding-bottom: 0 !important
    }

    .pl-xsm-0, .px-xsm-0 {
        padding-left: 0 !important
    }

    .p-xsm-1 {
        padding: .25rem !important
    }

    .pt-xsm-1, .py-xsm-1 {
        padding-top: .25rem !important
    }

    .pr-xsm-1, .px-xsm-1 {
        padding-right: .25rem !important
    }

    .pb-xsm-1, .py-xsm-1 {
        padding-bottom: .25rem !important
    }

    .pl-xsm-1, .px-xsm-1 {
        padding-left: .25rem !important
    }

    .p-xsm-2 {
        padding: .5rem !important
    }

    .pt-xsm-2, .py-xsm-2 {
        padding-top: .5rem !important
    }

    .pr-xsm-2, .px-xsm-2 {
        padding-right: .5rem !important
    }

    .pb-xsm-2, .py-xsm-2 {
        padding-bottom: .5rem !important
    }

    .pl-xsm-2, .px-xsm-2 {
        padding-left: .5rem !important
    }

    .p-xsm-3 {
        padding: 1rem !important
    }

    .pt-xsm-3, .py-xsm-3 {
        padding-top: 1rem !important
    }

    .pr-xsm-3, .px-xsm-3 {
        padding-right: 1rem !important
    }

    .pb-xsm-3, .py-xsm-3 {
        padding-bottom: 1rem !important
    }

    .pl-xsm-3, .px-xsm-3 {
        padding-left: 1rem !important
    }

    .p-xsm-4 {
        padding: 1.5rem !important
    }

    .pt-xsm-4, .py-xsm-4 {
        padding-top: 1.5rem !important
    }

    .pr-xsm-4, .px-xsm-4 {
        padding-right: 1.5rem !important
    }

    .pb-xsm-4, .py-xsm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xsm-4, .px-xsm-4 {
        padding-left: 1.5rem !important
    }

    .p-xsm-5 {
        padding: 3rem !important
    }

    .pt-xsm-5, .py-xsm-5 {
        padding-top: 3rem !important
    }

    .pr-xsm-5, .px-xsm-5 {
        padding-right: 3rem !important
    }

    .pb-xsm-5, .py-xsm-5 {
        padding-bottom: 3rem !important
    }

    .pl-xsm-5, .px-xsm-5 {
        padding-left: 3rem !important
    }

    .m-xsm-n1 {
        margin: -.25rem !important
    }

    .mt-xsm-n1, .my-xsm-n1 {
        margin-top: -.25rem !important
    }

    .mr-xsm-n1, .mx-xsm-n1 {
        margin-right: -.25rem !important
    }

    .mb-xsm-n1, .my-xsm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xsm-n1, .mx-xsm-n1 {
        margin-left: -.25rem !important
    }

    .m-xsm-n2 {
        margin: -.5rem !important
    }

    .mt-xsm-n2, .my-xsm-n2 {
        margin-top: -.5rem !important
    }

    .mr-xsm-n2, .mx-xsm-n2 {
        margin-right: -.5rem !important
    }

    .mb-xsm-n2, .my-xsm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xsm-n2, .mx-xsm-n2 {
        margin-left: -.5rem !important
    }

    .m-xsm-n3 {
        margin: -1rem !important
    }

    .mt-xsm-n3, .my-xsm-n3 {
        margin-top: -1rem !important
    }

    .mr-xsm-n3, .mx-xsm-n3 {
        margin-right: -1rem !important
    }

    .mb-xsm-n3, .my-xsm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xsm-n3, .mx-xsm-n3 {
        margin-left: -1rem !important
    }

    .m-xsm-n4 {
        margin: -1.5rem !important
    }

    .mt-xsm-n4, .my-xsm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xsm-n4, .mx-xsm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xsm-n4, .my-xsm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xsm-n4, .mx-xsm-n4 {
        margin-left: -1.5rem !important
    }

    .m-xsm-n5 {
        margin: -3rem !important
    }

    .mt-xsm-n5, .my-xsm-n5 {
        margin-top: -3rem !important
    }

    .mr-xsm-n5, .mx-xsm-n5 {
        margin-right: -3rem !important
    }

    .mb-xsm-n5, .my-xsm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xsm-n5, .mx-xsm-n5 {
        margin-left: -3rem !important
    }

    .m-xsm-auto {
        margin: auto !important
    }

    .mt-xsm-auto, .my-xsm-auto {
        margin-top: auto !important
    }

    .mr-xsm-auto, .mx-xsm-auto {
        margin-right: auto !important
    }

    .mb-xsm-auto, .my-xsm-auto {
        margin-bottom: auto !important
    }

    .ml-xsm-auto, .mx-xsm-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-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !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-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .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-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !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-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 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-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !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-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1500px) {
    .m-xlg-0 {
        margin: 0 !important
    }

    .mt-xlg-0, .my-xlg-0 {
        margin-top: 0 !important
    }

    .mr-xlg-0, .mx-xlg-0 {
        margin-right: 0 !important
    }

    .mb-xlg-0, .my-xlg-0 {
        margin-bottom: 0 !important
    }

    .ml-xlg-0, .mx-xlg-0 {
        margin-left: 0 !important
    }

    .m-xlg-1 {
        margin: .25rem !important
    }

    .mt-xlg-1, .my-xlg-1 {
        margin-top: .25rem !important
    }

    .mr-xlg-1, .mx-xlg-1 {
        margin-right: .25rem !important
    }

    .mb-xlg-1, .my-xlg-1 {
        margin-bottom: .25rem !important
    }

    .ml-xlg-1, .mx-xlg-1 {
        margin-left: .25rem !important
    }

    .m-xlg-2 {
        margin: .5rem !important
    }

    .mt-xlg-2, .my-xlg-2 {
        margin-top: .5rem !important
    }

    .mr-xlg-2, .mx-xlg-2 {
        margin-right: .5rem !important
    }

    .mb-xlg-2, .my-xlg-2 {
        margin-bottom: .5rem !important
    }

    .ml-xlg-2, .mx-xlg-2 {
        margin-left: .5rem !important
    }

    .m-xlg-3 {
        margin: 1rem !important
    }

    .mt-xlg-3, .my-xlg-3 {
        margin-top: 1rem !important
    }

    .mr-xlg-3, .mx-xlg-3 {
        margin-right: 1rem !important
    }

    .mb-xlg-3, .my-xlg-3 {
        margin-bottom: 1rem !important
    }

    .ml-xlg-3, .mx-xlg-3 {
        margin-left: 1rem !important
    }

    .m-xlg-4 {
        margin: 1.5rem !important
    }

    .mt-xlg-4, .my-xlg-4 {
        margin-top: 1.5rem !important
    }

    .mr-xlg-4, .mx-xlg-4 {
        margin-right: 1.5rem !important
    }

    .mb-xlg-4, .my-xlg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xlg-4, .mx-xlg-4 {
        margin-left: 1.5rem !important
    }

    .m-xlg-5 {
        margin: 3rem !important
    }

    .mt-xlg-5, .my-xlg-5 {
        margin-top: 3rem !important
    }

    .mr-xlg-5, .mx-xlg-5 {
        margin-right: 3rem !important
    }

    .mb-xlg-5, .my-xlg-5 {
        margin-bottom: 3rem !important
    }

    .ml-xlg-5, .mx-xlg-5 {
        margin-left: 3rem !important
    }

    .p-xlg-0 {
        padding: 0 !important
    }

    .pt-xlg-0, .py-xlg-0 {
        padding-top: 0 !important
    }

    .pr-xlg-0, .px-xlg-0 {
        padding-right: 0 !important
    }

    .pb-xlg-0, .py-xlg-0 {
        padding-bottom: 0 !important
    }

    .pl-xlg-0, .px-xlg-0 {
        padding-left: 0 !important
    }

    .p-xlg-1 {
        padding: .25rem !important
    }

    .pt-xlg-1, .py-xlg-1 {
        padding-top: .25rem !important
    }

    .pr-xlg-1, .px-xlg-1 {
        padding-right: .25rem !important
    }

    .pb-xlg-1, .py-xlg-1 {
        padding-bottom: .25rem !important
    }

    .pl-xlg-1, .px-xlg-1 {
        padding-left: .25rem !important
    }

    .p-xlg-2 {
        padding: .5rem !important
    }

    .pt-xlg-2, .py-xlg-2 {
        padding-top: .5rem !important
    }

    .pr-xlg-2, .px-xlg-2 {
        padding-right: .5rem !important
    }

    .pb-xlg-2, .py-xlg-2 {
        padding-bottom: .5rem !important
    }

    .pl-xlg-2, .px-xlg-2 {
        padding-left: .5rem !important
    }

    .p-xlg-3 {
        padding: 1rem !important
    }

    .pt-xlg-3, .py-xlg-3 {
        padding-top: 1rem !important
    }

    .pr-xlg-3, .px-xlg-3 {
        padding-right: 1rem !important
    }

    .pb-xlg-3, .py-xlg-3 {
        padding-bottom: 1rem !important
    }

    .pl-xlg-3, .px-xlg-3 {
        padding-left: 1rem !important
    }

    .p-xlg-4 {
        padding: 1.5rem !important
    }

    .pt-xlg-4, .py-xlg-4 {
        padding-top: 1.5rem !important
    }

    .pr-xlg-4, .px-xlg-4 {
        padding-right: 1.5rem !important
    }

    .pb-xlg-4, .py-xlg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xlg-4, .px-xlg-4 {
        padding-left: 1.5rem !important
    }

    .p-xlg-5 {
        padding: 3rem !important
    }

    .pt-xlg-5, .py-xlg-5 {
        padding-top: 3rem !important
    }

    .pr-xlg-5, .px-xlg-5 {
        padding-right: 3rem !important
    }

    .pb-xlg-5, .py-xlg-5 {
        padding-bottom: 3rem !important
    }

    .pl-xlg-5, .px-xlg-5 {
        padding-left: 3rem !important
    }

    .m-xlg-n1 {
        margin: -.25rem !important
    }

    .mt-xlg-n1, .my-xlg-n1 {
        margin-top: -.25rem !important
    }

    .mr-xlg-n1, .mx-xlg-n1 {
        margin-right: -.25rem !important
    }

    .mb-xlg-n1, .my-xlg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xlg-n1, .mx-xlg-n1 {
        margin-left: -.25rem !important
    }

    .m-xlg-n2 {
        margin: -.5rem !important
    }

    .mt-xlg-n2, .my-xlg-n2 {
        margin-top: -.5rem !important
    }

    .mr-xlg-n2, .mx-xlg-n2 {
        margin-right: -.5rem !important
    }

    .mb-xlg-n2, .my-xlg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xlg-n2, .mx-xlg-n2 {
        margin-left: -.5rem !important
    }

    .m-xlg-n3 {
        margin: -1rem !important
    }

    .mt-xlg-n3, .my-xlg-n3 {
        margin-top: -1rem !important
    }

    .mr-xlg-n3, .mx-xlg-n3 {
        margin-right: -1rem !important
    }

    .mb-xlg-n3, .my-xlg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xlg-n3, .mx-xlg-n3 {
        margin-left: -1rem !important
    }

    .m-xlg-n4 {
        margin: -1.5rem !important
    }

    .mt-xlg-n4, .my-xlg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xlg-n4, .mx-xlg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xlg-n4, .my-xlg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xlg-n4, .mx-xlg-n4 {
        margin-left: -1.5rem !important
    }

    .m-xlg-n5 {
        margin: -3rem !important
    }

    .mt-xlg-n5, .my-xlg-n5 {
        margin-top: -3rem !important
    }

    .mr-xlg-n5, .mx-xlg-n5 {
        margin-right: -3rem !important
    }

    .mb-xlg-n5, .my-xlg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xlg-n5, .mx-xlg-n5 {
        margin-left: -3rem !important
    }

    .m-xlg-auto {
        margin: auto !important
    }

    .mt-xlg-auto, .my-xlg-auto {
        margin-top: auto !important
    }

    .mr-xlg-auto, .mx-xlg-auto {
        margin-right: auto !important
    }

    .mb-xlg-auto, .my-xlg-auto {
        margin-bottom: auto !important
    }

    .ml-xlg-auto, .mx-xlg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1900px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table th, .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff
}

    .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

    .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb
}

    .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb
}

    .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba
}

    .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

    .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

    .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.075)
    }

@media (max-width: 349.98px) {
    .table-responsive-xsm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xsm > .table-bordered {
            border: 0
        }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

@media (max-width: 1499.98px) {
    .table-responsive-xlg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xlg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1899.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xxl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.btn {
    font-family: "SinkinSans";
    padding: .875rem 2.5rem;
    border-radius: 2.1875rem;
    border: none
}

.btn--primary {
    background-color: #B51C5C;
    color: #fff
}

.btn .icon, .btn svg {
    margin-left: .5rem
}

.card-head {
    text-align: center;
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .card-head {
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .card-head {
        margin-bottom: 2rem
    }
}

.card-img {
    margin: auto;
    max-width: 100%;
    height: auto
}

@media (min-width: 992px) {
    .card-img {
        padding: .625rem
    }
}

.card-body {
    text-align: center
}

.card-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000D28
}

@media (min-width: 992px) {
    .card-title {
        min-height: unset
    }
}

.card-btn {
    display: inline-block;
    padding: .3125rem .625rem
}

@media (min-width: 576px) {
    .card-btn {
        padding: .5rem .75rem
    }
}

@media (min-width: 768px) {
    .card-btn {
        padding: .625rem 1.125rem
    }
}

@media (min-width: 992px) {
    .card-btn {
        padding: .875rem 2.5rem
    }
}

.card--products .card-title {
    font-size: .625rem
}

@media (min-width: 576px) {
    .card--products .card-title {
        font-size: .875rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .card--products .card-title {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .card--products .card-title {
        font-size: 1.25rem
    }
}

@media (max-width: 991.98px) {
    .card--products .card-btn {
        font-size: .625rem
    }
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 1.875rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .8125rem;
    font-weight: 400;
    color: neutrals-gray-900;
    line-height: 1.125rem
}

@media (min-width: 992px) {
    .checkbox-container {
        font-size: 1rem;
        line-height: 1.8125rem
    }
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background-color: #eee
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #9B145A
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block
}

.checkbox-container .checkmark:after {
    left: .25rem;
    top: .25rem;
    width: .75rem;
    height: .75rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2 6.3L1.2 4.5L0 5.7L4.2 10.5L12 2.7L10.8 1.5L4.2 6.3Z' fill='white'/%3E%3C/svg%3E%0A")
}

.form-label {
    font-family: "Papia Light";
    font-size: 1rem;
    font-weight: 400;
    color: #002246
}

@media (min-width: 992px) {
    .form-label {
        font-size: 1.75rem
    }
}

.form-input {
    font-size: 1rem;
    font-weight: 400;
    color: basic-900;
    padding: 1rem;
    border: 1px solid #8C9196;
    border-radius: .375rem;
    outline: none
}

    .form-input:focus {
        border: 1px solid #9B145A
    }

        .form-input:focus + label {
            color: #9B145A
        }

form div[class*="col-"] {
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    form div[class*="col-"] {
        margin-bottom: 1.5rem
    }
}

.form-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

    .form-group .checkmark {
        margin-top: .625rem
    }

.form-group-reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

p.error {
    margin: .3125rem 0 0 0;
    font-size: .875rem;
    color: red
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em
    }

    .blocker.behind {
        background-color: transparent
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==")
    }

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .modal-spinner .rect2 {
        animation-delay: -1.1s
    }

    .modal-spinner .rect3 {
        animation-delay: -1.0s
    }

    .modal-spinner .rect4 {
        animation-delay: -0.9s
    }

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.modal {
    max-width: 1200px
}

.blocker {
    z-index: 9
}

.hero-slider__img {
    width: 100%
}

@media screen and (max-width: 2000px) and (min-width: 1200px) {
    .hero-slider__img {
        height: calc(100vh - 70px)
    }
}

.products-slider__item {
    height: 100%;
    padding: 2rem 0
}

.products-slider__title {
    font-family: "Papia Light";
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    padding-left: 1.875rem;
    text-align: center;
}

@media (min-width: 992px) {
    .products-slider__title {
        font-size: 3.25rem;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .products-slider__title {
        font-size: 4rem;
        margin-bottom: 0rem
    }
}

@media (min-width: 1900px) {
    .products-slider__title {
        font-size: 6.25rem
    }
}

.products-slider.slick-slider .slick-arrow {
    background: #002246;
    border: 1px solid #002246;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0
}

    .products-slider.slick-slider .slick-arrow svg path {
        stroke: white
    }

@media (min-width: 992px) {
    .products-slider.slick-slider .slick-arrow {
        top: 66%;
        width: 3.125rem;
        height: 3.125rem
    }

        .products-slider.slick-slider .slick-arrow svg {
            width: 1.25rem;
            height: 1.25rem
        }
}

.products-slider.slick-slider .slick-arrow:hover {
    background: #002246;
    border: 1px solid #002246
}

@media (min-width: 992px) {
    .products-slider.slick-slider .slick-prev {
        left: -1%
    }
}

@media (min-width: 992px) {
    .products-slider.slick-slider .slick-next {
        right: -1%
    }
}

.products-slider .row.no-gutters.align-items-center div[class*="col-"] {
    margin-bottom: 3.125rem
}

@media (min-width: 992px) {
    .products-slider .row.no-gutters.align-items-center div[class*="col-"] {
        margin-bottom: 0
    }
}

.firsts-slider {
    background-image: url("../../images/bk.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .firsts-slider {
        background-image: url("../../images/bk.jpg")
    }
}

.firsts-slider__title {
    font-family: "Papia";
    font-size: 1.5rem;
    font-weight: 400;
    color: #9B145A;
    text-align: center
}

@media (min-width: 576px) {
    .firsts-slider__title {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .firsts-slider__title {
        font-size: 3rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__title {
        font-size: 3rem;
        margin-top: 2.25rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__title {
        font-size: 3rem;
        margin-top: 2rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__title {
        font-size: 4rem;
        margin-top: 3.25rem
    }
}

@media (min-width: 1900px) {
    .firsts-slider__title {
        font-size: 4rem;
        margin-top: 3.25rem
    }
}

.firsts-slider__content {
    position: relative;
    height: 100%
}

.firsts-slider__content-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 2;
    height: 100%
}

.firsts-slider__content-area {
    text-align: center;
    max-width: 17.5rem
}

@media (min-width: 576px) {
    .firsts-slider__content-area {
        max-width: 34.6875rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__content-area {
        margin-right: 16%;
        max-width: 25rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__content-area {
        margin-right: 22%
    }
}

@media (min-width: 1500px) {
    .firsts-slider__content-area {
        margin-right: 18%
    }
}

@media (min-width: 1900px) {
    .firsts-slider__content-area {
        margin-right: 18%;
        max-width: 34rem
    }
}

.firsts-slider__content-title {
    font-family: "Papia Light";
    font-size: 1rem;
    font-weight: 400;
    color: #002246
}

@media (min-width: 576px) {
    .firsts-slider__content-title {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .firsts-slider__content-title {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__content-title {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__content-title {
        font-size: 1.75rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__content-title {
        font-size: 1.75rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1900px) {
    .firsts-slider__content-title {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}

.firsts-slider__content-text {
    text-align: center;
    font-size: .75rem;
    font-weight: 300;
    color: #002246
}

@media (min-width: 576px) {
    .firsts-slider__content-text {
        font-size: .875rem;
        max-width: 25rem
    }
}

@media (min-width: 768px) {
    .firsts-slider__content-text {
        font-size: 1.25rem;
        max-width: 37.5rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__content-text {
        max-width: unset;
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__content-text {
        font-size: 1rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__nav {
        margin-right: 16%
    }
}

@media (min-width: 1200px) {
    .firsts-slider__nav {
        margin-right: 20%
    }
}

@media (min-width: 1500px) {
    .firsts-slider__nav {
        margin-right: 18%
    }
}

@media (min-width: 1900px) {
    .firsts-slider__nav {
        margin-right: 16%
    }
}

.firsts-slider__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.firsts-slider__nav-item {
    position: relative
}

@media (min-width: 992px) {
    .firsts-slider__nav-item + .firsts-slider__nav-item {
        margin-top: .75rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__nav-item + .firsts-slider__nav-item {
        margin-top: .875rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__nav-item + .firsts-slider__nav-item {
        margin-top: 1rem
    }
}

.firsts-slider__nav-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Papia Light";
    font-size: .625rem;
    font-weight: 400;
    color: #002246
}

@media (min-width: 768px) {
    .firsts-slider__nav-link {
        font-size: 1.125rem;
        line-height: 1.25rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__nav-link {
        padding-left: .9375rem;
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__nav-link {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__nav-link {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 1900px) {
    .firsts-slider__nav-link {
        padding-left: 1.25rem;
        font-size: 1.5rem;
        line-height: 2.25rem
    }
}

.firsts-slider__nav-link::before {
    content: "";
    width: .625rem;
    height: .625rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M9.9174 14.3336C9.9174 14.3203 9.9174 14.3203 9.9174 14.3336C9.74406 14.2136 9.5574 14.1069 9.38406 13.9869C9.5574 14.1203 9.74406 14.2136 9.9174 14.3336ZM15.2393 9.81183C15.5726 9.58059 15.7539 9.17871 15.6612 8.78382C15.4632 7.94063 15.1808 7.12031 14.8187 6.33518C14.51 5.6657 13.611 5.66116 13.2926 6.32607C12.9141 7.11635 12.6136 7.94136 12.393 8.78875C12.2893 9.1873 12.4658 9.59977 12.8034 9.83567C12.9916 9.96722 13.1776 10.1018 13.3618 10.2399C13.7446 10.5268 14.2741 10.5234 14.6557 10.2348C14.8467 10.0903 15.0414 9.94918 15.2393 9.81183ZM20.063 16.2053C20.056 16.21 20.0536 16.2193 20.0574 16.2269V16.2269C20.0612 16.2345 20.0587 16.2438 20.0516 16.2486C19.9358 16.3258 19.8199 16.4026 19.7041 16.4669L19.6107 16.5336C18.3041 17.4803 17.1574 18.6803 16.2374 20.0803L14.8356 22.1996C14.4391 22.7991 13.5587 22.7971 13.165 22.1959L11.7707 20.0669C10.8641 18.6936 9.74406 17.5069 8.42406 16.5336L8.33073 16.4803C8.15995 16.3752 7.98917 16.2701 7.81838 16.1522C7.8144 16.1495 7.81388 16.1438 7.81731 16.1404V16.1404C7.82079 16.1369 7.82019 16.1311 7.81606 16.1284C6.99066 15.5896 6.10772 15.1481 5.18496 14.8114C4.49365 14.5592 3.85658 15.1913 4.0993 15.8861C5.42462 19.6795 8.38577 22.7693 12.2641 24.1603C12.7608 24.3377 13.2575 24.4836 13.7729 24.5981C13.9032 24.627 14.0383 24.6273 14.1688 24.5991C14.7001 24.4843 15.2221 24.3367 15.7441 24.1469C19.599 22.7677 22.5471 19.679 23.8788 15.8855C24.1226 15.1911 23.487 14.5572 22.7955 14.8093C21.8334 15.1601 20.9137 15.6279 20.063 16.2053Z' fill='%23000921' fill-opacity='0.6'/%3E%3Cpath d='M14.8931 17.3629C14.4435 17.9261 13.5519 17.9258 13.1023 17.3626C12.1852 16.214 11.1141 15.1941 9.9174 14.3327C9.74406 14.2127 9.5574 14.1193 9.38406 13.986C9.5574 14.106 9.74406 14.2127 9.90406 14.3193C7.48711 12.5682 4.62708 11.5463 1.66177 11.3627C1.11121 11.3286 0.660898 11.7805 0.693814 12.3311C1.09157 18.9849 5.43844 24.5313 11.3707 26.6527C12.1591 26.9405 12.9828 27.1579 13.8306 27.3047C13.9409 27.3239 14.0537 27.323 14.1638 27.3025C15.0103 27.1446 15.8231 26.928 16.6241 26.6527C22.5558 24.5315 26.9025 18.9859 27.3009 12.3329C27.3339 11.7816 26.8824 11.3294 26.3312 11.3639C21.7105 11.6531 17.6296 13.9342 14.8931 17.3629ZM15.7574 24.1327C15.2387 24.3095 14.72 24.4551 14.1921 24.5786C14.0551 24.6106 13.9127 24.612 13.7754 24.5815C13.2614 24.4674 12.7591 24.3222 12.2774 24.146C8.40209 22.7561 5.4425 19.67 4.11569 15.8806C3.87175 15.1838 4.51253 14.5514 5.20501 14.8071C6.1152 15.1432 6.99193 15.5802 7.82456 16.1112C7.83021 16.1148 7.82978 16.1232 7.82378 16.1262V16.1262C7.81791 16.1291 7.81733 16.1373 7.82273 16.141C7.99206 16.2582 8.1614 16.3748 8.33073 16.466L8.42406 16.5194C9.74406 17.4794 10.8774 18.666 11.7707 20.0527L13.1615 22.1846C13.5556 22.7888 14.4404 22.7896 14.8356 22.1861L16.2241 20.066C17.1245 18.6893 18.2675 17.4876 19.5974 16.5194L19.6907 16.4527C19.8066 16.3883 19.9225 16.3115 20.0383 16.2343C20.0454 16.2296 20.0479 16.2203 20.0441 16.2127V16.2127C20.0403 16.2051 20.0427 16.1958 20.0498 16.1911C20.908 15.6233 21.8291 15.1532 22.7908 14.7958C23.4826 14.5387 24.1237 15.1704 23.881 15.8675C22.5576 19.6677 19.6105 22.7541 15.7574 24.1327ZM18.0911 11.1529C18.429 10.9563 18.6373 10.5889 18.5969 10.2001C18.2658 7.01648 16.9982 3.93161 14.7603 1.39311C14.3957 0.979585 13.7585 0.978745 13.3923 1.39079C11.2075 3.84881 9.81785 6.915 9.412 10.1838C9.36273 10.5806 9.57423 10.9588 9.92055 11.1587C11.113 11.847 12.2341 12.6696 13.2597 13.6216C13.6741 14.0063 14.3223 14.0079 14.738 13.6247C15.7677 12.6755 16.8935 11.8499 18.0911 11.1529ZM13.2874 6.32275C13.6065 5.65488 14.5091 5.66258 14.8158 6.33626C15.1697 7.11372 15.4503 7.92731 15.6534 8.7632C15.7502 9.16117 15.5693 9.56846 15.2337 9.80328C15.0355 9.94198 14.8407 10.0845 14.6484 10.2305C14.2716 10.5165 13.7489 10.5176 13.3705 10.2337C13.1841 10.0938 12.9946 9.95628 12.803 9.82197C12.4657 9.58562 12.2893 9.17305 12.393 8.7745C12.6125 7.93101 12.9113 7.1097 13.2874 6.32275Z' fill='%23000921'/%3E%3Cpath opacity='0.3' d='M9.98073 14.3736C9.95406 14.3603 9.9274 14.3336 9.91406 14.3203C9.91406 14.3203 9.9274 14.3203 9.9274 14.3336C9.94073 14.347 9.95406 14.3603 9.98073 14.3736V14.3736Z' fill='%23000921'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -.9375rem;
    top: .75rem
}

@media (min-width: 992px) {
    .firsts-slider__nav-link::before {
        width: 1.5rem;
        height: 1.5rem;
        left: -.9375rem;
        top: .3125rem
    }
}

.firsts-slider__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 992px) {
    .firsts-slider__container {
        padding: 1rem;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 68.75rem;
        margin: auto
    }
}

@media (min-width: 1500px) {
    .firsts-slider__container {
        max-width: 81.25rem;
        margin: auto
    }
}

@media (min-width: 1900px) {
    .firsts-slider__container {
        max-width: 81.25rem;
        margin: auto
    }
}

.firsts-slider__container-left {
    width: 100%
}

@media (min-width: 992px) {
    .firsts-slider__container-left {
        width: 80%
    }
}

@media (min-width: 1500px) {
    .firsts-slider__container-left {
        width: 75%
    }
}

.firsts-slider__container-right {
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .firsts-slider__container-right {
        position: relative;
        z-index: 2;
        width: 50%;
        margin-left: -20%
    }
}

@media (min-width: 1500px) {
    .firsts-slider__container-right {
        margin-left: -25%
    }
}

.firsts-slider__img {
    max-width: 70%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .firsts-slider__img {
        max-width: 100%;
        margin: unset;
        max-height: 32.5rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__img {
        max-height: unset
    }
}

.firsts-slider__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

    .firsts-slider__play-btn svg {
        width: 1.5rem;
        height: 1.5rem
    }

@media (min-width: 768px) {
    .firsts-slider__play-btn svg {
        width: 3rem;
        height: 3rem
    }
}

@media (min-width: 992px) {
    .firsts-slider__play-btn svg {
        width: 3.5rem;
        height: 3.5rem
    }
}

@media (min-width: 1200px) {
    .firsts-slider__play-btn svg {
        width: 4rem;
        height: 4rem
    }
}

@media (min-width: 1500px) {
    .firsts-slider__play-btn svg {
        width: 4.5rem;
        height: 4.5rem
    }
}

@media (min-width: 1900px) {
    .firsts-slider__play-btn svg {
        width: 5rem;
        height: 5rem
    }
}

.firsts-slider.slick-slider .slick-arrow {
    background: #002246;
    border: 1px solid #002246;
    width: 3.125rem;
    height: 3.125rem;
    top: 35%
}

@media (min-width: 992px) {
    .firsts-slider.slick-slider .slick-arrow {
        top: 66%
    }
}

.firsts-slider.slick-slider .slick-arrow svg {
    width: 1.125rem;
    height: 1.125rem
}

    .firsts-slider.slick-slider .slick-arrow svg path {
        stroke: white
    }

.firsts-slider.slick-slider .slick-arrow:hover {
    background: #002246;
    border: 1px solid #002246
}

.firsts-slider.slick-slider .slick-prev {
    left: 2%
}

.firsts-slider.slick-slider .slick-next {
    right: 2%
}

.product-slider__img {
    width: 100%
}

.product-slider.slick-slider .slick-arrow {
    background: transparent;
    border: 1px solid #002246;
    width: 2.8125rem;
    height: 2.8125rem
}

@media (min-width: 992px) {
    .product-slider.slick-slider .slick-arrow {
        width: 2.8125rem;
        height: 2.8125rem;
        top: 66%
    }
}

@media (min-width: 1200px) {
    .product-slider.slick-slider .slick-arrow {
        width: 3.75rem;
        height: 3.75rem
    }
}

@media (min-width: 1900px) {
    .product-slider.slick-slider .slick-arrow {
        width: 5.625rem;
        height: 5.625rem
    }
}

.product-slider.slick-slider .slick-arrow svg {
    width: .90625rem;
    height: .90625rem
}

@media (min-width: 992px) {
    .product-slider.slick-slider .slick-arrow svg {
        width: .9375rem;
        height: .9375rem
    }
}

@media (min-width: 1200px) {
    .product-slider.slick-slider .slick-arrow svg {
        width: 1.3125rem;
        height: 1.3125rem
    }
}

@media (min-width: 1900px) {
    .product-slider.slick-slider .slick-arrow svg {
        width: 1.8125rem;
        height: 1.8125rem
    }
}

.product-slider.slick-slider .slick-arrow svg path {
    stroke: #002246
}

.product-slider.slick-slider .slick-arrow:hover {
    background: transparent;
    border: 1px solid #002246
}

    .product-slider.slick-slider .slick-arrow:hover path {
        stroke: #002246
    }

.product-slider.slick-slider .slick-prev {
    left: 2%
}

@media (min-width: 992px) {
    .product-slider.slick-slider .slick-prev {
        left: -20%
    }
}

@media (min-width: 1500px) {
    .product-slider.slick-slider .slick-prev {
        left: -15%
    }
}

@media (min-width: 1900px) {
    .product-slider.slick-slider .slick-prev {
        left: -25%
    }
}

.product-slider.slick-slider .slick-next {
    right: 2%
}

@media (min-width: 992px) {
    .product-slider.slick-slider .slick-next {
        right: -20%
    }
}

@media (min-width: 1500px) {
    .product-slider.slick-slider .slick-next {
        right: -15%
    }
}

@media (min-width: 1900px) {
    .product-slider.slick-slider .slick-next {
        right: -25%
    }
}

.social-slider__item {
    padding: .9375rem
}

    .social-slider__item iframe {
        margin: auto !important
    }

.social-slider.slick-slider .slick-arrow {
    background: #002246;
    border: 1px solid #002246;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem
}

    .social-slider.slick-slider .slick-arrow svg {
        width: 1.125rem;
        height: 1.125rem
    }

        .social-slider.slick-slider .slick-arrow svg path {
            stroke: white
        }

@media (min-width: 992px) {
    .social-slider.slick-slider .slick-arrow {
        width: 3.125rem;
        height: 3.125rem
    }

        .social-slider.slick-slider .slick-arrow svg {
            width: 1.25rem;
            height: 1.25rem
        }
}

.social-slider.slick-slider .slick-arrow:hover {
    background: #002246;
    border: 1px solid #002246
}

.social-slider.slick-slider .slick-slide {
    height: 100% !important
}

.social-slider.slick-slider .slick-track {
    display: -ms-flexbox !important;
    display: flex !important
}

.social-slider.slick-slider .slick-prev {
    left: 3%
}

.social-slider.slick-slider .slick-next {
    right: 3%
}

@media (min-width: 992px) {
    .social-slider.slick-slider .slick-prev {
        left: -4%
    }

    .social-slider.slick-slider .slick-next {
        right: -4%
    }
}

.slick-slider .slick-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: transparent;
    outline: none;
    border: 0.5px solid #B51C5C;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%)
}

    .slick-slider .slick-arrow svg {
        width: 1.125rem;
        height: 1.125rem
    }

    .slick-slider .slick-arrow:hover {
        background: linear-gradient(90deg, #7D1742 23.14%, #DA2D76 96.11%),#911756;
        border: 2px solid #FFFFFF
    }

        .slick-slider .slick-arrow:hover svg path {
            stroke: #fff
        }

@media (min-width: 992px) {
    .slick-slider .slick-arrow {
        width: 5.625rem;
        height: 5.625rem
    }

        .slick-slider .slick-arrow svg {
            width: 1.8125rem;
            height: 1.8125rem
        }
}

.slick-slider .slick-disabled {
    display: none
}

.slick-slider .slick-prev {
    left: 3%
}

.slick-slider .slick-next {
    right: 3%
}

.social-share {
    display: none;
    position: absolute;
    bottom: 10%;
    right: 3.125rem;
    z-index: 2
}

@media (min-width: 992px) {
    .social-share {
        display: block
    }
}

.social-share__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-share__nav-item + .social-share__nav-item {
    margin-top: 1rem
}

.social-share__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #B51C5C;
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

.social-share--fixed {
    position: fixed;
    bottom: 3.125rem;
    right: 3.125rem;
    z-index: 2
}

.social-share--markets {
    display: block;
    right: 50%;
    transform: translateX(50%);
    bottom: 2%
}

@media (min-width: 992px) {
    .social-share--markets {
        top: 12%;
        right: 4.6875rem;
        bottom: unset
    }
}

.social-share--markets .social-share__nav-list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 992px) {
    .social-share--markets .social-share__nav-list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.social-share--markets .social-share__nav-item + .social-share__nav-item {
    margin-top: 0;
    margin-left: 1rem
}

@media (min-width: 992px) {
    .social-share--markets .social-share__nav-item + .social-share__nav-item {
        margin-top: 1rem;
        margin-left: 0
    }
}

.tab-nav .tab-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style-type: none;
    overflow-x: scroll
}

@media (min-width: 992px) {
    .tab-nav .tab-list {
        -ms-flex-pack: center;
        justify-content: center;
        overflow-x: unset
    }
}

.tab-nav .tab-item {
    margin-bottom: .3125pxrem
}

    .tab-nav .tab-item + .tab-item {
        margin-left: 2.5rem
    }

.tab-nav .tab-link {
    transition: all 0.2s ease
}

.footer {
    background-color: #000921
}

.footer-main {
    padding: 0 1rem
}

@media (min-width: 992px) {
    .footer-main {
        padding: 4.5rem 6rem 0 6rem
    }
}

@media (min-width: 1900px) {
    .footer-main {
        padding: 7.5rem 10rem 0 10rem
    }
}

.footer-main__brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 0px 0;
}

@media (max-width: 991.98px) {
    .footer-main__brand img {
        max-width: 8.3125rem
    }
}

.footer-main__nav {
    border-bottom: 1px solid rgba(255,255,255,0.16)
}

@media (min-width: 992px) {
    .footer-main__nav {
        border: 0
    }
}

.footer-main__nav-title {
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
    margin: 2.5rem 2.4375rem 1.8125rem 2.4375rem
}

@media (min-width: 992px) {
    .footer-main__nav-title {
        margin: 0;
        margin-bottom: 1.25rem
    }
}

.footer-main__nav-title::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2233_8983)'%3E%3Cpath d='M15.5 4.5L8.5 11.5L1.5 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2233_8983'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-left: .875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 992px) {
    .footer-main__nav-title::after {
        display: none
    }
}

.footer-main__nav-title.active:after {
    transform: rotate(180deg) translateY(50%);
    transition: all 0.4s ease
}

.footer-main__nav-wrapper {
    text-align: center
}

@media (min-width: 992px) {
    .footer-main__nav-wrapper {
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        border-right: 1px solid rgba(255,255,255,0.3);
        border-left: 1px solid rgba(255,255,255,0.3)
    }
}

.footer-main__nav-list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 1.8125rem
}

@media (min-width: 992px) {
    .footer-main__nav-list {
        display: block;
        padding-bottom: 0
    }
}

.footer-main__nav-item + .footer-main__nav-item {
    margin-top: 1.25rem
}

.footer-main__nav-link {
    font-size: .875rem;
    color: #F0F0F0
}

@media (min-width: 992px) {
    .footer-main__nav-link {
        font-size: .875rem
    }
}

@media (min-width: 1200px) {
    .footer-main__nav-link {
        font-size: 1rem
    }
}

@media (min-width: 1500px) {
    .footer-main__nav-link {
        font-size: 1.125rem
    }
}

.footer-main__nav--mobile {
    display: block
}

@media (min-width: 992px) {
    .footer-main__nav--mobile {
        display: none
    }
}

.footer-main__nav--desktop {
    display: none
}

@media (min-width: 992px) {
    .footer-main__nav--desktop {
        display: block
    }
}

.footer-main__contact {
    text-align: center
}

@media (min-width: 992px) {
    .footer-main__contact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.25rem;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 1.875rem;
        max-width: 20.1875rem
    }
}

@media (min-width: 1200px) {
    .footer-main__contact {
        padding: 2rem
    }
}

@media (min-width: 1500px) {
    .footer-main__contact {
        padding: 2.5rem
    }
}

.footer-main__contact-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.16)
}

@media (min-width: 992px) {
    .footer-main__contact-wrapper {
        border: 0
    }
}

.footer-main__contact-title {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 2.5rem 2.4375rem 1.8125rem 2.4375rem
}

@media (min-width: 992px) {
    .footer-main__contact-title {
        margin: 0
    }
}

.footer-main__contact-title::after {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2233_8983)'%3E%3Cpath d='M15.5 4.5L8.5 11.5L1.5 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2233_8983'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin-left: .875rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 992px) {
    .footer-main__contact-title::after {
        display: none
    }
}

.footer-main__contact-title.active:after {
    transform: rotate(180deg) translateY(50%);
    transition: all 0.4s ease
}

@media (min-width: 992px) {
    .footer-main__contact-title {
        font-size: 1.125rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 1200px) {
    .footer-main__contact-title {
        font-size: 1.375rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 1500px) {
    .footer-main__contact-title {
        font-size: 1.5rem
    }
}

@media (min-width: 1900px) {
    .footer-main__contact-title {
        font-size: 2rem;
        margin-bottom: 2.5rem
    }
}

.footer-main__contact-link {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
    display: none
}

    .footer-main__contact-link svg {
        width: 1rem;
        height: 1rem;
        margin-right: .3125rem
    }

@media (min-width: 992px) {
    .footer-main__contact-link {
        display: block;
        font-size: .625rem
    }
}

@media (min-width: 1200px) {
    .footer-main__contact-link {
        font-size: .875rem
    }
}

@media (min-width: 1500px) {
    .footer-main__contact-link {
        font-size: 1.125rem
    }

        .footer-main__contact-link svg {
            width: 1.25rem;
            height: 1.25rem
        }
}

@media (min-width: 1900px) {
    .footer-main__contact-link {
        font-size: 1.375rem
    }

        .footer-main__contact-link svg {
            width: 1.5rem;
            height: 1.5rem
        }
}

.footer-main__social {
    margin-top: 3rem
}

.footer-main__social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-main__social-item + .footer-main__social-item {
    margin-left: .75rem
}

@media (min-width: 992px) {
    .footer-main__social-item + .footer-main__social-item {
        margin-left: .75rem
    }
}

@media (min-width: 1200px) {
    .footer-main__social-item + .footer-main__social-item {
        margin-left: 1.125rem
    }
}

@media (min-width: 1500px) {
    .footer-main__social-item + .footer-main__social-item {
        margin-left: 1.5rem
    }
}

@media (min-width: 1900px) {
    .footer-main__social-item + .footer-main__social-item {
        margin-left: 1.75rem
    }
}

.footer-main__social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 1.875rem;
    width: 2.8125rem;
    height: 2.8125rem
}

    .footer-main__social-link svg {
        width: 1rem;
        height: 1rem
    }

@media (min-width: 992px) {
    .footer-main__social-link {
        width: 2.1875rem;
        height: 2.1875rem
    }

        .footer-main__social-link svg {
            width: 1rem;
            height: 1rem
        }
}

@media (min-width: 1200px) {
    .footer-main__social-link {
        width: 2.5rem;
        height: 2.5rem
    }

        .footer-main__social-link svg {
            width: 1.125rem;
            height: 1.125rem
        }
}

@media (min-width: 1500px) {
    .footer-main__social-link {
        width: 3.125rem;
        height: 3.125rem
    }

        .footer-main__social-link svg {
            width: 1.25rem;
            height: 1.25rem
        }
}

@media (min-width: 1900px) {
    .footer-main__social-link {
        width: 3.75rem;
        height: 3.75rem
    }

        .footer-main__social-link svg {
            width: 1.5rem;
            height: 1.5rem
        }
}

.footer-main__social--desktop {
    display: none
}

@media (min-width: 992px) {
    .footer-main__social--desktop {
        display: block
    }
}

.footer-main__social--mobile {
    display: none;
    margin-top: 0rem;
    margin-bottom: 3rem
}

@media (min-width: 992px) {
    .footer-main__social--mobile {
        display: none
    }
}

@media (min-width: 992px) {
    .footer-copyright {
        margin-top: 3.5rem
    }
}

.footer-copyright__wrapper {
    padding: 2rem 2.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 992px) {
    .footer-copyright__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 0;
        border-top: 1px solid rgba(255,255,255,0.3)
    }
}

.footer-copyright__text {
    font-size: .8125rem;
    font-weight: 300;
    color: #F0F0F0;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 2rem
}

@media (min-width: 992px) {
    .footer-copyright__text {
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }
}

.footer-copyright__nav {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width: 992px) {
    .footer-copyright__nav {
        -ms-flex-order: 2;
        order: 2
    }
}

.footer-copyright__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center
}

@media (min-width: 992px) {
    .footer-copyright__nav-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 992px) {
    .footer-copyright__nav-item + .footer-copyright__nav-item {
        margin-left: 1.75rem
    }
}

.footer-copyright__nav-link {
    font-size: .75rem;
    font-weight: 400;
    color: #F0F0F0
}

.footer-scroll-btn {
    position: relative;
    z-index: 1040
}

.mobile-header {
    display: block;
    background-color: #243d5e;
    padding: 10px 0 30px 0;
}

@media (min-width: 992px) {
    .mobile-header {
        display: none
    }
}

.mobile-header__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 5rem
}

.mobile-header__language {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    display: none
}

    .mobile-header__language.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 2.1875rem
    }

.mobile-header__brand {
    margin: 0 auto;
    width: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-header__menu-toggle {
    padding: 0;
    background-color: #9b145a;
    border: none;
    border-radius: 50%;
    outline: none;
    width: 2.25rem;
    height: 2.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 1.375rem
}

    .mobile-header__menu-toggle span {
        display: inline-block;
        width: 1.125rem;
        height: .125rem;
        border-radius: 1.125rem;
        background-color: #fff;
        transition: all 0.4s
    }

        .mobile-header__menu-toggle span:not(:last-child) {
            margin-bottom: .3125rem
        }

    .mobile-header__menu-toggle.active span {
        margin-bottom: 0
    }

        .mobile-header__menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg)
        }

        .mobile-header__menu-toggle.active span:nth-child(2) {
            display: none
        }

        .mobile-header__menu-toggle.active span:nth-child(3) {
            margin-top: -0.125rem;
            transform: rotate(-45deg)
        }

.mobile-header__nav {
    display: none;
    width: 100%
}

    .mobile-header__nav.active {
        display: block
    }

.mobile-header__nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    background-color: #243d5e;
    position: relative;
    border: 2px solid #ccc;
    margin-top: 25px;
}

    .mobile-header__nav-list.slide {
        visibility: hidden
    }

.mobile-header__nav-item {
    padding: 1.5rem 1.25rem
}

    .mobile-header__nav-item + .mobile-header__nav-item {
        border-top: 1px solid rgba(240,240,240,0.5)
    }

.mobile-header__nav-link {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    font-style: italic
}

    .mobile-header__nav-link span {
        margin-right: .75rem
    }

.mobile-header__nav-submenu {
    display: none
}

    .mobile-header__nav-submenu.active {
        display: block;
        visibility: visible;
        position: absolute;
        inset: 0
    }

.mobile-header__dropdown-list {
    padding-left: 1.5rem;
    margin: 0;
    margin-top: 1rem;
    list-style-type: none
}

.mobile-header__dropdown-item + .mobile-header__dropdown-item {
    margin-top: 1.5rem
}

.desktop-header {
    display: none;
    background-color: #243c5e;
}

@media (min-width: 992px) {
    .desktop-header {
        width: 100%;
        padding: 0rem 3rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .desktop-header {
        padding: .75rem 5rem
    }
}

@media (min-width: 1500px) {
    .desktop-header {
        /*padding: 1.5rem 3rem 1.5rem 9.8125rem;*/
        margin: auto;
        text-align: center;
        width: max-content;
    }
}

.desktop-header__nav {
    padding: 1.5rem 0
}

@media (min-width: 992px) {
    .desktop-header__nav {
        margin-left: 1rem;
        padding: 1rem 0;
        margin-right: auto
    }
}

@media (min-width: 1500px) {
    .desktop-header__nav {
        margin-left: 3rem;
        padding: 1.5rem 0
    }
}

.desktop-header__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.desktop-header__nav-item {
    position: relative;
    padding: 0 .5rem
}

@media (min-width: 1200px) {
    .desktop-header__nav-item {
        padding: 0 1rem
    }
}

@media (min-width: 1500px) {
    .desktop-header__nav-item {
        padding: 0 2rem
    }
}

.desktop-header__nav-item + .desktop-header__nav-item {
    border-left: 1px solid #fff
}

.desktop-header__nav-link {
    position: relative;
    white-space: nowrap;
    font-size: .875rem;
    font-weight: 400;
    color: #fff
}

@media (min-width: 1200px) {
    .desktop-header__nav-link {
        font-size: 1rem
    }
}

@media (min-width: 1500px) {
    .desktop-header__nav-link {
        font-size: 1.25rem
    }
}

.desktop-header__nav-language-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

.desktop-header__nav-language-item + .desktop-header__nav-language-item {
    border-left: 1px solid #5fc5ee
}

.desktop-header__nav-language-item.country-select {
    padding-right: .625rem
}

@media (min-width: 1200px) {
    .desktop-header__nav-language-item.country-select {
        padding-right: 1.5rem
    }
}

.desktop-header__nav-language-item.country-select i {
    display: inline-block
}

.desktop-header__nav-language-item.country-select select {
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
    background: transparent;
    border: none
}

@media (min-width: 1200px) {
    .desktop-header__nav-language-item.country-select select {
        font-size: 1rem
    }
}

.desktop-header__nav-language-item.country-select select:focus {
    outline: none
}

.desktop-header__nav-language-item.country-select select > option {
    color: #000
}

.desktop-header__nav-language-item.language-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .625rem
}

@media (min-width: 1200px) {
    .desktop-header__nav-language-item.language-select {
        padding-left: 1.5rem
    }
}

.desktop-header__nav-language-item.language-select a {
    color: #fff;
    font-size: .75rem
}

@media (min-width: 1200px) {
    .desktop-header__nav-language-item.language-select a {
        font-size: 1rem
    }
}

.desktop-header__nav-language-item.language-select a.active {
    font-weight: bold
}

.desktop-header__nav-language-item.language-select span {
    margin: 0 5px;
    color: #fff
}

.products-menu {
    margin-top: -3px;
    display: none;
    padding: 1rem 0;
    background: linear-gradient(180deg, #243c5e 0%, rgba(155,20,90,0) 190.12%)
}

.products-menu__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.products-menu__nav-item {
    position: relative;
    border: 0.5px solid #fff
}

    .products-menu__nav-item + .products-menu__nav-item {
        border-left-color: transparent
    }

    .products-menu__nav-item.active, .products-menu__nav-item:hover {
        background-color: #243c5e;
        border: 1px solid rgba(255,255,255,0.3)
    }

.products-menu__nav-link {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    font-style: italic;
    padding: 1rem 2rem
}

@media (min-width: 1500px) {
    .products-menu__nav-link {
        font-size: 1.125rem
    }
}

@media (min-width: 1900px) {
    .products-menu__nav-link {
        font-size: 1.25rem
    }
}

.products-menu__nav-dropdown-list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #9B145A;
    padding: .75rem 0;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    position: absolute;
    z-index: 9
}

    .products-menu__nav-dropdown-list.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.products-menu__nav-dropdown-list--menu {
    top: 3rem;
    width: auto;
    font-size: 1.25rem;
    right: -10%;
    left: -10%;
    border-top: unset
}

.products-menu__nav-dropdown-item {
    width: 100%
}

.products-menu__nav-dropdown-link {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    font-style: italic;
    padding: 1.5rem 0;
    border: 0.5px solid transparent
}

    .products-menu__nav-dropdown-link:hover {
        background: linear-gradient(180deg, #9f2465 0%, #b26a91 100%);
        border: 0.5px solid rgba(240,240,240,0.5);
        border-right-color: transparent;
        border-left-color: transparent
    }

.products-menu__nav--desktop {
    display: none
}

@media (min-width: 992px) {
    .products-menu__nav--desktop {
        display: block
    }
}

.products-menu__nav--mobile {
    display: block;
    overflow-y: scroll
}

@media (min-width: 992px) {
    .products-menu__nav--mobile {
        display: none
    }
}

.products-menu__nav--mobile ul {
    padding: 0 1rem
}

.products-menu.active, .products-menu--detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .products-menu.active, .products-menu--detail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header {
    margin-bottom: -3px;
    background-color: #243c5e;
}

.header--scrolled {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*z-index: 1040;*/
    /*width: 100%;*/
    /*background-color: #fff;*/
    /*animation: menutop 0.6s ease-in-out*/
}

@keyframes menutop {
    from {
        top: -100px
    }

    to {
        top: 0
    }
}

html {
    font-size: .875rem
}

.text-center {
    text-align: center !important
}

.page-locked {
    overflow: hidden
}

.h-100 {
    height: 100% !important
}

.video-container {
    position: relative;
    padding-bottom: 56.25%
}

    .video-container iframe, .video-container video, .video-container .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

main {
    position: relative
}

.scroll-top-btn {
    display: none;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: fixed;
    bottom: 1rem;
    right: 1rem
}

@media (min-width: 992px) {
    .scroll-top-btn {
        bottom: 2rem;
        right: 4.25rem
    }
}

.scroll-top-btn.active {
    display: block
}

.scroll-top-btn svg {
    width: 5rem;
    height: 5rem
}

.about-story {
    padding: 3rem 1.25rem;
    /*background-image: url("../media/img/about-us/story/bg-img-mobile.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #192b42;
}

@media (min-width: 992px) {
    .about-story {
        padding: 6rem;
        /*background-image: url("../media/img/about-us/story/bg-img.png")*/
    }
}

.about-story__head {
    text-align: center
}

@media (min-width: 992px) {
    .about-story__head {
        margin-bottom: 3rem
    }
}

.about-story__body {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 2.25rem;
}

@media (min-width: 992px) {
    .about-story__body {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .about-story__body p {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .about-story__body p {
        margin-bottom: 1rem;
    }
}

.about-firsts {
    background-color: #192b42;
    padding: 0 0 3rem 0
}

@media (min-width: 992px) {
    .about-firsts {
        padding: 3.75rem 2.25rem
    }
}

@media (min-width: 1200px) {
    .about-firsts {
        padding: 3.75rem 3rem
    }
}

@media (min-width: 1500px) {
    .about-firsts {
        padding: 3.75rem 4rem
    }
}

.about-commercials {
    background-color: #a31567;
    padding: 0
}

@media (min-width: 992px) {
    .about-commercials {
        padding: 3.75rem 2.25rem
    }
}

@media (min-width: 1200px) {
    .about-commercials {
        padding: 3.75rem 3rem
    }
}

@media (min-width: 1500px) {
    .about-commercials {
        padding: 3.75rem 4rem
    }
}

.about-social {
    background-image: url("../media/img/about-us/social/bg-img-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0
}

@media (min-width: 992px) {
    .about-social {
        padding: 4.5rem 0;
        background-image: url("../media/img/about-us/social/bg-img.png")
    }
}

@media (min-width: 1200px) {
    .about-social {
        padding: 6rem 0
    }
}

.about-social__title {
    text-align: center;
    font-family: "Papia";
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff
}

@media (min-width: 992px) {
    .about-social__title {
        font-size: 3rem;
        margin-bottom: 2.25rem
    }
}

@media (min-width: 1200px) {
    .about-social__title {
        font-size: 3.5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 1500px) {
    .about-social__title {
        font-size: 4rem
    }
}

@media (min-width: 1900px) {
    .about-social__title {
        font-size: 4.5rem
    }
}

.contact-main {
    background-image: url("../../images/bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0
}

@media (min-width: 992px) {
    .contact-main {
        background-image: url("../../images/bk.jpg");
        padding: 4rem 0
    }
}

.contact-main__title {
    font-family: "Papia";
    font-size: 1.5rem;
    font-weight: 400;
    color: #B51C5C;
    text-align: center
}

@media (min-width: 768px) {
    .contact-main__title {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .contact-main__title {
        font-size: 3rem
    }
}

@media (min-width: 1200px) {
    .contact-main__title {
        font-size: 4rem
    }
}

@media (min-width: 1500px) {
    .contact-main__title {
        font-size: 4.5rem
    }
}

@media (min-width: 1900px) {
    .contact-main__title {
        font-size: 5.125rem
    }
}

@media (min-width: 1200px) {
    .contact-main__bg {
        background-image: url("../media/img/contact-us/main-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 3.125rem;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .contact-main__bg {
        padding: 5.1875rem
    }
}

@media (min-width: 1500px) {
    .contact-main__bg {
        padding: 11.25rem
    }
}

@media (min-width: 1500px) {
    .contact-main__form {
        background-image: url("../media/img/contact-us/main-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 11.25rem 0 3.125rem 0;
        width: 100%
    }
}

.contact-main__form textarea {
    max-height: 9.375rem
}

.contact-main__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .9375rem;
    position: relative
}

    .contact-main__box:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 90.76923%
    }

    .contact-main__box > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url("../media/img/contact-us/bg-mini.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

        .contact-main__box > .inner > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .contact-main__box h4 {
        font-family: 'Papia';
        font-size: 1rem;
        color: #001A3C;
        text-align: center
    }

@media (min-width: 768px) {
    .contact-main__box h4 {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .contact-main__box h4 {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .contact-main__box h4 {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .contact-main__box h4 {
        font-size: 2rem
    }
}

.contact-main__box h4.alt {
    margin-top: -.5rem
}

@media (min-width: 992px) {
    .contact-main__box h4.alt {
        margin-top: -1.25rem
    }
}

.contact-main__box a, .contact-main__box p {
    font-size: .875rem;
    font-weight: 400;
    color: #000921;
    text-align: center
}

@media (min-width: 768px) {
    .contact-main__box a, .contact-main__box p {
        font-size: 1rem;
        max-width: 15.625rem
    }
}

@media (min-width: 992px) {
    .contact-main__box a, .contact-main__box p {
        font-size: 1rem;
        max-width: 15.625rem
    }
}

@media (min-width: 1200px) {
    .contact-main__box a, .contact-main__box p {
        font-size: 1.125rem;
        max-width: 21.875rem
    }
}

@media (min-width: 1500px) {
    .contact-main__box a, .contact-main__box p {
        font-size: 1.5rem;
        max-width: 25rem
    }
}

@media (min-width: 1900px) {
    .contact-main__box a, .contact-main__box p {
        max-width: 28.125rem
    }
}

.contact-main__box img {
    max-width: 3.125rem
}

@media (min-width: 576px) {
    .contact-main__box img {
        max-width: 4.6875rem
    }
}

@media (min-width: 768px) {
    .contact-main__box img {
        max-width: 6.25rem
    }
}

@media (min-width: 992px) {
    .contact-main__box img {
        max-width: 9.375rem
    }
}

.contact-main__btn {
    border-radius: .375rem
}

.cookies {
    background-image: url("../media/img/contact-us/bg-img-mobile.png");
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .cookies {
        background-image: url("../media/img/contact-us/bg-img.png");
        padding: 4rem 0
    }
}

.cookies__content {
    padding: 2rem 0
}

@media (min-width: 992px) {
    .cookies__content {
        padding: 0
    }
}

.cookies__content h1 {
    text-align: center;
    font-family: "Papia";
    font-size: 1.5rem;
    font-weight: 400;
    color: #000
}

@media (min-width: 992px) {
    .cookies__content h1 {
        font-family: "Papia";
        font-size: 1.875rem;
        font-weight: 400;
        color: #000;
        line-height: 1.5625rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 1200px) {
    .cookies__content h1 {
        font-family: "Papia";
        font-size: 2.5rem;
        font-weight: 400;
        color: #000;
        line-height: 1.875rem
    }
}

.cookies__content table {
    border: 1px solid #00000a
}

    .cookies__content table thead th {
        padding: .9375rem
    }

    .cookies__content table tbody tr td {
        padding: .625rem
    }

.homepage-products {
    padding: 1rem 0;
    background-image: url("../media/img/homepage/products/bg-img-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 992px) {
    .homepage-products {
        background-image: url("../media/img/homepage/products/bg-img.png");
        padding: 3rem 0;
        min-height: 100vh
    }
}

.homepage-products .products-slider__item {
    height: 100%
}

    .homepage-products .products-slider__item > .row {
        height: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.homepage-products .products-slider__card-wrapper {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2.5rem;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .homepage-products .products-slider__card-wrapper {
        /*max-width: 75%;*/
        margin: 0 auto;
        -ms-flex-align: unset;
        align-items: unset
    }
}

@media (min-width: 1200px) {
    .homepage-products .products-slider__card-wrapper {
        padding: 0 6.25rem
    }
}

.homepage-products .products-slider__card-wrapper .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.homepage-products .products-slider__card-wrapper .of-3 {
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%
}

.homepage-products .products-slider__card-wrapper .of-2 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

@media (min-width: 992px) {
    .homepage-products .products-slider__card-wrapper .first {
        /*margin-right: -4.5%;*/
        z-index: 1
    }
}

.homepage-products .products-slider__card-wrapper .center {
    z-index: 999
}

@media (max-width: 991.98px) {
    .homepage-products .products-slider__card-wrapper .center img {
        transform: scale(1.15);
        z-index: 999
    }

    .homepage-products .products-slider__card-wrapper .center .card-head {
        margin-bottom: 1rem
    }
}

@media (min-width: 992px) {
    .homepage-products .products-slider__card-wrapper .center {
        /*margin-top: 4.375rem*/
    }
}

@media (min-width: 992px) {
    .homepage-products .products-slider__card-wrapper .last {
        z-index: 1
    }
}

@media (min-width: 992px) {
    .homepage-products .products-slider__card-wrapper .bottom {
        margin-top: 6rem;
        transform: scale(1.1)
    }
}

.markets-main {
    position: relative;
    padding: 3rem 0;
    background-image: url("../media/img/online-markets/bg-img-mobile.png");
    background-repeat: no-repeat;
    background-size: cover
}

    .markets-main::after {
        content: '';
        width: 100%;
        height: 6.875rem;
        background-image: url("../media/img/online-markets/wave-img-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0
    }

@media (min-width: 992px) {
    .markets-main::after {
        height: 14rem;
        background-image: url("../media/img/online-markets/wave-img.png")
    }
}

@media (min-width: 992px) {
    .markets-main {
        background-image: url("../media/img/online-markets/bg-img.png");
        padding: 3rem 0
    }
}

@media (min-width: 1200px) {
    .markets-main {
        padding: 3rem 0
    }
}

.markets-main__head {
    text-align: center
}

.markets-main__title {
    font-family: "Papia Light";
    font-size: 1.5rem;
    font-weight: 400;
    color: #001A3C;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .markets-main__title {
        font-size: 3.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1200px) {
    .markets-main__title {
        font-size: 4rem
    }
}

@media (min-width: 1500px) {
    .markets-main__title {
        font-size: 4.5rem
    }
}

@media (min-width: 1900px) {
    .markets-main__title {
        font-size: 6rem
    }
}

.markets-main__text {
    font-size: 1rem;
    font-weight: 400;
    color: #000921;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .markets-main__text {
        font-size: 1.5rem;
        margin-bottom: 4rem
    }
}

.markets-main__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 3rem auto
}

@media (min-width: 992px) {
    .markets-main__nav {
        max-width: 44.375rem
    }
}

.markets-main__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.markets-main__nav-item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

@media (min-width: 768px) {
    .markets-main__nav-item {
        -ms-flex: 1 1 33.3%;
        flex: 1 1 33.3%
    }
}

.markets-main__nav-item + .markets-main__nav-item {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .markets-main__nav-item + .markets-main__nav-item {
        margin-bottom: 2rem
    }
}

.markets-main__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: .5rem;
    border: 1px solid #DCD2D2;
    border-radius: 71px;
    margin: auto;
    max-width: 10rem
}

@media (min-width: 576px) {
    .markets-main__nav-link {
        padding: 1.5rem;
        max-width: 11.25rem
    }
}

@media (min-width: 768px) {
    .markets-main__nav-link {
        padding: 1.5rem;
        max-width: 13rem
    }
}

.markets-main__img {
    margin-top: -10%;
    width: 100%;
    margin-bottom: 6rem;
    pointer-events: none
}

@media (min-width: 992px) {
    .product-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3.5rem 4rem
    }
}

@media (min-width: 992px) {
    .product-main--tp {
        background-image: url("../media/img/product-detail/toilet-paper/bg-img.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .product-main--tp-p {
        background-image: url("../media/img/product-detail/toilet-paper/bg-img-parfume.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .product-main--pt {
        background-image: url("../media/img/product-detail/paper-towel/bg-img.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .product-main--n {
        background-image: url("../media/img/product-detail/napkin/bg-img.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%;
        padding-bottom: 2.25rem
    }
}

@media (min-width: 992px) {
    .product-main--h {
        background-image: url("../media/img/product-detail/handkerchief/bg-img-pocket.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%
    }
}

@media (min-width: 992px) {
    .product-main--hb {
        background-image: url("../media/img/product-detail/handkerchief/bg-img-box.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%
    }
}

.product-main__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-main__nav--desktop {
    display: none
}

@media (min-width: 992px) {
    .product-main__nav--desktop {
        display: -ms-flexbox;
        display: flex
    }
}

.product-main__nav--mobile {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
    margin-bottom: 4rem
}

@media (min-width: 992px) {
    .product-main__nav--mobile {
        display: none
    }
}

.product-main__nav-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
    padding: .75rem;
    background-color: #9B145A;
    width: 100%;
    text-align: center;
    font-weight: 500
}

@media (min-width: 992px) {
    .product-main__nav-title {
        padding: 0;
        background-color: transparent;
        color: #002246
    }
}

.product-main__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 19.75rem
}

@media (min-width: 576px) {
    .product-main__nav-list {
        max-width: 19.75rem
    }
}

@media (min-width: 992px) {
    .product-main__nav-list {
        max-width: 100%
    }
}

@media (min-width: 1500px) {
    .product-main__nav-list {
        max-width: 23.75rem
    }
}

.product-main__nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 5.3125rem;
    margin: .3125rem;
    max-width: 4.3125rem
}

@media (min-width: 576px) {
    .product-main__nav-item {
        max-width: 4.3125rem
    }
}

@media (min-width: 992px) {
    .product-main__nav-item {
        margin: .625rem;
        margin-bottom: 1.875rem;
        max-width: 4.6875rem
    }
}

.product-main__nav-item.active a {
    color: #fff;
    background: linear-gradient(97.83deg, #9B145A 6.04%, #DD0B86 136.38%);
    border: 1px solid #9B145A
}

.product-main__nav-link {
    font-size: .875rem;
    font-weight: 600;
    color: #16284C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(96.43deg, rgba(190,16,113,0.1) -3.98%, rgba(192,16,115,0.1) 149.37%),linear-gradient(68.05deg, rgba(238,216,224,0.4) 44.25%, rgba(22,40,76,0.4) 151.98%);
    border: 1px solid #BE1071;
    border-radius: 1.625rem;
    width: 4.3125rem;
    height: 4.3125rem;
    margin: auto
}

@media (min-width: 576px) {
    .product-main__nav-link {
        font-size: 1rem;
        width: 4.375rem;
        height: 4.375rem
    }
}

@media (min-width: 992px) {
    .product-main__nav-link {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 1.25rem
    }
}

@media (min-width: 1200px) {
    .product-main__nav-link {
        width: 4.6875rem;
        height: 4.6875rem
    }
}

.product-main__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    inset: 0
}

@media (min-width: 992px) {
    .product-main__content {
        margin-right: 5%
    }
}

.product-main__content-wrapper {
    position: relative;
    margin-bottom: 1.5rem;
    background-image: url("../media/img/product-detail/content-bg-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

    .product-main__content-wrapper:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 78.4%
    }

@media (min-width: 768px) {
    .product-main__content-wrapper {
        max-width: 43.75rem;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .product-main__content-wrapper {
        max-width: 50rem
    }
}

@media (min-width: 1500px) {
    .product-main__content-wrapper {
        max-width: 46.875rem
    }
}

@media (min-width: 1500px) {
    .product-main__content-wrapper {
        max-width: 45.3125rem
    }
}

.product-main__content-wrapper-mobile {
    padding: 0 1rem;
    background-image: url("../media/img/product-detail/mobile-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (min-width: 992px) {
    .product-main__content-wrapper-mobile {
        padding: 0;
        background-image: none
    }
}

.product-main__content-title {
    text-align: center;
    font-family: "Papia Light";
    font-size: 1rem;
    font-weight: 400;
    color: #002246;
    margin-bottom: 1rem
}

@media (min-width: 576px) {
    .product-main__content-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        max-width: 18.75rem
    }
}

@media (min-width: 768px) {
    .product-main__content-title {
        font-size: 2.25rem;
        line-height: 3rem;
        max-width: 31.25rem
    }
}

@media (min-width: 992px) {
    .product-main__content-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        max-width: 18.75rem
    }
}

@media (min-width: 1200px) {
    .product-main__content-title {
        font-size: 2rem;
        line-height: 2rem;
        max-width: 18.75rem
    }
}

@media (min-width: 1500px) {
    .product-main__content-title {
        font-size: 3rem;
        line-height: 4rem;
        max-width: 37.5rem
    }
}

.product-main__content-text {
    text-align: center;
    font-size: .5rem;
    font-weight: 100;
    color: #002246;
    max-width: 16.25rem
}

@media (min-width: 576px) {
    .product-main__content-text {
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .product-main__content-text {
        font-size: 1rem;
        max-width: 31.25rem
    }
}

@media (min-width: 992px) {
    .product-main__content-text {
        font-size: 1rem;
        line-height: 1.5rem;
        max-width: 18.75rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1200px) {
    .product-main__content-text {
        font-size: 1rem;
        line-height: 2rem;
        max-width: 25rem
    }
}

@media (min-width: 1500px) {
    .product-main__content-text {
        max-width: 34.375rem
    }
}

@media (min-width: 1900px) {
    .product-main__content-text {
        max-width: 31.25rem
    }
}

.product-main__content-btn {
    padding: .5rem 1.25rem;
    font-size: .875rem
}

@media (min-width: 1200px) {
    .product-main__content-btn {
        padding: .875rem 2.25rem;
        font-size: 1rem
    }
}

.product-main__content-btn--desktop {
    display: none
}

@media (min-width: 992px) {
    .product-main__content-btn--desktop {
        display: inline-block
    }
}

.product-main__content-mobile-buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 7.5rem
}

@media (min-width: 992px) {
    .product-main__content-mobile-buy {
        display: none
    }
}

.products-main {
    background-image: url("../media/img/products-page/bg-img.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.products-main__content {
    padding: 2rem 0
}

.products-main__card-head {
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products-main__card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products-main div[class^="col-"] {
    margin-bottom: 2.625rem
}

.sustainability-main {
    background-color: #A31567;
    padding: 0
}

    .sustainability-main .firsts-slider__nav-link {
        font-size: 1.25rem
    }

@media (min-width: 576px) {
    .sustainability-main .firsts-slider__nav-link {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width: 768px) {
    .sustainability-main .firsts-slider__nav-link {
        font-size: 2rem;
        line-height: 2.375rem
    }
}

@media (min-width: 992px) {
    .sustainability-main .firsts-slider__content-area {
        width: 100%;
        max-width: 25rem
    }
}

@media (min-width: 1200px) {
    .sustainability-main .firsts-slider__content-area {
        max-width: 31.25rem
    }
}

@media (min-width: 1900px) {
    .sustainability-main .firsts-slider__content-area {
        max-width: 25.875rem
    }
}

.terms {
    background-image: url("../media/img/contact-us/bg-img-mobile.png");
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .terms {
        background-image: url("../media/img/contact-us/bg-img.png");
        padding: 4rem 0
    }
}

.terms__content {
    padding: 2rem 0
}

@media (min-width: 992px) {
    .terms__content {
        padding: 0
    }
}

.terms__content h1 {
    text-align: center;
    font-family: "Papia";
    font-size: 1.5rem;
    font-weight: 400;
    color: #000
}

@media (min-width: 992px) {
    .terms__content h1 {
        font-family: "Papia";
        font-size: 1.875rem;
        font-weight: 400;
        color: #000;
        margin-bottom: 2rem
    }
}

@media (min-width: 1200px) {
    .terms__content h1 {
        font-family: "Papia";
        font-size: 2.5rem;
        font-weight: 400;
        color: #000
    }
}

@media (min-width: 992px) {
    html:lang(en) .product-main--tp {
        background-image: url("../media/img/theme/en/product-detail/toilet-paper/bg-img.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%;
        padding: 3.625rem 4rem
    }
}

@media (min-width: 992px) {
    html:lang(en) .product-main--tp-p {
        background-image: url("../media/img/theme/en/product-detail/toilet-paper/bg-img-parfume.png");
        background-repeat: no-repeat;
        background-position: 0% 100%;
        background-size: 100%;
        padding: 3.625rem 4rem
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before, .slick-track:after {
        content: '';
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider-image-container {
    min-height: 400px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .slider-image-container {
        min-height: 300px;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}


.float_whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

.footer-main__nav-item p {
    color: #fff;
    font-style: italic;
}


