.home-page__home-inner {
    width: 100%;
}
@media all and (min-width: 1440px) {
    .home-page__home-inner {
        position: relative;
        display: grid;
        grid-template-rows: auto auto auto;
        z-index: 0;
        padding-bottom: 24px;
    }
}
.home-page__home-top {
    position: relative;
    padding-bottom: 76.453%;
    max-height: 328px;
    z-index: 0;
}
@media all and (min-width: 744px) {
    .home-page__home-top {
        padding-bottom: 56.924%;
        max-height: 520px;
    }
}
@media all and (min-width: 1440px) {
    .home-page__home-top {
        position: initial;
        max-height: none;
        padding-bottom: 0;
    }
}
@media all and (min-width: 1860px) {
    .home-page__home-top-inner {
        font-size: 80px;
    }
}
.home-page__home-top-title-top {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 4.94%;
    z-index: 0;
}
.home-page__home-top-title-top::after, .home-page__home-top-title-top::before {
    content: "";
    position: absolute;
}
.home-page__home-top-title-top::after {
    width: 20px;
    height: 20px;
    border-radius: 32px 0 0 0;
    top: -10px;
    right: -20px;
    border: 10px solid;
    border-bottom: 5px;
    border-right: 5px;
    border-color: #fff;
    z-index: -1;
}
.home-page__home-top-title-top::before {
    width: 100%;
    height: calc(100% + 18px);
    border-radius: 0 0 16px 0;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: -2;
}
@media all and (min-width: 744px) {
    .home-page__home-top-title-top::before {
        border-radius: 0 0 24px 0;
    }
}
.home-page__home-top-title-bottom {
    border-radius: 0 60px 24px 0;
    padding-bottom: 8px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 4.3%;
    background-color: #fff;
}
@media all and (min-width: 744px) {
    .home-page__home-top-title-bottom {
        border-radius: 0 0 24px 0;
        padding-right: 9.3%;
    }
}
.home-page__home-top-title-bottom::after, .home-page__home-top-title-bottom::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 32px 0 0 0;
    position: absolute;
    border: 10px solid;
    border-bottom: 5px;
    border-right: 5px;
    border-color: #fff;
}
.home-page__home-top-title-bottom::after {
    height: 10px;
    top: 8px;
    right: -20px;
}
@media all and (min-width: 744px) {
    .home-page__home-top-title-bottom::after {
        height: 20px;
    }
}
.home-page__home-top-title-bottom::before {
    top: calc(100% - 10px);
    left: -10px;
}
.home-page__home-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left -60px center;
    background-size: cover;
    z-index: -1;
    border-radius: 0 16px 16px 16px;
}
@media all and (min-width: 744px) {
    .home-page__home-banner {
        background-position: left -30px center;
        border-radius: 0 24px 24px 24px;
    }
}
@media all and (min-width: 1440px) {
    .home-page__home-banner {
        background-position: left center;
        border-radius: 0 32px 32px 32px;
    }
}
.home-page__home-content {
    position: relative;
    padding-top: 16px;
}
@media all and (min-width: 1440px) {
    .home-page__home-content {
        background-color: #fff;
        max-width: 394px;
        margin-left: auto;
        border-radius: 24px 0 0 24px;
        padding: 32px 2px 32px 36px;
        -webkit-transform: translateY(-54px);
        -ms-transform: translateY(-54px);
        transform: translateY(-54px);
    }
}
.home-page__home-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}
@media all and (min-width: 744px) {
    .home-page__home-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 24px;
    }
}
@media all and (min-width: 1440px) {
    .home-page__home-menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 32px;
    }
}
.home-page__home-menu-link {
    width: 100%;
    max-width: 340px;
    padding: 26px 24px;
    font: 500 18px/110% "Rubik", sans-serif;
    color: #211d1b;
    background-image: url(/resources/img/home-page/home-menu-link-bg-pink.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}
.home-page__home-menu-link .desc-icon {
    display: none;
}
@media all and (min-width: 1440px) {
    .home-page__home-menu-link {
        padding: 20px 7% 20px 24px;
        background-image: none;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        min-height: 100px;
        max-width: 340px;
    }
    .home-page__home-menu-link .desc-icon {
        display: block;
        position: absolute;
        top: 0;
        left: -33px;
        z-index: -1;
        max-height: 100%;
    }
}
@media all and (min-width: 1440px) and (min-width: 1920px) {
    .home-page__home-menu-link .desc-icon {
        left: 0;
    }
}
@media all and (min-width: 1920px) {
    .home-page__home-menu-link {
        min-height: 120px;
        max-width: 360px;
    }
}
.home-page__home-menu-link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-color: #faf1e9;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.home-page__home-menu-link-icon i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/img/icon-north_east.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media all and (min-width: 1440px) {
    .home-page__home-menu-link-icon {
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(150px);
        backdrop-filter: blur(150px);
        background: rgba(255, 255, 255, 0.1);
    }
    .home-page__home-menu-link-icon i {
        width: 28px;
        height: 28px;
        background-image: url(/resources/img/icon-north_east-white.svg);
    }
}
@media all and (min-width: 1920px) {
    .home-page__home-menu-link-icon {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-backdrop-filter: blur(150px);
        backdrop-filter: blur(150px);
        background-color: rgba(255, 255, 255, 0.1);
    }
    .home-page__home-menu-link-icon i {
        width: 32px;
        height: 32px;
        background-image: url(/resources/img/icon-north_east-white.svg);
    }
}
.home-page__home-menu-link:hover .home-page__home-menu-link-icon {
    background-color: rgba(255, 255, 255, 0.3);
}
.home-page__home-menu-link:hover .home-page__home-menu-link-icon i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-page__banner {
    width: 100%;
    margin-top: 56px;
    border-radius: 0 16px 16px 16px;
    overflow: hidden;
}
@media all and (min-width: 744px) {
    .home-page__banner {
        margin-top: 72px;
        border-radius: 0 24px 24px 24px;
    }
}
@media all and (min-width: 1440px) {
    .home-page__banner {
        margin-top: 80px;
        border-radius: 0 32px 32px 32px;
    }
}
@media all and (min-width: 1860px) {
    .home-page__banner {
        margin-top: 100px;
    }
}
.home-page__banner-inner {
    width: 100%;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 52px;
    background-repeat: no-repeat;
    background-position: right 21% center;
    background-size: cover;
}
@media all and (min-width: 744px) {
    .home-page__banner-inner {
        min-height: 990px;
        padding-bottom: 76px;
        background-position: right 10% center;
    }
}
@media all and (min-width: 1440px) {
    .home-page__banner-inner {
        min-height: 648px;
        padding-bottom: 24px;
        background-position: center;
    }
}
@media all and (min-width: 1860px) {
    .home-page__banner-inner {
        min-height: 840px;
        padding-bottom: 32px;
    }
}
.home-page__banner-top {
    border-radius: 0 0 14px 0;
    padding-bottom: 8px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 4.3%;
    background-color: #fff;
}
@media all and (min-width: 744px) {
    .home-page__banner-top {
        padding-right: 9.3%;
        border-radius: 0 0 24px 0;
    }
}
.home-page__banner-top::after, .home-page__banner-top::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 32px 0 0 0;
    position: absolute;
    border: 10px solid;
    border-bottom: 5px;
    border-right: 5px;
    border-color: #fff;
}
.home-page__banner-top::after {
    height: 20px;
    top: -10px;
    right: -20px;
}
.home-page__banner-top::before {
    top: calc(100% - 10px);
    left: -10px;
}
.home-page__banner-content {
    width: calc(100% - 32px);
    max-width: 656px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background: rgba(255, 255, 255, 0.01);
}
@media all and (min-width: 744px) {
    .home-page__banner-content {
        border-radius: 24px;
        padding: 32px;
        -webkit-backdrop-filter: blur(150px);
        backdrop-filter: blur(150px);
    }
}
@media all and (min-width: 1440px) {
    .home-page__banner-content {
        max-width: 560px;
        margin-left: 32px;
    }
}
@media all and (min-width: 1860px) {
    .home-page__banner-content {
        max-width: 776px;
        padding: 36px 40px;
        margin-left: 40px;
    }
}
.home-page__banner-content-title {
    margin-bottom: 6px;
}
@media all and (min-width: 744px) {
    .home-page__banner-content-title {
        margin-bottom: 12px;
    }
}
@media all and (min-width: 1860px) {
    .home-page__banner-content-title {
        margin-bottom: 24px;
    }
}
.home-page__banner-content-txt {
    margin-bottom: 16px;
}
@media all and (min-width: 744px) {
    .home-page__banner-content-txt {
        margin-bottom: 24px;
    }
}
@media all and (min-width: 1440px) {
    .home-page__banner-content-txt:not(.width-full) {
        max-width: 452px;
    }
}
@media all and (min-width: 1860px) {
    .home-page__banner-content-txt {
        margin-bottom: 32px;
    }
}
.home-page .footer {
    margin-top: 40px;
}
