.header,
.footer {
    display: none !important;
}

.top-hero {
    background: -o-linear-gradient(69deg, #000 0%, #0f383e 56.15%, #0a2629 100%);
    background: linear-gradient(21deg, #000 0%, #0f383e 56.15%, #0a2629 100%);
}

.logo {
    display: block;
    margin: auto;
    padding-top: 24px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: fadeUp 1s both 0.1s;
    animation: fadeUp 1s both 0.1s;
}

.top-hero__container {
    padding: 128px 0 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-hero__left-container {
    width: 50%;
}

.top-hero__right-container {
    width: 50%;
}

.top-hero__right-container {
    margin-right: 48px;
}

.top-hero__title {
    -webkit-animation: fadeUpOptimized 1s both 0.2s;
    animation: fadeUpOptimized 1s both 0.2s;
    text-transform: uppercase;
    line-height: 1.5;
}

.top-hero__subtitle,
.top-hero__subtitle * {
    margin: 32px 0 48px 0;
    color: #fff;
    -webkit-animation: fadeUpOptimized 1s both 0.3s;
    animation: fadeUpOptimized 1s both 0.3s;
    font-family: "DMSans-Medium";
    line-height: 1.5;
    font-size: 26px;
}

.top-hero__image {
    width: 350px;
    height: auto;
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: fadeUp 1s both 0.5s;
    animation: fadeUp 1s both 0.5s;
}

.description-section {
    padding-top: 96px;
    padding-bottom: 96px;
    width: 80% !important;
}

.description-section__title,
.description-section__list-item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

.description-section__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 90%;
    margin: auto;
    color: #0A2629;
}

.description-section__title h2 {
    color: #0A2629;
}

.description-section__features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 48px 0;
}

.description-section__list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.description-section__list-item:last-child {
    margin-bottom: 0;
}

.description-section__list-item--svg {
    margin-right: 16px;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.description-section__paragraph p {
    width: 95%;
    margin: auto;
    text-align: center;
    font-family: "DMSans-Medium";
    line-height: 1.7;
}

.description-section__cta {
    margin: 48px auto 0;
}

.main-background {
    background: linear-gradient(78deg, #000 -10.4%, #0a2629 61.84%);
}

.customers-section,
.services-section {
    padding: 96px 0;
}

.customers-section__title,
.services-section__title {
    text-align: center;
    color: #fff;
}

.users-section__customer-splide {
    padding: 98px 0;
    margin: auto;
    max-width: 1480px !important;
}

.users-section__customer-splide .splide__track {
    padding: 48px 0 0;
}

.splide__arrow {
    background: #ffd406 !important;
    border-radius: 20% !important;
    width: 50px !important;
    height: 50px !important;
}

.users-section__customer-splide .testimonial-customer-card__border {
    height: auto !important;
}

.testimonial-customer-card__border {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.customers-section__cta {
    margin: auto;
}

.services-section__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 64px 0 48px;
    gap: 12px 16px;
}

.services-section__list-item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    min-height: 150px;
    margin-bottom: 12px;
}

.services-section__list-item:nth-last-of-type(1) {
    margin-right: 0;
}

.services-section__list-item svg {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-bottom: 12px;
}

.services-section__image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 2px solid #11eee1;
}

.services-section__text {
    font-size: 18px;
    font-family: "DMSans-SemiBold";
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.contact-section__title {
    color: #fff;
}

.contact-section__form {
    margin: 32px 0 48px;
}

.contact__bottom-line {
    position: relative;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(#11eee1), to(#ffd406));
    background: -o-linear-gradient(left, #11eee1 0%, #ffd406 100%);
    background: linear-gradient(90deg, #11eee1 0%, #ffd406 100%);
    padding-top: 3px;
    margin: auto;
}

.contact__bottom-element {
    background: -o-linear-gradient(12deg, #000 -10.4%, #0a2629 61.84%);
    background: linear-gradient(78deg, #000 -10.4%, #0a2629 61.84%);
}

.footer-copyright {
    text-align: center;
    color: #fff;
    padding-bottom: 16px;
    font-size: 14px;
    margin-top: 32px;
}

@media all and (max-width: 960px) {
    .description-section {
        width: 100% !important;
    }

    .contact-section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media all and (max-width: 860px) {
    .top-hero__container {
        padding-top: 96px;
        flex-direction: column-reverse;
    }

    .top-hero__right-container {
        margin: 0 0 48px;
    }

    .top-hero__right-container,
    .top-hero__left-container {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 760px) {
    .description-section__paragraph p {
        width: 100%;
    }
}

@media all and (max-width: 550px) {
    .top-hero {
        padding-top: 48px !important;
    }

    .top-hero__subtitle,
    .top-hero__subtitle * {
        font-size: 20px;
    }
}

@media all and (max-width: 450px) {
    .top-hero__image {
        width: 100% !important;
    }
}