body main {
    font-weight: 400;
}

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

main.wrapper {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.in-section {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 700px) {
    .in-section {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media (min-width: 1190px) {
    .in-section {
        padding-right: 0;
        padding-left: 0;
    }
}

.in-container {
    min-width: 290px;
    width: 100%;
    max-width: 1120px;
    margin-bottom: 30px;
}

@media (min-width: 700px) {
    .in-container {
        margin-bottom: 50px;
    }
}

@media (min-width: 1190px) {
    .in-container {
        margin-bottom: 80px;
    }
}

.in-title-h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25;
}

@media (min-width: 700px) {
    .in-title-h2 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .in-title-h2 {
        font-size: 48px;
        line-height: 50px;
    }
}

.link {
    color: #5e9de1;
}

.link:hover,
.link:focus {
    text-decoration: underline;
}

/* Block in-hero */

.in-hero {
    background-image: url("/storage/investors/hero-min.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.in-hero-section {
    padding-right: 20px;
    padding-left: 20px;
}

.in-hero-container {
    height: 349px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.in-title-h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

@media (min-width: 490px) {
    .in-hero {
        background-image: url("/storage/investors/hero.jpg");
        background-size: 460px auto;
        background-repeat: no-repeat;
        background-position: right -80px top 70px;
    }

    .in-title-h1 {
        font-size: 40px;
    }
}

@media (min-width: 700px) {
    .in-hero {
        background-size: 690px auto;
        background-position: right -65px top 90px;
    }

    .in-hero-section {
        padding-right: 35px;
        padding-left: 35px;
    }

    .in-hero-container {
        height: 570px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .in-title-h1 {
        font-size: 60px;
        margin-left: 40px;
    }
}

@media (min-width: 1190px) {
    .in-hero {
        background-size: 840px auto;
        background-position: calc(50% + 270px) 10%;
    }

    .in-hero-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .in-title-h1 {
        font-size: 65px;
        margin-left: 0;
    }
}

/* Block in-offers */

.in-offers-container {
    margin-top: 67px;
    margin-bottom: 67px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 50px;
}

.in-offers-title-h2 {
    margin-bottom: 15px;
}

.in-offers-item {
    font-size: 16px;
    line-height: 160%;
}

.in-offers-item:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width: 700px) {
    .in-offers-container {
        margin-top: 0;
        margin-bottom: 50px;
        padding-top: 80px;
        padding-right: 125px;
        padding-bottom: 80px;
        padding-left: 125px;
    }

    .in-offers-title-h2 {
        margin-bottom: 25px;
    }

    .in-offers-item {
        font-size: 20px;
    }
}

@media (min-width: 1190px) {
    .in-offers-container {
        margin-bottom: 80px;
    }

    .in-offers-list {
        display: flex;
        flex-wrap: wrap;
    }

    .in-offers-item {
        width: 50%;
    }
}

/* Block in-benefits */

.in-benefits-container {
    margin-bottom: 23px;
}

@media (min-width: 700px) {
    .in-benefits-container {
        margin-bottom: 40px;
    }
}

.in-benefits-title-h2 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media (min-width: 700px) {
    .in-benefits-title-h2 {
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0;
    }
}

.in-benefits-swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 700px) {
    .in-benefits-swiper {
        margin-right: -35px;
        margin-left: -35px;
        padding-right: 35px;
        padding-left: 35px;
    }
}

.in-benefits-swiper-wrapper {
    padding-bottom: 41px;
}

.in-benefits-slide-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 290px;
    padding-right: 25px;
    padding-bottom: 44px;
    padding-left: 25px;
    background-color: #fff;
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: right top;
    border-radius: 50px;
}

@media (min-width: 564px) {
    .in-benefits-swiper-slide {
        width: 534px;
    }

    .in-benefits-slide-container {
        padding-right: 45px;
        padding-bottom: 60px;
        padding-left: 45px;
        background-size: 90% auto;
    }
}

@media (min-width: 1190px) {
    .in-benefits-swiper-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .in-benefits-swiper-slide:nth-child(1) {
        margin-bottom: 50px;
    }

    .in-benefits-swiper-slide:nth-child(2) {
        margin-bottom: 50px;
    }
}

.in-benefits-slide__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
}

@media (min-width: 564px) {
    .in-benefits-slide__title {
        margin-bottom: 15px;
        font-size: 25px;
    }
}

.in-benefits-title__text {
    line-height: 140%;
}

@media (min-width: 564px) {
    .in-benefits-title__text {
        width: 90%;
    }
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
    transition: transform 0.2s linear, background 0.2s linear;
    transform-origin: center;
}

.swiper-pagination-bullet:focus,
.swiper-pagination-bullet-active {
    transform: scale(1.8);
    background: rgba(25, 187, 79, 1);
    opacity: 1;
}

.in-benefits-swiper__button-prev,
.in-benefits-swiper__button-next {
    z-index: 11;
    position: absolute;
    bottom: 8px;
    background-color: transparent;
    color: #d9d9d9;
    transition: color 0.2s linear;
}

.in-benefits-swiper__button-prev {
    left: 50%;
    transform: translateX(-160%);
}

.in-benefits-swiper__button-next {
    right: 50%;
    transform: translateX(160%);
}

.in-benefits-swiper__button-prev:focus,
.in-benefits-swiper__button-prev:hover {
    color: rgba(25, 187, 79, 1);
    outline: none;
}

.in-benefits-swiper__button-next:focus,
.in-benefits-swiper__button-next:hover {
    color: rgba(25, 187, 79, 1);
    outline: none;
}

/* Block in-info */

.in-info-container {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 50px;
}

@media (min-width: 700px) {
    .in-info-container {
        padding-top: 80px;
        padding-right: 100px;
        padding-bottom: 80px;
        padding-left: 100px;
    }
}

.in-info-wrapper:not(:last-child) {
    margin-bottom: 50px;
}

@media (min-width: 700px) {
    .in-info-wrapper:not(:last-child) {
        margin-bottom: 60px;
    }
}

.in-info-wrapper__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.25;
}

