*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

html {
    font-size: 2.57vw;
    height: 100%;
}

body {
    background: #1D1D1F;
    color: #BDBDBD;
    font-size: 1.8rem;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 1.4rem;
    }
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a, button, .img-svg, .modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path, .img-svg line, .img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 0.521vw;
    }

    .container {
        max-width: 119rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 100% auto;
    }
}

.policy {
    padding: 40px 0;
    font-size: 1.2rem;
    color: #fff;
}

.t-title {
    font-size: 4rem;
    line-height: 1.35;
    text-align: center;
    font-weight: 400;
    color: #F6F6F6;
}

@media screen and (max-width: 575px) {
    .t-title {
        font-size: 2.2rem;
    }

    .t-title br {
        display: none;
    }
}

.t-title b {
    font-weight: 600;
    color: #FFE2BC;
}

b {
    font-weight: 600;
}

.t-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: 35rem;
    height: 10.5rem;
    border-radius: 1rem;
    box-shadow: 0 6px 0 0 #1e7e43, inset 5px 5px 12px 0 rgba(255, 255, 255, 0.12), inset -6px -6px 12px 0 rgba(255, 255, 255, 0.08);
    background: linear-gradient(138deg, #159044 0%, #34a261 51.92%, #159044 100%);
    font-weight: 700;
    color: #1D1D1F;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 575px) {
    .t-btn {
        width: 30rem;
        height: 8.5rem;
    }
}

@media screen and (min-width: 575px) {
    .t-btn:hover {
        transform: translateY(6px);
        box-shadow: none;
    }
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 50rem;
    padding: 5rem 0;
    border-radius: 1rem;
    -webkit-backdrop-filter: blur(0.7rem);
    backdrop-filter: blur(0.7rem);
    background: #29292A;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 575px) {
    .modal {
        width: 88%;
        padding: 4rem 0;
    }
}

.modal .t-title {
    font-size: 3rem;
}

@media screen and (max-width: 575px) {
    .modal .t-title {
        font-size: 2rem;
    }

    .modal .t-title br {
        display: block;
    }
}

.modal .t-title b {
    font-size: 3.5rem;
}

@media screen and (max-width: 575px) {
    .modal .t-title b {
        font-size: 2.5rem;
    }
}

.modal .t-btn {
    width: 25rem;
    height: 7rem;
    margin: 3rem auto 0;
}

@media screen and (max-width: 575px) {
    .modal .t-btn {
        margin-top: 2rem;
        font-size: 1.6rem;
    }
}

.header {
    width: 116rem;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    -webkit-backdrop-filter: blur(0.7rem);
    backdrop-filter: blur(0.7rem);
    background: rgba(255, 255, 255, 0.05);
    height: 11rem;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 575px) {
    .header {
        width: 33rem;
        top: 4rem;
        height: 5.2rem;
        padding: 0 1.5rem;
    }
}

.header__logo {
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #F6F6F6;
}

@media screen and (max-width: 575px) {
    .header__logo {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 575px) {
    .header__menu {
        display: none;
    }
}

.header__menu .link {
    margin-left: 5rem;
    font-size: 1.6rem;
    color: #F6F6F6;
    font-family: "Raleway";
    position: relative;
}

.header__menu .link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #F6F6F6;
    transition: 320ms;
}

.header__menu .link:hover::before {
    width: 100%;
}

.header .mobile__menu-btn {
    display: none;
    width: 3.8rem;
    height: 3.8rem;
}

@media screen and (max-width: 575px) {
    .header .mobile__menu-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.header .mobile__menu-btn .close {
    display: none;
}

.header .mobile__menu-btn.active .open {
    display: none;
}

.header .mobile__menu-btn.active .close {
    display: block;
    width: 2.3rem;
}

.header .mobile__menu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    border-radius: 1rem;
    -webkit-backdrop-filter: blur(0.7rem);
    backdrop-filter: blur(0.7rem);
    background: #29292A;
    border: 1px solid rgba(255, 255, 255, 0.3);
    justify-content: center;
    padding: 2rem 0;
    display: none;
}

