﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import "~bootstrap-4-grid/css/grid.min.css";


@font-face {
    font-family: Hn;
    src: url("../../my_fonts/Helvetica_Neue_Regular.otf") format("otf"), url("../../my_fonts/Helvetica_Neue_Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Hn;
    src: url("../../my_fonts/Helvetica_Neue_Medium.otf") format("otf"), url("../../my_fonts/Helvetica_Neue_Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Hn;
    src: url("../../my_fonts/Helvetica_Neue_Bold.ttf") format("ttf"), url("../../my_fonts/Helvetica_Neue_Bold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.grid {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .grid--image {
        padding: 15px;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none !important;
    font-family: "Poppins", sans-serif;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

input {
    background-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Poppins", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.transition-fade {
    transition: 0.4s;
    opacity: 1;
    position: relative;
    background-color: #FDFBF3;
}

html:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23234f4d' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round' transform='rotate(71.0057 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E");
    width: 150px;
    height: 150px;
    background-size: contain;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    transition-delay: 0;
}

html.is-animating .transition-fade {
    opacity: 0;
}

html.is-animating:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.45s;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 20px;
    color: #12519E;
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 48px;
    }
}

h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
    color: #12519E;
}

@media (max-width: 991px) {
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

a {
    display: inline;
    color: #12519E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s ease;
    text-decoration: none;
}

    a:hover {
        color: #590E2A;
        text-decoration: underline;
    }

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #404040;
}

h3 {
    font-size: 31px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 20px;
    color: #12519E;
}

@media (max-width: 991px) {
    h3 {
        font-size: 21px;
    }
}

h4 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    color: #12519E;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

img {
    width: 100%;
    height: auto;
}

.img-cor {
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
}

    .img-cor img {
        width: 100%;
        height: auto;
    }

.text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
}

.text a {
    margin-bottom: 20px;
}

.text ul {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .text ul li {
        list-style-type: disc;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #404040;
    }

        .text ul li::marker {
            color: #12519E;
        }

.text ol {
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .text ol li {
        list-style-type: decimal;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #404040;
    }

        .text ol li::marker {
            color: #12519E;
            font-weight: 700;
        }

.hyper {
    display: flex;
    align-items: center;
    width: fit-content;
}

    .hyper svg {
        margin-left: 10px;
    }

        .hyper svg path {
            transition: 0.3s ease;
        }

    .hyper:hover svg path {
        fill: #590E2A;
    }

.container {
    max-width: 1197px;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(18, 81, 158, 0.1);
    color: #12519E;
    padding: 21.5px 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    border-radius: 15px;
    transition: 0.3s ease;
}

@media (max-width: 500px) {
    .link {
        padding: 15px 20px;
        font-size: 16px;
    }
}

.link svg circle, .link svg path {
    transition: 0.3s ease;
}

.link:hover {
    background-color: #590E2A;
    color: #fff;
    text-decoration: none;
}

    .link:hover svg circle,
    .link:hover svg path {
        stroke: #fff;
    }

.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #12519E;
    padding: 12.5px 32px;
    background-color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
    display: table;
    border: 2px solid #12519E;
    border-radius: 100px;
    line-height: 1;
}

    .btn:hover {
        color: #fff;
        background-color: #590E2A;
        border-color: #590E2A;
        text-decoration: none;
    }

.small-cwc__flex .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #12519E;
    padding: 12.5px 32px;
    background-color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
    display: table;
    border: 2px solid #12519E;
    border-radius: 100px;
    line-height: 1;
}

    .small-cwc__flex .btn:hover {
        color: #fff;
        background-color: #590E2A;
        border-color: #590E2A;
        text-decoration: none;
    }

.btn:focus, .btn:active {
    color: #590E2A;
    background-color: #fff;
    box-shadow: inset;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgb(89, 14, 42);
    -moz-box-shadow: inset 0px 0px 2px 2px rgb(89, 14, 42);
    box-shadow: inset 0px 0px 2px 2px rgb(89, 14, 42);
}

.btn--inactive {
    pointer-events: none;
    opacity: 0.35;
}

.btn--white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

    .btn--white:hover {
        background-color: #fff;
        color: #12519E;
        border-color: #fff;
    }

    .btn--white:focus, .btn--white:active {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        -webkit-box-shadow: inset 0px 0px 2px 2px rgb(255, 255, 255);
        -moz-box-shadow: inset 0px 0px 2px 2px rgb(255, 255, 255);
        box-shadow: inset 0px 0px 2px 2px rgb(255, 255, 255);
    }

.choices:after {
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.066' height='10.1' viewBox='0 0 18.066 10.1'%3E%3Cg id='Group_10' data-name='Group 10' transform='translate(1.033 1.05)'%3E%3Cpath id='Line_17' data-name='Line 17' d='M.381.364,8,7.636' fill='none' stroke='%23008274' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_17-2' data-name='Line 17' d='M-.381.364-8,7.636' transform='translate(16)' fill='none' stroke='%23008274' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 16px !important;
    height: 7px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}

.choices__inner {
    box-sizing: border-box;
    border: 1px solid #12519E !important;
    border-radius: 25px !important;
    background-color: transparent;
    min-height: 45px;
}

.choices.is-open:after {
    margin-top: 0 !important;
    transform: rotate(180deg);
}

