@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400; 500&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield
}

details {
    display: block
}

[hidden] {
    display: none
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:480px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:1025px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:480px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:480px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.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-8 {
    margin: .8rem !important
}

.mt-8,
.my-8 {
    margin-top: .8rem !important
}

.mr-8,
.mx-8 {
    margin-right: .8rem !important
}

.mb-8,
.my-8 {
    margin-bottom: .8rem !important
}

.ml-8,
.mx-8 {
    margin-left: .8rem !important
}

.m-16 {
    margin: 1.6rem !important
}

.mt-16,
.my-16 {
    margin-top: 1.6rem !important
}

.mr-16,
.mx-16 {
    margin-right: 1.6rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 1.6rem !important
}

.ml-16,
.mx-16 {
    margin-left: 1.6rem !important
}

.m-24 {
    margin: 2.4rem !important
}

.mt-24,
.my-24 {
    margin-top: 2.4rem !important
}

.mr-24,
.mx-24 {
    margin-right: 2.4rem !important
}

.mb-24,
.my-24 {
    margin-bottom: 2.4rem !important
}

.ml-24,
.mx-24 {
    margin-left: 2.4rem !important
}

.m-32 {
    margin: 3.2rem !important
}

.mt-32,
.my-32 {
    margin-top: 3.2rem !important
}

.mr-32,
.mx-32 {
    margin-right: 3.2rem !important
}

.mb-32,
.my-32 {
    margin-bottom: 3.2rem !important
}

.ml-32,
.mx-32 {
    margin-left: 3.2rem !important
}

.m-40 {
    margin: 4rem !important
}

.mt-40,
.my-40 {
    margin-top: 4rem !important
}

.mr-40,
.mx-40 {
    margin-right: 4rem !important
}

.mb-40,
.my-40 {
    margin-bottom: 4rem !important
}

.ml-40,
.mx-40 {
    margin-left: 4rem !important
}

.m-48 {
    margin: 4.8rem !important
}

.mt-48,
.my-48 {
    margin-top: 4.8rem !important
}

.mr-48,
.mx-48 {
    margin-right: 4.8rem !important
}

.mb-48,
.my-48 {
    margin-bottom: 4.8rem !important
}

.ml-48,
.mx-48 {
    margin-left: 4.8rem !important
}

.m-60 {
    margin: 6rem !important
}

.mt-60,
.my-60 {
    margin-top: 6rem !important
}

.mr-60,
.mx-60 {
    margin-right: 6rem !important
}

.mb-60,
.my-60 {
    margin-bottom: 6rem !important
}

.ml-60,
.mx-60 {
    margin-left: 6rem !important
}

.m-80 {
    margin: 8rem !important
}

.mt-80,
.my-80 {
    margin-top: 8rem !important
}

.mr-80,
.mx-80 {
    margin-right: 8rem !important
}

.mb-80,
.my-80 {
    margin-bottom: 8rem !important
}

.ml-80,
.mx-80 {
    margin-left: 8rem !important
}

.m-100 {
    margin: 10rem !important
}

.mt-100,
.my-100 {
    margin-top: 10rem !important
}

.mr-100,
.mx-100 {
    margin-right: 10rem !important
}

.mb-100,
.my-100 {
    margin-bottom: 10rem !important
}

.ml-100,
.mx-100 {
    margin-left: 10rem !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-8 {
    padding: .8rem !important
}

.pt-8,
.py-8 {
    padding-top: .8rem !important
}

.pr-8,
.px-8 {
    padding-right: .8rem !important
}

.pb-8,
.py-8 {
    padding-bottom: .8rem !important
}

.pl-8,
.px-8 {
    padding-left: .8rem !important
}

.p-16 {
    padding: 1.6rem !important
}

.pt-16,
.py-16 {
    padding-top: 1.6rem !important
}

.pr-16,
.px-16 {
    padding-right: 1.6rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 1.6rem !important
}

.pl-16,
.px-16 {
    padding-left: 1.6rem !important
}

.p-24 {
    padding: 2.4rem !important
}

.pt-24,
.py-24 {
    padding-top: 2.4rem !important
}

.pr-24,
.px-24 {
    padding-right: 2.4rem !important
}

.pb-24,
.py-24 {
    padding-bottom: 2.4rem !important
}

.pl-24,
.px-24 {
    padding-left: 2.4rem !important
}

.p-32 {
    padding: 3.2rem !important
}

.pt-32,
.py-32 {
    padding-top: 3.2rem !important
}

.pr-32,
.px-32 {
    padding-right: 3.2rem !important
}

.pb-32,
.py-32 {
    padding-bottom: 3.2rem !important
}

.pl-32,
.px-32 {
    padding-left: 3.2rem !important
}

.p-40 {
    padding: 4rem !important
}

.pt-40,
.py-40 {
    padding-top: 4rem !important
}

.pr-40,
.px-40 {
    padding-right: 4rem !important
}

.pb-40,
.py-40 {
    padding-bottom: 4rem !important
}

.pl-40,
.px-40 {
    padding-left: 4rem !important
}

.p-48 {
    padding: 4.8rem !important
}

.pt-48,
.py-48 {
    padding-top: 4.8rem !important
}

.pr-48,
.px-48 {
    padding-right: 4.8rem !important
}

.pb-48,
.py-48 {
    padding-bottom: 4.8rem !important
}

.pl-48,
.px-48 {
    padding-left: 4.8rem !important
}

.p-60 {
    padding: 6rem !important
}

.pt-60,
.py-60 {
    padding-top: 6rem !important
}

.pr-60,
.px-60 {
    padding-right: 6rem !important
}

.pb-60,
.py-60 {
    padding-bottom: 6rem !important
}

.pl-60,
.px-60 {
    padding-left: 6rem !important
}

.p-80 {
    padding: 8rem !important
}

.pt-80,
.py-80 {
    padding-top: 8rem !important
}

.pr-80,
.px-80 {
    padding-right: 8rem !important
}

.pb-80,
.py-80 {
    padding-bottom: 8rem !important
}

.pl-80,
.px-80 {
    padding-left: 8rem !important
}

.p-100 {
    padding: 10rem !important
}

.pt-100,
.py-100 {
    padding-top: 10rem !important
}

.pr-100,
.px-100 {
    padding-right: 10rem !important
}

.pb-100,
.py-100 {
    padding-bottom: 10rem !important
}

.pl-100,
.px-100 {
    padding-left: 10rem !important
}

.m-n8 {
    margin: -.8rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -.8rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -.8rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -.8rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -.8rem !important
}

.m-n16 {
    margin: -1.6rem !important
}

.mt-n16,
.my-n16 {
    margin-top: -1.6rem !important
}

.mr-n16,
.mx-n16 {
    margin-right: -1.6rem !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -1.6rem !important
}

.ml-n16,
.mx-n16 {
    margin-left: -1.6rem !important
}

.m-n24 {
    margin: -2.4rem !important
}

.mt-n24,
.my-n24 {
    margin-top: -2.4rem !important
}

.mr-n24,
.mx-n24 {
    margin-right: -2.4rem !important
}

.mb-n24,
.my-n24 {
    margin-bottom: -2.4rem !important
}

.ml-n24,
.mx-n24 {
    margin-left: -2.4rem !important
}

.m-n32 {
    margin: -3.2rem !important
}

.mt-n32,
.my-n32 {
    margin-top: -3.2rem !important
}

.mr-n32,
.mx-n32 {
    margin-right: -3.2rem !important
}

.mb-n32,
.my-n32 {
    margin-bottom: -3.2rem !important
}

.ml-n32,
.mx-n32 {
    margin-left: -3.2rem !important
}

.m-n40 {
    margin: -4rem !important
}

.mt-n40,
.my-n40 {
    margin-top: -4rem !important
}

.mr-n40,
.mx-n40 {
    margin-right: -4rem !important
}

.mb-n40,
.my-n40 {
    margin-bottom: -4rem !important
}

.ml-n40,
.mx-n40 {
    margin-left: -4rem !important
}

.m-n48 {
    margin: -4.8rem !important
}

.mt-n48,
.my-n48 {
    margin-top: -4.8rem !important
}

.mr-n48,
.mx-n48 {
    margin-right: -4.8rem !important
}

.mb-n48,
.my-n48 {
    margin-bottom: -4.8rem !important
}

.ml-n48,
.mx-n48 {
    margin-left: -4.8rem !important
}

.m-n60 {
    margin: -6rem !important
}

.mt-n60,
.my-n60 {
    margin-top: -6rem !important
}

.mr-n60,
.mx-n60 {
    margin-right: -6rem !important
}

.mb-n60,
.my-n60 {
    margin-bottom: -6rem !important
}

.ml-n60,
.mx-n60 {
    margin-left: -6rem !important
}

.m-n80 {
    margin: -8rem !important
}

.mt-n80,
.my-n80 {
    margin-top: -8rem !important
}

.mr-n80,
.mx-n80 {
    margin-right: -8rem !important
}

.mb-n80,
.my-n80 {
    margin-bottom: -8rem !important
}

.ml-n80,
.mx-n80 {
    margin-left: -8rem !important
}

.m-n100 {
    margin: -10rem !important
}

.mt-n100,
.my-n100 {
    margin-top: -10rem !important
}

.mr-n100,
.mx-n100 {
    margin-right: -10rem !important
}

.mb-n100,
.my-n100 {
    margin-bottom: -10rem !important
}

.ml-n100,
.mx-n100 {
    margin-left: -10rem !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:480px) {
    .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-8 {
        margin: .8rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: .8rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: .8rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: .8rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: .8rem !important
    }

    .m-sm-16 {
        margin: 1.6rem !important
    }

    .mt-sm-16,
    .my-sm-16 {
        margin-top: 1.6rem !important
    }

    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 1.6rem !important
    }

    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 1.6rem !important
    }

    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 1.6rem !important
    }

    .m-sm-24 {
        margin: 2.4rem !important
    }

    .mt-sm-24,
    .my-sm-24 {
        margin-top: 2.4rem !important
    }

    .mr-sm-24,
    .mx-sm-24 {
        margin-right: 2.4rem !important
    }

    .mb-sm-24,
    .my-sm-24 {
        margin-bottom: 2.4rem !important
    }

    .ml-sm-24,
    .mx-sm-24 {
        margin-left: 2.4rem !important
    }

    .m-sm-32 {
        margin: 3.2rem !important
    }

    .mt-sm-32,
    .my-sm-32 {
        margin-top: 3.2rem !important
    }

    .mr-sm-32,
    .mx-sm-32 {
        margin-right: 3.2rem !important
    }

    .mb-sm-32,
    .my-sm-32 {
        margin-bottom: 3.2rem !important
    }

    .ml-sm-32,
    .mx-sm-32 {
        margin-left: 3.2rem !important
    }

    .m-sm-40 {
        margin: 4rem !important
    }

    .mt-sm-40,
    .my-sm-40 {
        margin-top: 4rem !important
    }

    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 4rem !important
    }

    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 4rem !important
    }

    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 4rem !important
    }

    .m-sm-48 {
        margin: 4.8rem !important
    }

    .mt-sm-48,
    .my-sm-48 {
        margin-top: 4.8rem !important
    }

    .mr-sm-48,
    .mx-sm-48 {
        margin-right: 4.8rem !important
    }

    .mb-sm-48,
    .my-sm-48 {
        margin-bottom: 4.8rem !important
    }

    .ml-sm-48,
    .mx-sm-48 {
        margin-left: 4.8rem !important
    }

    .m-sm-60 {
        margin: 6rem !important
    }

    .mt-sm-60,
    .my-sm-60 {
        margin-top: 6rem !important
    }

    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 6rem !important
    }

    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 6rem !important
    }

    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 6rem !important
    }

    .m-sm-80 {
        margin: 8rem !important
    }

    .mt-sm-80,
    .my-sm-80 {
        margin-top: 8rem !important
    }

    .mr-sm-80,
    .mx-sm-80 {
        margin-right: 8rem !important
    }

    .mb-sm-80,
    .my-sm-80 {
        margin-bottom: 8rem !important
    }

    .ml-sm-80,
    .mx-sm-80 {
        margin-left: 8rem !important
    }

    .m-sm-100 {
        margin: 10rem !important
    }

    .mt-sm-100,
    .my-sm-100 {
        margin-top: 10rem !important
    }

    .mr-sm-100,
    .mx-sm-100 {
        margin-right: 10rem !important
    }

    .mb-sm-100,
    .my-sm-100 {
        margin-bottom: 10rem !important
    }

    .ml-sm-100,
    .mx-sm-100 {
        margin-left: 10rem !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-8 {
        padding: .8rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: .8rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: .8rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: .8rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: .8rem !important
    }

    .p-sm-16 {
        padding: 1.6rem !important
    }

    .pt-sm-16,
    .py-sm-16 {
        padding-top: 1.6rem !important
    }

    .pr-sm-16,
    .px-sm-16 {
        padding-right: 1.6rem !important
    }

    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 1.6rem !important
    }

    .pl-sm-16,
    .px-sm-16 {
        padding-left: 1.6rem !important
    }

    .p-sm-24 {
        padding: 2.4rem !important
    }

    .pt-sm-24,
    .py-sm-24 {
        padding-top: 2.4rem !important
    }

    .pr-sm-24,
    .px-sm-24 {
        padding-right: 2.4rem !important
    }

    .pb-sm-24,
    .py-sm-24 {
        padding-bottom: 2.4rem !important
    }

    .pl-sm-24,
    .px-sm-24 {
        padding-left: 2.4rem !important
    }

    .p-sm-32 {
        padding: 3.2rem !important
    }

    .pt-sm-32,
    .py-sm-32 {
        padding-top: 3.2rem !important
    }

    .pr-sm-32,
    .px-sm-32 {
        padding-right: 3.2rem !important
    }

    .pb-sm-32,
    .py-sm-32 {
        padding-bottom: 3.2rem !important
    }

    .pl-sm-32,
    .px-sm-32 {
        padding-left: 3.2rem !important
    }

    .p-sm-40 {
        padding: 4rem !important
    }

    .pt-sm-40,
    .py-sm-40 {
        padding-top: 4rem !important
    }

    .pr-sm-40,
    .px-sm-40 {
        padding-right: 4rem !important
    }

    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 4rem !important
    }

    .pl-sm-40,
    .px-sm-40 {
        padding-left: 4rem !important
    }

    .p-sm-48 {
        padding: 4.8rem !important
    }

    .pt-sm-48,
    .py-sm-48 {
        padding-top: 4.8rem !important
    }

    .pr-sm-48,
    .px-sm-48 {
        padding-right: 4.8rem !important
    }

    .pb-sm-48,
    .py-sm-48 {
        padding-bottom: 4.8rem !important
    }

    .pl-sm-48,
    .px-sm-48 {
        padding-left: 4.8rem !important
    }

    .p-sm-60 {
        padding: 6rem !important
    }

    .pt-sm-60,
    .py-sm-60 {
        padding-top: 6rem !important
    }

    .pr-sm-60,
    .px-sm-60 {
        padding-right: 6rem !important
    }

    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 6rem !important
    }

    .pl-sm-60,
    .px-sm-60 {
        padding-left: 6rem !important
    }

    .p-sm-80 {
        padding: 8rem !important
    }

    .pt-sm-80,
    .py-sm-80 {
        padding-top: 8rem !important
    }

    .pr-sm-80,
    .px-sm-80 {
        padding-right: 8rem !important
    }

    .pb-sm-80,
    .py-sm-80 {
        padding-bottom: 8rem !important
    }

    .pl-sm-80,
    .px-sm-80 {
        padding-left: 8rem !important
    }

    .p-sm-100 {
        padding: 10rem !important
    }

    .pt-sm-100,
    .py-sm-100 {
        padding-top: 10rem !important
    }

    .pr-sm-100,
    .px-sm-100 {
        padding-right: 10rem !important
    }

    .pb-sm-100,
    .py-sm-100 {
        padding-bottom: 10rem !important
    }

    .pl-sm-100,
    .px-sm-100 {
        padding-left: 10rem !important
    }

    .m-sm-n8 {
        margin: -.8rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -.8rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -.8rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -.8rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -.8rem !important
    }

    .m-sm-n16 {
        margin: -1.6rem !important
    }

    .mt-sm-n16,
    .my-sm-n16 {
        margin-top: -1.6rem !important
    }

    .mr-sm-n16,
    .mx-sm-n16 {
        margin-right: -1.6rem !important
    }

    .mb-sm-n16,
    .my-sm-n16 {
        margin-bottom: -1.6rem !important
    }

    .ml-sm-n16,
    .mx-sm-n16 {
        margin-left: -1.6rem !important
    }

    .m-sm-n24 {
        margin: -2.4rem !important
    }

    .mt-sm-n24,
    .my-sm-n24 {
        margin-top: -2.4rem !important
    }

    .mr-sm-n24,
    .mx-sm-n24 {
        margin-right: -2.4rem !important
    }

    .mb-sm-n24,
    .my-sm-n24 {
        margin-bottom: -2.4rem !important
    }

    .ml-sm-n24,
    .mx-sm-n24 {
        margin-left: -2.4rem !important
    }

    .m-sm-n32 {
        margin: -3.2rem !important
    }

    .mt-sm-n32,
    .my-sm-n32 {
        margin-top: -3.2rem !important
    }

    .mr-sm-n32,
    .mx-sm-n32 {
        margin-right: -3.2rem !important
    }

    .mb-sm-n32,
    .my-sm-n32 {
        margin-bottom: -3.2rem !important
    }

    .ml-sm-n32,
    .mx-sm-n32 {
        margin-left: -3.2rem !important
    }

    .m-sm-n40 {
        margin: -4rem !important
    }

    .mt-sm-n40,
    .my-sm-n40 {
        margin-top: -4rem !important
    }

    .mr-sm-n40,
    .mx-sm-n40 {
        margin-right: -4rem !important
    }

    .mb-sm-n40,
    .my-sm-n40 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n40,
    .mx-sm-n40 {
        margin-left: -4rem !important
    }

    .m-sm-n48 {
        margin: -4.8rem !important
    }

    .mt-sm-n48,
    .my-sm-n48 {
        margin-top: -4.8rem !important
    }

    .mr-sm-n48,
    .mx-sm-n48 {
        margin-right: -4.8rem !important
    }

    .mb-sm-n48,
    .my-sm-n48 {
        margin-bottom: -4.8rem !important
    }

    .ml-sm-n48,
    .mx-sm-n48 {
        margin-left: -4.8rem !important
    }

    .m-sm-n60 {
        margin: -6rem !important
    }

    .mt-sm-n60,
    .my-sm-n60 {
        margin-top: -6rem !important
    }

    .mr-sm-n60,
    .mx-sm-n60 {
        margin-right: -6rem !important
    }

    .mb-sm-n60,
    .my-sm-n60 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n60,
    .mx-sm-n60 {
        margin-left: -6rem !important
    }

    .m-sm-n80 {
        margin: -8rem !important
    }

    .mt-sm-n80,
    .my-sm-n80 {
        margin-top: -8rem !important
    }

    .mr-sm-n80,
    .mx-sm-n80 {
        margin-right: -8rem !important
    }

    .mb-sm-n80,
    .my-sm-n80 {
        margin-bottom: -8rem !important
    }

    .ml-sm-n80,
    .mx-sm-n80 {
        margin-left: -8rem !important
    }

    .m-sm-n100 {
        margin: -10rem !important
    }

    .mt-sm-n100,
    .my-sm-n100 {
        margin-top: -10rem !important
    }

    .mr-sm-n100,
    .mx-sm-n100 {
        margin-right: -10rem !important
    }

    .mb-sm-n100,
    .my-sm-n100 {
        margin-bottom: -10rem !important
    }

    .ml-sm-n100,
    .mx-sm-n100 {
        margin-left: -10rem !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-8 {
        margin: .8rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: .8rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: .8rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: .8rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: .8rem !important
    }

    .m-md-16 {
        margin: 1.6rem !important
    }

    .mt-md-16,
    .my-md-16 {
        margin-top: 1.6rem !important
    }

    .mr-md-16,
    .mx-md-16 {
        margin-right: 1.6rem !important
    }

    .mb-md-16,
    .my-md-16 {
        margin-bottom: 1.6rem !important
    }

    .ml-md-16,
    .mx-md-16 {
        margin-left: 1.6rem !important
    }

    .m-md-24 {
        margin: 2.4rem !important
    }

    .mt-md-24,
    .my-md-24 {
        margin-top: 2.4rem !important
    }

    .mr-md-24,
    .mx-md-24 {
        margin-right: 2.4rem !important
    }

    .mb-md-24,
    .my-md-24 {
        margin-bottom: 2.4rem !important
    }

    .ml-md-24,
    .mx-md-24 {
        margin-left: 2.4rem !important
    }

    .m-md-32 {
        margin: 3.2rem !important
    }

    .mt-md-32,
    .my-md-32 {
        margin-top: 3.2rem !important
    }

    .mr-md-32,
    .mx-md-32 {
        margin-right: 3.2rem !important
    }

    .mb-md-32,
    .my-md-32 {
        margin-bottom: 3.2rem !important
    }

    .ml-md-32,
    .mx-md-32 {
        margin-left: 3.2rem !important
    }

    .m-md-40 {
        margin: 4rem !important
    }

    .mt-md-40,
    .my-md-40 {
        margin-top: 4rem !important
    }

    .mr-md-40,
    .mx-md-40 {
        margin-right: 4rem !important
    }

    .mb-md-40,
    .my-md-40 {
        margin-bottom: 4rem !important
    }

    .ml-md-40,
    .mx-md-40 {
        margin-left: 4rem !important
    }

    .m-md-48 {
        margin: 4.8rem !important
    }

    .mt-md-48,
    .my-md-48 {
        margin-top: 4.8rem !important
    }

    .mr-md-48,
    .mx-md-48 {
        margin-right: 4.8rem !important
    }

    .mb-md-48,
    .my-md-48 {
        margin-bottom: 4.8rem !important
    }

    .ml-md-48,
    .mx-md-48 {
        margin-left: 4.8rem !important
    }

    .m-md-60 {
        margin: 6rem !important
    }

    .mt-md-60,
    .my-md-60 {
        margin-top: 6rem !important
    }

    .mr-md-60,
    .mx-md-60 {
        margin-right: 6rem !important
    }

    .mb-md-60,
    .my-md-60 {
        margin-bottom: 6rem !important
    }

    .ml-md-60,
    .mx-md-60 {
        margin-left: 6rem !important
    }

    .m-md-80 {
        margin: 8rem !important
    }

    .mt-md-80,
    .my-md-80 {
        margin-top: 8rem !important
    }

    .mr-md-80,
    .mx-md-80 {
        margin-right: 8rem !important
    }

    .mb-md-80,
    .my-md-80 {
        margin-bottom: 8rem !important
    }

    .ml-md-80,
    .mx-md-80 {
        margin-left: 8rem !important
    }

    .m-md-100 {
        margin: 10rem !important
    }

    .mt-md-100,
    .my-md-100 {
        margin-top: 10rem !important
    }

    .mr-md-100,
    .mx-md-100 {
        margin-right: 10rem !important
    }

    .mb-md-100,
    .my-md-100 {
        margin-bottom: 10rem !important
    }

    .ml-md-100,
    .mx-md-100 {
        margin-left: 10rem !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-8 {
        padding: .8rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: .8rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: .8rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: .8rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: .8rem !important
    }

    .p-md-16 {
        padding: 1.6rem !important
    }

    .pt-md-16,
    .py-md-16 {
        padding-top: 1.6rem !important
    }

    .pr-md-16,
    .px-md-16 {
        padding-right: 1.6rem !important
    }

    .pb-md-16,
    .py-md-16 {
        padding-bottom: 1.6rem !important
    }

    .pl-md-16,
    .px-md-16 {
        padding-left: 1.6rem !important
    }

    .p-md-24 {
        padding: 2.4rem !important
    }

    .pt-md-24,
    .py-md-24 {
        padding-top: 2.4rem !important
    }

    .pr-md-24,
    .px-md-24 {
        padding-right: 2.4rem !important
    }

    .pb-md-24,
    .py-md-24 {
        padding-bottom: 2.4rem !important
    }

    .pl-md-24,
    .px-md-24 {
        padding-left: 2.4rem !important
    }

    .p-md-32 {
        padding: 3.2rem !important
    }

    .pt-md-32,
    .py-md-32 {
        padding-top: 3.2rem !important
    }

    .pr-md-32,
    .px-md-32 {
        padding-right: 3.2rem !important
    }

    .pb-md-32,
    .py-md-32 {
        padding-bottom: 3.2rem !important
    }

    .pl-md-32,
    .px-md-32 {
        padding-left: 3.2rem !important
    }

    .p-md-40 {
        padding: 4rem !important
    }

    .pt-md-40,
    .py-md-40 {
        padding-top: 4rem !important
    }

    .pr-md-40,
    .px-md-40 {
        padding-right: 4rem !important
    }

    .pb-md-40,
    .py-md-40 {
        padding-bottom: 4rem !important
    }

    .pl-md-40,
    .px-md-40 {
        padding-left: 4rem !important
    }

    .p-md-48 {
        padding: 4.8rem !important
    }

    .pt-md-48,
    .py-md-48 {
        padding-top: 4.8rem !important
    }

    .pr-md-48,
    .px-md-48 {
        padding-right: 4.8rem !important
    }

    .pb-md-48,
    .py-md-48 {
        padding-bottom: 4.8rem !important
    }

    .pl-md-48,
    .px-md-48 {
        padding-left: 4.8rem !important
    }

    .p-md-60 {
        padding: 6rem !important
    }

    .pt-md-60,
    .py-md-60 {
        padding-top: 6rem !important
    }

    .pr-md-60,
    .px-md-60 {
        padding-right: 6rem !important
    }

    .pb-md-60,
    .py-md-60 {
        padding-bottom: 6rem !important
    }

    .pl-md-60,
    .px-md-60 {
        padding-left: 6rem !important
    }

    .p-md-80 {
        padding: 8rem !important
    }

    .pt-md-80,
    .py-md-80 {
        padding-top: 8rem !important
    }

    .pr-md-80,
    .px-md-80 {
        padding-right: 8rem !important
    }

    .pb-md-80,
    .py-md-80 {
        padding-bottom: 8rem !important
    }

    .pl-md-80,
    .px-md-80 {
        padding-left: 8rem !important
    }

    .p-md-100 {
        padding: 10rem !important
    }

    .pt-md-100,
    .py-md-100 {
        padding-top: 10rem !important
    }

    .pr-md-100,
    .px-md-100 {
        padding-right: 10rem !important
    }

    .pb-md-100,
    .py-md-100 {
        padding-bottom: 10rem !important
    }

    .pl-md-100,
    .px-md-100 {
        padding-left: 10rem !important
    }

    .m-md-n8 {
        margin: -.8rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -.8rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -.8rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -.8rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -.8rem !important
    }

    .m-md-n16 {
        margin: -1.6rem !important
    }

    .mt-md-n16,
    .my-md-n16 {
        margin-top: -1.6rem !important
    }

    .mr-md-n16,
    .mx-md-n16 {
        margin-right: -1.6rem !important
    }

    .mb-md-n16,
    .my-md-n16 {
        margin-bottom: -1.6rem !important
    }

    .ml-md-n16,
    .mx-md-n16 {
        margin-left: -1.6rem !important
    }

    .m-md-n24 {
        margin: -2.4rem !important
    }

    .mt-md-n24,
    .my-md-n24 {
        margin-top: -2.4rem !important
    }

    .mr-md-n24,
    .mx-md-n24 {
        margin-right: -2.4rem !important
    }

    .mb-md-n24,
    .my-md-n24 {
        margin-bottom: -2.4rem !important
    }

    .ml-md-n24,
    .mx-md-n24 {
        margin-left: -2.4rem !important
    }

    .m-md-n32 {
        margin: -3.2rem !important
    }

    .mt-md-n32,
    .my-md-n32 {
        margin-top: -3.2rem !important
    }

    .mr-md-n32,
    .mx-md-n32 {
        margin-right: -3.2rem !important
    }

    .mb-md-n32,
    .my-md-n32 {
        margin-bottom: -3.2rem !important
    }

    .ml-md-n32,
    .mx-md-n32 {
        margin-left: -3.2rem !important
    }

    .m-md-n40 {
        margin: -4rem !important
    }

    .mt-md-n40,
    .my-md-n40 {
        margin-top: -4rem !important
    }

    .mr-md-n40,
    .mx-md-n40 {
        margin-right: -4rem !important
    }

    .mb-md-n40,
    .my-md-n40 {
        margin-bottom: -4rem !important
    }

    .ml-md-n40,
    .mx-md-n40 {
        margin-left: -4rem !important
    }

    .m-md-n48 {
        margin: -4.8rem !important
    }

    .mt-md-n48,
    .my-md-n48 {
        margin-top: -4.8rem !important
    }

    .mr-md-n48,
    .mx-md-n48 {
        margin-right: -4.8rem !important
    }

    .mb-md-n48,
    .my-md-n48 {
        margin-bottom: -4.8rem !important
    }

    .ml-md-n48,
    .mx-md-n48 {
        margin-left: -4.8rem !important
    }

    .m-md-n60 {
        margin: -6rem !important
    }

    .mt-md-n60,
    .my-md-n60 {
        margin-top: -6rem !important
    }

    .mr-md-n60,
    .mx-md-n60 {
        margin-right: -6rem !important
    }

    .mb-md-n60,
    .my-md-n60 {
        margin-bottom: -6rem !important
    }

    .ml-md-n60,
    .mx-md-n60 {
        margin-left: -6rem !important
    }

    .m-md-n80 {
        margin: -8rem !important
    }

    .mt-md-n80,
    .my-md-n80 {
        margin-top: -8rem !important
    }

    .mr-md-n80,
    .mx-md-n80 {
        margin-right: -8rem !important
    }

    .mb-md-n80,
    .my-md-n80 {
        margin-bottom: -8rem !important
    }

    .ml-md-n80,
    .mx-md-n80 {
        margin-left: -8rem !important
    }

    .m-md-n100 {
        margin: -10rem !important
    }

    .mt-md-n100,
    .my-md-n100 {
        margin-top: -10rem !important
    }

    .mr-md-n100,
    .mx-md-n100 {
        margin-right: -10rem !important
    }

    .mb-md-n100,
    .my-md-n100 {
        margin-bottom: -10rem !important
    }

    .ml-md-n100,
    .mx-md-n100 {
        margin-left: -10rem !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:1025px) {
    .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-8 {
        margin: .8rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: .8rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: .8rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: .8rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: .8rem !important
    }

    .m-lg-16 {
        margin: 1.6rem !important
    }

    .mt-lg-16,
    .my-lg-16 {
        margin-top: 1.6rem !important
    }

    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 1.6rem !important
    }

    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 1.6rem !important
    }

    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 1.6rem !important
    }

    .m-lg-24 {
        margin: 2.4rem !important
    }

    .mt-lg-24,
    .my-lg-24 {
        margin-top: 2.4rem !important
    }

    .mr-lg-24,
    .mx-lg-24 {
        margin-right: 2.4rem !important
    }

    .mb-lg-24,
    .my-lg-24 {
        margin-bottom: 2.4rem !important
    }

    .ml-lg-24,
    .mx-lg-24 {
        margin-left: 2.4rem !important
    }

    .m-lg-32 {
        margin: 3.2rem !important
    }

    .mt-lg-32,
    .my-lg-32 {
        margin-top: 3.2rem !important
    }

    .mr-lg-32,
    .mx-lg-32 {
        margin-right: 3.2rem !important
    }

    .mb-lg-32,
    .my-lg-32 {
        margin-bottom: 3.2rem !important
    }

    .ml-lg-32,
    .mx-lg-32 {
        margin-left: 3.2rem !important
    }

    .m-lg-40 {
        margin: 4rem !important
    }

    .mt-lg-40,
    .my-lg-40 {
        margin-top: 4rem !important
    }

    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 4rem !important
    }

    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 4rem !important
    }

    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 4rem !important
    }

    .m-lg-48 {
        margin: 4.8rem !important
    }

    .mt-lg-48,
    .my-lg-48 {
        margin-top: 4.8rem !important
    }

    .mr-lg-48,
    .mx-lg-48 {
        margin-right: 4.8rem !important
    }

    .mb-lg-48,
    .my-lg-48 {
        margin-bottom: 4.8rem !important
    }

    .ml-lg-48,
    .mx-lg-48 {
        margin-left: 4.8rem !important
    }

    .m-lg-60 {
        margin: 6rem !important
    }

    .mt-lg-60,
    .my-lg-60 {
        margin-top: 6rem !important
    }

    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 6rem !important
    }

    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 6rem !important
    }

    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 6rem !important
    }

    .m-lg-80 {
        margin: 8rem !important
    }

    .mt-lg-80,
    .my-lg-80 {
        margin-top: 8rem !important
    }

    .mr-lg-80,
    .mx-lg-80 {
        margin-right: 8rem !important
    }

    .mb-lg-80,
    .my-lg-80 {
        margin-bottom: 8rem !important
    }

    .ml-lg-80,
    .mx-lg-80 {
        margin-left: 8rem !important
    }

    .m-lg-100 {
        margin: 10rem !important
    }

    .mt-lg-100,
    .my-lg-100 {
        margin-top: 10rem !important
    }

    .mr-lg-100,
    .mx-lg-100 {
        margin-right: 10rem !important
    }

    .mb-lg-100,
    .my-lg-100 {
        margin-bottom: 10rem !important
    }

    .ml-lg-100,
    .mx-lg-100 {
        margin-left: 10rem !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-8 {
        padding: .8rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: .8rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: .8rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: .8rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: .8rem !important
    }

    .p-lg-16 {
        padding: 1.6rem !important
    }

    .pt-lg-16,
    .py-lg-16 {
        padding-top: 1.6rem !important
    }

    .pr-lg-16,
    .px-lg-16 {
        padding-right: 1.6rem !important
    }

    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 1.6rem !important
    }

    .pl-lg-16,
    .px-lg-16 {
        padding-left: 1.6rem !important
    }

    .p-lg-24 {
        padding: 2.4rem !important
    }

    .pt-lg-24,
    .py-lg-24 {
        padding-top: 2.4rem !important
    }

    .pr-lg-24,
    .px-lg-24 {
        padding-right: 2.4rem !important
    }

    .pb-lg-24,
    .py-lg-24 {
        padding-bottom: 2.4rem !important
    }

    .pl-lg-24,
    .px-lg-24 {
        padding-left: 2.4rem !important
    }

    .p-lg-32 {
        padding: 3.2rem !important
    }

    .pt-lg-32,
    .py-lg-32 {
        padding-top: 3.2rem !important
    }

    .pr-lg-32,
    .px-lg-32 {
        padding-right: 3.2rem !important
    }

    .pb-lg-32,
    .py-lg-32 {
        padding-bottom: 3.2rem !important
    }

    .pl-lg-32,
    .px-lg-32 {
        padding-left: 3.2rem !important
    }

    .p-lg-40 {
        padding: 4rem !important
    }

    .pt-lg-40,
    .py-lg-40 {
        padding-top: 4rem !important
    }

    .pr-lg-40,
    .px-lg-40 {
        padding-right: 4rem !important
    }

    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 4rem !important
    }

    .pl-lg-40,
    .px-lg-40 {
        padding-left: 4rem !important
    }

    .p-lg-48 {
        padding: 4.8rem !important
    }

    .pt-lg-48,
    .py-lg-48 {
        padding-top: 4.8rem !important
    }

    .pr-lg-48,
    .px-lg-48 {
        padding-right: 4.8rem !important
    }

    .pb-lg-48,
    .py-lg-48 {
        padding-bottom: 4.8rem !important
    }

    .pl-lg-48,
    .px-lg-48 {
        padding-left: 4.8rem !important
    }

    .p-lg-60 {
        padding: 6rem !important
    }

    .pt-lg-60,
    .py-lg-60 {
        padding-top: 6rem !important
    }

    .pr-lg-60,
    .px-lg-60 {
        padding-right: 6rem !important
    }

    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 6rem !important
    }

    .pl-lg-60,
    .px-lg-60 {
        padding-left: 6rem !important
    }

    .p-lg-80 {
        padding: 8rem !important
    }

    .pt-lg-80,
    .py-lg-80 {
        padding-top: 8rem !important
    }

    .pr-lg-80,
    .px-lg-80 {
        padding-right: 8rem !important
    }

    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 8rem !important
    }

    .pl-lg-80,
    .px-lg-80 {
        padding-left: 8rem !important
    }

    .p-lg-100 {
        padding: 10rem !important
    }

    .pt-lg-100,
    .py-lg-100 {
        padding-top: 10rem !important
    }

    .pr-lg-100,
    .px-lg-100 {
        padding-right: 10rem !important
    }

    .pb-lg-100,
    .py-lg-100 {
        padding-bottom: 10rem !important
    }

    .pl-lg-100,
    .px-lg-100 {
        padding-left: 10rem !important
    }

    .m-lg-n8 {
        margin: -.8rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -.8rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -.8rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -.8rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -.8rem !important
    }

    .m-lg-n16 {
        margin: -1.6rem !important
    }

    .mt-lg-n16,
    .my-lg-n16 {
        margin-top: -1.6rem !important
    }

    .mr-lg-n16,
    .mx-lg-n16 {
        margin-right: -1.6rem !important
    }

    .mb-lg-n16,
    .my-lg-n16 {
        margin-bottom: -1.6rem !important
    }

    .ml-lg-n16,
    .mx-lg-n16 {
        margin-left: -1.6rem !important
    }

    .m-lg-n24 {
        margin: -2.4rem !important
    }

    .mt-lg-n24,
    .my-lg-n24 {
        margin-top: -2.4rem !important
    }

    .mr-lg-n24,
    .mx-lg-n24 {
        margin-right: -2.4rem !important
    }

    .mb-lg-n24,
    .my-lg-n24 {
        margin-bottom: -2.4rem !important
    }

    .ml-lg-n24,
    .mx-lg-n24 {
        margin-left: -2.4rem !important
    }

    .m-lg-n32 {
        margin: -3.2rem !important
    }

    .mt-lg-n32,
    .my-lg-n32 {
        margin-top: -3.2rem !important
    }

    .mr-lg-n32,
    .mx-lg-n32 {
        margin-right: -3.2rem !important
    }

    .mb-lg-n32,
    .my-lg-n32 {
        margin-bottom: -3.2rem !important
    }

    .ml-lg-n32,
    .mx-lg-n32 {
        margin-left: -3.2rem !important
    }

    .m-lg-n40 {
        margin: -4rem !important
    }

    .mt-lg-n40,
    .my-lg-n40 {
        margin-top: -4rem !important
    }

    .mr-lg-n40,
    .mx-lg-n40 {
        margin-right: -4rem !important
    }

    .mb-lg-n40,
    .my-lg-n40 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n40,
    .mx-lg-n40 {
        margin-left: -4rem !important
    }

    .m-lg-n48 {
        margin: -4.8rem !important
    }

    .mt-lg-n48,
    .my-lg-n48 {
        margin-top: -4.8rem !important
    }

    .mr-lg-n48,
    .mx-lg-n48 {
        margin-right: -4.8rem !important
    }

    .mb-lg-n48,
    .my-lg-n48 {
        margin-bottom: -4.8rem !important
    }

    .ml-lg-n48,
    .mx-lg-n48 {
        margin-left: -4.8rem !important
    }

    .m-lg-n60 {
        margin: -6rem !important
    }

    .mt-lg-n60,
    .my-lg-n60 {
        margin-top: -6rem !important
    }

    .mr-lg-n60,
    .mx-lg-n60 {
        margin-right: -6rem !important
    }

    .mb-lg-n60,
    .my-lg-n60 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n60,
    .mx-lg-n60 {
        margin-left: -6rem !important
    }

    .m-lg-n80 {
        margin: -8rem !important
    }

    .mt-lg-n80,
    .my-lg-n80 {
        margin-top: -8rem !important
    }

    .mr-lg-n80,
    .mx-lg-n80 {
        margin-right: -8rem !important
    }

    .mb-lg-n80,
    .my-lg-n80 {
        margin-bottom: -8rem !important
    }

    .ml-lg-n80,
    .mx-lg-n80 {
        margin-left: -8rem !important
    }

    .m-lg-n100 {
        margin: -10rem !important
    }

    .mt-lg-n100,
    .my-lg-n100 {
        margin-top: -10rem !important
    }

    .mr-lg-n100,
    .mx-lg-n100 {
        margin-right: -10rem !important
    }

    .mb-lg-n100,
    .my-lg-n100 {
        margin-bottom: -10rem !important
    }

    .ml-lg-n100,
    .mx-lg-n100 {
        margin-left: -10rem !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-8 {
        margin: .8rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: .8rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: .8rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: .8rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: .8rem !important
    }

    .m-xl-16 {
        margin: 1.6rem !important
    }

    .mt-xl-16,
    .my-xl-16 {
        margin-top: 1.6rem !important
    }

    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 1.6rem !important
    }

    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 1.6rem !important
    }

    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 1.6rem !important
    }

    .m-xl-24 {
        margin: 2.4rem !important
    }

    .mt-xl-24,
    .my-xl-24 {
        margin-top: 2.4rem !important
    }

    .mr-xl-24,
    .mx-xl-24 {
        margin-right: 2.4rem !important
    }

    .mb-xl-24,
    .my-xl-24 {
        margin-bottom: 2.4rem !important
    }

    .ml-xl-24,
    .mx-xl-24 {
        margin-left: 2.4rem !important
    }

    .m-xl-32 {
        margin: 3.2rem !important
    }

    .mt-xl-32,
    .my-xl-32 {
        margin-top: 3.2rem !important
    }

    .mr-xl-32,
    .mx-xl-32 {
        margin-right: 3.2rem !important
    }

    .mb-xl-32,
    .my-xl-32 {
        margin-bottom: 3.2rem !important
    }

    .ml-xl-32,
    .mx-xl-32 {
        margin-left: 3.2rem !important
    }

    .m-xl-40 {
        margin: 4rem !important
    }

    .mt-xl-40,
    .my-xl-40 {
        margin-top: 4rem !important
    }

    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 4rem !important
    }

    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 4rem !important
    }

    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 4rem !important
    }

    .m-xl-48 {
        margin: 4.8rem !important
    }

    .mt-xl-48,
    .my-xl-48 {
        margin-top: 4.8rem !important
    }

    .mr-xl-48,
    .mx-xl-48 {
        margin-right: 4.8rem !important
    }

    .mb-xl-48,
    .my-xl-48 {
        margin-bottom: 4.8rem !important
    }

    .ml-xl-48,
    .mx-xl-48 {
        margin-left: 4.8rem !important
    }

    .m-xl-60 {
        margin: 6rem !important
    }

    .mt-xl-60,
    .my-xl-60 {
        margin-top: 6rem !important
    }

    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 6rem !important
    }

    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 6rem !important
    }

    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 6rem !important
    }

    .m-xl-80 {
        margin: 8rem !important
    }

    .mt-xl-80,
    .my-xl-80 {
        margin-top: 8rem !important
    }

    .mr-xl-80,
    .mx-xl-80 {
        margin-right: 8rem !important
    }

    .mb-xl-80,
    .my-xl-80 {
        margin-bottom: 8rem !important
    }

    .ml-xl-80,
    .mx-xl-80 {
        margin-left: 8rem !important
    }

    .m-xl-100 {
        margin: 10rem !important
    }

    .mt-xl-100,
    .my-xl-100 {
        margin-top: 10rem !important
    }

    .mr-xl-100,
    .mx-xl-100 {
        margin-right: 10rem !important
    }

    .mb-xl-100,
    .my-xl-100 {
        margin-bottom: 10rem !important
    }

    .ml-xl-100,
    .mx-xl-100 {
        margin-left: 10rem !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-8 {
        padding: .8rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: .8rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: .8rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: .8rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: .8rem !important
    }

    .p-xl-16 {
        padding: 1.6rem !important
    }

    .pt-xl-16,
    .py-xl-16 {
        padding-top: 1.6rem !important
    }

    .pr-xl-16,
    .px-xl-16 {
        padding-right: 1.6rem !important
    }

    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 1.6rem !important
    }

    .pl-xl-16,
    .px-xl-16 {
        padding-left: 1.6rem !important
    }

    .p-xl-24 {
        padding: 2.4rem !important
    }

    .pt-xl-24,
    .py-xl-24 {
        padding-top: 2.4rem !important
    }

    .pr-xl-24,
    .px-xl-24 {
        padding-right: 2.4rem !important
    }

    .pb-xl-24,
    .py-xl-24 {
        padding-bottom: 2.4rem !important
    }

    .pl-xl-24,
    .px-xl-24 {
        padding-left: 2.4rem !important
    }

    .p-xl-32 {
        padding: 3.2rem !important
    }

    .pt-xl-32,
    .py-xl-32 {
        padding-top: 3.2rem !important
    }

    .pr-xl-32,
    .px-xl-32 {
        padding-right: 3.2rem !important
    }

    .pb-xl-32,
    .py-xl-32 {
        padding-bottom: 3.2rem !important
    }

    .pl-xl-32,
    .px-xl-32 {
        padding-left: 3.2rem !important
    }

    .p-xl-40 {
        padding: 4rem !important
    }

    .pt-xl-40,
    .py-xl-40 {
        padding-top: 4rem !important
    }

    .pr-xl-40,
    .px-xl-40 {
        padding-right: 4rem !important
    }

    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 4rem !important
    }

    .pl-xl-40,
    .px-xl-40 {
        padding-left: 4rem !important
    }

    .p-xl-48 {
        padding: 4.8rem !important
    }

    .pt-xl-48,
    .py-xl-48 {
        padding-top: 4.8rem !important
    }

    .pr-xl-48,
    .px-xl-48 {
        padding-right: 4.8rem !important
    }

    .pb-xl-48,
    .py-xl-48 {
        padding-bottom: 4.8rem !important
    }

    .pl-xl-48,
    .px-xl-48 {
        padding-left: 4.8rem !important
    }

    .p-xl-60 {
        padding: 6rem !important
    }

    .pt-xl-60,
    .py-xl-60 {
        padding-top: 6rem !important
    }

    .pr-xl-60,
    .px-xl-60 {
        padding-right: 6rem !important
    }

    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 6rem !important
    }

    .pl-xl-60,
    .px-xl-60 {
        padding-left: 6rem !important
    }

    .p-xl-80 {
        padding: 8rem !important
    }

    .pt-xl-80,
    .py-xl-80 {
        padding-top: 8rem !important
    }

    .pr-xl-80,
    .px-xl-80 {
        padding-right: 8rem !important
    }

    .pb-xl-80,
    .py-xl-80 {
        padding-bottom: 8rem !important
    }

    .pl-xl-80,
    .px-xl-80 {
        padding-left: 8rem !important
    }

    .p-xl-100 {
        padding: 10rem !important
    }

    .pt-xl-100,
    .py-xl-100 {
        padding-top: 10rem !important
    }

    .pr-xl-100,
    .px-xl-100 {
        padding-right: 10rem !important
    }

    .pb-xl-100,
    .py-xl-100 {
        padding-bottom: 10rem !important
    }

    .pl-xl-100,
    .px-xl-100 {
        padding-left: 10rem !important
    }

    .m-xl-n8 {
        margin: -.8rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -.8rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -.8rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -.8rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -.8rem !important
    }

    .m-xl-n16 {
        margin: -1.6rem !important
    }

    .mt-xl-n16,
    .my-xl-n16 {
        margin-top: -1.6rem !important
    }

    .mr-xl-n16,
    .mx-xl-n16 {
        margin-right: -1.6rem !important
    }

    .mb-xl-n16,
    .my-xl-n16 {
        margin-bottom: -1.6rem !important
    }

    .ml-xl-n16,
    .mx-xl-n16 {
        margin-left: -1.6rem !important
    }

    .m-xl-n24 {
        margin: -2.4rem !important
    }

    .mt-xl-n24,
    .my-xl-n24 {
        margin-top: -2.4rem !important
    }

    .mr-xl-n24,
    .mx-xl-n24 {
        margin-right: -2.4rem !important
    }

    .mb-xl-n24,
    .my-xl-n24 {
        margin-bottom: -2.4rem !important
    }

    .ml-xl-n24,
    .mx-xl-n24 {
        margin-left: -2.4rem !important
    }

    .m-xl-n32 {
        margin: -3.2rem !important
    }

    .mt-xl-n32,
    .my-xl-n32 {
        margin-top: -3.2rem !important
    }

    .mr-xl-n32,
    .mx-xl-n32 {
        margin-right: -3.2rem !important
    }

    .mb-xl-n32,
    .my-xl-n32 {
        margin-bottom: -3.2rem !important
    }

    .ml-xl-n32,
    .mx-xl-n32 {
        margin-left: -3.2rem !important
    }

    .m-xl-n40 {
        margin: -4rem !important
    }

    .mt-xl-n40,
    .my-xl-n40 {
        margin-top: -4rem !important
    }

    .mr-xl-n40,
    .mx-xl-n40 {
        margin-right: -4rem !important
    }

    .mb-xl-n40,
    .my-xl-n40 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n40,
    .mx-xl-n40 {
        margin-left: -4rem !important
    }

    .m-xl-n48 {
        margin: -4.8rem !important
    }

    .mt-xl-n48,
    .my-xl-n48 {
        margin-top: -4.8rem !important
    }

    .mr-xl-n48,
    .mx-xl-n48 {
        margin-right: -4.8rem !important
    }

    .mb-xl-n48,
    .my-xl-n48 {
        margin-bottom: -4.8rem !important
    }

    .ml-xl-n48,
    .mx-xl-n48 {
        margin-left: -4.8rem !important
    }

    .m-xl-n60 {
        margin: -6rem !important
    }

    .mt-xl-n60,
    .my-xl-n60 {
        margin-top: -6rem !important
    }

    .mr-xl-n60,
    .mx-xl-n60 {
        margin-right: -6rem !important
    }

    .mb-xl-n60,
    .my-xl-n60 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n60,
    .mx-xl-n60 {
        margin-left: -6rem !important
    }

    .m-xl-n80 {
        margin: -8rem !important
    }

    .mt-xl-n80,
    .my-xl-n80 {
        margin-top: -8rem !important
    }

    .mr-xl-n80,
    .mx-xl-n80 {
        margin-right: -8rem !important
    }

    .mb-xl-n80,
    .my-xl-n80 {
        margin-bottom: -8rem !important
    }

    .ml-xl-n80,
    .mx-xl-n80 {
        margin-left: -8rem !important
    }

    .m-xl-n100 {
        margin: -10rem !important
    }

    .mt-xl-n100,
    .my-xl-n100 {
        margin-top: -10rem !important
    }

    .mr-xl-n100,
    .mx-xl-n100 {
        margin-right: -10rem !important
    }

    .mb-xl-n100,
    .my-xl-n100 {
        margin-bottom: -10rem !important
    }

    .ml-xl-n100,
    .mx-xl-n100 {
        margin-left: -10rem !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
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-ws {
    background-color: #f1f5f7 !important
}

a.bg-ws:focus,
a.bg-ws:hover,
button.bg-ws:focus,
button.bg-ws:hover {
    background-color: #d1dee4 !important
}

.bg-gray {
    background-color: #545859 !important
}

a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
    background-color: #3b3e3f !important
}

