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 {
    border: 0;
    margin: 0;
    padding: 0;
    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;
    margin: 0
}

blockquote,
q {
    quotes: none
}

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

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

:root {
    --brand-color: #00859a
}

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

.js #flash {
    display: none
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%
}

main {
    display: block
}

@media screen and (min-width:1080px) {
    main {
        padding-right: 80px
    }
}

img {
    border: none;
    display: block
}

a {
    text-decoration: none;
    transition: all .15s linear
}

audio,
iframe,
img,
object,
video {
    max-width: 100%
}

button {
    border: 0;
    margin: 0;
    outline: none;
    padding: 0
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative
}

sub {
    vertical-align: baseline
}

sup {
    vertical-align: super
}

object {
    display: block
}

strong {
    font-weight: 700
}

.primary {
    color: #00859a
}

.secondary {
    color: #ed760d
}

.body {
    color: #000
}

.light {
    color: #fff
}

.grey {
    color: #a5a8b5
}

.background {
    background-color: #fff
}

.background--primary {
    background-color: #00859a
}

.background--secondary {
    background-color: #ed760d
}

.background--dark {
    background-color: #000
}

.background--dark-grey {
    background-color: #4e5d6c
}

.foreground {
    background-color: #f2f2f2
}

.relative {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

.flex {
    display: flex
}

.align-left {
    text-align: left
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1564px;
    padding: 0 30px
}

@media screen and (min-width:768px) {
    .container {
        padding: 0 60px
    }
}

.container--md {
    max-width: 1350px
}

.container--sm {
    max-width: 1160px
}

.container--xs {
    max-width: 960px
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.selectric-wrapper {
    cursor: pointer;
    position: relative
}

.selectric-responsive {
    width: 100%
}

.selectric {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
    position: relative
}

.selectric .label {
    color: #444;
    font-size: 12px;
    margin: 0 38px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.selectric .button,
.selectric .label {
    display: block;
    height: 38px;
    line-height: 38px
}

.selectric .button {
    background-color: #f8f8f8;
    color: #bbb;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px
}

.selectric .button:after {
    border: 4px solid transparent;
    border-bottom: none;
    border-top-color: #bbb;
    bottom: 0;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #a2a2a2
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-hide-select {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0
}

.selectric-hide-select select {
    left: -100%;
    position: absolute
}

.selectric-hide-select.selectric-is-native {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    border: none;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.selectric-input {
    clip: rect(0, 0, 0, 0) !important;
    background: none !important;
    border: none !important;
    *font: 0/0 a !important;
    height: 1px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important
}

.selectric-temp-show {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important
}

.selectric-items {
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    box-shadow: 0 0 10px -6px;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    bottom: 100%;
    top: auto
}

.selectric-items li,
.selectric-items ul {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    min-height: 20px;
    padding: 0
}

.selectric-items li {
    color: #666;
    cursor: pointer;
    display: block;
    padding: 10px
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444
}

.selectric-items .disabled {
    background: none !important;
    color: #666 !important;
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    background: none;
    color: #444;
    cursor: default;
    font-weight: 700;
    padding-left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

@font-face {
    font-display: swap;
    font-family: Aeonik Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../../resources/assets/fonts/Aeonik-Regular.woff2) format("woff2"), url(../../resources/assets/fonts/Aeonik-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Aeonik Medium;
    font-style: normal;
    font-weight: 500;
    src: url(../../resources/assets/fonts/Aeonik-Medium.woff2) format("woff2"), url(../../resources/assets/fonts/Aeonik-Medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Aeonik Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../../resources/assets/fonts/Aeonik-Bold.woff2) format("woff2"), url(../../resources/assets/fonts/Aeonik-Bold.woff) format("woff")
}

.aeo400 {
    font-family: Aeonik Regular, sans-serif
}

.aeo400,
.aeo500 {
    font-style: normal;
    font-weight: 400
}

.aeo500 {
    font-family: Aeonik Medium, sans-serif
}

.aeo700 {
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.caps {
    text-transform: uppercase
}

.alpha {
    font-size: 35px;
    letter-spacing: -.32px;
    line-height: 40px
}

@media screen and (min-width:1080px) {
    .alpha {
        font-size: 45px;
        letter-spacing: -.5px;
        line-height: 60px
    }
}

@media screen and (min-width:1360px) {
    .alpha {
        font-size: 55px;
        line-height: 70px
    }
}

.charlie {
    font-size: 26px;
    line-height: 40px
}

.echo {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px
}

.base {
    font-size: 17px;
    line-height: 30px
}

@media screen and (min-width:768px) {
    .base {
        font-size: 20px;
        line-height: 35px
    }
}

.base-sm {
    font-size: 16px;
    line-height: 26px
}

.wysiwyg>:last-child {
    margin-bottom: 0
}

.wysiwyg>:first-child {
    margin-top: 0
}

.wysiwyg h1,
.wysiwyg h2 {
    color: #ed760d;
    font-family: Aeonik Bold, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.32px;
    line-height: 35px;
    margin: 45px 0 30px
}

@media screen and (min-width:480px) {

    .wysiwyg h1,
    .wysiwyg h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 55px 0 40px
    }
}

@media screen and (min-width:1080px) {

    .wysiwyg h1,
    .wysiwyg h2 {
        font-size: 45px;
        letter-spacing: -.5px;
        line-height: 60px
    }
}

@media screen and (min-width:1360px) {

    .wysiwyg h1,
    .wysiwyg h2 {
        font-size: 55px;
        line-height: 70px;
        margin: 65px 0 50px
    }
}

.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    color: #000;
    font-family: Aeonik Regular, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 35px 0 20px
}

@media screen and (min-width:1080px) {

    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6 {
        font-size: 35px;
        letter-spacing: -.32px;
        line-height: 40px;
        margin: 45px 0 30px
    }
}

.wysiwyg p {
    margin-bottom: 25px
}

@media screen and (min-width:1080px) {
    .wysiwyg p {
        margin-bottom: 30px
    }
}

.wysiwyg li,
.wysiwyg p {
    color: #000;
    font-family: Aeonik Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

@media screen and (min-width:768px) {

    .wysiwyg li,
    .wysiwyg p {
        font-size: 20px;
        line-height: 35px
    }
}

.wysiwyg ol,
.wysiwyg ul {
    margin: 0 0 25px 22px
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ul li {
    position: relative
}

.wysiwyg ul li:not(:last-child) {
    margin-bottom: 8px
}

.wysiwyg ol {
    list-style-type: decimal
}

.wysiwyg ol li {
    position: relative
}

.wysiwyg ol li:not(:last-child) {
    margin-bottom: 8px
}

.wysiwyg a {
    color: #00859a
}

.wysiwyg a:hover {
    color: #a5a8b5
}

.wysiwyg strong {
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.wysiwyg__table-wrapper {
    margin-bottom: 25px;
    max-width: 1080px;
    overflow-x: scroll;
    width: 100%
}
.text-p p{
    font-size: 18px;
    line-height: 22px;
}
.text-blue{
    color: #01859a;
}
@media screen and (min-width:1080px) {
    .wysiwyg__table-wrapper {
        margin-bottom: 30px
    }
}

.wysiwyg table {
    width: 100%
}

.wysiwyg table tr {
    border-bottom: 1px solid #a5a8b5
}

.wysiwyg table thead tr {
    background: #f2f2f2
}

.wysiwyg table th {
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.wysiwyg table td,
.wysiwyg table th {
    font-size: 16px;
    line-height: 24px;
    min-width: 180px;
    padding: 10px 3px
}

.wysiwyg--sm li,
.wysiwyg--sm p {
    font-size: 16px;
    line-height: 25px
}

.wysiwyg--lg li,
.wysiwyg--lg p {
    font-size: 26px;
    line-height: 40px
}

.wysiwyg--primary li,
.wysiwyg--primary p {
    color: #00859a
}

.wysiwyg--light li,
.wysiwyg--light p {
    color: #fff
}

.dash-list ul {
    list-style: none;
    list-style-type: none;
    margin-left: 0
}

.dash-list ul:not(:last-child) {
    margin: 0 0 25px
}

.dash-list li {
    color: #000;
    font-family: Aeonik Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-left: 35px;
    position: relative
}

@media screen and (min-width:768px) {
    .dash-list li {
        font-size: 20px;
        line-height: 35px;
        padding-left: 40px
    }
}

.dash-list li:before {
    background: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 15px
}

@media screen and (min-width:768px) {
    .dash-list li:before {
        top: 18px
    }
}

.dash-list li:not(:last-child) {
    margin-bottom: 20px
}

.dash-list--lg li {
    font-size: 17px;
    line-height: 30px
}

@media screen and (min-width:768px) {
    .dash-list--lg li {
        font-size: 26px;
        line-height: 40px
    }
}

.dash-list--lg li:before {
    top: 17px
}

@media screen and (min-width:768px) {
    .dash-list--lg li:before {
        top: 23px
    }
}

.dash-list--light li {
    color: #fff
}

.dash-list--light li:before {
    background: #fff
}

.bottom {
    margin-bottom: 25px
}

@media screen and (min-width:1080px) {
    .bottom {
        margin-bottom: 30px
    }
}

.bottom--sm,
.bottom--xs {
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .bottom--sm {
        margin-bottom: 15px
    }
}

.bottom--md {
    margin-bottom: 15px
}

@media screen and (min-width:1080px) {
    .bottom--md {
        margin-bottom: 20px
    }
}

.bottom--lg {
    margin-bottom: 40px
}

@media screen and (min-width:1080px) {
    .bottom--lg {
        margin-bottom: 50px
    }
}

.socials {
    align-items: flex-end;
    display: flex;
    flex-flow: row
}

.socials__item:not(:last-child) {
    margin-right: 35px
}

.socials__link svg {
    fill: #000;
    display: block;
    transition: all .15s linear
}

.socials__link:hover svg {
    fill: #00859a
}

.socials--light .socials__link svg {
    fill: #fff
}

.pagination {
    margin-top: 40px;
    text-align: center
}

@media screen and (min-width:480px) {
    .pagination {
        margin-top: 70px
    }
}

.pagination .page-numbers {
    color: #a5a8b5;
    display: inline-block;
    font-family: Aeonik Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    padding: 0 7px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase
}

.pagination .page-numbers.current {
    color: #00859a
}

.scrolling-text-wrapper {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.scrolling-text {
    bottom: 0;
    color: #e6e6e8;
    display: flex;
    font-size: 100px;
    left: 0;
    position: absolute;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
    white-space: nowrap
}

@media screen and (min-width:1080px) {
    .scrolling-text {
        font-size: 200px
    }
}

.scrolling-text__item {
    will-change: transform
}

.btn {
    -webkit-appearance: none;
    background-color: #ed760d;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Aeonik Bold, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-width: 260px;
    outline: none;
    padding: 20px 50px;
    text-align: center;
    transition: none;
    white-space: nowrap
}

.btn,
.btn__text {
    position: relative
}

.btn__text {
    z-index: 2
}

.btn:after,
.btn:before {
    background-color: #a5a8b5;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s cubic-bezier(.445, .05, .55, .95);
    width: 100%;
    z-index: 1
}

.btn:before {
    top: 0
}

.btn:after {
    top: 50%;
    transition-delay: .1s
}

@media (hover:hover) {

    .btn:hover:after,
    .btn:hover:before {
        transform: scaleX(1);
        transform-origin: left
    }
}

.btn--alt {
    background-color: #a5a8b5
}

.btn--alt:after,
.btn--alt:before {
    background-color: #ed760d
}

.list-btn {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #a5a8b5;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Aeonik Bold, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    outline: none;
    padding: 12px 4vw;
    text-align: center;
    transition: all .15s linear;
    white-space: nowrap
}

.list-btn:not(:last-child) {
    margin: 0 1.5vw 10px 0
}

@media screen and (min-width:480px) {
    .list-btn {
        font-size: 14px;
        padding: 12px 20px
    }
}

@media screen and (min-width:900px) {
    .list-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 19px 40px
    }

    .list-btn:not(:last-child) {
        margin: 0 18px 20px 0
    }
}

.list-btn sup {
    font-family: Aeonik Regular, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-left: 3px
}

@media screen and (min-width:900px) {
    .list-btn sup {
        font-size: 11px
    }
}

.list-btn.active {
    background: #00859a;
    border-color: #00859a;
    color: #fff
}

.list-btn--light {
    color: #fff
}

.list-btn--light.active {
    background: #fff;
    border-color: #fff;
    color: #00859a
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dddee3;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: Aeonik Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 25px;
    padding: 18px 20px;
    transition: all .15s linear;
    width: 100%
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000
}

input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000
}

input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    background: none;
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: none;
    transition: none
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    outline: none
}

textarea {
    max-width: 100%;
    min-height: 150px
}

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

select {
    padding: 18px 60px 18px 20px;
    width: 100%
}

.select-box {
    display: block;
    position: relative;
    width: 100%
}

.select-box:after {
    background: url(../../resources/assets/svg/select-icon.svg) no-repeat;
    background-size: 20px 11px;
    content: "";
    display: block;
    height: 11px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 27px;
    width: 20px
}

.selectric-wrapper {
    width: 100%
}

.selectric-wrapper .selectric {
    background: #fff;
    border: 1px solid #dddee3
}

.selectric-wrapper .selectric .label {
    color: #000;
    font-family: Aeonik Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 63px;
    letter-spacing: .5px;
    line-height: 25px;
    margin: 0;
    padding: 18px 100px 18px 20px
}

.selectric-wrapper .selectric .button {
    background: none;
    font: initial;
    height: 63px;
    overflow: hidden;
    text-indent: 1000px;
    width: 70px
}

.selectric-wrapper .selectric .button:after {
    background: url(../../resources/assets/svg/select-icon.svg) no-repeat;
    background-size: 20px 11px;
    border: none;
    content: "";
    display: block;
    height: 11px;
    left: 25px;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 27px;
    width: 20px
}

.selectric-wrapper .selectric-items {
    background: #fff;
    border: 1px solid #dddee3;
    border-top: none
}

.selectric-wrapper .selectric-items li {
    color: #000;
    font-family: Aeonik Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 25px;
    padding: 12px 20px
}

.selectric-wrapper .selectric-items li:hover:not(.highlighted),
.selectric-wrapper .selectric-items li:hover:not(.selected) {
    background: #f2f2f2
}

.selectric-wrapper .selectric-items li.highlighted,
.selectric-wrapper .selectric-items li.selected {
    background: #ed760d;
    color: #fff
}

.checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.checkbox__icon {
    align-items: center;
    background: #fff;
    border: 1px solid #dddee3;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.checkbox__icon:before {
    background: none;
    content: "";
    display: block;
    height: 10px;
    transition: all .15s linear;
    width: 14px
}

.checkbox input[type=checkbox] {
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0
}

.checkbox input[type=checkbox]:checked~.checkbox__icon:before {
    background: url(../../resources/assets/svg/tick.svg) no-repeat
}

.checkbox__label {
    color: #4e5d6c;
    display: inline-block;
    font-family: Aeonik Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    padding-left: 43px
}

.checkbox:not(:last-child) {
    margin-bottom: 15px
}

.form-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr
}

@media screen and (min-width:600px) {
    .form-grid {
        grid-template-columns: 1fr 1fr
    }
}

.form-grid__row {
    grid-column-end: 3;
    grid-column-start: 1
}

@media screen and (min-width:600px) {
    .form-grid__row--item-a {
        grid-column-end: 2;
        grid-column-start: 1
    }

    .form-grid__row--item-b {
        grid-column-start: 2
    }
}

.form-grid__row--submit {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    margin-top: 30px
}

@media screen and (min-width:768px) {
    .form-grid__row--submit {
        align-items: center;
        flex-flow: row wrap;
        justify-content: space-between
    }
}

@media screen and (max-width:767px) {
    .form-grid__row--submit .btn {
        order: 2
    }

    .form-grid__row--submit .g-recaptcha {
        margin-bottom: 30px;
        order: 1
    }
}

.form-grid__row--login {
    display: flex;
    flex-flow: column
}

@media screen and (min-width:768px) {
    .form-grid__row--login {
        align-items: center;
        flex-flow: row;
        justify-content: space-between
    }
}

@media screen and (max-width:767px) {
    .form-grid__row--login .form-link {
        margin-top: 20px
    }
}

.form-message .error {
    color: #c50f0f
}

.form-message .errors-list {
    list-style-type: disc;
    margin: 10px 0 0 22px;
    width: 100%
}

.form-message .errors-list li {
    color: #c50f0f;
    font-family: Aeonik Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.form-message .errors-list li:not(:last-child) {
    margin-bottom: 5px
}

.form-message.active {
    margin-bottom: 30px
}

.form-message.active.form-message--error {
    border: 2px solid #c50f0f;
    padding: 25px
}

@media screen and (min-width:1080px) and (max-width:1360px) {
    .contact-form .form-grid__row--submit {
        align-items: flex-start;
        flex-flow: column
    }

    .contact-form .form-grid__row--submit .btn {
        order: 2
    }

    .contact-form .form-grid__row--submit .g-recaptcha {
        margin-bottom: 30px;
        order: 1
    }
}

.register-form .form-checkboxes {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width:480px) {
    .register-form .form-checkboxes {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:768px) {
    .register-form .form-checkboxes {
        grid-template-columns: repeat(4, 1fr)
    }
}

.register-form .form-checkboxes .checkbox__label {
    font-size: 14px;
    font-style: normal;
    letter-spacing: .5px
}

.register-form .form-checkboxes .checkbox:not(:last-child) {
    margin-bottom: 0
}

.slick-dots {
    display: flex;
    flex-flow: row;
    overflow: hidden
}

.slick-dots li {
    display: block;
    padding: 6px;
    position: relative
}

.slick-dots li:not(:last-child) {
    margin-right: 10px
}

.slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 0;
    display: block;
    height: 6px;
    outline: none;
    text-indent: -1000px;
    transition: all .3s ease;
    width: 6px
}

.slick-dots li.slick-active button {
    width: 12px
}

.slick-numbers {
    font-size: 26px
}

.slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none
}

.slick-arrow.slick-prev {
    margin-right: 15vw
}

@media screen and (min-width:600px) {
    .slick-arrow.slick-prev {
        margin-right: 60px
    }
}

.slick-arrow.slick-disabled {
    cursor: default;
    opacity: .5
}

.square-arrows .slick-arrow {
    align-items: center;
    background: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    transition: all .15s linear;
    width: 46px
}

@media screen and (min-width:900px) {
    .square-arrows .slick-arrow {
        height: 60px;
        width: 60px
    }
}

.square-arrows .slick-arrow svg {
    height: 15px;
    transition: all .15s linear;
    width: 8px
}

@media screen and (min-width:768px) {
    .square-arrows .slick-arrow svg {
        height: 20px;
        width: 11px
    }
}

.square-arrows .slick-arrow:not(.slick-disabled):hover {
    background: #00859a
}

.square-arrows .slick-arrow:not(.slick-disabled):hover svg {
    fill: #fff
}

.square-arrows .slick-prev {
    margin-right: 20px
}

.square-arrows--secondary .slick-arrow:not(.slick-disabled):hover {
    background: #ed760d
}

.hero {
    position: relative
}

.hero .big-arrow-icon {
    bottom: 30px;
    display: block;
    height: 74px;
    position: absolute;
    right: 4.5vw;
    width: 70px;
    z-index: 10
}

@media screen and (min-width:768px) {
    .hero .big-arrow-icon {
        height: auto;
        width: 10vw
    }
}

@media screen and (min-width:1080px) {
    .hero .big-arrow-icon {
        bottom: 70px
    }
}

.hero__img,
.hero__img:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__img:after {
    background: #000;
    content: "";
    opacity: .45
}

.hero__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hero__content {
    max-width: 900px;
    min-height: 620px;
    padding: 130px 0 60px
}

@media screen and (min-width:480px) {
    .hero__content {
        padding-top: 160px
    }
}

@media screen and (min-width:768px) {
    .hero__content {
        padding-right: 10vw;
        padding-top: 200px
    }
}

@media screen and (min-width:1280px) {
    .hero__content {
        padding-right: 0;
        padding-top: 240px
    }
}

@media screen and (min-width:1600px) {
    .hero__content {
        min-height: 770px
    }
}

@media screen and (max-width:1079px) {
    .hero__sub-title {
        margin-bottom: 15px
    }
}

.hero__title {
    font-size: 55px;
    letter-spacing: -.5px;
    line-height: 60px
}

@media screen and (min-width:1080px) {
    .hero__title {
        font-size: 75px;
        letter-spacing: -1px;
        line-height: 85px
    }
}

@media screen and (min-width:1600px) {
    .hero__title {
        font-size: 100px;
        line-height: 110px
    }
}

.hero--simple .hero__content {
    min-height: unset
}

.hero--simple .hero__img:after {
    content: unset
}

.hero-coloured {
    overflow: hidden;
    padding-top: 140px;
    position: relative
}

@media screen and (min-width:480px) {
    .hero-coloured {
        padding-top: 180px
    }
}

@media screen and (min-width:1360px) {
    .hero-coloured {
        padding-top: 240px
    }
}

.hero-coloured__sub-title {
    padding-bottom: 55px;
    position: relative;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:1080px) {
    .hero-coloured__sub-title {
        padding-bottom: 65px
    }
}

.hero-coloured__title {
    font-size: 55px;
    letter-spacing: -.32px;
    line-height: 60px;
    margin-top: -36px;
    max-width: 850px;
    position: relative;
    z-index: 10
}

@media screen and (min-width:480px) {
    .hero-coloured__title {
        font-size: 75px;
        letter-spacing: -.5px;
        line-height: 80px;
        margin-top: -47px
    }
}

@media screen and (min-width:1080px) {
    .hero-coloured__title {
        font-size: 100px;
        line-height: 110px;
        margin-top: -65px
    }
}

.hero-coloured__img {
    height: 640px;
    position: relative
}

@media screen and (max-width:479px) {
    .hero-coloured__img {
        max-height: 70vh
    }
}

@media screen and (min-width:900px) {
    .hero-coloured__img {
        height: 540px
    }
}

@media screen and (min-width:1360px) {
    .hero-coloured__img {
        height: 645px
    }
}

.hero-coloured__img:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .45;
    position: absolute;
    top: 0;
    width: 100%
}

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

.hero-coloured__container {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10
}

.hero-coloured__content {
    padding: 40px 0;
    position: relative
}

@media screen and (min-width:1080px) {
    .hero-coloured__content {
        padding: 50px 0
    }
}

.hero-coloured__content:before {
    background: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 60px)
}

@media screen and (min-width:768px) {
    .hero-coloured__content:before {
        transform: translateX(calc(-30% + 40px));
        width: 100%
    }
}

@media screen and (min-width:1080px) {
    .hero-coloured__content:before {
        transform: translateX(calc(-50% + 120px))
    }
}

.hero-coloured__text {
    font-size: 20px;
    line-height: 35px
}

@media screen and (min-width:768px) {
    .hero-coloured__text {
        max-width: 550px
    }
}

@media screen and (min-width:1080px) {
    .hero-coloured__text {
        font-size: 26px;
        line-height: 40px
    }
}

.hero-coloured__cta {
    margin: 30px 0 10px
}

@media screen and (min-width:1080px) {
    .hero-coloured__cta {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%)
    }
}

.hero-coloured--alt .hero-coloured__title {
    font-size: 40px;
    letter-spacing: -.32px;
    line-height: 45px;
    margin-top: -25px
}

@media screen and (min-width:1080px) {
    .hero-coloured--alt .hero-coloured__title {
        font-size: 55px;
        line-height: 60px;
        margin-top: -40px
    }
}

.hero-coloured--alt .hero-coloured__cta {
    position: relative;
    transform: none
}

@media screen and (min-width:1080px) {
    .hero-coloured--alt .hero-coloured__cta {
        margin: 45px 0 20px
    }
}

.hero-overlap {
    position: relative
}

.hero-overlap__img,
.hero-overlap__img:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-overlap__img:after {
    background: #000;
    content: "";
    opacity: .45
}

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

.hero-overlap__content {
    min-height: 820px;
    padding: 130px 0 260px
}

@media screen and (min-width:480px) {
    .hero-overlap__content {
        padding-top: 160px
    }
}

@media screen and (min-width:768px) {
    .hero-overlap__content {
        padding-top: 240px
    }
}

@media screen and (min-width:1600px) {
    .hero-overlap__content {
        min-height: 970px
    }
}

@media screen and (max-width:1079px) {
    .hero-overlap__sub-title {
        margin-bottom: 15px
    }
}

.hero-overlap__title {
    font-size: 55px;
    letter-spacing: -.5px;
    line-height: 60px
}

@media screen and (min-width:1080px) {
    .hero-overlap__title {
        font-size: 75px;
        letter-spacing: -1px;
        line-height: 85px
    }
}

@media screen and (min-width:1600px) {
    .hero-overlap__title {
        font-size: 100px;
        line-height: 110px
    }
}

.hero-overlap__text {
    margin-top: 20px;
    max-width: 720px
}

@media screen and (min-width:1080px) {
    .hero-overlap__text {
        margin-top: 35px
    }
}

.intro-section {
    padding: 75px 0;
    position: relative
}

@media screen and (min-width:768px) {
    .intro-section {
        padding: 120px 0
    }
}

@media screen and (min-width:1360px) {
    .intro-section {
        padding: 200px 0
    }
}

.intro-section .big-arrow-icon {
    display: none
}

@media screen and (min-width:1800px) {
    .intro-section .big-arrow-icon {
        display: block;
        height: auto;
        position: absolute;
        right: 4.5vw;
        top: 100px;
        width: 10vw
    }
}

.intro {
    display: flex;
    flex-flow: row wrap
}

.intro__item {
    width: 100%
}

@media screen and (min-width:1080px) {
    .intro__item:first-child {
        margin-right: 5%;
        margin-top: 10px;
        width: 22%
    }

    .intro__item:nth-child(2) {
        max-width: 940px;
        width: 73%
    }
}

@media screen and (max-width:767px) {
    .intro__item .btn {
        margin-top: 40px
    }
}

.intro-textareas {
    display: flex;
    flex-flow: row wrap
}

.intro-textareas__item {
    width: 100%
}

@media screen and (max-width:767px) {
    .intro-textareas__item:not(:last-child) {
        margin-bottom: 40px
    }
}

@media screen and (min-width:768px) {
    .intro-textareas__item {
        margin-bottom: 55px;
        margin-right: 8%;
        width: 42%
    }
}

.intro-overlap-wrapper {
    background: linear-gradient(90deg, transparent 30px, #fff 0);
    margin-top: -200px;
    padding-left: 30px;
    position: relative
}

@media screen and (min-width:768px) {
    .intro-overlap-wrapper {
        background: linear-gradient(90deg, transparent 60px, #fff 0);
        padding-left: 60px
    }
}

@media screen and (min-width:1360px) {
    .intro-overlap-wrapper {
        padding-left: 0
    }
}

@media screen and (min-width:1644px) {
    .intro-overlap-wrapper {
        background: linear-gradient(90deg, transparent calc(50% - 722px), #fff calc(50% - 722px))
    }
}

.intro-overlap {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding: 80px 15px;
    position: relative
}

@media screen and (min-width:480px) and (max-width:767px) {
    .intro-overlap {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1080px) {
    .intro-overlap {
        padding: 130px 0
    }
}

.intro-overlap__content {
    max-width: 960px
}

@media screen and (max-width:479px) {
    .intro-overlap__content .alpha {
        font-size: 26px;
        line-height: 32px
    }
}

.txt-img-overlap-section {
    padding: 0 0 50px;
    position: relative
}

@media screen and (min-width:768px) {
    .txt-img-overlap-section {
        padding: 0 0 75px
    }
}

@media screen and (min-width:1360px) {
    .txt-img-overlap-section {
        padding: 0 0 100px
    }
}

.txt-img-overlap-section:before {
    background: var(--brand-color);
    content: "";
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10
}

@media screen and (min-width:1080px) {
    .txt-img-overlap-section:before {
        height: 130px;
        width: calc(50% + 120px)
    }
}

.txt-img-overlap {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end
}

@media screen and (min-width:768px) {
    .txt-img-overlap {
        justify-content: space-between
    }
}

.txt-img-overlap__img {
    max-width: 500px;
    position: relative;
    width: 75%
}

@media screen and (min-width:768px) {
    .txt-img-overlap__img {
        max-width: inherit;
        order: 2;
        width: calc(50% + 40px)
    }
}

.txt-img-overlap__img:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0;
    width: 100%
}

.txt-img-overlap__img img {
    width: 100%
}

@media screen and (min-width:768px) and (max-width:1280px) {
    .txt-img-overlap__img img {
        height: 500px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.txt-img-overlap__content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .txt-img-overlap__content {
        order: 1;
        padding-left: 120px;
        padding-right: 60px;
        padding-top: 350px;
        width: calc(50% - 40px)
    }
}

@media screen and (min-width:1600px) {
    .txt-img-overlap__content {
        padding-left: 170px;
        padding-top: 450px
    }
}

@media screen and (min-width:1644px) {
    .txt-img-overlap__content {
        padding-left: calc(50% - 612px)
    }
}

@media screen and (min-width:768px) {
    .txt-img-overlap__title {
        max-width: 60vw;
        width: 900px
    }
}

@media screen and (min-width:768px) and (max-width:1280px) {
    .txt-img-overlap__title {
        min-height: 90px
    }
}

@media screen and (min-width:768px) {
    .txt-img-overlap__textarea {
        width: 420px
    }
}

@media screen and (min-width:1280px) {
    .txt-img-overlap__textarea {
        width: auto
    }
}

.brands-slider-section {
    padding: 50px 0
}

@media screen and (min-width:768px) {
    .brands-slider-section {
        padding: 75px 0
    }
}

@media screen and (min-width:1360px) {
    .brands-slider-section {
        padding: 100px 0
    }
}

.brands-slider-section--lg {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .brands-slider-section--lg {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .brands-slider-section--lg {
        padding: 150px 0
    }
}

@media screen and (min-width:900px) {
    .brands-slider-container {
        padding-left: 60px
    }
}

@media screen and (min-width:1662px) {
    .brands-slider-container {
        padding-left: calc(50% - 722px)
    }
}

.brands-slider-title {
    padding: 0 30px
}

@media screen and (min-width:768px) {
    .brands-slider-title {
        padding: 0 60px
    }
}

@media screen and (min-width:900px) {
    .brands-slider-title {
        padding: 0
    }
}

.brands-slider-wrapper {
    display: flex;
    flex-flow: row wrap
}

.brands-slider-wrapper__nav {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 30px;
    width: 100%
}

@media screen and (min-width:768px) {
    .brands-slider-wrapper__nav {
        padding: 0 60px
    }
}

@media screen and (min-width:900px) {
    .brands-slider-wrapper__nav {
        border: 1px solid #a5a8b5;
        border-left: none;
        flex-flow: column;
        justify-content: space-around;
        margin-bottom: 0;
        padding: 0;
        width: calc(25% + 1px)
    }
}

@media screen and (min-width:1600px) {
    .brands-slider-wrapper__nav {
        width: 360px
    }
}

.brands-slider-wrapper__nav .slick-numbers__current {
    color: #a5a8b5
}

.brands-slider-wrapper__content {
    border-top: 1px solid #a5a8b5;
    width: 100%
}

@media screen and (min-width:900px) {
    .brands-slider-wrapper__content {
        margin-left: -1px;
        width: 75%
    }
}

@media screen and (min-width:1600px) {
    .brands-slider-wrapper__content {
        width: calc(100% - 360px)
    }
}

@media screen and (max-width:899px) {
    .brands-slider {
        margin-left: -1px
    }
}

.brands-slider__slide {
    border-left: 1px solid #a5a8b5
}

.brands-slider__row {
    display: flex;
    flex-flow: row wrap
}

.brands-slider__logo {
    align-items: center;
    background-color: #f2f2f2;
    border-bottom: 1px solid #a5a8b5;
    border-right: 1px solid #a5a8b5;
    display: flex;
    height: 130px;
    justify-content: center;
    width: 50%
}

@media screen and (min-width:600px) {
    .brands-slider__logo {
        height: 200px;
        width: 25%
    }
}

.brands-slider__logo:nth-child(4),
.brands-slider__logo:nth-child(8) {
    border-right: none
}

@media screen and (max-width:599px) {

    .brands-slider__logo:nth-child(2),
    .brands-slider__logo:nth-child(6) {
        border-right: none
    }
}

.brands-slider__logo svg {
    max-width: 70%
}

@media screen and (min-width:600px) {
    .brands-slider__logo svg {
        max-width: 80%
    }
}

.brand-logo-hover svg {
    filter: grayscale(1);
    opacity: .5
}

.brand-logo-hover:hover svg {
    filter: none;
    opacity: 1
}

.column-cards-section {
    padding: 50px 0 0
}

@media screen and (min-width:768px) {
    .column-cards-section {
        padding: 75px 0 0
    }
}

@media screen and (min-width:1360px) {
    .column-cards-section {
        padding: 100px 0 0
    }
}

.column-cards-section--top-lg {
    padding: 75px 0 0
}

@media screen and (min-width:768px) {
    .column-cards-section--top-lg {
        padding: 100px 0 0
    }
}

@media screen and (min-width:1360px) {
    .column-cards-section--top-lg {
        padding: 150px 0 0
    }
}

.column-cards {
    display: flex;
    flex-flow: row wrap
}

.column-cards__content {
    padding: 0 0 60px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .column-cards__content {
        padding: 160px 60px 0;
        width: calc(50% - 40px)
    }
}

@media screen and (min-width:1600px) {
    .column-cards__content {
        padding-left: 110px
    }
}

.column-cards__content .btn {
    margin-top: 40px
}

@media screen and (min-width:1080px) {
    .column-cards__content .btn {
        margin-top: 50px
    }
}

.column-cards__cards {
    width: 100%
}

@media screen and (min-width:1080px) {
    .column-cards__cards {
        width: calc(50% + 40px)
    }
}

.column-cards__card {
    background: #fff;
    border: 1px solid #a5a8b5;
    border-top: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 100%;
    min-height: 300px;
    padding: 40px 30px;
    width: 600px
}

@media screen and (min-width:768px) {
    .column-cards__card {
        min-height: 330px;
        padding: 40px 80px
    }
}

@media screen and (min-width:1080px) {
    .column-cards__card {
        margin-left: auto
    }
}

.column-cards__card:first-child {
    background: #00859a;
    border-top: 1px solid #a5a8b5
}

.column-cards__card:first-child .column-cards__card-number,
.column-cards__card:first-child .wysiwyg li,
.column-cards__card:first-child .wysiwyg p {
    color: #fff
}

.column-cards__card:nth-child(2) {
    background-image: url(../../resources/assets/svg/shapes.svg);
    background-position: 10% 20%;
    background-repeat: repeat;
    background-size: 760px
}

.column-cards__card-number {
    color: #00859a;
    font-size: 60px;
    letter-spacing: -1px
}

@media screen and (min-width:414px) {
    .column-cards__card-number {
        font-size: 80px
    }
}

@media screen and (min-width:480px) {
    .column-cards__card-number {
        font-size: 100px
    }
}

.accordion__item:not(:last-child) {
    margin-bottom: 20px
}

.accordion__trigger {
    cursor: pointer;
    display: flex;
    flex-flow: row
}

.accordion__trigger svg {
    display: block;
    margin-right: 20px
}

.accordion__trigger h4 {
    font-size: 20px
}

.accordion__content {
    display: none;
    padding: 10px 0 0 55px
}

@media screen and (min-width:1080px) {
    .quick-links-wrapper {
        padding-top: 40px
    }
}

.quick-links {
    display: none
}

@media screen and (min-width:1080px) {
    .quick-links {
        display: block;
        overflow: hidden;
        padding-bottom: 30px;
        padding-top: 30px;
        position: sticky;
        top: 0;
        z-index: 100
    }
}

.quick-links__menu {
    display: flex;
    flex-flow: row;
    justify-content: space-between
}

.quick-links__item a {
    color: #a5a8b5;
    display: block;
    font-size: 17px;
    padding-bottom: 45px;
    position: relative
}

@media screen and (min-width:1360px) {
    .quick-links__item a {
        font-size: 20px
    }
}

.quick-links__item a span {
    color: #00859a
}

.quick-links__item a:after {
    background: #fff;
    border: 1px solid #00859a;
    bottom: 0;
    content: "";
    height: 19px;
    left: 0;
    position: absolute;
    width: 19px
}

.quick-links__item.active a {
    color: #000
}

.quick-links__progress {
    background: #a5a8b5;
    bottom: 38px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.quick-links__progress-bar {
    background: #00859a;
    bottom: 0;
    height: 2px;
    left: -100%;
    position: absolute;
    width: 100%
}

.quick-links-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .quick-links-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .quick-links-section {
        padding: 130px 0
    }
}

@media screen and (min-width:1080px) {
    .quick-links-section:nth-of-type(2n) .quick-links-row__col-sm {
        align-items: flex-end;
        display: flex;
        flex-flow: column;
        order: 2;
        padding-left: 60px
    }

    .quick-links-section:nth-of-type(2n) .quick-links-row__col-lg {
        order: 1
    }
}

.quick-links-row {
    display: flex;
    flex-flow: row wrap
}

.quick-links-row__col-sm {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .quick-links-row__col-sm {
        margin-bottom: 0;
        width: calc(50% - 40px)
    }
}

.quick-links-row__col-lg {
    width: 100%
}

@media screen and (min-width:1080px) {
    .quick-links-row__col-lg {
        width: calc(50% + 40px)
    }

    .quick-links-row--icons .quick-links-row__col-sm {
        padding-right: 60px
    }
}

.quick-links-number {
    display: block;
    font-size: 150px;
    letter-spacing: -1.3px;
    line-height: 130px;
    margin-bottom: -35px
}

@media screen and (min-width:1080px) {
    .quick-links-number {
        font-size: 225px;
        letter-spacing: -2px;
        line-height: 200px;
        margin-bottom: -45px
    }
}

.quick-links-title-wrap {
    max-width: 400px
}

.quick-links-icons__item {
    display: flex;
    flex-flow: row wrap
}

.quick-links-icons__item:not(:last-child) {
    border-bottom: 1px solid #a5a8b5;
    margin-bottom: 40px;
    padding-bottom: 35px
}

@media screen and (min-width:1080px) {
    .quick-links-icons__item:not(:last-child) {
        margin-bottom: 80px;
        padding-bottom: 75px
    }
}

.quick-links-icons__icon {
    margin: 0 0 20px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .quick-links-icons__icon {
        margin: 10px 0 0;
        width: 120px
    }
}

@media screen and (min-width:1360px) {
    .quick-links-icons__icon {
        width: 160px
    }
}

.quick-links-icons__icon img {
    max-width: 70px
}

@media screen and (min-width:1360px) {
    .quick-links-icons__icon img {
        max-width: 120px
    }
}

.quick-links-icons__textarea {
    width: 100%
}

@media screen and (min-width:1080px) {
    .quick-links-icons__textarea {
        width: calc(100% - 120px)
    }
}

@media screen and (min-width:1360px) {
    .quick-links-icons__textarea {
        width: calc(100% - 160px)
    }
}

.scrolling-slider-section {
    padding: 70px 0
}

@media screen and (min-width:768px) {
    .scrolling-slider-section {
        padding: 90px 0
    }
}

@media screen and (min-width:1360px) {
    .scrolling-slider-section {
        padding: 120px 0
    }
}

.scrolling-slider {
    display: flex;
    flex-flow: row wrap
}

@media screen and (min-width:900px) {
    .scrolling-slider {
        align-items: flex-start
    }
}

.scrolling-slider__fixed {
    padding: 0 20px 60px;
    width: 100%
}

@media screen and (min-width:900px) {
    .scrolling-slider__fixed {
        padding: 0 100px 0 60px;
        position: sticky;
        top: 180px;
        width: 58%
    }
}

@media screen and (min-width:1080px) {
    .scrolling-slider__fixed {
        top: 120px
    }
}

@media screen and (min-width:1360px) {
    .scrolling-slider__fixed {
        padding: 0 100px
    }
}

.scrolling-slider__fixed img {
    max-width: 300px
}

.scrolling-slider__content {
    width: 100%
}

@media screen and (min-width:900px) {
    .scrolling-slider__content {
        width: 42%
    }
}

.scrolling-slider__title {
    font-size: 26px;
    line-height: 32px
}

@media screen and (min-width:1360px) {
    .scrolling-slider__title {
        font-size: 35px;
        line-height: 40px
    }
}

.numbered-blocks__item {
    counter-increment: block;
    max-width: 480px;
    position: relative
}

@media screen and (min-width:1080px) {
    .numbered-blocks__item {
        max-width: none;
        padding-left: 10vw
    }
}

.numbered-blocks__item:before {
    color: #00859a;
    content: "0" counter(block);
    display: block;
    font-family: Aeonik Regular, sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .numbered-blocks__item:before {
        font-size: 70px
    }
}

@media screen and (min-width:900px) {
    .numbered-blocks__item:before {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1080px) {
    .numbered-blocks__item:before {
        left: 0;
        position: absolute;
        top: -5px
    }
}

@media screen and (min-width:1600px) {
    .numbered-blocks__item:before {
        font-size: 100px;
        top: -15px
    }
}

.numbered-blocks__item .wysiwyg {
    margin-bottom: 60px
}

@media screen and (min-width:1080px) {
    .numbered-blocks__item .wysiwyg {
        margin-bottom: 80px
    }
}

.numbered-blocks__item .wysiwyg li,
.numbered-blocks__item .wysiwyg p {
    color: #fff;
    font-family: Aeonik Medium, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px
}

.numbered-blocks__item:not(:last-child) {
    margin-bottom: 60px
}

@media screen and (min-width:1080px) {
    .numbered-blocks__item:not(:last-child) {
        margin-bottom: 120px
    }
}

.featured-quote {
    padding: 35px 0 0;
    position: relative
}

@media screen and (min-width:768px) {
    .featured-quote {
        padding: 75px 0 0
    }
}

@media screen and (min-width:1360px) {
    .featured-quote {
        padding: 100px 0 0
    }
}

.featured-quote--split-bg:before {
    background: #f2f2f2;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.featured-quote__row {
    display: flex;
    flex-flow: row wrap;
    position: relative
}

.featured-quote__img {
    width: 100%
}

@media screen and (min-width:768px) {
    .featured-quote__img {
        width: 45%
    }
}

@media screen and (min-width:1080px) {
    .featured-quote__img {
        width: calc(50% - 40px)
    }
}

@media screen and (min-width:900px) {
    .featured-quote__img {
        padding-left: 60px
    }
}

@media screen and (min-width:1662px) {
    .featured-quote__img {
        padding-left: calc(50% - 722px)
    }
}

.featured-quote__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.featured-quote__content {
    align-items: center;
    background: #00859a;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 977px;
    padding: 30px 30px 50px;
    position: relative;
    width: 100%
}

@media screen and (min-width:480px) {
    .featured-quote__content {
        padding: 60px
    }
}

@media screen and (min-width:768px) {
    .featured-quote__content {
        min-height: 720px;
        width: 55%
    }
}

@media screen and (min-width:1080px) {
    .featured-quote__content {
        width: calc(50% + 40px)
    }
}

@media screen and (min-width:1360px) {
    .featured-quote__content {
        min-height: 940px
    }
}

.featured-quote__content-inner {
    max-width: 100%;
    width: 620px
}

.featured-quote__big-text {
    font-size: 120px;
    margin-bottom: 5px
}

@media screen and (min-width:480px) {
    .featured-quote__big-text {
        font-size: 155px;
        margin-bottom: -39px
    }
}

@media screen and (min-width:1360px) {
    .featured-quote__big-text {
        font-size: 225px;
        margin-bottom: -60px
    }
}

.cs-featured {
    position: relative
}

.cs-featured__numbers {
    left: 0;
    padding: 40px 30px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:768px) {
    .cs-featured__numbers {
        padding: 90px 0 20px 60px;
        width: calc(50% - 40px)
    }
}

@media screen and (min-width:1662px) {
    .cs-featured__numbers {
        padding-left: calc(50% - 722px)
    }
}

.cs-featured__numbers:after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (min-width:768px) {
    .cs-featured__numbers:after {
        width: calc(100% + 80px)
    }
}

.cs-featured__numbers-inner {
    display: flex;
    flex-flow: row;
    justify-content: space-between
}

@media screen and (min-width:768px) {
    .cs-featured__numbers-inner {
        max-width: 325px
    }
}

@media screen and (min-width:1280px) {
    .cs-featured__numbers-inner {
        max-width: 425px
    }
}

.cs-featured__numbers .slick-numbers {
    display: flex;
    flex-flow: row;
    font-size: 13px;
    letter-spacing: 1px
}

.cs-featured__arrows {
    left: 30px;
    position: absolute;
    top: 300px;
    z-index: 10
}

@media screen and (min-width:768px) {
    .cs-featured__arrows {
        left: auto;
        right: 60px;
        top: 70px
    }
}

@media screen and (min-width:1080px) {
    .cs-featured__arrows {
        left: 60px;
        right: auto;
        top: 235px
    }
}

@media screen and (min-width:1600px) {
    .cs-featured__arrows {
        top: 280px
    }
}

@media screen and (min-width:1662px) {
    .cs-featured__arrows {
        left: calc(50% - 722px)
    }
}

.cs-featured .slick-track {
    align-items: flex-start;
    display: flex
}

@media screen and (min-width:900px) {
    .cs-featured .slick-track {
        align-items: stretch
    }
}

.cs-featured__slide {
    height: auto;
    position: relative
}

.cs-featured__img {
    position: relative
}

@media screen and (min-width:900px) {
    .cs-featured__img {
        height: 100%;
        left: 0;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media screen and (max-width:899px) {
    .cs-featured__img {
        min-height: 425px
    }
}

.cs-featured__img:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .45;
    position: absolute;
    top: 0;
    width: 100%
}

.cs-featured__img img {
    height: 425px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:900px) {
    .cs-featured__img img {
        height: 100%
    }
}

.cs-featured__content {
    height: 100%;
    position: relative;
    width: 100%
}

@media screen and (min-width:900px) {
    .cs-featured__content {
        width: 50%
    }
}

@media screen and (min-width:1080px) {
    .cs-featured__content {
        width: calc(50% - 40px)
    }
}

.cs-featured__container {
    background: rgba(0, 133, 154, .8);
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 30px 120px;
    width: 100%
}

@media screen and (min-width:768px) {
    .cs-featured__container {
        padding: 0 60px 120px
    }
}

@media screen and (min-width:900px) {
    .cs-featured__container {
        min-height: 700px;
        padding: 130px 60px 80px
    }
}

@media screen and (min-width:1360px) {
    .cs-featured__container {
        padding: 130px 100px 80px 60px
    }
}

@media screen and (min-width:1600px) {
    .cs-featured__container {
        min-height: 900px
    }
}

@media screen and (min-width:1662px) {
    .cs-featured__container {
        padding-left: calc(100% - 682px)
    }
}

.cs-featured__title {
    font-size: 55px;
    letter-spacing: -.5px;
    line-height: 60px;
    margin-top: -35px;
    padding: 0 0 20px
}

@media screen and (min-width:900px) {
    .cs-featured__title {
        margin-top: 0;
        padding: 60px 0 20px
    }
}

@media screen and (min-width:1080px) {
    .cs-featured__title {
        font-size: 75px;
        letter-spacing: -.75px;
        line-height: 80px;
        padding: 90px 0 120px 19vw;
        width: calc(700px + 19vw)
    }
}

@media screen and (min-width:1600px) {
    .cs-featured__title {
        font-size: 100px;
        letter-spacing: -1px;
        line-height: 92px;
        padding: 140px 0 120px 19vw;
        width: calc(800px + 19vw)
    }
}

.cs-featured__cta {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 10
}

@media screen and (min-width:900px) {
    .cs-featured__cta {
        bottom: 80px;
        right: 60px
    }
}

@media screen and (min-width:1662px) {
    .cs-featured__cta {
        right: calc(50% - 722px)
    }
}

.related-brands-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .related-brands-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .related-brands-section {
        padding: 150px 0
    }
}

.related-brands-section--no-top {
    padding-top: 0
}

.related-brands-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.related-brands-row__left {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .related-brands-row__left {
        margin-bottom: 0;
        width: 25%
    }
}

.related-brands-row__right {
    width: 100%
}

@media screen and (min-width:1080px) {
    .related-brands-row__right {
        width: 67%
    }
}

.related-brands-logos {
    border-top: 1px solid #a5a8b5;
    display: flex;
    flex-flow: row wrap
}

.related-brands-logos__item {
    align-items: center;
    border-bottom: 1px solid #a5a8b5;
    border-right: 1px solid #a5a8b5;
    display: flex;
    height: 130px;
    justify-content: center;
    width: 50%
}

@media screen and (min-width:600px) {
    .related-brands-logos__item {
        height: 200px;
        width: 33.33333%
    }

    .related-brands-logos__item:nth-child(3n) {
        border-right: none
    }
}

@media screen and (max-width:599px) {
    .related-brands-logos__item:nth-child(2n) {
        border-right: none
    }
}

.related-brands-logos__item svg {
    max-width: 70%
}

@media screen and (min-width:600px) {
    .related-brands-logos__item svg {
        max-width: 80%
    }
}

.header {
    align-items: center;
    background: #fff;
    display: flex;
    flex-flow: row;
    height: 80px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 300
}

@media screen and (min-width:768px) {
    .header {
        height: 110px
    }
}

@media screen and (min-width:1080px) {
    .header {
        background: none;
        height: 130px;
        transition: transform .3s ease;
        width: calc(100% - 80px)
    }
}

.header__logo {
    align-items: center;
    display: flex;
    padding: 0 0 0 30px;

}

@media screen and (min-width:768px) {
    .header__logo {
        padding: 0 0 0 60px
    }
}

@media screen and (min-width:1700px) {
    .header__logo {
        padding: 0 0 0 80px
    }
}

.header__logo .logo {
    display: inline-flex
}

.header__logo .logo svg {
    display: block
}

@media screen and (max-width:767px) {
    .header__logo .logo .logo-icon {
        height: 30px;
        width: 31px
    }
}

.header__logo .logo .logo-text {
    margin-left: 9px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .header__logo .logo .logo-text {
        height: 30px;
        width: 136px
    }
}

.header__logo .logo .logo-text path {
    fill: #fff
}

@media screen and (max-width:1079px) {
    .header__logo .logo .logo-text path {
        fill: #000
    }
}

.header__logo .brand-logo {
    display: inline-flex;
    margin: 0 20px
}

@media screen and (min-width:768px) {
    .header__logo .brand-logo {
        margin-left: 3.7vw
    }
}

.header__logo .brand-logo .brand-dropdown {
    display: inline-flex;
    position: relative
}

.header__logo .brand-logo .brand-dropdown__brand {
    cursor: pointer;
    display: inline-flex;
    padding-right: 40px
}

@media screen and (min-width:768px) {
    .header__logo .brand-logo .brand-dropdown__brand {
        padding-right: 50px
    }
}

.header__logo .brand-logo .brand-dropdown__brand svg:first-child {
    height: 20px;
    max-width: 100%;
    width: auto
}

@media screen and (min-width:768px) {
    .header__logo .brand-logo .brand-dropdown__brand svg:first-child {
        height: 37px
    }
}

.header__logo .brand-logo .brand-dropdown__brand svg:first-child path {
    fill: #fff
}

.header__logo .brand-logo .brand-dropdown__brand .box-arrow-icon {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (max-width:767px) {
    .header__logo .brand-logo .brand-dropdown__brand .box-arrow-icon {
        height: 26px;
        top: -6px;
        width: 18px
    }
}

.header__logo .brand-logo .brand-dropdown .sub-menu {
    max-height: 60vh;
    overflow-y: scroll;
    width: 280px
}

@media screen and (min-width:480px) {
    .header__logo .brand-logo .brand-dropdown .sub-menu {
        max-height: calc(100vh - 130px)
    }
}

.header__logo .brand-logo .brand-dropdown .sub-menu>.menu-item>a {
    display: inline-flex
}

.header__logo .brand-logo .brand-dropdown .sub-menu>.menu-item>a svg {
    height: 14px;
    margin-right: 10px;
    width: 14px
}

.header__logo .brand-logo .brand-dropdown.active .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible
}

.header__nav {
    width: 100%;
    display: none;
}
.header__nav .header-menu a{
    /* border: 1px solid red; */
    white-space: nowrap;
}
@media screen and (min-width:1280px) {
    .header__nav {
        align-items: center;
        background: #00859a;
        display: flex;
        height: 100%;
        padding: 0 0.5vw;
        transition: all .3s ease;
        width: calc(50% + 40px);
    }
}

@media screen and (min-width:1360px) {
    .header__nav {
        /* padding: 0 5vw */
    }
}

.header__nav.slide-up {
    transform: translateY(-100%)
}

.header__portal {
    display: none;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .header__portal {
        margin: 0 60px 0 auto
    }
}

@media screen and (min-width:1080px) {
    .header__portal {
        margin: 0 110px 0 auto
    }
}

.header__portal .portal-link {
    align-items: center;
    color: #000;
    display: flex;
    flex-flow: row;
    transition: all .15s linear
}

.header__portal .portal-link .box-arrow-icon {
    display: block
}

@media screen and (max-width:767px) {
    .header__portal .portal-link .box-arrow-icon {
        height: 14px;
        width: 21px
    }
}

.header__portal .portal-link .box-arrow-icon path {
    transition: all .15s linear
}

.header__portal .portal-link__text {
    font-size: 14px;
    margin-left: 8px
}

@media screen and (min-width:768px) {
    .header__portal .portal-link__text {
        font-size: 16px;
        letter-spacing: .5px;
        margin-left: 15px
    }
}

.header__portal .portal-link:hover {
    color: #00859a
}

.header__portal .portal-link:hover .box-arrow-icon__arrow {
    fill: #00859a
}

.header__portal .portal-link:hover .box-arrow-icon__box {
    stroke: #00859a
}

.header__burger {
    display: block;
    padding: 0 20px 0 0
}

@media screen and (min-width:768px) {
    .header__burger {
        padding: 0 50px 0 0
    }
}

@media screen and (min-width:1080px) {
    .header__burger {
        display: none
    }
}

.header.nav-is-active {
    background: #fff;
    transition: all .3s ease
}

.header.nav-is-active .logo-icon {
    transform: scale(1.5);
    transform-origin: top left
}

@media screen and (min-width:768px) {
    .header.nav-is-active .logo-icon {
        transform: scale(1.75)
    }
}

@media screen and (min-width:1360px) {
    .header.nav-is-active .logo-icon {
        transform: scale(2.5)
    }
}

.header.nav-is-active .header__nav,
.header.nav-is-active .logo-text {
    display: none
}

.header.nav-is-active .header__portal {
    display: block
}

.header.modal-is-active {
    background: #000
}

.header.modal-is-active .logo-icon {
    transform: scale(1.5);
    transform-origin: top left
}

@media screen and (min-width:768px) {
    .header.modal-is-active .logo-icon {
        transform: scale(1.75)
    }
}

@media screen and (min-width:1360px) {
    .header.modal-is-active .logo-icon {
        transform: scale(2.5)
    }
}

.header.modal-is-active .header__nav,
.header.modal-is-active .logo-text {
    display: none
}

.header.modal-is-active .burger--mob .burger__icon:after,
.header.modal-is-active .burger--mob .burger__icon:before {
    background: #fff
}

.header.slide-up:not(.nav-is-active) {
    transform: translateY(-100%)
}

.header--transparent:not(.nav-is-active) {
    background: none;
    transition: none
}

.header--transparent:not(.nav-is-active) .header__nav {
    background: none
}

.header--transparent:not(.nav-is-active) .logo-text path {
    fill: #fff
}

.header--transparent:not(.nav-is-active) .burger__icon:after,
.header--transparent:not(.nav-is-active) .burger__icon:before {
    background: #fff
}

.header--transparent:not(.nav-is-active) .header-menu>.menu-item.menu-item-has-children .menu-item-icon__bg {
    fill: #00859a
}

.header--transparent:not(.nav-is-active) .header-menu>.menu-item.menu-item-has-children:hover .menu-item-icon__chevron {
    fill: #fff
}

.header--dark:not(.nav-is-active) {
    background: none;
    transition: none
}

.header--dark:not(.nav-is-active) .header__nav {
    background: none
}

.header--dark:not(.nav-is-active) .logo-text path {
    fill: #000
}

.header--dark:not(.nav-is-active) .burger__icon:after,
.header--dark:not(.nav-is-active) .burger__icon:before {
    background: #000
}

.header--dark:not(.nav-is-active) .header-menu>.menu-item .search-btn svg path {
    fill: #000
}

.header--dark:not(.nav-is-active) .header-menu .sub-menu {
    box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, .3)
}

.header--dark:not(.nav-is-active) .header-menu>.menu-item>a,
.header--dark:not(.nav-is-active) .header-menu>.menu-item>span {
    color: #000
}

.header--dark:not(.nav-is-active) .header-menu>.menu-item.menu-item-has-children .menu-item-icon__bg {
    fill: #00859a
}

.header--dark:not(.nav-is-active) .header-menu>.menu-item.menu-item-has-children .menu-item-icon__chevron {
    fill: #000
}

.header--dark:not(.nav-is-active) .header-menu>.menu-item.menu-item-has-children:hover .menu-item-icon__chevron {
    fill: #fff
}

.header--brand {
    background: var(--brand-color)
}

.header--brand .header__nav {
    background: none
}

.header--brand .header-menu>.menu-item.menu-item-has-children:hover .menu-item-icon__chevron {
    fill: var(--brand-color)
}

.header--brand:not(.nav-is-active) .burger__icon:after,
.header--brand:not(.nav-is-active) .burger__icon:before {
    background: #fff
}

.header--brand.nav-is-active {
    background-color: initial !important;
    transition: none
}

.header--brand.nav-is-active .brand-logo {
    display: none
}

.header .sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 10px 30px;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 25px);
    transform: translateY(30px);
    transition: all .2s ease;
    visibility: hidden;
    width: 330px
}

.header .sub-menu>.menu-item {
    display: block;
    padding: 1.7vh 0
}

.header .sub-menu>.menu-item:not(:last-child) {
    border-bottom: 1px solid #dddee3
}

.header .sub-menu>.menu-item>a,
.header .sub-menu>.menu-item>span {
    color: #000;
    cursor: pointer;
    font-family: Aeonik Medium, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: uppercase
}

.header .sub-menu>.menu-item>a:hover,
.header .sub-menu>.menu-item>span:hover {
    color: #00859a
}

.header-menu {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
}

.header-menu>.menu-item {
    display: block
}

.header-menu>.menu-item>a,
.header-menu>.menu-item>span {
    color: #fff;
    font-family: Aeonik Medium, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px
}

@media screen and (min-width:1360px) {

    .header-menu>.menu-item>a,
    .header-menu>.menu-item>span {
        font-size: 16px;
        letter-spacing: .5px
    }
}

.header-menu>.menu-item span {
    cursor: default
}

.header-menu>.menu-item .search-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 10px
}

.header-menu>.menu-item .search-btn svg {
    display: block
}

.header-menu>.menu-item.menu-item-has-children {
    align-items: center;
    display: inline-flex;
    position: relative
}

.header-menu>.menu-item.menu-item-has-children .menu-item-icon {
    margin-left: 2px
}
.header-menu>.menu-item.menu-item-has-children a{
font-size: 1rem;
}
.header-menu>.menu-item.menu-item-has-children .menu-item-icon path {
    transition: all .2s ease
}

.header-menu>.menu-item.menu-item-has-children .menu-item-icon__bg {
    fill: #fff;
    transform: scale(0);
    transform-origin: center
}

.header-menu>.menu-item.menu-item-has-children:hover:before {
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200%
}

.header-menu>.menu-item.menu-item-has-children:hover .menu-item-icon__bg {
    transform: scale(1)
}

.header-menu>.menu-item.menu-item-has-children:hover .menu-item-icon__chevron {
    fill: #00859a
}

.header-menu>.menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    visibility: visible
}

.header-menu>.menu-item--brands .sub-menu {
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
    width: 280px
}

.header-menu>.menu-item--brands .sub-menu>.menu-item>a {
    display: inline-flex
}

.header-menu>.menu-item--brands .sub-menu>.menu-item>a svg {
    height: 14px;
    margin-right: 10px;
    width: 14px
}

.nav-sidebar {
    display: none
}

@media screen and (min-width:1080px) {
    .nav-sidebar {
        align-items: center;
        background: #fff;
        display: flex;
        flex-flow: column;
        height: 100vh;
        justify-content: space-between;
        position: fixed;
        right: 0;
        top: 0;
        transition: all .15s linear;
        width: 80px;
        z-index: 300
    }
}

.nav-sidebar--active {
    background: #00859a
}

.nav-sidebar--active .burger__icon:after,
.nav-sidebar--active .burger__icon:before {
    background: #fff
}

.nav-sidebar--active .burger__text {
    color: #fff
}

.nav-sidebar--active .scroll-down {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    visibility: hidden !important
}

.burger {
    align-items: flex-start;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    outline: none;
    position: relative
}

.burger__icon {
    display: block;
    height: 15px;
    position: relative;
    width: 30px
}

.burger__icon:after,
.burger__icon:before {
    background: #000;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    transition: all .25s ease;
    width: 100%
}

.burger__icon:before {
    transform: translateY(-6px)
}

.burger__icon:after {
    transform: translateY(6px)
}

.burger__text {
    color: #000;
    display: block;
    font-size: 13px;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    transform: rotate(90deg) translate(25px, -7px);
    transform-origin: bottom left
}

@media (hover:hover) {

    .burger:hover:not(.burger--close) .burger__icon:after,
    .burger:hover:not(.burger--close) .burger__icon:before {
        transform: translateY(0)
    }
}

.burger--close .burger__icon:before {
    transform: translateY(0) rotate(45deg)
}

.burger--close .burger__icon:after {
    transform: translateY(0) rotate(-45deg)
}

.burger--mob {
    display: flex;
    padding: 10px
}

@media screen and (min-width:1080px) {
    .burger--mob {
        display: none
    }
}

.burger--dt {
    display: none
}

@media screen and (min-width:1080px) {
    .burger--dt {
        display: flex;
        height: 90px;
        margin-top: 55px
    }
}

.scroll-down {
    align-items: flex-end;
    color: #000;
    display: flex;
    height: 210px;
    margin-bottom: 45px;
    opacity: 0;
    position: relative;
    transition: none;
    visibility: hidden
}

.scroll-down__text {
    color: #000;
    display: block;
    font-size: 13px;
    left: 0;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    transform: rotate(90deg) translateY(-6px);
    transform-origin: bottom left;
    width: 104px
}

.scroll-down svg {
    display: block
}

.nav {
    align-items: center;
    background: #fff;
    display: none;
    flex-flow: row;
    height: 100%;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 80px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200
}

@media screen and (min-width:768px) {
    .nav {
        padding: 110px 0
    }
}

@media screen and (min-width:1080px) {
    .nav {
        padding: 130px 0;
        width: calc(100% - 80px)
    }
}

.nav__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    width: 100%
}

.nav__wrapper-inner {
    max-height: calc(100% - 80px);
    width: 100%
}

.nav__menu {
    position: relative
}

.nav__menu>.menu-item {
    display: block
}

.nav__menu>.menu-item:not(:last-child) {
    margin-bottom: 3vh
}

@media screen and (min-width:768px) {
    .nav__menu>.menu-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.nav__menu>.menu-item>a,
.nav__menu>.menu-item>span {
    color: #000;
    cursor: pointer;
    font-family: Aeonik Regular, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    transition: all .15s linear
}

@media screen and (min-width:768px) {

    .nav__menu>.menu-item>a,
    .nav__menu>.menu-item>span {
        font-size: 30px
    }
}

@media screen and (min-width:1360px) {

    .nav__menu>.menu-item>a,
    .nav__menu>.menu-item>span {
        font-size: 40px
    }
}

@media (hover:hover) {

    .nav__menu>.menu-item>a:hover,
    .nav__menu>.menu-item>span:hover {
        color: #00859a;
        font-family: Aeonik Bold, sans-serif;
        font-style: normal;
        font-weight: 400
    }
}

.nav__menu>.menu-item-has-children>span {
    position: relative
}

@media screen and (max-width:1079px) {

    .nav__menu>.menu-item-has-children>span:after,
    .nav__menu>.menu-item-has-children>span:before {
        background: #00859a;
        content: "";
        height: 2px;
        position: absolute;
        right: -30px;
        top: 50%;
        transition: all .3s ease;
        width: 16px
    }

    .nav__menu>.menu-item-has-children>span:after {
        transform: rotate(90deg)
    }
}

@media screen and (min-width:1080px) {
    .nav__menu>.menu-item-has-children>span:after {
        background: url(../../resources/assets/svg/arrow-right.svg) no-repeat;
        background-position: 100%;
        background-size: 50px 26px;
        content: "";
        height: 26px;
        opacity: 0;
        padding-left: 23px;
        position: absolute;
        right: 10px;
        top: calc(50% + 4px);
        transform: translate(100%, -50%);
        transition: all .3s ease;
        visibility: hidden;
        width: 73px
    }
}

@media screen and (hover:hover) and (min-width:1080px) {
    .nav__menu>.menu-item-has-children>span:hover:after {
        opacity: 1;
        right: 0;
        visibility: visible
    }
}

.nav__menu>.menu-item-has-children--active>span {
    color: #00859a;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width:1079px) {
    .nav__menu>.menu-item-has-children--active>span:after {
        transform: rotate(90deg) scale(0)
    }
}

@media screen and (min-width:1080px) {
    .nav__menu>.menu-item-has-children--active>span:after {
        opacity: 1;
        right: 0;
        visibility: visible
    }
}

.nav__menu>.menu-item-has-children--active .sub-menu {
    z-index: 10
}

.nav__menu .sub-menu {
    display: none;
    margin: 25px 0 50px
}

@media screen and (min-width:768px) {
    .nav__menu .sub-menu {
        margin: 30px 0 50px
    }
}

@media screen and (min-width:1080px) {
    .nav__menu .sub-menu {
        display: block;
        left: 100%;
        margin: 0;
        opacity: 0;
        padding-right: 15vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        visibility: hidden;
        width: 100%
    }
}

.nav__menu .sub-menu>.menu-item {
    display: block
}

.nav__menu .sub-menu>.menu-item:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width:1080px) {
    .nav__menu .sub-menu>.menu-item:not(:last-child) {
        margin-bottom: 30px
    }
}

.nav__menu .sub-menu>.menu-item>a {
    color: #00859a;
    cursor: pointer;
    font-family: Aeonik Regular, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    transition: all .15s linear
}

@media screen and (min-width:768px) {
    .nav__menu .sub-menu>.menu-item>a {
        font-size: 30px
    }
}

@media screen and (min-width:1080px) {
    .nav__menu .sub-menu>.menu-item>a {
        color: #000
    }
}

@media screen and (min-width:1360px) {
    .nav__menu .sub-menu>.menu-item>a {
        font-size: 40px
    }
}

.nav__menu .sub-menu>.menu-item>a:hover {
    color: #00859a;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.nav__menu .menu-item--markets .sub-menu {
    display: flex;
    flex-flow: row wrap
}

@media screen and (min-width:1080px) {
    .nav__menu .menu-item--markets .sub-menu {
        max-width: 840px;
        padding-right: 30px;
        padding-right: 60px
    }
}

.nav__menu .menu-item--markets .sub-menu>.menu-item {
    padding: 0 20px;
    width: 50%
}

@media screen and (min-width:768px) {
    .nav__menu .menu-item--markets .sub-menu>.menu-item {
        width: 33.33333%
    }
}

@media screen and (min-width:1360px) {
    .nav__menu .menu-item--markets .sub-menu>.menu-item {
        width: 25%
    }
}

.nav__menu .menu-item--markets .sub-menu>.menu-item img {
    margin: 0 auto 20px
}

@media screen and (min-width:1080px) and (max-width:1359px) {
    .nav__menu .menu-item--markets .sub-menu>.menu-item img {
        margin: 0 auto 10px;
        width: 60px
    }
}

.nav__menu .menu-item--markets .sub-menu>.menu-item>a {
    color: #000;
    font-family: Aeonik Bold, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase
}

@media screen and (min-width:480px) {
    .nav__menu .menu-item--markets .sub-menu>.menu-item>a {
        font-size: 13px;
        line-height: 15px
    }
}

@media screen and (min-width:1080px) and (max-width:1599px) {
    .nav__menu .menu-item--markets .sub-menu>.menu-item>a {
        font-size: 11px;
        line-height: 13px
    }
}

.nav__menu .menu-item--markets .sub-menu>.menu-item .market-name {
    display: inline-block;
    max-width: 132px
}

.nav__menu .menu-item--brands .sub-menu {
    display: flex;
    flex-flow: row wrap;
    overflow-wrap: normal
}

@media screen and (min-width:1080px) {
    .nav__menu .menu-item--brands .sub-menu {
        max-width: 840px;
        padding-right: 30px
    }
}

.nav__menu .menu-item--brands .sub-menu>.menu-item {
    padding: 0 20px;
    width: 50%
}

@media screen and (min-width:400px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item {
        width: 33.33333%
    }
}

@media screen and (min-width:1080px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item {
        width: 130px
    }
}

@media screen and (min-width:1360px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item {
        width: 150px
    }
}

.nav__menu .menu-item--brands .sub-menu>.menu-item:not(:last-child) {
    margin-bottom: 30px
}

.nav__menu .menu-item--brands .sub-menu>.menu-item svg {
    display: block;
    margin: 0 auto 10px
}

@media screen and (min-width:1080px) and (max-width:1360px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item svg {
        height: 30px;
        width: 30px
    }
}

.nav__menu .menu-item--brands .sub-menu>.menu-item>a {
    color: #000;
    display: block;
    font-family: Aeonik Bold, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 13px;
    text-transform: uppercase
}

@media screen and (min-width:480px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item>a {
        font-size: 13px;
        line-height: 15px
    }
}

@media screen and (min-width:1080px) and (max-width:1599px) {
    .nav__menu .menu-item--brands .sub-menu>.menu-item>a {
        font-size: 11px;
        line-height: 13px
    }
}

.nav__footer {
    align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    flex-flow: row;
    height: 80px;
    justify-content: space-between;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:768px) {
    .nav__footer {
        height: 110px;
        padding: 0 60px
    }
}

@media screen and (min-width:1080px) {
    .nav__footer {
        height: 130px;
        padding: 0 110px 0 80px
    }
}

.nav__footer .nav-link {
    color: #000;
    font-size: 13px;
    letter-spacing: .4px;
    transition: all .15s linear
}

.nav__footer .nav-link:hover {
    color: #00859a
}

.nav__footer .nav-link:not(:last-child) {
    margin-right: 2.5vw
}

@media screen and (max-width:767px) {
    .nav__footer .nav-link--no-mob {
        display: none
    }
}

.nav--active {
    display: flex
}

.footer-cta {
    background: #a5a8b5;
    background-image: url(../../resources/assets/svg/shapes-grey.svg);
    background-repeat: repeat;
    background-size: 760px;
    padding: 60px 0
}

@media screen and (min-width:768px) {
    .footer-cta {
        padding: 75px 0 90px
    }
}

@media screen and (min-width:1080px) {
    .footer-cta {
        width: calc(100% - 80px)
    }
}

@media screen and (min-width:1360px) {
    .footer-cta {
        padding: 90px 0 110px
    }
}

.footer-cta__content {
    display: flex;
    flex-flow: column;
    position: relative
}

@media screen and (min-width:768px) {
    .footer-cta__content {
        align-items: flex-start;
        padding-right: 260px
    }
}

.footer-cta__content .cta-arrow-icon {
    bottom: -20px;
    height: 68px;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 70px
}

@media screen and (min-width:768px) {
    .footer-cta__content .cta-arrow-icon {
        bottom: -40px;
        height: 155px;
        width: 160px
    }
}

@media screen and (min-width:1080px) {
    .footer-cta__content .cta-arrow-icon {
        height: 201px;
        width: 208px
    }
}

.footer-cta__content:hover .cta-arrow-icon {
    right: -20px
}

.footer-cta__title {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    padding: 0 0 25px;
   
}

@media screen and (min-width:768px) {
    .footer-cta__title {
        margin-bottom: 10px;
        padding: 0 40px 25px 0
    }
}

@media screen and (min-width:1080px) {
    .footer-cta__title {
        font-size: 24px;
        line-height: 32px
    }
}

@media screen and (max-width:767px) {
    .footer-cta__text {
        font-size: 35px;
        font-size: min(max(20px, 7.5vw), 35px);
        font-size: clamp(20px, 7.5vw, 35px);
        line-height: normal;
        padding-right: 100px
    }
}

.footer {
    padding: 60px 0;
}

@media screen and (min-width:768px) {
    .footer {
        padding: 75px 0
    }
}

@media screen and (min-width:1080px) {
    .footer {
        width: calc(100% - 80px)
    }
}

@media screen and (min-width:1360px) {
    .footer {
        padding: 110px 0 70px
    }
}

.footer__logo {
    align-items: flex-end;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 40px
}

@media screen and (min-width:1360px) {
    .footer__logo {
        margin-bottom: 90px
    }
}

.footer__logo .logo-text path {
    fill: #fff
}

.footer__logo .scroll-up {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline: none
}

.footer__logo .scroll-up svg {
    fill: #fff
}

.footer__grid {
    display: grid;
    gap: 40px 30px;
    grid-template-areas: "brands brands" "sfl-group press-center" "markets markets" "socials socials";
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .footer__grid {
        gap: 40px 30px;
        grid-template-areas: "brands brands socials socials" "sfl-group press-center markets markets";
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1080px) {
    .footer__grid {
        gap: 40px 60px
    }
}

@media screen and (min-width:1280px) {
    .footer__grid {
        grid-template-areas: none;
        grid-template-columns: 2fr minmax(135px, 1fr) minmax(135px, 1fr) 4fr 30px
    }
}

@media screen and (min-width:1360px) {
    .footer__grid {
        margin-bottom: 90px
    }
}

@media screen and (max-width:1279px) {
    .footer__brands {
        grid-area: brands
    }
}

.footer__brands .select-box {
    display: inline-block;
    width: auto
}

.footer__brands .select-box:after {
    background: url(../../resources/assets/svg/select-icon-light.svg) no-repeat;
    background-size: 20px 11px
}

.footer__brands .select-box select {
    background: #00859a;
    border-color: #99ced6;
    color: #fff
}

.footer__brands .box-dropdown {
    background: #00859a;
    border: 1px solid #99ced6;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    max-width: 260px;
    position: relative
}

.footer__brands .box-dropdown:after {
    background: url(../../resources/assets/svg/select-icon-light.svg) no-repeat;
    background-size: 20px 11px;
    content: "";
    display: block;
    height: 11px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 27px;
    width: 20px
}

.footer__brands .box-dropdown__name {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 25px;
    padding: 18px 20px
}

.footer__brands .box-dropdown .sub-menu {
    background: #fff;
    height: 245px;
    left: -1px;
    opacity: 0;
    overflow-y: scroll;
    padding: 5px 20px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: all .2s ease;
    visibility: hidden;
    width: 260px
}

.footer__brands .box-dropdown .sub-menu>.menu-item {
    display: block;
    padding: 13px 0
}

.footer__brands .box-dropdown .sub-menu>.menu-item:not(:last-child) {
    border-bottom: 1px solid #dddee3
}

.footer__brands .box-dropdown .sub-menu>.menu-item>a,
.footer__brands .box-dropdown .sub-menu>.menu-item>span {
    color: #000;
    cursor: pointer;
    font-family: Aeonik Medium, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .4px;
    text-decoration: none;
    text-transform: uppercase
}

.footer__brands .box-dropdown .sub-menu>.menu-item>a:hover,
.footer__brands .box-dropdown .sub-menu>.menu-item>span:hover {
    color: #00859a
}

.footer__brands .box-dropdown .sub-menu>.menu-item>a svg,
.footer__brands .box-dropdown .sub-menu>.menu-item>span svg {
    height: 14px;
    margin-right: 10px;
    width: 14px
}

.footer__brands .box-dropdown.active .sub-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

@media screen and (max-width:1279px) {
    .footer__sfl-group {
        grid-area: sfl-group
    }

    .footer__press-center {
        grid-area: press-center
    }

    .footer__markets {
        grid-area: markets
    }

    .footer__socials {
        grid-area: socials
    }
}

@media screen and (min-width:1280px) {
    .footer__socials .socials {
        flex-flow: column
    }

    .footer__socials .socials__item:not(:last-child) {
        margin: 0 0 40px
    }
}

@media screen and (min-width:1080px) {
    .footer__bottom {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }
}

.footer__bottom .portal-link {
    align-items: center;
    color: #99ced6;
    display: inline-flex;
    flex-flow: row
}

.footer__bottom .portal-link .box-arrow-icon {
    display: block
}

@media screen and (max-width:767px) {
    .footer__bottom .portal-link .box-arrow-icon {
        height: 14px;
        width: 21px
    }
}

.footer__bottom .portal-link .box-arrow-icon__arrow {
    fill: #99ced6
}

.footer__bottom .portal-link .box-arrow-icon__box {
    stroke: #99ced6
}

.footer__bottom .portal-link__text {
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .footer__bottom .portal-link__text {
        margin-right: 15px
    }
}

@media screen and (max-width:1079px) {

    .footer__copy,
    .footer__links {
        margin-bottom: 8px
    }
}

.footer__links a:not(:last-child) {
    margin-right: 30px
}

.footer a:hover {
    text-decoration: underline
}

.footer-menu-title {
    font-size: 20px;
    line-height: 22px;
}

.footer-menu-cols {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.footer-menu-cols .footer-menu {
    width: calc(50% - 15px)
}

@media screen and (min-width:768px) {
    .footer-menu-cols .footer-menu {
        width: calc(50% - 30px)
    }
}

.footer-menu li {
    max-width: 200px;
}

.footer-menu li:not(:last-child) {
    margin-bottom: 10px
}

.footer-menu li a {
    font-family: Aeonik Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.footer-bottom-text,
.footer-menu li a {
    color: #99ced6;
    font-size: 18px;
    line-height: 25px;
    /* border: 1px solid red !important; */
}

.home .column-cards-section .container {
    position: relative
}

.home .column-cards-section .column-cards__cards {
    margin-bottom: 60px
}

@media screen and (min-width:768px) {
    .home .column-cards-section .column-cards__cards {
        margin-bottom: 90px
    }
}

@media screen and (min-width:1080px) {
    .home .column-cards-section .column-cards__cards {
        margin-bottom: -130px;
        position: relative;
        z-index: 10
    }
}

.footer__sfl-group{
   width: 300px;
  
}
.footer__sfl-group p{
    color: #85ced6 !important;
    font-size: 20px;
    font-family: Aeonik Regular, sans-serif;
    line-height: 25px;
}
.footer__sfl-group b{
 color: #fff !important;
}
.hero-slider {
    overflow: hidden
}

.hero-slider,
.hero-slider__slide {
    position: relative
}

.hero-slider__slide:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .45;
    position: absolute;
    top: 0;
    width: 100%
}

.hero-slider__slide img {
    height: 100vh;
    min-height: 670px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hero-slider__slide img.hero-img-zoom {
    transform: scale(1.1)
}

.hero-slider .slick-dots {
    bottom: 45px;
    left: 30px;
    position: absolute
}

@media screen and (min-width:768px) {
    .hero-slider .slick-dots {
        left: 60px
    }
}

@media screen and (min-width:900px) {
    .hero-slider .slick-dots {
        bottom: 180px;
        left: auto;
        right: 5vw
    }
}

.hero-slider__progress {
    background: #fff;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (min-width:1080px) {
    .hero-slider__progress {
        width: calc(100% + 90px)
    }
}

.hero-slider__progress-line {
    background: #fff;
    bottom: 0;
    height: 6px;
    left: 0;
    position: absolute;
    width: 0
}

.hero-slider__content {
    background: rgba(0, 133, 154, .8);
    height: 75%;
    left: 0;
    min-height: 580px;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%
}

@media screen and (min-width:900px) {
    .hero-slider__content {
        height: 100%;
        width: 60%
    }
}

@media screen and (min-width:1080px) {
    .hero-slider__content {
        width: calc(50% - 40px)
    }
}

.hero-slider__container {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: calc(100% - 180px);
    justify-content: center;
    padding: 40px 30px;
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .hero-slider__container {
        padding: 60px
    }
}

@media screen and (min-width:1646px) {
    .hero-slider__container {
        padding-left: calc(100% - 682px);
        padding-right: 100px
    }
}

.hero-slider__container--top {
    height: calc(100% - 150px);
    padding-top: 120px
}

@media screen and (min-width:900px) {
    .hero-slider__container--top {
        height: calc(100% - 180px);
        padding-top: 100px
    }
}

.hero-slider__container--bottom {
    height: 150px
}

@media screen and (min-width:900px) {
    .hero-slider__container--bottom {
        height: 180px
    }
}

.hero-slider__sub-title {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 1vh
}

.hero-slider__title {
    font-size: 6rem;
    font-size: min(max(3.5rem, 5.2vw), 6rem);
    font-size: clamp(3.5rem, 5.2vw, 6rem);
    letter-spacing: -.5px
}

@media screen and (min-width:1360px) {
    .hero-slider__title {
        letter-spacing: -1px
    }
}

@media screen and (max-width:400px) {
    .hero-slider__title br {
        display: none
    }
}

.hero-slider__cta {
    margin-top: 5.5vh
}

.hero-slider__text {
    font-size: 20px;
    line-height: 35px
}

@media screen and (max-width:400px) {
    .hero-slider__text br {
        display: none
    }
}

@media screen and (min-width:768px) {
    .hero-slider__text {
        font-size: 23px;
        line-height: 38px
    }
}

@media screen and (min-width:1360px) {
    .hero-slider__text {
        font-size: 26px;
        line-height: 40px
    }
}

.markets-scroller-section {
    will-change: transform
}

.markets-scroller {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative
}

.markets-scroller__nav {
    background: #00859a;
    height: 65vh;
    padding-top: 5vh;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (min-width:390px) {
    .markets-scroller__nav {
        padding-top: 8vh
    }
}

@media screen and (min-width:768px) {
    .markets-scroller__nav {
        background: none;
        display: flex;
        flex-flow: column;
        height: 100vh;
        justify-content: center;
        padding-top: 0;
        width: 50%
    }
}

@media screen and (min-width:1700px) {
    .markets-scroller__nav {
        width: 54%
    }
}

.markets-scroller__nav-list li {
    margin-bottom: 1.5vh
}

.markets-scroller__nav-list li a {
    font-size: 2.5vh;
    letter-spacing: -.25px;
    opacity: .5
}

@media screen and (min-width:390px) {
    .markets-scroller__nav-list li a {
        font-size: 2.8vh
    }
}

@media screen and (min-width:768px) {
    .markets-scroller__nav-list li a {
        font-size: 5.6vh;
        font-size: min(max(1.5rem, 3vw), 5.6vh);
        font-size: clamp(1.5rem, 3vw, 5.6vh)
    }
}

@media screen and (min-width:1360px) {
    .markets-scroller__nav-list li a {
        letter-spacing: -.5px
    }
}

@media screen and (min-width:2000px) {
    .markets-scroller__nav-list li a {
        font-size: 3.4rem;
        font-size: min(max(1.5rem, 3vw), 3.4rem);
        font-size: clamp(1.5rem, 3vw, 3.4rem)
    }
}

.markets-scroller__nav-list li.is-active a {
    color: #fff;
    opacity: 1
}

.markets-scroller__title {
    margin-bottom: 4vh;
    position: relative
}

@media screen and (min-width:390px) {
    .markets-scroller__title {
        margin-bottom: 5vh
    }
}

.markets-scroller__dots {
    display: block;
    margin-top: 2.8vh
}

@media screen and (min-width:390px) {
    .markets-scroller__dots {
        margin-top: 3.8vh
    }
}

@media screen and (min-width:768px) {
    .markets-scroller__dots {
        margin-top: 0;
        position: absolute;
        right: -10%;
        top: 0;
        transform: translateX(100%);
        width: 90%
    }
}

@media screen and (min-width:1700px) {
    .markets-scroller__dots {
        right: -2%;
        width: 83%
    }
}

.markets-scroller__dots-list {
    display: flex;
    flex-flow: row
}

@media screen and (min-width:768px) {
    .markets-scroller__dots-list {
        justify-content: flex-end
    }
}

.markets-scroller__dots-list li:not(:last-child) {
    margin-right: 20px
}

.markets-scroller__dots-list li a {
    background: #fff;
    display: block;
    height: 6px;
    transition: all .3s ease;
    width: 6px
}

.markets-scroller__dots-list li.is-active a {
    width: 80px
}

.markets-scroller__cta {
    align-items: center;
    align-self: flex-start;
    display: inline-flex;
    flex-flow: row;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 3.5vh;
    transition: all .15s linear
}

.markets-scroller__cta .box-arrow-icon {
    margin-left: 8px;
    transition: all .15s linear
}

@media screen and (min-width:768px) {
    .markets-scroller__cta .box-arrow-icon {
        margin-left: 15px
    }
}

.markets-scroller__cta .box-arrow-icon .box-arrow-icon__arrow {
    fill: #fff
}

.markets-scroller__cta .box-arrow-icon .box-arrow-icon__box {
    stroke: #fff
}

.markets-scroller__cta:hover .box-arrow-icon {
    transform: translateX(10px)
}

.markets-scroller__panels {
    width: 100%
}

@media screen and (min-width:768px) {
    .markets-scroller__panels {
        width: 45%
    }
}

.markets-scroller__panel {
    display: flex;
    height: 35vh;
    justify-content: center
}

@media screen and (min-width:768px) {
    .markets-scroller__panel {
        align-items: center;
        display: flex;
        height: 100vh;
        justify-content: flex-end;
        padding: 0 30px
    }
}

@media screen and (max-width:767px) {
    .markets-scroller__panel img {
        padding-bottom: 2vh
    }
}

@media screen and (min-width:768px) {
    .markets-scroller__panel img {
        padding-top: 6vh
    }
}

.sustainability-section {
    padding: 50px 0
}

@media screen and (min-width:768px) {
    .sustainability-section {
        padding: 75px 0
    }
}

@media screen and (min-width:1360px) {
    .sustainability-section {
        padding: 100px 0
    }
}

.sustainability-slider-wrapper {
    margin-left: 30px;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:768px) {
    .sustainability-slider-wrapper {
        margin-left: 60px
    }
}

@media screen and (max-width:899px) {
    .sustainability-slider.slick-initialized {
        max-width: calc(100% - 60px)
    }
}

@media screen and (max-width:767px) {
    .sustainability-slider.slick-initialized {
        max-width: calc(100% - 30px)
    }
}

.sustainability-slider.slick-initialized .slick-list {
    overflow: visible !important
}

@media screen and (max-width:899px) {
    .sustainability-slider.slick-initialized .sustainability-slider__slide {
        margin: 0 20px 0 0
    }
}

.sustainability-slider.slick-initialized .sustainability-slider__slide img {
    margin-bottom: 30px
}

.sustainability-slider.slick-initialized .sustainability-slider__slide:not(.slick-current) .sustainability-slider__content {
    opacity: 0;
    transition-delay: 0s;
    visibility: hidden
}

@media screen and (max-width:899px) {
    .sustainability-slider.slick-initialized .sustainability-slider__content {
        transition: all .3s ease;
        transition-delay: .4s
    }
}

@media screen and (min-width:900px) {
    .sustainability-slider-wrapper {
        display: flex;
        margin-left: 0
    }
}

.sustainability-slider-img {
    display: none
}

@media screen and (min-width:900px) {
    .sustainability-slider-img {
        display: block;
        position: relative;
        width: calc(50% - 40px)
    }

    .sustainability-slider-img img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all .4s ease;
        visibility: hidden;
        width: 100%
    }

    .sustainability-slider-img img.active {
        opacity: 1;
        visibility: visible
    }

    .sustainability-slider {
        border-top: 1px solid #a5a8b5;
        display: flex;
        flex-flow: column;
        justify-content: stretch;
        min-height: 630px;
        width: calc(50% + 40px)
    }

    .sustainability-slider__slide {
        background: #f2f2f2;
        border-bottom: 1px solid #a5a8b5;
        cursor: pointer;
        display: flex;
        flex: 1;
        flex-flow: column;
        justify-content: center;
        width: 100%
    }

    .sustainability-slider__slide img {
        display: none
    }

    .sustainability-slider__slide.active {
        background: #fff
    }

    .sustainability-slider__content {
        padding: 40px 80px
    }
}

.press-featured-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .press-featured-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .press-featured-section {
        padding: 130px 0
    }
}

.press-featured-title {
    border-bottom: 1px solid #a5a8b5;
    margin-bottom: 40px;
    padding-bottom: 20px
}

.press-featured-nav {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 35px
}

@media screen and (min-width:600px) {
    .press-featured-nav {
        margin-bottom: 45px
    }
}

@media screen and (min-width:900px) {
    .press-featured-nav {
        margin-bottom: 80px
    }
}

@media screen and (max-width:599px) {
    .press-featured-nav__arrows {
        display: none
    }
}

.press-featured-wrapper {
    margin-left: 30px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .press-featured-wrapper {
        margin-left: 60px
    }
}

@media screen and (min-width:1662px) {
    .press-featured-wrapper {
        margin-left: calc(50% - 722px)
    }
}

.press-featured-slider {
    max-width: calc(100% - 60px)
}

@media screen and (min-width:425px) {
    .press-featured-slider {
        max-width: 350px
    }
}

@media screen and (min-width:600px) {
    .press-featured-slider {
        max-width: 1444px
    }
}

.press-featured-slider .slick-list {
    overflow: visible !important
}

.press-featured-slider .slick-track {
    margin: 0
}

.press-featured-slider__slide {
    margin-right: 30px
}

@media screen and (min-width:768px) {
    .press-featured-slider__slide {
        margin-right: 60px
    }
}

.press-center-link {
    align-items: center;
    color: #000;
    display: inline-flex;
    flex-flow: row;
    transition: all .15s linear
}

.press-center-link .box-arrow-icon {
    display: block
}

.press-center-link .box-arrow-icon path {
    transition: all .15s linear
}

.press-center-link__text {
    font-size: 16px;
    letter-spacing: .5px;
    margin-right: 15px
}

.press-center-link:hover {
    color: #00859a
}

.press-center-link:hover .box-arrow-icon__arrow {
    fill: #00859a
}

.press-center-link:hover .box-arrow-icon__box {
    stroke: #00859a
}

.single-post .hero-overlap__content {
    padding-bottom: 60px
}

@media screen and (min-width:400px) {
    .single-post .hero-overlap__content {
        padding-bottom: 260px
    }
}

@media screen and (min-width:1600px) {
    .single-post .hero-overlap__title {
        font-size: 80px;
        line-height: 90px
    }
}

.single-post .wysiwyg>p:first-child {
    margin-top: 25px
}

@media screen and (min-width:768px) {
    .single-post .wysiwyg>p:first-child {
        margin-top: 35px
    }
}

.single-post .wysiwyg li,
.single-post .wysiwyg p {
    font-size: 17px;
    line-height: 26px
}

@media screen and (min-width:768px) {

    .single-post .wysiwyg li,
    .single-post .wysiwyg p {
        font-size: 20px;
        line-height: 28px
    }
}

.single-post .wysiwyg img {
    margin: 40px 0
}

@media screen and (min-width:1080px) {
    .single-post .wysiwyg img {
        margin: 50px 0
    }
}

@media screen and (min-width:1600px) {
    .single-post .scrolling-text-wrapper {
        height: calc(100% - 200px);
        top: 200px
    }
}

@media screen and (max-width:1599px) {
    .single-post .scrolling-text-wrapper {
        display: none
    }
}

.post-content-wrapper {
    position: relative
}

@media screen and (min-width:400px) {
    .post-content-wrapper {
        background: linear-gradient(90deg, transparent 30px, #fff 0);
        margin-top: -200px;
        padding-left: 30px
    }
}

@media screen and (min-width:768px) {
    .post-content-wrapper {
        background: linear-gradient(90deg, transparent 60px, #fff 0);
        padding-left: 60px
    }
}

@media screen and (min-width:1360px) {
    .post-content-wrapper {
        padding-left: 0
    }
}

@media screen and (min-width:1644px) {
    .post-content-wrapper {
        background: linear-gradient(90deg, transparent calc(50% - 722px), #fff calc(50% - 722px))
    }
}

.post-content {
    max-width: 960px;
    padding: 80px 0;
    position: relative
}

@media screen and (min-width:400px) and (max-width:767px) {
    .post-content {
        padding-right: 30px
    }
}

@media screen and (min-width:768px) {
    .post-content {
        padding-right: 60px
    }
}

@media screen and (min-width:1080px) {
    .post-content {
        padding: 130px 0
    }
}

.posts-filters-section {
    padding: 50px 0
}

.posts-filters__header {
    border-bottom: 1px solid #a5a8b5;
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media screen and (min-width:480px) {
    .posts-filters__header {
        align-items: flex-end;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 45px
    }
}

.posts-archive-section {
    padding: 55px 0 75px
}

@media screen and (min-width:768px) {
    .posts-archive-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1600px) {
    .posts-archive-section {
        padding: 150px 0
    }
}

.posts {
    display: grid;
    gap: 55px 30px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 310px
}

@media screen and (min-width:600px) {
    .posts {
        grid-template-columns: 1fr 1fr;
        max-width: 905px
    }
}

@media screen and (min-width:768px) {
    .posts {
        gap: 80px 60px
    }
}

@media screen and (min-width:1280px) {
    .posts {
        gap: 100px 60px;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: none
    }
}

@media screen and (min-width:1600px) {
    .posts {
        gap: 150px 80px
    }
}

.posts__item {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 310px;
    padding: 25px 20px;
    position: relative
}

@media screen and (min-width:900px) {
    .posts__item {
        min-height: 425px;
        padding: 35px 40px
    }
}

.posts__item:after {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1
}

.posts__item:hover:after {
    background: #000;
    opacity: .5
}

.posts__item:hover .posts__date-day,
.posts__item:hover .posts__date-month-year,
.posts__item:hover .posts__title {
    color: #fff
}

.posts__item--no-img:hover:after {
    background: #00859a;
    opacity: 1
}

.posts__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.posts__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    position: relative;
    transition: all .15s linear;
    z-index: 10
}

@media screen and (min-width:900px) {
    .posts__title {
        font-size: 24px;
        line-height: 35px
    }
}

.posts__date {
    align-items: flex-start;
    border-top: 1px solid #a5a8b5;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
    z-index: 10
}

@media screen and (min-width:900px) {
    .posts__date {
        padding-top: 15px
    }
}

.posts__date-day {
    font-size: 55px;
    transition: all .15s linear
}

@media screen and (min-width:900px) {
    .posts__date-day {
        font-size: 100px
    }
}

.posts__date-month-year {
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    text-align: right;
    transition: all .15s linear
}

@media screen and (min-width:900px) {
    .posts__date-month-year {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px
    }
}

@media screen and (max-width:1079px) {
    .template-market .scrolling-text-wrapper {
        display: none
    }
}

.template-market.infrastructure-protection-maintenance-coatings .hero__content {
    max-width: 1200px
}

.market-number {
    display: block;
    font-size: 150px;
    letter-spacing: -1.3px;
    line-height: 130px;
    margin-bottom: -35px
}

@media screen and (min-width:1080px) {
    .market-number {
        font-size: 225px;
        letter-spacing: -2px;
        line-height: 200px;
        margin-bottom: -45px
    }
}

.market-sub-title {
    margin-bottom: 20px
}

.market-title-wrap {
    max-width: 560px
}

.market-slider-nav {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 60px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .market-slider-nav {
        flex-flow: column
    }

    .market-slider-nav .slick-numbers {
        margin-bottom: 120px
    }
}

.market-row {
    display: flex;
    flex-flow: row wrap
}

.market-row__left {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .market-row__left {
        margin-bottom: 0;
        width: calc(50% - 40px)
    }
}

.market-row__right {
    width: 100%
}

@media screen and (min-width:1080px) {
    .market-row__right {
        width: calc(50% + 40px)
    }
}

.market-row--icons {
    align-items: center
}

@media screen and (min-width:1080px) {
    .market-row--icons .market-row__left {
        padding-right: 60px
    }
}

@media screen and (max-width:1079px) {
    .market-row--img-accordion .market-row__left {
        max-width: 400px
    }
}

@media screen and (min-width:1080px) {
    .market-row--img-accordion .market-row__right {
        padding-left: 60px
    }
}

@media screen and (min-width:1360px) {
    .market-row--img-accordion .market-row__right {
        padding-left: 160px
    }
}

@media screen and (min-width:1080px) {
    .market-row--img-slider {
        align-items: flex-end
    }

    .market-row--icons-list .market-row__left {
        padding-right: 60px
    }
}

@media screen and (max-width:1079px) {
    .market-row--icons-list .market-row__left {
        margin-bottom: 75px
    }
}

@media screen and (min-width:1080px) {
    .market-row--icons-list .market-row__right {
        margin-top: 75px
    }
}

.market-icons-section {
    padding: 60px 0 75px
}

@media screen and (min-width:768px) {
    .market-icons-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .market-icons-section {
        padding: 130px 0
    }
}

.market-icons__item {
    display: flex;
    flex-flow: row wrap
}

.market-icons__item:not(:last-child) {
    border-bottom: 1px solid #a5a8b5;
    margin-bottom: 40px;
    padding-bottom: 35px
}

@media screen and (min-width:1080px) {
    .market-icons__item:not(:last-child) {
        margin-bottom: 80px;
        padding-bottom: 75px
    }
}

.market-icons__icon {
    margin: 0 0 20px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .market-icons__icon {
        margin: 10px 0 0;
        width: 120px
    }
}

@media screen and (min-width:1360px) {
    .market-icons__icon {
        width: 160px
    }
}

.market-icons__icon img {
    max-width: 70px
}

@media screen and (min-width:1360px) {
    .market-icons__icon img {
        max-width: 120px
    }
}

.market-icons__textarea {
    width: 100%
}

@media screen and (min-width:1080px) {
    .market-icons__textarea {
        width: calc(100% - 120px)
    }
}

@media screen and (min-width:1360px) {
    .market-icons__textarea {
        width: calc(100% - 160px)
    }
}

.market-img-accordion-section {
    background: #e1ebed;
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .market-img-accordion-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .market-img-accordion-section {
        padding: 130px 0
    }
}

.market-img-slider-section {
    padding: 60px 0
}

@media screen and (min-width:768px) {
    .market-img-slider-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .market-img-slider-section {
        padding: 130px 0
    }
}

.market-img-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.market-img-slider__slide {
    margin: 0 15px
}

.market-img-slider__slide figure {
    display: block
}

.market-img-slider__slide figure img {
    margin: 0 auto
}

.market-img-slider__slide figcaption {
    margin-top: 30px;
    text-align: center
}

@media screen and (min-width:1080px) {
    .market-img-slider__slide figcaption {
        margin-top: 40px
    }
}

.market-icons-list-section {
    padding: 60px 0
}

@media screen and (min-width:768px) {
    .market-icons-list-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .market-icons-list-section {
        padding: 130px 0
    }
}

.market-icons-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width:600px) {
    .market-icons-list {
        gap: 50px;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:1600px) {
    .market-icons-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

.market-icons-list__item {
    align-items: center;
    display: flex;
    flex-flow: column
}

.market-icons-list__icon {
    align-items: center;
    display: flex;
    height: 106px;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%
}

@media screen and (min-width:400px) {
    .market-icons-list__icon {
        width: 136px
    }
}

@media screen and (min-width:1080px) {
    .market-icons-list__icon {
        margin-bottom: 25px
    }
}

.market-icons-list__icon svg {
    display: block;
    max-width: 100%
}

.market-img-icons-section {
    padding: 40px 0 75px
}

@media screen and (min-width:768px) {
    .market-img-icons-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .market-img-icons-section {
        padding: 130px 0
    }
}

.market-img-slider-lg {
    padding: 0;
    position: relative
}

.market-img-slider-lg__slide {
    position: relative
}

.market-img-slider-lg__slide img {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:900px) {
    .market-img-slider-lg__slide img {
        height: 940px
    }
}

.market-img-slider-lg__content {
    background: #00859a;
    width: 100%
}

@media screen and (min-width:900px) {
    .market-img-slider-lg__content {
        background: rgba(0, 133, 154, .8);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 60%
    }
}

@media screen and (min-width:1080px) {
    .market-img-slider-lg__content {
        width: calc(50% - 40px)
    }
}

.market-img-slider-lg__container {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    padding: 40px 30px
}

@media screen and (min-width:768px) {
    .market-img-slider-lg__container {
        padding: 60px
    }
}

@media screen and (min-width:1646px) {
    .market-img-slider-lg__container {
        padding-left: calc(100% - 682px);
        padding-right: 100px
    }
}

.app-download {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.app-download__content {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .app-download__content {
        margin-bottom: 0;
        padding-right: 60px;
        width: 50%
    }
}

.app-download__img {
    width: 100%
}

@media screen and (min-width:1080px) {
    .app-download__img {
        width: 50%
    }

    .app-download__img img {
        margin-left: auto
    }
}

.app-download__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.app-download__button {
    height: 45px;
    margin-bottom: 15px;
    margin-right: 15px
}

.app-download__button>img {
    display: block;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.app-download__section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .app-download__section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .app-download__section {
        padding: 100px 0 130px
    }
}

.template-brand .intro-section {
    background-image: url(../../resources/assets/svg/shapes.svg);
    background-repeat: repeat;
    background-size: 760px
}

.template-brand .txt-img-overlap__title {
    color: var(--brand-color)
}

.template-brand .txt-img-overlap__img:after {
    opacity: .4
}

.template-brand .column-cards-section.has-case-studies .container {
    position: relative
}

.template-brand .column-cards-section.has-case-studies .column-cards__cards {
    margin-bottom: 60px
}

@media screen and (min-width:768px) {
    .template-brand .column-cards-section.has-case-studies .column-cards__cards {
        margin-bottom: 90px
    }
}

@media screen and (min-width:1080px) {
    .template-brand .column-cards-section.has-case-studies .column-cards__cards {
        margin-bottom: -130px;
        position: relative;
        z-index: 10
    }
}

.template-brand .column-cards-section:not(.has-case-studies) {
    padding: 50px 0
}

@media screen and (min-width:768px) {
    .template-brand .column-cards-section:not(.has-case-studies) {
        padding: 75px 0
    }
}

@media screen and (min-width:1360px) {
    .template-brand .column-cards-section:not(.has-case-studies) {
        padding: 100px 0
    }
}

.template-brand .column-cards-section .column-cards__card-number {
    color: var(--brand-color)
}

.template-brand .column-cards-section .column-cards__card:first-child {
    background: var(--brand-color)
}

.template-brand .column-cards-section .column-cards__card:first-child .column-cards__card-number {
    color: #fff
}

.template-brand .cs-featured__container {
    background: none;
    position: relative
}

.template-brand .cs-featured__container:before {
    background: var(--brand-color);
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%
}

.template-brand .cs-featured__excerpt,
.template-brand .cs-featured__title {
    position: relative
}

.template-brand .cs-featured__title {
    color: #fff
}

.template-brand .brand-results__stat {
    color: var(--brand-color)
}

.template-brand .btn {
    background-color: #a5a8b5
}

.template-brand .btn:after,
.template-brand .btn:before {
    background-color: var(--brand-color)
}

.brand-features-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .brand-features-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .brand-features-section {
        padding: 130px 0
    }
}

.brand-features-row {
    display: flex;
    flex-flow: row wrap
}

.brand-features-row__left {
    order: 2;
    width: 100%
}

@media screen and (min-width:1080px) {
    .brand-features-row__left {
        order: 0;
        padding-right: 60px;
        width: calc(50% + 40px)
    }
}

.brand-features-row__right {
    margin-bottom: 40px;
    order: 1;
    width: 100%
}

@media screen and (min-width:1080px) {
    .brand-features-row__right {
        margin-bottom: 0;
        order: 0;
        width: calc(50% - 40px)
    }

    .brand-features-row__right img {
        margin-left: auto
    }
}

.brand-results-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .brand-results-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1080px) {
    .brand-results-section {
        padding: 120px 0 160px
    }
}

@media screen and (min-width:1360px) {
    .brand-results-section {
        padding: 180px 0 250px
    }
}

.brand-results {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap
}

.brand-results__img {
    position: relative;
    width: 100%
}

@media screen and (min-width:1080px) {
    .brand-results__img {
        width: 58%
    }
}

.brand-results__content {
    width: 100%
}

@media screen and (min-width:1080px) {
    .brand-results__content {
        padding-left: 80px;
        width: 42%
    }
}

.brand-results__sub-title {
    padding-top: 60px
}

@media screen and (min-width:768px) {
    .brand-results__sub-title {
        padding-top: 100px
    }
}

@media screen and (min-width:1080px) {
    .brand-results__sub-title {
        border-top: 1px solid #a5a8b5;
        padding-top: 30px
    }
}

.brand-results__stat {
    bottom: 0;
    font-size: 16rem;
    font-size: min(max(4rem, 11.7vw), 16rem);
    font-size: clamp(4rem, 11.7vw, 16rem);
    left: 0;
    position: absolute;
    transform: translateY(25px)
}

@media screen and (min-width:480px) {
    .brand-results__stat {
        transform: translateY(50%)
    }
}

@media screen and (min-width:1080px) {
    .brand-results__stat {
        left: 60px
    }
}

@media screen and (min-width:1360px) {
    .brand-results__stat {
        left: 110px
    }
}

.single-case_studies .scrolling-slider__title {
    color: #a5a8b5;
    margin-bottom: 40px
}

@media screen and (min-width:900px) {
    .single-case_studies .scrolling-slider__title {
        margin-bottom: 85px
    }
}

.single-case_studies .numbered-blocks__item:before {
    color: #a5a8b5
}

.cs-intro-wrapper {
    background: linear-gradient(90deg, transparent 30px, #fff 0);
    margin-top: -200px;
    padding-left: 30px;
    position: relative
}

@media screen and (min-width:768px) {
    .cs-intro-wrapper {
        background: linear-gradient(90deg, transparent 60px, #fff 0);
        padding-left: 60px
    }
}

@media screen and (min-width:1360px) {
    .cs-intro-wrapper {
        padding-left: 0
    }
}

@media screen and (min-width:1644px) {
    .cs-intro-wrapper {
        background: linear-gradient(90deg, transparent calc(50% - 722px), #fff calc(50% - 722px))
    }
}

.cs-intro {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding: 80px 15px;
    position: relative
}

@media screen and (min-width:480px) and (max-width:767px) {
    .cs-intro {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1080px) {
    .cs-intro {
        padding: 130px 0
    }
}

@media screen and (min-width:1600px) {
    .cs-intro {
        width: 1200px
    }
}

.cs-intro__left {
    width: 100%
}

@media screen and (min-width:1080px) {
    .cs-intro__left {
        width: 60%
    }
}

.cs-intro__left h2 {
    color: var(--brand-color)
}

@media screen and (max-width:479px) {
    .cs-intro__left .alpha {
        font-size: 26px;
        line-height: 32px
    }
}

.cs-intro__left .wysiwyg {
    max-width: 600px
}

.cs-intro__right {
    padding: 40px 0 0;
    width: 100%
}

@media screen and (min-width:1080px) {
    .cs-intro__right {
        padding: 0 0 0 50px;
        width: 40%
    }
}

@media screen and (min-width:1360px) {
    .cs-intro__right {
        padding: 0 0 0 100px
    }
}

.cs-intro__right svg {
    height: auto;
    max-width: 400px;
    width: 100%
}

.cs-intro__right svg:not(:last-child) {
    margin-bottom: 20px
}

.cs-stats-section {
    padding: 50px 0 75px
}

@media screen and (min-width:768px) {
    .cs-stats-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .cs-stats-section {
        padding: 130px 0 200px
    }
}

@media screen and (min-width:900px) {
    .cs-stats-wrapper {
        padding-left: 60px
    }
}

@media screen and (min-width:1360px) {
    .cs-stats-wrapper {
        padding-left: 100px
    }
}

.cs-stats-number {
    color: #a5a8b5;
    font-size: 60px;
    margin-bottom: 40px
}

@media screen and (min-width:400px) {
    .cs-stats-number {
        font-size: 19.9rem;
        font-size: min(max(5.3rem, 16.6vw), 19.9rem);
        font-size: clamp(5.3rem, 16.6vw, 19.9rem)
    }
}

@media screen and (min-width:1080px) {
    .cs-stats-number {
        margin-bottom: 50px
    }
}

@media screen and (min-width:1360px) {
    .cs-stats-number {
        margin-bottom: 80px
    }
}

.cs-stats-number sup {
    font-size: 40%;
    position: relative
}

@media screen and (min-width:1360px) {
    .cs-stats-number sup {
        top: -20px
    }
}

.cs-stats-number--md {
    font-size: 45px
}

@media screen and (min-width:400px) {
    .cs-stats-number--md {
        font-size: 14rem;
        font-size: min(max(4rem, 12vw), 14rem);
        font-size: clamp(4rem, 12vw, 14rem)
    }
}

@media screen and (min-width:1360px) {
    .cs-stats-number--md sup {
        top: -15px
    }
}

.cs-stats-number--sm {
    font-size: 35px
}

@media screen and (min-width:400px) {
    .cs-stats-number--sm {
        font-size: 10.8rem;
        font-size: min(max(3rem, 9vw), 10.8rem);
        font-size: clamp(3rem, 9vw, 10.8rem)
    }
}

@media screen and (min-width:1360px) {
    .cs-stats-number--sm sup {
        top: -10px
    }
}

.cs-stats-grid {
    display: grid;
    grid-template-areas: "title" "img" "content" "cols" "rows"
}

@media screen and (min-width:768px) {
    .cs-stats-grid {
        gap: 0 70px;
        grid-template-areas: "title img" "content content" "cols cols" "rows rows";
        grid-template-columns: calc(50% - 70px) 50%
    }
}

@media screen and (min-width:1080px) {
    .cs-stats-grid {
        gap: 70px;
        grid-template-areas: "title img" "title cols" "content rows"
    }
}

.cs-stats-grid__title {
    grid-area: title
}

.cs-stats-grid__title h2 {
    color: var(--brand-color)
}

.cs-stats-grid__img {
    grid-area: img
}

.cs-stats-grid__cols {
    grid-area: cols
}

.cs-stats-grid__cols .stat-cols {
    display: flex;
    flex-flow: row wrap;
    gap: 0 30px
}

@media screen and (min-width:768px) {
    .cs-stats-grid__cols .stat-cols {
        gap: 0 80px
    }
}

@media screen and (min-width:1080px) and (max-width:1280px) {
    .cs-stats-grid__cols .stat-cols {
        gap: 0 40px
    }
}

.cs-stats-grid__cols .stat-cols__item {
    margin-bottom: 40px;
    width: calc(50% - 15px)
}

@media screen and (min-width:768px) {
    .cs-stats-grid__cols .stat-cols__item {
        margin-bottom: 60px;
        width: calc(50% - 80px)
    }
}

@media screen and (min-width:1080px) and (max-width:1280px) {
    .cs-stats-grid__cols .stat-cols__item {
        width: calc(50% - 40px)
    }
}

.cs-stats-grid__cols .stat-cols__num {
    border-bottom: 1px solid #a5a8b5;
    color: var(--brand-color);
    font-size: 60px;
    margin-bottom: 25px;
    padding-bottom: 30px
}

@media screen and (min-width:414px) {
    .cs-stats-grid__cols .stat-cols__num {
        font-size: 80px
    }
}

@media screen and (min-width:768px) {
    .cs-stats-grid__cols .stat-cols__num {
        font-size: 100px
    }
}

@media screen and (min-width:1080px) and (max-width:1280px) {
    .cs-stats-grid__cols .stat-cols__num {
        font-size: 80px
    }
}

.cs-stats-grid__cols .stat-cols__num sup {
    font-size: 40%;
    position: relative
}

@media screen and (min-width:768px) {
    .cs-stats-grid__cols .stat-cols__num sup {
        top: -8px
    }
}

.cs-stats-grid__content {
    grid-area: content;
    padding: 35px 0
}

@media screen and (min-width:480px) {
    .cs-stats-grid__content {
        padding: 60px 0
    }
}

@media screen and (min-width:1080px) {
    .cs-stats-grid__content {
        align-items: flex-start;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        padding: 0
    }
}

.cs-stats-grid__content h2 {
    color: var(--brand-color);
    font-size: 35px;
    letter-spacing: -.32px;
    line-height: 40px
}

.cs-stats-grid__content .btn {
    background-color: #a5a8b5
}

.cs-stats-grid__content .btn:after,
.cs-stats-grid__content .btn:before {
    background-color: var(--brand-color)
}

.cs-stats-grid__rows {
    grid-area: rows
}

.cs-stats-grid__rows .stat-rows__item {
    border-bottom: 1px solid #a5a8b5;
    padding-bottom: 30px;
    width: 100%
}

@media screen and (min-width:768px) {
    .cs-stats-grid__rows .stat-rows__item {
        padding-bottom: 50px
    }
}

.cs-stats-grid__rows .stat-rows__item:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (min-width:768px) {
    .cs-stats-grid__rows .stat-rows__item:not(:last-child) {
        margin-bottom: 45px
    }
}

.cs-stats-grid__rows .stat-rows__num {
    color: var(--brand-color);
    font-size: 35px;
    letter-spacing: -.3px;
    margin: 0 0 10px
}

.cs-stats-grid__rows .stat-rows__num sup {
    font-size: 50%;
    position: relative
}

.cs-stats-grid__rows .stat-rows__text {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 24px;
    margin-top: 5px
}

.cs-archive-section {
    padding: 75px 30px
}

@media screen and (min-width:768px) {
    .cs-archive-section {
        padding: 80px 60px 100px
    }
}

@media screen and (min-width:1080px) {
    .cs-archive-section {
        padding-right: 0
    }
}

@media screen and (min-width:1600px) {
    .cs-archive-section {
        padding: 80px 0 130px 80px
    }
}

.cs-filters-section {
    padding: 40px 0
}

@media screen and (min-width:480px) {
    .cs-filters-section {
        padding: 60px 0
    }
}

.cs-filters {
    position: relative
}

.cs-filters__header {
    margin-bottom: 30px
}

@media screen and (min-width:480px) {
    .cs-filters__header {
        margin-bottom: 40px
    }
}

@media screen and (min-width:600px) {
    .cs-filters__options .selectric-markets-select {
        display: none
    }
}

.cs-filters__options-radios {
    display: flex;
    flex-flow: row wrap;
    gap: 15px 30px
}

@media screen and (min-width:1600px) {
    .cs-filters__options-radios {
        justify-content: space-between
    }
}

.cs-filters__options .cs-filter-btn {
    display: none
}

@media screen and (min-width:600px) {
    .cs-filters__options .cs-filter-btn {
        color: #a5a8b5;
        cursor: pointer;
        display: block;
        font-family: Aeonik Medium, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 24px;
        width: calc(25% - 25px)
    }
}

@media screen and (min-width:1080px) {
    .cs-filters__options .cs-filter-btn {
        width: calc(20% - 25px)
    }
}

@media screen and (min-width:1600px) {
    .cs-filters__options .cs-filter-btn {
        width: 150px
    }
}

.cs-filters__options .cs-filter-btn input[type=radio] {
    display: none
}

.cs-filters__options .cs-filter-btn input[type=radio]:checked~span {
    color: #000;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.cs-filters__options .cs-filter-btn span {
    display: block;
    max-width: 125px
}

.cs-filters__options .cs-filter-btn span sup {
    font-size: 11px;
    margin-left: 5px
}

.cs-filters__options .cs-filter-btn:first-child {
    font-size: 20px
}

@media screen and (min-width:1600px) {
    .cs-filters__options .cs-filter-btn:first-child {
        width: 80px
    }
}

.cs-filters__options .cs-filter-btn.active {
    color: #000;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.cs-filters__filter {
    margin-top: 30px
}

@media screen and (min-width:600px) {
    .cs-filters__filter {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.case-studies {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1760px
}

@media screen and (min-width:1080px) {
    .case-studies {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:1600px) {
    .case-studies {
        gap: 80px
    }
}

.case-studies__item {
    display: block
}

.case-studies__item h3 {
    margin-bottom: 5px
}

.case-studies__item h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .case-studies__item h2 {
        font-size: 35px;
        letter-spacing: -.32px;
        line-height: 40px
    }
}

.case-studies__img {
    margin-bottom: 35px;
    padding-bottom: 69.25%;
    position: relative
}

@media screen and (min-width:480px) {
    .case-studies__img {
        margin-bottom: 50px
    }
}

.case-studies__img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.cs-modal-toggle {
    align-items: flex-end;
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 20px;
    outline: none
}

.cs-modal-toggle .box-arrow-icon {
    margin-left: 15px
}

.cs-modal-toggle .box-arrow-icon__arrow {
    fill: #000
}

.cs-modal-toggle .box-arrow-icon__box {
    stroke: #000
}

.cs-modal {
    display: none;
    height: 100%;
    left: 0;
    padding: 110px 0 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200
}

@media screen and (min-width:768px) {
    .cs-modal {
        padding: 110px 0
    }
}

@media screen and (min-width:1080px) {
    .cs-modal {
        padding: 130px 0;
        width: calc(100% - 80px)
    }
}

.cs-modal.active {
    display: block
}

.cs-modal-container {
    height: 100%;
    margin: 0 auto;
    max-width: 1420px;
    overflow-y: scroll;
    padding: 12.5vh 30px 0
}

@media screen and (min-width:768px) {
    .cs-modal-container {
        padding: 12.5vh 60px 0
    }
}

.cs-modal-menu>li {
    font-family: Aeonik Regular, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px
}

@media screen and (min-width:1080px) {
    .cs-modal-menu>li {
        font-size: 40px;
        line-height: 45px
    }
}

.cs-modal-menu>li a {
    color: #fff;
    position: relative
}

@media screen and (min-width:1080px) {
    .cs-modal-menu>li a:after {
        background: url(../../resources/assets/svg/arrow-right.svg) no-repeat;
        background-position: 100%;
        background-size: 50px 26px;
        content: "";
        height: 26px;
        opacity: 0;
        padding-left: 23px;
        position: absolute;
        right: 10px;
        top: calc(50% + 4px);
        transform: translate(100%, -50%);
        transition: all .3s ease;
        visibility: hidden;
        width: 73px
    }
}

.cs-modal-menu>li a.active {
    color: #00859a;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media screen and (min-width:1080px) {
    .cs-modal-menu>li a.active:after {
        opacity: 1;
        right: 0;
        visibility: visible
    }
}

@media (hover:hover) {
    .cs-modal-menu>li a:hover:not(.active) {
        color: #a5a8b5
    }
}

.cs-modal-menu .cs-filter-submit {
    margin-top: 40px
}

@media screen and (min-width:1080px) {
    .cs-filters-form {
        align-items: flex-start;
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 340px
    }
}

.cs-filters-form__group {
    display: none
}

@media screen and (min-width:1080px) {
    .cs-filters-form__group {
        left: 340px;
        max-width: 840px;
        position: absolute;
        top: 40px;
        width: calc(100vw - 540px)
    }
}

@media screen and (min-width:1360px) {
    .cs-filters-form__group {
        left: 400px
    }
}

.cs-filters-form__group.active {
    display: block
}

.cs-filters-form .brands-list {
    display: flex;
    flex-flow: row wrap
}

@media screen and (max-width:1079px) {
    .cs-filters-form .brands-list {
        margin-left: -60px;
        margin-right: -60px;
        margin-top: 35px;
        width: calc(100% + 120px)
    }
}

@media screen and (max-width:767px) {
    .cs-filters-form .brands-list {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }
}

.cs-filters-form .brands-list__item {
    padding: 0 20px;
    width: 50%
}

@media screen and (min-width:414px) {
    .cs-filters-form .brands-list__item {
        width: 33.33333%
    }
}

@media screen and (min-width:1080px) {
    .cs-filters-form .brands-list__item {
        padding: 0 15px;
        width: 135px
    }
}

@media screen and (min-width:1360px) {
    .cs-filters-form .brands-list__item {
        padding: 0 20px;
        width: 155px
    }
}

.cs-filters-form .brands-list__item:not(:last-child) {
    margin-bottom: 30px
}

.cs-filters-form .brands-list__item input[type=checkbox] {
    display: none
}

.cs-filters-form .brands-list__item input[type=checkbox]:checked~span {
    color: #00859a;
    text-decoration: underline
}

.cs-filters-form .brands-list__item input[type=checkbox]:checked~span:after {
    background: url(../../resources/assets/svg/tick-alt.svg) no-repeat
}

.cs-filters-form .brands-list__item label {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Aeonik Bold, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:1600px) {
    .cs-filters-form .brands-list__item label {
        font-size: 13px;
        line-height: 15px
    }
}

.cs-filters-form .brands-list__item label svg {
    display: block;
    margin: 0 auto 10px
}

@media screen and (min-width:1080px) and (max-width:1360px) {
    .cs-filters-form .brands-list__item label svg {
        height: 30px;
        width: 30px
    }
}

.cs-filters-form .brands-list__item label svg .brand-icon-bg {
    fill: #fff
}

.cs-filters-form .brands-list__item label span {
    display: inline;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cs-filters-form .brands-list__item label span:after {
    background: none;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s linear;
    width: 16px
}

.cs-filters-form .brands-list__item label:hover span {
    text-decoration: underline
}

@media screen and (min-width:1080px) {
    .cs-filters-form .filter-list {
        padding-left: 30px
    }
}

@media screen and (max-width:1079px) {
    .cs-filters-form .filter-list {
        margin: 20px 0 15px
    }
}

.cs-filters-form .filter-list li {
    font-size: 25px;
    line-height: 30px
}

@media screen and (min-width:1080px) {
    .cs-filters-form .filter-list li {
        font-size: 30px;
        line-height: 35px
    }
}

@media screen and (min-width:1360px) {
    .cs-filters-form .filter-list li {
        font-size: 40px;
        line-height: 45px
    }
}

.cs-filters-form .filter-list li:not(:last-child) {
    margin-bottom: 10px
}

@media screen and (min-width:1080px) {
    .cs-filters-form .filter-list li:not(:last-child) {
        margin-bottom: 20px
    }
}

.cs-filters-form .filter-list li input[type=checkbox],
.cs-filters-form .filter-list li input[type=radio] {
    display: none
}

.cs-filters-form .filter-list li input[type=checkbox]:checked~span,
.cs-filters-form .filter-list li input[type=radio]:checked~span {
    color: #00859a;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.cs-filters-form .filter-list li input[type=checkbox]:checked~span:after,
.cs-filters-form .filter-list li input[type=radio]:checked~span:after {
    background: url(../../resources/assets/svg/tick-alt.svg) no-repeat
}

.cs-filters-form .filter-list li label {
    cursor: pointer
}

.cs-filters-form .filter-list li label span {
    position: relative;
    transition: all .15s linear
}

.cs-filters-form .filter-list li label span:after {
    background: none;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s linear;
    width: 22px
}

@media screen and (min-width:1360px) {
    .cs-filters-form .filter-list li label span:after {
        height: 29px;
        right: -70px;
        width: 40px
    }
}

.cs-filters-form .filter-list li label:hover span {
    color: #a5a8b5
}

.cs-filters-form .cs-filter-submit {
    margin-top: 20px
}

.about-mission-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .about-mission-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .about-mission-section {
        padding: 100px 0 130px
    }

    .about-container-offset {
        padding-left: 160px
    }
}

.about-mission {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.about-mission__content {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (min-width:1080px) {
    .about-mission__content {
        margin-bottom: 0;
        padding-right: 60px;
        width: 50%
    }
}

.about-mission__img {
    width: 100%
}

@media screen and (min-width:1080px) {
    .about-mission__img {
        width: 50%
    }

    .about-mission__img img {
        margin-left: auto
    }
}

.timeline-section {
    padding: 75px 0;
    position: relative
}

@media screen and (min-width:768px) {
    .timeline-section {
        padding: 0 0 100px
    }
}

@media screen and (min-width:1360px) {
    .timeline-section {
        padding: 0 0 130px
    }
}

@media screen and (min-width:768px) {
    .timeline-title {
        border-bottom: 1px solid #a5a8b5;
        left: 60px;
        padding-bottom: 20px;
        position: absolute;
        right: 60px;
        top: 100px
    }
}

@media screen and (min-width:1360px) {
    .timeline-title {
        left: 160px
    }
}

.timeline {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.timeline__years {
    display: none
}

@media screen and (min-width:768px) {
    .timeline__years {
        display: block;
        height: 225px;
        margin-bottom: 10vh;
        margin-top: calc(50vh - 130px);
        position: sticky;
        top: calc(50vh - 130px);
        width: 50%
    }
}

.timeline__progress {
    display: none
}

@media screen and (min-width:768px) {
    .timeline__progress {
        display: block;
        height: 250px;
        left: 190px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 250px
    }
}

@media screen and (min-width:1080px) {
    .timeline__progress {
        height: 300px;
        left: 280px;
        width: 300px
    }
}

@media screen and (min-width:1280px) {
    .timeline__progress {
        height: 332px;
        left: 320px;
        width: 332px
    }
}

@media screen and (min-width:1600px) {
    .timeline__progress {
        height: 462px;
        left: 390px;
        width: 462px
    }
}

.timeline__progress-path {
    stroke-dasharray: 1841;
    stroke-dashoffset: 1841
}

.timeline__milestones {
    max-width: 510px;
    width: 100%
}

@media screen and (min-width:768px) {
    .timeline__milestones {
        margin-top: 35vh;
        padding-left: 60px;
        width: 50%
    }
}

.timeline__year {
    color: #f2f2f2;
    font-size: 110px;
    line-height: 225px;
    transition: all .2s linear
}

@media screen and (min-width:1080px) {
    .timeline__year {
        font-size: 160px
    }
}

@media screen and (min-width:1280px) {
    .timeline__year {
        font-size: 180px
    }
}

@media screen and (min-width:1600px) {
    .timeline__year {
        font-size: 225px
    }
}

.timeline__year span:first-child {
    opacity: 0;
    visibility: hidden
}

.timeline__year.active {
    color: #00859a
}

.timeline__year.active span:first-child {
    opacity: 1;
    visibility: visible
}

.timeline__year-mob {
    font-size: 80px;
    margin-bottom: 35px
}

@media screen and (min-width:768px) {
    .timeline__year-mob {
        display: none
    }
}

.timeline__milestones-group {
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .timeline__milestones-group {
        padding-top: 60px
    }
}

.timeline__milestone {
    border-bottom: 1px solid #a5a8b5;
    margin: 0 30px;
    padding-bottom: 40px
}

@media screen and (min-width:768px) {
    .timeline__milestone {
        margin: 0;
        min-height: 170px;
        padding-bottom: 60px
    }
}

.timeline__milestone:not(:last-child) {
    margin-bottom: 40px
}

@media screen and (min-width:768px) {
    .timeline__milestone:not(:last-child) {
        margin-bottom: 60px
    }
}

.sus-stats-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .sus-stats-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .sus-stats-section {
        padding: 130px 0
    }
}

.sus-stats-row {
    display: flex;
    flex-flow: row wrap
}

.sus-stats-row__title {
    border-bottom: 1px solid #a5a8b5;
    opacity: 0;
    visibility: hidden;
    width: 100%
}

@media screen and (min-width:600px) {
    .sus-stats-row__title {
        border-bottom: none;
        border-right: 1px solid #a5a8b5;
        width: 35%
    }
}

@media screen and (min-width:900px) {
    .sus-stats-row__title {
        width: 25%
    }
}

.sus-stats-row__content {
    width: 100%
}

@media screen and (min-width:600px) {
    .sus-stats-row__content {
        width: 65%
    }
}

@media screen and (min-width:900px) {
    .sus-stats-row__content {
        width: 75%
    }
}

.sus-stats {
    display: flex;
    flex-flow: row wrap
}

.sus-stats__item {
    max-width: 500px;
    opacity: 0;
    padding: 30px 0 0;
    visibility: hidden;
    width: 100%
}

@media screen and (min-width:480px) {
    .sus-stats__item {
        padding: 60px 0 0 6vw
    }
}

@media screen and (min-width:1080px) {
    .sus-stats__item {
        width: 50%
    }
}

@media screen and (min-width:1360px) {
    .sus-stats__item {
        padding: 100px 0 0 100px
    }
}

.sus-stats__stat {
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 25px;
    position: relative
}

.sus-stats__stat p {
    font-size: 70px;
    letter-spacing: -1px
}

@media screen and (min-width:1360px) {
    .sus-stats__stat p {
        font-size: 100px
    }
}

.sus-content-section {
    padding: 75px 0 0
}

@media screen and (min-width:768px) {
    .sus-content-section {
        padding: 100px 0 0
    }
}

@media screen and (min-width:1360px) {
    .sus-content-section {
        padding: 130px 0 0
    }
}

.sus-cta-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .sus-cta-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .sus-cta-section {
        padding: 130px 0
    }
}

@media screen and (min-width:1900px) {
    .sus-cta-section {
        padding: 170px 0 220px
    }
}

.sus-cta-section h2 {
    max-width: 920px
}

.sus-img-text-section {
    overflow: hidden;
    position: relative
}

@media screen and (min-width:900px) {
    .sus-img-text-section {
        background: linear-gradient(90deg, #f2f2f2 31%, #fff 0);
        padding: 150px 0
    }
}

.sus-img-text-container {
    margin: 0 auto;
    max-width: 1920px
}

.sus-img-text {
    display: flex;
    flex-flow: row wrap
}

.sus-img-text__img {
    width: 100%
}

@media screen and (min-width:900px) {
    .sus-img-text__img {
        width: calc(50% - 40px)
    }
}

.sus-img-text__text {
    background: #fff;
    padding: 60px 30px 90px;
    width: 100%
}

@media screen and (min-width:768px) {
    .sus-img-text__text {
        padding: 90px 60px 120px
    }
}

@media screen and (min-width:900px) {
    .sus-img-text__text {
        padding: 30px 8vw 0;
        width: calc(50% + 40px)
    }
}

.sus-img-text__text-inner {
    max-width: 600px
}

.careers-cta-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .careers-cta-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .careers-cta-section {
        padding: 130px 0
    }
}

@media screen and (min-width:1900px) {
    .careers-cta-section {
        padding: 170px 0 220px
    }
}

.careers-cta-section h2 {
    max-width: 640px
}

.careers-img-text-section {
    padding: 0 0 75px
}

@media screen and (min-width:768px) {
    .careers-img-text-section {
        padding: 0 0 100px
    }
}

@media screen and (min-width:1080px) {
    .careers-img-text-section {
        padding: 0 0 160px
    }
}

@media screen and (min-width:1360px) {
    .careers-img-text-section {
        padding: 0 0 250px
    }
}

.careers-img-text-section--top {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .careers-img-text-section--top {
        padding: 100px 0
    }
}

@media screen and (min-width:1080px) {
    .careers-img-text-section--top {
        padding: 130px 0 160px
    }
}

@media screen and (min-width:1360px) {
    .careers-img-text-section--top {
        padding: 170px 0 250px
    }
}

.careers-img-text {
    display: flex;
    flex-flow: row wrap
}

@media screen and (max-width:1599px) {
    .careers-img-text {
        align-items: flex-start
    }
}

.careers-img-text__img {
    position: relative;
    width: 100%
}

@media screen and (min-width:1080px) {
    .careers-img-text__img {
        width: 58%
    }
}

.careers-img-text__content {
    width: 100%
}

@media screen and (min-width:1080px) {
    .careers-img-text__content {
        padding-left: 80px;
        width: 42%
    }
}

@media screen and (min-width:1600px) {
    .careers-img-text__content {
        padding-bottom: 110px
    }
}

.careers-img-text__sub-title {
    padding-top: 60px
}

@media screen and (min-width:768px) {
    .careers-img-text__sub-title {
        padding-top: 100px
    }
}

@media screen and (min-width:1080px) {
    .careers-img-text__sub-title {
        border-top: 1px solid #a5a8b5;
        padding-top: 30px
    }
}

.careers-img-text__big-text {
    bottom: 0;
    font-size: 16rem;
    font-size: min(max(4rem, 11.7vw), 16rem);
    font-size: clamp(4rem, 11.7vw, 16rem);
    left: 0;
    position: absolute;
    transform: translateY(25px)
}

@media screen and (min-width:480px) {
    .careers-img-text__big-text {
        transform: translateY(40%)
    }
}

@media screen and (min-width:1080px) {
    .careers-img-text__big-text {
        left: auto;
        right: -30px
    }
}

@media screen and (min-width:1600px) {
    .careers-img-text__big-text {
        right: -60%
    }
}

.template-brand-contacts .column-cards-section {
    padding: 50px 0;
    position: relative;
    z-index: 10
}

@media screen and (min-width:768px) {
    .template-brand-contacts .column-cards-section {
        padding: 75px 0
    }
}

@media screen and (min-width:1080px) {
    .template-brand-contacts .column-cards-section {
        padding: 0
    }

    .template-brand-contacts .column-cards-section:before {
        background: linear-gradient(90deg, transparent 60px, #fff 0);
        content: "";
        height: 165px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media screen and (min-width:1644px) {
    .template-brand-contacts .column-cards-section:before {
        background: linear-gradient(90deg, transparent calc(50% - 722px), #fff calc(50% - 722px))
    }
}

.template-brand-contacts .column-cards-section .container {
    position: relative
}

@media screen and (min-width:1080px) {
    .template-brand-contacts .column-cards-section .column-cards__content {
        min-height: 825px;
        padding-top: 300px
    }

    .template-brand-contacts .column-cards-section .column-cards__cards {
        position: absolute;
        right: 60px;
        top: 0;
        width: calc(50% - 20px)
    }
}

.map .acf-map {
    height: 500px;
    max-height: calc(100vh - 130px);
    width: 100%
}

@media screen and (min-width:768px) {
    .map .acf-map {
        height: 700px
    }
}

@media screen and (min-width:1360px) {
    .map .acf-map {
        height: 850px
    }
}

.map .cluster-marker {
    font-weight: 700;
    text-shadow: 1px 1px 4px #000
}

.brand-contacts-list-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .brand-contacts-list-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .brand-contacts-list-section {
        padding: 150px 0
    }
}

.brand-contacts-list {
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-inline: auto;
    max-width: 330px
}

@media screen and (min-width:600px) {
    .brand-contacts-list {
        gap: 50px 30px;
        grid-template-columns: repeat(2, minmax(200px, 310px));
        justify-content: space-between;
        max-width: 680px
    }
}

@media screen and (min-width:1080px) {
    .brand-contacts-list {
        grid-template-columns: repeat(3, minmax(200px, 330px));
        max-width: 100%
    }
}

@media screen and (min-width:1600px) {
    .brand-contacts-list {
        gap: 70px 30px;
        padding-left: 110px
    }
}

.brand-contacts-list__item {
    padding: 30px
}

.brand-contacts-list__item.active {
    background: #fff
}

.brand-contacts-list__logo {
    border-bottom: 1px solid #a5a8b5;
    margin-bottom: 20px;
    padding-bottom: 25px
}

@media screen and (min-width:600px) {
    .brand-contacts-list__logo {
        margin-bottom: 30px;
        padding-bottom: 35px
    }
}

.brand-contacts-list__logo svg {
    max-width: 100%
}

@media screen and (min-width:1280px) {
    .brand-contacts-list__logo svg {
        transform: scale(1.2);
        transform-origin: top left
    }
}

.brand-contacts-list__address p {
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 20px
}

.brand-contacts-list__address p:not(:last-child) {
    margin-bottom: 10px
}

.brand-contacts-list__address a {
    color: #00859a;
    font-family: Aeonik Bold, sans-serif;
    font-style: normal;
    font-weight: 400
}

.directions-link {
    align-items: center;
    color: #a5a8b5;
    display: inline-flex;
    flex-flow: row;
    margin-top: 40px;
    transition: all .15s linear
}

.directions-link .box-arrow-icon {
    display: block
}

@media screen and (max-width:767px) {
    .directions-link .box-arrow-icon {
        height: 14px;
        width: 21px
    }
}

.directions-link .box-arrow-icon__arrow {
    fill: #a5a8b5;
    transition: all .15s linear
}

.directions-link .box-arrow-icon__box {
    stroke: #a5a8b5;
    transition: all .15s linear
}

.directions-link__text {
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 20px;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .directions-link__text {
        margin-right: 15px
    }
}

.directions-link:hover {
    color: #00859a
}

.directions-link:hover .box-arrow-icon__arrow {
    fill: #00859a
}

.directions-link:hover .box-arrow-icon__box {
    stroke: #00859a
}

.downloads-filters__header {
    padding-top: 140px
}

@media screen and (min-width:480px) {
    .downloads-filters__header {
        padding-top: 180px
    }
}

@media screen and (min-width:1360px) {
    .downloads-filters__header {
        padding-top: 240px
    }
}

.downloads-filters__header h2 {
    font-size: 55px;
    letter-spacing: -.32px;
    line-height: 60px;
    margin-bottom: -25px
}

@media screen and (min-width:480px) {
    .downloads-filters__header h2 {
        font-size: 75px;
        letter-spacing: -.5px;
        line-height: 80px;
        margin-bottom: -32px
    }
}

@media screen and (min-width:1080px) {
    .downloads-filters__header h2 {
        font-size: 100px;
        line-height: 110px;
        margin-bottom: -45px
    }
}

.downloads-filters__options {
    padding-top: 65px
}

@media screen and (min-width:480px) {
    .downloads-filters__options {
        padding-top: 80px
    }
}

@media screen and (min-width:1080px) {
    .downloads-filters__options {
        padding-top: 100px
    }
}

.downloads-filters__options .list-btn-wrapper {
    align-items: flex-start;
    border-top: 1px solid #a5a8b5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0
}

@media screen and (min-width:480px) {
    .downloads-filters__options .list-btn-wrapper {
        padding: 45px 0
    }
}

.downloads-archive-section {
    padding: 50px 0
}

@media screen and (min-width:768px) {
    .downloads-archive-section {
        padding: 75px 0
    }
}

@media screen and (min-width:1360px) {
    .downloads-archive-section {
        padding: 100px 0
    }
}

@media screen and (max-width:479px) {
    .downloads-archive-section .container {
        padding: 0 20px
    }
}

.downloads__item {
    padding: 25px 20px;
    position: relative
}

@media screen and (min-width:480px) {
    .downloads__item {
        padding: 50px 30px
    }
}

@media screen and (min-width:768px) {
    .downloads__item {
        padding: 50px 160px 50px 60px
    }
}

@media screen and (min-width:1360px) {
    .downloads__item {
        padding: 50px 200px 50px 100px
    }
}

.downloads__item:not(:last-child) {
    margin-bottom: 30px
}

.downloads__file-icon {
    display: none
}

@media screen and (min-width:768px) {
    .downloads__file-icon {
        display: block;
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (min-width:1360px) {
    .downloads__file-icon {
        right: 100px
    }
}

.downloads__cat {
    font-size: 14px;
    line-height: 26px
}

@media screen and (min-width:480px) {
    .downloads__cat {
        font-size: 17px;
        line-height: 30px
    }
}

@media screen and (min-width:768px) {
    .downloads__cat {
        font-size: 20px;
        line-height: 35px
    }
}

.downloads__title {
    font-size: 20px;
    line-height: 28px
}

@media screen and (min-width:480px) {
    .downloads__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (min-width:1360px) {
    .downloads__title {
        font-size: 35px;
        line-height: 40px
    }
}

.downloads__link {
    align-items: center;
    display: inline-flex;
    flex-flow: row;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
    transition: all .15s linear
}

@media screen and (min-width:480px) {
    .downloads__link {
        font-size: 13px;
        line-height: 20px
    }
}

.downloads__link .box-arrow-icon {
    margin-left: 8px
}

@media screen and (min-width:768px) {
    .downloads__link .box-arrow-icon {
        margin-left: 15px
    }
}

.downloads__link .box-arrow-icon path {
    transition: all .15s linear
}

.downloads__link:hover {
    color: #00859a
}

.downloads__link:hover .box-arrow-icon__arrow {
    fill: #00859a
}

.downloads__link:hover .box-arrow-icon__box {
    stroke: #00859a
}

.product-downloads-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .product-downloads-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .product-downloads-section {
        padding: 130px 0
    }
}

.template-brand-products .hero-coloured__text a {
    color: var(--brand-color)
}

.template-brand-products .hero-coloured__text a:hover {
    color: #a5a8b5
}

.template-brand-products .btn {
    background-color: #a5a8b5
}

.template-brand-products .btn:after,
.template-brand-products .btn:before {
    background-color: var(--brand-color)
}

.template-brand-products .products__item:hover:after {
    background: var(--brand-color)
}

.products-archive-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .products-archive-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .products-archive-section {
        padding: 130px 0
    }
}

.products {
    display: grid;
    gap: 55px 30px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 310px
}

@media screen and (min-width:600px) {
    .products {
        grid-template-columns: 1fr 1fr;
        max-width: 905px
    }
}

@media screen and (min-width:768px) {
    .products {
        gap: 80px 60px
    }
}

@media screen and (min-width:1280px) {
    .products {
        gap: 100px 60px;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: none
    }
}

@media screen and (min-width:1600px) {
    .products {
        gap: 150px 80px
    }
}

.products__item {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    min-height: 310px;
    padding: 25px 20px;
    position: relative
}

@media screen and (min-width:900px) {
    .products__item {
        min-height: 425px;
        padding: 45px 40px
    }
}

.products__item:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1
}

.products__item:hover:after {
    background: #00859a;
    opacity: 1
}

.products__img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.products__title {
    border-top: 1px solid #a5a8b5;
    font-size: 18px;
    line-height: 25px;
    padding-top: 30px;
    position: relative;
    z-index: 10
}

@media screen and (min-width:900px) {
    .products__title {
        font-size: 24px;
        line-height: 35px;
        min-height: 101px
    }
}

.page-template-template-covalence-products .products__img img {
    max-height: 310px
}

@media screen and (min-width:900px) {
    .page-template-template-covalence-products .products__img img {
        max-height: none
    }
}

@media screen and (min-width:1080px) {
    .enquiry-section {
        background: linear-gradient(90deg, #fff calc(50% - 120px), #f2f2f2 calc(50% - 120px));
        padding: 200px 0 100px
    }
}

@media screen and (min-width:1360px) {
    .enquiry-section {
        padding: 250px 0 130px
    }
}

.enquiry {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1920px
}

.enquiry__content {
    background: #fff;
    padding: 120px 30px 60px;
    width: 100%
}

@media screen and (min-width:768px) {
    .enquiry__content {
        padding: 160px 60px 60px
    }
}

@media screen and (min-width:1080px) {
    .enquiry__content {
        background: none;
        padding: 0 60px;
        width: calc(50% - 120px)
    }
}

@media screen and (min-width:1662px) {
    .enquiry__content {
        padding: 0 100px 0 calc(50% - 722px)
    }
}

.enquiry__form {
    background: #f2f2f2;
    padding: 60px 30px 0;
    width: 100%
}

@media screen and (min-width:768px) {
    .enquiry__form {
        padding: 60px 60px 0
    }
}

@media screen and (min-width:1080px) {
    .enquiry__form {
        background: none;
        padding: 0 80px;
        width: calc(50% + 120px)
    }
}

@media screen and (min-width:1662px) {
    .enquiry__form {
        padding: 0 100px 0 130px
    }
}

.search-hero {
    padding: 140px 0 60px
}

@media screen and (min-width:480px) {
    .search-hero {
        padding: 180px 0 80px
    }
}

@media screen and (min-width:1360px) {
    .search-hero {
        padding: 200px 0 120px
    }
}

.search-hero__title {
    font-size: 55px;
    letter-spacing: -.32px;
    line-height: 60px
}

@media screen and (min-width:480px) {
    .search-hero__title {
        font-size: 75px;
        letter-spacing: -.5px;
        line-height: 80px
    }
}

@media screen and (min-width:1080px) {
    .search-hero__title {
        font-size: 100px;
        line-height: 110px
    }
}

.search-hero .search-form__input {
    position: relative
}

.search-hero .search-form__input input[type=search] {
    background: none;
    border: none;
    border-bottom: 1px solid #a5a8b5;
    font-size: 28px;
    letter-spacing: -.32px;
    line-height: 33px;
    padding: 18px 0
}

@media screen and (min-width:768px) {
    .search-hero .search-form__input input[type=search] {
        font-size: 42px;
        letter-spacing: -.5px;
        line-height: 47px
    }
}

@media screen and (min-width:1080px) {
    .search-hero .search-form__input input[type=search] {
        font-size: 75px;
        line-height: 80px
    }
}

.search-hero .search-form__input input[type=search]::-webkit-input-placeholder {
    color: #a5a8b5
}

.search-hero .search-form__input input[type=search]::-moz-placeholder {
    color: #a5a8b5
}

.search-hero .search-form__input input[type=search]:-ms-input-placeholder {
    color: #a5a8b5
}

.search-hero .search-form__input input[type=search]:-webkit-autofill,
.search-hero .search-form__input input[type=search]:-webkit-autofill:focus,
.search-hero .search-form__input input[type=search]:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    background: none;
    -webkit-box-shadow: inset 0 0 0 1000px #f2f2f2;
    -webkit-transition: none;
    transition: none
}

.search-hero .search-form__input input[type=search]::-ms-clear,
.search-hero .search-form__input input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

.search-hero .search-form__input input[type=search]::-webkit-search-cancel-button,
.search-hero .search-form__input input[type=search]::-webkit-search-decoration,
.search-hero .search-form__input input[type=search]::-webkit-search-results-button,
.search-hero .search-form__input input[type=search]::-webkit-search-results-decoration {
    display: none
}

.search-hero .search-form__input .search-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.search-hero .search-form__input .search-btn svg {
    height: 26px;
    width: 26px
}

@media screen and (min-width:1080px) {
    .search-hero .search-form__input .search-btn svg {
        height: 40px;
        width: 40px
    }
}

.search-hero .search-form__input .search-btn svg path {
    fill: #000
}

.search-results-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .search-results-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .search-results-section {
        padding: 120px 0
    }
}

.search-results-item {
    border-bottom: 1px solid #a5a8b5;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.search-results-item a {
    display: block;
    padding-right: 70px;
    position: relative
}

.search-results-item a .box-arrow-icon {
    bottom: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(50%)
}

.search-results-item__title {
    font-size: 20px;
    line-height: 28px
}

@media screen and (min-width:480px) {
    .search-results-item__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (min-width:1360px) {
    .search-results-item__title {
        font-size: 35px;
        line-height: 40px
    }
}

.page-template-default .wysiwyg,
.template-privacy .wysiwyg {
    max-width: 1080px
}

.page-template-default .wysiwyg h1,
.page-template-default .wysiwyg h2,
.template-privacy .wysiwyg h1,
.template-privacy .wysiwyg h2 {
    color: #000
}

.page-hero {
    padding: 140px 0 60px
}

@media screen and (min-width:480px) {
    .page-hero {
        padding: 180px 0 80px
    }
}

@media screen and (min-width:1360px) {
    .page-hero {
        padding: 200px 0 120px
    }
}

.page-hero__title {
    border-bottom: 1px solid #a5a8b5;
    font-size: 55px;
    letter-spacing: -.32px;
    line-height: 60px;
    max-width: 1080px;
    padding-bottom: 30px
}

@media screen and (min-width:480px) {
    .page-hero__title {
        font-size: 75px;
        letter-spacing: -.5px;
        line-height: 80px;
        padding-bottom: 50px
    }
}

@media screen and (min-width:1080px) {
    .page-hero__title {
        font-size: 100px;
        line-height: 110px
    }
}

.page-content-section {
    padding: 75px 0
}

@media screen and (min-width:768px) {
    .page-content-section {
        padding: 100px 0
    }
}

@media screen and (min-width:1360px) {
    .page-content-section {
        padding: 120px 0
    }
}

.portal-login-section {
    padding: 140px 0 60px
}

@media screen and (min-width:480px) {
    .portal-login-section {
        padding: 180px 0 80px
    }
}

@media screen and (min-width:1360px) {
    .portal-login-section {
        padding: 250px 0 180px
    }
}

@media screen and (min-width:1080px) {
    .portal-section {
        background: linear-gradient(90deg, #f2f2f2 35%, #fff 0);
        padding: 200px 0 100px
    }
}

@media screen and (min-width:1360px) {
    .portal-section {
        padding: 200px 0 120px
    }
}

.portal-row {
    display: flex;
    flex-flow: column
}

@media screen and (min-width:1080px) {
    .portal-row {
        flex-flow: row wrap
    }
}

.portal-row__nav {
    background: #f2f2f2;
    padding: 120px 30px 60px;
    width: 100%
}

@media screen and (min-width:768px) {
    .portal-row__nav {
        padding: 160px 60px 60px
    }
}

@media screen and (min-width:1080px) {
    .portal-row__nav {
        background: none;
        padding: 0 60px;
        width: 35%
    }
}

@media screen and (min-width:1662px) {
    .portal-row__nav {
        padding: 0 100px 0 calc(50% - 722px)
    }
}

.portal-row__content {
    background: #fff;
    padding: 60px 30px;
    width: 100%
}

@media screen and (min-width:768px) {
    .portal-row__content {
        padding: 60px
    }
}

@media screen and (min-width:1080px) {
    .portal-row__content {
        background: none;
        padding: 0 80px;
        width: 65%
    }
}

@media screen and (min-width:1662px) {
    .portal-row__content {
        padding: 0 100px 0 130px
    }
}

.portal-nav li:not(:last-child) {
    margin-bottom: 20px
}

.portal-nav li.logout-link a {
    align-items: center;
    display: inline-flex
}

.portal-nav li.logout-link a svg {
    display: inline-flex;
    height: 16px;
    margin-right: 7px;
    width: auto
}

.portal-sub-menu li>a {
    margin-left: 20px
}

.portal-sub-menu li>a:hover {
    text-decoration: underline
}

.portal-sub-menu li:not(:last-child) {
    margin-bottom: 5px
}

.register-text a {
    text-decoration: underline
}

.portal-logo svg {
    display: block;
    height: auto;
    width: 60px
}

#portal-assets_wrapper {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap
}

#portal-assets_wrapper .dataTables_filter,
#portal-assets_wrapper .dataTables_info,
#portal-assets_wrapper .dataTables_length,
#portal-assets_wrapper .dataTables_paginate {
    width: 100%
}

@media screen and (min-width:600px) {

    #portal-assets_wrapper .dataTables_filter,
    #portal-assets_wrapper .dataTables_info,
    #portal-assets_wrapper .dataTables_length,
    #portal-assets_wrapper .dataTables_paginate {
        width: 50%
    }
}

#portal-assets_wrapper .dataTables_length label {
    font-family: Aeonik Regular, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width:767px) {
    #portal-assets_wrapper .dataTables_length label {
        font-size: 13px
    }
}

#portal-assets_wrapper .dataTables_length .select-box {
    display: inline-block;
    margin: 0 6px;
    width: auto
}

#portal-assets_wrapper .dataTables_length .select-box:after {
    right: 10px;
    top: 17px
}

#portal-assets_wrapper .dataTables_length .select-box select {
    background: #eceaea;
    display: inline-block;
    font-size: 16px;
    padding: 8px 36px 8px 10px;
    width: auto
}

#portal-assets_wrapper .dataTables_filter {
    display: none
}

@media screen and (min-width:768px) {
    #portal-assets_wrapper .dataTables_filter {
        display: block;
        text-align: right
    }
}

@media screen and (min-width:1080px) and (max-width:1280px) {
    #portal-assets_wrapper .dataTables_filter {
        text-align: left
    }
}

#portal-assets_wrapper .dataTables_filter input,
#portal-assets_wrapper .dataTables_filter label {
    font-family: Aeonik Regular, sans-serif;
    font-style: normal;
    font-weight: 400
}

#portal-assets_wrapper .dataTables_filter input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eceaea;
    border: 1px solid #dddee3;
    border-radius: 0;
    display: inline-block !important;
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
    outline: none;
    padding: 10px 20px;
    width: auto !important
}

@media screen and (min-width:1080px) and (max-width:1280px) {
    #portal-assets_wrapper .dataTables_filter input {
        margin: 10px 0 0;
        width: 100% !important
    }
}

#portal-assets_wrapper .dataTables_info {
    font-family: Aeonik Regular, sans-serif;
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width:767px) {
    #portal-assets_wrapper .dataTables_info {
        font-size: 13px
    }
}

#portal-assets_wrapper .dataTables_empty {
    font-family: Aeonik Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

@media screen and (max-width:599px) {
    #portal-assets_wrapper .dataTables_paginate {
        margin-top: 10px
    }
}

@media screen and (min-width:600px) {
    #portal-assets_wrapper .dataTables_paginate {
        text-align: right
    }
}

#portal-assets_wrapper .dataTables_paginate .paginate_button {
    color: #00859a;
    cursor: pointer;
    font-family: Aeonik Medium, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase
}

#portal-assets_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 10px
}