.choices.is-open .choices__inner {
    border-radius: 25px 25px 0 0 !important;
}

.choices__item--selectable {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #404040;
    padding-left: 8px;
}

.choices__list {
    box-sizing: border-box;
}

.choices__list--dropdown {
    border: 1px solid #12519E !important;
    border-radius: 0 !important;
}

.input_flex {
    display: flex;
    margin: 0 -12px;
}

    .input_flex > div {
        padding-left: 12px;
        padding-right: 12px;
    }

.input_text {
    display: block;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 100%;
}

.input_text--50 {
    width: 50%;
}

.input_text h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #404040;
}

    .input_text h4 span {
        color: #007A66;
    }

.input_text input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #12519E;
    background-color: #fff;
    border-radius: 4px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 10px;
}

    .input_text input::placeholder {
        color: rgba(0, 0, 0, 0.6);
    }

.input_check {
    display: block;
    box-sizing: border-box;
    padding-bottom: 20px;
}

    .input_check label {
        display: flex;
    }

        .input_check label span {
            min-width: 21px;
            min-height: 21px;
            width: 21px;
            height: 21px;
            border: 1px solid #12519E;
            background-color: #fff;
            position: relative;
            border-radius: 5px;
            display: block;
            margin-right: 20px;
        }

            .input_check label span:after {
                display: block;
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' fill='%23007A66' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
                background-size: 12px;
                background-position: center;
                background-repeat: no-repeat;
                width: 19px;
                height: 19px;
                transition: 0.3s ease;
                opacity: 0;
            }

        .input_check label p {
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
        }

        .input_check label input {
            display: none;
        }

            .input_check label input:checked + span:after {
                opacity: 1;
            }

.input--radio {
    padding: 5px 0;
    display: flex;
    cursor: pointer;
}

    .input--radio span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #12519E;
        margin-right: 10px;
        min-width: 20px;
        position: relative;
    }

        .input--radio span:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            background-color: transparent;
            display: block;
            content: "";
            border-radius: 50%;
        }

    .input--radio:hover span:before {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        display: block;
        content: "";
        border: 2px;
    }

    .input--radio p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #404040;
    }

    .input--radio input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .input--radio input:checked ~ span:after {
            background-color: #12519E;
        }

        .input--radio input:focus ~ span:before {
            position: absolute;
            width: 24px;
            height: 24px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            display: block;
            content: "";
            border: 2px;
        }

        .input--radio input:disabled ~ span {
            border-color: rgba(64, 64, 64, 0.3);
        }

.input--checkbox {
    padding: 5px 0;
    display: flex;
    cursor: pointer;
}

    .input--checkbox span {
        width: 20px;
        min-width: 20px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #12519E;
        position: relative;
        margin-right: 10px;
        background-color: #fff;
    }

        .input--checkbox span:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.774' height='11.774' viewBox='0 0 11.774 11.774'%3E%3Cpath id='Line_18' data-name='Line 18' d='M.5.5l4,4' transform='translate(0.914 5.86)' fill='none' stroke='%2300833e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Line_18-2' data-name='Line 18' d='M5.5.5l-5,9' transform='translate(4.914 0.86)' fill='none' stroke='%2300833e' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 12px;
            height: 12px;
            opacity: 0;
        }

    .input--checkbox:hover span:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        border: 2px;
        display: block;
        content: "";
        border-radius: 7px;
    }

    .input--checkbox input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .input--checkbox input:checked ~ span:after {
            opacity: 1;
        }

        .input--checkbox input:focus ~ span:before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 24px;
            height: 24px;
            border: 2px;
            display: block;
            content: "";
            border-radius: 7px;
        }

        .input--checkbox input:disabled ~ span {
            border-color: rgba(64, 64, 64, 0.3);
        }

    .input--checkbox p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        color: #404040;
    }

.pagination {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}

    .pagination ul {
        display: flex;
        align-items: center;
    }

        .pagination ul li {
            padding: 0 6px;
        }

            .pagination ul li a {
                font-size: 20px;
                font-weight: 700;
                color: #12519E;
                line-height: 1;
                text-decoration: none;
                transition: 0.3s ease;
            }

                .pagination ul li a:hover {
                    color: #404040;
                    text-decoration: underline;
                }

            .pagination ul li.active a {
                color: #404040;
            }

            .pagination ul li span {
                font-size: 16px;
                font-weight: 600;
                color: #12519E;
            }

.grid--image img {
    border-radius: 5px;
}

.header {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    padding: 26px 0;
    position: relative;
}

@media (max-width: 991px) {
    .header {
        padding: 0;
    }
}

.header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo a {
    display: block;
}

@media (max-width: 1200px) {
    .header__logo {
        max-width: 180px;
    }
}

@media (max-width: 1200px) and (max-width: 991px) {
    .header__logo {
        max-width: 140px;
    }
}

@media (max-width: 1200px) {
    .header__logo a svg {
        max-width: 100%;
    }
}

@media (min-width: 991px) {
    .header__menu .nav {
        display: flex !important;
    }
}

@media (max-width: 991px) {
    .header__menu .header-nav {
        /*background-color: rgba(18,81,158,0.1);*/
        display: flex !important;
    }
    .header__menu .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        background-color: rgba(18, 81, 158, 0.1);
    }
}

.header__menu .nav__item {
    position: relative;
    margin-right: 37px;
}