@media (min-width: 700px) {
    .in-info-wrapper__title {
        margin-bottom: 35px;
        font-size: 30px;
    }
}

.in-info-list {
    line-height: 160%;
}

.in-info__item:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width: 1190px) {
    .in-info-container {
        display: flex;
    }

    .in-info-wrapper {
        width: 50%;
    }

    .in-info-wrapper:not(:last-child) {
        margin-right: 35px;
        margin-bottom: 0;
    }

    .in-info-wrapper:last-child {
        margin-bottom: 0;
        margin-left: 35px;
    }
}

/* Block in-how */

.in-how-container {
    max-width: 677px;
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 50px;
}

@media (min-width: 700px) {
    .in-how-container {
        padding-top: 60px;
        padding-right: 80px;
        padding-bottom: 60px;
        padding-left: 84px;
    }
}

.in-how::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/storage/investors/5.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 300px) center;
    content: "";
}

.in-how-title-h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
}

@media (min-width: 700px) {
    .in-how-title-h2 {
        margin-bottom: 50px;
    }
}

.in-how-list {
    position: relative;
    z-index: 1;
    margin-bottom: 39px;
}

.in-how-item:not(:last-child) {
    margin-bottom: 24px;
}

.in-how-item {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-gap: 15px;
    gap: 15px;
}

.in-how-item__mark {
    display: block;
    width: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 90%;
}

.in-how-item__title {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
}

@media (min-width: 700px) {
    .in-how-item__title {
        font-size: 22px;
    }
}

.in-how-item__text {
    width: 100%;
    max-width: 400px;
    line-height: 165%;
}

.in-how__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    min-height: 75px;
    margin: 0 auto;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: rgba(25, 187, 79, 1);
    box-shadow: 0px 15px 60px rgba(25, 187, 79, 0.5);
    border-radius: 50px;
    transition: box-shadow 0.2s linear;
    z-index: 2;
}

@media (min-width: 700px) {
    .in-how__button {
        margin: 0;
        font-size: 23px;
    }
}

.in-how__button:focus,
.in-how__button:hover {
    box-shadow: 0px 15px 60px rgba(25, 187, 79, 0.8);
}

/* Block in-correctly */

.in-correctly-container {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 50px;
}

