.mobile {
    display: none;
}

.desktop {
    display: block;
}

.tablet {
    display: none;
}

.mobile-bg {
    display: none;
}

.mobile-bg-sm {
    display: none;
}

body {
    position: relative;
}

.sc {
    display: block;
}

.text-cus {
    display: block;
    font-family: "Exo 2";
    font-weight: 700;
    font-size: 1.25rem;
    width: auto;
}

.p-cla {
    text-align: center;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: inline-table;
}

.sc,
.stat,
.kw {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #3cd822;
}

/* footer */
footer {
    background-color: #454545;
    margin: 300px auto 0;
}

footer,
.footer_links a {
    font-style: normal;
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #f2f2f2;
    text-decoration: none;
}

footer .icons {
    margin: 0 auto;
    display: block;
}

._footerInfo {
    text-align: center;
    padding: 20px 0;
}

._footerLinks {
    margin-top: 20px;
    padding-bottom: 20px;
}

._infoContent,
._footerInfo {
    margin: 0 auto;
    max-width: calc(100% - 20px);
    width: 1200px;
    font-size: 12px;
}

.footer_links {
    text-align: center;
}

.footer_links a {
    margin: 0 5px;
}

.info_p, .info_additional > *, ._footerLinks > * {
    font-size: 12px !important;
}

@media screen and (max-width: 780px) {
    .u-bg {
        width: 100% !important;
        height: 469px;
    }

    .u-section-1 .u-image-1 {
        height: 463px;
    }
}


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

    .u-section-1 .u-group-1 {
        margin-top: -468px;
    }

    .u-bg {
        width: 100% !important;
    }

    .mobile-bg {
        display: none;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .bg-tab {
        margin-top: 286px !important;
        height: auto !important;
    }

    footer {
        position: absolute;
        top: 100vh;
        left: 0;
        right: 0;
        margin-top: 0;
    }

    .mobile-group-icon {
        position: absolute;
        top: 324px;
        left: 20px;
        display: flex;
        align-items: center;
        gap: 7px;
        justify-content: center;
    }
}

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

    .u-section-1 .u-group-1 {
        margin-top: -410px;
    }

}

@media screen and (max-width: 590px) {
    .mobile {
        display: block !important;
    }

    .mobile-bg {
        display: block !important;
    }

    .desktop {
        display: none;
    }

    .tablet {
        display: none !important;
    }

    .bg-mb {
        height: auto !important;
    }

    footer {
        position: absolute;
        top: calc(100vh - 245px);
        left: 0;
        right: 0;
        margin-top: 0;
    }

    .mobile-group-icon {
        position: absolute;
        top: 30px;
        left: 30px;
    }
}

@media screen and (max-width: 320px) {
    .mobile-bg {
        display: none !important;
    }

    .mobile-bg-sm {
        display: block !important;
    }

    footer {
        position: relative !important;
        top: 30px !important;
    }

    .u-section-1 .u-group-1 {
        margin-top: -396px !important;
    }
}

body {
    background-color: #454545 !important;
    min-height: 100vh !important;
}

.u-section-1 .u-sheet-1 {
    min-height: unset !important;
}

@keyframes appearFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.u-container-style {
    animation: appearFromBottom 0.5s ease-in-out forwards;
}

@media (max-width: 375px) {
    footer {
        position: absolute;
        top: calc(100vh - 170px);
        left: 0;
        right: 0;
        margin-top: 0;
    }
}