@media (max-width: 991px) {
    .header__menu .nav__item {
        margin-right: 0;
        border-bottom: 1px solid #404040;
    }
}
@media (min-width: 991px) {
    .header__menu .navbar-collapse {
        justify-content: flex-end;
    }
}

.header__menu .nav__item:last-of-type {
    margin-right: 0;
}

@media (max-width: 991px) {
    .header__menu .nav__item:last-of-type {
        margin-bottom: 0;
        border-bottom: none;
    }
}

.header__menu .nav__item a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

@media (max-width: 991px) {
    .header__menu .nav__item a {
        padding: 10px 20px;
        display: block;
    }
}

.header__menu .nav__item--sub > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header__menu .nav__item--sub > a svg {
        display: none;
    }

@media (max-width: 991px) {
    .header__menu .nav__item--sub > a svg {
        width: 14px;
        margin-left: auto;
        display: block;
        transition: 0.3s ease;
    }

        .header__menu .nav__item--sub > a svg path {
            fill: #12519E;
            transition: 0.3s ease;
        }
}

.header__menu .nav__item--sub > a:hover svg path {
    fill: #590E2A;
}

@media (max-width: 991px) {
    .header__menu .nav__item--sub > a.active svg {
        transform: rotate(180deg);
    }
    .header__menu .nav__item--sub > a:not(.active) svg {
        transform: rotate(90deg);
    }
}

.header__menu .nav__item--sub > a:after {
    content: "";
}

.header__menu .nav__item--sub .sub-nav {
    position: absolute;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    top: 50px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    min-width: 247px;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    transition: 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .header__menu .nav__item--sub .sub-nav {
        position: static;
        visibility: visible;
        opacity: 1;
        /*background-color: rgba(18, 81, 158, 0.3);*/
        left: 0;
        transform: translateX(0);
        border: 0;
        box-shadow: none;
        margin: 0;
        display: none;
        border-radius: 0;
        padding: 10px 20px 10px 40px;
       
    }
}

.header__menu .nav__item--sub .sub-nav li {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .header__menu .nav__item--sub .sub-nav li {
        margin-bottom: 5px;

    }
}

.header__menu .nav__item--sub .sub-nav li:last-of-type {
    margin-bottom: 0;
}

.header__menu .nav__item--sub .sub-nav li a {
    font-size: 16px;
}

@media (max-width: 991px) {
    .header__menu .nav__item--sub .sub-nav li a {
        padding: 0;
    }
}

.header__menu .nav__item--sub:hover .sub-nav {
    visibility: visible;
    opacity: 1;
}

.header__hamburger {
    display: none;
}

@media (max-width: 991px) {
    .header__hamburger {
        display: block;
        width: 30px;
        border: none;
        background-color: transparent;
    }

        .header__hamburger:after, .header__hamburger:before, .header__hamburger span {
            width: 30px;
            height: 3px;
            background-color: #12519E;
            content: "";
            display: block;
            margin: 4px 0;
            transition: 0.3s ease;
            position: relative;
        }

        .header__hamburger:hover:after, .header__hamburger:hover:before, .header__hamburger:hover span {
            background-color: #590E2A;
        }
}

@media (max-width: 991px) {
    .header.active .header__hamburger span {
        opacity: 0;
    }

    .header.active .header__hamburger:before {
        transform: rotate(45deg);
        top: 7px;
    }

    .header.active .header__hamburger:after {
        transform: rotate(-45deg);
        top: -7px;
    }
}

.footer {
    display: block;
    box-sizing: border-box;
}

    .footer h2 {
        text-align: center;
        margin-bottom: 45px;
    }

@media (max-width: 991px) {
    .footer h2 {
        margin-bottom: 20px;
    }
}

.footer__lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .footer__lists {
        margin-bottom: 20px;
    }
}

.footer__lists li {
    flex-basis: 200px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.footer__down {
    display: block;
    box-sizing: border;
}

    .footer__down svg {
        margin-bottom: -4px;
    }

.footer__down__content {
    background-color: #12519E;
    padding-bottom: 45px;
    margin-top: -80px;
    position: relative;
}

    .footer__down__content .text p {
        color: #fff;
    }

    .footer__down__content .text a {
        color: #fff;
    }

.contact .organiation__sidebar {
    margin-bottom: 20px;
}

.contact .contact__form__flex {
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 500px) {
    .contact .contact__form__flex {
        margin: 0;
        flex-wrap: wrap;
    }
}

.contact .form__input  {
    width: 100%;
  /*  padding: 0 15px 15px;*/
}
.contact .contact__form__input, .contact .contact__form__input label {
    width: 100%;
/*    padding: 0 15px 15px;*/
}
    .contact .contact__form__input input {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border: 1px solid #12519E;
        font-size: 16px;
        color: #12519E;
        font-weight: 400;
        /*padding: 12.5px 20px;*/
        border-radius: 100px;
    }
@media (max-width: 500px) {
    .contact .form__input  {
       /* padding: 0 0 15px 0;*/
    }
}

.umbraco-forms-fieldset legend {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 15px;
    color: #12519E;
}
.form__input input, .form__input textarea, .form__label, .form__helptext {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
    color: #12519E;
    border-radius: 20px;

}
.contact .form__input input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #12519E;
    font-size: 16px;
    color: #12519E;
    font-weight: 400;
    padding: 12.5px 20px;
    border-radius: 100px;
}

    .contact .form__input input::placeholder {
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 5px;
        margin-left: 20px;
        color: #12519E;
    }

    .contact .form__input  input:active, .contact .form__input  input:focus {
        border: 3px solid #590E2A;
        padding: 10.5px 18px;
    }