@media (min-width: 700px) {
    .in-correctly-container {
        padding-top: 80px;
        padding-right: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
    }
}

.in-correctly-title-h2 {
    margin-bottom: 33px;
}

@media (min-width: 700px) {
    .in-correctly-title-h2 {
        margin-bottom: 22px;
    }
}

.in-correctly__text {
    line-height: 165%;
}

.in-correctly__text:not(:last-child) {
    margin-bottom: 30px;
}

/* Block in-request */

.in-request-container {
    max-width: 820px;
    padding-top: 55px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    background-color: #fff;
    border-radius: 50px;
}

@media (min-width: 700px) {
    .in-request-container {
        padding-top: 80px;
        padding-right: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
    }
}

.in-request-title-h2 {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 130%;
}

@media (min-width: 700px) {
    .in-request-title-h2 {
        font-size: 30px;
    }
}

.in-form-label {
    position: relative;
    z-index: 1;
}

.in-form-field__title {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 190%;
    color: #E0E0E0;
    z-index: -1;
    transform-origin: 0;
    transition: all 0.2s linear;
}

.in-form-field__input {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 190%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border-bottom: 1px solid #E0E0E0;
}

.in-form-field__input:focus {
    outline: none;
}

.in-form-label:focus-within > .in-form-field__input,
.in-form-field__input:hover {
    border-bottom-color: rgba(25, 187, 79, 1);
}

.in-form-label:focus-within > .in-form-field__title {
    color: rgba(25, 187, 79, 1);
    transform: translateY(-23px) scale(0.75);
}

.in-form-field__input:not(:-moz-placeholder-shown) ~ .in-form-field__title {
    color: rgba(25, 187, 79, 1);
    transform: translateY(-23px) scale(0.75);
}

.in-form-field__input:not(:-ms-input-placeholder) ~ .in-form-field__title {
    color: rgba(25, 187, 79, 1);
    transform: translateY(-23px) scale(0.75);
}

.in-form-field__input:not(:placeholder-shown) ~ .in-form-field__title {
    color: rgba(25, 187, 79, 1);
    transform: translateY(-23px) scale(0.75);
}

.in-form-field__input:invalid {
    box-shadow: none;
}

.in-form-label.invalid .in-form-field__input {
    box-shadow: none;
    border-bottom-color: #eb5757;
}

.in-form-label.invalid .in-form-field__input ~ span {
    color: #eb5757;
}

.in-form-label-switch {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    cursor: pointer;
}

.switch__dot {
    top: 2px;
    left: 2px;
    transition: all 0.2s linear;
}

.switch__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.switch__input:focus:not(:checked) ~ .switch__dot {
    background-color: rgba(25, 187, 79, 1);
}

.switch__input:checked ~ .switch__dot {
    left: 26px;
}

.switch__line {
    transition: background 0.2s linear;
}

.switch__input:checked ~ .switch__line {
    background-color: rgba(25, 187, 79, 1);
}

.range-block {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / 6;
}

.range-block__title {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 190%;
    color: #E0E0E0;
    transform-origin: 0;
    transform: translateY(-23px) scale(0.75);
}

.range-label {
    position: relative;
}

.range-label--min {
    margin-right: 10px;
}

.range-label--max {
    margin-left: 10px;
}

.divider {
    position: absolute;
    top: 65%;
    left: 50%;
    display: block;
    width: 10px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #e0e0e0;
}

.range__title {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 190%;
}

.noUi-connect {
    background:#19BB4F;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-target {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 16px;
    background: #e0e0e0;
    border-radius: 1px;
    border: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    right: -17px;
    top: -7px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #c5c5c5;
    transition: background 0.2s linear;
}

.noUi-horizontal .noUi-handle:focus {
    outline: 0;
}

.noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    height: 7px;
    width: 7px;
    background: rgba(25, 187, 79, 1);
    border: none;
    border-radius: 100%;
    transition: background 0.2s linear;
}

.noUi-handle:hover,
.noUi-handle:focus {
    background: rgba(25, 187, 79, 1);
}

.noUi-handle:hover::before,
.noUi-handle:focus::before {
    background: #fff;
}