.bg-blue {
    background-color: #282e35 !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #0083ad !important
}

.bg-blackl {
    background-color: #282e35 !important
}

a.bg-blackl:focus,
a.bg-blackl:hover,
button.bg-blackl:focus,
button.bg-blackl:hover {
    background-color: #000 !important
}

.bg-light-gray {
    background-color: #d0d3d4 !important
}

a.bg-light-gray:focus,
a.bg-light-gray:hover,
button.bg-light-gray:focus,
button.bg-light-gray:hover {
    background-color: #b5babc !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:480px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

:root {
    --white: #fff;
    --black: #000;
    --ws: #f1f5f7;
    --gray: #545859;
    --blue: #282e35;
    --blackl: #282e35;
    --light-gray: #d0d3d4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 480px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Roboto", -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #000;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    max-width: 100%
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: inline-block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    cursor: pointer
}

.mfp-close:before {
    transform: rotate(45deg)
}

.mfp-close:after,
.mfp-close:before {
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
    background: #282e35;
    width: 100%;
    height: 1px
}

.mfp-close:after {
    transform: rotate(-45deg)
}

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

*,
:after,
:before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0
}

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 {
    text-align: left;
    -webkit-font-smoothing: antialiased
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

b,
dt,
strong {
    font-weight: 500
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1rem
}

pre {
    overflow: auto
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding: 0;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    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
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    box-shadow: none
}

nav ol,
nav ul {
    list-style: none
}

.zi-1 {
    z-index: 1
}

.zi-2 {
    z-index: 2
}

.zi-3 {
    z-index: 3
}

.zi-4 {
    z-index: 4
}

.zi-5 {
    z-index: 5
}

.zi-6 {
    z-index: 6
}

.zi-7 {
    z-index: 7
}

.zi-8 {
    z-index: 8
}

.zi-9 {
    z-index: 9
}

.zi-10 {
    z-index: 10
}

.is-dark {
    color: #fff !important
}

.text-center {
    text-align: center
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left
    }
}