.contact .form__input --inactive input {
    opacity: 0.3;
}

.contact .form__input --error input {
    border-color: #EA2024;
}

.contact .form__input --error span {
    font-size: 16px;
    font-weight: 400;
    color: #EA2024;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    padding-left: 20px;
}

.contact .contact__form__radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

    .contact .contact__form__radio label span {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
        border: 1px solid #12519E;
        display: block;
        position: relative;
        margin-right: 10px;
    }

        .contact .contact__form__radio label span:after {
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #12519E;
            display: block;
            content: "";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
        }

    .contact .contact__form__radio label p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .contact .contact__form__radio label.inactive {
        cursor: no-drop;
    }

        .contact .contact__form__radio label.inactive span {
            opacity: 0.3;
        }

    .contact .contact__form__radio label:focus span, .contact .contact__form__radio label:active span {
        border: 2px solid #590E2A;
    }

    .contact .contact__form__radio label input {
        display: none;
    }

        .contact .contact__form__radio label input:checked ~ span:after {
            opacity: 1;
        }

.contact .contact__form__checkbox label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

    .contact .contact__form__checkbox label span {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border: 1px solid #12519E;
        display: block;
        box-sizing: border-box;
        position: relative;
        margin-right: 10px;
        border-radius: 5px;
    }

        .contact .contact__form__checkbox label span:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M1 6.5L4.5 10L10.5 1' stroke='%2312519E' stroke-linecap='round'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 14px;
            height: 10px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: block;
            content: "";
            opacity: 0;
        }

    .contact .contact__form__checkbox label:focus span, .contact .contact__form__checkbox label:active span {
        border: 2px solid #590E2A;
    }

    .contact .contact__form__checkbox label.inactive {
        cursor: no-drop;
    }

        .contact .contact__form__checkbox label.inactive span {
            opacity: 0.3;
        }

    .contact .contact__form__checkbox label p {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .contact .contact__form__checkbox label input {
        display: none;
    }

        .contact .contact__form__checkbox label input:checked ~ span:after {
            opacity: 1;
        }

.contact .contact__form__select {
    padding: 0 15px 15px !important;

}

.contact .contact__form__textarea {
    padding: 0 0 15px 0;
}

    .contact .contact__form__textarea textarea {
        width: 100%;
        border: 1px solid #12519E;
        padding: 12.5px 20px;
        font-size: 16px;
        display: block;
        box-sizing: border-box;
        color: #12519E;
        min-height: 316px;
        border-radius: 20px;
        font-family: "Poppins", sans-serif;

    }

        .contact .contact__form__textarea textarea::placeholder {
            color: #767676;
        }

        .contact .contact__form__textarea textarea:active, .contact .contact__form__textarea textarea:focus {
            border: 3px solid #590E2A;
            padding: 10.5px 18px;
        }

.contact .contact__form__file input {
    display: none;
}

.contact .contact__form__file div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #12519E;
    padding: 1px;
    border-radius: 15px;
    cursor: pointer;
}

    .contact .contact__form__file div:focus {
        border: 2px solid #12519E;
    }

    .contact .contact__form__file div span {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 100px);
        color: #404040;
    }

    .contact .contact__form__file div p {
        background-color: #12519E;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 9px 20px;
        transition: 0.3s ease;
        cursor: pointer;
        border-radius: 0 15px 15px 0;
    }

        .contact .contact__form__file div p:hover {
            background-color: #590E2A;
        }

.contact .form__input s .inputs {
    display: flex;
}

    .contact .form__input s .inputs input {
        width: 20%;
        margin-right: 5px;
        text-align: center;
    }

.contact .contact__form button {
    margin: 15px 0 0 auto;
    background-color: transparent;
}

.home-hero {
    display: block;
    box-sizing: border-box;
    position: relative;
}

    .home-hero img {
        width: 100%;
        height: auto;
    }

