.landing_page .ho-header {
    position: absolute;
    top: 0;
    background-color: transparent;
    z-index: 2;
}

.landing_page .ho-first-box_top_container, 
.landing_page .ho-first-box_top_container.open {
    width: 100%;
    position: relative;
    background-color: white;
    height: calc(313 / var(--variable-desktop-1440) * var(--viewport-unit));
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
    -webkit-transform-style: preserve-3d;
}

.landing_page .ho-first-box_bg {
    position: absolute;
    right: 0;
    width: 100%;
    height: calc(313 / var(--variable-desktop-1440) * var(--viewport-unit));
    border-radius: 0 0 calc(40 / var(--variable-desktop-1440) * var(--viewport-unit)) calc(40 / var(--variable-desktop-1440) * var(--viewport-unit));
    background: linear-gradient(225deg, #1E71B8 0%, #82378C 100%);
}

.landing_page .ho-first-box_top_container__landingMessage {
    position: relative;
    padding: calc(140.5 / var(--variable-desktop-1440) * var(--viewport-unit)) 0 calc(60.5 / var(--variable-desktop-1440) * var(--viewport-unit));
    font-family: "ho-Bold";
    font-size: calc(40 / var(--variable-desktop-1440) * var(--viewport-unit));
    color: var(--white);
    line-height: 1.4;
    text-align: center;
}

.landing_page .ho-first-box_top_container__landingMessage img {
    width: calc(69 / var(--variable-desktop-1440) * var(--viewport-unit));
    height: calc(42 / var(--variable-desktop-1440) * var(--viewport-unit));
    margin-right: calc(16 / var(--variable-desktop-1440) * var(--viewport-unit));
    vertical-align: baseline;
    position: relative;
    top: calc(2 / var(--variable-desktop-1440) * var(--viewport-unit));
}

.landing_page .landing_page__content {
    width: calc(1040 / var(--variable-desktop-1440) * var(--viewport-unit));
    margin: 0 auto;
    padding: calc(72 / var(--variable-desktop-1440) * var(--viewport-unit)) 0;
    text-align: center;
    color: var(--dark-grey);
    line-height: 1.375;
}

.landing_page .landing_page__content__title {
    font-family: "ho-Bold";
    font-size: calc(24 / var(--variable-desktop-1440) * var(--viewport-unit));
}

.landing_page .landing_page__content__description {
    margin: calc(24 / var(--variable-desktop-1440) * var(--viewport-unit)) 0 calc(60 / var(--variable-desktop-1440) * var(--viewport-unit));
    font-family: "ho-Book";
    font-size: calc(18 / var(--variable-desktop-1440) * var(--viewport-unit));
    line-height: 1.44;
}

.landing_page .landing_page__content__description span {
    font-family: "ho-Bold";
}

.landing_page .landing_page__content__box_border_gradient {
    border-radius: calc(35 / var(--variable-desktop-1440) * var(--viewport-unit));
    padding: calc(3 / var(--variable-desktop-1440) * var(--viewport-unit));
}

.landing_page .landing_page__content__box {
    padding: calc(40 / var(--variable-desktop-1440) * var(--viewport-unit)) 0;
    border-radius: calc(32 / var(--variable-desktop-1440) * var(--viewport-unit));
    background: #F4F5F9;
    font-family: "ho-Bold";
    font-size: calc(24 / var(--variable-desktop-1440) * var(--viewport-unit));
}

.landing_page .landing_page__content__message {
    margin: calc(60 / var(--variable-desktop-1440) * var(--viewport-unit)) 0;
    font-family: "ho-Bold";
    font-size: calc(24 / var(--variable-desktop-1440) * var(--viewport-unit));
}

.landing_page .landing_page__content__disclaimer {
    font-family: "ho-Book";
    font-size: calc(18 / var(--variable-desktop-1440) * var(--viewport-unit));
    line-height: 1.44;
}

.landing_page .landing_page__content__disclaimer a {
    font-family: "ho-Medium";
    color: #82378C;
    text-decoration-line: underline;
    text-underline-offset: 3.5px;
}

@media screen and (min-width:1680px) {
    .landing_page .ho-first-box_bg {
        border-radius: 0 0 calc(40 / var(--variable-large-desktop) * var(--viewport-unit)) calc(40 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container, 
    .landing_page .ho-first-box_top_container.open {
        height: calc(313 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_bg {
        height: calc(313 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage {
        padding: calc(140.5 / var(--variable-large-desktop) * var(--viewport-unit)) 0 calc(60.5 / var(--variable-large-desktop) * var(--viewport-unit));
        font-size: calc(40 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage img {
        width: calc(69 / var(--variable-large-desktop) * var(--viewport-unit));
        height: calc(42 / var(--variable-large-desktop) * var(--viewport-unit));
        margin-right: calc(16 / var(--variable-large-desktop) * var(--viewport-unit));
        top: calc(2 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content {
        width: calc(1040 / var(--variable-large-desktop) * var(--viewport-unit));
        padding: calc(72 / var(--variable-large-desktop) * var(--viewport-unit)) 0;
    }

    .landing_page .landing_page__content__title {
        font-size: calc(24 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__description {
        margin: calc(24 / var(--variable-large-desktop) * var(--viewport-unit)) 0 calc(60 / var(--variable-large-desktop) * var(--viewport-unit));
        font-size: calc(18 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box_border_gradient {
        border-radius: calc(35 / var(--variable-large-desktop) * var(--viewport-unit));
        padding: calc(3 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box {
        padding: calc(40 / var(--variable-large-desktop) * var(--viewport-unit)) 0;
        border-radius: calc(32 / var(--variable-large-desktop) * var(--viewport-unit));
        font-size: calc(24 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__message {
        margin: calc(60 / var(--variable-large-desktop) * var(--viewport-unit)) 0;
        font-size: calc(24 / var(--variable-large-desktop) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__disclaimer {
        font-size: calc(18 / var(--variable-large-desktop) * var(--viewport-unit));
    }
}

@media screen and (max-width:1280px) {
    .landing_page .ho-first-box_bg {
        border-radius: 0 0 calc(40 / var(--variable-tablet-l) * var(--viewport-unit)) calc(40 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container, 
    .landing_page .ho-first-box_top_container.open {
        height: calc(313 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_bg {
        height: calc(313 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage {
        padding: calc(140.5 / var(--variable-tablet-l) * var(--viewport-unit)) 0 calc(60.5 / var(--variable-tablet-l) * var(--viewport-unit));
        font-size: calc(40 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage img {
        width: calc(69 / var(--variable-tablet-l) * var(--viewport-unit));
        height: calc(42 / var(--variable-tablet-l) * var(--viewport-unit));
        margin-right: calc(16 / var(--variable-tablet-l) * var(--viewport-unit));
        top: calc(2 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content {
        width: calc(1040 / var(--variable-tablet-l) * var(--viewport-unit));
        padding: calc(72 / var(--variable-tablet-l) * var(--viewport-unit)) 0;
    }

    .landing_page .landing_page__content__title {
        font-size: calc(24 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__description {
        margin: calc(24 / var(--variable-tablet-l) * var(--viewport-unit)) 0 calc(60 / var(--variable-tablet-l) * var(--viewport-unit));
        font-size: calc(18 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box_border_gradient {
        border-radius: calc(35 / var(--variable-tablet-l) * var(--viewport-unit));
        padding: calc(3 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box {
        padding: calc(40 / var(--variable-tablet-l) * var(--viewport-unit)) 0;
        border-radius: calc(32 / var(--variable-tablet-l) * var(--viewport-unit));
        font-size: calc(24 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__message {
        margin: calc(60 / var(--variable-tablet-l) * var(--viewport-unit)) 0;
        font-size: calc(24 / var(--variable-tablet-l) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__disclaimer {
        font-size: calc(18 / var(--variable-tablet-l) * var(--viewport-unit));
    }
}

@media screen and (max-width:768px) {
    .landing_page .ho-first-box_bg {
        border-radius: 0 0 calc(40 / var(--variable-tablet-p) * var(--viewport-unit)) calc(40 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container, 
    .landing_page .ho-first-box_top_container.open {
        height: calc(313 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_bg {
        height: calc(313 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage {
        padding: calc(140.5 / var(--variable-tablet-p) * var(--viewport-unit)) 0 calc(60.5 / var(--variable-tablet-p) * var(--viewport-unit));
        font-size: calc(40 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage img {
        width: calc(69 / var(--variable-tablet-p) * var(--viewport-unit));
        height: calc(42 / var(--variable-tablet-p) * var(--viewport-unit));
        margin-right: calc(16 / var(--variable-tablet-p) * var(--viewport-unit));
        top: calc(2 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content {
        width: calc(640 / var(--variable-tablet-p) * var(--viewport-unit));
        padding: calc(72 / var(--variable-tablet-p) * var(--viewport-unit)) 0;
    }

    .landing_page .landing_page__content__title {
        font-size: calc(24 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__description {
        margin: calc(24 / var(--variable-tablet-p) * var(--viewport-unit)) 0 calc(60 / var(--variable-tablet-p) * var(--viewport-unit));
        font-size: calc(18 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box_border_gradient {
        border-radius: calc(35 / var(--variable-tablet-p) * var(--viewport-unit));
        padding: calc(3 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box {
        padding: calc(40 / var(--variable-tablet-p) * var(--viewport-unit)) 0;
        border-radius: calc(32 / var(--variable-tablet-p) * var(--viewport-unit));
        font-size: calc(24 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__message {
        margin: calc(60 / var(--variable-tablet-p) * var(--viewport-unit)) 0;
        font-size: calc(24 / var(--variable-tablet-p) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__disclaimer {
        font-size: calc(18 / var(--variable-tablet-p) * var(--viewport-unit));
    }
}

@media screen and (max-width:576px) {
    .landing_page .ho-first-box_bg {
        border-radius: 0 0 calc(40 / var(--variable-mobile) * var(--viewport-unit)) calc(40 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container, 
    .landing_page .ho-first-box_top_container.open {
        height: calc(233 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_bg {
        height: calc(233 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage {
        padding: calc(calc(107 / var(--variable-mobile) * var(--viewport-unit))) 0 calc(47 / var(--variable-mobile) * var(--viewport-unit));
        font-size: calc(28 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .ho-first-box_top_container__landingMessage img {
        width: calc(42 / var(--variable-mobile) * var(--viewport-unit));
        height: calc(27 / var(--variable-mobile) * var(--viewport-unit));
        margin-right: calc(7 / var(--variable-mobile) * var(--viewport-unit));
        top: calc(1 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content {
        width: calc(312 / var(--variable-mobile) * var(--viewport-unit));
        padding: calc(48 / var(--variable-mobile) * var(--viewport-unit)) 0 calc(32 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__title {
        font-size: calc(24 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__description {
        margin: calc(24 / var(--variable-mobile) * var(--viewport-unit)) 0 calc(60 / var(--variable-mobile) * var(--viewport-unit));
        font-size: calc(18 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box_border_gradient {
        border-radius: calc(35 / var(--variable-mobile) * var(--viewport-unit));
        padding: calc(3 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__box {
        padding: calc(40 / var(--variable-mobile) * var(--viewport-unit)) calc(27.5 / var(--variable-mobile) * var(--viewport-unit));
        border-radius: calc(32 / var(--variable-mobile) * var(--viewport-unit));
        font-size: calc(24 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__message {
        margin: calc(60 / var(--variable-mobile) * var(--viewport-unit)) 0;
        font-size: calc(24 / var(--variable-mobile) * var(--viewport-unit));
    }

    .landing_page .landing_page__content__disclaimer {
        font-size: calc(18 / var(--variable-mobile) * var(--viewport-unit));
    }
}