@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    display: flex;
    flex-direction: column
}

details, main {
    display: block
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted .1rem
}

legend {
    box-sizing: border-box;
    color: inherit;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    display: none
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

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

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

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@-ms-viewport {
    width: device-width
}

body.no-scroll, html.no-scroll {
    overflow: hidden
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth
}

html.wf-loading * {
    color: transparent !important
}

body.js-focus-visible :focus:not(.focus-visible) {
    outline: 0
}

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

.h1, h1 {
    font-size: 5.4rem;
    color: #000;
    margin: .41667em 0
}

@media (min-width: 19.375em) {
    .h1, h1 {
        font-size: calc(2.02247vw + 4.77rem)
    }
}

@media (min-width: 75em) {
    .h1, h1 {
        font-size: 7.2rem
    }
}

.h1:first-child, h1:first-child {
    margin-top: 0
}

.h1:last-child, h1:last-child {
    margin-bottom: 0
}

.h2, h2 {
    font-size: 3.6rem;
    color: #384151;
    margin: .55556em 0
}

@media (min-width: 19.375em) {
    .h2, h2 {
        font-size: calc(2.02247vw + 2.97rem)
    }
}

@media (min-width: 75em) {
    .h2, h2 {
        font-size: 5.4rem
    }
}

.h2:first-child, h2:first-child {
    margin-top: 0
}

.h2:last-child, h2:last-child {
    margin-bottom: 0
}

.h3, h3 {
    font-size: 3rem;
    margin: .55556em 0
}

@media (min-width: 19.375em) {
    .h3, h3 {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .h3, h3 {
        font-size: 3.6rem
    }
}

.h3:first-child, h3:first-child {
    margin-top: 0
}

.h3:last-child, h3:last-child {
    margin-bottom: 0
}

.h4, .h5, .h6, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    color: #384151;
    line-height: 1.6;
    margin: 1em 0
}

@media (min-width: 19.375em) {
    .h4, .h5, .h6, h4, h5, h6 {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .h4, .h5, .h6, h4, h5, h6 {
        font-size: 3rem
    }
}

.h4:first-child, .h5:first-child, .h6:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

.h4:last-child, .h5:last-child, .h6:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0
}

blockquote, ol, p, table, ul {
    margin-bottom: 2rem;
    margin-top: 2rem
}

blockquote:first-child, ol:first-child, p:first-child, table:first-child, ul:first-child {
    margin-top: 0
}

blockquote:last-child, ol:last-child, p:last-child, table:last-child, ul:last-child {
    margin-bottom: 0
}

hr {
    box-sizing: content-box;
    overflow: visible;
    background: #d1d5dc;
    border: 0;
    height: .1rem;
    margin: 2rem 0
}

ol, ul {
    margin-left: 0;
    padding: 0
}

ol ul, ol > li > ol, ul ul, ul > li > ol {
    margin: 1rem 0 0 2rem
}

ol > li + li, ul > li + li {
    margin-top: 1rem
}

ol {
    counter-reset: ol;
    list-style: none
}

ol > li:before {
    content: counter(ol) ") ";
    counter-increment: ol;
    display: inline-block;
    height: auto;
    padding-right: .58824em;
    text-align: left;
    top: 0;
    width: 1.52941em
}

a {
    background-color: transparent;
    text-decoration: underline;
    color: #384151
}

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

a:hover {
    color: #111928
}

a[href^="mailto:"] {
    word-break: break-all
}

table:not(.reset) {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

table:not(.reset) th {
    background: #111928;
    color: #fff;
    line-height: 1.4;
    text-align: left
}

table:not(.reset) td, table:not(.reset) th {
    border: 0;
    padding: 2rem;
    vertical-align: middle
}

table:not(.reset) tr:nth-child(odd) {
    background: #d1d5dc
}

table:not(.reset) thead + tbody tr:nth-child(odd), table:not(.reset) tr:nth-child(even) {
    background: #fff
}

table:not(.reset) thead + tbody tr:nth-child(even) {
    background: #d1d5dc
}

/*!
 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html:before {
    content: '{"xs" : "(max-width: 35.999em)", "sm" : "(min-width: 36em) and (max-width: 47.999em)", "md" : "(min-width: 48em) and (max-width: 61.999em)", "lg" : "(min-width: 62em) and (max-width: 79.999em)", "xl" : "(min-width: 80em)", "menu" : "(min-width: 80em)"}';
    display: none
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 36em) {
    .container {
        max-width: 54rem
    }
}

@media (min-width: 48em) {
    .container {
        max-width: 72rem
    }
}

@media (min-width: 62em) {
    .container {
        max-width: 96rem
    }
}

@media (min-width: 80em) {
    .container {
        max-width: 123.6rem
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -1.2rem
}

.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-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-2, .col-20, .col-21, .col-22, .col-23, .col-24, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-2, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-2, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-2, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-2, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%
}

.col-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.col-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%
}

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

.col-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%
}

.col-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.col-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 25
}

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

.order-13 {
    order: 13
}

.order-14 {
    order: 14
}

.order-15 {
    order: 15
}

.order-16 {
    order: 16
}

.order-17 {
    order: 17
}

.order-18 {
    order: 18
}

.order-19 {
    order: 19
}

.order-20 {
    order: 20
}

.order-21 {
    order: 21
}

.order-22 {
    order: 22
}

.order-23 {
    order: 23
}

.order-24 {
    order: 24
}

.offset-1 {
    margin-left: 4.16667%
}

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
    margin-left: 54.16667%
}

.offset-14 {
    margin-left: 58.33333%
}

.offset-15 {
    margin-left: 62.5%
}

.offset-16 {
    margin-left: 66.66667%
}

.offset-17 {
    margin-left: 70.83333%
}

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

.offset-19 {
    margin-left: 79.16667%
}

.offset-20 {
    margin-left: 83.33333%
}

.offset-21 {
    margin-left: 87.5%
}

.offset-22 {
    margin-left: 91.66667%
}

.offset-23 {
    margin-left: 95.83333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

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

    .col-sm-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .col-sm-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

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

    .col-sm-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

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

    .col-sm-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

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

    .col-sm-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 25
    }

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

    .order-sm-13 {
        order: 13
    }

    .order-sm-14 {
        order: 14
    }

    .order-sm-15 {
        order: 15
    }

    .order-sm-16 {
        order: 16
    }

    .order-sm-17 {
        order: 17
    }

    .order-sm-18 {
        order: 18
    }

    .order-sm-19 {
        order: 19
    }

    .order-sm-20 {
        order: 20
    }

    .order-sm-21 {
        order: 21
    }

    .order-sm-22 {
        order: 22
    }

    .order-sm-23 {
        order: 23
    }

    .order-sm-24 {
        order: 24
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 4.16667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-13 {
        margin-left: 54.16667%
    }

    .offset-sm-14 {
        margin-left: 58.33333%
    }

    .offset-sm-15 {
        margin-left: 62.5%
    }

    .offset-sm-16 {
        margin-left: 66.66667%
    }

    .offset-sm-17 {
        margin-left: 70.83333%
    }

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

    .offset-sm-19 {
        margin-left: 79.16667%
    }

    .offset-sm-20 {
        margin-left: 83.33333%
    }

    .offset-sm-21 {
        margin-left: 87.5%
    }

    .offset-sm-22 {
        margin-left: 91.66667%
    }

    .offset-sm-23 {
        margin-left: 95.83333%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

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

    .col-md-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .col-md-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

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

    .col-md-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

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

    .col-md-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

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

    .col-md-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 25
    }

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

    .order-md-13 {
        order: 13
    }

    .order-md-14 {
        order: 14
    }

    .order-md-15 {
        order: 15
    }

    .order-md-16 {
        order: 16
    }

    .order-md-17 {
        order: 17
    }

    .order-md-18 {
        order: 18
    }

    .order-md-19 {
        order: 19
    }

    .order-md-20 {
        order: 20
    }

    .order-md-21 {
        order: 21
    }

    .order-md-22 {
        order: 22
    }

    .order-md-23 {
        order: 23
    }

    .order-md-24 {
        order: 24
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 4.16667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-13 {
        margin-left: 54.16667%
    }

    .offset-md-14 {
        margin-left: 58.33333%
    }

    .offset-md-15 {
        margin-left: 62.5%
    }

    .offset-md-16 {
        margin-left: 66.66667%
    }

    .offset-md-17 {
        margin-left: 70.83333%
    }

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

    .offset-md-19 {
        margin-left: 79.16667%
    }

    .offset-md-20 {
        margin-left: 83.33333%
    }

    .offset-md-21 {
        margin-left: 87.5%
    }

    .offset-md-22 {
        margin-left: 91.66667%
    }

    .offset-md-23 {
        margin-left: 95.83333%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

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

    .col-lg-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .col-lg-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

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

    .col-lg-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

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

    .col-lg-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

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

    .col-lg-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 25
    }

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

    .order-lg-13 {
        order: 13
    }

    .order-lg-14 {
        order: 14
    }

    .order-lg-15 {
        order: 15
    }

    .order-lg-16 {
        order: 16
    }

    .order-lg-17 {
        order: 17
    }

    .order-lg-18 {
        order: 18
    }

    .order-lg-19 {
        order: 19
    }

    .order-lg-20 {
        order: 20
    }

    .order-lg-21 {
        order: 21
    }

    .order-lg-22 {
        order: 22
    }

    .order-lg-23 {
        order: 23
    }

    .order-lg-24 {
        order: 24
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 4.16667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-13 {
        margin-left: 54.16667%
    }

    .offset-lg-14 {
        margin-left: 58.33333%
    }

    .offset-lg-15 {
        margin-left: 62.5%
    }

    .offset-lg-16 {
        margin-left: 66.66667%
    }

    .offset-lg-17 {
        margin-left: 70.83333%
    }

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

    .offset-lg-19 {
        margin-left: 79.16667%
    }

    .offset-lg-20 {
        margin-left: 83.33333%
    }

    .offset-lg-21 {
        margin-left: 87.5%
    }

    .offset-lg-22 {
        margin-left: 91.66667%
    }

    .offset-lg-23 {
        margin-left: 95.83333%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-13 {
        flex: 0 0 54.16667%;
        max-width: 54.16667%
    }

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

    .col-xl-15 {
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

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

    .col-xl-17 {
        flex: 0 0 70.83333%;
        max-width: 70.83333%
    }

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

    .col-xl-19 {
        flex: 0 0 79.16667%;
        max-width: 79.16667%
    }

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

    .col-xl-21 {
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

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

    .col-xl-23 {
        flex: 0 0 95.83333%;
        max-width: 95.83333%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 25
    }

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

    .order-xl-13 {
        order: 13
    }

    .order-xl-14 {
        order: 14
    }

    .order-xl-15 {
        order: 15
    }

    .order-xl-16 {
        order: 16
    }

    .order-xl-17 {
        order: 17
    }

    .order-xl-18 {
        order: 18
    }

    .order-xl-19 {
        order: 19
    }

    .order-xl-20 {
        order: 20
    }

    .order-xl-21 {
        order: 21
    }

    .order-xl-22 {
        order: 22
    }

    .order-xl-23 {
        order: 23
    }

    .order-xl-24 {
        order: 24
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 4.16667%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-13 {
        margin-left: 54.16667%
    }

    .offset-xl-14 {
        margin-left: 58.33333%
    }

    .offset-xl-15 {
        margin-left: 62.5%
    }

    .offset-xl-16 {
        margin-left: 66.66667%
    }

    .offset-xl-17 {
        margin-left: 70.83333%
    }

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

    .offset-xl-19 {
        margin-left: 79.16667%
    }

    .offset-xl-20 {
        margin-left: 83.33333%
    }

    .offset-xl-21 {
        margin-left: 87.5%
    }

    .offset-xl-22 {
        margin-left: 91.66667%
    }

    .offset-xl-23 {
        margin-left: 95.83333%
    }
}

.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 {
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -ms-grid-row-align: center !important;
    align-self: center !important
}

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

.align-self-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 36em) {
    .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 {
        -ms-grid-row-align: auto !important;
        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 {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

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

    .align-self-sm-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 48em) {
    .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 {
        -ms-grid-row-align: auto !important;
        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 {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

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

    .align-self-md-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 62em) {
    .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 {
        -ms-grid-row-align: auto !important;
        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 {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

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

    .align-self-lg-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.row > .col, .row > [class*=col-] {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem
}

.no-gutters, .no-gutters > .col, .no-gutters > [class*=col-] {
    margin-bottom: 0;
    margin-top: 0
}

.line-gutters {
    margin: -.1rem 0 0 -.1rem
}

.line-gutters > .col, .line-gutters > [class*=col-] {
    margin-bottom: 0;
    margin-top: .1rem;
    padding-left: .1rem;
    padding-right: 0
}

/*!
 * Bootstrap Utilities v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.align-baseline {
    vertical-align: baseline !important
}

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 36em) {
    .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-flex {
        display: flex !important
    }

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

@media (min-width: 48em) {
    .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-flex {
        display: flex !important
    }

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

@media (min-width: 62em) {
    .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-flex {
        display: flex !important
    }

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

@media (min-width: 80em) {
    .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 {
        -ms-grid-row-align: auto !important;
        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 {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

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

    .align-self-xl-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .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-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-flex {
        display: flex !important
    }

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

.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-16by9::before {
    padding-top: 56.25%
}

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 36em) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 48em) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 62em) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

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

.m-form-checkbox, .m-form-radio, .m-toggle__control, .sr-only {
    position: absolute;
    width: .1rem;
    height: .1rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

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

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

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

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

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

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

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

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

.h-100 {
    height: 100% !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
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.mt-1, .my-1 {
    margin-top: 1rem !important
}

.mr-1, .mx-1 {
    margin-right: 1rem !important
}

.mb-1, .my-1 {
    margin-bottom: 1rem !important
}

.ml-1, .mx-1 {
    margin-left: 1rem !important
}

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

.mt-2, .my-2 {
    margin-top: 2rem !important
}

.mr-2, .mx-2 {
    margin-right: 2rem !important
}

.mb-2, .my-2 {
    margin-bottom: 2rem !important
}

.ml-2, .mx-2 {
    margin-left: 2rem !important
}

.m-3 {
    margin: 4rem !important
}

.mt-3, .my-3 {
    margin-top: 4rem !important
}

.mr-3, .mx-3 {
    margin-right: 4rem !important
}

.mb-3, .my-3 {
    margin-bottom: 4rem !important
}

.ml-3, .mx-3 {
    margin-left: 4rem !important
}

.m-4 {
    margin: 8rem !important
}

.mt-4, .my-4 {
    margin-top: 8rem !important
}

.mr-4, .mx-4 {
    margin-right: 8rem !important
}

.mb-4, .my-4 {
    margin-bottom: 8rem !important
}

.ml-4, .mx-4 {
    margin-left: 8rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

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

.pt-1, .py-1 {
    padding-top: 1rem !important
}

.pr-1, .px-1 {
    padding-right: 1rem !important
}

.pb-1, .py-1 {
    padding-bottom: 1rem !important
}

.pl-1, .px-1 {
    padding-left: 1rem !important
}

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

.pt-2, .py-2 {
    padding-top: 2rem !important
}

.pr-2, .px-2 {
    padding-right: 2rem !important
}

.pb-2, .py-2 {
    padding-bottom: 2rem !important
}

.pl-2, .px-2 {
    padding-left: 2rem !important
}

.p-3 {
    padding: 4rem !important
}

.pt-3, .py-3 {
    padding-top: 4rem !important
}

.pr-3, .px-3 {
    padding-right: 4rem !important
}

.pb-3, .py-3 {
    padding-bottom: 4rem !important
}

.pl-3, .px-3 {
    padding-left: 4rem !important
}

.p-4 {
    padding: 8rem !important
}

.pt-4, .py-4 {
    padding-top: 8rem !important
}

.pr-4, .px-4 {
    padding-right: 8rem !important
}

.pb-4, .py-4 {
    padding-bottom: 8rem !important
}

.pl-4, .px-4 {
    padding-left: 8rem !important
}

.m-n1 {
    margin: -1rem !important
}

.mt-n1, .my-n1 {
    margin-top: -1rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -1rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -1rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -1rem !important
}

.m-n2 {
    margin: -2rem !important
}

.mt-n2, .my-n2 {
    margin-top: -2rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -2rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -2rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -2rem !important
}

.m-n3 {
    margin: -4rem !important
}

.mt-n3, .my-n3 {
    margin-top: -4rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -4rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -4rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -4rem !important
}

.m-n4 {
    margin: -8rem !important
}

.mt-n4, .my-n4 {
    margin-top: -8rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -8rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -8rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -8rem !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: 36em) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 1rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 1rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 1rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 1rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 1rem !important
    }

    .m-sm-2 {
        margin: 2rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 2rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 2rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 2rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 2rem !important
    }

    .m-sm-3 {
        margin: 4rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 4rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 4rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 4rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 4rem !important
    }

    .m-sm-4 {
        margin: 8rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 8rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 8rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 8rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 8rem !important
    }

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

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 1rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 1rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 1rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 1rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 1rem !important
    }

    .p-sm-2 {
        padding: 2rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 2rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 2rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 2rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 2rem !important
    }

    .p-sm-3 {
        padding: 4rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 4rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 4rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 4rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 4rem !important
    }

    .p-sm-4 {
        padding: 8rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 8rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 8rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 8rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 8rem !important
    }

    .m-sm-n1 {
        margin: -1rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -1rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -1rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -1rem !important
    }

    .m-sm-n2 {
        margin: -2rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -2rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -2rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -2rem !important
    }

    .m-sm-n3 {
        margin: -4rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -4rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -4rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -4rem !important
    }

    .m-sm-n4 {
        margin: -8rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -8rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -8rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -8rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -8rem !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: 48em) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 1rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 1rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 1rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 1rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 1rem !important
    }

    .m-md-2 {
        margin: 2rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 2rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 2rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 2rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 2rem !important
    }

    .m-md-3 {
        margin: 4rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 4rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 4rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 4rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 4rem !important
    }

    .m-md-4 {
        margin: 8rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 8rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 8rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 8rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 8rem !important
    }

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

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 1rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 1rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 1rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 1rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 1rem !important
    }

    .p-md-2 {
        padding: 2rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 2rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 2rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 2rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 2rem !important
    }

    .p-md-3 {
        padding: 4rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 4rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 4rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 4rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 4rem !important
    }

    .p-md-4 {
        padding: 8rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 8rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 8rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 8rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 8rem !important
    }

    .m-md-n1 {
        margin: -1rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -1rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -1rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -1rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -1rem !important
    }

    .m-md-n2 {
        margin: -2rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -2rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -2rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -2rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -2rem !important
    }

    .m-md-n3 {
        margin: -4rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -4rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -4rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -4rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -4rem !important
    }

    .m-md-n4 {
        margin: -8rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -8rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -8rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -8rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -8rem !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: 62em) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 1rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 1rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 1rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 1rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 1rem !important
    }

    .m-lg-2 {
        margin: 2rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 2rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 2rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 2rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 2rem !important
    }

    .m-lg-3 {
        margin: 4rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 4rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 4rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 4rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 4rem !important
    }

    .m-lg-4 {
        margin: 8rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 8rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 8rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 8rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 8rem !important
    }

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

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 1rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 1rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 1rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 1rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 1rem !important
    }

    .p-lg-2 {
        padding: 2rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 2rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 2rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 2rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 2rem !important
    }

    .p-lg-3 {
        padding: 4rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 4rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 4rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 4rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 4rem !important
    }

    .p-lg-4 {
        padding: 8rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 8rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 8rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 8rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 8rem !important
    }

    .m-lg-n1 {
        margin: -1rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -1rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -1rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -1rem !important
    }

    .m-lg-n2 {
        margin: -2rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -2rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -2rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -2rem !important
    }

    .m-lg-n3 {
        margin: -4rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -4rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -4rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -4rem !important
    }

    .m-lg-n4 {
        margin: -8rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -8rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -8rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -8rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -8rem !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
    }
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media (min-width: 36em) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }
}

@media (min-width: 48em) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }
}

@media (min-width: 62em) {
    .text-lg-left {
        text-align: left
    }

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

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

@media (min-width: 80em) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

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

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 1rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 1rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 1rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 1rem !important
    }

    .m-xl-2 {
        margin: 2rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 2rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 2rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 2rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 2rem !important
    }

    .m-xl-3 {
        margin: 4rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 4rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 4rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 4rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 4rem !important
    }

    .m-xl-4 {
        margin: 8rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 8rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 8rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 8rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 8rem !important
    }

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

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 1rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 1rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 1rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 1rem !important
    }

    .p-xl-2 {
        padding: 2rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 2rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 2rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 2rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 2rem !important
    }

    .p-xl-3 {
        padding: 4rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 4rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 4rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 4rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 4rem !important
    }

    .p-xl-4 {
        padding: 8rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 8rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 8rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 8rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 8rem !important
    }

    .m-xl-n1 {
        margin: -1rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -1rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -1rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -1rem !important
    }

    .m-xl-n2 {
        margin: -2rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -2rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -2rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -2rem !important
    }

    .m-xl-n3 {
        margin: -4rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -4rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -4rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -4rem !important
    }

    .m-xl-n4 {
        margin: -8rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -8rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -8rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -8rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -8rem !important
    }

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

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

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

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

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

    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

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

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

.text-underline-never, .text-underline-never:focus, .text-underline-never:hover, .text-underline-on-hover {
    text-decoration: none
}

.text-underline-on-hover:focus, .text-underline-on-hover:hover, .text-underline-remove-on-hover {
    text-decoration: underline
}

.text-underline-remove-on-hover:focus, .text-underline-remove-on-hover:hover {
    text-decoration: none
}

body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: #1b4079;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    max-width: 240rem
}

.wf-active body {
    font-family: "Nunito Sans", Arial, sans-serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, strong {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .h5, .wf-active .h6, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active strong {
    font-family: Nunito, Arial, sans-serif
}

.h1, .h2, h1, h2 {
    color: inherit
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    color: #000
}

.h1, h1 {
    font-feature-settings: 'ss02' on;
    letter-spacing: -.01em;
    line-height: 1.1112
}

.h2, h2 {
    line-height: 1.1112
}

.h3, h3 {
    line-height: 1.333
}

.h4, h4 {
    line-height: 1.4
}

.h5, h5 {
    font-size: 2.7rem;
    line-height: 1.1112
}

.h6, h6 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.4
}

.wf-active .h6, .wf-active h6 {
    font-family: "Nunito Sans", Arial, sans-serif
}

a, a:hover {
    color: inherit
}

small {
    font-size: 1.5rem;
    line-height: 2.4rem
}

iframe {
    border: 0
}

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

li li + li, ul li + li {
    margin-top: 1.2rem
}

ul {
    list-style: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12'%3E%3Cellipse fill='%23fca91c' cx='6' cy='6' rx='6' ry='6'/%3E%3C/svg%3E");
    margin-left: 4rem
}

ol:not(.reset) li {
    padding-left: 3.6rem;
    position: relative
}

ol:not(.reset) li:before {
    font-family: Arial, sans-serif;
    font-weight: 700;
    background: #fca91c;
    border-radius: 50%;
    color: #fff;
    content: counter(ol);
    height: 2.4rem;
    left: 0;
    line-height: 2.4rem;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.4rem
}

.wf-active ol:not(.reset) li:before {
    font-family: "Nunito Sans", Arial, sans-serif
}

[id*=snippet-pc-] + [id*=snippet-pc-] {
    margin-top: 3.2rem
}

body, html {
    height: auto;
    min-height: 100vh
}

.container, .container-fluid {
    padding-left: 1.8rem;
    padding-right: 1.8rem
}

.a-amber-point, .m-steps__title > strong, .o-hero--reward-referral .o-hero__perex > strong {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    align-items: center;
    background: #ffe6ad;
    border-radius: 3rem;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: .8rem;
    line-height: 2.4rem;
    padding: 0 .6rem 0 .9rem
}

.o-hero--reward-referral .wf-active .o-hero__perex > strong, .wf-active .a-amber-point, .wf-active .m-steps__title > strong, .wf-active .o-hero--reward-referral .o-hero__perex > strong {
    font-family: "Nunito Sans", Arial, sans-serif
}

.a-amber-point:after, .m-steps__title > strong:after, .o-hero--reward-referral .o-hero__perex > strong:after {
    background: url(../images/v2/icon-amber-point.svg?ver=1) center/contain no-repeat;
    content: '';
    height: 1.8rem;
    width: 1.8rem
}

.a-amber-point--md, .m-steps__title > strong, .o-hero--reward-referral .o-hero__perex > strong {
    font-size: inherit;
    line-height: inherit;
    padding: .3rem .9rem .3rem 1.2rem
}

.a-amber-point--md:after, .m-steps__title > strong:after, .o-hero--reward-referral .o-hero__perex > strong:after {
    height: 2.4rem;
    width: 2.4rem
}

.a-background {
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.a-background--cover {
    background-size: cover
}

.a-background--contain {
    background-size: contain
}

.a-background--center {
    background-position: center center
}

.a-background--fixed {
    background-attachment: fixed;
    background-position: center center
}

.a-background-initial-gradient {
    background: linear-gradient(180deg, #e4f2fb, rgba(228, 242, 251, 0) 33rem);
    border-top-left-radius: 1.8rem;
    border-top-right-radius: 1.8rem
}

@media (min-width: 48em) {
    .a-background-initial-gradient {
        border-top-left-radius: 3.6rem;
        border-top-right-radius: 3.6rem
    }
}

.a-button {
    background: #d1d5dc;
    border: 0;
    cursor: pointer;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    text-decoration: none;
    background: linear-gradient(299deg, #b90e49 3%, #f1680b 18%, #f9ab00 33%, #f9ab00 67%, #f1680b 82%, #b90e49 97%);
    background-size: 300% 100%;
    border-radius: 3rem;
    color: #fff;
    display: block;
    line-height: 2.4rem;
    min-height: 5.4rem;
    padding: 1.5rem 2.4rem;
    transition: .3s, background .3s ease-in-out;
    will-change: padding, background, color
}

.a-button[disabled=disabled] {
    background: #e6e7eb;
    color: #384151;
    cursor: default
}

.a-button[disabled=disabled]:hover {
    background: #e6e7eb;
    color: #384151
}

.a-button--block {
    width: 100%
}

.wf-active .a-button {
    font-family: "Nunito Sans", Arial, sans-serif
}

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

.a-button:hover {
    background-position: 100% 0;
    color: #fff
}

.a-button--small {
    font-size: 1.7rem;
    min-height: 4.8rem;
    padding: 1.2rem 2.4rem
}

@media (min-width: 36em) {
    .a-button {
        display: inline-block;
        padding: 1.8rem 3.6rem
    }

    .a-button--small {
        padding: 1.2rem 3.2rem
    }
}

@media (min-width: 48em) {
    .a-button {
        min-width: 11.76471em
    }

    .a-button, .a-button--block {
        min-width: 0
    }
}

.a-button--second {
    background: 0 0;
    box-shadow: inset 0 0 0 .2rem #fca91c;
    color: #000
}

.a-button--second:hover {
    background-color: #fca91c;
    color: #fff
}

.is-contrast .a-button--second {
    color: #fff
}

.a-button--aside {
    font-size: 1.5rem;
    background: 0 0;
    box-shadow: inset 0 0 0 .2rem #fca91c;
    color: #000;
    line-height: 2.4rem;
    min-height: 3rem;
    padding: .3rem 1.8rem
}

.a-button--aside:hover {
    background-color: #fca91c
}

.is-contrast .a-button--aside {
    box-shadow: inset 0 0 0 .2rem #fff
}

.is-contrast .a-button--aside:hover {
    background-color: #fff;
    color: #000
}

.a-button--blank {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #000 50%, #b90e49 50%, #f1680b, #f9ab00);
    background-clip: text;
    background-size: 202% 100%;
    color: #fff;
    transition: background-position .3s
}

.a-button--blank:hover {
    background-position: 100% 0
}

.is-contrast .a-button--blank {
    background: linear-gradient(to right, #fff 50%, #b90e49 50%, #f1680b, #f9ab00);
    color: #000
}

.a-flash-message {
    font-size: 1.7rem;
    background: #e6e7eb;
    border-radius: 0;
    box-shadow: 0 0 .23529em rgba(0, 0, 0, .2);
    color: #384151;
    line-height: 1.4;
    padding: .58824em .98824em;
    text-align: left;
    clear: both;
    display: flex;
    margin-top: -17.64706em;
    min-width: 20rem;
    opacity: 0;
    transition: margin 2s, opacity 2s;
    float: none
}

.a-flash-message + .a-flash-message {
    margin-top: .58824em
}

.a-flash-message__status {
    display: none
}

.a-flash-message__status:checked + .a-flash-message {
    animation: 3s 10s forwards autoHideMessage;
    margin-top: .58824em;
    opacity: 1
}

.a-flash-message__status:checked + .a-flash-message--1 {
    animation-delay: 10s
}

.a-flash-message__status:checked + .a-flash-message--2 {
    animation-delay: 12s
}

.a-flash-message__status:checked + .a-flash-message--3 {
    animation-delay: 14s
}

.a-flash-message__status:checked + .a-flash-message--4 {
    animation-delay: 16s
}

.a-flash-message__status:checked + .a-flash-message--5 {
    animation-delay: 18s
}

.a-flash-message__status:checked + .a-flash-message--6 {
    animation-delay: 20s
}

.a-flash-message__status:checked + .a-flash-message--7 {
    animation-delay: 22s
}

.a-flash-message__status:checked + .a-flash-message--8 {
    animation-delay: 24s
}

.a-flash-message__status:checked + .a-flash-message--9 {
    animation-delay: 26s
}

.a-flash-message__status:checked + .a-flash-message--10 {
    animation-delay: 28s
}

.a-flash-message__close {
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
    display: inline-block;
    margin-left: auto;
    padding: 0 .29412em 0 .88235em
}

.a-flash-message__icon {
    -ms-grid-row-align: center;
    align-self: center;
    display: inline-block;
    height: 1em;
    margin-right: 1.17647em
}

.a-flash-message--success {
    background: #3bb324;
    color: #fff
}

.a-flash-message--success .a-flash-message__icon {
    border: 0 solid;
    border-bottom-width: .11765em;
    border-right-width: .11765em;
    transform: rotate(40deg);
    transform-origin: right center;
    width: .75em
}

.a-flash-message--error {
    background: #e00000;
    color: #fff
}

.a-flash-message--error .a-flash-message__icon {
    position: relative;
    width: 1em
}

.a-flash-message--error .a-flash-message__icon:after, .a-flash-message--error .a-flash-message__icon:before {
    border-left: .11765em solid;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -.05882em;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transform-origin: center center
}

.a-flash-message--error .a-flash-message__icon:after {
    transform: rotate(-45deg)
}

@keyframes autoHideMessage {
    0% {
        opacity: 1
    }
    100% {
        margin-top: -17.64706em;
        opacity: 0
    }
}

.a-form-description {
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.a-form-description:first-child {
    margin-top: 0
}

.a-form-description:last-child {
    margin-bottom: 0
}

.a-form-error {
    border-radius: 0;
    left: 0;
    margin-top: .29412em;
    max-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 9;
    background: #ba0f4a;
    color: #fff;
    padding: .3rem .5rem
}

.a-form-error:after {
    border-bottom: .29412em solid;
    border-left: .29412em solid transparent;
    border-right: .29412em solid transparent;
    border-top: 0;
    content: '';
    display: inline-block;
    height: 0;
    vertical-align: .25em;
    width: 0;
    left: .29412em;
    margin: 0;
    position: absolute;
    top: -.29412em;
    color: #ba0f4a
}

.a-form-error:empty:after {
    margin-left: 0
}

.a-form-input {
    background: #fff;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    border-radius: .6rem;
    border: .1rem solid #cee6f2;
    color: #000;
    line-height: 2.4rem;
    margin-top: .8rem;
    padding: 1.8rem
}

.a-form-input:first-child {
    margin-top: 0
}

.a-form-input:last-child {
    margin-bottom: 0
}

.wf-active .a-form-input {
    font-family: "Nunito Sans", Arial, sans-serif
}

.a-form-input:-ms-input-placeholder {
    color: #9ca3af
}

.a-form-input::placeholder {
    color: #9ca3af
}

.a-form-input:focus {
    outline: 0
}

.a-form-input--newsletter {
    max-width: 100%;
    padding: 1.4rem 1.8rem
}

.has-inline-labels .a-form-input {
    margin-top: 0
}

.a-form-label {
    display: block;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    color: #1b4079;
    margin-bottom: .8rem
}

.a-form-label:first-child {
    margin-top: 0
}

.a-form-label:last-child {
    margin-bottom: 0
}

.wf-active .a-form-label {
    font-family: "Nunito Sans", Arial, sans-serif
}

.a-form-label:has(.a-form-label__asterisk) {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .a-form-label:has(.a-form-label__asterisk) {
    font-family: Nunito, Arial, sans-serif
}

.a-form-label__asterisk {
    color: #ba0f4a
}

@media (min-width: 48em) {
    .has-inline-labels .a-form-label {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        left: 0;
        min-height: 6rem;
        position: absolute;
        text-align: right;
        top: 0;
        width: 18rem
    }
}

.a-form-select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath stroke='%23000' d='M7 7.4a.613.613 0 0 1-.4-.15L.85 1.6a.558.558 0 0 1 0-.8.558.558 0 0 1 .8 0L7 6.025 12.35.75a.558.558 0 0 1 .8 0 .558.558 0 0 1 0 .8L7.4 7.2c-.125.125-.25.2-.4.2Z'/%3E%3C/svg%3E") right 1.17647em center/1.4rem .8rem no-repeat #fff;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    appearance: none;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    border-radius: .6rem;
    border: .1rem solid #cee6f2;
    color: #000;
    line-height: 2.4rem;
    margin-top: .8rem;
    padding: 1.8rem
}

.a-form-select:first-child {
    margin-top: 0
}

.a-form-select:last-child {
    margin-bottom: 0
}

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

.a-form-select::-ms-expand {
    display: none
}

.wf-active .a-form-select {
    font-family: "Nunito Sans", Arial, sans-serif
}

.has-inline-labels .a-form-select {
    margin-top: 0
}

.a-form-textarea {
    background: #fff;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
    resize: vertical;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    border-radius: .6rem;
    border: .1rem solid #cee6f2;
    color: #000;
    line-height: 2.4rem;
    margin-top: .8rem;
    padding: 1.8rem
}

.a-form-textarea:first-child {
    margin-top: 0
}

.a-form-textarea:last-child {
    margin-bottom: 0
}

.wf-active .a-form-textarea {
    font-family: "Nunito Sans", Arial, sans-serif
}

.a-form-textarea:focus {
    outline: 0
}

.a-form-textarea:-ms-input-placeholder {
    color: #9ca3af
}

.a-form-textarea::placeholder {
    color: #9ca3af
}

.has-inline-labels .a-form-textarea {
    margin-top: 0
}

.a-hr {
    border-top: .2rem solid #c4c4c4;
    position: relative
}

.a-hr__ico {
    background-color: #fff;
    background-image: url(./hr-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 2.9rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    width: 12.8rem;
    z-index: 1
}

@media (min-width: 62em) {
    .a-form-input--newsletter {
        max-width: 38rem
    }

    .a-hr__ico {
        height: 5.2rem;
        width: 22.5rem
    }
}

.a-icon, [class*=" a-icon"], [class^=a-icon] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    vertical-align: middle;
    word-break: normal
}

.a-icon:before, [class*=" a-icon"]:before, [class^=a-icon]:before {
    display: inline-block;
    text-align: center;
    width: 1em
}

.a-icon-arrow-left:before {
    content: ""
}

.a-icon-arrow-up:before {
    content: ""
}

.a-icon-arrow-down:before {
    content: ""
}

.a-icon-arrow-right:before {
    content: ""
}

.a-icon-arrow-left-circle:before {
    content: ""
}

.a-icon-arrow-up-circle:before {
    content: ""
}

.a-icon-arrow-down-circle:before {
    content: ""
}

.a-icon-arrow-right-circle:before {
    content: ""
}

.a-icon-checkmark:before {
    content: ""
}

.a-icon-play:before {
    content: ""
}

.a-icon-envelope:before {
    content: ""
}

.a-icon-phone:before {
    content: ""
}

.a-icon-facebook:before {
    content: ""
}

.a-icon-facebook-o:before {
    content: ""
}

.a-icon-instagram:before {
    content: ""
}

.a-icon-linkedin:before {
    content: ""
}

.a-icon-16, .a-icon-20, .a-icon-24, .a-icon-32, .a-icon-48 {
    height: 1em;
    line-height: 1em;
    width: 1em
}

.a-icon-16 {
    font-size: 1.6rem
}

.a-icon-20 {
    font-size: 2rem
}

.a-icon-24 {
    font-size: 2.4rem
}

.a-icon-32 {
    font-size: 3.2rem
}

.a-icon-48 {
    font-size: 4.8rem
}

.a-max-width {
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

.a-max-width-sm {
    max-width: 54rem
}

.a-max-width-md {
    max-width: 72rem
}

.a-max-width-lg {
    max-width: 96rem
}

.a-max-width-xl {
    max-width: 123.6rem
}

.a-perex {
    font-size: 2.4rem;
    line-height: 1.333
}

.a-theme-notice {
    background: #fff;
    box-shadow: 0 0 .23529em rgba(0, 0, 0, .2);
    left: 50%;
    max-height: 100%;
    max-width: 30.58824em;
    opacity: 0;
    overflow: auto;
    padding: 1.17647em;
    position: fixed;
    text-align: left;
    top: 50%;
    transform: translate(-50%, -150%);
    transition: transform 1s, opacity 1s;
    width: 95%;
    z-index: 999
}

.a-theme-notice__background {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    transition: bottom 2s;
    width: 100%;
    z-index: 998
}

.a-theme-notice__status {
    display: none
}

.a-theme-notice__status:checked + .a-theme-notice {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.a-theme-notice__status:not(:checked) ~ .a-theme-notice__background {
    bottom: 100%
}

.a-theme-notice__close {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 1.17647em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.17647em
}

.m-aitom-logo {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    height: 1.58824em;
    vertical-align: middle;
    width: 4.70588em
}

.m-aitom-logo:focus, .m-aitom-logo:hover {
    text-decoration: none
}

.m-aitom-logo__logo {
    height: 100%;
    overflow: visible;
    width: 100%
}

.m-aitom-logo__symbol {
    fill: currentColor;
    transform: rotate(0);
    transform-origin: 2rem center;
    transition: 1.8s
}

.m-aitom-logo__text {
    fill: currentColor
}

.m-aitom-logo:hover .m-aitom-logo__symbol {
    transform: rotate(720deg)
}

.m-branch-card {
    background: #fff;
    border-radius: 1.8rem;
    display: -ms-grid;
    display: grid;
    flex: 1 0 100%;
    gap: 1.2rem;
    -ms-grid-columns: 7.2rem 1fr;
    grid-template-columns:7.2rem 1fr;
    max-width: 100%;
    padding: 1.8rem
}

.m-branch-card__header {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.m-branch-card__thumb {
    aspect-ratio: 1/1;
    background: #e4f2fb;
    border-radius: 50%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 13.2rem
}

.m-branch-card__medium {
    border-radius: 50%;
    display: block
}

.m-branch-card__contacts {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-content: space-between
}

.m-branch-card__actions {
    flex-direction: column;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    grid-row: 3
}

.m-branch-card__name {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.m-branch-card__address {
    font-style: normal
}

.m-branch-card__hours {
    align-items: center;
    background: #e4f2fb;
    border-radius: .6rem;
    display: flex;
    flex: 1 0 100%;
    gap: .8rem;
    justify-content: space-between;
    margin-bottom: .6rem;
    max-width: 100%;
    padding: .6rem 1.2rem;
    width: 100%
}

.m-branch-card__hours:empty {
    display: none
}

.m-branch-card__hours small {
    font-size: 1.3rem;
    line-height: 1.1112
}

.m-branch-card__contact {
    font-family: Arial, sans-serif;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    line-height: 2.4rem
}

.wf-active .m-branch-card__contact {
    font-family: "Nunito Sans", Arial, sans-serif
}

.m-branch-card__contact__icon {
    color: #adcce1
}

.m-branch-card__contact:not(:first-child) {
    margin-top: .6rem
}

.m-branch-card__phone, .m-branch-card__phone:focus, .m-branch-card__phone:hover {
    text-decoration: none
}

.m-branch-card__mail {
    font-size: 1.5rem;
    text-decoration: underline
}

.m-branch-card__mail:focus, .m-branch-card__mail:hover {
    text-decoration: none
}

.m-branch-card__mail, .m-branch-card__mail:hover {
    color: #000
}

@media (min-width: 36em) {
    .m-branch-card {
        border-radius: 2.4rem;
        gap: 1.6rem 2.4rem;
        padding: 2.4rem
    }
}

@media (min-width: 80em) {
    .m-branch-card {
        -ms-grid-columns: 13.2rem 18rem 1fr;
        grid-template-columns:13.2rem 18rem 1fr
    }

    .m-branch-card__header {
        -ms-grid-column-span: 3;
        -ms-grid-column: 2;
        grid-column: 2/span 3
    }

    .m-branch-card__thumb {
        -ms-grid-row: span 2;
        grid-row: span 2
    }

    .m-branch-card__contacts {
        align-items: flex-start;
        flex-direction: column;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        justify-content: flex-start
    }

    .m-branch-card__actions {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .m-branch-card__hours {
        flex: 0 0 auto;
        margin-bottom: 1.8rem
    }

    .m-branch-card__hours small {
        flex: 0
    }
}

.m-branch-opening {
    border: .1rem solid #adcce1;
    border-radius: .6rem;
    max-width: 100%;
    width: 34.8rem
}

.m-branch-opening__control, .m-branch-opening__item {
    padding: 1.2rem 1.6rem
}

.m-branch-opening__control, .m-branch-opening__label, .m-branch-opening__toggle {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: .6rem
}

.m-branch-opening__control {
    cursor: pointer;
    flex-wrap: wrap
}

.m-branch-opening__label small {
    font-size: inherit
}

.m-branch-opening__toggle {
    font-size: 1.5rem;
    gap: .4rem;
    margin-left: auto
}

.m-branch-opening__toggle__icon {
    transform-origin: center;
    transition: transform .3s
}

.m-branch-opening__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s cubic-bezier(0, 1, 0, 1)
}

.m-branch-opening__item {
    display: flex;
    gap: .4rem .8rem;
    justify-content: space-between;
    padding-top: 0
}

:checked + .m-branch-opening .m-branch-opening__toggle__icon {
    transform: rotate(180deg)
}

:checked + .m-branch-opening .m-branch-opening__list {
    max-height: 60rem;
    transition: max-height .3s cubic-bezier(1, 0, 1, 0)
}

.m-breadcrumb {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem
}

.m-breadcrumb__trail {
    list-style: none;
    margin: 0;
    padding: 0
}

.m-breadcrumb__trail, .m-breadcrumb__trail__item {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem
}

.m-breadcrumb__trail__item {
    margin: 0;
    padding: 0
}

.m-breadcrumb__trail__item:before {
    display: none
}

.m-breadcrumb__link {
    color: #7899b9
}

.m-breadcrumb__link:link, .m-breadcrumb__link:visited {
    text-decoration: none
}

.m-breadcrumb__link:link:focus, .m-breadcrumb__link:link:hover, .m-breadcrumb__link:visited:focus, .m-breadcrumb__link:visited:hover {
    text-decoration: underline
}

.m-breadcrumb__link:link, .m-breadcrumb__link:link:hover, .m-breadcrumb__link:visited, .m-breadcrumb__link:visited:hover {
    color: #9ca3af
}

.m-breadcrumb__sep {
    fill: #adcce1
}

@media (min-width: 62em) {
    :has(.m-breadcrumb+.has-background) .m-breadcrumb {
        position: absolute;
        width: 100%;
        z-index: 1
    }
}

.m-buttons {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin: 0
}

.m-buttons > * {
    margin: 0
}

@media (max-width: 35.999em) {
    .m-buttons > * {
        flex-grow: 1
    }
}

.m-buttons--small {
    gap: .6rem
}

.m-flash-messages {
    overflow: hidden;
    padding: 0 .58824em .58824em;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 2rem;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%)
}

.m-form-checkbox + .m-form-checkbox__label {
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-form-checkbox + .m-form-checkbox__label:first-child {
    margin-top: 0
}

.m-form-checkbox + .m-form-checkbox__label:last-child {
    margin-bottom: 0
}

@media (min-width: 36em) {
    .m-flash-messages {
        max-width: 23.52941em;
        width: 50%
    }

    .m-form-checkbox + .m-form-checkbox__label--inline {
        display: inline-block;
        margin: 0 .58824em 0 0
    }
}

.m-form-checkbox + .m-form-checkbox__label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: icons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-transform: none;
    word-break: normal;
    border: .1rem solid #d1d5dc;
    content: ' ';
    display: inline-block;
    height: 1.17647em;
    line-height: 1.17647em;
    margin-right: .58824em;
    overflow: hidden;
    text-align: center;
    vertical-align: text-bottom;
    width: 1.17647em
}

.m-form-checkbox ~ .m-form-checkbox__label {
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 4rem;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-form-checkbox ~ .m-form-checkbox__label:first-child {
    margin-top: 0
}

.m-form-checkbox ~ .m-form-checkbox__label:last-child {
    margin-bottom: 0
}

.m-form-checkbox ~ .m-form-checkbox__label:before {
    background-color: #fff;
    border-radius: .4rem;
    border: .1rem solid #d1d5dc;
    content: '';
    display: inline-block;
    height: 2rem;
    left: 0;
    line-height: 2rem;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: .1rem;
    transition: .3s;
    width: 2rem
}

.m-form-checkbox ~ .m-form-checkbox__label:after {
    border-bottom: .2rem solid #b90c49;
    border-right: .2rem solid #b90c49;
    content: '';
    display: inline-block;
    height: 1.2rem;
    left: .7rem;
    opacity: 0;
    position: absolute;
    top: .4rem;
    transform: rotate(35deg);
    transition: .3s;
    width: .7rem
}

.m-form-checkbox[disabled=disabled] + .m-form-checkbox__label {
    cursor: default
}

.m-form-checkbox:checked ~ .m-form-checkbox__label:after {
    opacity: 1
}

.m-form-checkbox.focus-visible:focus + .m-form-checkbox__label:before {
    outline: #000 dotted .1rem;
    outline: -webkit-focus-ring-color auto .5rem
}

.m-form-group {
    position: relative
}

.m-form-group--placeholder {
    font-family: Arial, sans-serif;
    background: #fff;
    border: .1rem solid #d1d5dc;
    border-radius: 0;
    color: #384151;
    display: block;
    line-height: 1.4;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    overflow: hidden
}

.wf-active .m-form-group--placeholder {
    font-family: "Nunito Sans", Arial, sans-serif
}

.m-form-group--placeholder:first-child {
    margin-top: 0
}

.m-form-group--placeholder:last-child {
    margin-bottom: 0
}

.m-form-group--placeholder .m-form-group__label {
    font-family: Arial, sans-serif;
    background: #fff;
    border: 0;
    border-radius: 0;
    color: #384151;
    display: block;
    line-height: 1.4;
    padding: .64706em;
    cursor: text;
    flex: 0 0 auto;
    margin: 0;
    max-width: none;
    order: 1;
    width: auto
}

.wf-active .m-form-group--placeholder .m-form-group__label {
    font-family: "Nunito Sans", Arial, sans-serif
}

.m-form-group--placeholder .m-form-group__label:first-child {
    margin-top: 0
}

.m-form-group--placeholder .m-form-group__label:last-child {
    margin-bottom: 0
}

.js .m-form-group--placeholder .m-form-group__label {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%
}

.m-form-group--placeholder .m-form-group__input {
    border: 0;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0;
    max-width: 100%;
    order: 2
}

.js .m-form-group--placeholder .m-form-group__input {
    flex-basis: initial;
    flex-grow: initial;
    max-width: initial
}

.m-form-group--placeholder .m-form-group__input:focus + .m-form-group__label, .m-form-group--placeholder .m-form-group__input[value] + .m-form-group__label {
    flex-basis: auto;
    width: auto
}

.m-form-group--placeholder .m-form-group__input[value=""]:not(:focus) + .m-form-group__label {
    flex-basis: 100%;
    width: 100%
}

.m-form-group + .m-form-group {
    margin-top: 3rem
}

.m-form-radio + .m-form-radio__label {
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-form-radio + .m-form-radio__label:first-child {
    margin-top: 0
}

.m-form-radio + .m-form-radio__label:last-child {
    margin-bottom: 0
}

@media (min-width: 36em) {
    .m-form-radio + .m-form-radio__label--inline {
        display: inline-block;
        margin: 0 .58824em 0 0
    }
}

.m-form-radio + .m-form-radio__label:before {
    background: padding-box content-box #000;
    border: .1rem solid #d1d5dc;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1em #fff;
    content: '';
    display: inline-block;
    font-size: 1.25em;
    height: 1em;
    margin-right: .5em;
    padding: .1rem;
    transition: .3s;
    vertical-align: sub;
    width: 1em
}

.m-form-radio[disabled=disabled] + .m-form-radio__label {
    cursor: default
}

.m-form-radio:checked + .m-form-radio__label:before {
    box-shadow: inset 0 0 0 .3em #fff
}

.m-form-radio.focus-visible:focus + .m-form-radio__label:before {
    outline: #000 dotted .1rem;
    outline: -webkit-focus-ring-color auto .5rem
}

.m-form-upload {
    position: relative
}

.m-form-upload__input {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 19
}

.m-form-upload__input:hover {
    outline: 0
}

.m-form-upload__input.focus-visible:focus + .m-form-upload__control {
    outline: #000 dotted .1rem;
    outline: -webkit-focus-ring-color auto .5rem
}

.m-form-upload__control {
    margin-right: .58824em;
    max-width: 17rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.m-form-upload__grid {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-columns: auto;
    grid-template-columns:auto;
    -ms-grid-rows: 4rem 4rem;
    grid-template-rows:4rem 4rem
}

@media (min-width: 48em) {
    .has-inline-labels .m-form-group {
        padding-left: 22rem;
        position: relative
    }

    .m-form-upload__grid {
        gap: 0;
        -ms-grid-columns: 18rem auto;
        grid-template-columns:18rem auto;
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }
}

.m-form-upload__path {
    background-color: #fff;
    border: 0;
    border-radius: .6rem;
    color: #384151;
    display: inline-block;
    line-height: 2.2rem;
    margin-top: 0;
    padding: .9rem 1.4rem
}

.m-form-upload__path:not(:empty) {
    display: block;
    margin-top: 0
}

.m-form-upload__path:not(:empty):before {
    content: attr(data-text)
}

.m-form-upload:hover .m-form-upload__control {
    background-color: #fca91c;
    color: #fff
}

.m-gallery__item {
    text-decoration: none;
    display: block;
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden
}

.m-gallery__item:focus, .m-gallery__item:hover {
    text-decoration: none
}

.m-gallery__thumb {
    display: block;
    width: 100%
}

.m-gallery__icon {
    font-size: 3rem;
    color: #fff;
    left: 50%;
    margin: -.5em;
    position: absolute;
    top: 50%
}

@media (min-width: 19.375em) {
    .m-gallery__icon {
        font-size: calc(3.37079vw + 1.96rem)
    }
}

@media (min-width: 75em) {
    .m-gallery__icon {
        font-size: 6rem
    }
}

.m-gallery__wrap-item {
    max-width: 28.5rem
}

.m-gallery__file {
    border-radius: 1.2rem;
    height: 0;
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
    width: 100%
}

.m-gallery__column {
    padding: .75rem
}

.m-gallery__item::after {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    width: 100%;
    z-index: 1
}

.m-gallery__item .m-gallery__icon {
    z-index: 2
}

.m-gallery__item:hover::after {
    opacity: 1
}

.m-gallery__item.photo .m-gallery__icon--resize {
    opacity: 0;
    transition: opacity .3s
}

.m-gallery--featured-video .m-gallery__item:after, .m-gallery__item.photo:hover .m-gallery__icon--resize {
    opacity: 1
}

.m-gallery--featured-video .m-gallery__item:hover .m-gallery__icon {
    transform: scale(1.1) translate(-50%, -50%)
}

.m-gallery--featured-video .m-gallery__image {
    height: auto;
    width: 100%
}

.m-gallery--featured-video .m-gallery__icon {
    margin: 0;
    max-height: 35%;
    max-width: 35%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: transform .3s
}

.m-hamburger__icon {
    background: padding-box;
    border-color: transparent;
    border-style: solid;
    border-width: .475em .25em;
    box-shadow: inset 0 0 0 .025em;
    box-sizing: content-box;
    color: #000;
    display: inline-block;
    font-size: 4rem;
    height: .05em;
    position: relative;
    transition: color linear .3s;
    vertical-align: middle;
    width: .5em
}

.m-hamburger__icon:after, .m-hamburger__icon:before {
    background: #000;
    content: '';
    height: inherit;
    left: 0;
    transition: bottom .3s linear .3s, top .3s linear .3s, transform .3s;
    transform-origin: center;
    position: absolute;
    width: inherit
}

.m-hamburger__icon:before {
    top: -.175em
}

.m-hamburger__icon:after {
    bottom: -.175em
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__icon {
    border-color: #fff;
    color: #fff;
    transition: color linear .3s
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__icon:after, .menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__icon:before {
    transition: bottom .3s, top .3s, transform .3s linear .3s
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__icon:before {
    top: 0;
    transform: rotate(45deg)
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__icon:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.m-hamburger--border .m-hamburger__icon {
    border-width: .45em .225em;
    margin: .025em;
    outline: #d1d5dc solid .025em
}

.wf-active .m-hamburger__title {
    font-family: "Nunito Sans", Arial, sans-serif
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__title {
    opacity: 0
}

@media (min-width: 80em) {
    .m-hamburger {
        display: none
    }

    .m-lang {
        position: relative
    }
}

.m-hamburger {
    text-align: right;
    background: 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    height: 2.4rem;
    padding: 1.1rem .2rem;
    position: relative;
    width: 2.4rem;
    z-index: 11
}

.m-hamburger:focus, .m-hamburger:hover {
    background: 0 0
}

.m-hamburger__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    margin-right: .33333em;
    opacity: 1;
    transition: opacity .3s;
    display: none
}

.m-hamburger__line {
    background: #111928;
    border-radius: .2rem;
    display: block;
    height: .2rem;
    position: relative;
    transition: background-color linear .3s;
    vertical-align: middle;
    width: 2rem
}

.m-hamburger__line:after, .m-hamburger__line:before {
    background: #111928;
    border-radius: .2rem;
    content: '';
    height: inherit;
    left: 0;
    position: absolute;
    transform-origin: center;
    transition: bottom .3s linear .3s, top .3s linear .3s, transform .3s;
    width: inherit
}

.m-hamburger__line:before {
    top: -.7rem
}

.m-hamburger__line:after {
    bottom: -.7rem
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__line {
    background: 0 0;
    transition: background-color linear .3s
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__line:after, .menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__line:before {
    transition: bottom .3s, top .3s, transform .3s linear .3s
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__line:before {
    top: 0;
    transform: rotate(45deg)
}

.menu-status:not(:disabled):checked + .menu-for-open .m-hamburger__line:after {
    bottom: 0;
    transform: rotate(-45deg)
}

.m-helplink__cta {
    text-decoration: none;
    align-items: center;
    background: #fff;
    border-radius: 1.2rem;
    color: #1b4079;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    padding: 1.8rem;
    transition: transform .3s
}

.m-helplink__cta:focus, .m-helplink__cta:hover {
    text-decoration: none
}

.m-helplink__cta:hover {
    transform: scale(1.05)
}

.m-helplink__icon {
    color: #fca91c
}

.m-helplink__phone {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .m-helplink__phone {
    font-family: Nunito, Arial, sans-serif
}

.m-helplink__hours {
    font-size: 1.5rem;
    background: #e4f2fb;
    border-radius: .6rem;
    line-height: 2.4rem;
    display: inline-block;
    margin-left: auto;
    padding: .9rem 1.2rem
}

.m-helplink__note {
    font-size: 1.5rem;
    color: #7899b9;
    line-height: 2.4rem;
    margin-bottom: .6rem;
    margin-top: .6rem
}

.m-helplink__note a {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .m-helplink__note a {
    font-family: "Nunito Sans", Arial, sans-serif
}

.m-helplink__note a, .m-helplink__note a:hover {
    color: #000
}

@media (min-width: 62em) {
    .m-gallery--featured-video .m-gallery__perex {
        font-size: 2.7rem;
        list-height: 1.333;
        padding: 2.4rem 0 2.4rem 2.4rem
    }

    .m-helplink__phone {
        font-size: 2.7rem;
        line-height: 1.1112
    }

    .m-helplink__note {
        margin-left: 1.6rem;
        margin-top: 1.6rem
    }

    .m-helplink__hours {
        margin-left: 0
    }

    .m-nav-footer .m-nav-footer__list.is-depth-0 {
        column-gap: 7.2rem
    }
}

.m-ico-button {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    justify-content: center
}

.m-ico-button__icon:first-child {
    margin-left: -.4rem
}

.m-ico-button__icon:last-child {
    margin-right: -.4rem
}

.m-ico-button[class*=small] {
    gap: .8rem
}

.m-ico-button[class*=small] .m-ico-button__icon:first-child {
    margin-left: -.2rem
}

.m-ico-button[class*=small] .m-ico-button__icon:last-child {
    margin-right: -.2rem
}

@media (min-width: 36em) {
    .m-ico-button {
        display: inline-flex;
        justify-content: space-between
    }

    .m-ico-button__icon:first-child {
        margin-left: -.6rem
    }

    .m-ico-button__icon:last-child {
        margin-right: -.6rem
    }

    .m-ico-button[class*=small] .m-ico-button__icon:first-child {
        margin-left: -.4rem
    }

    .m-ico-button[class*=small] .m-ico-button__icon:last-child {
        margin-right: -.4rem
    }
}

.m-lang {
    display: inline-block;
    vertical-align: middle
}

.m-lang__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.m-lang__item {
    border-left: .1rem solid #d1d5dc;
    display: inline-block;
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 1.5rem
}

@media (min-width: 80em) {
    .m-lang__list {
        background: #fff;
        box-shadow: 0 0 .47059em rgba(0, 0, 0, .2);
        left: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transition: max-height .3s ease-in, box-shadow .3s;
        z-index: 2
    }

    .m-lang__item {
        border: 0;
        display: block;
        margin: 0;
        padding: 0
    }

    .m-lang__item--active {
        visibility: hidden
    }

    .m-lang__control {
        position: relative;
        z-index: 3
    }
}

.m-lang__control {
    display: none
}

.m-lang__caret {
    display: none
}

.m-lang__link {
    font-size: 1.7rem;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.6
}

.m-lang__link:focus, .m-lang__link:hover {
    text-decoration: none
}

.m-lang__link, .m-lang__link:focus, .m-lang__link:hover {
    color: #000
}

@media (min-width: 80em) {
    .m-lang__caret {
        display: inline-block;
        margin-left: .15em
    }

    .m-lang__caret:after {
        border-bottom: 0;
        border-left: .17647em solid transparent;
        border-right: .17647em solid transparent;
        border-top: .17647em solid;
        content: '';
        display: inline-block;
        height: 0;
        margin-left: .15em;
        vertical-align: .15em;
        width: 0;
        transition: transform .3s
    }

    .m-lang__caret:empty:after {
        margin-left: 0
    }

    .m-lang__link {
        display: block;
        margin: .5rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (hover: none) {
    #language-status:checked + .language-for-open .m-lang__list {
        height: auto;
        max-height: 16rem;
        transition: max-height .3s ease-out, box-shadow .3s
    }

    #language-status:checked + .language-for-open .m-lang__caret:after {
        transform: rotate(-180deg)
    }
}

@media (hover: hover), all and (-ms-high-contrast: none) {
    .m-lang:hover .m-lang__list {
        height: auto;
        max-height: 16rem;
        transition: max-height .3s ease-out, box-shadow .3s
    }

    .m-lang:hover .m-lang__caret:after {
        transform: rotate(-180deg)
    }
}

.m-list-icons {
    margin: -3.6rem
}

.m-list-icons .m-list-icons__column {
    border: 0 solid #cee6f2;
    display: flex;
    margin-bottom: 3.6rem;
    margin-top: 3.6rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem
}

.m-list-icons .m-list-icons__column:not(:first-child) {
    border-top-width: .1rem;
    padding-top: 3.6rem
}

.m-list-icons__inner {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    text-align: center
}

.m-list-icons__icon {
    fill: #fca91c;
    height: 5.4rem
}

.m-list-icons__title {
    color: #1b4079;
    margin: 0
}

.m-list-icons__perex {
    margin: 0
}

.m-list-icons__perex strong {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.333
}

.wf-active .m-list-icons__perex strong {
    font-family: Nunito, Arial, sans-serif
}

.m-list-icons__button {
    margin-top: auto
}

@media (min-width: 36em) {
    .m-list-icons .m-list-icons__column, .m-list-icons .m-list-icons__column:not(:first-child) {
        border-top-width: 0;
        padding-top: 0
    }

    .m-list-icons .m-list-icons__column:not(:nth-child(3n+1)) {
        border-left-width: .1rem
    }

    .m-list-icons__inner {
        align-items: flex-start;
        text-align: left
    }

    .m-list-icons__perex {
        max-width: 28rem
    }
}

@media (min-width: 36em) and (max-width: 61.999em) {
    .m-list-icons .m-list-icons__column.is-landing {
        border-left-width: 0;
        border-top-width: .1rem;
        padding-top: 3.6rem
    }

    .m-list-icons .m-list-icons__column.is-landing .m-list-icons__inner {
        align-items: stretch;
        text-align: center
    }

    .m-list-icons .m-list-icons__column.is-landing .m-list-icons__perex {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 80em) {
    .m-list-icons__inner {
        display: -ms-grid;
        display: grid;
        gap: .8rem 2.4rem;
        -ms-grid-columns: 6.4rem 1fr;
        grid-template-columns:6.4rem 1fr;
        -ms-grid-rows: auto auto 1fr;
        grid-template-rows:auto auto 1fr
    }

    .m-list-icons__icon {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .m-list-icons__title {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .m-list-icons__perex {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .m-list-icons__button {
        align-self: flex-end;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
        margin-top: .8rem
    }
}

.m-list {
    list-style: none
}

.m-list__item {
    position: relative;
    text-align: left
}

.m-list__item:last-child .m-list__link {
    border: 0
}

.m-list__link {
    border-bottom: .1rem solid #c4c4c4;
    display: inline-block;
    padding: 0 1rem 1rem 0;
    position: relative;
    width: 100%
}

.m-list__link:after {
    background-image: url(../images/ico-arrow-mobil-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: .6rem
}

@media (min-width: 36em) {
    .m-list__link {
        border-bottom: 0;
        padding: 0
    }

    .m-list__link:after {
        display: none
    }

    .m-nav-footer__list.is-wide-column {
        column-count: 2;
        column-gap: 3.2rem
    }
}

.m-nav-base {
    overflow: hidden
}

.m-nav-base__list {
    display: inline-block;
    list-style: none;
    margin: -.58824em -.29412em
}

.m-nav-base__item {
    display: inline-block;
    margin: .58824em 0;
    padding-left: .29412em;
    padding-right: .29412em;
    vertical-align: middle
}

.m-nav-base__link {
    text-decoration: none;
    color: inherit
}

.m-nav-base__link:focus, .m-nav-base__link:hover {
    text-decoration: none
}

.m-nav-base--sep .m-nav-base__list {
    margin-left: -1.76471em;
    margin-right: -1.76471em
}

.m-nav-base--sep .m-nav-base__item {
    padding-left: 1.76471em;
    padding-right: 1.76471em
}

.m-nav-footer__list {
    list-style: none;
    margin: 0
}

.m-nav-footer__list.is-depth-0 {
    display: flex;
    flex-direction: column;
    gap: 3.2rem 4rem;
    margin: 0 1.2rem
}

.m-nav-footer__list.is-depth-0 > .m-nav-footer__item {
    margin: 0
}

@media (min-width: 48em) {
    .m-nav-footer__list.is-depth-0 {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0
    }

    .m-nav-footer__list.is-depth-0 > .m-nav-footer__item:nth-child(3) {
        flex: 1 0
    }

    .m-pagination__i--first, .m-pagination__i--prev {
        float: left
    }
}

.m-nav-footer .m-nav-footer__link {
    text-decoration: none
}

.m-nav-footer .m-nav-footer__link:focus, .m-nav-footer .m-nav-footer__link:hover {
    text-decoration: underline
}

.m-nav-footer .m-nav-footer__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2.4rem
}

.wf-active .m-nav-footer .m-nav-footer__title {
    font-family: Nunito, Arial, sans-serif
}

.m-nav-footer .m-nav-footer__title, .m-nav-footer .m-nav-footer__title:hover {
    color: inherit
}

.m-nav-dropdown {
    border-right: .1rem solid;
    color: #d1d5dc;
    display: block;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0 2rem 0 0
}

.m-nav-dropdown .m-nav-dropdown {
    margin-top: 1rem
}

.m-nav-dropdown__link {
    text-decoration: none;
    color: #000;
    display: block
}

.m-nav-dropdown__link:focus, .m-nav-dropdown__link:hover {
    text-decoration: underline
}

.m-nav-dropdown__link--active, .m-nav-dropdown__link:focus, .m-nav-dropdown__link:hover {
    color: #000
}

@media (min-width: 80em) {
    .m-nav-dropdown {
        border: 0;
        left: 0;
        margin: 0;
        opacity: 0;
        padding: 2rem 0 0;
        position: absolute;
        text-align: left;
        top: 100%;
        transition: opacity .3s;
        visibility: hidden;
        width: 20rem;
        z-index: -1
    }

    :hover > .m-nav-dropdown {
        opacity: 1;
        visibility: visible;
        z-index: 1
    }

    .no-js .m-nav-dropdown {
        left: auto;
        right: 0
    }

    .no-js .m-nav-dropdown .m-nav-dropdown {
        left: auto;
        right: 100%
    }

    .m-nav-dropdown[data-align=right] {
        left: auto;
        right: 0
    }

    .m-nav-dropdown .m-nav-dropdown[data-align=right] {
        left: auto;
        right: 100%
    }

    .m-nav-dropdown__item {
        background: #fff;
        border: .1rem solid;
        border-bottom: 0;
        border-top: 0;
        line-height: 1.4;
        margin: 0;
        padding: 0
    }

    .m-nav-dropdown__item:last-child {
        border-bottom: .1rem solid
    }

    .m-nav-dropdown__item:last-child .m-nav-dropdown__link {
        padding-bottom: 1.17647em
    }

    .m-nav-dropdown__item--parent {
        position: relative
    }

    .m-nav-dropdown__item--parent > .m-nav-dropdown__link:after {
        border-bottom: .3rem solid transparent;
        border-left: .3rem solid;
        border-top: .3rem solid transparent;
        content: '';
        display: inline-block;
        height: 0;
        margin-left: .26rem;
        width: 0;
        vertical-align: middle
    }

    .m-nav-dropdown__item--parent > .m-nav-dropdown__link:empty:after {
        margin-left: 0
    }

    .m-nav-dropdown__link {
        padding: .88235em 1.17647em
    }

    .m-nav-dropdown .m-nav-dropdown {
        left: 100%;
        padding-top: 0;
        top: 0
    }

    .m-nav-dropdown .m-nav-dropdown .m-nav-dropdown__item:first-child {
        border-top: .1rem solid
    }

    .m-nav-dropdown .m-nav-dropdown .m-nav-dropdown {
        display: none
    }
}

.m-nav-mega {
    border-right: .1rem solid;
    color: #d1d5dc;
    display: block;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0 2rem 0 0
}

.m-nav-mega .m-nav-mega {
    margin-top: 1rem
}

.m-nav-mega__link {
    text-decoration: none;
    color: #000;
    display: block
}

.m-nav-mega__link:focus, .m-nav-mega__link:hover {
    text-decoration: underline
}

.m-nav-mega__link--active, .m-nav-mega__link:focus, .m-nav-mega__link:hover {
    color: #000
}

.m-nav-header {
    font-size: 0
}

.m-nav-header__list {
    font-size: 2.7rem;
    color: #000;
    list-style: none
}

@media (min-width: 19.375em) {
    .m-nav-header__list {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .m-nav-header__list {
        font-size: 3rem
    }
}

@media (min-width: 80em) {
    .m-nav-mega {
        border: 0;
        display: none;
        flex-wrap: wrap;
        left: 0;
        margin: -.1rem 0 0;
        overflow: hidden;
        padding: 2rem 0 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1
    }

    .m-nav-mega:after {
        background: #fff;
        border: .1rem solid;
        border-top: 0;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 2rem;
        z-index: -1
    }

    :hover > .m-nav-mega {
        display: flex
    }

    .m-nav-mega__item {
        flex-grow: 1;
        line-height: 1.4;
        margin: 0;
        padding: .58824em 1.17647em
    }

    .m-nav-mega__item--parent .m-nav-mega__item {
        padding: 0
    }

    .m-nav-mega__item--parent > .m-nav-mega__link {
        font-family: Arial, sans-serif;
        font-weight: 700
    }

    .wf-active .m-nav-mega__item--parent > .m-nav-mega__link {
        font-family: "Nunito Sans", Arial, sans-serif
    }

    .m-nav-mega__link {
        padding: .29412em 0
    }

    .m-nav-mega .m-nav-mega {
        display: block;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible
    }

    .m-nav-mega .m-nav-mega:after {
        display: none
    }

    .m-nav-mega--inline {
        justify-content: center
    }

    .m-nav-mega--inline .m-nav-mega {
        display: none
    }

    .m-nav-mega--inline .m-nav-mega__item {
        flex-grow: unset;
        padding: 0 1rem
    }

    .m-nav-header__list {
        display: inline-block;
        margin-left: -.88235em;
        margin-right: -.88235em;
        font-size: 1.7rem
    }

    .m-nav-header__item {
        display: inline-block;
        line-height: 4rem;
        margin: 0;
        padding-left: .88235em;
        padding-right: .88235em
    }
}

.m-nav-header__item--parent {
    position: relative
}

.m-nav-header__link {
    display: block
}

.m-nav-header__link--active, .m-nav-header__link:focus, .m-nav-header__link:hover {
    color: #000
}

.m-nav-header__list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin: 0
}

.m-nav-header__item {
    margin: 0;
    padding: 0
}

.m-nav-header__link {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #000 50%, #b90e49 50%, #f1680b, #f9ab00);
    background-clip: text;
    background-size: 202% 100%;
    color: #fff;
    line-height: 1.333;
    transition: background-position .3s
}

.wf-active .m-nav-header__link {
    font-family: "Nunito Sans", Arial, sans-serif
}

.m-nav-header__link:focus, .m-nav-header__link:hover {
    text-decoration: none
}

.m-nav-header__link:hover {
    background-position: 100% 0
}

@media (min-width: 80em) {
    .m-nav-header__list {
        flex-direction: row
    }

    .m-nav-header__item--portal {
        display: none
    }

    .m-nav-header__link {
        font-size: 1.7rem;
        line-height: 2.4rem
    }
}

.m-pagination {
    display: inline-block;
    font-size: 0;
    margin: -1rem
}

.m-pagination__wrap {
    text-align: center
}

.m-pagination__i {
    font-size: 1.7rem;
    text-decoration: none;
    box-sizing: content-box;
    display: inline-block;
    line-height: 2.23529em;
    margin: 1rem;
    padding: 0;
    text-align: center;
    transition: color .3s;
    width: 2.23529em
}

.m-pagination__i:focus, .m-pagination__i:hover {
    text-decoration: none
}

.m-pagination__i.m-pagination__i--active {
    color: #000
}

.m-pagination__i, .m-pagination__i:hover {
    color: #d1d5dc
}

.m-pagination__i[href]:focus, .m-pagination__i[href]:hover {
    color: #000
}

@media (min-width: 48em) {
    .m-pagination__break {
        display: none
    }

    .m-section.has-background {
        --background-radius: 3.60rem
    }
}

.m-related-items:not(:first-child) {
    margin-top: 4.8rem
}

.m-related-items__list {
    border-bottom: .1rem solid #dfe4eb;
    list-style: none;
    margin-left: 0;
    margin-top: 3.2rem;
    padding: 0
}

.m-related-items__article {
    margin: 0;
    padding: 0
}

.m-related-items__link {
    text-decoration: none;
    align-items: center;
    border-top: .1rem solid #dfe4eb;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    padding: 2.4rem 1.2rem 2.4rem 0
}

.m-related-items__link:focus, .m-related-items__link:hover {
    text-decoration: none
}

.m-related-items__link, .m-related-items__link:hover {
    color: #000
}

.m-related-items__title {
    color: inherit;
    flex: 1 0
}

@media (min-width: 36em) {
    .m-related-items:not(:first-child) {
        margin-top: 7.2rem
    }

    .m-related-items__title {
        font-size: 2.7rem;
        line-height: 1.1112
    }
}

.m-related-items__action {
    transition: transform .3s
}

:hover > .m-related-items__action {
    transform: translateX(-.6rem)
}

.m-search {
    display: inline-block
}

.m-search__window {
    align-items: center;
    background: rgba(255, 255, 255, .8);
    display: flex;
    height: 100%;
    left: 100%;
    overflow: auto;
    padding: 1.2rem;
    position: fixed;
    text-align: left;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 11
}

#search-status:checked + .search-for-open .m-search__window {
    left: 0
}

.m-search__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    width: 100%
}

.m-search__block {
    border: .1rem solid #d1d5dc;
    display: table;
    font-size: 0;
    position: relative;
    transition: margin .3s;
    white-space: nowrap;
    width: 100%
}

.m-search__block > * {
    font-size: 1.7rem;
    display: table-cell;
    vertical-align: middle
}

.m-search .m-search__input {
    border: 0;
    margin: 0
}

.m-search .m-search__input:focus {
    box-shadow: none
}

.m-search__submit {
    background: #d1d5dc;
    border: 0;
    min-width: 2.35294em;
    padding: 0 .88235em;
    position: relative;
    text-align: center;
    transition: color .3s
}

.m-search__submit:hover {
    color: #fff
}

@media (min-width: 62em) {
    .m-search__submit {
        font-size: 3rem;
        min-width: 1.94444em
    }
}

@media (min-width: 62em) and (min-width: 19.375em) {
    .m-search__submit {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 62em) and (min-width: 75em) {
    .m-search__submit {
        font-size: 3.6rem
    }
}

.m-search__icon {
    font-size: 3rem;
    display: inline-block
}

@media (min-width: 19.375em) {
    .m-search__icon {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .m-search__icon {
        font-size: 3.6rem
    }
}

.m-search__close {
    cursor: pointer;
    transition: color .3s
}

.m-search__close:focus, .m-search__close:hover {
    box-shadow: none;
    color: #000
}

.m-search__action {
    background: 0 0;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.m-section {
    padding: 2.35294em 0;
    position: relative;
    z-index: 0
}

@media (min-width: 62em) {
    .m-section {
        padding: 3.52941em 0
    }
}

.m-section__content {
    position: relative
}

.m-section__perex {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    text-align: center
}

.m-section-grow {
    flex: 1 0 auto
}

.m-section.has-background {
    --background-radius: 1.80rem;
    border-radius: var(--background-radius)
}

.m-section.has-background.pb-0 {
    border-radius: var(--background-radius) var(--background-radius) 0 0;
    margin-bottom: calc(var(--background-radius) * -1);
    padding-bottom: var(--background-radius) !important
}

.m-section.has-background.pt-0 {
    border-radius: 0 0 var(--background-radius) var(--background-radius);
    margin-top: calc(var(--background-radius) * -1);
    padding-top: var(--background-radius) !important
}

.m-section.not-overflow {
    overflow: hidden
}

.m-section--left .m-section__perex, .m-section--left .m-section__title {
    text-align: left
}

.m-section--columns .m-section__container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem
}

.m-section--columns .m-section__perex, .m-section--columns .m-section__title {
    margin: 0 !important;
    text-align: left
}

.m-section--columns .m-section__title {
    color: #000
}

.m-section--columns .m-section__actions {
    justify-content: flex-start
}

@media (min-width: 48em) {
    .m-section--columns .m-section__container {
        align-items: flex-start;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr;
        -ms-grid-rows: auto auto 1fr;
        grid-template-rows:auto auto 1fr
    }

    .m-section--columns .m-section__actions, .m-section--columns .m-section__perex, .m-section--columns .m-section__title {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .m-section--columns [id*=snippet] {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
        grid-row: 1/span 3
    }
}

.m-section__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center
}

.m-section__button {
    flex: 1 0 100%;
    max-width: 100%
}

.m-section__button:not(:first-child) {
    margin-top: 0 !important
}

@media (min-width: 36em) {
    .m-section__button {
        flex: 0 0 auto
    }
}

@media (min-width: 80em) {
    .m-section--move-top {
        margin-top: -20rem;
        padding-top: 25rem;
        z-index: -1
    }
}

.m-section--pink-wool {
    background-image: url(../images/pink-wool.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -4rem;
    padding: 18rem 0;
    position: relative
}

.m-section--pink-wool:before {
    background-color: #ffe2ec;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 12rem;
    z-index: 1
}

.m-section--pink-wool:after {
    background-image: url(../images/ico-blob-pink.svg);
    content: '';
    height: 12.4rem;
    position: absolute;
    right: 6%;
    top: -2.5rem;
    width: 15.1rem
}

.m-section--pink-wool2 {
    background-image: url(../images/pink-wool.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -22rem;
    padding: 20rem 0 8rem;
    position: relative
}

.m-section--pink-wool2:before {
    background-color: #ffe2ec;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 12rem;
    z-index: 1
}

.m-section--blue-wool {
    background-image: url(../images/blue-wool.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -10rem;
    padding: 18rem 0;
    position: relative
}

.m-section--blue-wool:before {
    background-image: url(../images/ico-blob-blue.svg);
    content: '';
    height: 12.4rem;
    left: 20%;
    position: absolute;
    top: 3rem;
    width: 15.1rem
}

.m-section--blue-wool:after {
    background-color: #e0f4fd;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 12rem
}

@media (min-width: 120.00rem) {
    .m-section--blue-wool {
        margin-top: -14rem
    }
}

.m-section--blue {
    background-color: #e0f4fd;
    background-image: none;
    margin-top: -20rem;
    padding: 20rem 0;
    z-index: 0
}

.m-section--blue:after, .m-section--blue:before {
    display: none
}

.m-section--detail-action {
    background-color: #e0f4fd;
    background-image: none;
    margin-top: 0;
    padding: 8rem 0;
    z-index: 0
}

.m-section--detail-action:after, .m-section--detail-action:before {
    display: none
}

.m-section--reward {
    padding-bottom: 15rem
}

.m-section__interested {
    background-image: url(../images/bg-interested.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5rem;
    padding: 7.5rem 1.5rem
}

.m-section__yellow-box {
    margin-bottom: -14rem;
    padding: 14rem 0 0
}

.m-section__title {
    text-align: center;
    position: relative;
    z-index: 1
}

.m-section__title--plasma {
    color: #004b6c;
    text-align: left
}

.m-section__title--donation {
    color: #333;
    text-align: left
}

.m-section__title--newsletter {
    font-size: 5.4rem;
    color: #000;
    margin-bottom: 1rem;
    text-align: left
}

.m-section__title--reward {
    text-align: center
}

@media (min-width: 48em) {
    .m-section__title--reward {
        text-align: left
    }
}

.m-section__perex {
    position: relative;
    z-index: 1
}

.m-section__perex--donation, .m-section__perex--plasma {
    text-align: left
}

.m-section__perex--newsletter {
    color: #000;
    margin: 0 0 1.5rem;
    text-align: left
}

.m-section__perex--reward {
    text-align: center
}

.m-section__z {
    position: relative;
    z-index: 1
}

.m-section__radius {
    border-radius: 5rem
}

.m-section__inner-yellow-box {
    background-color: #f5a800;
    border-radius: 5rem;
    padding: 6rem 1.5rem 15rem;
    position: relative
}

.m-section__inner-yellow-box:after {
    background-image: url(../images/people.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 6rem;
    content: '';
    display: none;
    height: 58.2rem;
    left: -14.3rem;
    position: absolute;
    width: 22.1rem
}

.m-section__inner-yellow-box .m-section__title {
    font-size: 3.6rem;
    color: #151515
}

@media (min-width: 19.375em) {
    .m-section__title--newsletter {
        font-size: calc(2.02247vw + 4.77rem)
    }

    .m-section__inner-yellow-box .m-section__title {
        font-size: calc(2.02247vw + 2.97rem)
    }
}

@media (min-width: 75em) {
    .m-section__title--newsletter {
        font-size: 7.2rem
    }

    .m-section__inner-yellow-box .m-section__title {
        font-size: 5.4rem
    }
}

@media (min-width: 80em) {
    .m-section__inner-yellow-box:after {
        display: inline-block
    }
}

.m-section__newsletter {
    background-color: #e4f2fb;
    border-radius: 5rem
}

.m-section__newsletter-img {
    display: none
}

@media (min-width: 48em) {
    .m-section__perex--reward {
        text-align: left
    }

    .m-section__newsletter-img {
        display: inline-block;
        height: auto;
        margin-top: -3rem
    }
}

.m-section__newsletter-btn {
    line-height: 2.2rem;
    min-width: 11.2rem;
    padding: 1.4rem 3rem
}

.m-section__newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width: 62em) {
    .m-section__newsletter-form {
        flex-direction: row
    }
}

.m-section__inner-text-newsletter {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 6rem 2rem
}

@media (min-width: 62em) {
    .m-section__inner-text-newsletter {
        padding: 2rem 15% 2rem 0
    }
}

.m-social-icons {
    overflow: hidden;
    display: inline-block;
    padding-bottom: 1.5rem;
    position: relative;
    vertical-align: middle
}

.m-social-icons__list {
    font-size: 3rem;
    display: inline-block;
    list-style: none;
    margin: -.58824em
}

@media (min-width: 19.375em) {
    .m-social-icons__list {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .m-social-icons__list {
        font-size: 3.6rem
    }
}

.m-social-icons__item {
    margin: .58824em
}

.m-social-icons--inline .m-social-icons__item {
    display: inline-block;
    vertical-align: middle
}

.m-social-icons__link {
    text-decoration: none;
    color: inherit;
    margin: 0 1rem
}

.m-social-icons__link:focus, .m-social-icons__link:hover {
    text-decoration: none
}

.m-social-icons--inline {
    display: flex;
    justify-content: center
}

.m-social-icons--footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    justify-content: center;
    overflow: visible;
    padding-bottom: 1.6rem
}

.m-social-icons--footer .m-social-icons__link {
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: block;
    margin: 0;
    padding: 1.2rem;
    transition: transform .3s
}

.m-social-icons--footer .m-social-icons__link:hover {
    transform: scale(1.1)
}

@media (min-width: 48em) {
    .m-social-icons {
        padding-bottom: 0
    }

    .m-social-icons--footer {
        justify-content: flex-end
    }
}

.m-steps {
    background: #fff0d0;
    border-radius: 1.8rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin: 0 auto;
    padding: 1.6rem;
    position: relative;
    z-index: 1
}

.m-steps__item {
    font-family: Arial, sans-serif;
    font-weight: 700;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.2rem
}

.wf-active .m-steps__item {
    font-family: Nunito, Arial, sans-serif
}

.m-steps__item.is-highlight {
    position: relative
}

.m-steps__counter {
    font-size: 2.7rem;
    background: #fff;
    border-radius: 50%;
    color: #fca91c;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    width: 6rem
}

.is-highlight .m-steps__counter {
    background-color: #fca91c;
    color: #fff
}

.m-steps__title {
    font-size: 2.4rem;
    line-height: 1.333
}

.m-steps__title > strong {
    background: 0 0
}

.m-steps__arrow {
    color: #fca91c;
    display: none
}

@media (min-width: 36em) {
    .m-steps {
        align-items: center;
        flex-direction: row
    }

    .m-steps__item {
        flex: 1 0 calc(50% - 1.2rem);
        max-width: calc(50% - 1.2rem)
    }

    .m-steps__arrow {
        display: block;
        height: 12rem;
        left: -4rem;
        position: absolute;
        top: 2.5rem;
        width: auto
    }
}

@media (min-width: 62em) {
    .m-steps__arrow {
        height: 16rem;
        left: -6rem;
        top: 2rem
    }
}

@media (min-width: 80em) {
    .m-steps {
        border-radius: 5rem;
        max-width: 124.8rem
    }

    .m-steps__item {
        flex-basis: auto
    }

    .m-steps__arrow {
        height: 20.6rem;
        left: -9rem;
        top: -.2rem
    }
}

.m-table__wrap {
    overflow-x: auto
}

.m-table .m-table__head {
    display: none
}

@media (min-width: 62em) {
    .m-table .m-table__head {
        display: table-cell
    }
}

.m-table .m-table__col {
    display: block;
    padding: 1rem
}

.m-table .m-table__col[data-th]:before {
    content: attr(data-th) ": ";
    display: block
}

.m-table .m-table__col:not(:first-child) {
    border-top: .1rem solid #e6e7eb
}

.m-table .m-table__row:nth-child(odd) {
    background: #d1d5dc
}

.m-table .m-table__row:nth-child(even) {
    background: 0 0
}

@media (min-width: 62em) {
    .m-table .m-table__col[data-th]:before {
        display: none
    }

    .m-table .m-table__col {
        display: table-cell;
        padding: 2rem
    }

    .m-table .m-table__col:not(:first-child) {
        border-top: 0
    }

    .m-table__thead + .m-table__tbody .m-table__row:nth-child(odd) {
        background: 0 0
    }

    .m-table__thead + .m-table__tbody .m-table__row:nth-child(even) {
        background: #d1d5dc
    }
}

.m-timeline .m-timeline__slides {
    flex-direction: row-reverse
}

.no-js .m-timeline .m-timeline__slides {
    overflow: auto
}

.m-timeline .m-timeline__controls {
    display: none
}

.m-timeline.glide--slider .m-timeline__track {
    overflow: visible
}

.m-timeline.glide--slider .m-timeline__slides {
    flex-direction: row
}

.m-timeline.glide--slider .m-timeline__item {
    flex: 1 0;
    max-width: 100%
}

.m-timeline.glide--slider .m-timeline__controls {
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 1.6rem;
    padding: 1.6rem;
    position: absolute;
    right: 0
}

.m-timeline.glide--slider .m-timeline__controls:not(:has([class*=disabled])) .m-timeline__control {
    cursor: pointer;
    filter: none
}

.m-timeline.glide--slider .m-timeline__controls:not(:has([class*=disabled])) .m-timeline__control:hover {
    transform: scale(1.05)
}

.m-timeline .m-timeline__item {
    border-bottom: .2rem solid #fca91c;
    direction: ltr;
    height: auto;
    padding-bottom: 8rem;
    padding-top: 8rem
}

.m-timeline .m-timeline__item:first-child {
    border-bottom: 0
}

.m-timeline .m-timeline__item:after {
    background: #fca91c;
    bottom: 0;
    content: '';
    height: 3.6rem;
    left: 0;
    position: absolute;
    width: .2rem
}

.m-timeline__perex {
    max-width: 48.6rem;
    padding-right: 2.4rem
}

.m-timeline__date {
    margin-top: auto
}

.m-timeline__control {
    align-items: center;
    background: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 .2rem #fca91c;
    cursor: pointer;
    display: flex;
    height: 7.2rem;
    justify-content: center;
    padding: 0;
    transition: filter .3s, transform .3s;
    width: 7.2rem
}

.m-timeline__control:hover {
    transform: scale(1.05)
}

.m-timeline__control:not([class*=disabled]) {
    cursor: default;
    filter: brightness(0) invert(.8)
}

.m-timeline__control:not([class*=disabled]):hover {
    transform: none
}

.m-toggle__label {
    display: flex;
    flex-wrap: wrap
}

.m-toggle__title {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.m-toggle__arrow {
    -ms-grid-row-align: center;
    align-self: center;
    flex: 0 0 auto;
    max-width: none;
    text-align: right;
    vertical-align: middle;
    width: auto
}

@media (min-width: 19.375em) {
    .m-toggle__arrow {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .m-toggle__arrow {
        font-size: 3.6rem
    }
}

@media (min-width: 48em) {
    .m-toggle__label {
        padding: 2rem 4rem
    }

    .m-toggle__content {
        padding: 4rem
    }
}

.m-toggle {
    border: .1rem solid #d1d5dc;
    border-left: 0;
    border-right: 0;
    margin: 0;
    overflow: hidden
}

.m-toggle + .m-toggle {
    margin-top: -.1rem
}

.m-toggle__label {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: no-wrap;
    margin: 0;
    padding: 2.4rem 0
}

.m-toggle__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000;
    flex: 1 0;
    margin: 0
}

.wf-active .m-toggle__title {
    font-family: Nunito, Arial, sans-serif
}

@media (min-width: 36em) {
    .m-toggle__title {
        font-size: 2.7rem;
        line-height: 1.1112
    }
}

.m-toggle__number {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 2.7rem;
    background: #e4f2fb;
    border-radius: 50%;
    color: #7899b9;
    display: block;
    height: 4.8rem;
    line-height: 2.4rem;
    margin: -.6rem 1.6rem -.6rem 0;
    padding: 1.2rem;
    text-align: center;
    transition: background .3s, color .3s;
    width: 4.8rem
}

.wf-active .m-toggle__number {
    font-family: Nunito, Arial, sans-serif
}

.m-toggle__arrow {
    font-size: 2.4rem;
    color: #000;
    display: block;
    flex: 0 0 auto;
    line-height: 1;
    margin-left: 1.2rem;
    transform-origin: center;
    transition: .3s
}

.m-toggle__panel {
    display: block;
    height: auto;
    max-height: 0;
    overflow-y: hidden;
    transition: max-height .5s ease-out
}

.m-toggle__content {
    border-top: .1rem solid #d1d5dc;
    border: 0;
    padding: 0 0 2.4rem
}

.m-toggle__control:checked + .m-toggle__label .m-toggle__number {
    background: #fff0d0;
    color: #fca91c
}

.m-toggle__control:checked + .m-toggle__label .m-toggle__arrow {
    transform: rotate(180deg)
}

.m-toggle__control:checked + .m-toggle__label + .m-toggle__panel {
    max-height: 80rem
}

.m-toggle__control:checked[type=radio] + .m-toggle__label {
    cursor: default
}

.o-accordion {
    position: relative
}

.o-accordion::after {
    background-color: #fff;
    bottom: -5rem;
    content: '';
    display: inline-block;
    left: -5rem;
    position: absolute;
    right: -5rem;
    top: -5rem;
    z-index: -1
}

.o-accordion--top-move {
    margin-top: -15rem
}

.o-action {
    margin-left: -2rem;
    margin-right: -2rem
}

.o-action__inner {
    display: inline-block;
    height: 100%;
    padding: 0 2rem
}

.o-action__wrap-img {
    border-radius: 1.2rem;
    overflow: hidden
}

.o-action__img {
    height: 18rem;
    object-fit: cover;
    vertical-align: top;
    width: 100%
}

.o-action__wrap-content {
    padding: 2.4rem 1.6rem
}

.o-action__date {
    font-size: 1.5rem;
    color: #333;
    padding-bottom: 1rem
}

.o-action__desc {
    font-size: 1.7rem;
    color: #333;
    line-height: 1.333;
    margin: 0
}

.o-action__link {
    color: #b90c49;
    padding: 1.6rem;
    transition: .3s
}

.o-action__link:hover {
    color: #b90c49
}

.o-action__link:hover .o-action__link-title {
    margin-right: 1rem
}

.o-action__link-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: .5rem;
    transition: .3s;
    vertical-align: text-bottom
}

.wf-active .o-action__link-title {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-article__title {
    margin-bottom: 2.4rem
}

.o-article__meta, .o-article__metas {
    display: flex;
    gap: .6rem
}

.o-article__metas {
    color: #d1d5dc;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem
}

.o-article__metas:first-child {
    margin-top: 0
}

.o-article__metas:last-child {
    margin-bottom: 0
}

.o-article__meta:not(:last-child):after {
    content: '|';
    display: inline-block;
    text-align: center;
    width: 2.4rem
}

.o-article__perex {
    font-size: 2.4rem;
    line-height: 1.333;
    margin-bottom: 3.2rem;
    margin-top: 1.6rem
}

.o-article__thumb {
    border-radius: 1.8rem;
    display: block
}

.o-article__content {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem
}

.o-article__content:first-child {
    margin-top: 0
}

.o-article__content:last-child {
    margin-bottom: 0
}

.o-banner {
    overflow: hidden
}

.o-banner__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

.o-banner__column {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    max-width: 69.6rem;
    padding-bottom: 4rem;
    padding-top: 4rem
}

.o-banner__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0
}

.wf-active .o-banner__title {
    font-family: Nunito, Arial, sans-serif
}

.o-banner__perex {
    margin: 0
}

.o-banner__thumb {
    max-width: 54rem
}

.o-banner__medium {
    display: block
}

.o-banner:not(.has-large-title) .o-banner__column {
    font-size: 3rem;
    line-height: 1.333
}

@media (min-width: 19.375em) {
    .o-banner:not(.has-large-title) .o-banner__column {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .o-banner:not(.has-large-title) .o-banner__column {
        font-size: 3.6rem
    }
}

.o-banner:not(.has-large-title) .o-banner__title {
    font-size: inherit
}

.o-banner--reward:after {
    background: url(../images/v2/bg-banner-reward.png?ver=1) right top -2rem/35.3rem 44rem no-repeat;
    content: '';
    height: 42rem;
    max-height: 80.6rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.o-banner--reward .o-banner__column {
    padding-top: 40rem
}

.o-banner--reward .o-banner__title strong {
    white-space: nowrap
}

.o-banner--reward .o-banner__title strong:after {
    aspect-ratio: 1/1;
    background: url(../images/v2/img-gift.png?ver=1) center/contain no-repeat;
    background-image: image-set("../images/v2/img-gift.png?ver=1" 1x, "../images/v2/img-gift@2x.png?ver=1" 2x);
    content: '';
    display: inline-block;
    height: 1.356em;
    margin-left: .5ch;
    vertical-align: middle
}

.o-banner--reward .o-banner__perex {
    max-width: 58.8rem
}

.o-banner + .has-background, .o-banner + :has(.has-background) {
    margin-top: -1.8rem
}

@media (min-width: 48em) {
    .o-banner__container {
        flex-direction: row;
        flex-wrap: nowrap
    }

    .is-reverse .o-banner__container {
        flex-direction: row-reverse
    }

    .o-banner__column {
        flex: 0 0 65%;
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .o-banner__thumb {
        align-self: flex-end;
        flex: 1 0 100%
    }

    .o-banner + .has-background, .o-banner + :has(.has-background) {
        margin-top: -3.6rem
    }

    .o-banner--reward:after {
        background-position: right -32rem top -12rem;
        background-size: 64.6rem 80.6rem;
        height: 100%
    }

    .o-banner--reward .o-banner__column {
        padding-top: 4rem
    }
}

@media (min-width: 62em) {
    .o-banner__column {
        padding-bottom: 12rem;
        padding-top: 12rem
    }

    .o-banner--reward:after {
        background-image: image-set("../images/v2/bg-banner-reward.png?ver=1" 1x, "../images/v2/bg-banner-reward@2x.png?ver=1" 2x);
        background-position: 71rem -8rem
    }

    .o-banner--reward .o-banner__title strong:before {
        height: 1.194em
    }
}

.o-box {
    margin-left: -1rem;
    margin-right: -1rem
}

.o-box__inner {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin: 1rem;
    padding: 2rem
}

.o-box__inner--purple {
    border: .3rem solid #ffe2ec
}

.o-box__inner--purple svg path {
    fill: #b90c49
}

.o-box__inner--yellow {
    border: .3rem solid #fdf0d3
}

.o-box__inner--yellow svg path {
    fill: #f5a800
}

.o-box__inner--blue {
    border: .3rem solid #e0f4fd
}

.o-box__inner--blue svg path {
    fill: #004b6c
}

.o-box__title {
    color: #333;
    margin-bottom: 0
}

.o-box__desc {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #333;
    margin-top: 0
}

.wf-active .o-box__desc {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-boxes {
    display: -ms-grid;
    display: grid;
    gap: 1.8rem;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin: 3rem 0 1.8rem;
    position: relative;
    z-index: -1
}

.o-boxes:first-child {
    margin-top: 0
}

.o-boxes:last-child {
    margin-bottom: 0
}

.o-boxes__column {
    font-size: 2.4rem;
    align-items: center;
    background: #e4f2fb;
    border-radius: 4.8rem;
    display: flex;
    flex: 1 0;
    flex-direction: column;
    justify-content: center;
    line-height: 1.333;
    min-height: 27rem;
    padding: 4.8rem;
    text-align: center
}

.o-boxes__column p:last-of-type {
    margin-bottom: 0
}

.o-boxes__icon {
    bottom: -5rem;
    position: absolute;
    right: 3.2rem
}

@media (min-width: 22.5em) {
    .o-boxes__column {
        font-size: 2.7rem
    }

    .o-boxes__icon {
        bottom: -4.2rem
    }
}

@media (min-width: 48em) {
    .o-boxes {
        gap: 2.4rem;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        margin: 5.4rem 0 3.6rem
    }

    .o-boxes__column {
        min-height: 30rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

@media (min-width: 48em) and (max-width: 61.999em) {
    .o-boxes__column:nth-child(3n+3):last-child {
        -ms-grid-column: span 2;
        grid-column: span 2
    }
}

@media (min-width: 80em) {
    .o-banner--reward:after {
        background-position: right -6rem
    }

    .o-banner--reward .o-banner__column {
        padding-bottom: 17.2rem;
        padding-top: 17.2rem
    }

    .o-boxes__column {
        padding: 6rem 4.8rem
    }
}

.o-box-video--slider {
    position: relative
}

.o-box-video--slider:after {
    background: linear-gradient(to right, #ffe2ec 11.98%, rgba(255, 243, 247, 0) 100%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 7rem
}

.o-box-video--slider:before {
    background: linear-gradient(to left, #ffe2ec 11.98%, rgba(255, 243, 247, 0) 100%);
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 7rem;
    z-index: 1
}

.o-box-video__items {
    flex-wrap: nowrap;
    overflow-x: scroll
}

.o-box-video__items--2 {
    flex-wrap: wrap
}

@media (min-width: 48em) {
    .o-box-video__items {
        flex-wrap: wrap;
        overflow-x: auto
    }
}

.o-box-video__item {
    border-radius: 1.2rem;
    box-shadow: 0 .6rem 2rem rgba(53, 39, 39, .12);
    margin-bottom: 4rem;
    max-width: 30rem
}

.o-box-video__item--slider {
    box-shadow: none;
    margin-bottom: 0;
    max-width: none
}

@media (min-width: 36em) {
    .o-box-video__item--slider {
        max-width: 30rem
    }
}

.o-box-video__slides {
    white-space: unset !important
}

.o-box-video__inner {
    background-color: #fff;
    border-radius: 1.2rem;
    overflow: hidden
}

.o-box-video__inner--slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.o-box-video__video {
    display: block;
    min-height: 24.5rem;
    overflow: hidden;
    padding: 3.6rem 1.6rem;
    position: relative
}

.o-box-video__video:hover .o-box-video__play {
    transform: scale(1.1)
}

.o-box-video__video:hover .o-box-video__wrap-img:after {
    opacity: .4
}

.o-box-video__content {
    position: relative
}

.o-box-video__content--slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.o-box-video__collaps {
    margin-top: 0
}

.o-box-video__input {
    display: none
}

.o-box-video__input:checked + .o-box-video__collaps .o-box-video__more {
    display: inline;
    max-height: 100rem
}

.o-box-video__input:checked + .o-box-video__collaps .o-box-video__dots, .o-box-video__input:checked + .o-box-video__collaps .o-box-video__text-more {
    display: none
}

.o-box-video__input:checked + .o-box-video__collaps .o-box-video__text-less {
    display: inline-block
}

.o-box-video__label {
    color: #b90c49;
    cursor: pointer;
    display: block;
    margin-top: 1.5rem;
    transition: .3s
}

.o-box-video__more {
    display: none
}

.o-box-video__dots, .o-box-video__text-more {
    display: inline-block
}

.o-box-video__text-less {
    display: none
}

.o-box-video__wrap-img {
    border-radius: 1.2rem;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.o-box-video__wrap-img:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s
}

.o-box-video__wrap-img--slider:after {
    display: none
}

.o-box-video__img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.o-box-video__title {
    font-size: 2.7rem;
    color: #b90c49;
    line-height: 1.1112;
    margin-bottom: 3rem
}

@media (min-width: 19.375em) {
    .o-box-video__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-box-video__title {
        font-size: 3rem
    }
}

.o-box-video__title--text {
    margin-bottom: 1rem
}

.o-box-video__desc {
    color: #333;
    line-height: 2.2rem;
    padding: 3.6rem 1.6rem 0
}

.o-box-video__play {
    background-image: url(../images/ico-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 9rem;
    transform: scale(1);
    transition: .3s
}

.o-box-video__wrap-people {
    display: flex;
    justify-content: start;
    padding: 3.6rem 1.6rem 1.6rem
}

.o-box-video__img-photo {
    border-radius: 3.8rem;
    display: inline-block;
    height: 3.8rem;
    min-width: 3.8rem;
    vertical-align: top;
    width: 3.8rem
}

.o-box-video__wrap-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.2rem
}

.o-box-video__col {
    max-width: 30rem;
    width: 30rem
}

.o-box-video__col2 {
    display: flex
}

.o-box-video__col2 .o-box-video__item {
    max-width: none
}

@media (min-width: 48em) {
    .o-box-video__col {
        max-width: none;
        width: auto
    }

    .o-box-video__col:nth-child(even) {
        transform: translateY(12rem)
    }

    .o-box-video__col2 {
        max-width: none;
        width: auto
    }
}

.o-box-video__move {
    max-width: 30rem;
    width: 30rem
}

@media (min-width: 48em) {
    .o-box-video__move {
        max-width: none;
        width: auto
    }

    .o-box-video__move .o-box-video__item {
        transform: translateY(12rem)
    }
}

.o-branch {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.o-branch__item {
    display: inline-block;
    margin-bottom: 3rem !important
}

.o-branch__inner {
    border: .1rem solid #ffdbe8;
    border-radius: 1rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 1.5rem;
    min-height: 9rem;
    padding: 1.5rem
}

.o-branch__inner path {
    fill: #b90c49
}

.o-branch__inner:hover {
    background: linear-gradient(180deg, #e64d83 0, #b90c49 100%);
    border: .1rem solid #fdf0d3;
    box-shadow: 0 .8rem 2rem rgba(185, 12, 73, .2)
}

.o-branch__inner:hover .o-branch__title {
    color: #fff
}

.o-branch__inner:hover path {
    fill: #fff
}

.o-branch__title {
    color: #b90c49;
    line-height: 1.1112;
    padding-right: 3rem
}

.o-branch__wrap-arrow {
    display: flex;
    padding-top: .5rem
}

.o-branch-all {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -16rem
}

.o-branch-all__item {
    margin-bottom: 4rem !important
}

.o-branch-all__inner {
    background-color: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 3.8rem rgba(53, 39, 39, .12);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem
}

.o-branch-all__title {
    font-size: 2.7rem;
    color: #f5a800;
    margin-bottom: .5rem
}

@media (min-width: 19.375em) {
    .o-branch-all__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-branch-all__title {
        font-size: 3rem
    }
}

.o-branch-all__address {
    color: #333;
    font-style: normal;
    margin-bottom: 2rem
}

.o-branch-all__desc {
    color: #333
}

.o-branch-all__desc em {
    color: #b90c49;
    font-style: normal
}

.o-branch-all__tel {
    color: #333;
    display: inline-block;
    margin-bottom: .6rem;
    padding-left: 4.4rem;
    position: relative
}

.o-branch-all__tel:after {
    background-image: url(../images/ico-phone-blue.svg);
    background-position: left center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    width: 4.4rem
}

.o-branch-all__mail {
    color: #333;
    display: inline-block;
    margin-bottom: 2rem;
    padding-left: 4.4rem;
    position: relative
}

.o-branch-all__mail:after {
    background-image: url(../images/ico-email-blue.svg);
    background-position: left center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    width: 4.4rem
}

.o-branch-all__btn {
    padding: 1.1rem 3rem
}

.o-branch-all__btn--second {
    padding: .9rem 3rem
}

.o-branch-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40rem;
    overflow: hidden;
    z-index: 0
}

.o-branch-cta__map {
    max-width: 32.2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.o-branch-cta__map__medium {
    display: block;
    height: auto;
    width: 100%
}

.o-branch-cta__map__pin {
    display: none
}

:not(:last-child) > .o-branch-cta {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1.8rem;
    padding-bottom: 6.4rem
}

@media (min-width: 48em) {
    .o-branch-cta {
        justify-content: flex-start;
        min-height: 59rem;
        padding-bottom: 10rem;
        padding-top: 10rem
    }

    .o-branch-cta__map {
        bottom: 0;
        max-width: 105.7rem;
        top: auto;
        width: 74%
    }

    .o-branch-cta__map__pin {
        text-decoration: none;
        align-items: center;
        background: #fff;
        border-radius: 4rem;
        box-shadow: 0 .5rem 1.2rem rgba(0, 0, 0, .1);
        color: #000;
        display: flex;
        flex-wrap: nowrap;
        font-size: clamp(1.2rem, 1.2vw, 2rem);
        gap: .8rem;
        left: 0;
        padding: .3em .9em .3em .6em;
        position: absolute;
        top: 0;
        z-index: 2
    }

    .o-branch-cta__map__pin:focus, .o-branch-cta__map__pin:hover {
        text-decoration: none
    }

    .o-branch-cta__map__pin.is-cheb {
        margin: 30.65279% 0 0 5.39262%
    }

    .o-branch-cta__map__pin.is-karlovy-vary {
        margin: 25.35478% 0 0 15.89404%
    }

    .o-branch-cta__map__pin.is-chomutov {
        margin: 17.59697% 0 0 27.62535%
    }

    .o-branch-cta__map__pin.is-teplice {
        margin: 11.16367% 0 0 36.61306%
    }

    .o-branch-cta__map__pin.is-decin {
        margin: 6.90634% 0 0 44.8439%
    }

    .o-branch-cta__map__pin.is-ceska-lipa {
        margin: 9.64995% 0 0 52.31788%;
        z-index: 3
    }

    .o-branch-cta__map__pin.is-litomerice {
        margin: 14.94797% 0 0 43.614%
    }

    .o-branch-cta__map__pin.is-jablonec-nad-nisou {
        margin: 8.51466% 0 0 66.22517%;
        z-index: 4
    }

    .o-branch-cta__map__pin.is-mlada-boleslav {
        margin: 19.01608% 0 0 60.54872%
    }

    .o-branch-cta__map__pin.is-praha-nove-butovice {
        margin: 31.50426% 0 0 48.15516%
    }

    .o-branch-cta__map__pin.is-pribram {
        margin: 43.99243% 0 0 40.68117%
    }

    .o-branch-cta__map__pin.is-plzen {
        margin: 42.47871% 0 0 26.20624%
    }

    .o-branch-cta__map__icon {
        height: 1.5em;
        width: auto
    }

    :not(:last-child) > .o-branch-cta {
        margin-bottom: -3.6rem;
        padding-bottom: 8.8rem
    }
}

@media (min-width: 80em) {
    .o-branch-cta {
        min-height: 67rem
    }

    .o-branch-cta__map {
        bottom: -6rem
    }
}

.o-branch-detail {
    --background-radius: 1.80rem;
    background: #e4f2fb;
    border-radius: var(--background-radius)
}

.o-branch-detail__map {
    flex: 1 0 100vw;
    max-width: 100vw;
    position: relative
}

.o-branch-detail__map:before {
    content: '';
    display: block;
    padding-bottom: 64%
}

.o-branch-detail__map iframe {
    border-radius: var(--background-radius) var(--background-radius) 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-branch-detail__content {
    display: flex;
    flex-direction: column;
    padding: 4.8rem 0
}

.o-branch-detail__address {
    font-style: normal
}

@media (min-width: 48em) {
    .o-branch-detail {
        --background-radius: 3.60rem
    }

    .o-branch-detail__map {
        flex-basis: 50vw;
        max-width: 50vw
    }

    .o-branch-detail__map:before {
        padding-bottom: clamp(30rem, 100%, 51rem)
    }

    .o-branch-detail__map iframe {
        border-radius: var(--background-radius) 0 0 var(--background-radius)
    }

    .o-branch-detail .o-branch-detail__content {
        padding-left: 4.8rem
    }

    .o-carousel6\.1.glide--slider .o-carousel6\.1__slide[class*="--active"] + .o-carousel6\.1__slide {
        opacity: 1
    }
}

@media (min-width: 62em) {
    .o-boxes {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }

    .o-branch-cta__map {
        width: 66%
    }

    .o-branch-detail__map {
        flex-basis: calc(50vw + 9.2rem);
        max-width: calc(50vw + 9.2rem)
    }

    .o-branch-detail__map iframe {
        left: auto;
        right: -9.2rem
    }

    .o-branch-detail__content {
        flex-basis: calc(50% - 9.2rem);
        max-width: calc(50% - 9.2rem)
    }
}

.o-branch-hero__content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    padding-bottom: 4rem;
    padding-top: 4rem
}

.o-branch-hero__heading {
    gap: 1.6rem
}

.o-branch-hero__perex, .o-branch-hero__title {
    margin: 0
}

.o-branch-hero__title small {
    font-size: 2.7rem;
    line-height: 1.4
}

.o-branch-hero__address {
    font-style: normal
}

.o-branch-hero__contacts {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.o-branch-hero__contact {
    font-family: Arial, sans-serif;
    font-weight: 700;
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.2rem;
    line-height: 2.4rem
}

.wf-active .o-branch-hero__contact {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-branch-hero__contact__icon {
    color: #adcce1
}

.o-branch-hero__contact:not(:first-child) {
    margin-top: .6rem
}

.o-branch-hero__phone {
    font-size: 2.4rem;
    text-decoration: none;
    line-height: 1.333
}

.o-branch-hero__phone:focus, .o-branch-hero__phone:hover {
    text-decoration: none
}

.o-branch-hero__facebook, .o-branch-hero__mail {
    text-decoration: underline
}

.o-branch-hero__facebook:focus, .o-branch-hero__facebook:hover, .o-branch-hero__mail:focus, .o-branch-hero__mail:hover {
    text-decoration: none
}

.o-branch-hero__facebook, .o-branch-hero__facebook:hover, .o-branch-hero__mail, .o-branch-hero__mail:hover {
    color: #000
}

.o-branch-hero__images {
    align-items: flex-start;
    justify-content: flex-end;
    display: flex
}

.o-branch-hero__placeholder {
    max-width: 100%;
    padding: 0 3.2rem 7rem 10.8rem;
    position: relative
}

.o-branch-hero__thumb {
    border-radius: 50%;
    bottom: 1.6rem;
    left: 0;
    position: absolute
}

.o-branch-hero__featured {
    border-radius: 50%;
    display: block;
    max-width: 100%;
    width: 44.4rem
}

.o-branch-hero__code {
    bottom: 0;
    height: 12rem;
    overflow: hidden;
    padding: 1rem;
    position: absolute;
    right: 0;
    width: 12rem
}

.o-branch-list {
    background: #fff;
    border-radius: 2.4rem;
    margin: 3.2rem auto;
    max-width: 99rem;
    padding: 4rem 2.4rem;
    position: relative;
    text-align: center;
    width: 90vw
}

.o-branch-list__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem
}

.o-branch-list__list {
    list-style: none;
    margin: 6.4rem auto;
    max-width: 38.4rem;
    padding: 0
}

.o-branch-list__item {
    border: .1rem solid #d1d5dc;
    border-left: 0;
    border-right: 0;
    margin: 0;
    text-align: left
}

.o-branch-list__item + .o-branch-list__item {
    margin-top: -.1rem
}

.o-branch-list__link {
    text-decoration: none;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: .8rem;
    line-height: 2.4rem;
    padding: 1.5rem 0
}

.o-branch-list__link:focus, .o-branch-list__link:hover {
    text-decoration: none
}

.o-branch-list__link, .o-branch-list__link:hover {
    color: #000
}

.o-branch-list__arrow {
    margin-left: auto;
    transition: transform .3s
}

:hover > .o-branch-list__arrow {
    transform: translateX(-.8rem)
}

.o-carousel6\.1.glide--slider .o-carousel6\.1__slides, .o-carousel6\.1.glide--slider .o-carousel6\.1__track {
    overflow: visible
}

.o-carousel6\.1.glide--slider .o-carousel6\.1__slide {
    display: flex;
    height: auto;
    opacity: .5;
    transition: opacity .3s
}

.o-carousel6\.1.glide--slider .o-carousel6\.1__slide[class*="--active"] {
    opacity: 1
}

.o-carousel6\.1__inner {
    background: #fff;
    border-radius: 2.4rem;
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%;
    padding: 2.4rem;
    position: relative
}

.o-carousel6\.1__author {
    font-size: 1.3rem;
    display: -ms-grid;
    display: grid;
    gap: .4rem 1.8rem;
    -ms-grid-columns: 6rem 1fr;
    grid-template-columns:6rem 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows:auto 1fr;
    line-height: 1.1112;
    margin-top: auto
}

.o-carousel6\.1__author__thumb {
    border-radius: 50%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: span 2;
    grid-row: span 2
}

.o-carousel6\.1__author__name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.o-carousel6\.1__author__description {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2
}

.o-carousel6\.1__control {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 3.2rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
    width: 3.2rem
}

@media (hover: hover) and (pointer: fine) {
    .o-carousel6\.1__control:hover {
        background: #fff
    }
}

.o-carousel6\.1__prev {
    left: -1rem
}

.o-carousel6\.1__next {
    right: -1rem
}

.o-carousel6\.1__float {
    bottom: -3.6rem;
    height: auto;
    right: -2.4rem;
    position: absolute;
    width: 6.8rem
}

@media (min-width: 62em) {
    .o-carousel6\.1__author {
        -ms-grid-columns: 13.2rem 1fr;
        grid-template-columns:13.2rem 1fr
    }

    .o-carousel6\.1__control {
        height: 4.8rem;
        width: 4.8rem
    }

    .o-carousel6\.1__prev {
        left: auto;
        right: calc(100% - 1.6rem)
    }

    .o-carousel6\.1__next {
        left: calc(100% - 1.6rem);
        right: auto
    }

    .o-carousel6\.1__float {
        bottom: -5rem;
        left: 18rem;
        right: auto;
        width: 10.6rem
    }
}

@media (min-width: 71.25em) {
    .o-carousel6\.1__control {
        box-shadow: 0 0 0 .1rem #fff;
        height: 7.2rem;
        width: 7.2rem
    }

    .o-carousel6\.1__prev {
        right: calc(100% + 3.2rem)
    }

    .o-carousel6\.1__next {
        left: calc(100% + 3.2rem)
    }
}

.o-carousel6 {
    max-width: 192rem;
    margin: auto;
    z-index: 1
}

.o-carousel6__item {
    margin-top: 0;
    padding: 1rem;
    white-space: normal
}

.o-carousel6__title {
    line-height: 1.1112
}

.o-carousel6__image {
    border-radius: .5rem
}

.o-carousel6__arrows {
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0 .5rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-155%);
    z-index: 1
}

.o-carousel6__arrows--gallery {
    top: 90%
}

.o-carousel6__arrows--gallery .o-carousel6__arrow {
    background: #fdf0d3
}

@media (min-width: 36em) {
    .o-carousel6__arrows {
        margin: 0 2rem
    }
}

@media (min-width: 80em) {
    .o-carousel6__arrows--gallery {
        left: -12rem;
        margin: 0;
        right: -12rem;
        top: 50%
    }
}

.o-carousel6__arrow {
    background: rgba(255, 255, 255, .9);
    border-radius: 7rem;
    border: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 4rem;
    pointer-events: auto;
    position: relative;
    width: 4rem
}

@media (min-width: 48em) {
    .o-carousel6__item {
        padding: 0
    }

    .o-carousel6__arrows {
        transform: translateY(-50%)
    }

    .o-carousel6__arrows--gallery {
        transform: translateY(-90%)
    }

    .o-carousel6__arrow {
        height: 6.4rem;
        width: 6.4rem
    }
}

.o-carousel6__arrow-icon {
    pointer-events: none;
    transform: translateY(.3rem)
}

.o-carousel6__arrow-icon--prev {
    transform: rotateY(180deg) translateY(.3rem)
}

.o-certification__item:nth-child(3n+1) circle, .o-certification__item:nth-child(3n+1) path, .o-certification__item:nth-child(3n+1) rect {
    stroke: #f5a800
}

.o-certification__item:nth-child(3n+2) circle, .o-certification__item:nth-child(3n+2) path, .o-certification__item:nth-child(3n+2) rect {
    stroke: #b90c49
}

.o-certification__item:nth-child(3n+3) circle, .o-certification__item:nth-child(3n+3) path, .o-certification__item:nth-child(3n+3) rect {
    stroke: #004b6c
}

.o-certification__inner {
    display: block;
    height: 100%;
    padding: 0 1.5rem 7rem;
    text-align: center
}

.o-certification__title {
    font-size: 2.7rem;
    color: #333;
    line-height: 3.2rem;
    margin-bottom: 1rem;
    margin-top: .8rem
}

@media (min-width: 19.375em) {
    .o-branch-hero__title small, .o-certification__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-branch-hero__title small, .o-certification__title {
        font-size: 3rem
    }
}

.o-certification__desc {
    font-size: 1.7rem;
    color: #8f8f8f;
    line-height: 1.9rem;
    margin-bottom: 1.4rem;
    margin-top: 0
}

.o-certification__link {
    text-decoration: underline;
    color: #b90c49;
    display: inline-block;
    transition: .3s
}

.o-certification__link:focus, .o-certification__link:hover {
    text-decoration: none
}

.o-certification__link:hover {
    color: #b90c49
}

.o-cikcak__row {
    display: flex;
    flex-direction: column;
    gap: 4.8rem 4rem
}

.o-cikcak__row + .o-cikcak__row {
    margin-top: 5.4rem
}

.o-cikcak__content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    justify-content: center
}

.o-cikcak__content h3, .o-cikcak__content h4, .o-cikcak__content h5, .o-cikcak__content h6, .o-cikcak__content ol, .o-cikcak__content p, .o-cikcak__content ul {
    margin: 0
}

.o-cikcak__thumb {
    aspect-ratio: 1/1;
    background: #e4f2fb;
    border-radius: 7.8rem
}

.o-cikcak__medium {
    border-radius: 7.8rem;
    display: block;
    height: auto;
    width: 100%
}

@media (min-width: 48em) {
    .o-cikcak__row {
        flex-direction: row;
        justify-content: space-between
    }

    .is-reverse > .o-cikcak__row:nth-child(odd), .o-cikcak__row:nth-child(even) {
        flex-direction: row-reverse
    }

    .is-reverse > .o-cikcak__row:nth-child(even) {
        flex-direction: row
    }

    .o-cikcak__content {
        flex: 0 0 50%;
        max-width: 50%
    }

    .o-cikcak__thumb {
        align-self: flex-start;
        flex: 1 0
    }
}

@media (min-width: 62em) {
    .o-cikcak__row {
        column-gap: 8rem
    }

    .o-cikcak__row + .o-cikcak__row {
        margin-top: 8rem
    }
}

.o-contacts14__map {
    flex: 1 0 100%;
    max-width: 69rem;
    position: relative
}

.o-contacts14__map:before {
    content: '';
    display: block;
    padding-bottom: 64%
}

.o-contacts14__map iframe {
    border-radius: 2.4rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-contacts14__address {
    font-style: normal
}

.o-contacts14__opening {
    border-spacing: .4rem .8rem;
    max-width: 24.4rem;
    width: 100%
}

.o-contacts14__link {
    text-decoration: none;
    color: #000
}

.o-contacts14__link:focus, .o-contacts14__link:hover {
    text-decoration: none
}

.o-contacts14__link__icon {
    transition: transform .3s
}

.o-contacts14__link:hover .o-contacts14__link__icon {
    transform: translateX(.4rem)
}

.o-content-detail-action__inner {
    display: inline-block;
    height: 100%;
    padding: 0 2rem
}

.o-covid {
    background-color: #fdf0d3;
    border-radius: 5rem;
    margin-top: 8rem;
    padding: 8rem 1.5rem
}

.o-covid__link {
    color: #b90c49;
    padding: 1.6rem 0;
    transition: .3s
}

.o-covid__link:hover {
    color: #b90c49
}

.o-covid__link:hover .o-covid__link-title {
    margin-right: 1rem
}

.o-covid__link-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: .5rem;
    transition: .3s;
    vertical-align: text-bottom
}

.wf-active .o-covid__link-title {
    font-family: "Nunito Sans", Arial, sans-serif
}

@media (min-width: 48em) {
    .o-covid {
        padding: 8rem 10rem
    }
}

@media (min-width: 80em) {
    .o-cikcak__row {
        column-gap: 12rem
    }

    .o-covid {
        padding: 10rem 20rem
    }
}

.o-dictionary {
    list-style: none;
    margin: 0;
    padding: 0
}

.o-dictionary:first-child {
    margin-top: -5.6rem
}

.o-dictionary__chapter {
    break-inside: avoid;
    margin: 0
}

.o-dictionary__chapter + .o-dictionary__chapter {
    margin: 0
}

.o-dictionary__initial {
    font-size: 3rem;
    display: block;
    line-height: 1.333;
    padding: 5.6rem 0 1.6rem
}

@media (min-width: 19.375em) {
    .o-dictionary__initial {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .o-dictionary__initial {
        font-size: 3.6rem
    }
}

.o-dictionary__terms {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    list-style: none;
    margin: 0;
    padding: 0
}

.o-dictionary__term, .o-dictionary__term + .o-dictionary__term {
    margin: 0
}

.o-dictionary__term__name {
    font-size: 2.4rem;
    text-decoration: underline;
    line-height: 1.333
}

.o-dictionary__term__name:focus, .o-dictionary__term__name:hover {
    text-decoration: none
}

.o-dictionary__term__name, .o-dictionary__term__name:hover {
    color: #000
}

.o-dictionary__term__content {
    background: #fff;
    border-radius: 2.4rem;
    margin: 3.2rem auto;
    max-width: 50rem;
    padding: 2.4rem;
    position: relative;
    width: auto
}

@media (min-width: 36em) {
    .o-dictionary {
        column-count: 2;
        column-gap: 3.2rem
    }
}

.o-don-plus-don {
    background: linear-gradient(213.61deg, rgba(0, 75, 108, 0) -13.54%, rgba(0, 75, 108, .2) 112.59%), #f0faff;
    border-radius: 5rem;
    margin-top: -17rem;
    padding: 7rem 1.5rem 0
}

.o-don-plus-don__inner {
    text-align: center
}

.o-don-plus-don__link {
    background: 0 0;
    border-radius: 1rem;
    border: .2rem solid #b90c49;
    color: #b90c49;
    padding: 1rem 2rem;
    transition: .3s
}

.o-don-plus-don__link:hover {
    background: #ffdbe8;
    color: #b90c49
}

.o-don-plus-don__img {
    vertical-align: top
}

.o-donation {
    position: relative;
    z-index: 1
}

.o-donation__items {
    flex-wrap: nowrap;
    overflow-x: scroll
}

@media (min-width: 48em) {
    .o-dictionary {
        column-count: 3
    }

    .o-don-plus-don {
        padding: 7rem 10rem 0
    }

    .o-donation__items {
        flex-wrap: wrap;
        overflow: auto
    }
}

.o-donation__title {
    font-size: 2.7rem;
    color: #b90c49;
    line-height: 1.1112;
    margin-bottom: .5rem
}

@media (min-width: 19.375em) {
    .o-donation__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-donation__title {
        font-size: 3rem
    }
}

.o-donation__item {
    border-radius: 1.2rem;
    box-shadow: 0 .6rem 2rem rgba(53, 39, 39, .12);
    margin-bottom: 4rem;
    max-width: 30rem
}

.o-donation__inner {
    background-color: #fff;
    border-radius: 1.2rem;
    overflow: hidden
}

.o-donation__content {
    position: relative
}

.o-donation__desc {
    font-size: 1.7rem;
    color: #333;
    line-height: 2.2rem;
    padding: 1.8rem 1.6rem 5rem
}

.o-donation__min {
    color: #004b6c
}

.o-donation__col {
    max-width: 30rem;
    width: 30rem
}

.o-donation__col:nth-child(3n+1) .o-donation__title {
    color: #f5a800
}

.o-donation__col:nth-child(3n+3) .o-donation__title {
    color: #004b6c
}

@media (min-width: 36em) {
    .o-footer3__column {
        text-align: left
    }
}

.o-footer3__logo {
    -ms-grid-row-align: center;
    align-self: center;
    height: 5rem
}

.o-footer3__title {
    font-size: 1.7rem;
    line-height: 1.4
}

.o-footer3__icons {
    font-size: 3rem;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width: 19.375em) {
    .o-footer3__icons {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .o-footer3__icons {
        font-size: 3.6rem
    }
}

@media (min-width: 62em) {
    .o-dictionary {
        column-gap: 4.8rem
    }

    .o-footer3__icons, .o-footer3__logo {
        text-align: left
    }
}

@media (min-width: 48em) {
    .o-donation__col {
        padding-right: 1rem !important;
        width: auto
    }

    .o-donation__col:nth-child(even) {
        transform: translateY(12rem)
    }

    .o-footer3__widgets {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .o-footer3__copy {
        text-align: left
    }

    .o-footer3__aitom {
        text-align: right
    }
}

.o-footer3 {
    flex: 0 0 auto;
    background: #1b4079;
    border-radius: 1.8rem 1.8rem 0 0;
    color: #adcce1;
    text-align: left
}

.o-footer3 a {
    text-decoration: none;
    color: #fff
}

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

.o-footer3__widgets {
    padding: 2.4rem 0 2rem
}

.o-footer3__row {
    gap: 3.2rem;
    margin: 0
}

.o-footer3__column {
    flex: 1 0 100%;
    max-width: 100%
}

.o-footer3__title {
    color: inherit;
    margin: 0 1.2rem 2.4rem
}

.o-footer3__helplink {
    align-items: center;
    background: #fff;
    border-radius: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    padding: 1.8rem;
    transition: transform .3s
}

.o-footer3 .o-footer3__helplink {
    color: #1b4079
}

.o-footer3__helplink:hover {
    transform: scale(1.05)
}

.o-footer3__helplink__icon {
    color: #fca91c
}

.o-footer3__helplink__phone {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .o-footer3__helplink__phone {
    font-family: Nunito, Arial, sans-serif
}

.o-footer3__helplink__hours {
    font-size: 1.3rem;
    line-height: 1.1112
}

.o-footer3__note {
    font-size: 1.3rem;
    line-height: 1.1112;
    margin-left: 1.2rem;
    margin-right: 1.2rem
}

.o-footer3__note a {
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-decoration: underline
}

.wf-active .o-footer3__note a {
    font-family: "Nunito Sans", Arial, sans-serif
}

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

.o-footer3__socket {
    overflow: hidden;
    padding: 4rem 0
}

.o-footer3__logo svg {
    height: inherit;
    width: auto
}

.o-footer3__logo .on-hover-animate-symbol {
    transform-origin: 47.8% 50%;
    transition: transform .3s
}

.o-footer3__logo:hover .on-hover-animate-symbol {
    transform: rotate(60deg)
}

.o-footer3__copy {
    font-size: 1.3rem;
    align-items: center;
    color: #7899b9;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    line-height: 1.1112;
    text-align: center
}

@media (min-width: 48em) {
    .o-footer3 {
        border-radius: 3.6rem 3.6rem 0 0
    }

    .o-footer3__widgets {
        padding: 6rem 0
    }

    .o-footer3__copy {
        text-align: center
    }
}

@media (min-width: 62em) {
    .o-footer3__row {
        column-gap: 7.2rem
    }

    .o-footer3__column {
        flex: 1 0
    }

    .o-footer3__contacts {
        flex-basis: 30%;
        max-width: 34.2rem
    }
}

.o-form {
    background-color: #e4f2fb;
    border-radius: 1.2rem;
    padding: 1.5rem
}

.o-form--blank {
    background: 0 0
}

.o-form--no-padding {
    padding: 0
}

.o-form [name=preferovany_cas] {
    float: left;
    margin-right: 2.4rem;
    max-width: 15rem
}

@media (min-width: 48em) {
    .o-form {
        padding: 5rem
    }

    .o-form--no-padding {
        padding: 0
    }

    .o-form [name=preferovany_cas] {
        margin-right: 4rem
    }
}

.o-grid2__column {
    display: flex
}

.o-grid2__inner {
    display: flex;
    flex-direction: column;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center
}

.o-grid2__inner:link, .o-grid2__inner:link:focus, .o-grid2__inner:link:hover {
    text-decoration: none
}

.o-grid2__inner > * {
    flex: 0 0 auto
}

.o-grid2__top {
    margin-bottom: auto
}

.o-grid2__middle {
    margin-bottom: auto;
    margin-top: auto
}

.o-grid2__bottom {
    margin-top: auto
}

.o-grid2__title {
    margin-bottom: 0
}

.o-header2 {
    background: #fff;
    border-bottom: .1rem solid #d1d5dc;
    position: relative;
    z-index: 9
}

.o-header2--sticky {
    position: sticky;
    top: 0;
    transition: transform .3s ease-in-out
}

.o-header2--sticky.is-sticky.sticky-scroll-down {
    transform: translateY(-110%);
    transition-delay: .3s
}

.o-header2__inner {
    position: relative
}

.o-header2__row {
    display: flex;
    flex-wrap: wrap
}

.o-header2__line {
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.o-header2__line--icons {
    align-self: flex-end;
    order: 9
}

@media (min-width: 36em) {
    .o-header2__line {
        max-width: 54rem
    }
}

@media (min-width: 48em) {
    .o-header2__line {
        max-width: 72rem
    }
}

@media (min-width: 62em) {
    .o-header2__line {
        max-width: 96rem
    }
}

@media (min-width: 80em) {
    .o-header2__inner {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .o-header2__line {
        -ms-grid-row-align: unset;
        align-self: unset;
        margin-left: initial;
        margin-right: initial;
        max-width: 100%;
        padding-left: initial;
        padding-right: initial;
        width: auto
    }

    .o-header2__line + .o-header2__line {
        margin-top: 1rem
    }
}

.o-header2__column {
    align-items: center;
    display: flex
}

.o-header2__column--left {
    margin-right: auto
}

.o-header2__column--right {
    margin-left: auto;
    text-align: right
}

.o-header2__logo {
    font-size: 0
}

.o-header2__logo__icon {
    display: inline-block;
    height: 3rem;
    vertical-align: middle
}

.o-header2__icon {
    font-size: 3rem;
    display: inline-block
}

@media (min-width: 19.375em) {
    .o-header2__icon {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .o-header2__icon {
        font-size: 3.6rem
    }
}

.o-header2__mail, .o-header2__mail:focus, .o-header2__mail:hover, .o-header2__phone, .o-header2__phone:focus, .o-header2__phone:hover {
    text-decoration: none;
    color: #000
}

.o-header2__mail__text, .o-header2__phone__text {
    display: none;
    vertical-align: middle
}

@media (min-width: 80em) {
    .o-header2__logo__icon {
        height: 5rem
    }

    .o-header2__mail__text, .o-header2__phone__text {
        display: inline;
        margin-left: .47059em
    }
}

.o-header2__mail:hover .o-header2__mail__text, .o-header2__mail:hover .o-header2__phone__text, .o-header2__phone:hover .o-header2__mail__text, .o-header2__phone:hover .o-header2__phone__text {
    text-decoration: underline
}

.o-header2__phone, .o-header2__search {
    border-left: .1rem solid #d1d5dc;
    margin-left: 1.5rem;
    padding-left: 1.5rem
}

.o-header2__search {
    color: #000;
    cursor: pointer;
    display: inline-block
}

@media (min-width: 80em) {
    .o-header2__phone, .o-header2__search {
        border-left: 0;
        padding-left: 0
    }

    .o-header2__search {
        margin-left: 0
    }
}

.o-header2__separator {
    border-left: .1rem solid #d1d5dc;
    display: inline;
    line-height: 1.6;
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.o-header2__nav {
    background: rgba(255, 255, 255, .8);
    display: flex;
    flex-flow: row wrap;
    overflow: auto;
    padding: 6rem 0 4rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}

@media (min-width: 80em) {
    .o-header2__nav {
        background: 0 0;
        display: inline-block;
        flex-flow: unset;
        height: auto;
        left: auto;
        overflow: visible;
        padding: 0;
        position: static;
        text-align: right;
        top: auto;
        transition: none;
        width: auto
    }
}

.o-header2 {
    border-color: #d1d5dc
}

.o-header2:not(.has-border) {
    border: 0
}

.o-header2__inner {
    padding-bottom: .9rem;
    padding-top: .9rem
}

.o-header2__row {
    align-items: center
}

.o-header2__column {
    flex: 1 0
}

.o-header2__column--logo {
    justify-content: center
}

.o-header2__column--menu {
    flex: 0
}

.o-header2__column--buttons {
    justify-content: flex-end
}

.o-header2__logo {
    display: block;
    height: 3rem;
    position: relative;
    z-index: 11
}

.o-header2__logo svg {
    height: inherit;
    width: auto
}

.o-header2__logo .on-hover-animate-symbol {
    transform-origin: 47.8% 50%;
    transition: transform .3s
}

.o-header2__logo:hover .on-hover-animate-symbol {
    transform: rotate(60deg)
}

.o-header2__line {
    align-self: flex-start;
    padding-left: 3.2rem;
    padding-right: 3.2rem
}

.o-header2__nav {
    background: linear-gradient(180deg, #fff 4.8rem, #ffe6ad);
    border-radius: 0 0 1.8rem 1.8rem;
    height: auto;
    left: 0;
    max-height: 100vh;
    max-height: stretch;
    padding: calc(4.8rem + 3.2rem) 0 3.2rem;
    text-align: left;
    transform: translateY(-100%);
    transition: transform .3s
}

.menu-status:not(:disabled):checked + .menu-for-open .o-header2__nav {
    left: 0;
    transform: translateY(0)
}

.o-header2__cta {
    font-size: 1.3rem;
    min-height: 3rem;
    padding: .3rem 1.5rem;
    position: relative;
    z-index: 11
}

.o-header2__backdrop {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (min-width: 36em) {
    .o-header2__inner {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .o-header2__logo {
        display: block;
        height: 5.4rem
    }

    .o-header2__nav {
        padding-top: calc(8.4rem + 3.2rem)
    }

    .o-header2__cta {
        font-size: 1.7rem;
        padding: 1.2rem 2.4rem
    }
}

@media (min-width: 80em) {
    .o-header2__inner {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .o-header2__column {
        flex: 0 0 auto
    }

    .o-header2__column--menu {
        flex: 1 0;
        justify-content: center
    }

    .o-header2__column--hamburger {
        display: none
    }

    .o-header2__line {
        padding-left: 0;
        padding-right: 0
    }

    .o-header2__nav {
        background: 0 0;
        max-height: none;
        padding: 0;
        position: static;
        transform: none;
        transition: none
    }

    .o-header2__backdrop {
        display: none
    }
}

.o-hero-slider__slide {
    white-space: normal
}

.o-hero-slider__quote {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    text-align: right
}

.o-hero-slider__quote__aside {
    background: #ffe6ad;
    border-radius: 3.6rem;
    display: inline-block;
    font-style: normal;
    padding: .6rem 2.4rem
}

.bg-primary-50 .o-hero-slider__quote__aside {
    background: #e4f2fb
}

.bg-accent-50 .o-hero-slider__quote__aside {
    background: #ffd9dd
}

.o-hero-slider__dots {
    bottom: 1.6rem;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width: 62em) {
    .o-hero-slider__dots {
        bottom: 4rem
    }
}

.o-hero-slider__dot {
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 1.2rem;
    padding: 0;
    opacity: .78;
    transition: background .3s, opacity .3s;
    width: 1.2rem
}

.o-hero-slider__dot:hover {
    opacity: 1
}

.o-hero-slider__dot[class*=active] {
    background: #fca91c;
    opacity: 1
}

.o-hero-slider__arrows {
    bottom: 4.8rem;
    display: none;
    gap: 1.6rem;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0
}

@media (min-width: 62em) {
    .o-hero-slider__arrows {
        display: flex;
        justify-content: flex-end;
        left: auto
    }
}

.o-hero-slider__arrow {
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 .2rem #fff;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 4.8rem;
    justify-content: center;
    transition: transform .3s;
    width: 4.8rem
}

@media (hover: hover) and (pointer: fine) {
    .o-hero-slider__arrow:hover {
        transform: scale(1.05)
    }
}

.o-hero {
    position: relative
}

.o-hero--default {
    background: #fff0d0;
    border-radius: 1.8rem;
    color: #1b4079;
    overflow: hidden
}

.o-hero--default .o-hero__column {
    gap: 2.4rem;
    padding-bottom: 4rem;
    padding-top: 4rem
}

.o-hero--default .o-hero__thumb {
    background: #fca91c;
    flex-basis: 100vw;
    left: 50%;
    max-width: 100vw;
    padding: 0;
    transform: translateX(-50%)
}

.o-hero--default .o-hero__thumb:before {
    content: '';
    display: block;
    padding-bottom: 64%
}

.o-hero--default .o-hero__medium {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.o-hero--default .o-hero__actions, .o-hero--default .o-hero__perex, .o-hero--default .o-hero__title {
    margin: 0
}

.o-hero--default .o-hero__perex, .o-hero--default .o-hero__title {
    color: inherit
}

.o-hero--default.bg-primary-100 .o-hero__thumb, .o-hero--default.bg-primary-50 .o-hero__thumb {
    background: #1b4079
}

.o-hero--default.bg-accent-100 .o-hero__thumb, .o-hero--default.bg-accent-50 .o-hero__thumb {
    background: #ba0f4a
}

@media (min-width: 48em) {
    .o-hero--default {
        border-radius: 3.6rem
    }

    .o-hero--default .o-hero__thumb:before {
        padding-bottom: 40%
    }

    .o-hero--default .o-hero__medium {
        object-position: 50% 20%
    }
}

@media (min-width: 62em) and (max-height: 75em) {
    .o-hero--default .o-hero__thumb {
        min-height: 75vh
    }
}

.o-hero--simple {
    padding: 4rem 0
}

.o-hero--simple .o-hero__perex, .o-hero--simple .o-hero__title {
    color: inherit
}

@media (min-width: 62em) {
    .o-hero-slider__arrow {
        height: 7.2rem;
        width: 7.2rem
    }

    .o-hero--default .o-hero__inner {
        flex-wrap: nowrap
    }

    .o-hero--default .o-hero__column {
        padding: 8rem 4rem 8rem 0
    }

    .o-hero--default .o-hero__thumb {
        flex-basis: 50vw;
        left: auto;
        max-width: 120rem;
        padding: 0;
        transform: none
    }

    .o-hero--default .o-hero__thumb::before {
        display: none
    }

    .o-hero--default .o-hero__medium {
        object-position: center
    }

    .o-hero--simple {
        padding: 8rem 0
    }
}

.o-hero--alternate:after {
    background: linear-gradient(0deg, rgba(255, 240, 208, 0) 0, #fff0d0 50%);
    border-radius: 1.8rem 1.8rem 0 0;
    content: '';
    height: 200%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.o-hero--alternate .o-hero__container {
    position: relative
}

.o-hero--alternate .o-hero__inner {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.o-hero--alternate .o-hero__column {
    gap: 3.2rem;
    max-width: 69rem
}

.o-hero--alternate .o-hero__actions, .o-hero--alternate .o-hero__perex, .o-hero--alternate .o-hero__title {
    color: inherit;
    margin: 0
}

.o-hero--alternate .o-hero__medium {
    display: block;
    margin: 0
}

@media (min-width: 48em) {
    .o-hero--alternate:after {
        border-radius: 3.6rem 3.6rem 0 0
    }

    .o-hero--alternate .o-hero__inner {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .o-hero--alternate .o-hero__medium {
        height: 100%;
        max-height: 46rem;
        object-fit: contain;
        object-position: center right;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(80%, -50%);
        width: auto
    }
}

@media (min-width: 62em) {
    .o-hero--alternate .o-hero__medium {
        transform: translate(40%, -50%)
    }
}

@media (min-width: 80em) {
    .o-hero--alternate .o-hero__inner {
        padding-bottom: 12rem;
        padding-top: 12rem
    }

    .o-hero--alternate .o-hero__medium {
        transform: translate(0, -50%)
    }
}

.o-hero--about-us {
    background: #fff0d0;
    border-radius: 1.8rem;
    overflow: hidden
}

.o-hero--about-us .o-hero__inner {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.o-hero--about-us .o-hero__header, .o-hero--about-us .o-hero__modules {
    position: relative;
    z-index: 1
}

.o-hero--about-us .o-hero__perex, .o-hero--about-us .o-hero__title {
    color: inherit;
    margin: 0
}

.o-hero--about-us .o-hero__modules:not(:first-child) {
    margin-top: 4rem
}

.o-hero--about-us .o-hero__symbol {
    left: 50%;
    position: absolute;
    top: 54rem;
    transform: translateX(-50%);
    z-index: -1
}

@media (min-width: 48em) {
    .o-hero--about-us {
        border-radius: 3.6rem
    }

    .o-hero--about-us .o-hero__inner {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .o-hero--about-us .o-hero__modules:not(:first-child) {
        margin-top: 8rem
    }

    .o-hero--about-us .o-hero__symbol {
        left: 3.2rem;
        top: 6rem;
        transform: none
    }
}

.o-hero--hp {
    background: linear-gradient(213.61deg, rgba(0, 75, 108, 0) -13.54%, rgba(0, 75, 108, .2) 112.59%), #f0faff;
    padding: 10rem 0 0;
    position: relative
}

@media (min-width: 62em) {
    .o-hero--hp {
        padding: 10rem 0 13rem
    }
}

.o-hero__hp-slider {
    background: #d4e5ed;
    padding: 5rem 0 0;
    position: relative
}

@media (min-width: 62em) {
    .o-hero__hp-slider {
        padding: 10rem 0 13rem
    }
}

.o-hero--become-donor {
    padding: 10rem 0 8rem
}

.o-hero--donation {
    background-image: url(../images/bg-hero-donation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 21rem;
    padding-top: 15rem
}

.o-hero--reservation {
    background-image: url(../images/bg-hero-reservation.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 21rem;
    padding-top: 15rem
}

.o-hero--why-donation {
    padding-bottom: 5rem;
    padding-top: 15rem;
    position: relative
}

.o-hero--why-donation:after {
    background: linear-gradient(213.61deg, rgba(0, 75, 108, 0) -13.54%, rgba(0, 75, 108, .2) 112.59%), #f0faff;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media (min-width: 80em) {
    .o-hero--about-us .o-hero__inner {
        padding-bottom: 12rem;
        padding-top: 12rem
    }

    .o-hero--why-donation {
        padding-bottom: 0
    }

    .o-hero--why-donation:after {
        height: 92%
    }
}

.o-hero--detail-action {
    background: linear-gradient(213.61deg, rgba(0, 75, 108, 0) -13.54%, rgba(0, 75, 108, .2) 112.59%), #f0faff
}

.o-hero--branch {
    padding: 8.8rem 0;
    position: relative
}

.o-hero--branch:after {
    background-color: rgba(255, 255, 255, .85);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.o-hero__title {
    color: #333;
    margin-bottom: 2rem
}

.o-hero__title--donation {
    text-align: center
}

.o-hero__title--reservation {
    margin-top: 2rem;
    text-align: center
}

.o-hero__title--faq {
    margin-top: 5rem !important
}

@media (min-width: 62em) {
    .o-hero__title--faq {
        margin-top: 0 !important
    }
}

.o-hero__perex {
    color: #000;
    margin: 0
}

.o-hero__perex--donation, .o-hero__perex--reservation {
    color: #333;
    text-align: center
}

.o-hero__perex--white, .o-hero__perex--white strong {
    color: #fff
}

.o-hero__hp-img {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    position: relative
}

.o-hero__img {
    height: auto;
    max-height: 35rem;
    object-fit: contain;
    vertical-align: top
}

.o-hero__img--size {
    padding-top: 4rem
}

@media (min-width: 62em) {
    .o-hero__hp-img {
        left: 50%;
        position: absolute;
        right: 0;
        top: 0
    }

    .o-hero__img {
        max-height: 100%
    }

    .o-hero__arrows {
        top: 50%
    }
}

.o-hero__img-loyalty {
    vertical-align: top
}

.o-hero__move-about {
    margin-top: -10rem
}

.o-hero__move-about img {
    vertical-align: top
}

.o-hero__slides {
    white-space: unset !important
}

.o-hero__arrows {
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0 .5rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-155%);
    z-index: 1
}

@media (min-width: 36em) {
    .o-hero__arrows {
        margin: 0 2rem
    }
}

.o-hero__arrow {
    background: rgba(255, 255, 255, .3);
    border-radius: 7rem;
    border: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 4rem;
    pointer-events: auto;
    position: relative;
    width: 4rem
}

@media (min-width: 48em) {
    .o-hero__arrows {
        transform: translateY(-50%)
    }

    .o-hero__arrows--gallery {
        transform: translateY(-90%)
    }

    .o-hero__arrow {
        height: 6.4rem;
        width: 6.4rem
    }

    .o-jobs__inner {
        min-height: 30rem
    }
}

@media (min-width: 62em) {
    .o-hero__content {
        margin-left: 4.16667%
    }
}

@media (min-width: 140.00rem) {
    .o-hero__content {
        margin-left: 0
    }
}

.o-hero__arrow-icon {
    pointer-events: none;
    transform: translateY(.3rem)
}

.o-hero__arrow-icon--prev {
    transform: rotateY(180deg) translateY(.3rem) translateX(.2rem)
}

.o-hero__dots {
    bottom: 1rem;
    left: 50%;
    padding: 1rem;
    position: absolute;
    transform: translateX(-50%)
}

.o-hero__dot {
    background: 0 0;
    border-radius: 2rem;
    border: .1rem solid #fff;
    box-shadow: 0 .2rem .3rem .1rem rgba(112, 112, 112, .3);
    cursor: pointer;
    display: inline-block;
    height: 1.2rem;
    line-height: 1;
    margin-left: .8rem;
    padding: 0;
    width: 1.2rem
}

.o-hero__dot:first-child {
    margin-left: 0
}

.o-hero__dot.glide__bullet--active {
    background: #fff
}

.o-jobs {
    margin-left: -1rem;
    margin-right: -1rem
}

.o-jobs__item {
    margin-bottom: 4rem !important
}

.o-jobs__inner {
    background-color: #e0f4fd;
    border-radius: 1.2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2rem
}

.o-jobs__title {
    font-size: 2.7rem;
    color: #333;
    line-height: 2.8rem;
    margin-bottom: .5rem
}

@media (min-width: 19.375em) {
    .o-jobs__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-jobs__title {
        font-size: 3rem
    }
}

.o-jobs__date {
    color: #333;
    margin-top: 1.5rem
}

.o-jobs__link {
    color: #b90c49;
    padding: 1.6rem 0;
    transition: .3s
}

.o-jobs__link:hover {
    color: #b90c49
}

.o-jobs__link-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-right: .5rem;
    vertical-align: text-bottom
}

.wf-active .o-jobs__link-title {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-jobs__detail-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 5.4rem;
    color: #333;
    line-height: 1.1112
}

.wf-active .o-jobs__detail-title {
    font-family: "Nunito Sans", Arial, sans-serif
}

@media (min-width: 19.375em) {
    .o-jobs__detail-title {
        font-size: calc(2.02247vw + 4.77rem)
    }
}

@media (min-width: 75em) {
    .o-jobs__detail-title {
        font-size: 7.2rem
    }
}

.o-loyalty-process__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.o-loyalty-process__item {
    display: inline-block;
    width: 20rem;
    padding: 0 1rem;
    margin: 0 .5rem 2rem
}

.o-loyalty-process__img {
    max-width: 16rem;
    vertical-align: top
}

.o-loyalty-process__desc, .o-loyalty-process__number {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #004b6c
}

.wf-active .o-loyalty-process__desc, .wf-active .o-loyalty-process__number {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-management__card {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%
}

.o-management__bio, .o-management__name {
    margin: 0
}

.o-management__thumb {
    aspect-ratio: .833;
    background: #ffe6ad;
    border-radius: 2.4rem;
    max-width: 30rem
}

.o-management__medium {
    border-radius: 2.4rem;
    display: block
}

.o-management__contacts {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.o-management__contact {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.2rem
}

.o-management__icon {
    color: #fca91c
}

.o-management__phone {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: inherit;
    transition: color .3s
}

.o-management__phone:focus, .o-management__phone:hover {
    text-decoration: none
}

.wf-active .o-management__phone {
    font-family: Nunito, Arial, sans-serif
}

.o-management__phone:hover {
    color: #000
}

.o-management__email {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000
}

.wf-active .o-management__email {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-news {
    margin-bottom: -2.4rem;
    margin-top: -2.4rem
}

.o-news .o-news__item {
    margin-bottom: 2.4rem;
    margin-top: 2.4rem
}

.o-news__inner {
    text-decoration: none;
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%
}

.o-news__inner:focus, .o-news__inner:hover {
    text-decoration: none
}

.o-news__thumb {
    aspect-ratio: 1.6;
    background: #fff0d0;
    border-radius: 2.4rem
}

.o-news__medium {
    border-radius: inherit;
    display: block
}

.o-news__perex, .o-news__title {
    margin: 0
}

.o-news__metas {
    margin-top: auto
}

.o-news-fix {
    background-color: #f5a800;
    color: #333;
    height: auto;
    padding: 1rem 2rem;
    position: relative
}

.o-news-fix__input {
    display: none
}

.o-news-fix__input:checked + .o-news-fix {
    height: 0;
    overflow: hidden;
    padding: 0
}

.o-news-fix__close {
    cursor: pointer;
    display: inline-block;
    height: 1.4rem;
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 1.4rem
}

.o-news-fix__inner {
    display: flex
}

.o-news-fix__inner p {
    line-height: 2rem
}

.o-news-fix__inner a {
    text-decoration: underline;
    color: #333;
    transition: .3s
}

.o-news-fix__inner a:focus, .o-news-fix__inner a:hover {
    text-decoration: none
}

.o-news-fix__inner a:hover {
    color: #333
}

.o-news-fix__wrap-svg {
    height: 1.8rem
}

.o-news-fix__svg {
    transform: translateY(-.4rem)
}

.o-personal {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
    justify-content: center
}

.o-personal__member {
    font-size: 1.3rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 1.6rem);
    gap: .3rem;
    line-height: 1.1112;
    max-width: calc(50% - 1.6rem);
    text-align: center
}

.o-personal__member.is-leader {
    flex-basis: 100%;
    gap: .5rem;
    max-width: 100%
}

.o-personal__member.is-leader .o-personal__thumb {
    height: 13.2rem;
    margin-bottom: .8rem;
    width: 13.2rem
}

.o-personal__member.is-leader .o-personal__symbol {
    max-width: 60%
}

.o-personal__member.is-leader .o-personal__name {
    font-size: 1.7rem;
    color: #000;
    line-height: 2.4rem
}

.o-personal__member:link, .o-personal__member:link:focus, .o-personal__member:link:hover, .o-personal__member:visited, .o-personal__member:visited:focus, .o-personal__member:visited:hover {
    text-decoration: none
}

.o-personal__member:link .o-personal__thumb, .o-personal__member:visited .o-personal__thumb {
    transition: transform .3s
}

.o-personal__member:link:hover .o-personal__thumb, .o-personal__member:visited:hover .o-personal__thumb {
    transform: translateY(-.4rem)
}

.o-personal__thumb {
    align-items: center;
    background: #e4f2fb;
    border-radius: 50%;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: .3rem;
    width: 6rem
}

.o-personal__file {
    border-radius: 50%;
    display: block;
    object-fit: cover
}

.o-personal__symbol {
    height: auto;
    max-width: 56.667%
}

@media (min-width: 36em) {
    .o-personal__member {
        flex-basis: calc(33.33% - 2.14rem);
        max-width: calc(33.33% - 2.14rem)
    }

    .o-personal__member.is-leader {
        flex-basis: 20rem;
        max-width: 20rem
    }
}

@media (min-width: 48em) {
    .o-news-fix {
        padding: 1.6rem 4rem
    }

    .o-personal__member {
        flex-basis: calc(25% - 2.4rem);
        max-width: calc(25% - 2.4rem)
    }

    .o-personal__member.is-leader {
        flex-basis: 28.2rem;
        max-width: 28.2rem
    }
}

@media (min-width: 62em) {
    .o-personal__member {
        flex-basis: calc(20% - 2.56rem);
        max-width: calc(20% - 2.56rem)
    }

    .o-personal.has-leader {
        column-gap: 12rem
    }
}

@media (min-width: 80em) {
    .o-personal__member {
        flex-basis: calc(16.67% - 2.68rem);
        max-width: calc(16.67% - 2.68rem)
    }
}

.o-plasma-processed__decor {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.o-plasma-treat {
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative;
    z-index: 1
}

.o-plasma-treat__title {
    font-size: 2.7rem;
    color: #b90c49;
    line-height: 1.1112;
    margin-bottom: .5rem
}

@media (min-width: 19.375em) {
    .o-plasma-treat__title {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .o-plasma-treat__title {
        font-size: 3rem
    }
}

.o-plasma-treat__items {
    flex-wrap: nowrap;
    overflow-x: auto
}

.o-plasma-treat__item {
    margin-bottom: 4rem !important;
    max-width: 30rem
}

@media (min-width: 80em) {
    .o-plasma-treat__items {
        overflow-x: visible
    }

    .o-plasma-treat__item {
        margin-bottom: 0 !important
    }
}

.o-plasma-treat__inner {
    background-color: #fff;
    border-radius: 1.2rem;
    height: 100%;
    margin: 0 1rem;
    overflow: hidden
}

@media (min-width: 80em) {
    .o-plasma-treat__inner {
        box-shadow: 0 1rem 3.8rem rgba(53, 39, 39, .12);
        overflow: visible
    }
}

.o-plasma-treat__content {
    position: relative
}

.o-plasma-treat__desc {
    font-size: 1.7rem;
    color: #333;
    line-height: 2.2rem;
    padding: 1.8rem 1.6rem 5rem
}

.o-prepare-sampling {
    background-image: url(../images/bg-prepare-sampling.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5rem;
    margin-top: 8rem;
    padding: 4.5rem 1.5rem
}

.o-prepare-sampling__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #b90c49;
    margin: 0 0 6rem !important
}

.wf-active .o-prepare-sampling__title {
    font-family: "Nunito Sans", Arial, sans-serif
}

@media (min-width: 62em) {
    .o-prepare-sampling {
        padding: 4.5rem 12rem
    }
}

.o-reward-referral {
    background: #ffe6ad;
    border-radius: 1.8rem;
    overflow: hidden;
    position: relative
}

.o-reward-referral__layout {
    display: flex;
    flex-direction: column-reverse
}

.o-reward-referral__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 2.4rem 0 4.8rem
}

.o-reward-referral__cta {
    text-decoration: none;
    margin-top: 3.2rem;
    max-width: 100%;
    order: 9;
    position: relative;
    width: 54rem;
    z-index: 1
}

.o-reward-referral__cta:focus, .o-reward-referral__cta:hover {
    text-decoration: none
}

.o-reward-referral__cta__inner {
    align-items: center;
    background: #fff;
    border-radius: 2.4rem;
    display: -ms-grid;
    display: grid;
    gap: .8rem 1.6rem;
    -ms-grid-columns: 1fr 2.4rem;
    grid-template-columns:1fr 2.4rem;
    padding: 3.2rem;
    position: relative;
    text-align: left;
    z-index: 2
}

.o-reward-referral__cta__title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.o-reward-referral__cta__icon {
    color: #000;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    transition: transform .3s
}

:hover > .o-reward-referral__cta__icon {
    transform: translateX(-.6rem)
}

.o-reward-referral__cta__description {
    -ms-grid-column: span 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2
}

.o-reward-referral__cta__plane {
    height: 7.4rem;
    left: -.9rem;
    position: absolute;
    top: -8rem;
    width: 10.4rem;
    z-index: 1
}

.o-reward-referral__perex {
    font-size: 3rem;
    line-height: 1.333;
    margin-bottom: 2.4rem
}

@media (min-width: 19.375em) {
    .o-reward-referral__perex {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .o-reward-referral__perex {
        font-size: 3.6rem
    }
}

.o-reward-referral__more {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    z-index: 2
}

.o-reward-referral__thumb {
    background: #fca91c;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw
}

.o-reward-referral__thumb:before {
    content: '';
    display: block;
    padding-bottom: 100%
}

.o-reward-referral__medium {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width: 36em) {
    .o-reward-referral__layout {
        flex-direction: row-reverse;
        flex-wrap: nowrap
    }

    .o-reward-referral__content {
        align-items: flex-end;
        flex: 0 0 40%;
        max-width: 40rem;
        padding: 6rem 0 6rem 3.2rem;
        text-align: right
    }

    .o-reward-referral__cta__plane {
        left: -7.4rem;
        top: -3.7rem
    }

    .o-reward-referral__more {
        width: auto
    }

    .o-reward-referral__thumb {
        flex: 1 0 45vw;
        left: auto;
        max-width: 110rem;
        transform: none;
        width: 100%
    }

    .o-reward-referral__thumb:before {
        display: none
    }
}

@media (min-width: 48em) {
    .o-reward-referral {
        border-radius: 3.6rem
    }

    .o-reward-referral__content {
        flex-basis: 61.83333%;
        max-width: 74.4rem
    }

    .o-reward-referral__cta {
        margin-top: 6.4rem
    }

    .o-reward-referral__perex {
        margin-bottom: 3.2rem
    }
}

@media (min-width: 62em) {
    .o-reward-referral__content {
        padding-left: 4.8rem
    }
}

.o-reward-system {
    margin-left: -1.7rem;
    margin-right: -1.7rem
}

.o-reward-system__items {
    flex-wrap: nowrap;
    overflow-x: scroll
}

@media (min-width: 48em) {
    .o-reward-system__items {
        flex-wrap: wrap;
        overflow: auto
    }
}

.o-reward-system__item {
    margin-bottom: 4rem !important;
    max-width: 30rem
}

.o-reward-system__inner {
    background-color: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 1rem 3.8rem rgba(53, 39, 39, .12);
    height: 100%;
    margin: 0 1.7rem;
    max-width: 30rem;
    padding: 4rem
}

.o-reward-system__wrap-img {
    display: flex;
    flex-direction: column;
    height: 20rem;
    justify-content: center
}

.o-reward-system__img {
    max-height: 20rem;
    max-width: 100%;
    vertical-align: top
}

.o-rewards-box {
    margin: 5rem auto 0;
    max-width: 40rem
}

.o-rewards-box__item {
    column-gap: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6rem auto;
    grid-template-columns:6rem auto;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.o-rewards-box__title {
    font-size: 2.7rem;
    color: #151515;
    line-height: 1;
    margin-bottom: 1rem
}

.o-rewards-box__desc {
    color: #4d3d15;
    margin: 0 0 3rem !important
}

.o-rewards-box__link {
    color: #b90c49;
    display: inline-block;
    transition: .3s
}

.o-rewards-box__link svg {
    display: inline-block;
    padding-left: 1rem;
    transition: .3s;
    vertical-align: middle;
    width: 2.5rem
}

.o-rewards-box__link:hover {
    color: #b90c49
}

.o-rewards-box__link:hover svg {
    padding-left: 1.5rem
}

.o-risks-donation {
    background-color: #b90c49;
    border-radius: 5rem;
    filter: drop-shadow(0 2rem 3.8rem rgba(53, 39, 39, .3));
    padding: 6rem 1.5rem
}

.o-risks-donation__inner {
    text-align: center
}

.o-risks-donation__desc, .o-risks-donation__desc p, .o-risks-donation__desc strong, .o-risks-donation__desc ul, .o-risks-donation__title {
    color: #fff
}

.o-risks-donation__link {
    background: #fff;
    color: #b90c49;
    padding: 1rem 2rem
}

.o-risks-donation__link:hover {
    background: #ffdbe8;
    color: #b90c49
}

.o-squares__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.o-squares__img {
    display: block;
    height: 14.4rem;
    width: auto
}

.o-squares__img:not(:last-child) {
    margin-bottom: .8rem
}

.o-styleguide .o-styleguide__icons:before {
    font-size: 2rem;
    content: "               ";
    display: block;
    letter-spacing: .8em;
    line-height: 2em;
    text-align: left;
    width: 100%
}

@media (min-width: 19.375em) {
    .o-rewards-box__title {
        font-size: calc(.33708vw + 2.6rem)
    }

    .o-styleguide .o-styleguide__icons:before {
        font-size: calc(3.37079vw + .96rem)
    }
}

@media (min-width: 75em) {
    .o-rewards-box__title {
        font-size: 3rem
    }

    .o-styleguide .o-styleguide__icons:before {
        font-size: 5rem
    }
}

.o-tax-benefits {
    background: #fdf0d3;
    border-radius: 5rem;
    padding: 6rem 1.5rem
}

.o-tax-benefits__inner {
    text-align: center
}

.o-tax-benefits__link {
    color: #b90c49;
    display: inline-block;
    margin-top: 4rem;
    padding: 1.6rem 0;
    transition: .3s
}

.o-tax-benefits__link:hover {
    color: #b90c49
}

.o-tax-benefits__link:hover .o-tax-benefits__link-title {
    margin-right: 1rem
}

.o-tax-benefits__link-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-right: .5rem;
    transition: .3s;
    vertical-align: text-bottom
}

.wf-active .o-tax-benefits__link-title {
    font-family: "Nunito Sans", Arial, sans-serif
}

.o-tax-benefits__img {
    vertical-align: top
}

@media (min-width: 48em) {
    .o-tax-benefits {
        padding: 6rem 10rem
    }
}

@media (min-width: 80em) {
    .o-tax-benefits {
        padding: 6rem 20rem
    }
}

.o-text-img {
    position: relative
}

.o-text-img__inner {
    padding: 8rem 0 90%
}

@media (min-width: 36em) {
    .o-text-img__inner {
        padding: 10rem 0 50rem
    }
}

.o-text-img__wrap-img {
    bottom: 0;
    position: absolute;
    right: 0
}

.o-text-img__img {
    height: auto
}

@media (min-width: 80em) {
    .o-text-img__inner {
        padding: 13rem 0
    }

    .o-text-img__wrap-img {
        top: 0
    }

    .o-text-img__img {
        height: 100%;
        object-fit: contain
    }
}

.o-unsuitable-donor {
    position: relative;
    z-index: 1
}

.o-unsuitable-donor__title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 5.4rem;
    color: #b90c49;
    margin: 0 0 2rem !important;
    text-align: left
}

.wf-active .o-unsuitable-donor__title {
    font-family: "Nunito Sans", Arial, sans-serif
}

@media (min-width: 19.375em) {
    .o-unsuitable-donor__title {
        font-size: calc(2.02247vw + 4.77rem)
    }
}

@media (min-width: 75em) {
    .o-unsuitable-donor__title {
        font-size: 7.2rem
    }
}

.o-videos__video {
    display: block;
    height: 0;
    margin-bottom: 3rem;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative
}

.o-videos__video:hover .o-videos__play {
    transform: scale(1.1) translateY(-50%)
}

.o-videos__video--small {
    padding-bottom: 30%
}

.o-videos__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.o-videos__content {
    height: 100%;
    position: relative
}

.o-videos__wrap-img {
    border-radius: 2.5rem;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.o-videos__wrap-img--small {
    border-radius: 1.8rem
}

.o-videos__img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.o-videos__play {
    background-image: url(../images/ico-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: scale(1) translateY(-50%);
    transition: .3s
}

.o-videos__play--small {
    height: 6rem
}

@media (min-width: 48em) {
    .o-videos__video {
        margin-bottom: 0;
        margin-right: 3rem;
        padding-bottom: 56%
    }

    .o-videos__video--small {
        margin-right: 0;
        padding-bottom: 50%
    }

    .o-videos__play {
        height: 20rem
    }

    .o-videos__play--small {
        height: 6rem
    }
}

.o-wysiwyg h2:not(:first-child), .o-wysiwyg h3:not(:first-child), .o-wysiwyg h4:not(:first-child) {
    margin-top: 4.8rem
}

@media (min-width: 36em) {
    .o-wysiwyg h2:not(:first-child), .o-wysiwyg h3:not(:first-child), .o-wysiwyg h4:not(:first-child) {
        margin-top: 7.2rem
    }

    .o-wysiwyg img.alignright, .o-wysiwyg img.float-right, .o-wysiwyg img[style*="float: right"], .o-wysiwyg img[style*="float:right"] {
        margin-left: 2rem;
        margin-right: 0
    }

    .o-wysiwyg img.alignleft, .o-wysiwyg img.float-left, .o-wysiwyg img[style*="float: left"], .o-wysiwyg img[style*="float:left"] {
        margin-left: 0;
        margin-right: 2rem
    }
}

.o-wysiwyg img {
    margin: 2rem auto
}

.o-wysiwyg img:first-child {
    margin-top: 0
}

.o-wysiwyg img:last-child {
    margin-bottom: 0
}

@media (max-width: 35.999em) {
    .o-wysiwyg img {
        float: none !important;
        width: 100% !important
    }
}

.o-wysiwyg .lightbox > img {
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 2rem
}

.o-wysiwyg .lightbox:first-child > img {
    margin-top: 0
}

.o-wysiwyg .lightbox:last-child > img {
    margin-bottom: 0
}

@media (min-width: 62em) {
    .o-rewards-box__item {
        column-gap: 3rem
    }

    .o-wysiwyg img.alignright, .o-wysiwyg img.float-right, .o-wysiwyg img[style*="float: right"], .o-wysiwyg img[style*="float:right"] {
        margin-left: 4rem
    }

    .o-wysiwyg img.alignleft, .o-wysiwyg img.float-left, .o-wysiwyg img[style*="float: left"], .o-wysiwyg img[style*="float:left"] {
        margin-right: 4rem
    }

    .o-wysiwyg--columns p, .o-wysiwyg--columns ul {
        column-count: 2;
        column-gap: 2rem
    }
}

.text-primary {
    color: #1b4079
}

.bg-primary {
    background-color: #1b4079
}

.text-primary-50 {
    color: #dfe4eb
}

.bg-primary-50 {
    background-color: #dfe4eb
}

.text-primary-100 {
    color: #e4f2fb
}

.bg-primary-100 {
    background-color: #e4f2fb
}

.text-primary-200 {
    color: #cee6f2
}

.bg-primary-200 {
    background-color: #cee6f2
}

.text-primary-300 {
    color: #adcce1
}

.bg-primary-300 {
    background-color: #adcce1
}

.text-primary-400 {
    color: #7899b9
}

.bg-primary-400 {
    background-color: #7899b9
}

.text-secondary {
    color: #fca91c
}

.bg-secondary {
    background-color: #fca91c
}

.text-secondary-50 {
    color: #fff0d0
}

.bg-secondary-50 {
    background-color: #fff0d0
}

.text-secondary-100 {
    color: #ffe6ad
}

.bg-secondary-100 {
    background-color: #ffe6ad
}

.text-secondary-900 {
    color: #f1680c
}

.bg-secondary-900 {
    background-color: #f1680c
}

.text-accent {
    color: #ba0f4a
}

.bg-accent {
    background-color: #ba0f4a
}

.text-accent-50 {
    color: #ffecee
}

.bg-accent-50 {
    background-color: #ffecee
}

.text-accent-100 {
    color: #ffd9dd
}

.bg-accent-100 {
    background-color: #ffd9dd
}

.text-neutral-200 {
    color: #f3f4f6
}

.bg-neutral-200 {
    background-color: #f3f4f6
}

.text-neutral-300 {
    color: #e6e7eb
}

.bg-neutral-300 {
    background-color: #e6e7eb
}

.text-neutral-400 {
    color: #d1d5dc
}

.bg-neutral-400 {
    background-color: #d1d5dc
}

.text-neutral-500 {
    color: #9ca3af
}

.bg-neutral-500 {
    background-color: #9ca3af
}

.text-neutral-600 {
    color: #6b7280
}

.bg-neutral-600 {
    background-color: #6b7280
}

.text-neutral-700 {
    color: #4c5563
}

.bg-neutral-700 {
    background-color: #4c5563
}

.text-neutral-800 {
    color: #384151
}

.bg-neutral-800 {
    background-color: #384151
}

.text-neutral-900 {
    color: #1f2a37
}

.bg-neutral-900 {
    background-color: #1f2a37
}

.text-neutral-950 {
    color: #111928
}

.bg-neutral-950 {
    background-color: #111928
}

.text-neutral-black {
    color: #000
}

.bg-neutral-black {
    background-color: #000
}

.text-neutral-white {
    color: #fff
}

.bg-neutral-white {
    background-color: #fff
}

.text-red {
    color: #e00000
}

.bg-red {
    background-color: #e00000
}

.text-green {
    color: #3bb324
}

.bg-green {
    background-color: #3bb324
}

.text-orange {
    color: #f2a200
}

.bg-orange {
    background-color: #f2a200
}

.text-yellow {
    color: #f5a800
}

.bg-yellow {
    background-color: #f5a800
}

.text-purple-light {
    color: #e64d83
}

.bg-purple-light {
    background-color: #e64d83
}

.text-purple {
    color: #b90c49
}

.bg-purple {
    background-color: #b90c49
}

.text-white {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.text-black {
    color: #000
}

.bg-black {
    background-color: #000
}

.text-brown {
    color: #4d3d15
}

.bg-brown {
    background-color: #4d3d15
}

.text-blue {
    color: #004b6c
}

.bg-blue {
    background-color: #004b6c
}

.text-gray-light {
    color: #e6e7eb
}

.bg-gray-light {
    background-color: #e6e7eb
}

.text-gray {
    color: #d1d5dc
}

.bg-gray {
    background-color: #d1d5dc
}

.text-gray-dark {
    color: #384151
}

.bg-gray-dark {
    background-color: #384151
}

.text-gray-dark-extra {
    color: #111928
}

.bg-gray-dark-extra {
    background-color: #111928
}

.text-shadow {
    color: rgba(0, 0, 0, .2)
}

.bg-shadow {
    background-color: rgba(0, 0, 0, .2)
}

.text-brand-1 {
    color: #1b4079
}

.bg-brand-1 {
    background-color: #1b4079
}

.text-brand-2 {
    color: #333
}

.bg-brand-2 {
    background-color: #333
}

.text-brand-3 {
    color: #c4c4c4
}

.bg-brand-3 {
    background-color: #c4c4c4
}

.text-brand-4 {
    color: #e3e1de
}

.bg-brand-4 {
    background-color: #e3e1de
}

.text-brand-5 {
    color: #8f8f8f
}

.bg-brand-5 {
    background-color: #8f8f8f
}

.text-brand-6 {
    color: #ffe2ec
}

.bg-brand-6 {
    background-color: #ffe2ec
}

.text-brand-7 {
    color: #fdf0d3
}

.bg-brand-7 {
    background-color: #fdf0d3
}

.text-brand-8 {
    color: #e0f4fd
}

.bg-brand-8 {
    background-color: #e0f4fd
}

.text-brand-9 {
    color: #707070
}

.bg-brand-9 {
    background-color: #707070
}

.text-brand-10 {
    color: #151515
}

.bg-brand-10 {
    background-color: #151515
}

.text-brand-11 {
    color: #ffdbe8
}

.bg-brand-11 {
    background-color: #ffdbe8
}

.text-brand-12 {
    color: #d4e5ed
}

.bg-brand-12 {
    background-color: #d4e5ed
}

.text-brand-13 {
    color: #d1e4ec
}

.bg-brand-13 {
    background-color: #d1e4ec
}

.text-brand-14 {
    color: #f3f4f6
}

.bg-brand-14 {
    background-color: #f3f4f6
}

.text-brand-15 {
    color: #f9fafb
}

.bg-brand-15 {
    background-color: #f9fafb
}

.text-facebook {
    color: #4968b4
}

.bg-facebook {
    background-color: #4968b4
}

.text-twitter {
    color: #1da1f2
}

.bg-twitter {
    background-color: #1da1f2
}

.text-youtube {
    color: red
}

.bg-youtube {
    background-color: red
}

.text-pinterest {
    color: #bd081c
}

.bg-pinterest {
    background-color: #bd081c
}

.text-instagram {
    color: #f58529
}

.bg-instagram {
    background-color: #f58529
}

.text-linkedin {
    color: #2867b2
}

.bg-linkedin {
    background-color: #2867b2
}

.font-first {
    font-family: Arial, sans-serif
}

.wf-active .font-first {
    font-family: "Nunito Sans", Arial, sans-serif
}

.font-first-regular {
    font-family: Arial, sans-serif;
    font-weight: 400
}

.wf-active .font-first-regular {
    font-family: "Nunito Sans", Arial, sans-serif
}

.font-first-bold {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .font-first-bold {
    font-family: "Nunito Sans", Arial, sans-serif
}

.font-second {
    font-family: Arial, sans-serif
}

.wf-active .font-second {
    font-family: Nunito, Arial, sans-serif
}

.font-second-regular {
    font-family: Arial, sans-serif;
    font-weight: 400
}

.wf-active .font-second-regular {
    font-family: Nunito, Arial, sans-serif
}

.font-second-bold {
    font-family: Arial, sans-serif;
    font-weight: 700
}

.wf-active .font-second-bold {
    font-family: Nunito, Arial, sans-serif
}

.font-icons {
    font-family: icons
}

.font-icons-regular {
    font-family: icons;
    font-weight: 400
}

.font-xx-large {
    font-size: 5.4rem
}

@media (min-width: 19.375em) {
    .font-xx-large {
        font-size: calc(2.02247vw + 4.77rem)
    }
}

@media (min-width: 75em) {
    .font-xx-large {
        font-size: 7.2rem
    }
}

.font-x-large {
    font-size: 3.6rem
}

@media (min-width: 19.375em) {
    .font-x-large {
        font-size: calc(2.02247vw + 2.97rem)
    }
}

@media (min-width: 75em) {
    .font-x-large {
        font-size: 5.4rem
    }
}

.font-large {
    font-size: 3rem
}

@media (min-width: 19.375em) {
    .font-large {
        font-size: calc(.67416vw + 2.79rem)
    }
}

@media (min-width: 75em) {
    .font-large {
        font-size: 3.6rem
    }
}

.font-medium {
    font-size: 2.7rem
}

@media (min-width: 19.375em) {
    .font-medium {
        font-size: calc(.33708vw + 2.6rem)
    }
}

@media (min-width: 75em) {
    .font-medium {
        font-size: 3rem
    }
}

.font-title {
    font-size: 2.7rem
}

.font-lead {
    font-size: 2.4rem
}

.font-normal {
    font-size: 1.7rem
}

.font-small {
    font-size: 1.5rem
}

.font-tiny {
    font-size: 1.3rem
}

.line-height-large {
    line-height: 1.6
}

.line-height-normal {
    line-height: 1.4
}

.line-height-normal-fix {
    line-height: 2.4rem
}

.line-height-medium {
    line-height: 1.333
}

.line-height-small {
    line-height: 1.1112
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 .8rem;
    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
}

.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;
    -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: .8rem;
    right: .8rem;
    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: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4.4rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 1.8rem 1rem;
    color: #fff;
    font-style: normal;
    font-size: 2.8rem;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: .1rem
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -.6rem;
    text-align: right;
    padding-right: .6rem;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.8rem;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -5.5rem 0 0;
    top: 50%;
    padding: 0;
    width: 9rem;
    height: 11rem;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -5.4rem
}

.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: 3.5rem;
    margin-left: 3.5rem;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 1.3rem;
    border-bottom-width: 1.3rem;
    top: .8rem
}

.mfp-arrow:before {
    border-top-width: 2.1rem;
    border-bottom-width: 2.1rem;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 1.7rem solid #fff;
    margin-left: 3.1rem
}

.mfp-arrow-left:before {
    margin-left: 2.5rem;
    border-right: 2.7rem solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 1.7rem solid #fff;
    margin-left: 3.9rem
}

.mfp-arrow-right:before {
    border-left: 2.7rem solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 90rem
}

.mfp-iframe-holder .mfp-close {
    top: -4rem
}

.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 .8rem rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 4rem 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4rem;
    bottom: 4rem;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -3.6rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 1.8rem;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 3.6rem
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 80.00rem) and (orientation: landscape), screen and (max-height: 30.00rem) {
    .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: .5rem
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: .3rem .5rem;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: .5rem;
        top: .3rem
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 90.00rem) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: .6rem;
        padding-right: .6rem
    }
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows, .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}