@media (max-width: 1200px) {
    .home-hero img {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.home-hero svg:first-of-type {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .home-hero svg:first-of-type {
        z-index: 1;
    }
}

.home-hero svg:last-of-type {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.home-hero__content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 1200px) {
    .home-hero__content {
        position: static;
        display: block;
        box-sizing: border-box;
        padding: 100px 0;
        transform: translateY(0);
    }
}

.home-hero__content .info h1, .home-hero__content .info h2 {
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .home-hero__content .info h1, .home-hero__content .info h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

.home-hero__content .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .home-hero__content .text p br {
        display: none;
    }
}

.tab_content {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}

.tab_content__lists {
    display: flex;
    border-bottom: 3px solid #12519E;
}

@media (max-width: 767px) {
    .tab_content__lists {
        flex-wrap: wrap;
    }
}

.tab_content__lists li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    background-color: #590E2A;
    padding: 12.5px 22.5px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .tab_content__lists li {
        margin: 2.5px;
        border: none;
        border-radius: 0;
    }
}

@media (max-width: 767px) and (max-width: 400px) {
    .tab_content__lists li {
        width: 100%;
        text-align: center;
    }
}

.tab_content__lists li.item--inactive {
    background-color: #B1B1B1;
    color: #12519E;
    opacity: 0.3;
    cursor: no-drop;
    pointer-events: none;
}

    .tab_content__lists li.item--inactive:after {
        display: none;
    }

.tab_content__lists li:after {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 3px);
    top: 2px;
    left: 2px;
    border: 1px solid transparent;
    display: block;
    content: "";
    transition: 0.3s ease;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

@media (max-width: 767px) {
    .tab_content__lists li:after {
        border-radius: 0;
    }
}

.tab_content__lists li:first-of-type {
    border-left: none;
}

.tab_content__lists li:hover {
    background-color: #590E2A;
}

    .tab_content__lists li:hover:after {
        border-color: #fff;
    }

.tab_content__lists li.active {
    background-color: #12519E;
    border-bottom-color: #fff;
}

    .tab_content__lists li.active:after {
        display: none;
    }

.tab_content__items {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 3px solid #12519E;
}

    .tab_content__items .item {
        display: none;
        box-sizing: border-box;
    }

        .tab_content__items .item.active {
            display: block;
        }

        .tab_content__items .item .text p {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            margin-bottom: 20px;
            color: #404040;
        }

.hand-nav {
    display: block;
    box-sizing: border-box;
    max-width: 260px;
    position: relative;
}

    .hand-nav h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 31px;
        color: #12519E;
        margin-bottom: 10px;
    }

    .hand-nav nav ul {
        padding-left: 0;
        list-style: none;
    }

        .hand-nav nav ul li {
            width: 100%;
            border-bottom: 1px solid #404040;
        }

            .hand-nav nav ul li a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 14px 0;
                font-size: 16px;
                font-weight: 600;
                line-height: 1;
                text-decoration: none;
                color: #12519E;
                transition: 0.3s ease;
            }

                .hand-nav nav ul li a:after {
                    width: 12px;
                    height: 12px;
                    position: relative;
                    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7071 7.29289C14.0976 7.68342 14.0976 8.31658 13.7071 8.70711L7.34315 15.0711C6.95262 15.4616 6.31946 15.4616 5.92893 15.0711C5.53841 14.6805 5.53841 14.0474 5.92893 13.6569L11.5858 8L5.92893 2.34315C5.53841 1.95262 5.53841 1.31946 5.92893 0.928932C6.31946 0.538408 6.95262 0.538408 7.34315 0.928932L13.7071 7.29289ZM1 9C0.447715 9 0 8.55228 0 8C0 7.44772 0.447715 7 1 7V9ZM13 9L1 9V7L13 7V9Z' fill='%23123758'/%3E%3C/svg%3E%0A");
                    background-size: 12px;
                    background-repeat: no-repeat;
                    background-position: center;
                    display: block;
                    content: "";
                    transition: 0.3s ease;
                    opacity: 1;
                    border: none !important;
                    background-color: transparent !important;
                }

                .hand-nav nav ul li a:hover {
                    color: #590E2A;
                }

                    .hand-nav nav ul li a:hover:after {
                        opacity: 1;
                        background-color: transparent;
                        background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7071 7.29289C14.0976 7.68342 14.0976 8.31658 13.7071 8.70711L7.34315 15.0711C6.95262 15.4616 6.31946 15.4616 5.92893 15.0711C5.53841 14.6805 5.53841 14.0474 5.92893 13.6569L11.5858 8L5.92893 2.34315C5.53841 1.95262 5.53841 1.31946 5.92893 0.928932C6.31946 0.538408 6.95262 0.538408 7.34315 0.928932L13.7071 7.29289ZM1 9C0.447715 9 0 8.55228 0 8C0 7.44772 0.447715 7 1 7V9ZM13 9L1 9V7L13 7V9Z' fill='%23590E2A'/%3E%3C/svg%3E%0A");
                    }

            .hand-nav nav ul li.active a:after {
                opacity: 1;
            }

.small-cwc {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}

.small-cwc__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-top: 2px solid #12519E;
    border-bottom: 2px solid #12519E;
    padding: 16px 0;
}

@media (max-width: 450px) {
    .small-cwc__flex {
        flex-wrap: wrap;
    }
}

.small-cwc__flex h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    padding-right: 20px;
    color: #12519E;
    margin-bottom: 0;
}

@media (max-width: 450px) {
    .small-cwc__flex h2 {
        margin-bottom: 20px;
        width: 100%;
    }
}

.accord-col {
    padding: 40px 0;
}

.accord-col__flex {
    display: flex;
    margin: 0 -20px;
}

@media (max-width: 767px) {
    .accord-col__flex {
        flex-wrap: wrap;
        margin: 0;
    }
}

.accord-col__flex > div {
    padding: 0 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .accord-col__flex > div {
        padding: 0;
    }

        .accord-col__flex > div .accordions__content .item:first-of-type {
            border-top: none;
        }
}

.accordions {
    display: block;
}

.accordions__content {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

    .accordions__content .item {
        border-top: 1px solid #404040;
    }

        .accordions__content .item:last-of-type {
            border-bottom: 1px solid #404040;
        }

    .accordions__content .item__head {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 15px 0;
        cursor: pointer;
    }

@media (max-width: 400px) {
    .accordions__content .item__head {
        padding: 10px 0;
    }
}

.accordions__content .item__head h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #12519E;
    margin-bottom: 0;
}

