.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.p-0 {
    padding: 0;
}

button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body, .text--18 {
    font-size: 18px;
    line-height: 1.44;
}
@media only screen and (max-width: 767px) {
    body, .text--18 {
        font-size: 16px;
    }
}

.text--48 {
    font-size: 48px;
    line-height: 1.14;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .text--48 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .text--48 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--48 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .text--48 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.text--28 {
    font-size: 28px;
    line-height: 1.39;
}
@media only screen and (max-width: 767px) {
    .text--28 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .text--24 {
        font-size: 18px;
        line-height: 1.83;
    }
}

.text--20 {
    font-size: 20px;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .text--20 {
        font-size: 18px;
    }
}

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

.text--14 {
    font-size: 14px;
    line-height: 1.79;
}

.text--12 {
    font-size: 12px;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.overflow-h {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 1rem;
}

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

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

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }

    .text-xs-left {
        text-align: left;
    }

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

    .d-xs-none {
        display: none !important;
    }

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

    .d-xs-block {
        display: block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left;
    }

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

    .d-sm-none {
        display: none !important;
    }

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

    .d-sm-block {
        display: block !important;
    }

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

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }

    .text-md-left {
        text-align: left;
    }

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

    .d-md-none {
        display: none !important;
    }

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

    .d-md-block {
        display: block !important;
    }

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

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }

    .text-lg-left {
        text-align: left;
    }

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

    .d-lg-none {
        display: none !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

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

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1439px) {
    .text-xl-center {
        text-align: center;
    }

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

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

    .d-xl-none {
        display: none !important;
    }

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

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 0;
    width: 100%;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

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

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

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

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

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

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: calc(100% - 40px);
    }

    .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

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

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

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

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

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container {
        max-width: 1020px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

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

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

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

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

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .container {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

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

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

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

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

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1440px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .container {
        max-width: 1440px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }

    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-offset-1 {
        margin-left: 8.333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }

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

    .col-xl-offset-4 {
        margin-left: 33.333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.667%;
    }

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

    .col-xl-offset-7 {
        margin-left: 58.333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.667%;
    }

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

    .col-xl-offset-10 {
        margin-left: 83.333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.667%;
    }

    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

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

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

    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

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

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

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
/* stylelint-disable */
/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color:#007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* stylelint-enable */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

@font-face {
    font-family: "Martel";
    src: url("../fonts/Martel-Light.woff2") format("woff2"), url("../fonts/Martel-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Martel";
    src: url("../fonts/Martel-Regular.woff2") format("woff2"), url("../fonts/Martel-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Regular.woff2") format("woff2"), url("../fonts/Karla-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Medium.woff2") format("woff2"), url("../fonts/Karla-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Bold.woff2") format("woff2"), url("../fonts/Karla-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.bg-blue {
    background-color: #486091;
    color: #ffffff;
}
.bg-beige {
    background-color: #f1eee8;
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text--white {
    color: #ffffff;
}
.text--grey {
    color: #aaaaaa;
}
.text--bold {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}
.text--font-secondary {
    font-family: "Martel", serif;
}

.stretched-link::before {
    z-index: 3;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.slider-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-arrow {
    transition: opacity 0.3s ease;
    margin-right: 24px;
}
@media only screen and (max-width: 1022px) {
    .slider-arrow {
        margin-right: 10px;
    }
}
.slider-arrow .icon {
    width: 12px;
    height: 18px;
}
.slider-arrow .icon::before {
    background-color: #ffffff;
}
.slider-arrow.arrow-right {
    margin-left: 24px;
    margin-right: 0;
}
@media only screen and (max-width: 1022px) {
    .slider-arrow.arrow-right {
        margin-left: 10px;
    }
}
.slider-arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination {
    position: relative;
    bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet,
.swiper-pagination-bullet {
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: background-color 0.3s ease;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet::before,
.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal-bullet::before,
.swiper-pagination-bullet::before {
        width: 6px;
        height: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal-bullet,
.swiper-pagination-bullet {
        height: 14px;
        width: 14px;
    }
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet.swiper-pagination-bullet-active::before, .swiper-pagination-bullets.swiper-pagination-horizontal-bullet:hover::before,
.swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-pagination-bullet:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

::selection {
    background-color: #486091;
    color: #ffffff;
}

body {
    color: #333333;
    font-family: "Karla", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    font-weight: 400;
    align-items: flex-start;
    /* stylelint-disable-next-line */
}
body.is-open-menu, body.noscroll {
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    body.is-open-menu, body.noscroll {
        overflow: auto;
    }
}
body *:focus-visible {
    outline: 2px solid #486091 !important;
}

.noselect,
.noselect * {
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

figcaption,
.wp-caption {
    color: #656565;
    font-size: 12px;
    padding-top: 12px;
    line-height: 1.2;
}

.sc-general {
    width: 100%;
    position: relative;
}

.swiper-container:not(.swiper-container-initialized) .swiper-pagination,
.swiper-container:not(.swiper-container-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 165px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    main {
        padding-top: 150px;
    }
}
@media only screen and (max-width: 1022px) {
    main {
        padding-top: 78px;
    }
}

img.lazyload,
img.lazyloaded {
    transition: transform 0.3s ease, opacity 300ms !important;
}

/* stylelint-disable */
body #pojo-a11y-toolbar {
    top: auto !important;
    bottom: 80px !important;
    transition: 0.3s ease !important;
    z-index: 999 !important;
}
@media only screen and (max-width: 1022px) {
    body #pojo-a11y-toolbar {
        top: 80px !important;
        bottom: auto !important;
    }
}
body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
    bottom: 0 !important;
}
@media only screen and (max-width: 1022px) {
    body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle {
        bottom: auto !important;
    }
}
body.pojo-a11y-grayscale {
    filter: none !important;
}
body.pojo-a11y-grayscale:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    backdrop-filter: grayscale(100%);
    z-index: 1000;
}
body.pojo-a11y-high-contrast .header-search__form ::placeholder,
body.pojo-a11y-high-contrast .header-search__form ::-webkit-input-placeholder {
    color: #ffffff !important;
}
body.pojo-a11y-high-contrast .icon:before {
    background-color: #ffffff !important;
}
body.pojo-a11y-high-contrast .news-card,
body.pojo-a11y-high-contrast .news-link,
body.pojo-a11y-high-contrast .banner-module__link-box,
body.pojo-a11y-high-contrast .employee-card,
body.pojo-a11y-high-contrast .advance-cookie-modal__inner,
body.pojo-a11y-high-contrast .btn,
body.pojo-a11y-high-contrast .swiper-pagination-bullet,
body.pojo-a11y-high-contrast .mod-filter__link {
    border: 1px solid #ffffff !important;
}
body.pojo-a11y-negative-contrast .header-search__form ::placeholder,
body.pojo-a11y-negative-contrast .header-search__form ::-webkit-input-placeholder {
    color: #ffffff !important;
}
body.pojo-a11y-negative-contrast .icon:before {
    background-color: #ffffff !important;
}
body.pojo-a11y-negative-contrast .news-card,
body.pojo-a11y-negative-contrast .news-link,
body.pojo-a11y-negative-contrast .banner-module__link-box,
body.pojo-a11y-negative-contrast .employee-card,
body.pojo-a11y-negative-contrast .advance-cookie-modal__inner,
body.pojo-a11y-negative-contrast .btn,
body.pojo-a11y-negative-contrast .swiper-pagination-bullet,
body.pojo-a11y-negative-contrast .mod-filter__link {
    border: 1px solid #ffffff !important;
}
body.pojo-a11y-negative-contrast a {
    text-decoration: underline !important;
}
body.pojo-a11y-light-background .btn,
body.pojo-a11y-light-background .advance-cookie-modal__inner,
body.pojo-a11y-light-background .image-gallery__nav-arrow,
body.pojo-a11y-light-background .image-gallery__zoom-btn {
    border: 1px solid #000000 !important;
}
body.pojo-a11y-light-background .advance-cookie-modal__close-btn .icon::before {
    background-color: #000000 !important;
}
body.pojo-a11y-light-background a {
    text-decoration: underline !important;
}
body.pojo-a11y-light-background .image-gallery__nav-arrow :before,
body.pojo-a11y-light-background .image-gallery__zoom-btn :before {
    background-color: #000000 !important;
}
@media only screen and (max-width: 1022px) {
    body.is-scrolled #pojo-a11y-toolbar {
        bottom: 28px !important;
    }
}
@media only screen and (max-width: 1022px) {
    body.is-scrolled.is-scrolled-up #pojo-a11y-toolbar {
        bottom: 88px !important;
    }
}
@media only screen and (max-width: 1022px) {
    body.is-scrolled-up #pojo-a11y-toolbar {
        bottom: 88px !important;
    }
}

/* stylelint-enable */
.p-0 {
    padding: 0;
}

.arrow-link--secondary .title--h6 {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .arrow-link--secondary .title--h6 {
        font-size: 18px;
        line-height: 1.83;
    }
}

.arrow-link--secondary .arrow-link__category {
    font-size: 16px;
    line-height: 1.5;
}

.arrow-link::before, .arrow-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    pointer-events: none;
}
.arrow-link::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.arrow-link::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.arrow-link:hover::before, .arrow-link:hover::after {
    width: 100%;
    left: 0;
}

.arrow-link {
    display: block;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.4px;
    padding: 18px 0;
    border-bottom: 1px solid #cccccc;
    position: relative;
    z-index: 3;
}
.arrow-link::before, .arrow-link::after {
    background-color: #486091;
    bottom: -1px;
}
.arrow-link__date {
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.arrow-link__category {
    min-width: 30px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #1a3876;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 12px;
    line-height: normal;
}
.arrow-link__category--kad {
    background-color: #1a3876;
}
.arrow-link__category--sodpz {
    background-color: #59a988;
}
.arrow-link__category--up {
    background-color: #666666;
}
.arrow-link__title {
    position: relative;
    padding-right: 45px;
}
@media only screen and (max-width: 767px) {
    .arrow-link__title {
        padding-right: 35px;
    }
}
.arrow-link .icon {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 18px;
    width: 18px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .arrow-link .icon {
        height: 12px;
        width: 12px;
        top: 5px;
    }
}
.arrow-link .icon::before {
    background-color: #1a3876;
}
.arrow-link .title--h6 {
    line-height: 1.3;
}
.arrow-link--secondary {
    padding: 24px 0;
}
@media only screen and (max-width: 1022px) {
    .arrow-link--secondary {
        padding: 18px 0;
    }
}
.arrow-link--secondary::before, .arrow-link--secondary::after {
    display: none;
}
.arrow-link--secondary .arrow-link__category {
    min-height: 1px;
    min-width: 1px;
    padding: 0 0 0 15px;
    background-color: transparent;
    color: #666666;
    position: relative;
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
    .arrow-link--secondary .arrow-link__category {
        margin-left: 8px;
        padding-left: 10px;
    }
}
.arrow-link--secondary .arrow-link__category::before {
    content: "|";
    position: absolute;
    left: 0;
}
.arrow-link--secondary .arrow-link__date {
    font-weight: 700;
    margin-bottom: 10px;
}
.arrow-link--secondary .title--h6 {
    letter-spacing: -0.4px;
    font-weight: 400;
    font-family: "Karla", sans-serif;
    color: #486091;
}
.arrow-link:hover .arrow-link__title {
    color: #1a3876;
}
.arrow-link:hover .icon {
    transform: translateX(4px);
}
.p-0 {
    padding: 0;
}

.btn {
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: normal;
    font-weight: 700;
    padding: 4px 24px;
    transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #1a3876;
    color: #ffffff;
    min-height: 32px;
}
.btn:hover, .btn:focus {
    background-color: #1C2026;
}
.btn .btn__text {
    display: block;
}
.btn--ghost {
    background-color: #ffffff;
    color: #1a3876;
}
.btn--ghost:hover, .btn--ghost:focus {
    background-color: #486091;
    color: #ffffff;
}
.btn--gray {
    background-color: #656565;
    color: #ffffff;
}
.btn--gray:hover, .btn--gray:focus {
    background-color: #1a3876;
    color: #ffffff;
}
.p-0 {
    padding: 0;
}

.category-list {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid #cccccc;
    padding: 4px;
    border-radius: 4px;
}
.category-list__item {
    display: block;
    color: #656565;
    padding: 8px 16px;
    margin-right: 1px;
    border-radius: 4px;
    font-size: 16px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .category-list__item {
        padding: 6px 12px;
    }
}
.category-list__item:last-child {
    margin-right: 0;
}
.category-list__item.is-active, .category-list__item:hover {
    color: #ffffff;
    background-color: #1a3876;
}
.p-0 {
    padding: 0;
}

.checkbox__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
}
.checkbox__label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #666666;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.checkbox__label .checkmark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 8px;
    width: 8px;
    opacity: 0;
    transition: 0.3s ease;
    background-color: #486091;
}
.checkbox__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox__label input:checked ~ .checkmark:before {
    height: 14px;
    width: 14px;
    opacity: 1;
}

.checkbox.is-disabled {
    pointer-events: none;
}
.p-0 {
    padding: 0;
}

.download-card {
    position: relative;
    border: 4px solid #f7f7f7;
    color: #486091;
    border-radius: 8px;
    min-height: 74px;
    width: 100%;
    padding: 20px 72px 20px 20px;
    letter-spacing: -0.4px;
    line-height: 1.44;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .download-card {
        padding: 14px 54px 14px 14px;
        min-height: 1px;
    }
}
.theme-green .download-card {
    border-color: #eef6f3;
}
.theme-black .download-card {
    border-color: #f7f7f7;
}
.theme-blue .download-card {
    border-color: #e8ebf1;
}
.download-card .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    transition: transform 0.3s ease;
}
.download-card .icon::before {
    background-color: #486091;
}
.download-card:hover {
    background-color: #f7f7f7;
}
.theme-green .download-card:hover {
    background-color: #eef6f3;
}
.theme-black .download-card:hover {
    background-color: #f7f7f7;
}
.theme-blue .download-card:hover {
    background-color: #e8ebf1;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.p-0 {
    padding: 0;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: #333333;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-chevron-up, .icon-chevron-down {
    width: 11px;
    height: 8px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23333' d='M10.666 1.17a1 1 0 0 0-1.41 0l-3.59 3.54-3.54-3.54a1 1 0 1 0-1.41 1.42l4.24 4.24a1 1 0 0 0 1.42 0l4.29-4.24a1 1 0 0 0 0-1.42z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23333' d='M10.666 1.17a1 1 0 0 0-1.41 0l-3.59 3.54-3.54-3.54a1 1 0 1 0-1.41 1.42l4.24 4.24a1 1 0 0 0 1.42 0l4.29-4.24a1 1 0 0 0 0-1.42z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 8px;
    height: 12px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41031 11.5895C2.02073 11.9791 1.38911 11.9791 0.999537 11.5895C0.610265 11.2003 0.609921 10.5692 0.998769 10.1795L4.87492 6.29492L0.998768 2.41031C0.60992 2.02061 0.610265 1.38958 0.999537 1.00031C1.38911 0.610733 2.02073 0.610733 2.41031 1.00031L7.70492 6.29492L2.41031 11.5895Z' fill='%23C2D1D9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41031 11.5895C2.02073 11.9791 1.38911 11.9791 0.999537 11.5895C0.610265 11.2003 0.609921 10.5692 0.998769 10.1795L4.87492 6.29492L0.998768 2.41031C0.60992 2.02061 0.610265 1.38958 0.999537 1.00031C1.38911 0.610733 2.02073 0.610733 2.41031 1.00031L7.70492 6.29492L2.41031 11.5895Z' fill='%23C2D1D9'/%3E%3C/svg%3E");
}
.icon-arrow-right, .icon-arrow-left {
    width: 16px;
    height: 16px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9h15.9999M9 1l7.9999 7.99993L9 16.9999' stroke='%231A3876' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9h15.9999M9 1l7.9999 7.99993L9 16.9999' stroke='%231A3876' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-chevron-right-large, .icon-chevron-left-large {
    width: 10px;
    height: 18px;
}
.icon-chevron-right-large:before, .icon-chevron-left-large:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.99993 8.99993L1 16.9999' stroke='%23486091' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.99993 8.99993L1 16.9999' stroke='%23486091' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-left-large, .icon-chevron-up, .icon-arrow-left {
    transform: scale(-1);
}
.icon-search {
    width: 18px;
    height: 18px;
}
.icon-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.71 11L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L15.2929 16.7843C15.6835 17.1742 16.3162 17.1738 16.7064 16.7836L16.7836 16.7064C17.1738 16.3162 17.1742 15.6835 16.7843 15.2929L12.5 11H11.71ZM2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11C4.01 11 2 8.99 2 6.5Z' fill='%23C2D1D9'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.71 11L11.43 10.73C12.41 9.59 13 8.11 13 6.5C13 2.91 10.09 0 6.5 0C2.91 0 0 2.91 0 6.5C0 10.09 2.91 13 6.5 13C8.11 13 9.59 12.41 10.73 11.43L11 11.71V12.5L15.2929 16.7843C15.6835 17.1742 16.3162 17.1738 16.7064 16.7836L16.7836 16.7064C17.1738 16.3162 17.1742 15.6835 16.7843 15.2929L12.5 11H11.71ZM2 6.5C2 4.01 4.01 2 6.5 2C8.99 2 11 4.01 11 6.5C11 8.99 8.99 11 6.5 11C4.01 11 2 8.99 2 6.5Z' fill='%23C2D1D9'/%3E%3C/svg%3E%0A");
}
.icon-download {
    height: 20px;
    width: 20px;
}
.icon-download:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20' xml:space='preserve'%3E%3Cstyle%3E .st0%7Bfill:none;stroke:%23486091;stroke-width:2;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E%3Cpath class='st0' d='M19 13v4c0 .5-.2 1-.6 1.4-.4.4-.9.6-1.4.6H3c-.5 0-1-.2-1.4-.6-.4-.4-.6-.9-.6-1.4v-4M5 8l5 5 5-5M10 13V1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20' xml:space='preserve'%3E%3Cstyle%3E .st0%7Bfill:none;stroke:%23486091;stroke-width:2;stroke-linecap:round;stroke-linejoin:round%7D %3C/style%3E%3Cpath class='st0' d='M19 13v4c0 .5-.2 1-.6 1.4-.4.4-.9.6-1.4.6H3c-.5 0-1-.2-1.4-.6-.4-.4-.6-.9-.6-1.4v-4M5 8l5 5 5-5M10 13V1'/%3E%3C/svg%3E");
}
.icon-close {
    width: 18px;
    height: 18px;
}
.icon-close::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='50' stroke-width='2' d='M18.628 1.37L.95 19.048'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='50' stroke-width='2' d='M18.678 18.678L1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='50' stroke-width='2' d='M18.628 1.37L.95 19.048'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23000000' stroke-miterlimit='50' stroke-width='2' d='M18.678 18.678L1 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.p-0 {
    padding: 0;
}