.flex-line {
    display: inline-flex;
    gap: 1.6rem 2.4rem;
    flex-wrap: wrap
}

.pr {
    position: relative
}

.mw-700 {
    max-width: 70rem
}

.w-100p {
    width: 100%
}

.oh {
    overflow: hidden
}

.t-1 {
    font-size: 48px;
    line-height: 1.15em
}

.t-2 {
    letter-spacing: -.01579em;
    font-size: 3rem;
    line-height: 1.275em
}

.t-3,
.the-content ol>li::marker,
.the-content ol>li>span:first-child {
    letter-spacing: -.016em;
    font-size: 2.1rem;
    line-height: 1.15em
}

.t-4 {
    letter-spacing: -.03rem;
    font-size: 2rem;
    line-height: 1.49em
}

body {
    font-size: 1.4rem;
    line-height: 1.28em;
    letter-spacing: -.00588em
}

@media (min-width:480px) {
    .t-1 {
        font-size: calc(48px + 24*(100vw - 480px)/288);
        line-height: 1.15em
    }

    .t-2 {
        font-size: calc(.83333vw + 26px);
        line-height: calc(.41667vw + 36px)
    }

    .t-3,
    .the-content ol>li::marker,
    .the-content ol>li>span:first-child {
        font-size: calc(.41667vw + 19px);
        line-height: calc(.41667vw + 22px)
    }

    body {
        font-size: calc(.3125vw + 12.5px);
        line-height: calc(.41667vw + 16px)
    }
}