@media (max-width: 400px) {
    .accordions__content .item__head h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

.accordions__content .item__head span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    transition: 0.3s ease;
    color: #12519E !important;
    border-color: #12519E !important;
}
    .accordions__content .item__head span:before {
        position: absolute;
        height: 12px;
        width: 2px;
        background-color: #12519E;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        content: '';
        transition: .3s ease;
    }
    .accordions__content .item__head span:after {
        position: absolute;
        width: 12px;
        height: 2px;
        background-color: #12519E;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        content: '';
    }
    .accordions__content .item__head span svg * {
        transition: 0.3s ease;
    }
.accord-col h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 20px;
    color: #12519E;
}
.accordions__content .item__head:hover span {
    background-color: #590E2A;
}

    .accordions__content .item__head:hover span svg circle {
        stroke: transparent;
    }

    .accordions__content .item__head:hover span svg path {
        stroke: #fff;
    }

.accordions__content .item__head.active span svg path:last-of-type {
    display: none;
}

.accordions__content .item__content {
    display: none;
    box-sizing: border-box;
    padding: 10px 0 20px;
}

    .accordions__content .item__content .text p {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px;
    }

.accordions__content .item__content__grid {
    display: flex;
}

@media (max-width: 767px) {
    .accordions__content .item__content__grid {
        flex-wrap: wrap;
    }
}

.accordions__content .item__content__grid .image {
    width: 25%;
    display: block;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .accordions__content .item__content__grid .image {
        width: 100%;
    }
}