#portal-assets_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 10px
}

#portal-assets_wrapper .dataTables_paginate>span :not(:last-child) {
    margin-right: 6px
}

.assets-table-wrapper {
    overflow-x: scroll
}

@media screen and (max-width:599px) {
    .assets-table-wrapper {
        margin-bottom: 30px
    }
}

@media screen and (min-width:600px) {
    .assets-table {
        width: 100%
    }
}

.assets-table tbody tr td,
.assets-table thead th {
    padding: 20px 10px
}

@media screen and (min-width:768px) {

    .assets-table tbody tr td,
    .assets-table thead th {
        padding: 20px
    }
}

.assets-table thead th {
    border: 1px solid #f7f7f7
}

@media screen and (max-width:599px) {
    .assets-table thead th {
        min-width: 200px
    }
}

@media screen and (min-width:600px) {
    .assets-table thead th:nth-child(2) {
        width: 170px
    }
}

@media screen and (min-width:1360px) {
    .assets-table thead th:nth-child(2) {
        width: 200px
    }
}

@media screen and (min-width:600px) {
    .assets-table thead th:nth-child(3) {
        width: 150px
    }
}

@media screen and (min-width:1360px) {
    .assets-table thead th:nth-child(3) {
        width: 170px
    }
}

.assets-table tbody tr:nth-child(2n) {
    background-color: #eceaea
}

