body:has(.non-resident-page) .section-1 > .section-1-container {
  max-width: var(--max-width-2);
}
body.sticky-header-active:has(.non-resident-page) .section-1 > .section-1-container .header {
  max-width: var(--max-width-2);
}

.non-resident-page{
    --container-max-width-1: 1512px;
    box-sizing: border-box;
}
.page-container{
    max-width: var(--container-max-width-1);
    width: 100%;
    margin: 0 auto;
}
.resident-hero-block__section {
    max-width: 1920px;
    min-height: 764px;
    margin: 10px auto 0 auto;
    position: relative;
    background: #061C3E;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.resident-hero-block__section-wrap{
    position: relative;
    z-index: 2;
    margin-top: 185px;
    margin-bottom: 30px;
    padding: 0 30px;
    max-width: 1540px;
}
.resident-hero-block__img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
}
.resident-hero-block__img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #061B3E4D;
    z-index: 1;
}
.resident-hero-block__img {
    display: block;
    height: 100%;
}
.resident-hero-block__img-shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
}
.resident-hero-block__badge{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFFE8;
    width: fit-content;
    margin-bottom: 20px;
}
.resident-hero-block__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.resident-hero-block__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #D5E1F2;
    margin-bottom: 25px;
    max-width: 537px;
}
.resident-hero-block__actions{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.resident-hero-block__action{
    all: unset;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 31px;
    border: 1px solid #6E83A6;
    background: #294364;
    transition: all 0.3s ease;
    text-align: center;
}
.resident-hero-block__action:hover{
    color: #FFFFFF;
    box-shadow: 0 4px 15px #2AABEE;
}
.resident-hero-block__action.active{
    background: #2AABEE;
    box-shadow: 0px 2px 12.9px 0px #2AABEE80;
}
.resident-hero-block__action.active:hover{
    box-shadow: 0 4px 15px #2AABEE;
}
.resident-hero-block__options{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}
.resident-hero-block__option{
    padding: 3px 3px 3px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.resident-hero-block__option-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.resident-hero-block__option-img{
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1399.98px) {
    .resident-hero-block__img-shadow{
        left: -30%;
    }
}
@media (max-width: 1023.98px) {
    .resident-hero-block__img-shadow{
        left: -50%;
    }
}
@media (max-width: 767.98px) {
    .resident-hero-block__section-wrap{
        padding: 0 21px;
    }
    .resident-hero-block__section {
        min-height: 757px;
        align-items: flex-end;
    }
    .resident-hero-block__section {
        overflow: hidden;
    }
    .resident-hero-block__img{
        height: auto;
        width: 100%;
    }
    .resident-hero-block__img-shadow {
        left: 0;
        right: 0;
        top: 30%;
        width: 100%;
        object-fit: fill;
        object-position: right bottom;
        transform: rotate(-90deg) scale(2.0);
        transform-origin: center;
    }
}
@media (max-width: 575.98px) {
    .resident-hero-block__section {
        min-height: 457px;
    }
    .resident-hero-block__section-wrap{
        margin-bottom: 20px;
    }
    .resident-hero-block__badge{
        font-size: 10px;
        margin-bottom: 5px;
    }
    .resident-hero-block__img-shadow {
        top: 50%;
    }
    .resident-hero-block__title {
        font-size: 28px;
        margin-bottom: 5px;
        max-width: 230px;
    }
    .resident-hero-block__title br{
        display: none;
    }
    .resident-hero-block__desc {
        font-size: 12px;
        line-height: 100%;
        max-width: 314px;
        margin-bottom: 10px;
    }
    .resident-hero-block__actions{
        gap: 10px;
    }
    .resident-hero-block__action{
        font-size: 10px;
        padding: 2.5px 12.5px;
    }
    .resident-hero-block__options{
        gap: 4px;
    }
    .resident-hero-block__option{
        gap: 2px;
    }
    .resident-hero-block__option-text{
        font-size: 10px;
    }
}
@media (max-width: 479.98px) {
    .resident-hero-block__img-shadow {
        top: 30%;
    }
    .resident-hero-block__section-wrap{
        margin-top: 80px;
    }
}
@media (max-width: 375.98px) {
    .resident-hero-block__action, .resident-hero-block__option{
        width: 100%;
    }
}

.resident-quest__section{
    padding: 96px 16px 59px 16px;
}
.resident-quest__badge{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2AABEE;
    width: fit-content;
    margin-bottom: 20px;
}
.resident-quest__title{
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    max-width: 670px;
    margin-bottom: 10px;
}
.resident-quest__desc{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #84868A;
    max-width: 520px;
    margin-bottom: 42px;
}
.resident-quest__cards{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 35px;
    flex-wrap: wrap;
}
.resident-quest__quest-card{
    width: 470px;
    border-top: 3px solid #2AABEE;
    box-shadow: 0px 3px 11.1px 0px #72727247;
    border-radius: 20px;
}
.resident-quest__quest-card.big{
    width: 633px;
}
.quest-card{
    padding: 35px 35px 30px 35px;
    transition: all 0.3s ease;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}
.quest-card:hover{
    box-shadow: 0 4px 15px #72727247;
}
.quest-card__head{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 22px;
}
.quest-card__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 62px;
    background-color: #E6F1FF;
    border-radius: 10px;
    flex-shrink: 0;
}
.quest-card__title{
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000000;
    min-height: 114px;
}
.quest-card__desc{
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #84868A;
}
.quest-card__hr{
    margin: 22px 0 25px 0;
    width: 100%;
    height: 2px;
    background-color: #EEEEEE;
}
.quest-accordion-toggle, .quest-accordion-arrow{
    display: none;
}
.quest-accordion-arrow__ico{
    width: 17px;
    height: 7px;
}
@media (max-width: 1599.98px) {
    .resident-quest__quest-card, .resident-quest__quest-card.big{
        width: calc(50% - 35px);
    }
}
@media (max-width: 1023.98px) {
    .resident-quest__quest-card, .resident-quest__quest-card.big{
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .resident-quest__section{
        padding: 25px 20px 35px 20px;
    }
    .resident-quest__cards{
        gap: 15px;
    }
    .resident-quest__quest-card {
        cursor: pointer;
        overflow: hidden;
    }
    .quest-card {
        padding: 0;
        display: block;
    }
    .quest-card__img{
        width: 40px;
        height: 40px;
    }
    .quest-card__ico{
        width: 20px;
        height: 20px;
    }
    .quest-card__head {
        padding: 15px 23px 15px 14px;
        align-items: center;
        gap: 15px;
    }
    .quest-card__title {
        flex: 1;
        font-size: 14px;
        line-height: 100%;
        min-height: auto;
        margin-bottom: 0;
        text-align: left;
    }
    .quest-accordion-arrow {
        display: block;
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-left: auto;
    }
    .quest-card__hr,
    .quest-card__desc,
    .quest-card__title br {
        display: none;
    }
    /* Показываем содержимое при активации */
    .quest-accordion-toggle:checked + .quest-card .quest-card__hr {
        display: block;
        margin: 0 0 14px 0;
    }
    .quest-accordion-toggle:checked + .quest-card .quest-card__desc {
        display: block;
        font-size: 12px;
        line-height: 100%;
        text-align: left;
        padding: 0 42px 28px 69px;
    }
    .quest-accordion-toggle:checked + .quest-card .quest-accordion-arrow {
        transform: rotate(180deg);
    }
    .resident-quest__quest-card{
        box-shadow: none;
        border: 1px solid #E3E5E5;
    }
    .resident-quest__quest-card .quest-card:hover {
        box-shadow: none;
    }
    /* Стили для активного состояния */
    .resident-quest__quest-card:has(.quest-accordion-toggle:checked) {
        border-top: 2px solid #2AABEE;
        box-shadow: 0px 3px 11.1px 0px #72727247;
    }
}
@media (max-width: 575.98px) {
    .resident-quest__badge{
        font-size: 10px;
        margin-bottom: 5px;
    }
    .resident-quest__title{
        font-size: 24px;
        margin-bottom: 5px;
        max-width: 202px;
    }
    .resident-quest__desc{
        font-size: 12px;
        line-height: 100%;
        max-width: 260px;
        margin-bottom: 17px;
    }
}
@media (max-width: 479.98px) {}

.resident-price__section{
    padding: 65px 0;
    background-color: #F3F8FF;
}
.resident-price__wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 51px;
    flex-wrap: wrap;
}
.resident-price__left-block{
    width: calc(100% - 885px);
    padding: 97px 54px 73px 47px;
    box-shadow: 0px 1px 24.6px 0px #1A4EAD61;
    border-radius: 20px;
    background: linear-gradient(158.09deg, #1746A2 0.84%, #2A78EB 112.07%);
    position: relative;
    color: #FFFFFF;
}
.resident-price__right-block{
    width: 834px;
    padding: 37px 46px 57px 38px;
    border-radius: 20px;
    box-shadow: 0px 8px 17.3px 0px #9E98981F;
    border: 2px solid #EEEEEE;
    background-color: #FFFFFF;
    flex-shrink: 0;
}
.resident-price__left-wrap{
    z-index: 1;
    position: relative;
}
.resident-price__bg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 0 0 20px 0;
}
.resident-price__badge{
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    width: fit-content;
    margin-bottom: 25px;
}
.resident-price__desc{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.resident-price__cost{
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 1px;
}
.resident-price__text{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.resident-price__link{
    all: unset;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #205EC4;
    border-radius: 15px;
    padding: 15px 25px;
    box-shadow: 0px 0px 10.5px 0px #FFFFFFA3;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    width: fit-content;
    text-align: center;
}
.resident-price__link:hover{
    box-shadow: 0 4px 15px #FFFFFF;
}
.resident-price__title{
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 55px;
    text-align: center;
}
.resident-price__cols{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 41px;
}
.resident-price__cards{
    width: calc((100% - 41px)/2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
}
.resident-price__service-card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 19px;
    border-bottom: 2px solid #EEEEEE;
}
.resident-price__service-card:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
.resident-price__service-card-img{
    width: 41px;
    height: 42px;
    border-radius: 10px;
    background-color: #EDF8F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.resident-price__service-card-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 3px;
}
.resident-price__service-card-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #647189;
}
@media (max-width: 1399.98px) {
    .resident-price__left-block, .resident-price__right-block{
        width: 100%;
        margin: 0 60px;
        flex-shrink: 1;
    }
}
@media (max-width: 767.98px) {
    .resident-price__section{
        padding: 15px 20px 25px 20px;
    }
    .resident-price__left-block{
        padding: 41px 28px 44px 16px;
    }
    .resident-price__right-block{
        padding: 20px 10px;
    }
    .resident-price__wrap {
        gap: 20px;
    }
    .resident-price__cost{
        font-size: 60px;
    }
    .resident-price__cols{
        flex-wrap: wrap;
    }
    .resident-price__cards{
        width: 100%;
    }
    .resident-price__service-card:last-of-type{
        padding-bottom: 19px;
        border-bottom: 2px solid #EEEEEE;
    }
    .resident-price__left-block, .resident-price__right-block{
        margin: 0;
    }
    .resident-price__link{
        font-size: 16px;
        padding: 5px 23.5px;
    }
}
@media (max-width: 575.98px) {
    .resident-price__badge{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .resident-price__desc{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 9px;
        max-width: 309px;
    }
    .resident-price__cost{
        font-size: 55px;
        margin-bottom: 7px;
    }
    .resident-price__text{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .resident-price__bg{
        width: 96px;
        height: 96px;
    }
    .resident-price__link{
        font-size: 12px;
        padding: 5px 15px;
    }
    .resident-price__title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .resident-price__cards{
        gap: 20px;
    }
    .resident-price__cards:first-of-type{
        margin-bottom: 20px;
    }
    .resident-price__service-card{
        align-items: center;
    }
    .resident-price__service-card,
    .resident-price__service-card:last-of-type{
        padding-bottom: 0;
        border-bottom: none;
        gap: 14px;
    }
    .resident-price__service-card-title{
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 4px;
    }
    .resident-price__service-card-desc{
        font-size: 12px;
        line-height: 100%;
    }
}
@media (max-width: 479.98px) {}

.resident-duration__section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 102px 0;
}
.resident-duration__left-col{
    max-width: 600px;
}
.resident-duration__right-col{
    width: 852px;
    border: 1px solid #E1E2E7;
    box-shadow: 0px 4px 10.9px 0px #ADA8A840;
    padding: 49px 40px 53px 33px;
    border-radius: 20px;
    position: relative;
}
.resident-duration__badge{
    text-transform: uppercase;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2AABEE;
    margin-bottom: 30px;
}
.resident-duration__title{
    font-weight: 600;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 30px;
}
.resident-duration__info{
    background-color: #EEF5FD;
    border: 1px solid #E1E5EE;
    padding: 34px 52px 34px 35px;
    border-radius: 30px;
}
.resident-duration__info-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}
.resident-duration__info-desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #465E76;
}
.resident-duration__cards{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 45px;
    margin-bottom: 48px;
}
.resident-duration__card{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
    width: 100%;
}
.resident-duration__card-col{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
}
.resident-duration__num{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEF5FD;
    border-radius: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #465E76;
    flex-shrink: 0;
}
.resident-duration__timeline-col{
    width: 215px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resident-duration__timeline-badge{
    background: #ECF9F2;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 25px;
    color: #296946;
    width: fit-content;
    position: relative;
    z-index: 1;
    text-align: center;
}
.resident-duration__text-col{
    padding-top: 7px;
}
.resident-duration__text-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 6px;
}
.resident-duration__text-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #647189;
}
.resident-duration__toast{
    background-color: #ECF9F2;
    border: 1px solid #CDDCD7;
    padding: 30px 71px 28px 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 67px;
    position: relative;
    z-index: 1;
}
.resident-duration__toast-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}
.resident-duration__toast-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #647189;
}
.resident-duration__toast-img{
    width: 62.5px;
    height: 62.5px;
    border: 3px solid #9ABBAC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 6px 0 4px 0;
}
.resident-duration__vertical-hr{
    height: calc(100% - 140px);
    width: 1px;
    background-color: #9ABBAC69;
    position: absolute;
    right: 148px;
    top: 85px;
    z-index: 0;
}
@media (max-width: 1599.98px) {
    .resident-duration__section{
        padding: 20px;
    }
    .resident-duration__right-col{
        width: 650px;
        flex-shrink: 0;
    }
}
@media (max-width: 1199.98px) {
    .resident-duration__section{
        flex-wrap: wrap;
    }
    .resident-duration__right-col, .resident-duration__left-col{
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 767.98px) {
    .resident-duration__section{
        padding: 45px 20px 30px 20px;
        gap: 26px;
    }
    .resident-duration__title{
        font-size: 34px;
        line-height: 100%;
    }
    .resident-duration__badge{
        font-size: 16px;
    }
    .resident-duration__right-col{
        padding: 20px;
    }
    .resident-duration__timeline-col{
        width: 150px;
    }
    .resident-duration__vertical-hr{
        top: 50px;
        right: 100px;
    }
    .resident-duration__toast{
        gap: 20px;
        padding: 30px;
    }
}
@media (max-width: 575.98px) {
    .resident-duration__badge{
        font-size: 10px;
        margin-bottom: 20px;
    }
    .resident-duration__title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .resident-duration__info{
        padding: 16px 20px;
        border-radius: 20px;
    }
    .resident-duration__info-title{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .resident-duration__info-desc{
        font-size: 12px;
        line-height: 100%;
        max-width: 295px;
    }
    .resident-duration__right-col{
        padding: 0;
    }
    .resident-duration__cards{
        margin: 0;
        padding: 15px 0 28px 15px;
        gap: 16px;
    }
    .resident-duration__card{
        gap: 8px;
    }
    .resident-duration__toast{
        margin-bottom: 40px;
    }
    .resident-duration__num{
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .resident-duration__card-col{
        gap: 15px;
    }
    .resident-duration__text-col{
        padding-top: 0;
    }
    .resident-duration__text-title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .resident-duration__text-desc{
        font-size: 12px;
    }
    .resident-duration__timeline-col{
        width: 125px;
    }
    .resident-duration__timeline-badge{
        font-weight: 600;
        font-size: 10px;
        padding: 7px 11px;
    }
    .resident-duration__vertical-hr{
        top: 15px;
        right: 65px;
        height: calc(100% - 60px);
    }
    .resident-duration__toast{
        padding: 20px 33px 20px 20px;
    }
    .resident-duration__toast-img{
        margin: 0;
        width: 45px;
        height: 45px;
    }
    .resident-duration__toast-ico{
        width: 21px;
        height: 16px;
    }
    .resident-duration__toast-title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .resident-duration__toast-desc{
        font-size: 12px;
    }
}
@media (max-width: 479.98px) {}
@media (max-width: 375.98px) {
    .resident-duration__vertical-hr,
    .resident-duration__timeline-col{
        display: none;
    }
    .resident-duration__cards{
        padding-right: 15px;
    }
}
.resident-together__section{
    padding: 72px 0;
    background: #F3F8FF;
}
.resident-together__wrap{
    padding: 98px 66px 72px 66px;
    max-width: 1471px;
    background: #FFFFFF;
    border: 1px solid #CFCCCC;
    border-radius: 20px;
}
.resident-together__badge{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    max-width: fit-content;
    color: #2AABEE;
}
.resident-together__title{
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 25px;
}
.resident-together__desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #647189;
    max-width: 1101px;
    margin-bottom: 101px;
}
.resident-together__cards{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 75px;
}
.resident-together__card{
    max-width: 323px; 
    padding: 0 45px;
    min-height: 155px;
    position: relative;
}
.resident-together__card:first-of-type{
    padding-left: 0;
}
.resident-together__card:last-of-type{
    padding-right: 0;
}
.resident-together__card::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 5px);
    width: 1px;
    background-color: #D9D9D9;
}
.resident-together__card:last-of-type::after{
    height: 0;
    width: 0;
}
.resident-together__card-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}
.resident-together__card-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #647189;
}
.resident-together__toast{
    background: #ECF9F2;
    border-radius: 20px;
    padding: 25px 65px 25px 90px;
    margin: 0 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #296946;
}
@media (max-width: 1199.98px) {
    .resident-together__card{
        padding: 20px;
    }
    .resident-together__wrap{
        margin: 0 20px;
        max-width: fit-content;
    }
    .resident-together__toast{
        padding: 20px;
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .resident-together__section{
        padding: 35px 20px 45px 20px;
    }
    .resident-together__badge {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .resident-together__desc{
        margin-bottom: 0;
        font-size: 16px;
    }
    .resident-together__cards{
        margin-bottom: 20px;
    }
    .resident-together__cards{
        flex-wrap: wrap;
    }
    .resident-together__card{
        max-width: none;
        width: 100%;
        min-height: auto;
        padding-left: 0;
    }
    .resident-together__card::after{
        bottom: 0;
        right: 0;
        height: 1px;
        width: 100%;
    }
    .resident-together__wrap{
        padding: 20px;
        margin: 0;
    }
    .resident-together__title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .resident-together__toast{
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .resident-together__badge {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .resident-together__title{
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 285px;
    }
    .resident-together__desc{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 25px;
        max-width: 310px;
    }
    .resident-together__card-title{
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .resident-together__card-desc{
        font-size: 12px;
        line-height: 100%;
        max-width: 211px;
    }
    .resident-together__toast{
        padding: 14px 40px;
        font-weight: 600;
        font-size: 14px;
    }
}
@media (max-width: 479.98px) {}

.resident-choose__section{
    padding: 113px 0 122px 0;
    background: linear-gradient(81.63deg, #E8F5FE 0%, #FFFFFF 54%, #CCEBFF 100%);
}
.resident-choose__wrap{
    padding: 59px 70px 59px 66px;
    max-width: 1471px;
    background: #FFFFFF;
    border: 1px solid #CFCCCC;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.resident-choose__col:first-of-type{
    max-width: 556px;
    padding-top: 5px;
}
.resident-choose__col:last-of-type{
    max-width: 692px;
    flex-shrink: 0;
}
.resident-choose__badge{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2AABEE;
    margin-bottom: 30px;
    width: fit-content;
}
.resident-choose__title{
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 25px;
    max-width: 480px;
}
.resident-choose__desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #647189;
}
.resident-choose__subtitle{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}
.resident-choose__cards{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 26px;
}
.resident-choose__card{
    padding: 20px 27px 24px 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    max-width: 207px;
}
.resident-choose__card-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}
.resident-choose__card-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #647189;
}
.resident-choose__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #647189;
    margin-bottom: 36px;
}
.resident-choose__btn{
    all: unset;
    display: block;
    cursor: pointer;
    border: 1px solid #2AABEE;
    padding: 12px 31px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #2AABEE;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.resident-choose__btn:hover{
    color: #2AABEE;
    box-shadow: 0 4px 15px #2AABEE;
}
@media (max-width: 1399.98px) {
    .resident-choose__col:first-of-type, .resident-choose__col:last-of-type {
        max-width: none;
        width: 50%;
    }
    .resident-choose__wrap{
        padding: 20px;
        margin: 0 20px;
        max-width: fit-content;
    }
}
@media (max-width: 1023.98px) {
    .resident-choose__wrap{
        flex-wrap: wrap;
    }
    .resident-choose__col:first-of-type, .resident-choose__col:last-of-type {
        width: 100%;
    }
    .resident-choose__cards{
        padding: 0 20px;
    }
    .resident-choose__text{
        max-width: 600px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .resident-choose__section{
        padding: 50px 0;
    }
    .resident-choose__badge {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .resident-choose__title{
        font-size: 34px;
        line-height: 100%;
    }
    .resident-choose__desc, .resident-choose__text{
        font-size: 16px;
        line-height: 130%;
    }
    .resident-choose__wrap{
        width: auto;
    }
    .resident-choose__cards{
        padding: 0;
        flex-wrap: wrap;
    }
    .resident-choose__card{
        width: 100%;
        max-width: none;
    }
    .resident-choose__btn{
        flex-shrink: 1;
    }
}
@media (max-width: 575.98px) {
    .resident-choose__section{
        padding: 30px 0 37px 0;
    }
    .resident-choose__badge {
        font-size: 10px;
    }
    .resident-choose__title{
        font-size: 24px;
        margin-bottom: 10px;
        max-width: 285px;
    }
    .resident-choose__desc{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 25px;
    }
    .resident-choose__subtitle{
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 24px;
    }
    .resident-choose__cards{
        gap: 17px;
        margin-bottom: 25px;
    }
    .resident-choose__card{
        padding: 18px 20px 20px 20px;
    }
    .resident-choose__card-title{
        text-align: left;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .resident-choose__card-desc{
        text-align: left;
        font-size: 12px;
        line-height: 100%;
    }
    .resident-choose__text{
        font-size: 14px;
        line-height: 100%;
        padding-bottom: 30px;
    }
    .resident-choose__btn{
        font-size: 14px;
        line-height: 100%;
        padding: 15px 19px;
    }
}
@media (max-width: 375.98px) {
    .resident-choose__btn{
        width: 100%;
    }
}

.resident-ready__section{
    padding: 102px 0 89px 0;
}
.resident-ready__wrap{
    padding: 52px 68px 60px 55px;
    max-width: 1471px;
    border-radius: 20px;
    background: linear-gradient(87.94deg, #F6FAFF 0%, #EEF6FF 99.61%);
    border: 1px solid #D7E3F2;
    box-shadow: 0px 4px 10.9px 0px #ADA8A840;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.resident-ready__col{
    max-width: 895px;
}
.resident-ready__title{
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 21px;
}
.resident-ready__desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #647189;
}
.resident-ready__btn{
    all: unset;
    display: block;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease;
    background: #FFFFFF;
    border: 1px solid #2AABEE;
    padding: 17px 42px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #2AABEE;
    flex-shrink: 0;
    text-align: center;
}
.resident-ready__btn:hover{
    color: #2AABEE;
    box-shadow: 0 4px 15px #2AABEE;
}
@media (max-width: 767.98px) {
    .resident-ready__section{
        padding: 50px 0;
    }
    .resident-ready__title{
        font-size: 32px;
    }
    .resident-ready__col{
        max-width: none;
    }
    .resident-ready__wrap{
        width: auto;
        padding: 25px 40px 30px 25px;
        margin: 0 20px;
        flex-wrap: wrap;
    }
    .resident-ready__btn{
        flex-shrink: 1;
        font-size: 16px;
        padding: 16px;
        line-height: 100%;
        border-radius: 10px;
    }
}
@media (max-width: 575.98px) {
    .resident-ready__wrap {
        gap: 30px;
    }
    .resident-ready__title{
        font-size: 24px;
        margin-bottom: 15px;
        max-width: 253px;
    }
    .resident-ready__desc{
        font-size: 16px;
        line-height: 100%;
    }
    .resident-ready__btn{
        font-size: 14px;
        line-height: 100%;
        padding: 14px 19.5px;
        border-radius: 15px;
    }
}
@media (max-width: 479.98px) {}
@media (max-width: 375.98px) {
    .resident-ready__btn{
        width: 100%;
    }
}