.in-form-label-select {
    position: relative;
}

.in-form-label-select:focus {
    outline: none;
}

.in-form-label-select--term {
    grid-column: 1 / 6;
}

.in-form-label-select--interest {
    grid-column: 1 / 6;
}

.in-form-field__title--select {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 18px;
    line-height: 190%;
    color: #E0E0E0;
    z-index: 9;
    transform-origin: 0;
    transform: translateY(-23px) scale(0.75);
    transition: color 0.2s linear;
}

.in-form-label-select .select-css {
    display: block;
    margin: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 190%;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4.647 4.033L10.294 1' stroke='%23000' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    transition: border 0.2s linear;
}

.in-request__button {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 60px;
    flex: 1 0 auto;
    margin: 20px auto 25px auto;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: rgba(25, 187, 79, 1);
    box-shadow: 0px 15px 60px rgba(25, 187, 79, 0.5);
    border-radius: 50px;
    transition: box-shadow 0.2s linear;
}

.in-request__button:focus,
.in-request__button:hover {
    outline: 0;
    box-shadow: 0px 15px 60px rgba(25, 187, 79, 0.8);
}

.in-request__block-button__privacy {
    max-width: 300px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    color: #b1b1b1;
}

.in-request-desc-container {
    max-width: 820px;
    margin-bottom: 60px;
    line-height: 160%;
}

.in-request-desc__text:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 460px) {

    .range-block {
        grid-column: 1 / 7;
    }

    .in-form-label-select--term {
        grid-column: 1 / 4;
    }

    .in-form-label-select--interest {
        grid-column: 4 / 7;
    }
}

@media (min-width: 600px) {
    .in-request__block-button {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .in-request__button {
        margin: 0 auto;
    }

    .in-request__block-button__privacy {
        margin-left: 25px;
        text-align: left;
    }
}

@media (min-width: 700px) {
    .in-request-container {
        margin-bottom: 25px;
    }

    .in-request-desc-container {
        margin-bottom: 50px;
    }

    .range-block {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column: 1 / 5;
    }

    .in-form-label-select--term {
        grid-column: 5 / 7;
    }

    .in-form-label-select--interest {
        grid-column: 1 / 3;
    }
}

@media (min-width: 1190px) {

    .range-block {
        grid-column: 1 / 3;
    }

    .in-form-label-select--term {
        grid-column: 3 / 4;
    }

    .in-form-label-select--interest {
        grid-column: 4 / 5;
    }

    .in-request-desc-container {
        margin-bottom: 110px;
    }
}

/* Block in-faq */

.in-faq-title-h2 {
    margin-bottom: 33px;
}

.in-faq .faq-item {
    border-radius: 50px;
    position: relative;
    background: #fff;
    overflow: hidden;
    transition: background 0.2s linear, box-shadow 0.2s linear;
}

.faq-item__button {
    min-height: 100px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    line-height: 130%;
}

.in-faq .faq-item:focus-within,
.in-faq .faq-item:hover {
    background: #f2f2f2;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.in-faq .faq-item__head button:focus {
    background: #f2f2f2;
    outline: none;
}

.faq-item__body {
    z-index: 1;
    position: relative;
    display: none;
    margin-top: -15px;
    padding-top: 0;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.in-faq .faq-item.active {
    background: #f2f2f2;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.in-faq .faq-item.active .faq-item__body {
    display: block;
}

.faq-item__head {
    font-size: 16px;
}

.faq-item__body {
    font-size: 16px;
}

@media (min-width: 700px) {
    .in-faq-title-h2 {
        margin-bottom: 40px;
    }

    .faq-item__head {
        font-size: 18px;
    }

    .faq-item__button {
        padding-top: 16px;
        padding-right: 40px;
        padding-bottom: 16px;
        padding-left: 40px;
        line-height: 160%;
    }

    .faq-item__body {
        margin-top: -15px;
        padding-top: 0;
        padding-right: 40px;
        padding-bottom: 55px;
        padding-left: 40px;
    }
}

@media (min-width: 1190px) {
    .faq-item__head {
        font-size: 20px;
    }
    .in-faq-container {
        max-width: 850px;
    }
}