.assets-table tbody tr td {
    border: 1px solid #f7f7f7
}

.assets-table .assets-row .select-box {
    display: inline-block;
    width: auto
}

.assets-table .assets-row .select-box select {
    background: none;
    border: none;
    font-family: Aeonik Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0 38px 0 0
}

.assets-table .assets-row .select-box:after {
    right: 10px;
    top: 8px
}

.assets-table .assets-row .asset-download-cell {
    position: relative
}

.assets-table .assets-row .asset-download {
    left: 50%;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.assets-table .assets-row .asset-download svg {
    display: block
}

.assets-table .assets-row .asset-download svg path {
    transition: all .15s linear
}

.assets-table .assets-row .asset-download:hover svg path {
    fill: #00859a
}

.downloads-table.assets-table {
    margin-bottom: 10px;
    margin-top: 20px
}

@media screen and (min-width:600px) {
    .downloads-table.assets-table {
        margin-bottom: 30px
    }
}

.checkbox-filter {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px
}

.checkbox-filter li {
    line-height: 14px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    width: 115px
}

.checkbox-filter li input {
    display: none
}

.checkbox-filter li label {
    background-color: #fff;
    border: 1px solid #a5a8b5;
    cursor: pointer;
    display: block;
    height: 90px;
    margin: 0 auto;
    position: relative;
    width: 90px
}

.checkbox-filter li label svg {
    height: 55px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px
}

.checkbox-filter li span {
    word-wrap: break-word;
    display: block;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 10px
}

.checkbox-filter li input:checked+label {
    background-color: #00859a
}

.checkbox-filter li input:checked+label svg path {
    fill: #fff
}

.register-info {
    border-top: 1px solid #a5a8b5;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 40px
}

@media screen and (min-width:768px) {
    .register-info {
        grid-template-columns: 1fr 1fr
    }
}

.career h2{
    color: #000000;
    font-family: Aeonik Bold, sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.career .col-50{
    width: 50%;
    overflow-x: hidden;
}
.career-img{
    margin-top: 2rem;
    height: 765px;
}
.career-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career input[type="submit"]{
    background-color: red;
    color: #fff;
    border: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    cursor: pointer;
}
/*# sourceMappingURL=main.css.map*/