a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

:root {
    --highlight-color: #ee0;
}

.container {
    max-width: 1364px;
    margin: 0 auto;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid-margin {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

.grid .col {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.grid .col.end {
    margin-left: auto;
}

.grid .col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.grid .col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.grid .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.grid .col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.grid .col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.grid .col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.grid .col-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.grid .col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.grid .col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.grid .col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.grid .col-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.grid .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.grid .col-offset-0 {
    margin-left: 0;
}

.grid .col-offset-1 {
    margin-left: 8.3333333333%;
}

.grid .col-offset-2 {
    margin-left: 16.6666666667%;
}

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

.grid .col-offset-4 {
    margin-left: 33.3333333333%;
}

.grid .col-offset-5 {
    margin-left: 41.6666666667%;
}

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

.grid .col-offset-7 {
    margin-left: 58.3333333333%;
}

.grid .col-offset-8 {
    margin-left: 66.6666666667%;
}

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

.grid .col-offset-10 {
    margin-left: 83.3333333333%;
}

.grid .col-offset-11 {
    margin-left: 91.6666666667%;
}

.grid .col-offset-12 {
    margin-left: 100%;
}

@media (min-width: 550px) {
    .grid .col-xs-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .grid .col-xs-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .grid .col-xs-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid .col-xs-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid .col-xs-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .grid .col-xs-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid .col-xs-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .grid .col-xs-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid .col-xs-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid .col-xs-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .grid .col-xs-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .grid .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid .col-xs-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid .col-xs-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .grid .col-xs-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid .col-xs-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .grid .col-xs-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid .col-xs-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .grid .col-xs-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid .col-xs-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid .col-xs-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 767px) {
    .grid .col-md-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .grid .col-md-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .grid .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid .col-md-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid .col-md-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .grid .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid .col-md-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .grid .col-md-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid .col-md-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .grid .col-md-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .grid .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid .col-md-offset-0 {
        margin-left: 0;
    }

    .grid .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .grid .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .grid .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .grid .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .grid .col-lg-1 {
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .grid .col-lg-2 {
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .grid .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid .col-lg-4 {
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid .col-lg-5 {
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .grid .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid .col-lg-7 {
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .grid .col-lg-8 {
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid .col-lg-10 {
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .grid .col-lg-11 {
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .grid .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid .col-lg-offset-0 {
        margin-left: 0;
    }

    .grid .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .grid .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

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

    .grid .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .grid .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

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

    .grid .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .grid .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

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

    .grid .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .grid .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .grid .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 550px) {
    .grid .col-xs-auto {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 767px) {
    .grid .col-md-auto {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 1200px) {
    .grid .col-lg-auto {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.section {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
}

@media (min-width: 1200px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 6.25rem;
    }
}

.section-first {
    padding-top: 7.8125rem;
    padding-bottom: 9.0625rem;
}

.section-small-buffer {
    padding-top: 2.5rem;
}

@media (min-width: 1200px) {
    .section-small-buffer {
        padding-top: 5rem;
    }
}

.section-large-buffer {
    padding-top: 2.5rem;
}

@media (min-width: 1200px) {
    .section-large-buffer {
        padding-top: 5rem;
    }
}

.section-large-buffer-bottom {
    padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
    .section-large-buffer-bottom {
        padding-bottom: 5rem;
    }
}

.section-no-buffer {
    padding-top: 0;
    padding-bottom: 0;
}

.section-no-buffer-bottom {
    padding-bottom: 0;
}

.section-no-buffer-top {
    padding-top: 0;
}

.bg-primary {
    background: #002e87;
}

.bg-white {
    background: #fff;
}

.bg-gray-100 {
    background: #f2f2f2;
}

.bg-gray-300 {
    background: #b2b2b2;
}

.bg-gray-600 {
    background: #484848;
}

.bg-gray-700 {
    background: #3a3a3a;
}

.bg-gray-900 {
    background: #1f1f1f;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

.color-primary {
    color: #ff5000;
}

.color-secondary {
    color: #0f1130;
}

.color-gray-100 {
    color: #f2f2f2;
}

.color-gray-300 {
    color: #b2b2b2;
}

.color-gray-700 {
    color: #3a3a3a;
}

.color-gray-900 {
    color: #1f1f1f;
}

.text-14 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}

@media (min-width: 550px) {
    .xs-text-14 {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

@media (min-width: 767px) {
    .md-text-14 {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .lg-text-14 {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

@media (min-width: 1440px) {
    .xlg-text-14 {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

.text-16 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 550px) {
    .xs-text-16 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (min-width: 767px) {
    .md-text-16 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .lg-text-16 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (min-width: 1440px) {
    .xlg-text-16 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.text-17 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
}

@media (min-width: 550px) {
    .xs-text-17 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5;
    }
}

@media (min-width: 767px) {
    .md-text-17 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5;
    }
}

@media (min-width: 1200px) {
    .lg-text-17 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5;
    }
}

@media (min-width: 1440px) {
    .xlg-text-17 {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.5;
    }
}

.text-20 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
}

@media (min-width: 550px) {
    .xs-text-20 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.8;
    }
}

@media (min-width: 767px) {
    .md-text-20 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.8;
    }
}

@media (min-width: 1200px) {
    .lg-text-20 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.8;
    }
}

@media (min-width: 1440px) {
    .xlg-text-20 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.8;
    }
}

.text-24 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 550px) {
    .xs-text-24 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media (min-width: 767px) {
    .md-text-24 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .lg-text-24 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media (min-width: 1440px) {
    .xlg-text-24 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

.text-26 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3;
}

@media (min-width: 550px) {
    .xs-text-26 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

@media (min-width: 767px) {
    .md-text-26 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

@media (min-width: 1200px) {
    .lg-text-26 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

@media (min-width: 1440px) {
    .xlg-text-26 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.3;
    }
}

.text-28 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1;
}

@media (min-width: 550px) {
    .xs-text-28 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1;
    }
}

@media (min-width: 767px) {
    .md-text-28 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .lg-text-28 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1;
    }
}

@media (min-width: 1440px) {
    .xlg-text-28 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.1;
    }
}

.text-32 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.1;
}

@media (min-width: 550px) {
    .xs-text-32 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
    }
}

@media (min-width: 767px) {
    .md-text-32 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .lg-text-32 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
    }
}

@media (min-width: 1440px) {
    .xlg-text-32 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.1;
    }
}

.text-40 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
}

@media (min-width: 550px) {
    .xs-text-40 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

@media (min-width: 767px) {
    .md-text-40 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .lg-text-40 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

@media (min-width: 1440px) {
    .xlg-text-40 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.1;
    }
}

.text-45 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.14;
}

@media (min-width: 550px) {
    .xs-text-45 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.14;
    }
}

@media (min-width: 767px) {
    .md-text-45 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .lg-text-45 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.14;
    }
}

@media (min-width: 1440px) {
    .xlg-text-45 {
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 1.14;
    }
}

.text-50 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.18;
}

@media (min-width: 550px) {
    .xs-text-50 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.18;
    }
}

@media (min-width: 767px) {
    .md-text-50 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.18;
    }
}

@media (min-width: 1200px) {
    .lg-text-50 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.18;
    }
}

@media (min-width: 1440px) {
    .xlg-text-50 {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 1.18;
    }
}

.text-85 {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 1.18;
}

@media (min-width: 550px) {
    .xs-text-85 {
        font-size: 85px;
        font-size: 5.3125rem;
        line-height: 1.18;
    }
}

@media (min-width: 767px) {
    .md-text-85 {
        font-size: 85px;
        font-size: 5.3125rem;
        line-height: 1.18;
    }
}

@media (min-width: 1200px) {
    .lg-text-85 {
        font-size: 85px;
        font-size: 5.3125rem;
        line-height: 1.18;
    }
}

@media (min-width: 1440px) {
    .xlg-text-85 {
        font-size: 85px;
        font-size: 5.3125rem;
        line-height: 1.18;
    }
}

.text-120 {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 1;
}

@media (min-width: 550px) {
    .xs-text-120 {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 1;
    }
}

@media (min-width: 767px) {
    .md-text-120 {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 1;
    }
}

@media (min-width: 1200px) {
    .lg-text-120 {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 1;
    }
}

@media (min-width: 1440px) {
    .xlg-text-120 {
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 1;
    }
}

.text-heading {
    font-family: 'Poppins';
    font-weight: 700;
}

.text-body {
    font-family: 'Poppins', sans-serif;
}

.text-light {
    font-weight: 100;
}

.text-default {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.text-spaced {
    letter-spacing: 7px;
}

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

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

.text-outline {
    -webkit-text-stroke: 1px hsla(0, 0%, 100%, 0.3);
    -webkit-text-fill-color: transparent;
}

.text-outline-primary {
    -webkit-text-stroke: 1px #ff5000;
    -webkit-text-fill-color: transparent;
}

.uppercase {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.hidden {
    overflow: hidden;
}

.visible {
    overflow: visible !important;
}

.transition-all {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 550px) {
    .flex.xs-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 767px) {
    .flex.md-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.flex.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 550px) {
    .flex.xs-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 767px) {
    .flex.md-align-middle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.flex.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 767px) {
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 550px) {
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 767px) {
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

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

.d-inline {
    display: inline;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 550px) {
    .xs-d-none {
        display: none;
    }
}

@media (min-width: 550px) {
    .xs-d-block {
        display: block;
    }
}

@media (min-width: 550px) {
    .xs-d-inline-block {
        display: inline-block;
    }
}

@media (min-width: 550px) {
    .xs-d-inline {
        display: inline;
    }
}

@media (min-width: 550px) {
    .xs-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 767px) {
    .md-d-none {
        display: none;
    }
}

@media (min-width: 767px) {
    .md-d-block {
        display: block;
    }
}

@media (min-width: 767px) {
    .md-d-inline-block {
        display: inline-block;
    }
}

@media (min-width: 767px) {
    .md-d-inline {
        display: inline;
    }
}

@media (min-width: 767px) {
    .md-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .lg-d-none {
        display: none;
    }
}

@media (min-width: 1200px) {
    .lg-d-block {
        display: block;
    }
}

@media (min-width: 1200px) {
    .lg-d-inline-block {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .lg-d-inline {
        display: inline;
    }
}

@media (min-width: 1200px) {
    .lg-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1440px) {
    .xlg-d-none {
        display: none;
    }
}

@media (min-width: 1440px) {
    .xlg-d-block {
        display: block;
    }
}

@media (min-width: 1440px) {
    .xlg-d-inline-block {
        display: inline-block;
    }
}

@media (min-width: 1440px) {
    .xlg-d-inline {
        display: inline;
    }
}

@media (min-width: 1440px) {
    .xlg-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.vh {
    height: 100vh;
}

.vh-min {
    min-height: 100vh;
}

@media (min-width: 550px) {
    .xs-vh {
        height: 100vh;
    }

    .xs-vh-min {
        min-height: 100vh;
    }
}

@media (min-width: 767px) {
    .md-vh {
        height: 100vh;
    }

    .md-vh-min {
        min-height: 100vh;
    }
}

@media (min-width: 1200px) {
    .lg-vh {
        height: 100vh;
    }

    .lg-vh-min {
        min-height: 100vh;
    }
}

.max100 {
    max-width: 100%;
    width: auto;
}

.img-transition-wrapper {
    position: relative;
    overflow: hidden;
}

.img-transition-wrapper:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--highlight-color);
    z-index: 1;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.img-transition-wrapper img {
    display: block;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.img-transition-wrapper img.lazyload:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--highlight-color);
    z-index: 1;
}

.img-transition-wrapper.aos-animate:after {
    bottom: 100%;
}

.img-transition-wrapper.aos-animate img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

:root {
    --color-alt: #fff;
}

::-moz-selection {
    background: #ff5000;
    color: #0f2030;
}

::selection {
    background: #ff5000;
    color: #0f2030;
}

::-moz-selection {
    background: #ff5000;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #0f2030;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-display: swap;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3;
    height: 100%;
    --color-text: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main {
    overflow: hidden;
}

a {
    color: var(--color-primary);
    text-underline-offset: 0.05em;
}

a:focus {
    outline: 2px solid transparent;
}

:is(a, button, input, textarea) {
    --outline-offset: max(2px, 0.08em);
    --outline-style: solid;
    --outline-color: currentColor;
}

:is(a, button, input, textarea):focus {
    outline: max(2px, 0.08em) var(--outline-style) var(--outline-color);
    outline-offset: var(--outline-offset);
}

:is(a, button, input, textarea):focus:not(:focus-visible) {
    outline: none;
}

:is(a, button, input, textarea):focus-visible {
    outline: max(2px, 0.08em) var(--outline-style) var(--outline-color);
    outline-offset: var(--outline-offset);
}

[id] {
    scroll-margin-top: 2rem;
}

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

img,
main svg {
    display: block;
}

main svg {
    fill: currentColor;
}

.skip-link {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    background-color: var(--color-primary);
    color: var(--color-on-primary);
    font-size: 1rem;
    line-height: 1;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    clip: unset;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    padding: 0.5em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 50px;
}

table,
td,
th {
    border: 1px solid #595959;
    border-collapse: collapse;
}

td,
th {
    padding: 5px;
    width: 30px;
    height: 25px;
}

th {
    background: #efefef;
    font-weight: 700;
    white-space: nowrap;
}

tr td:first-child {
    width: 15%;
}

:is(h1, h2, h3) {
    font-family: 'Poppins', sans-serif;
    font-display: swap;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1;
}

p {
    margin-bottom: 1.875rem;
}

p:last-of-type {
    margin-bottom: 2.1875rem;
}

strong {
    font-weight: 700;
}

ol,
ul {
    padding-left: 1.5rem;
    margin-bottom: 1.875rem;
}

ol li,
ul li {
    list-style: disc;
}

ol li li,
ul li li {
    list-style: circle;
}

ol li {
    list-style: decimal;
}

.rich-text strong {
    background: none;
    color: inherit;
    padding: 0;
}

.rich-text ul li {
    margin-bottom: 0;
}

.rich-text ul li ul li {
    list-style: disc;
    margin-left: 1.25rem;
}

a {
    text-decoration: none;
    will-change: color;
    position: relative;
    -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}

a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 0.125rem;
    bottom: 0;
    left: 0.0625rem;
    background-color: #ff5000;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition:
        transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover {
    color: #ff5000;
    text-decoration: none;
    will-change: color;
    outline-width: 0;
}

a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.cp-heading__headline {
    margin-bottom: 1.5625rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 767px) {
    .cp-heading__headline {
        margin-bottom: 4.0625rem;
    }
}

.cp-heading__headline p {
    margin-bottom: 0;
}

.cp-heading__fat-border {
    width: 100%;
    border-bottom: 3px solid #1f1f1f;
    margin-bottom: 2.5rem;
}

.cp-heading__fat-border .cp-heading__headline {
    margin-bottom: 1.25rem;
}

.accordion-block {
    padding: 40px 0 0;
    border-bottom: 1px solid #b2b2b2;
}

@media only screen and (min-width: 960px) {
    .accordion-block {
        padding: 150px 0 0;
    }
}

.pattern-hero {
    min-height: 50.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pattern-hero-standard {
    min-height: 0;
    padding: 3rem 0 2rem;
}

@media (min-width: 767px) {
    .pattern-hero-standard {
        padding: 5rem 0 2.5rem;
    }
}

.pattern-hero__headline {
    margin-bottom: 1.875rem;
    position: relative;
    z-index: 2;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 120%;
}

@media (min-width: 550px) {
    .pattern-hero__headline {
        margin-bottom: 2.8125rem;
        font-size: 5.65vw;
    }
}

@media (min-width: 767px) {
    .pattern-hero__headline {
        font-size: 80px;
        font-size: 5rem;
    }
}

@media (min-width: 1000px) {
    .pattern-hero__headline {
        font-size: 109px;
        font-size: 6.8125rem;
    }
}

.pattern-hero__introduction {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
}

@media (min-width: 767px) {
    .pattern-hero__introduction {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (min-width: 1000px) {
    .pattern-hero__introduction {
        font-size: 47px;
        font-size: 2.9375rem;
    }
}

.pattern-hero picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.pattern-hero picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1200px) {
    .pattern-text-block .cp-heading {
        max-width: 55rem;
    }
}

.pattern-text-block a {
    font-weight: 700;
}

.site-footer {
    background: #202d3d;
}

.site-footer__inner {
    padding: 4.0625rem 0;
}

@media (min-width: 767px) {
    .site-footer__inner {
        padding: 6.25rem 0;
    }
}

.site-footer h4 {
    color: #00ff6e;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (min-width: 767px) {
    .site-footer h4 {
        font-size: 55px;
        font-size: 3.4375rem;
        margin-bottom: 40px;
    }
}

.site-footer .contact-email,
.site-footer .socials {
    margin-bottom: 1.875rem;
}

@media (min-width: 767px) {
    .site-footer .contact-email,
    .site-footer .socials {
        margin-bottom: 3.75rem;
    }
}

.site-footer .contact-email span,
.site-footer .socials span {
    margin-right: 0.625rem;
    white-space: nowrap;
}

@media (min-width: 767px) {
    .site-footer .contact-email {
        padding-right: 3.75rem;
        margin-right: 3.75rem;
    }

    .site-footer .contact-email:after {
        content: ' ';
        display: block;
        height: 100%;
        width: 1px;
        background: #00ff6e;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.site-footer .socials img {
    max-width: 2.25rem;
}

@media (min-width: 1200px) {
    .site-footer .socials img {
        max-width: 3.75rem;
    }
}

.site-footer .azerion-logo {
    margin-top: 0;
}

@media (min-width: 767px) {
    .site-footer .azerion-logo {
        margin-top: 2.5rem;
    }
}

.site-footer .azerion-logo:before {
    content: none;
}

.footer-links {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #f2f2f2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1040px) {
    .footer-links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-links a {
    padding: 20px 0;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
    color: #0f2030;
    width: 100%;
    font-size: 16px;
}

@media only screen and (min-width: 720px) {
    .footer-links a {
        width: 50%;
        border-right: 1px solid #b2b2b2;
    }
}

@media only screen and (min-width: 1040px) {
    .footer-links a {
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-links a {
        font-size: 18px;
    }

    .footer-links a:last-of-type {
        border-right: none;
    }
}

.footer-links a:before {
    content: none;
}

.footer-links a:hover {
    background: #0f2030;
    color: #fff;
}

#message {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}