.lead-text {
    letter-spacing: -0.4px;
}
.p-0 {
    padding: 0;
}

.margin {
    display: block;
    width: 100%;
}
.margin--128 {
    height: 128px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .margin--128 {
        height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--128 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--128 {
        height: 40px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--120 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 40px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--100 {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 40px;
    }
}
.margin--90 {
    height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--90 {
        height: 40px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--76 {
    height: 76px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--76 {
        height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--76 {
        height: 40px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
@media only screen and (max-width: 1022px) {
    .margin--64 {
        height: 40px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1022px) {
    .margin--60 {
        height: 40px;
    }
}
.margin--56 {
    height: 56px;
}
@media only screen and (max-width: 1022px) {
    .margin--56 {
        height: 36px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1022px) {
    .margin--50 {
        height: 30px;
    }
}
.margin--46 {
    height: 46px;
}
@media only screen and (max-width: 767px) {
    .margin--46 {
        height: 26px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 20px;
    }
}
.margin--24 {
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 16px;
    }
}
.margin--20 {
    height: 20px;
}
@media only screen and (max-width: 767px) {
    .margin--20 {
        height: 15px;
    }
}
.p-0 {
    padding: 0;
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-family: "Martel", serif;
    color: #666666;
    font-weight: 400;
}

.title--h1 {
    font-size: 40px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .title--h1 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .title--h1 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .title--h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 26px;
    }
}

.title--h2 {
    font-size: 32px;
    line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .title--h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .title--h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .title--h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 24px;
    }
}

.title--h3 {
    font-size: 28px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .title--h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .title--h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .title--h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 22px;
    }
}

.title--h4 {
    font-size: 24px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .title--h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .title--h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .title--h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 18px;
    }
}

.title--h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
    .title--h5 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 16px;
    }
}

.title--h6 {
    color: #333333;
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
    .title--h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h6 {
        font-size: 16px;
    }
}

.title--secondary {
    font-family: "Karla", sans-serif;
}
.title--black {
    color: #333333;
}
.title--green {
    color: #356552;
}
.p-0 {
    padding: 0;
}

.accordion {
    width: 100%;
    letter-spacing: -0.4px;
    max-width: 800px;
}
.theme-green .accordion .title {
    color: #356552;
}
.theme-black .accordion .title {
    color: #666666;
}
.theme-blue .accordion .title {
    color: #486091;
}
.accordion__item {
    background-color: #f7f7f7;
    margin-bottom: 24px;
    border-radius: 8px;
}
@media only screen and (max-width: 1022px) {
    .accordion__item {
        margin-bottom: 12px;
    }
}
.theme-green .accordion__item {
    background-color: #eef6f3;
}
.theme-black .accordion__item {
    background-color: #f7f7f7;
}
.theme-blue .accordion__item {
    background-color: #e8ebf1;
}
.accordion__item:last-child {
    margin-bottom: 0;
}
.accordion__item:target .accordion__item-content {
    display: block;
}
.accordion__item-title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 24px 70px 24px 24px;
    font-weight: 700;
    color: #486091;
    width: 100%;
    text-align: left;
}
@media only screen and (max-width: 1022px) {
    .accordion__item-title {
        padding: 16px 54px 16px 24px;
    }
}
.theme-black .accordion__item-title {
    color: #666666;
}
.accordion__item-plus {
    position: absolute;
    top: 30px;
    right: 28px;
    height: 14px;
    width: 14px;
}
@media only screen and (max-width: 1022px) {
    .accordion__item-plus {
        top: 22px;
    }
}
.accordion__item-plus::after, .accordion__item-plus::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    background-color: currentColor;
    transition: transform 0.3s ease;
}
.accordion__item-plus::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.accordion__item-plus::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.accordion__item-content {
    color: #333333;
    display: none;
    line-height: 1.44;
    padding: 0 54px 26px 24px;
    letter-spacing: -0.4px;
    will-change: height, padding;
}
.accordion__item.is-open .accordion__item-plus::after {
    transform: translateX(-50%) rotate(270deg);
}
.accordion__item.is-open .accordion__item-plus::before {
    transform: translateY(-50%) rotate(180deg);
}
.p-0 {
    padding: 0;
}