.accordions__content .item__content__grid .image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.accordions__content .item__content__grid .text {
    width: 75%;
    display: block;
    box-sizing: border-box;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .accordions__content .item__content__grid .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.full_gradien-overl {
    background: #12519E;
    background: linear-gradient(90deg, rgb(18, 81, 158) 0%, rgb(89, 14, 42) 88%);
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.full_gradien-overl__flex {
    display: flex;
    align-items: center;
}

    .full_gradien-overl__flex .left {
        width: calc(100% - 310px);
        padding: 20px 40px 20px 0;
    }

@media (max-width: 991px) {
    .full_gradien-overl__flex .left {
        width: 100%;
        position: relative;
        z-index: 1;
    }
}

.full_gradien-overl__flex .left h2 {
    color: #fff;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .full_gradien-overl__flex .left h2 {
        margin-bottom: 30px;
    }
}

.full_gradien-overl__flex .right {
    width: 310px;
    display: contents;
}

@media (max-width: 991px) {
    .full_gradien-overl__flex .right {
        display: none;
    }
}

.testimonial-width {
    display: block;
    box-sizing: border-box;
    position: relative;
}

.testimonial-width__content {
    position: relative;
}

    .testimonial-width__content .swiper {
        background-color: rgba(18, 81, 158, 0.1);
        display: block;
        border-radius: 15px;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

.testimonial-width__item {
    display: flex;
    padding: 30px;
}

@media (max-width: 600px) {
    .testimonial-width__item {
        flex-wrap: wrap;
    }
}

.testimonial-width__item .logo {
    width: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}

@media (max-width: 600px) {
    .testimonial-width__item .logo {
        width: 100%;
    }
}

.testimonial-width__item .logo img {
    width: 100%;
    height: auto;
}

.testimonial-width__item .text {
    padding-right: 10vw;
    padding-left: 40px;
    box-sizing: border-box;
    display: block;
    width: calc(100% - 188px);
}

    .testimonial-width__item .text:before {
        position: relative;
        content: "";
        display: block;
        width: 60px;
        height: 37px;
        background-image: url("data:image/svg+xml,%3Csvg width='61' height='38' viewBox='0 0 61 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 37.5L31 0H16L0 37.5H22Z' fill='%2312519E'/%3E%3Cpath d='M52 37.5L61 0H46L30 37.5H52Z' fill='%2312519E'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .testimonial-width__item .text {
        padding-right: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) and (max-width: 600px) {
    .testimonial-width__item .text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

.testimonial-width__item .text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #12519E;
    line-height: 24px;
}

.testimonial-width__arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
}

    .testimonial-width__arrow > div {
        position: static;
        width: 32px;
        height: 32px;
        background-color: transparent;
        border: 1px solid #12519E;
        border-radius: 50%;
        transition: 0.3s ease;
    }

        .testimonial-width__arrow > div:hover {
            background-color: #12519E;
        }

            .testimonial-width__arrow > div:hover:after {
                color: #fff;
            }

        .testimonial-width__arrow > div:first-of-type {
            margin-right: 10px;
        }

        .testimonial-width__arrow > div:after {
            font-size: 16px;
            color: #12519E;
        }

.grid-image {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}

.grid-image__boxs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}

@media (max-width: 767px) {
    .grid-image__boxs {
        margin: 0;
    }
}

.grid-image__boxs .box {
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding: 2.5px;
}

@media (max-width: 767px) {
    .grid-image__boxs .box {
        width: 100%;
        padding: 2.5px 0;
    }
}

.grid-image__boxs .box__content {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .grid-image__boxs .box__content img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .grid-image__boxs .box__content:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: rgb(0, 0, 0);
        border-radius: 0px 0px 15px 15px;
        background: linear-gradient(180deg, rgba(89, 14, 42, 0) 0%, #12519E 100%);
        z-index: 1;
        display: block;
        content: "";
        transition: 0.3s ease;
    }
    .grid-image__boxs .box__content:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        background-color: transparent;
        transition: .3s ease
    }

    .grid-image__boxs .box__content .info {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 100%;
        display: block;
        box-sizing: border-box;
        z-index: 1;
        padding: 20px;
        transition: 0.3s ease;
    }

        .grid-image__boxs .box__content .info h3 {
            color: #fff;
        }

        .grid-image__boxs .box__content .info .text p {
            color: #fff;
        }

@media (max-width: 400px) {
    .grid-image__boxs .box__content .info .text p {
        font-size: 14px;
        line-height: 21px;
    }
}

.grid-image__boxs .box__content:hover .info {
    bottom: 0;
}
.grid-image__boxs .box__content .info .btn {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    transition: .3s ease;
}

.image-link-slideup {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}

.image-link-slideup__flex {
    display: flex;
    flex-wrap: wrap;
}

    .image-link-slideup__flex .item {
        width: 25%;
        display: block;
        box-sizing: border-box;
        padding: 2.5px;
    }

@media (max-width: 991px) {
    .image-link-slideup__flex .item {
        width: 50%;
    }
}

@media (max-width: 991px) and (max-width: 550px) {
    .image-link-slideup__flex .item {
        width: 100%;
    }
}

.image-link-slideup__flex .item__content {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    display: block;
    border-radius: 15px;
}

    .image-link-slideup__flex .item__content:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: rgb(0, 0, 0);
        border-radius: 0px 0px 15px 15px;
        background: linear-gradient(180deg, rgba(89, 14, 42, 0) 0%, #12519E 100%);
        z-index: 1;
        display: block;
        content: "";
        transition: 0.3s ease;
    }
.image-link-slideup__flex.is-centered {
    justify-content: center;
}
    .image-link-slideup__flex .item__content img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .image-link-slideup__flex .item__content .info {
        position: absolute;
        top: calc(100% - 60px);
        display: block;
        box-sizing: border-box;
        padding: 20px;
        transition: 0.5s ease;
        overflow: auto;
        height: auto;
        z-index: 2;
    }

        .image-link-slideup__flex .item__content .info h4 {
            color: #fff;
        }

        .image-link-slideup__flex .item__content .info .text p {
            color: #fff;
        }

.image-link-slideup__flex .item:hover .item__content .info {
    top: 25%;
    bottom: 0;
}

.image-link-slideup__flex--two .item {
    width: 50%;
}

@media (max-width: 550px) {
    .image-link-slideup__flex--two .item {
        width: 100%;
    }
}

.image-link-slideup__flex--two .item__content {
    padding-bottom: 50%;
}

@media (max-width: 767px) {
    .image-link-slideup__flex--two .item__content {
        padding-bottom: 70%;
    }
}

.image-link-slideup__flex--full .item {
    width: 100%;
}

.start-counters {
    display: block;
    box-sizing: border-box;
    padding: 20px 0;
}

.start-counters__flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .start-counters__flex .item {
        text-align: center;
        padding: 20px;
        display: block;
        box-sizing: border-box;
    }

        .start-counters__flex .item .icon {
            width: 116px;
            height: 116px;
            margin: 0 auto;
        }

            .start-counters__flex .item .icon svg {
                width: 100%;
                height: 100%;
            }

                .start-counters__flex .item .icon svg circle {
                    fill: #590E2A;
                }

        .start-counters__flex .item h3 {
            font-size: 48px;
            font-weight: 700;
            line-height: 54px;
            color: #12519E;
            margin: 10px 0;
        }

        .start-counters__flex .item p {
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px;
            color: #404040;
        }

.image-gallery-slider {
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
}

    .image-gallery-slider .swiper {
        overflow: hidden;
        position: relative;
    }

.image-gallery-slider__item .image {
    border-radius: 15px;
    overflow: hidden;
}

    .image-gallery-slider__item .image img {
        width: 100%;
        height: auto;
    }

.image-gallery-slider__item h3 {
    display: block;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #12519E;
    text-align: center;
}

.image-gallery-slider__arrow {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: space-between;
}

    .image-gallery-slider__arrow > div {
        position: static;
        width: 32px;
        height: 32px;
        background-color: transparent;
        border: 1px solid #12519E;
        border-radius: 50%;
        transition: 0.3s ease;
    }

        .image-gallery-slider__arrow > div:hover {
            background-color: #12519E;
        }

            .image-gallery-slider__arrow > div:hover:after {
                color: #fff;
            }

        .image-gallery-slider__arrow > div:first-of-type {
            margin-right: 10px;
        }

        .image-gallery-slider__arrow > div:after {
            font-size: 16px;
            color: #12519E;
        }

.resource_title {
    display: block;
    box-sizing: border-box;
}

.resource_title__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

    .resource_title__grid .item {
        display: block;
        box-sizing: border-box;
        padding: 20px;
        box-sizing: border-box;
        width: 33.3333%;
    }

@media (max-width: 767px) {
    .resource_title__grid .item {
        width: 50%;
    }
}

@media (max-width: 767px) and (max-width: 500px) {
    .resource_title__grid .item {
        width: 100%;
    }
}

.resource_title__grid .item .image {
    width: 100%;
    margin-bottom: 20px;
}

    .resource_title__grid .item .image a {
        display: block;
        box-sizing: border-box;
        padding-bottom: 60%;
        width: 100%;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
    }

        .resource_title__grid .item .image a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            transition: 1.2s ease;
        }

        .resource_title__grid .item .image a:hover img {
            transform: scale(1.2);
        }