.header .mobile__menu .link {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    display: block;
}

.header .mobile__menu .link:last-child {
    margin-bottom: 0;
}

.intro-section {
    padding: 22rem 0 0;
    height: 91rem;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro-section {
        height: 131rem;
        padding: 13.2rem 0 0;
    }
}

.intro-section .subtitle {
    margin: 2rem auto 5rem;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .intro-section .subtitle {
        margin: 1rem 0 4rem;
        font-size: 1.4rem;
    }

    .intro-section .subtitle br {
        display: none;
    }
}

.intro-section .t-btn {
    margin: 0 auto;
}

.intro__box {
    width: 112rem;
    margin: 11rem auto 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .intro__box {
        display: block;
        width: 30rem;
        margin: 10rem auto 0;
    }
}

.intro__box-item {
    width: 24rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro__box-item {
        width: 100%;
        margin-bottom: 7.2rem;
    }
}

.intro__box-item:nth-child(3) {
    width: 29.5rem;
}

.intro__box-item .number {
    position: absolute;
    font-size: 9.7rem;
    font-weight: 700;
    background: linear-gradient(180deg, #ffe2bc 0%, rgba(255, 226, 188, 0) 81.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 2rem;
    top: -7rem;
}

.intro__box-item .text {
    font-family: "Raleway";
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 1rem;
    height: 12rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
    text-align: left;
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .intro__box-item .text {
        padding: 2rem;
        height: auto;
    }
}

.intro__box-item .text b {
    color: #fff;
}

.socials-section {
    height: 56.5rem;
    padding: 11rem 0 0;
}

@media screen and (max-width: 575px) {
    .socials-section {
        height: auto;
        padding: 5rem 0 2rem;
    }
}

@media screen and (max-width: 575px) {
    .socials-section .t-title {
        font-size: 2.8rem;
    }
}

.socials__box {
    margin: 2rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .socials__box {
        flex-wrap: wrap;
    }
}

.socials__box .item {
    margin: 0 1.7rem;
    text-align: center;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .socials__box .item {
        margin: 0 0 2.5rem;
        width: 48%;
    }
}

.socials__box .item img {
    width: 10rem;
}

@media screen and (max-width: 575px) {
    .socials__box .item img {
        width: 7rem;
    }
}

.socials__box .item .title {
    margin: 2rem 0 0.5rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .socials__box .item .title {
        margin: 0.5rem 0;
    }
}

.socials__box .item .subtitle {
    font-size: 1.6rem;
    font-family: "Raleway";
}

@media screen and (max-width: 575px) {
    .socials__box .item .subtitle {
        font-size: 1.4rem;
    }

    .socials__box .item .subtitle br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .socials__box .item {
        padding: 0 1rem;
    }

    .socials__box .item.item1 {
        order: 0;
        margin-bottom: 1.5rem;
    }

    .socials__box .item.item2 {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .socials__box .item.item2 img {
        width: 9.5rem;
        margin: 1rem 0 1rem;
    }

    .socials__box .item.item3 {
        order: 2;
        padding-top: 1rem;
    }

    .socials__box .item.item3 img {
        margin-bottom: 1.2rem;
    }

    .socials__box .item.item4 {
        order: 4;
    }

    .socials__box .item.item5 {
        order: 3;
    }

    .socials__box .item.item6 {
        order: 2;
    }
}

@media screen and (min-width: 575px) {
    .socials__box .item.item1 {
        width: 20rem;
    }

    .socials__box .item.item2 {
        margin-top: 5.7rem;
        width: 17.5rem;
    }

    .socials__box .item.item2 img {
        width: 12.5rem;
    }

    .socials__box .item.item3 {
        margin-top: 9.3rem;
        width: 15rem;
    }

    .socials__box .item.item3 img {
        width: 11rem;
    }

    .socials__box .item.item4 {
        margin-top: 8rem;
        width: 18.5rem;
    }

    .socials__box .item.item5 {
        margin-top: 4rem;
        width: 20rem;
    }

    .socials__box .item.item6 {
        width: 12rem;
    }
}

.form-section .rocket {
    width: 40rem;
    position: absolute;
    top: -4rem;
    left: -25rem;
    z-index: 15;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .form-section .rocket {
        bottom: 15rem;
        right: -9rem;
        width: 25rem;
        left: auto;
        top: auto;
    }
}

.form__box {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(1.6rem);
    backdrop-filter: blur(1.6rem);
    padding: 4rem 3rem 4rem 7rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 575px) {
    .form__box {
        padding: 2rem 2rem 2.5rem;
        width: 34rem;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .form__box .t-title {
        font-size: 2.8rem;
    }
}

.form__box .subtitle {
    margin: 0.5rem 0 2rem;
    font-size: 1.8rem;
    font-family: "Raleway";
}

@media screen and (max-width: 575px) {
    .form__box .subtitle {
        margin: 1rem 0 1.5rem;
        font-size: 1.4rem;
    }

    .form__box .subtitle br {
        display: none;
    }
}

.form__box .privacy {
    margin-top: 1.5rem;
    font-size: 1rem;
}

.form__box .privacy a {
    color: #BDBDBD;
}

.form__inputs {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .form__inputs {
        display: block;
    }
}

.form__inputs .t-input {
    width: 25rem;
    height: 8rem;
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    background: none;
    outline: none;
    padding-left: 3rem;
    font-size: 1.4rem;
    color: #BDBDBD;
}

@media screen and (max-width: 575px) {
    .form__inputs .t-input {
        width: 100%;
        margin-bottom: 1rem;
        height: 5.5rem;
        border: 1px solid rgba(189, 189, 189, 0.7);
    }
}

.form__inputs .t-input::-moz-placeholder {
    color: #BDBDBD;
}

.form__inputs .t-input::placeholder {
    color: #BDBDBD;
}

.form__inputs .t-btn {
    width: 25rem;
    height: 7.5rem;
    font-size: 1.6rem;
    box-shadow: 0 4px 0 0 #1e7e43, inset 5px 5px 12px 0 rgba(255, 255, 255, 0.12), inset -6px -6px 12px 0 rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 575px) {
    .form__inputs .t-btn {
        width: 100%;
        height: 7rem;
        padding-right: 4rem;
    }
}

@media screen and (min-width: 575px) {
    .form__inputs .t-btn:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

.footer {
    padding-bottom: 3rem;
    margin: 10rem 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-bottom: 4rem;
        margin-top: 6rem;
    }
}

.footer .footer__logo {
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #F6F6F6;
}

@media screen and (max-width: 575px) {
    .footer .footer__logo {
        text-align: center;
        order: 0;
    }
}

.footer .privacy {
    font-family: "Raleway";
    font-size: 1.4rem;
    color: #BDBDBD;
}

@media screen and (max-width: 575px) {
    .footer .privacy {
        order: 2;
    }
}

.footer .privacy:hover {
    color: #fff;
}

.footer .contact {
    display: flex;
    align-items: center;
    text-align: right;
    color: #BDBDBD;
}

@media screen and (max-width: 575px) {
    .footer .contact {
        order: 1;
        margin: 1rem auto;
        width: 17rem;
    }
}

.footer .contact .title {
    font-size: 1.6rem;
}

.footer .contact .title b {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.footer .contact .title span {
    display: block;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.footer .contact .title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #F6F6F6;
    transition: 320ms;
}

.footer .contact .title span:hover::before {
    width: 100%;
}

.footer .contact img {
    margin-left: 1.5rem;
    width: 5rem;
    display: block;
}

.cases-section {
    padding-top: 7rem;
}

@media screen and (max-width: 575px) {
    .cases-section {
        padding: 0;
    }
}

.cases-section .t-title {
    text-align: left;
}

@media screen and (max-width: 575px) {
    .cases-section .t-title {
        font-size: 2.8rem;
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .cases-section .container {
        padding: 0;
    }
}

.cases-section .spin {
    position: absolute;
    width: 53rem;
    top: -35rem;
    right: -50rem;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .cases-section .spin {
        display: none;
    }
}

.cases__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .cases__box {
        display: block;
    }
}

.slider__arrows {
    margin: 13.5rem 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .slider__arrows.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .slider__arrows.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .slider__arrows {
        margin: 1.5rem auto 0;
        justify-content: center;
    }
}

.slider__arrows .slider__arrow {
    width: 14.5rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border: 1px solid #159044;
    margin-right: 2rem;
    cursor: pointer;
}

.slider__arrows .slider__arrow:last-child {
    margin-right: 0;
}

.slider__arrows .slider__arrow.right .box {
    justify-content: flex-end;
}

@media screen and (min-width: 575px) {
    .slider__arrows .slider__arrow .box {
        display: flex;
        align-items: center;
        width: 2.5rem;
        overflow: hidden;
        transition: 320ms;
    }

    .slider__arrows .slider__arrow .box img {
        flex-shrink: 0;
        width: 7rem;
        max-width: none;
    }

    .slider__arrows .slider__arrow:hover .box {
        width: 7rem;
    }
}

.cases__left {
    width: 47rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .cases__left {
        width: 100%;
    }
}

.cases__slider {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .cases__slider {
        display: block;
    }
}

.cases__slider .space {
    padding: 0 1rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .space {
        width: 30rem;
        padding: 0 3.5rem;
    }
}

.cases__slider .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 69rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .cases__slider .inner {
        width: 100%;
        display: block;
    }
}

.cases__slider .item {
    border-radius: 1rem;
    background: #F6F6F6;
    width: 57rem;
    padding: 3rem 2rem 3rem 3rem;
    font-family: "Raleway";
    margin-right: 2rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .cases__slider .item {
        width: 100%;
        padding: 2rem;
        margin: 0;
    }

    .cases__slider .item:nth-child(2) {
        display: none;
    }
}

.cases__slider .item .title {
    font-weight: 600;
    color: #2B2B2B;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .title {
        font-size: 1.6rem;
    }
}

.cases__slider .item .subtitle {
    margin: 0.5rem 0 2rem;
    font-size: 1.6rem;
    color: #777777;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .subtitle {
        font-size: 1.4rem;
    }
}

.cases__slider .item .stats__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "Montserrat";
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__box {
        flex-wrap: wrap;
    }
}

