/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #3E4C59;
}

body > img {
    bottom: 0;
}

a {
    color: #0059F1;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
    font-weight: 500;
    color: #111B25;
}

.h1 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -2px;
}

.h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.h7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h8 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1px;
    }

    .h3 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }

    .h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .h7 {
        font-size: 18px;
        line-height: 22px;
    }

    .h8 {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-primary {
    color: #0059F1 !important;
}

.text-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #52606D;
}

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

@media screen and (min-width: 992px) {
    .text-opening {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .text-featured {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.slick-custom .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-custom .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-custom .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-custom .slick-dots li button:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background: #CBD2D9;
    border-radius: 100%;
}

.slick-custom .slick-dots li.slick-active button:before {
    background: #0059F1;
}

.badge {
    font-size: 14px;
    line-height: 20px;
    border-radius: 100px;
    padding: 3px 8px;
    font-weight: normal;
}

.badge-primary {
    background: #0059F1;
    color: #fff;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 24px;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn svg {
    position: relative;
    bottom: 1px;
    vertical-align: middle;
}

.btn-arrow, .btn-arrow-left {
    position: relative;
    transition: all 0.3s ease;
}

.btn-arrow {
    left: 0;
}

.btn-arrow-left {
    right: 0;
}

.btn:hover .btn-arrow {
    left: 5px;
}

.btn:hover .btn-arrow-left {
    right: 5px;
}

.btn-primary {
    color: #fff;
    background: #0059F1;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background: #2173FF;
    border-color: #2173FF;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #0152DC;
    border-color: #0152DC;
}

.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #fff;
    background-color: #0059F1;
    border-color: transparent;
}

.btn-outline-primary {
    color: #0059F1;
    background: transparent;
    border-color: #D9E2EC;
}

.btn-outline-primary:hover {
    background: #F0F5FF;
    border-color: #F0F5FF;
    color: #0059F1;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #0059F1;
    background: #C2D9FF;
    border-color: #C2D9FF;
}

.btn-outline-secondary {
    color: #111B25;
    background: transparent;
    border-color: #CBD2D9;
}

.btn-outline-secondary:hover {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background: #CBD2D9;
    border-color: #CBD2D9;
    color: #111B25;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.24);
}

.btn-outline-light:hover {
    background-color: #2173FF;
    border-color: #2173FF;
    color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    background-color: #0059F1;
    border-color: #0059F1;
    color: #fff;
}

.btn-dark {
    background: #111B25;
    border-color: #111B25;
}

.btn-dark:hover {
    background: #F5F7FA;
    border-color: #F5F7FA;
    color: #111B25;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-light {
    background: #fff;
    border-color: #fff;
    color: #0059F1;
}

.btn-light:hover {
    color: #0059F1;
    border-color: #F0F5FF;
    background: #F0F5FF;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background: #C2D9FF;
    color: #0059F1;
}

.btn-link {
    color: #0059F1;
}

.btn-link:hover {
    color: #498CFF;
    text-decoration: none;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show > .btn-link.dropdown-toggle {
    color: #0245B9;
    text-decoration: none;
}

.btn-link .btn-arrow {
    position: relative;
    left: -2px;
}

.btn-link:hover .btn-arrow {
    left: 3px;
}

.btn-back {
    border: 1px solid #E4E7EB;
    color: #616E7C;
    background-color: transparent;
}

.btn-back svg {
    bottom: 2px;
}

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

    .btn-sm {
        height: 56px;
        font-size: 16px;
        padding: 17px 33px;
    }
}

.btn-xs {
    height: 32px;
    font-size: 15px;
    padding: 5px 16px;
    letter-spacing: -0.2px;
}

.btn .spin {
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btn .spin circle {
    stroke-width: 6;
}

.btn .spin .dash {
    stroke: #fff;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #0059F1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='%23ffffff'%3E%3Cpath d='M3.9777 9.8237L.1595 5.5522c-.2127-.235-.2127-.6175 0-.855l.7713-.8538c.2128-.235.5586-.235.7713 0l2.6618 2.9902L10.2974.1769c.2127-.235.5586-.235.7713 0l.7713.855c.2127.235.2127.6188 0 .8526L4.749 9.8237c-.2127.235-.5585.235-.7713 0'/%3E%3C/svg%3E");
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #0059F1;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #0044B8;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    pointer-events: none;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control, .form-control.error {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block, .form-group .error-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

.form-control {
    border-color: #CBD2D9;
    font-size: 14px;
    height: 64px;
    line-height: 22px;
    padding: 20px 14px;
    color: #242931;
}

textarea.form-control {
    min-height: 170px;
}

.form-control ~ label:not(.error-block) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
}

.form-control:focus {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 0 0 4px #EBF2FF;
}

select.form-control:not(:-moz-placeholder-shown), .form-control[placeholder]:not(:-moz-placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-ms-input-placeholder), .form-control[placeholder]:not(:-ms-input-placeholder) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:focus, select.form-control:not(:placeholder-shown), .form-control[placeholder]:focus, .form-control[placeholder]:not(:placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-moz-placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:not(:-moz-placeholder-shown) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:not(:-ms-input-placeholder) ~ label:not(.error-block), .form-control[placeholder]:not(:-ms-input-placeholder) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:focus ~ label:not(.error-block), select.form-control:not(:placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:focus ~ label:not(.error-block), .form-control[placeholder]:not(:placeholder-shown) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:-webkit-autofill, .form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:-webkit-autofill ~ label:not(.error-block), .form-control[placeholder]:-webkit-autofill ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    border-color: #CBD2D9;
    height: 64px;
    padding-bottom: 13px;
    padding-top: 17px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059f1, 0 0 0 4px #ebf2ff;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #242931;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #616E7C;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: left center;
    height: 64px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebf2ff;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.form-check {
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-check .error-block {
    position: absolute;
    bottom: -6px;
    left: 0;
}

.form-check label {
    font-size: 15px;
}

.group-password {
    position: relative;
}

.toggle-password {
    background: url(../images/sprite.svg#g-pass-show) no-repeat center;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 22px;
}

.toggle-password.show {
    background-image: url(../images/sprite.svg#g-pass-hide);
}

.header-ppc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header-ppc .logo-blue {
    display: none;
}

@media (min-width: 992px) {
    .header-ppc {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}

.header-light .header-ppc {
    background: #fff;
    box-shadow: 0 1px 1px #E1E1E1;
    padding-top: 15px;
    padding-bottom: 9px;
}

@media (min-width: 992px) {
    .header-light .header-ppc {
        padding-top: 22px;
        padding-bottom: 14px;
    }
}

.header-light .logo-blue {
    display: block;
}

.header-light .logo-white {
    display: none;
}

.footer-ppc {
    color: #b8bbbe;
    background: #111B25;
    padding: 50px 0;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .footer-ppc {
        padding: 34px 0;
    }
}

@media (min-width: 992px) {
    .banner-bottom {
        position: fixed;
        left: 0;
        bottom: 31px;
        width: 100%;
        z-index: -1;
        font-size: 17px;
        line-height: 23px;
        color: #F5F7FA;
        opacity: 0;
        transform: translateY(80px);
        transition: all .3s;
    }

    .banner-bottom.show {
        opacity: 1;
        transform: translateY(0);
        z-index: 997;
    }

    .banner-bottom span {
        width: calc(100% - 346px);
    }

    .banner-bottom-body {
        height: 96px;
        background: #0059F1;
        padding-left: 19px;
        padding-right: 28px;
        filter: drop-shadow(0px 10px 20px rgba(17, 17, 17, 0.08)), drop-shadow(0px 2px 6px rgba(17, 17, 17, 0.05)), drop-shadow(0px 0px 1px rgba(17, 17, 17, 0.04));
        border-radius: 10px;
    }

    .banner-bottom img {
        margin-right: 16px;
    }

    .banner-bottom .btn {
        margin-left: auto;
        height: 48px;
        padding: 12px 27px;
    }
}

@media (min-width: 992px) {
    .modal-exit .modal-content {
        border-radius: 16px;
    }

    .modal-exit .modal-body {
        padding: 60px;
        position: relative;
    }

    .modal-exit .modal-body:before {
        position: absolute;
    }

    .modal-exit .modal-title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
        color: #111B25;
        margin-bottom: 36px;
    }

    .modal-exit .modal-title span {
        color: #616E7C;
    }

    .modal-exit .h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
        letter-spacing: -0.3px;
    }

    .modal-exit p {
        font-size: 17px;
        line-height: 24px;
        color: #3E4C59;
        margin-bottom: 32px;
    }

    .modal-exit .btn {
        margin-top: 24px;
    }

    .modal-exit .close {
        font-weight: 300;
        position: absolute;
        top: 11px;
        right: 18px;
        font-size: 34px;
        color: #616e7c;
        opacity: 1;
        outline: none;
    }
}

@media (min-width: 1200px) {
    .modal-exit-cover {
        width: 49%;
        padding-right: 100px;
    }

    .modal-exit .modal-content {
        background: linear-gradient(90deg, rgba(245, 247, 250, 1) 0%, rgba(245, 247, 250, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 100%);
    }

    .modal-exit .modal-body {
        padding: 76px 100px 82px;
    }

    .modal-exit-cover + .modal-exit-form {
        width: 51%;
        padding-left: 125px;
    }

    .modal-exit .modal-dialog {
        max-width: 1170px;
    }
}