@media (min-width:768px) {
    .t-1 {
        font-size: 56px
    }
}

.color-ws {
    color: #f1f5f7
}

.color-gray {
    color: #545859
}

.color-blue {
    color: #282e35
}

.color-blackl {
    color: #282e35
}

.color-light-gray {
    color: #d0d3d4
}

.screen-reader-text {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute;
    width: 1px;
    height: 1px
}

.comment-form label,
.form-submit {
    margin-top: 1.6rem
}

@font-face {
    font-family: TTSupermolotNeue;
    font-weight: 400;
    src: url(/fonts/TTSupermolotNeue-Regular.woff)
}

@font-face {
    font-family: TTSupermolotNeue;
    font-weight: 500;
    src: url(/fonts/TTSupermolotNeue-Medium.woff)
}

html {
    font-size: 62.5%
}

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 400;
    color: #667275;
    background-color: #fff;
    position: relative
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    padding: 0;
    margin: 0
}

a {
    color: #282e35;
    background-color: transparent;
    transition: color .3s ease-in-out
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #00a1d6
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

ul {
    list-style: disc inside
}

ol {
    list-style: decimal inside
}

img {
    max-width: 100%;
    height: auto
}

hr {
    background: rgba(29, 165, 249, .15);
    width: 100%;
    height: 1px;
    margin: 6.4rem 0
}

.t-1,
.t-2,
.t-3,
.t-4,
.the-content ol>li::marker,
.the-content ol>li>span:first-child {
    font-family: TTSupermolotNeue, sans-serif;
    font-weight: 400;
    color: #001217
}

.is-dark .t-1,
.is-dark .t-2,
.is-dark .t-3,
.is-dark .t-4,
.is-dark .the-content ol>li::marker,
.is-dark .the-content ol>li>span:first-child,
.the-content .is-dark ol>li::marker,
.the-content .is-dark ol>li>span:first-child {
    color: #fff
}

.t-body-mid,
.the-content {
    line-height: 1.4
}

.t-sub {
    font-size: 2rem;
    line-height: 1.33
}

.t-small {
    font-size: 1.4rem
}

.t-label {
    font-size: 1.3rem;
    font-family: TTSupermolotNeue, sans-serif;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: .16rem
}

.t-foot {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .04rem
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    transition: background-color .3s ease-in-out, padding .3s ease-in-out, color .3s ease, transform .3s ease-in-out;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    color: #282e35
}

@media (min-width:768px) {
    .header {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.header__inside {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .icon--logo,
.header .menu-toggle__container {
    transition: transform .3s ease-in-out;
    transform: translateY(0)
}

.header.is-sticky {
    color: #fff;
    background-color: #282e35;
    position: fixed;
    background: rgba(16, 24, 32, .8);
    padding-top: 2.4rem;
    padding-bottom: 2.4rem
}

.header.is-active {
    color: #fff;
    background-color: #282e35
}

/*.header.is-active .icon--logo, .header.is-active .menu-toggle__container {
        transform: translateY(12px)
    }
        */

@media (min-width:768px) {
    .header.is-active {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.header.is-hidden {
    transform: translateY(-100%)
}

.footer {
    background: #282e35;
    padding: 6rem 0
}

@media (min-width:768px) {
    .footer {
        padding: 10rem 0;
        margin-top: -1px;
    }
}

.footer a:hover {
    color: #fff;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content ol,
.the-content p,
.the-content span,
.the-content ul {
    margin-bottom: 3.2rem
}

.the-content ol ol,
.the-content ol ul,
.the-content ul ol,
.the-content ul ul {
    margin: 1.6rem 1.6rem 1.6rem 3.2rem
}

.the-content ol>li>span:first-child+* {
    margin-top: 1.6rem
}

.the-content .button {
    display: block;
    margin: 3.2rem 0
}

.wrapper {
    padding: 0 2.4rem
}

@media (min-width:768px) {
    .wrapper {
        padding: 0 10rem
    }

    .wrapper.slim {
        max-width: calc(1140px + 20rem);
        margin: 0 auto;
    }

    .wrapper.midsize {
        margin: 0 auto;
        max-width: calc(1400px + 20rem);
    }
}

.col-fw {
    margin-left: -2.4rem;
    margin-right: -2.4rem
}

@media (min-width:768px) {
    .col-fw {
        margin-left: -10rem;
        margin-right: -10rem
    }
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section--first {
    padding-top: 7.3rem
}

@media (min-width:768px) {
    .section--first {
        padding-top: 14.2rem
    }
}

.section--large {
    min-height: 90vh
}

.section--medium {
    min-height: 60vh
}

.section--clip-top-right-long {
    margin-top: -22px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(30vw + 40px) 22px, calc(30vw + 38px) 21.6px, calc(30vw + 36px) 20.8px, calc(30vw + 4px) 1.2px, calc(30vw + 2px) .4px, 30vw 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(30vw + 40px) 22px, calc(30vw + 38px) 21.6px, calc(30vw + 36px) 20.8px, calc(30vw + 4px) 1.2px, calc(30vw + 2px) .4px, 30vw 0, 0 0)
}

.section--clip-top-right-short {
    margin-top: -23px;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(70vw + 40px) 22px, calc(70vw + 38px) 21.6px, calc(70vw + 36px) 20.8px, calc(70vw + 4px) 1.2px, calc(70vw + 2px) .4px, 70vw 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(70vw + 40px) 22px, calc(70vw + 38px) 21.6px, calc(70vw + 36px) 20.8px, calc(70vw + 4px) 1.2px, calc(70vw + 2px) .4px, 70vw 0, 0 0)
}

.section--clip-bottom-left-short {
    margin-bottom: -22px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(30vw + 40px) 100%, calc(30vw + 38px) calc(100% - .4px), calc(30vw + 36px) calc(100% - 1.2px), calc(30vw + 4px) calc(100% - 20.8px), calc(30vw + 2px) calc(100% - 21.6px), 30vw calc(100% - 22px), 0 calc(100% - 22px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(30vw + 40px) 100%, calc(30vw + 38px) calc(100% - .4px), calc(30vw + 36px) calc(100% - 1.2px), calc(30vw + 4px) calc(100% - 20.8px), calc(30vw + 2px) calc(100% - 21.6px), 30vw calc(100% - 22px), 0 calc(100% - 22px))
}

.section--clip-cross {
    background: red;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(30vw + 40px) 22px, calc(30vw + 38px) 21.6px, calc(30vw + 36px) 20.8px, calc(30vw + 4px) 1.2px, calc(30vw + 2px) .4px, 30vw 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 22px, calc(30vw + 40px) 22px, calc(30vw + 38px) 21.6px, calc(30vw + 36px) 20.8px, calc(30vw + 4px) 1.2px, calc(30vw + 2px) .4px, 30vw 0, 0 0)
}

.section__inside {
    padding: 8rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

@media (min-width:768px) {
    .section__inside {
        padding: 14rem 0
    }
}

.responsive-console {
    opacity: .9;
    background: #fff;
    font-size: 1.4rem;
    position: fixed;
    z-index: 100;
    border: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    zoom: .7
}

.responsive-console__col {
    width: 20%;
    text-align: left;
    position: relative;
    text-transform: uppercase
}

.responsive-console__col,
.responsive-console__col:after {
    padding: .5rem 1rem;
    color: #000;
    border-left: 1px solid #000
}

.responsive-console__col:after {
    text-transform: none;
    background: #fff;
    width: calc(100% + 1px);
    position: absolute;
    top: 0;
    left: -1px;
    transform: translateY(-100%);
    border-top: 1px solid #000;
    z-index: 1
}

.responsive-console__marker {
    z-index: 2;
    position: absolute;
    width: 2px;
    height: 200%;
    background: #000;
    bottom: 0;
    left: 0;
    opacity: .3
}

.responsive-console.is-displaying-heading .responsive-console__marker {
    height: calc(200% + 300px)
}

.responsive-console__svg {
    background: hsla(0, 0%, 100%, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow: visible !important
}

.responsive-console__svg-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 200%;
    left: 0
}

.responsive-console__svg-wrapper.is-active {
    display: block
}

.responsive-console__label {
    position: absolute;
    right: 10px;
    transform: translate(0);
    font-size: 12px
}

@media (min-width:0) {
    .responsive-console__col.rc-xs {
        background: #000;
        color: #fff
    }
}

.responsive-console__col.rc-xs:after {
    content: "0"
}

@media (min-width:480px) {
    .responsive-console__col.rc-sm {
        background: #000;
        color: #fff
    }
}

.responsive-console__col.rc-sm:after {
    content: "480px"
}

@media (min-width:768px) {
    .responsive-console__col.rc-md {
        background: #000;
        color: #fff
    }
}

.responsive-console__col.rc-md:after {
    content: "768px"
}

@media (min-width:1025px) {
    .responsive-console__col.rc-lg {
        background: #000;
        color: #fff
    }
}

.responsive-console__col.rc-lg:after {
    content: "1025px"
}

@media (min-width:1200px) {
    .responsive-console__col.rc-xl {
        background: #000;
        color: #fff
    }
}

.responsive-console__col.rc-xl:after {
    content: "1200px"
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 56px;
    height: 38px;
    padding: 12px 8px 11px 8px;
    cursor: pointer;
    pointer-events: all;
    margin-right: -8px;
    position: relative;
    outline: 0;
    border: none;
    background-color: transparent;
    color: #fff;
}

.hamburger__label {
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 0 10px;
    margin-top: -7px;
    color: #fff;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s cubic-bezier(.25, .46, .45, .94);
    text-transform: uppercase;
    font-family: TTSupermolotNeue, sans-serif;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.6px;
    font-variation-settings: "wght" 400, "slnt" 0;
}

@media (max-width:800px) {
    .hamburger__label {
        display: none
    }
}

@media (max-width:1440px) {
    .hamburger__label {
        margin-top: -5px
    }
}

.is-active .hamburger__label {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s cubic-bezier(.25, .46, .45, .94)
}

.hamburger__line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
    transition: all .25s cubic-bezier(.25, .46, .45, .94);
    overflow: hidden;
    position: relative
}

.hamburger__line:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .25s .15s cubic-bezier(.25, .46, .45, .94);
    transition: .25s .15s cubic-bezier(.25, .46, .45, .94)
}

.hamburger__line--top:before {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.is-active .hamburger__line--top {
    -webkit-transform: rotateZ(45deg) translate(1px, 8px) scaleX(.8);
    transform: rotateZ(45deg) translate(1px, 8px) scaleX(.8)
}

.hamburger__line--center:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.is-active .hamburger__line--center {
    -webkit-transform: translateX(-200%) scaleX(1.2);
    transform: translateX(-200%) scaleX(1.2)
}

.hamburger__line--bottom:before {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.is-active .hamburger__line--bottom {
    -webkit-transform: rotateZ(-45deg) translate(1px, -9px) scaleX(.8);
    transform: rotateZ(-45deg) translate(1px, -9px) scaleX(.8)
}

.hamburger:hover .hamburger__line {
    background-color: rgba(255, 255, 255, .5)
}

.hamburger:hover .hamburger__line:before {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.hamburger.is-active .hamburger__line--center {
    opacity: 0
}

.hamburger.is-active:hover .hamburger__line--center {
    -webkit-transform: translateX(-148%) scaleX(1);
    transform: translateX(-148%) scaleX(1);
    opacity: 1;
    visibility: visible
}

@media (max-width:800px) {
    .hamburger.is-active:hover .hamburger__line--center {
        opacity: 0;
        visibility: visible
    }
}

.hamburger.has-no-interaction {
    pointer-events: none
}


.lang {
    margin-bottom: 1.6rem
}

.mnav {
    background: #282e35;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility 0s linear .3s, height .3s ease-in-out;
    padding: 50px 0;
    height: calc(100vh - 7.3rem);
    overflow-y: auto
}

@media (min-width:768px) {
    .mnav {
        height: calc(100vh - 11rem)
    }

    .header.is-sticky .mnav {
        height: calc(100vh - 7.3rem)
    }

    .header.is-sticky.is-active .mnav {
        height: calc(100vh - 11rem)
    }
}

.mnav__item {
    list-style: none;
    display: block
}

.mnav__sub-menu>.mnav__item:last-child {
    margin-bottom: 3.2rem
}

.mnav__item--top-level {
    transform: translateX(-20px);
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease-in-out, transform .3s ease
}

.mnav__item--top-level.is-blur {
    opacity: .3 !important;
    transform: translateX(-20px) !important
}

.mnav__link {
    padding: 0;
    display: block;
    margin-bottom: 2.4rem;
    cursor: pointer;
    text-transform: uppercase;
}

.mnav__link.t-label {
    margin-bottom: 1.6rem
}

.mnav>* {
    transition: transform .3s ease-in-out;
    transform: translateY(-24px)
}

.mnav.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out, visibility 0s linear 0s, min-height .3s ease-in-out
}

.mnav.is-active>* {
    transform: translateY(0)
}

.mnav__sub-menu {
    padding-left: 1.6rem;
    display: none
}

.mnav__sub-menu a:hover {
    color: #282e35
}

.mnav hr {
    width: 24px;
    height: 1px;
    background: #a7b7bf;
    margin: 2.4rem 0
}

.sprite {
    width: 0;
    height: 0;
    overflow: hidden
}

.overlay,
.sprite {
    position: absolute
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40% 40%;
    object-position: 40% 40%;
    opacity: .6
}

.overlay__wrap {
    background-color: #131313;
    position: relative
}

.overlay__wrap--hover:hover .overlay {
    opacity: 1
}

.overlay--60 {
    opacity: .4
}

.slider {
    background-color: #001217;
    display: flex;
    position: relative;
    z-index: 0
}

@media (min-width:768px) {
    .slider {
        margin-left: 0;
        margin-right: 0;
        width: auto !important
    }
}

.slider__wrap {
    overflow-x: auto;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    color: #fff
}

.slider__wrap::-webkit-scrollbar {
    height: 3px;
    background: #000
}

.slider__wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.slider__wrap::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: 1px solid #708090
}

@media (min-width:768px) {
    .slider__wrap {
        overflow-x: hidden;
        margin-left: 0;
        margin-right: 0
    }
}

.slider__img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: opacity .3s
}

@media (min-width:768px) {
    .slider__img {
        opacity: .8
    }
}

.slider__slide.is-active .slider__img,
.slider__slide:hover:not(.is-active) .slider__img {
    opacity: 1
}

.slider__slide {
    width: 100%;
    position: relative;
    height: 640px;
    max-height: 60vh;
    transition: flex-grow .5s ease-in-out .5s;
    background-image: linear-gradient(180deg, rgba(0, 18, 23, 0), rgba(0, 18, 23, .55) 55.73%, rgba(0, 18, 23, .8))
}

@media (min-width:768px) {
    .slider__slide {
        cursor: pointer;
        width: 4.8rem
    }
}

.slider__slide.is-active {
    cursor: default;
    flex-grow: 1
}

@media (min-width:768px) {
    .slider__hide {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .5s ease-in-out, transform .5s ease-in-out
    }
}

.slider__slide.is-active .slider__hide {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-in-out 1s, transform .5s ease-in-out 1s
}

.slider__content {
    width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    padding: 3.2rem 4.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.slider__label {
    position: absolute;
    left: 2.4rem;
    transition: bottom .5s ease 0s;
    bottom: calc(100% - 5.28rem)
}

@media (min-width:768px) {
    .slider__label {
        transform: translateX(-50%);
        bottom: 1.6rem
    }
}

.slider__slide.is-active .slider__label {
    bottom: calc(100% - 5.28rem);
    transition: bottom .5s ease 1s
}

.button {
    position: relative;
    font-size: 13px;
    font-family: TTSupermolotNeue, sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .16rem;
    display: inline-block;
    vertical-align: middle
}

.button__inner {
    position: relative;
    background: #282e35;
    align-items: center;
    justify-content: center
}

.button__copy,
.button__inner {
    display: flex;
    padding: 1.6rem 4rem;
    gap: 20px
}

.button__copy {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #282e35;
    transform: rotateX(90deg);
    transition: transform .3s ease-in-out;
    transform-origin: bottom center;
    white-space: nowrap
}

.button:hover .button__copy {
    transform: rotateX(0deg)
}

.button--white .button__inner {
    background: #fff;
    color: #282e35
}

.button--white .button__copy {
    background: #282e35;
    color: #fff
}

.button--slim .button__inner {
    background: transparent;
    border-top: 1px solid #282e35;
    border-bottom: 1px solid #282e35;
    color: #282e35
}

.button--slim .button__copy {
    background: #282e35;
    color: #fff
}

.button--slim.button--white .button__inner {
    background: transparent;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff
}

.button--slim.button--white .button__copy {
    background: #fff;
    color: #282e35
}

.fnav ul {
    display: inline-flex;
    gap: 1.6rem 3.2rem;
    flex-wrap: wrap;
    justify-content: center
}

.fnav ul a {
    display: block;
    transition: color .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out
}

.fnav ul a:hover {
    color: #fff
}

.fnav ul a.is-blur {
    opacity: .5
}

.tabs__tab {
    transition: opacity .1s ease-in-out;
    opacity: .5;
    cursor: pointer;
}

.tabs__tab.is-active {
    opacity: 1
}

.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 3.2rem;
    transition: box-shadow .3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: auto
}

@media (min-width:768px) {
    .item {
        height: 585px;
        cursor: default
    }

    .item:hover {
        box-shadow: 0 4px 32px rgba(13, 41, 54, .16)
    }

    .item:hover img {
        bottom: 0;
        width: 300px;
        max-width: 100%;
    }
}

@media (min-width:1025px) {
    .item {
        height: 530px
    }
}

@media (min-width:1200px) {
    .item {
        height: 585px
    }
}

.item__popup {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100vh;
    width: 100%;
    background: #fff;
    padding: 3.2rem
}

.item__popup> :first-child {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.item__popup img,
.item img {
    display: block;
    margin: 0 auto 1.6rem
}

.item img {
    position: relative;
    transition: all .3s ease-in-out;
    bottom: 0;
    width: 600px;
    max-width: 100%;
}

@media (min-width:768px) {
    .item img {
        bottom: 20%
    }
}

.item__button-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    width: 100%
}

.item__button {
    font-size: 13px;
    font-family: TTSupermolotNeue, sans-serif;
    font-weight: 500;
    color: #282e35;
    letter-spacing: 1.6px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #282e35;
    padding: 1.6rem 0;
    flex-grow: 1
}

.item__table {
    width: 100%
}

.item__table td:nth-child(2n) {
    text-align: right
}

.item__hide {
    opacity: 0;
    height: 0;
    transition: opacity .3s ease, height .3s ease
}

@media (min-width:768px) {
    .item:hover .item__hide {
        opacity: 1;
        height: 23rem
    }
}

.position {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4.8rem 0;
    gap: 4.8rem;
    border-bottom: 1px solid #d0d3d4
}

.position:last-child {
    border-bottom: 0
}

.do-stagger {
    transform: translate3d(-30px, 0, 0);
    opacity: 0
}

.vid,
.vid video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.vid video {
    -o-object-fit: cover;
    object-fit: cover
}

.icon {
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.icon--32 {
    width: 3.2rem;
    height: 3.2rem
}

.icon--24 {
    width: 2.4rem;
    height: 2.4rem
}

.icon--logo {
    width: 14.4rem;
    height: 2.5rem
}

@media (min-width:768px) {
    .icon--logo {
        height: 45px;
        width: 200px;
    }
}

@media (max-width:479.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table {
    width: 100%;
    margin-bottom: 1.6rem;
    color: inherit;
    background-color: #fff
}

.table td,
.table th {
    padding: .8rem 0;
    vertical-align: top;
    border-bottom: 1px dashed #d0d3d4
}

.table tr:last-child td {
    border: none
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f1f5f7
}

.table tbody+tbody {
    border-top: 2px solid #f1f5f7
}

.rte p,
.rte ol,
.rte ul,
.rte table {
    margin-bottom: 3.2rem;
}

.rte a {
    color: #282e35;
}

.rte table {
    width: 100%;
}

.rte table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.rte table th {
    padding: 10px;
}

.rte h3 {
    margin-bottom: 3.2rem;
    font-family: TTSupermolotNeue, sans-serif;
    font-weight: 400;
    font-size: calc(.83333vw + 26px);
    line-height: calc(.41667vw + 36px);
    color: #001217;
    letter-spacing: -.01579em;
}

.rte ul {
    padding-left: 20px;
    margin-bottom: 3.2rem;
}

.rte ul ul {
    padding-left: 40px;
    margin-bottom: 0;
}

.rte>ul>li {
    margin-bottom: 2rem;
}

.link-append {
    margin-left: 6px;
}

.icon--external-link {
    font-size: 1.45455em;
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media (min-width:768px) {
    .flex-center {
        display: flex;
        justify-content: center;
    }
}

.contact-box {
    font-size: 1.7rem;
    line-height: 2.1rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}

.contact-box .button {
    width: 100%;
}

.contact-box .link:hover {
    text-decoration: underline;
}

.contact-box .top {
    margin-bottom: 40px;
}

.flex-vertical {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(min-width:1024px) {
    .left-border {
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
}

@media(max-width:767px) {
    .contact-box {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 20px;
    }

    .contact-box:first-child {
        border-top: none;
    }
}

/* video popup */


.video-takeover {
    position: fixed;
    z-index: 7975;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    text-align: center;
    -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1.5, -0.001, 0, 0, 0, 1);
    transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1.5, -0.001, 0, 0, 0, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: #000
}

.video-takeover.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.001, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.001, 0, 0, 0, 1)
}

@media (max-width: 991px) {
    .video-takeover.is-active {
        background: rgba(0, 0, 0, 0.95)
    }
}

@media (max-width: 767px) {
    .video-takeover .video-close {
        position: absolute;
        top: 100px;
        left: 50%;
        margin-left: -27px;
        right: 40px;
        width: 54px;
        height: 32px;
        z-index: 100;
        border: 1px solid #d8d9db
    }
}

.video-takeover video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh
}

.videoContainer {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    .rotator section .slide .videoContainer {
        display: none
    }
}

.videoControl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    pointer-events: none
}

.media-centre-preview .videoControl {
    width: auto;
    left: 10px;
    right: 10px
}

.progressBar {
    height: 8px;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    bottom: 56px
}

.progressBar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.timeBar {
    z-index: 10;
    width: 0;
    height: 9px;
    background: #1da5f9
}

.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(167, 183, 191, 0.5);
    height: 1px;
    margin: 4px 0
}

.timeControl {
    text-align: right;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 1em
}

.currentTime {
    display: inline-block;
    pointer-events: none
}

@media (min-width: 992px) {

    .progressBar,
    .timeControl {
        width: 940px;
        margin: 0 auto
    }

    .media-centre-preview .progressBar,
    .media-centre-preview .timeControl {
        width: 100%
    }
}

.video__close {
    position: absolute;
    z-index: 8000;
    width: 5rem;
    height: 4.7rem;
    margin: 0;
    border: 0;
    padding: 1.5rem;
    background: transparent;
    outline: none;
    cursor: pointer;
    top: 0;
    right: 0;
    overflow: hidden
}

.video__close::after,
.video__close::before {
    content: '' !important;
    position: absolute;
    top: 70%;
    left: 30%;
    width: 35px;
    height: 1px;
    background-color: #fff;
}

.video__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.video__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.document {
    margin-top: 10px;
    padding-top: 10px;
    color: #282e35;
    border-top: 1px solid rgba(0, 169, 224, 0.3);
}

.document a:hover {
    text-decoration: underline;
}

/* end of video popup */


.rte h3 {
    margin-bottom: 20px;
}

/* footer css */
.list-unstyled {
    list-style: none;
    text-align: center;
    padding-inline-start: inherit;
}

.footer_icon {
    padding-right: 20px;
}

svg:hover {
    color: #ffffffad;
}

svg {
    color: rgb(255 255 255 / 29%);
}

@media (max-width: 800px) {
    .fnav ul {
        display: block;
    }

    .fnav ul a {
        text-align: left;
        line-height: 40px;
    }

    .text-center {
        text-align: justify;
    }

    .icon .icon--logo {
        margin: 0 auto;
        display: flex;
    }

    .justify-content-center {
        justify-content: flex-start !important;
    }
}