.cases__slider .item .stats__left {
    width: 18rem;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.cases__slider .item .stats__left .gray {
    font-size: 1.6rem;
    color: #777777;
    margin-bottom: 1.5rem;
    font-family: "Raleway";
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__left .gray {
        margin-bottom: 1rem;
    }
}

.cases__slider .item .stats__left-item {
    margin-bottom: 0.5rem;
    color: #2B2B2B;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__left-item {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .cases__slider .item .stats__left-item:nth-child(2) {
        width: 10rem;
        text-align: left;
    }

    .cases__slider .item .stats__left-item:nth-child(3) {
        width: 10rem;
        text-align: left;
        order: 4;
    }
}

.cases__slider .item .stats__right {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__right {
        margin-top: 1rem;
    }
}

.cases__slider .item .stats__right-item {
    width: 18rem;
}

.cases__slider .item .stats__right-item b {
    display: block;
    color: #34A261;
    font-weight: 700;
    font-size: 2.2rem;
}

.cases__slider .item .stats__right-item span {
    color: #828282;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__right-item span {
        font-size: 1.8rem;
    }
}

.cases__slider .item .stats__right-item:nth-child(1), .cases__slider .item .stats__right-item:nth-child(2) {
    margin-bottom: 1.3rem;
}

.cases__slider .item .stats__right-item:nth-child(2), .cases__slider .item .stats__right-item:nth-child(4) {
    width: 13rem;
}

@media screen and (max-width: 575px) {
    .cases__slider .item .stats__right-item:nth-child(2), .cases__slider .item .stats__right-item:nth-child(4) {
        width: 8.5rem;
    }
}