.arrow-link-list {
    max-width: 654px;
    width: 100%;
}
.arrow-link-list .title--h3 {
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
    z-index: 3;
    letter-spacing: -0.4px;
}
.arrow-link-list .btn {
    padding: 4px 15px;
    position: relative;
    z-index: 3;
}
.theme-green .arrow-link-list .title--h3 {
    color: #356552;
}
.theme-blue .arrow-link-list .title--h3 {
    color: #486091;
}
.theme-black .arrow-link-list .title--h3 {
    color: #666666;
}
.p-0 {
    padding: 0;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 0;
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    z-index: 998;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 0;
        max-height: 100vh;
        overflow: auto;
    }
}
.cookie-banner .cookie-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
@media only screen and (max-width: 767px) {
    .cookie-banner .cookie-width {
        flex-direction: column;
    }
}
.cookie-banner__button {
    margin-left: 50px;
    display: flex;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner__button .btn {
        width: 100%;
    }
}
.cookie-banner .cookie-banner__checkboxes {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #cccccc;
    justify-content: flex-start;
    display: none;
    will-change: height, padding;
}
@media only screen and (max-width: 767px) {
    .cookie-banner .cookie-banner__checkboxes {
        flex-direction: row;
        gap: 8px 16px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner .cookie-banner__checkboxes {
        padding-bottom: 20px;
    }
}
.cookie-flex-width {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cookie-flex-width .btn--special {
    margin-top: 10px;
    width: 150px;
}
.p-0 {
    padding: 0;
}

.download-list {
    width: 100%;
    max-width: 800px;
}
.theme-green .download-list .title {
    color: #356552;
}
.theme-black .download-list .title {
    color: #666666;
}
.theme-blue .download-list .title {
    color: #486091;
}
.download-list__inner {
    display: grid;
    grid-gap: 24px;
}
@media only screen and (max-width: 1199px) {
    .download-list__inner {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .download-list__inner {
        grid-gap: 10px;
    }
}
.p-0 {
    padding: 0;
}

.help-links__item-link::before, .help-links__item-title::before, .help-links__item-link::after, .help-links__item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    pointer-events: none;
}
.help-links__item-link::before, .help-links__item-title::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.help-links__item-link::after, .help-links__item-title::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.help-links__item-link:hover::before, .help-links__item-title:hover::before, .help-links__item-link:hover::after, .help-links__item-title:hover::after {
    width: 100%;
    left: 0;
}

.help-links {
    max-width: 680px;
    width: 100%;
}
.help-links .title {
    color: #666666;
    margin-bottom: 10px;
}
.help-links__item {
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    transition: 0.2s;
}
.help-links__item:last-child {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
}
.help-links__item .icon-chevron-right-large {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .help-links__item .icon-chevron-right-large {
        height: 16px;
    }
}
.help-links__item .icon-chevron-right-large::before {
    background-color: #486091;
}
.help-links__item-title {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 25px 54px 25px 0;
    letter-spacing: -0.4px;
    color: #486091;
    font-weight: 700;
}
@media only screen and (max-width: 1022px) {
    .help-links__item-title {
        padding: 16px 54px 16px 0;
    }
}
.help-links__item-title::before, .help-links__item-title::after {
    bottom: -1px;
    background-color: #486091;
}
.help-links__item-title.title--h6 {
    font-family: "Karla", sans-serif;
}
.help-links__item-link {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    color: #486091;
}
@media only screen and (max-width: 767px) {
    .help-links__item-link {
        margin-bottom: 14px;
    }
}
.help-links__item-link::before, .help-links__item-link::after {
    background-color: #486091;
}
.help-links__item-link:last-child {
    margin-bottom: 0;
}
.help-links__item-content {
    color: #333333;
    display: none;
    line-height: 1.44;
    letter-spacing: -0.4px;
    will-change: height, padding;
}
.help-links__item-dropdown {
    padding: 10px 54px 26px 0;
    display: grid;
    justify-items: flex-start;
}
.help-links__item.is-open .icon-chevron-right-large {
    transform: translateY(-50%) rotate(90deg);
}
.theme-blue .help-links .title {
    color: #486091;
}
.theme-green .help-links .title {
    color: #356552;
}
.theme-black .help-links .title {
    color: #666666;
}
.p-0 {
    padding: 0;
}

.image-with-caption {
    margin-bottom: 16px;
    max-width: 800px;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption {
        margin-bottom: 0;
    }
}
.image-with-caption figure {
    margin-bottom: 0;
}
.image-with-caption img {
    width: 100%;
}
.image-with-caption figcaption {
    padding: 12px 0;
    border-bottom: 1px solid #cccccc;
}
.p-0 {
    padding: 0;
}

.info-banner {
    position: relative;
    max-width: 800px;
    width: 100%;
    background-color: #1a3876;
    color: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    min-height: 276px;
    border-radius: 8px;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .info-banner {
        padding: 24px;
        min-height: 1px;
    }
}
.info-banner__bg {
    position: absolute;
    top: 0;
    right: 38px;
    pointer-events: none;
    z-index: 0;
}
@media only screen and (max-width: 767px) {
    .info-banner__bg {
        right: 18px;
        max-width: 300px;
    }
}
.info-banner__title,
.info-banner .btn {
    z-index: 3;
}
.info-banner__title {
    color: #ffffff !important;
    margin-bottom: 30px;
    font-weight: 400;
}
.info-banner .btn {
    justify-self: flex-start;
    padding: 4px 16px;
}
.p-0 {
    padding: 0;
}

.info-box {
    padding: 40px;
    background-color: #666666;
    max-width: 800px;
    width: 100%;
    border-radius: 8px;
}
@media only screen and (max-width: 1022px) {
    .info-box {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .info-box {
        padding: 24px;
    }
}
.info-box .editor-text {
    color: #ffffff;
}
.info-box .editor-text h3 {
    color: inherit !important;
    font-weight: 400;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .info-box .editor-text h3 {
        margin-bottom: 12px;
    }
}
.info-box .editor-text p {
    margin-top: 0;
    line-height: 1.3;
}
.theme-green .info-box {
    background-color: #59a988;
}
.theme-black .info-box {
    background-color: #666666;
}
.theme-blue .info-box {
    background-color: #486091;
}
.p-0 {
    padding: 0;
}

.language-switch {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1022px) {
    .language-switch {
        font-weight: 500;
        width: 60px;
    }
}
.language-switch.has-submenu > .language-switch__placeholder {
    cursor: pointer;
}
@media only screen and (min-width: 1023px) {
    .language-switch.has-submenu > .language-switch__placeholder {
        padding-right: 22px;
    }
}
.language-switch:hover > .language-switch__placeholder, .language-switch.is-active > .language-switch__placeholder {
    color: #486091;
}
.language-switch:hover > .language-switch__dropdown {
    opacity: 1;
    pointer-events: all;
}
.language-switch:hover > .language-switch__arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.language-switch:hover > .language-switch__arrow i:before {
    background-color: #486091;
}
.language-switch__placeholder {
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: normal;
    z-index: 2;
    transition: color 0.3s ease;
}
.language-switch__item {
    padding: 4px 12px;
}
.language-switch__link:hover {
    color: #486091;
}
.language-switch__arrow {
    position: absolute;
    right: 0;
    top: 8px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-switch__arrow {
        top: 5px;
    }
}
.language-switch__arrow i {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-switch ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
.language-switch__dropdown {
    z-index: 100;
    display: block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding-top: 8px;
    will-change: opacity;
    opacity: 0;
    margin-top: -1px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    width: calc(100% + 24px);
}
.language-switch__dropdown ul {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.p-0 {
    padding: 0;
}

.menu {
    letter-spacing: -0.4px;
}
@media only screen and (min-width: 1023px) {
    .menu {
        display: flex;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1022px) {
    .menu {
        top: 78px;
        z-index: 99;
        left: 0;
        width: 100%;
        overflow: auto;
        position: fixed;
        height: calc(100% - 78px);
        background-color: #ffffff;
        border-top: 1px solid #cccccc;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .is-open-menu .menu {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 1022px) {
    .menu nav {
        display: block;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
}
.menu__item {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1022px) {
    .menu__item {
        width: 100%;
        display: block;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item.level-1 {
        border-bottom: 1px solid #cccccc;
    }
}
.menu__item.has-submenu > .menu__link {
    cursor: pointer;
}
@media only screen and (min-width: 1023px) {
    .menu__item.has-submenu > .menu__link {
        padding-right: 26px;
    }
    .menu__item.has-submenu > .menu__link.level-1::after {
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        height: 5px;
        background-color: currentColor;
        pointer-events: none;
        transition: opacity 0.3s ease;
        opacity: 0;
    }
}
.menu__item.has-submenu.menu--sodpz .menu__link.level-1::after {
    background-color: #59a988;
}
.menu__item.has-submenu.menu--up .menu__link.level-1::after {
    background-color: #666666;
}
.menu__item.has-submenu.menu--kd .menu__link.level-1::after {
    background-color: #1a3876;
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover > .menu__link.level-1::after {
        opacity: 1;
    }
    .menu__item:hover > .mega-menu {
        opacity: 1;
        pointer-events: all;
    }
    .menu__item:hover > .menu__arrow {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
}
.menu__item:not(.has-submenu):hover > .menu__link.level-1 {
    color: #486091;
}
@media only screen and (min-width: 1023px) {
    .menu__list.level-1 {
        display: grid;
        grid-gap: 44px;
        grid-auto-flow: column;
    }
}
.menu__link {
    font-weight: 700;
    display: block;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        padding: 12px 0;
        padding-right: 28px;
        width: 100%;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__link.level-1 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link--href + .menu__arrow {
        width: 50px;
        z-index: 9;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link--nohref {
        pointer-events: none;
    }
}
.menu__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    pointer-events: none;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .menu__arrow {
        height: 48px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        pointer-events: all;
        padding: 0 7px;
        width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .without-href .menu__arrow {
        width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__arrow i {
        transition: transform 0.3s ease;
    }
    .is-open-submenu .menu__arrow i {
        transform: scaleY(-1);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__right .menu__link {
        font-weight: 400;
    }
}
.p-0 {
    padding: 0;
}

.mega-menu {
    font-weight: 500;
}
@media only screen and (min-width: 1023px) {
    .mega-menu {
        position: fixed;
        width: 100%;
        top: 164px;
        left: 0;
        background-color: #ffffff;
        padding: 36px 0;
        border-top: 1px solid #cccccc;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        display: block !important;
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
        min-height: var(--submenu-height, "1px");
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mega-menu {
        top: 150px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu .container {
        max-width: 100%;
    }
}
.mega-menu__row {
    position: relative;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__row.level-1 {
        display: grid;
        grid-gap: 14px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__row.level-1 {
        display: flex;
        flex-direction: column;
    }
}
.mega-menu__row.level-2 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1199px) {
    .mega-menu__row.level-2 {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__row.level-2 {
        grid-template-columns: 1fr;
        padding: 15px 25px;
        grid-gap: 15px;
    }
}
.mega-menu__list {
    display: grid;
}
.mega-menu__list.level-2 {
    grid-gap: 20px;
}
.mega-menu__list.level-3 {
    margin-top: 10px;
    grid-gap: 14px;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__list.level-3 {
        margin-top: 4px;
        grid-gap: 4px;
    }
}
@media only screen and (min-width: 1023px) {
    .mega-menu__item:hover > .mega-menu__link.level-1 {
        background-color: #eef6f3;
        color: #333333;
    }
    .menu--up .mega-menu__item:hover > .mega-menu__link.level-1 {
        background-color: #f7f7f7;
    }
    .menu--kd .mega-menu__item:hover > .mega-menu__link.level-1 {
        background-color: #e8ebf1;
    }
    .mega-menu__item:hover > .mega-menu__link.level-2 {
        color: #102247;
    }
    .mega-menu__item:hover > .mega-menu__link.level-3 {
        color: #486091;
    }
    .mega-menu__item:hover > .mega-menu__dropdown {
        opacity: 1;
        pointer-events: all;
    }
    .mega-menu__item.has-sub > .mega-menu__link.level-1 {
        border-radius: 8px 0 0 8px;
        transition: background-color 0s ease, color 0s ease;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item {
        position: relative;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item.is-open-submenu > .mega-menu__arrow i {
        transform: scaleY(-1);
    }
}
.mega-menu__link {
    position: relative;
    z-index: 2;
}
.mega-menu__link.level-1 {
    display: block;
    padding: 12px 48px 12px 24px;
    color: #486091;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 8px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mega-menu__link.level-1 {
        padding: 12px 14px;
        padding-right: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__link.level-1 {
        padding: 8px 0;
        padding-right: 28px;
    }
}
.mega-menu__link.level-2 {
    color: #486091;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__link.level-3 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__link--href + .mega-menu__arrow {
        width: 50px;
        height: 40px;
        z-index: 9;
    }
}
.mega-menu__link i {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(0, -50%);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__link i {
        display: none;
    }
}
.mega-menu__link i::before {
    background-color: currentColor;
}
.mega-menu__arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 7px;
    width: 100%;
    transition: transform 0.3s ease;
}
.mega-menu__arrow i {
    pointer-events: none;
    transition: transform 0.3s ease;
}
.mega-menu__arrow i::before {
    background-color: #486091;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__dropdown {
        display: block !important;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__dropdown {
        display: none;
    }
}
.mega-menu__dropdown.level-2 {
    background-color: #eef6f3;
    border-radius: 8px;
    z-index: 9;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__dropdown.level-2 {
        position: absolute;
        left: 334px;
        top: 0;
        padding: 20px 24px;
        width: calc(100% - 334px);
        opacity: 0;
        pointer-events: none;
        min-height: 100%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .mega-menu__dropdown.level-2 {
        left: 284px;
        width: calc(100% - 284px);
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mega-menu__dropdown.level-2 {
        left: 234px;
        width: calc(100% - 234px);
    }
}
.menu--up .mega-menu__dropdown.level-2 {
    background-color: #f7f7f7;
}
.menu--kd .mega-menu__dropdown.level-2 {
    background-color: #e8ebf1;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__dropdown.level-3 {
        display: block;
    }
}
.mega-menu__other-link {
    color: #486091;
}
.mega-menu__other-link:hover, .mega-menu__other-link:focus {
    color: #102247;
}
.mega-menu__other-link-wrapper {
    display: grid;
    grid-gap: 16px;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__other-link-wrapper {
        padding: 16px 24px;
        grid-column: span 4;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mega-menu__other-link-wrapper {
        padding: 16px 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__other-link-wrapper {
        grid-gap: 8px;
        font-size: 14px;
        padding: 16px 0 26px;
    }
}
.p-0 {
    padding: 0;
}

.search-box {
    width: 100%;
}
.search-box__form {
    position: relative;
}
.search-box__input-field {
    width: 100%;
    padding: 0 16px;
    outline: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 8px;
    padding-right: 56px;
    border: 1px solid #cccccc;
    transition: border 0.3s ease;
}
.search-box__input-field::placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.search-box__input-field::-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.search-box__input-field:focus {
    border-color: #333333;
}
.search-box__input-field:focus + .search-box__btn i::before {
    background-color: #333333;
}
.search-box__btn {
    height: 40px;
    width: 52px;
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
}
.search-box__btn i:before {
    background-color: #c2d1d9;
}
.search-box__btn:hover i:before {
    background-color: #333333;
}
.p-0 {
    padding: 0;
}

.pagination {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin: 0 2px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .pagination .page-numbers {
        width: 28px;
        height: 28px;
        margin: 0 2px;
        border-radius: 6px;
    }
}
.pagination .page-numbers:hover {
    background-color: #1a3876;
    color: #ffffff;
}
.pagination .page-numbers.is-active {
    background-color: #1a3876;
    color: #ffffff;
}
.p-0 {
    padding: 0;
}

.side-bar {
    max-width: 320px;
    width: 100%;
}
.side-bar__item {
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #666666;
    border-top: 1px solid #cccccc;
}
.side-bar__item:last-child {
    border-bottom: 1px solid #cccccc;
}
.side-bar__item-title {
    position: relative;
    line-height: 1.3;
    cursor: pointer;
    font-weight: inherit;
    display: block;
    color: inherit;
    transition: color 0.3s ease;
}
.side-bar__item-dropdown {
    display: none;
    padding: 0;
    will-change: height, padding;
}
.side-bar__item-dropdown-link {
    color: #666666;
}
.side-bar__item-dropdown-link:hover, .side-bar__item-dropdown-link.is-active {
    color: #1a3876;
}
.side-bar__item-dropdown ul {
    display: grid;
    grid-gap: 24px;
    padding-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
    .side-bar__item-dropdown ul {
        grid-gap: 14px;
    }
}
.side-bar__item-link {
    display: block;
    color: inherit;
    padding: 24px 54px 24px 0;
}
@media only screen and (max-width: 1022px) {
    .side-bar__item-link {
        padding: 16px 54px 16px 0;
    }
}
.side-bar__item-link--nohref + .side-bar__button {
    width: 100%;
    z-index: 9;
}
.side-bar__item:hover {
    color: #1a3876;
}
.side-bar__item.is-open {
    color: #1a3876;
}
.side-bar__item.is-open .side-bar__button-inner::after {
    transform: translate(-50%, -50%) rotate(270deg);
}
.side-bar__item.is-open .side-bar__button-inner::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.side-bar__item.is-active {
    color: #1a3876;
}
.side-bar__button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
}
.side-bar__button-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 24px;
    z-index: 3;
    cursor: pointer;
}
.side-bar__button-inner::after, .side-bar__button-inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: currentColor;
    transition: transform 0.3s ease;
}
.side-bar__button-inner::after {
    width: 2px;
    height: 16px;
}
.side-bar__button-inner::before {
    width: 16px;
    height: 2px;
}
.p-0 {
    padding: 0;
}

.page-404__title {
    font-size: 120px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .page-404__title {
        font-size: 80px;
    }
}

.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 700px;
}

.sc-page-404 {
    min-height: 774px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: calc(var(--vh, 1vh) * 100 - 69px);
    }
}
.p-0 {
    padding: 0;
}

.breadcrumbs {
    position: relative;
    width: 100%;
}
.breadcrumbs__inner {
    padding: 14px 12px;
    background-color: #e8ebf1;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs__inner {
        padding-bottom: 10px;
    }
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 28px;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
    .breadcrumbs__item {
        padding-right: 20px;
        margin-right: 8px;
        margin-bottom: 4px;
    }
}
.breadcrumbs__item .icon {
    position: absolute;
    right: 0;
    top: 4px;
    width: 12px;
    height: 12px;
}
.breadcrumbs__item .icon:before {
    background-color: #486091;
}
.breadcrumbs__item:last-child {
    pointer-events: none;
    margin-right: 0;
    padding-right: 0;
    color: #486091;
}
.breadcrumbs__item:last-child .icon {
    display: none;
}
.breadcrumbs__link {
    transition: color 0.3s ease;
}
.breadcrumbs__link:hover {
    color: #486091;
}
.theme-blue .breadcrumbs .breadcrumbs__inner {
    background-color: #e8ebf1;
}
.theme-green .breadcrumbs .breadcrumbs__inner {
    background-color: #eef6f3;
}
.theme-black .breadcrumbs .breadcrumbs__inner {
    background-color: #f7f7f7;
}
.p-0 {
    padding: 0;
}

.contact .title--h1 {
    font-size: 48px;
    line-height: 1.14;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .contact .title--h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .contact .title--h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact .title--h1 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .contact .title--h1 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.contact__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
    .contact__content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.contact__content-col {
    display: grid;
    grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
    .contact__content-col {
        grid-gap: 20px;
    }
}
.contact__content .title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
    .contact__content .title {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .contact__content .title {
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
}
.contact__header {
    padding: 40px 0 62px;
    border-bottom: 1px solid #666666;
    display: flex;
    gap: 40px;
    align-items: center;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .contact__header {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .contact__header {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .contact__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
.contact__header img {
    max-width: 256px;
    object-fit: contain;
    flex-shrink: 0;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .contact__header img {
        max-width: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact__header img {
        max-width: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .contact__header img {
        max-width: 140px;
    }
}
.contact__header-text {
    flex-shrink: 1;
}
.contact__map .map {
    width: 100%;
    padding-bottom: 55%;
    background-color: #486091;
    position: relative;
    z-index: 0;
}
.contact__map .map-init {
    pointer-events: all;
    overflow-anchor: none;
}
.contact__map .map img {
    max-height: initial;
}
.p-0 {
    padding: 0;
}

.detail-page {
    position: relative;
}
.detail-page .side-bar {
    max-width: 100%;
    position: sticky;
    top: 210px;
}
@media only screen and (max-width: 1199px) {
    .detail-page .side-bar {
        position: relative;
        top: 0;
    }
}
.detail-page .editor-text {
    max-width: 800px;
}
.detail-page .editor-text li,
.detail-page .editor-text figure,
.detail-page .editor-text table,
.detail-page .editor-text p {
    letter-spacing: -0.4px;
}
.detail-page .separator,
.detail-page .lead-text {
    max-width: 800px;
}
.detail-page .info-banner {
    margin-bottom: 14px;
}
@media only screen and (max-width: 1022px) {
    .detail-page .info-banner {
        margin-bottom: 0;
    }
}
.detail-page .margin--40 {
    height: 40px;
}
.detail-page .margin:last-child {
    margin-bottom: 0;
}

.separator {
    height: 1px;
    width: 100%;
    display: block;
    background-color: #cccccc;
}
.p-0 {
    padding: 0;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-family: "Martel", serif;
    color: #666666;
    font-weight: 400;
}

.editor-text h1 {
    font-size: 40px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .editor-text h1 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .editor-text h1 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 26px;
    }
}

.editor-text h2 {
    font-size: 32px;
    line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .editor-text h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .editor-text h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 24px;
    }
}

.editor-text h3 {
    font-size: 28px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .editor-text h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .editor-text h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .editor-text h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 22px;
    }
}

.editor-text h4 {
    font-size: 24px;
    line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .editor-text h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .editor-text h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .editor-text h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 18px;
    }
}

.editor-text h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
    .editor-text h5 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h5 {
        font-size: 16px;
    }
}

.editor-text h6 {
    color: #333333;
    font-family: "Karla", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
    .editor-text h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h6 {
        font-size: 16px;
    }
}

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.editor-text {
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
}
.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    color: inherit;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
        margin-bottom: 16px;
    }
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h1:last-child,
.editor-text h2:last-child,
.editor-text h3:last-child,
.editor-text h4:last-child,
.editor-text h5:last-child,
.editor-text h6:last-child {
    margin-bottom: 0;
}
.theme-green .editor-text h1,
.theme-green .editor-text h2,
.theme-green .editor-text h3,
.theme-green .editor-text h4,
.theme-green .editor-text h5,
.theme-green .editor-text h6 {
    color: #356552;
}
.theme-black .editor-text h1,
.theme-black .editor-text h2,
.theme-black .editor-text h3,
.theme-black .editor-text h4,
.theme-black .editor-text h5,
.theme-black .editor-text h6 {
    color: #666666;
}
.theme-blue .editor-text h1,
.theme-blue .editor-text h2,
.theme-blue .editor-text h3,
.theme-blue .editor-text h4,
.theme-blue .editor-text h5,
.theme-blue .editor-text h6 {
    color: #486091;
}
.editor-text h1[id]:before,
.editor-text h2[id]:before,
.editor-text h3[id]:before,
.editor-text h4[id]:before,
.editor-text h5[id]:before,
.editor-text h6[id]:before {
    display: block;
    content: " ";
    margin-top: -195px;
    height: 195px;
    visibility: hidden;
    pointer-events: none;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .editor-text h1[id]:before,
.editor-text h2[id]:before,
.editor-text h3[id]:before,
.editor-text h4[id]:before,
.editor-text h5[id]:before,
.editor-text h6[id]:before {
        margin-top: -180px;
        height: 180px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1[id]:before,
.editor-text h2[id]:before,
.editor-text h3[id]:before,
.editor-text h4[id]:before,
.editor-text h5[id]:before,
.editor-text h6[id]:before {
        margin-top: -98px;
        height: 98px;
    }
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure {
    margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
    .editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure {
        margin-bottom: 20px;
    }
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a {
    color: #486091;
    text-decoration: underline;
}
.editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6 {
    margin-top: 56px;
}
@media only screen and (max-width: 1022px) {
    .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6 {
        margin-top: 46px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6 {
        margin-top: 30px;
    }
}
.editor-text figure img {
    margin: 0;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    display: grid;
    grid-gap: 25px;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 48px;
}
@media only screen and (max-width: 767px) {
    .editor-text ul li,
.editor-text ol li {
        padding-left: 36px;
    }
}
.editor-text ul li:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    color: inherit;
    top: 4px;
    left: 6px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9h15.9999M9 1l7.9999 7.99993L9 16.9999' stroke='%231A3876' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9h15.9999M9 1l7.9999 7.99993L9 16.9999' stroke='%231A3876' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 767px) {
    .editor-text ul li:before {
        width: 14px;
        height: 14px;
        top: 6px;
    }
}
.theme-green .editor-text ul li:before {
    background-color: #59a988;
}
.theme-black .editor-text ul li:before {
    background-color: #666666;
}
.theme-blue .editor-text ul li:before {
    background-color: #486091;
}
.editor-text ul li ul {
    padding-top: 25px;
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
}
.theme-green .editor-text ol li:before {
    color: #356552;
}
.theme-black .editor-text ol li:before {
    color: #666666;
}
.theme-blue .editor-text ol li:before {
    color: #486091;
}
.editor-text table {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    border: 0;
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-bottom: 56px;
}
@media only screen and (max-width: 1022px) {
    .editor-text table {
        margin-bottom: 46px;
    }
}
.editor-text table thead {
    font-weight: 700;
    background-color: #f7f7f7;
}
.theme-green .editor-text table thead {
    background-color: #eef6f3;
}
.theme-black .editor-text table thead {
    background-color: #f7f7f7;
}
.theme-blue .editor-text table thead {
    background-color: #e8ebf1;
}
.editor-text table tr {
    border-bottom: 1px solid #cccccc;
}
.editor-text table th,
.editor-text table td {
    padding: 8px 0;
}
.editor-text table tbody {
    color: #666666;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text hr {
    border: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 40px 0;
}
.editor-text hr:last-child {
    margin-bottom: 0;
}
.p-0 {
    padding: 0;
}

.faq__accordion-link::before, .faq__accordion-title::before, .faq__accordion-link::after, .faq__accordion-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: #ffffff;
    pointer-events: none;
}
.faq__accordion-link::before, .faq__accordion-title::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.faq__accordion-link::after, .faq__accordion-title::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.faq__accordion-link:hover::before, .faq__accordion-title:hover::before, .faq__accordion-link:hover::after, .faq__accordion-title:hover::after {
    width: 100%;
    left: 0;
}

.faq--five-col .faq__accordion-title {
    border-top: 1px solid #cccccc;
}
@media only screen and (min-width: 1023px) {
    .faq--five-col .faq__accordion-title {
        padding: 24px 48px 24px 0;
        min-height: 100px;
    }
}
.faq--five-col .faq__inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media only screen and (max-width: 1199px) {
    .faq--five-col .faq__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .faq--five-col .faq__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 0 16px;
    }
}
@media only screen and (max-width: 767px) {
    .faq--five-col .faq__inner {
        grid-template-columns: 1fr;
    }
}
@media only screen and (min-width: 1023px) {
    .faq--five-col .faq__accordion-content {
        font-size: 16px;
        grid-gap: 24px;
    }
}
.faq__title {
    color: #333333;
}
.faq__title .title {
    color: inherit;
    font-weight: 300;
    padding-bottom: 40px;
    border-bottom: 1px solid #666666;
    margin-bottom: 64px;
}
@media only screen and (max-width: 1199px) {
    .faq__title .title {
        padding-bottom: 18px;
        margin-bottom: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .faq__title .title {
        padding-bottom: 12px;
        margin-bottom: 26px;
        font-size: 22px;
    }
}
.theme-green .faq__title {
    color: #356552;
}
.theme-black .faq__title {
    color: #666666;
}
.theme-blue .faq__title {
    color: #486091;
}
@media only screen and (max-width: 1022px) {
    .faq__item + .faq__item {
        margin-top: 30px;
    }
}
.faq__item-title {
    display: flex;
    align-items: flex-end;
    color: #333333;
}
.faq__item-title .title {
    color: inherit;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .faq__item-title .title {
        font-size: 18px;
    }
}
.faq__item-title--sodpz {
    color: #356552;
}
.faq__item-title--up {
    color: #666666;
}
.faq__item-title--kd {
    color: #486091;
}
@media only screen and (min-width: 1023px) {
    .faq__col--two-col {
        grid-column: span 2;
    }
}
.faq__col--two-col .faq__item-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .faq__col--two-col .faq__item-content {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
.faq__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .faq__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .faq__inner {
        grid-template-columns: 1fr;
    }
}
.faq__accordion {
    position: relative;
}
.faq__accordion-link, .faq__accordion-title {
    position: relative;
}
.faq__accordion-link::before, .faq__accordion-link::after, .faq__accordion-title::before, .faq__accordion-title::after {
    background-color: #486091;
    bottom: -1px;
}
.faq__accordion-link {
    display: inline-block;
}
.faq__accordion-title {
    display: block;
    padding: 28px 48px 26px 0;
    border-bottom: 1px solid #cccccc;
    line-height: 1.3;
    color: #486091;
}
@media only screen and (max-width: 1199px) {
    .faq__accordion-title {
        padding: 18px 40px 18px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .faq__accordion-title {
        padding: 12px 34px 12px 0;
    }
}
.faq__accordion-title .icon {
    transition: transform 0.3s ease;
}
.faq__accordion-title .icon::before {
    background-color: #486091;
}
.faq__accordion-title:hover .icon {
    transform: translate(5px, -50%);
}
.faq__accordion-content {
    display: grid;
    justify-items: flex-start;
    padding: 24px 0;
    grid-gap: 22px;
    border-bottom: 1px solid #cccccc;
    letter-spacing: -0.4px;
    font-weight: 700;
    color: #486091;
}
@media only screen and (max-width: 1199px) {
    .faq__accordion-content {
        padding: 18px 0;
        grid-gap: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .faq__accordion-content {
        grid-gap: 8px;
    }
}
.faq__accordion .icon-chevron-right-large {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
@media only screen and (max-width: 1022px) {
    .faq__accordion .icon-chevron-right-large {
        width: 6px;
        height: 12px;
    }
}
.p-0 {
    padding: 0;
}

.footer {
    color: #333333;
    background-color: #ffffff;
    padding: 78px 0 40px;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .footer {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        padding: 30px 0;
    }
}
.footer__title {
    border-bottom: 1px solid #666666;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .footer__title {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__title {
        padding-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__column {
        margin-bottom: 30px;
    }
}
.footer__nav {
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
.footer__nav li + li {
    margin-top: 5px;
}
.footer a {
    color: #486091;
}
.footer a:hover {
    color: #000000;
}
.footer__bottom {
    padding-top: 40px;
    border-top: 1px solid #666666;
    display: grid;
    grid-template-columns: 1fr 80px;
    grid-gap: 40px;
    align-items: center;
    color: #666666;
    letter-spacing: -0.4px;
    margin-top: 40px;
}
@media only screen and (max-width: 1022px) {
    .footer__bottom {
        grid-template-columns: 1fr 40px;
        grid-gap: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__bottom {
        font-size: 14px;
        margin-top: 0;
        align-items: flex-start;
    }
}
.footer__bottom a {
    color: #666666;
}
.footer__bottom-items {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .footer__bottom-items {
        flex-direction: column;
    }
}
.footer__bottom-item {
    display: flex;
    margin-right: 8px;
}
@media only screen and (max-width: 767px) {
    .footer__bottom-item {
        margin-left: 0;
    }
}
.footer__bottom-item:after {
    content: "|";
    position: relative;
    display: inline-block;
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
    .footer__bottom-item:after {
        display: none;
    }
}
.footer__bottom-item:last-of-type {
    margin-right: 0;
}
.footer__bottom-item:last-of-type:after {
    display: none;
}
.footer__images {
    display: flex;
    align-items: center;
    margin: 10px 0 0 10px;
}
.footer__images a {
    margin-right: 52px;
    display: block;
    max-width: 90px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer__images a {
        margin-right: 20px;
        max-width: 60px;
    }
}
.footer__images a:last-child {
    margin-right: 0;
}
.footer__image {
    filter: grayscale(1);
    object-fit: contain;
    transition: filter 0.3s ease, transform 0.3s ease;
}
.footer__image.lazyloaded {
    transition: filter 0.3s ease, transform 0.3s ease, opacity 300ms !important;
}
.footer__image:hover {
    transform: translateY(-4px);
    filter: grayscale(0);
}
.hero-slider__slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.p-0 {
    padding: 0;
}

.hero-slider .text--48 {
    font-size: 48px;
    line-height: 1.14;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-slider .text--48 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-slider .text--48 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-slider .text--48 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slider .text--48 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.hero-slider {
    color: #ffffff;
    background-color: #486091;
}
.hero-slider__slide {
    position: relative;
    width: 100%;
    min-height: 550px;
    padding: 116px 0 90px;
    user-select: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .hero-slider__slide {
        min-height: 500px;
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-slider__slide {
        min-height: 390px;
        padding: 50px 0 60px;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slider__slide {
        min-height: 300px;
    }
}
.hero-slider__slide::after {
    background: linear-gradient(90.03deg, rgba(0, 0, 0, 0.7) 0.02%, rgba(0, 0, 0, 0) 99.97%);
}
.hero-slider__slide--without-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0 90px;
}
@media only screen and (max-width: 1022px) {
    .hero-slider__slide--without-content {
        padding: 30px 0;
    }
}
.hero-slider .container {
    position: relative;
    z-index: 4;
}
.hero-slider .title {
    color: inherit;
}
.hero-slider .text--48 {
    font-weight: 300;
}
.hero-slider .editor-text {
    letter-spacing: -0.4px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .hero-slider .editor-text {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slider .editor-text {
        margin-top: 16px;
    }
}
.hero-slider .btn {
    padding: 4px 16px;
}
.hero-slider__nav {
    position: absolute;
    bottom: 36px;
    z-index: 8;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .hero-slider__nav {
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slider__nav {
        bottom: 15px;
    }
}
.hero-slider .sc-breadcrumbs {
    position: absolute;
    top: 14px;
    left: 0;
}
@media only screen and (max-width: 1022px) {
    .hero-slider .sc-breadcrumbs {
        top: 0;
        position: relative;
        margin-bottom: 20px;
    }
}
.hero-slider .sc-breadcrumbs .margin {
    display: none;
}
.hero-slider .breadcrumbs__inner {
    background-color: transparent;
    padding: 0;
}
.hero-slider .breadcrumbs__item {
    color: inherit;
}
.hero-slider .breadcrumbs__link:hover {
    color: #e8ebf1;
}
.hero-slider .breadcrumbs .icon::before {
    background-color: #ffffff;
}
@media only screen and (min-width: 1023px) {
    .hero-slider--smaller .hero-slider__slide {
        min-height: 435px;
    }
}
.theme-green .hero-slider .breadcrumbs__inner, .theme-blue .hero-slider .breadcrumbs__inner, .theme-black .hero-slider .breadcrumbs__inner {
    background-color: transparent;
}
.theme-blue .hero-slider .hero-slider__slide::after {
    background-color: #000000;
    opacity: 0.6;
}
.theme-green .hero-slider .hero-slider__slide::after {
    background-color: #356552;
    opacity: 0.8;
}
.theme-black .hero-slider .hero-slider__slide::after {
    background-color: #666666;
    opacity: 0.8;
}
.p-0 {
    padding: 0;
}

.latest-news {
    letter-spacing: -0.4px;
}
.latest-news__title {
    font-weight: 300;
}
.latest-news__header {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1022px) {
    .latest-news__header {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: flex-start;
        padding-bottom: 20px;
    }
}
.latest-news .category-list {
    margin-left: auto;
}
@media only screen and (max-width: 1022px) {
    .latest-news .category-list {
        margin: 0;
        justify-self: flex-start;
    }
}
.news-list--landing .news-list__right .arrow-link-list::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.p-0 {
    padding: 0;
}

.news-list__right .arrow-link-list .title--h6 {
    font-family: "Martel", serif;
    color: #666666;
    font-weight: 400;
}

.news-list__right .arrow-link-list .title--h6 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
    .news-list__right .arrow-link-list .title--h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__right .arrow-link-list .title--h6 {
        font-size: 16px;
    }
}

.news-list .arrow-link-list,
.news-list .help-links {
    max-width: 100%;
}
.news-list__left {
    padding-right: 24px;
}
@media only screen and (max-width: 1022px) {
    .news-list__left {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__right {
        margin-top: 40px;
    }
}
.news-list__right .arrow-link-list {
    padding: 40px;
    background-color: #486091;
}
@media only screen and (max-width: 767px) {
    .news-list__right .arrow-link-list {
        padding: 20px;
    }
}
.news-list__right .arrow-link-list .title {
    color: #ffffff;
}
.news-list__right .arrow-link-list .title--h3 {
    font-weight: 700;
    border-bottom-color: #e8ebf1;
}
.news-list__right .arrow-link-list .title--h6 {
    font-family: "Karla", sans-serif;
    color: #ffffff;
    line-height: 1.33;
}
.news-list__right .arrow-link-list .arrow-link {
    border-bottom-color: rgba(232, 235, 241, 0.3);
    padding: 16px 0;
}
.news-list__right .arrow-link-list .arrow-link .icon::before {
    background-color: #ffffff;
}
.news-list__right .arrow-link-list .arrow-link:hover, .news-list__right .arrow-link-list .arrow-link:focus {
    color: #ffffff;
}
.news-list__right .arrow-link-list .arrow-link:hover .title, .news-list__right .arrow-link-list .arrow-link:focus .title {
    color: inherit;
}
.news-list__right .arrow-link-list .btn {
    background-color: #ffffff;
    color: #1a3876;
    border: 1px solid transparent;
}
.news-list__right .arrow-link-list .btn:hover, .news-list__right .arrow-link-list .btn:focus {
    border-color: #ffffff;
    background-color: #486091;
    color: #ffffff;
}
.theme-green .news-list__right .arrow-link-list {
    background-color: #9bcbb8;
}
.theme-green .news-list__right .arrow-link-list .arrow-link {
    border-bottom-color: rgba(102, 102, 102, 0.3);
}
.theme-green .news-list__right .arrow-link-list .arrow-link:hover, .theme-green .news-list__right .arrow-link-list .arrow-link:focus {
    color: #1a3876;
}
.theme-green .news-list__right .arrow-link-list .arrow-link:hover .title--h6, .theme-green .news-list__right .arrow-link-list .arrow-link:focus .title--h6 {
    color: inherit;
}
.theme-green .news-list__right .arrow-link-list .arrow-link:hover .icon::before, .theme-green .news-list__right .arrow-link-list .arrow-link:focus .icon::before {
    background-color: #1a3876;
}
.theme-green .news-list__right .arrow-link-list .title {
    color: #333333;
}
.theme-green .news-list__right .arrow-link-list .title--h3 {
    border-bottom-color: #666666;
}
.theme-green .news-list__right .arrow-link-list .title--h6 {
    color: #333333;
}
.theme-green .news-list__right .arrow-link-list .icon::before {
    background-color: #333333;
}
.theme-green .news-list__right .arrow-link-list .btn {
    background-color: #1a3876;
    color: #ffffff;
    border: 0;
}
.theme-green .news-list__right .arrow-link-list .btn:hover, .theme-green .news-list__right .arrow-link-list .btn:focus {
    background-color: #1C2026;
}
.news-list--landing {
    margin-top: -130px;
    position: relative;
    z-index: 7;
}
@media only screen and (max-width: 1022px) {
    .news-list--landing {
        margin-top: 0;
    }
}
.news-list--landing .news-list__right .arrow-link-list {
    position: relative;
    padding: 40px 0 40px 80px;
}
@media only screen and (max-width: 1022px) {
    .news-list--landing .news-list__right .arrow-link-list {
        padding: 40px 0;
    }
}
.news-list--landing .news-list__right .arrow-link-list::after {
    background-color: #486091;
    width: 60vw;
}
@media only screen and (max-width: 1022px) {
    .news-list--landing .news-list__right .arrow-link-list::after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
.theme-green .news-list--landing .news-list__right .arrow-link-list::after {
    background-color: #9bcbb8;
}
.news-list--landing .news-list__right .arrow-link-list .title .theme-blue {
    color: #ffffff;
}
.news-list--three-col .news-list__left {
    padding-right: 0;
}
@media only screen and (max-width: 1199px) {
    .news-list--three-col .news-list__right {
        margin-top: 40px;
    }
}
.p-0 {
    padding: 0;
}

.noscript {
    display: block;
    width: 100%;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.p-0 {
    padding: 0;
}

.partners .title {
    color: #666666;
}
.theme-green .partners .title {
    color: #356552;
}
.theme-blue .partners .title {
    color: #486091;
}
.partners__list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 85px 70px;
    align-items: center;
    justify-items: center;
    padding: 0 14px;
}
@media only screen and (max-width: 1199px) {
    .partners__list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-gap: 40px;
        padding: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .partners__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .partners__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
.partners__list-item {
    display: block;
    max-width: 172px;
    width: 100%;
    max-height: 100px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .partners__list-item {
        max-width: 120px;
    }
}
.partners__list-item img {
    object-fit: contain;
}
.partners__list-item:hover {
    filter: grayscale(0);
    opacity: 1;
}
.p-0 {
    padding: 0;
}

.pre-footer__header .title {
    font-size: 48px;
    line-height: 1.14;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pre-footer__header .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .pre-footer__header .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .pre-footer__header .title {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .pre-footer__header .title {
        font-size: 24px;
        line-height: 1.5;
    }
}

.pre-footer__image {
    position: relative;
    height: 100%;
    z-index: 4;
}
.pre-footer__image-inner {
    width: calc(50vw - 28% + 20px);
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    margin-right: 20px;
}
@media only screen and (max-width: 1022px) {
    .pre-footer__image-inner {
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 50%;
        margin-right: 0;
    }
}
.pre-footer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .pre-footer__header {
        padding-bottom: 10px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.pre-footer__header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100vw;
    background-color: #666666;
}
@media only screen and (max-width: 1022px) {
    .pre-footer__header:after {
        width: 100%;
    }
}
.pre-footer__header .title {
    flex: 0 0 58%;
    max-width: 58%;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .pre-footer__header .title {
        flex: auto;
        max-width: 100%;
    }
}
.pre-footer__header-image {
    max-width: 254px;
    width: 100%;
    flex: auto;
    margin-left: 40px;
}
@media only screen and (max-width: 1919px) {
    .pre-footer__header-image {
        max-width: 200px;
    }
}
@media only screen and (max-width: 1199px) {
    .pre-footer__header-image {
        max-width: 180px;
    }
}
@media only screen and (max-width: 1022px) {
    .pre-footer__header-image {
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .pre-footer__header-image {
        max-width: 140px;
    }
}
.pre-footer__header-image img {
    object-fit: contain;
}
.pre-footer__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
    .pre-footer__content {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.pre-footer__content-col {
    display: grid;
    grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
    .pre-footer__content-col {
        grid-gap: 20px;
    }
}
.pre-footer__content .title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
    .pre-footer__content .title {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .pre-footer__content .title {
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
}
.p-0 {
    padding: 0;
}

.search-result-list .search-box__input-field {
    font-size: 18px;
    line-height: 1.44;
}
@media only screen and (max-width: 767px) {
    .search-result-list .search-box__input-field {
        font-size: 16px;
    }
}

.search-result-list__item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #aaaaaa;
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__item {
        padding: 20px 0;
    }
}
.search-result-list__item .icon {
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 40px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__item .icon {
        flex: 0 0 20px;
        max-width: 20px;
        margin-left: 20px;
    }
}
.search-result-list__item .icon::before {
    background-color: #486091;
}
.search-result-list__item:hover {
    border-color: #486091;
}
.search-result-list__item:hover .icon {
    transform: translateX(4px);
}
.search-result-list__text {
    flex: auto;
}
.search-result-list .search-box__input-field, .search-result-list .search-box__btn {
    height: 50px;
}
.p-0 {
    padding: 0;
}

.mobile-hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.header-main {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.3s ease;
}
.is-scrolled .header-main {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header-main .container {
    position: relative;
}
.header-main__top {
    width: 100%;
    display: grid;
    grid-template-columns: 180px 420px 1fr;
    grid-gap: 195px;
    padding: 18px 0 24px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 1439px) {
    .header-main__top {
        grid-gap: 120px;
    }
}
@media only screen and (max-width: 1199px) {
    .header-main__top {
        grid-template-columns: 140px 320px 1fr;
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__top {
        grid-template-columns: 1fr;
        display: flex;
        align-items: center;
        grid-gap: 0;
        border: 0;
        padding: 18px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__search {
        margin-left: auto;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__search-btn {
        margin-top: 7px;
        position: relative;
    }
    .header-main__search-btn i {
        width: 24px;
        height: 24px;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .header-main__search-btn i::before {
        background-color: #1a3876;
    }
    .header-main__search-btn .icon-close {
        position: absolute;
        left: -1;
        top: 0;
        opacity: 0;
        background-color: #ffffff;
        z-index: 3;
    }
    .is-open-search .header-main__search-btn .icon-close {
        opacity: 1;
    }
}
.header-main__call {
    max-width: 128px;
}
@media only screen and (max-width: 1439px) {
    .header-main__call {
        width: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__call {
        display: none;
    }
}
.header-main__logo {
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .header-main__logo {
        display: inline-block;
        max-width: 120px;
    }
}
.header-main__bottom-right {
    display: grid;
    align-items: center;
}
@media only screen and (min-width: 1023px) {
    .header-main__bottom-right {
        position: absolute;
        right: 20px;
        top: 34px;
        z-index: 9;
        grid-auto-flow: column;
        grid-gap: 30px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .header-main__bottom-right {
        top: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__bottom-right {
        gap: 20px;
        display: flex;
        justify-content: space-between;
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main .search-box {
        position: fixed;
        left: 0;
        top: 77px;
        width: 100%;
        background-color: #ffffff;
        border-top: 1px solid #cccccc;
        padding: 10px 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }
    .is-open-search .header-main .search-box {
        opacity: 1;
        pointer-events: all;
    }
}
.header-main__right {
    font-size: 0;
    line-height: 0;
}

.mobile-hamburger {
    cursor: pointer;
    z-index: 9;
    position: relative;
    width: 32px;
}
.mobile-hamburger .bars {
    background-color: #1a3876;
    height: 3px;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.mobile-hamburger .bars:last-child {
    margin-bottom: 0;
}
.is-open-menu .mobile-hamburger .bars:first-child {
    transform: translateY(10px) rotate(225deg);
}
.is-open-menu .mobile-hamburger .bars:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .mobile-hamburger .bars:last-child {
    transform: translateY(-10px) rotate(315deg);
}













/*# sourceMappingURL=bundle.css.map */
