@media screen and (min-width: 991.98px) {
    .default_result-bg--small {
        height: 1800px;
    }
}

.default_pages-item-inner img {
    border-radius: 5px;
}

.default_pages-item--flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .default_pages-item--flex {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .default_pages-item--flex {
        gap: 15px;
    }
}

@media screen and (max-width: 991px) {
    .default_pages--v2 {
        height: 650px;
    }
}

@media screen and (max-width: 767px) {
    .default_pages--v2 {
        height: 187.2vw;
        max-height: 1000px;
    }
}

@media screen and (max-width: 480px) {
    .default_pages--v2 .default_pages-item {
        width: 36.23vw;
    }
}

.default_pages-box--v2 {
    transform: rotate(-40deg);
    margin-top: -168px;
    margin-right: -351px;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .default_pages-box--v2 {
        gap: 20px;
        margin-top: -5%;
        margin-right: -17%;
    }
}

@media screen and (max-width: 767px) {
    .default_pages-box--v2 {
        gap: 15px;
        margin-top: 25%;
        margin-right: -3%;
    }
}

.default_goals-logo--medium {
    width: 282px;
}

.default_goals-logo--small {
    width: 182px;
}

.default_goals-logo--right-auto {
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .default_goals-logo--right-auto {
        margin-left: 0;
    }
    .default_goals-logo {
        margin: 0 auto !important;
        margin-top: 24px !important;
        max-width: 168px;
    }
}

.default_result-box--small-margin-bottom {
    margin-bottom: 0;
}

.default_result-box--small-margin-bottom:not(:last-child) {
    margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
    .default_result-box--small-margin-bottom:not(:last-child) {
        margin-bottom: 32px;
    }
}

.default_result__block--flex-start {
    align-items: flex-start;
}

.default_result__block--flex-start .default_result__block-content {
    padding-top: 64px;
}

@media screen and (max-width: 767px) {
    .default_result__block--flex-start .default_result__block-content {
        padding-top: 0;
    }
}

.default_mobile-box--mask-phone .default_mobile-block {
    position: relative;
    height: 0;
    padding-top: 590px;
}

@media screen and (max-width: 1199px) {
    .default_mobile-box--mask-phone .default_mobile-block {
        padding-top: 36.5vw;
    }
}

@media screen and (max-width: 767px) {
    .default_mobile-box--mask-phone .default_mobile-block {
        padding-top: 408px;
    }
}

.default_mobile-box--mask-phone .default_mobile-block:before {
    content: "";
    background-image: url("/assets/images/common/mask-phone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: transform 1s cubic-bezier(0.43, 0, 0.03, 1);
}

.default_mobile-box--mask-phone .default_mobile-block img {
    width: 86%;
    height: 88%;
    position: absolute;
    left: 50%;
    top: calc(50% + 17px);
    transform: translate(-50%, -50%);
    border-radius: 0;
    transition: transform 1s cubic-bezier(0.43, 0, 0.03, 1);
    object-fit: contain;
    clip-path: polygon(1% 0%, 100% 0%, 98% 97%, 2% 97%);
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .default_mobile-box--mask-phone .default_mobile-block img {
        height: 92%;
        width: 87%;
        top: calc(50% + 9px);
    }
}

@media screen and (max-width: 767px) {
    .default_mobile-box--mask-phone .default_mobile-block img {
        height: 87%;
        width: 87%;
        top: calc(50% + 13px);
    }
}

.default_mobile-box--zoom .default_mobile-block:before {
    transform: translate(-50%, -50%) scale(0.85);
}

.default_mobile-box--zoom .default_mobile-block img {
    transform: translate(-50%, -50%) scale(0.85);
}

.default_mobile-box--zoom .default_mobile-block.slick-current:before {
    transform: translate(-50%, -50%) scale(1.1);
}

.default_mobile-box--zoom .default_mobile-block.slick-current img {
    transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 768px) {
    .is-not-tablet {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .is-tablet {
        display: none;
    }
}

.color-dark-grey {
    color: #353535 !important;
}

.bg-grey {
    background: #959598;
}

.position--v2 {
    top: -130px;
}

@media screen and (max-width: 767px) {
    .show-desktop {
        display: none;
    }
}

.hero_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.hero_main--top-margin {
    margin-top: 79px;
    margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .hero_main--top-margin {
        margin-top: 70px;
        margin-bottom: 40px;
        margin-top: 0;
    }
}

.hero_main--top-margin .hero_main-content {
    padding-top: 21.97vh;
}

.hero_main-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero_main-content {
    width: 100%;
    min-height: 740px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: calc(114px + 21.97vh) 0 370px 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    .hero_main-content {
        min-height: 650px;
        padding: 185px 0 300px 0;
    }
}

@media screen and (max-width: 767px) {
    .hero_main-content {
        min-height: 100dvh;
        padding:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .hero_main--top-margin .hero_main-content {
        padding-top: 0;
    }

}

.hero_main-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero_main-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
}

.hero_main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.hero_main-title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
}

.hero_main-title_wrap:last-child {
    margin-bottom: 0;
}

.hero_main-title {
    font-weight: 900;
    font-size: 70px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero_main-title:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .hero_main-title {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .hero_main-title {
        font-size: 45px;
        margin-bottom: 12px;
    }
}

.hero_main-subtitle {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero_main-subtitle:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .hero_main-subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .hero_main-subtitle {
        font-size: 16px;
    }
}

.hero_main-description {
    max-width: 520px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 8px;
    font-weight: 400;
}

.hero_main-description:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .hero_main-description {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .hero_main-description {
        font-size: 20px;
    }
}

.hero_main-visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 777px;
    height: 458px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -158px;
    position: relative;
    z-index: 2;
}

.hero_main-visual img {
    width: 95%;
    height: 59%;
    object-fit: cover;
    border: 1px solid #565655;
    margin-top: 2.5%;
}

@media screen and (max-width: 991px) {
    .hero_main-visual {
        width: 450px;
        height: 410px;
        margin-top: -158px;
    }
}

@media screen and (max-width: 767px) {
    .hero_main-visual {
        width: 354px;
        height: 320px;
        margin-top: -227px;
    }
}

.prototype-block {
    padding-top: 64px;
}

.prototype-block__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.prototype-block__item--gap-top {
    margin-top: 115px;
}

@media screen and (max-width: 767px) {
    .prototype-block__item--gap-top {
        margin-top: 65px;
    }
}

.prototype-block__item--desktop {
    max-width: 68.31%;
    width: 100%;
}

.prototype-block__item--mobile {
    max-width: 24.35%;
    width: 100%;
}

.prototype-block__item img {
    width: 100%;
    border-radius: 20px;
    height: auto;
    box-shadow: 0 8px 64px rgba(15, 34, 67, 0.05), 0 0 1px rgba(15, 34, 67, 0.08);
    position: relative;
    z-index: 1;
}

/*# sourceMappingURL=global.css.map */
/**/


.hero-second__title a,
.default_main-title a,
.hero_main-title a,
.bread_main-title a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.hero-second__title a:hover,
.default_main-title a:hover,
.hero_main-title a:hover,
.bread_main-title a:hover {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}