.resource_title__grid .item h4 {
    margin-bottom: 20px;
}

    .resource_title__grid .item h4 a {
        font-size: 25px;
        line-height: 31px;
        color: #12519E;
        text-decoration: none;
        transition: 0.3s ease;
    }

        .resource_title__grid .item h4 a:hover {
            color: #590E2A;
        }

@media (max-width: 991px) {
    .resource_title__grid .item h4 a {
        font-size: 19px;
        line-height: 24px;
    }
}

.resource_title__grid .item ul {
    display: flex;
    flex-wrap: wrap;
}

    .resource_title__grid .item ul li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #404040;
        transition: 0.3s ease;
        text-decoration: none;
    }

        .resource_title__grid .item ul li a:after {
            content: ",";
            margin-right: 4px;
        }

        .resource_title__grid .item ul li a:last-of-type:after {
            display: none;
        }

        .resource_title__grid .item ul li a:hover {
            color: #000;
        }

.case_title {
    display: block;
    box-sizing: border-box;
    padding: 20px;
}

.case_title__info .image {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

    .case_title__info .image a {
        display: block;
        box-sizing: border-box;
        padding-bottom: 95%;
        width: 100%;
        transition: 0.3s ease;
        overflow: hidden;
        border-radius: 15px;
        position: relative;
    }

        .case_title__info .image a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            transition: 1.2s ease;
        }

        .case_title__info .image a:hover img {
            transform: scale(1.2);
        }

.case_title__info h3 {
    margin-bottom: 0;
    text-align: center;
}

.case_title__info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .case_title__info ul li a {
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #404040;
        transition: 0.3s ease;
    }

        .case_title__info ul li a:hover {
            color: #000;
        }

        .case_title__info ul li a:after {
            content: ",";
            margin-right: 4px;
        }

    .case_title__info ul li:last-of-type a:after {
        display: none;
    }
.field-validation-error {
    display: block;
    color: #E4080A;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-top: -10px;
}
/* ===============================
=            Choices            =
=============================== */
.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px;
}

    .choices:focus {
        outline: none;
    }

    .choices:last-child {
        margin-bottom: 0;
    }

    .choices.is-open {
        overflow: initial;
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        background-color: #eaeaea;
        cursor: not-allowed;
        -webkit-user-select: none;
        user-select: none;
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed;
    }

    .choices [hidden] {
        display: none !important;
    }

    .choices[data-type*=select-one] {
        cursor: pointer;
    }

        .choices[data-type*=select-one] .choices__inner {
            padding-bottom: 7.5px;
        }

        .choices[data-type*=select-one] .choices__input {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            background-color: #fff;
            margin: 0;
        }

        .choices[data-type*=select-one] .choices__button {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
            padding: 0;
            background-size: 8px;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -10px;
            margin-right: 25px;
            height: 20px;
            width: 20px;
            border-radius: 10em;
            opacity: 0.25;
        }

            .choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
                opacity: 1;
            }

            .choices[data-type*=select-one] .choices__button:focus {
                box-shadow: 0 0 0 2px #00bcd4;
            }

        .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
            display: none;
        }

        .choices[data-type*=select-one]::after {
            content: "";
            height: 0;
            width: 0;
            border-style: solid;
            border-color: #333 transparent transparent transparent;
            border-width: 5px;
            position: absolute;
            right: 11.5px;
            top: 50%;
            margin-top: -2.5px;
            pointer-events: none;
        }

        .choices[data-type*=select-one].is-open::after {
            border-color: transparent transparent #333 transparent;
            margin-top: -7.5px;
        }

        .choices[data-type*=select-one][dir=rtl]::after {
            left: 11.5px;
            right: auto;
        }

        .choices[data-type*=select-one][dir=rtl] .choices__button {
            right: auto;
            left: 0;
            margin-left: 25px;
            margin-right: 0;
        }

    .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
        cursor: text;
    }

    .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
        position: relative;
        display: inline-block;
        margin-top: 0;
        margin-right: -4px;
        margin-bottom: 0;
        margin-left: 8px;
        padding-left: 16px;
        border-left: 1px solid #008fa1;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
        background-size: 8px;
        width: 8px;
        line-height: 1;
        opacity: 0.75;
        border-radius: 0;
    }

        .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
            opacity: 1;
        }

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

    .choices__list--multiple .choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #00bcd4;
        border: 1px solid #00a5bb;
        color: #fff;
        word-break: break-all;
        box-sizing: border-box;
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 5px;
        }

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility;
}

    .choices__list--dropdown.is-active {
        visibility: visible;
    }

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

        .choices__list--dropdown .choices__item--selectable::after {
            content: attr(data-select-text);
            font-size: 12px;
            opacity: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

        [dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
            right: auto;
            left: 10px;
        }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted::after {
        opacity: 0.5;
    }

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: 0.5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .choices__button:focus {
        outline: none;
    }

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

    .choices__input:focus {
        outline: 0;
    }

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: 0.5;
}

/* =====  End of Choices  ====== */