.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/* Home page content static */
.page-main-inner {
    font-size: 18px;
    line-height: 1.65;

    blockquote {
        font-style: normal;
    }

    .text-lg {
        font-size: 22px;
    }

    .italic {
        font-style: italic;
    }

    .fw-600 {
        font-weight: 600 !important;
    }

    .fw-700 {
        font-weight: 700 !important;
    }

    .fw-800 {
        font-weight: 800 !important;
    }

    .fw-900 {
        font-weight: 900 !important;
    }

    .heading {
        font-size: 32px;
        line-height: 1.12;
        font-weight: 900;
    }

    .heading-lg {
        font-size: 48px;
        line-height: 1;
        font-weight: 800;
    }

    .h3 {
        font-size: 28px;
        line-height: 0.9591836735;
        font-weight: 800;
    }

    .h4 {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2692307692;
    }

    .wrapper {
        width: 100%;
        position: relative;
        overflow: clip;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1836px;
    }

    .container-sm {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1280px;
    }

    .section-title {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-weight: 600;
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--white-color);
    }

    .section-title:last-child {
        margin-bottom: 0;
    }

    .section-title .heading {
        margin: 0 0 44px;
    }

    .section-title > *:last-child {
        margin-bottom: 0;
    }

    .section-title-buttons {
        margin: 56px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .z-1 {
        position: relative;
        z-index: 1;
    }

    .z-2 {
        position: relative;
        z-index: 2;
    }

    .z-3 {
        position: relative;
        z-index: 3;
    }

    .z-4 {
        position: relative;
        z-index: 4;
    }

    .hero {
        background-color: #ffdf00;
        background-size: 100% auto;
        background-position: bottom center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        gap: 60px;
        padding: 80px 0;
    }

    .hero-inner {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        position: relative;
    }

    .hero-image img {
        width: 100%;
    }

    .hero-text .heading {
        max-width: 402px;
        margin: 0 0 40px;
    }

    .hero-buttons {
        display: inline-flex;
        flex-direction: column;
        gap: 17px;
        margin: 0 0 60px;
    }

    .hero-buttons .btn {
        min-width: 290px;
        text-transform: capitalize;
    }

    .hero-info {
        display: flex;
        flex-direction: column;
    }

    .hero-info > * {
        width: 100%;
    }

    .hero-info > *:first-child {
        padding: 0 0 30px;
        border-bottom: 1px solid #000000;
    }

    .hero-info > *:last-child {
        padding: 30px 0 0;
    }

    .hero-number {
        display: flex;
        flex-direction: column;
        text-transform: capitalize;
    }

    .hero-number .__top {
        font-size: 19px;
        font-weight: 900;
        line-height: 1.1578947368;
    }

    .hero-number .__number {
        font-size: 41px;
        font-weight: 900;
        color: #c72626;
        line-height: 1.243902439;
        margin-top: -4px;
        margin-bottom: 4px;
    }

    .hero-number .__bottom {
        font-size: 14px;
        font-weight: 800;
    }

    .hero-rating {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-rating > strong {
        font-size: 21px;
        font-weight: 800;
    }

    .hero-rating > a {
        font-size: 16px;
        font-weight: 700;
    }

    .hero-rating-stars {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 5px;
        margin: 8px 0 14px;
    }

    .hero-items {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
        row-gap: 40px;
    }

    .hero-item {
        width: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .hero-item svg {
        height: 60px;
        width: auto;
    }

    .hero-item strong {
        text-transform: capitalize;
        font-size: 21px;
        font-weight: 900;
        line-height: 1.1904761905;
    }

    .slider-section {
        background-color: #000000;
        color: #ffffff;
        padding: 100px 0 350px;
        position: relative;
    }
    .slider-section .heading {
        color: var(--white-color);
    }

    .slider-section .container {
        max-width: 1398px;
    }

    .slider-section-covers {
        width: 1920px;
        height: 408px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -o-object-fit: contain;
        object-fit: contain;
    }

    .slider-section-slider {
        padding: 0 30px;
    }

    .slider-section-slider .slick-arrow {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: 0.35s;
        width: 25px;
    }

    .slider-section-slider .slick-arrow:hover {
        opacity: 0.8;
    }

    .slider-section-slider .slick-arrow svg {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .slider-section-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .slider-section-slider .slick-arrow.slick-next {
        right: 0;
    }

    .slider-section-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        margin: 40px 0 0;
    }

    .slider-section-slide {
        padding: 0 15px;
        color: #ffffff;
    }

    .slider-section-slide:hover img {
        transform: scale(1.05);
    }

    .slider-section-slide-image {
        position: relative;
        padding: 0 0 98.8970588235%;
        overflow: hidden;
    }

    .slider-section-slide-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        transition: 0.35s;
    }

    .slider-section-slide h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 12px 0 0;
        text-align: center;
        color: var(--white-color);
    }

    .video-section {
        padding: 0px 0 68px;
        position: relative;
        background-color: var(--white-color);
    }

    .video-section p {
        color: var(--black-color);
    }

    .video-section::before {
        content: "";
        width: 100%;
        min-width: 1920px;
        height: 0.127vw;
        min-height: 244px;
        background-image: url("../images/white-radius.svg");
        background-size: 100%;
        position: absolute;
        bottom: calc(100% - 1px);
        left: 50%;
        transform: translateX(-50%);
    }

    .video-section-video {
        max-width: 944px;
        margin: 0 auto;
    }

    .video-section-embed {
        position: relative;
        padding: 0 0 56.25%;
    }

    .video-section-embed iframe,
    .video-section-embed video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .text-image-row {
        display: flex;
        flex-direction: column;
        row-gap: 60px;
    }

    .text-image-col {
        width: 100%;
    }

    .text-image-text {
        font-weight: 600;
    }

    .text-image-text .heading,
    .text-image-text .heading-lg {
        margin: 0 0 56px;
    }

    .text-image-text p {
        margin: 0 0 1.6em;
    }

    .text-image-text p:has(+ .btn) {
        margin: 0 0 2em;
    }

    .text-image-image {
        display: flex;
        justify-content: center;
    }

    .text-image-image img {
        display: block;
    }

    .text-image-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        margin: 2em 0 0;
    }

    .image-text-1 {
        background-color: #ffdf00;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
    }

    .image-text-1 .container {
        position: relative;
        z-index: 1;
    }

    .image-text-1:before {
        content: "";
        position: absolute;
        width: 100%;
        min-width: 1920px;
        bottom: -100px;
        left: 0;
        aspect-ratio: 1920/1458;
        background-image: url("../images/decor-02.svg");
        pointer-events: none;
    }

    .image-text-3 {
        background-color: #ffdf00;
        padding: 80px 0 0;
    }

    .image-text-3::before {
        content: "";
        width: 150%;
        height: 200px;
        top: 0;
        left: 0;
        transform-origin: top left;
        transform: rotate(-3deg);
        background-color: inherit;
        position: absolute;
    }

    .image-text-3 .container {
        position: relative;
        z-index: 1;
    }

    .image-text-3 .text-image-row {
        position: relative;
    }

    .image-text-2 {
        padding: 80px 0 0;
        background-color: #ffdf00;
        position: relative;
    }

    .image-text-2::before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        min-width: 1920px;
        height: calc(100% + 55px);
        left: 50%;
        top: -55px;
        transform: translateX(-50%);
        background: url("../images/bg.svg");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .image-text-2 .container {
        position: relative;
        z-index: 2;
    }

    .image-text-2 .text-image-row {
        position: relative;
    }

    .image-text-4 {
        background-color: #000000;
        color: #ffffff;
        padding: 100px 0 0;
    }

    .image-text-4 .heading {
        color: var(--white-color);
    }

    .image-text-5 {
        background-color: #ffdf00;
        position: relative;
        padding: 140px 0 0;
        position: relative;
    }

    .image-text-5-featured {
        position: absolute;
        width: calc(100% - 40px);
        max-width: 1128px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 0;
    }

    .image-text-5::before {
        content: "";
        position: absolute;
        width: 100%;
        min-width: 1920px;
        left: 50%;
        transform: translateX(-50%);
        bottom: calc(100% - 70px);
        background-image: url("../images/decor-06.svg");
        background-repeat: no-repeat;
        background-size: contain;
        aspect-ratio: 1920/282;
    }

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

    .image-text-row {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 60px;
    }

    .image-text-text {
        font-weight: 600;
    }

    .image-text-text .heading,
    .image-text-text .heading-lg {
        margin: 0 0 56px;
    }

    .image-text-text p {
        margin: 0 0 1em;
    }

    .image-text-text p:has(+ .btn) {
        margin: 0 0 2em;
    }

    .image-text-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
        margin: 2em 0 0;
    }

    .image-text-8 {
        background-color: #ffdf00;
        padding: 80px 0;
    }

    .image-text-7 {
        background-color: #ffdf00;
        position: relative;
        color: #ffffff;
        padding: 80px 0;
    }

    .image-text-7 .heading {
        color: var(--white-color);
    }

    .image-text-7::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 100%;
        background-color: #000000;
        z-index: 1;
        transform: translateX(-50%) rotate(-3deg);
        top: 0;
        left: 50%;
    }

    .image-text-7 .container {
        position: relative;
        z-index: 2;
    }

    .image-text-7 .text-image-image {
        position: relative;
        z-index: 2;
    }

    .image-text-7 .text-image-text {
        position: relative;
        z-index: 2;
    }

    .image-text-7 .text-image-text::before {
        content: "";
        position: absolute;
        width: 200vw;
        height: 100%;
        background-color: #000000;
        z-index: -1;
        left: 100%;
        top: 0;
        transform: translateX(-50%) rotate(-3deg);
    }

    .image-text-6 {
        background-color: #ffdf00;
        padding: 80px 0;
    }

    .image-text-6 .heading {
        font-weight: 700;
    }

    .image-text-9 {
        padding: 80px 0 0;
        position: relative;
    }

    .image-text-9::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 117px);
        min-width: 1920px;
        top: -117px;
        left: 0;
        background-image: url("../images/decor-20.png");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .image-text-9 .container {
        position: relative;
        z-index: 1;
    }

    .image-text-9 .heading {
        font-weight: 700;
    }

    .image-text-9 .text-image-text img {
        width: 90%;
        max-width: 482px;
        margin: 0 0 42px;
    }

    .reviews-section {
        background-color: #ffffff;
        padding: 100px 0 200px;
        position: relative;
    }

    .reviews-section::after {
        content: "";
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150%;
        height: 150px;
        transform-origin: bottom left;
        transform: rotate(3deg);
    }

    .reviews-section-buttons {
        margin: 40px 0 0;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .reviews-section .container {
        max-width: 1280px;
    }

    .reviews-section .section-title {
        margin: 0 0 36px;
        position: relative;
    }

    .reviews-section .heading {
        font-size: 26px;
    }

    .video-section + .reviews-section {
        padding-bottom: 160px;
        padding-top: 0;
    }

    .reviews-slider .slick-list {
        overflow: visible;
        margin: 0 -10px;
    }

    .reviews-slider .slick-track {
        display: flex;
    }

    .reviews-slider-arrows {
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .reviews-slider-arrows .slick-arrow {
        background-color: #ffffff;
        border: 1px solid #000000;
        border-radius: 4px;
        aspect-ratio: 1/1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.35s;
        padding: 0;
        position: static;
        transform: none;
        line-height: 1;
        height: auto;
    }

    .reviews-slider-arrows .slick-arrow:hover {
        background-color: #ffdf00;
        border-color: #ffdf00;
    }

    .reviews-slide {
        padding: 20px;
        border-radius: 20px;
        border: 1px solid #000000;
        margin: 0 10px;
        height: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    .reviews-slide blockquote {
        margin: 0 0 40px;
    }

    .reviews-slide-cite {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .reviews-slide-meta {
        display: flex;
        flex-direction: column;
    }

    .choose-section {
        background-color: #000000;
        color: #ffffff;
        padding: 50px 0 120px;
        position: relative;
    }

    .choose-section p {
        font-size: 22px;
    }

    .choose-section .heading {
        color: var(--white-color);
    }

    .choose-section .container {
        position: relative;
        z-index: 3;
    }

    .choose-section::before {
        content: "";
        background-color: inherit;
        position: absolute;
        top: -104px;
        left: 0;
        width: 150%;
        height: 150px;
        transform-origin: top left;
        transform: rotate(3deg);
        z-index: 1;
    }

    .choose-section::after {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 104px);
        left: 0;
        top: -104px;
        background-image: url("../images/decor-03.svg");
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .choose-section .section-title img {
        max-width: 362px;
        margin: 0 auto;
    }

    .choose-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -20px;
        row-gap: 40px;
    }

    .choose-row h3,
    .choose-row h4 {
        color: var(--white-color);
    }

    .choose-col {
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
    }

    .choose-col .h4 {
        margin: 20px 0 4px;
    }

    .choose-img img {
        max-height: 202px;
        height: 100%;
        width: auto;
    }

    .ways {
        background-color: #ffffff;
        padding: 163px 0 120px;
        margin-top: -50px;
    }

    .ways-image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        top: 0;
        max-width: 140px;
    }

    .ways::before {
        content: "";
        position: absolute;
        bottom: 100%;
        width: 100%;
        min-width: 1920px;
        left: 50%;
        transform: translateX(-50%);
        aspect-ratio: 1920/114;
        background-image: url("../images/decor-05.svg");
        background-position: center;
    }

    .ways-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 40px;
        margin: 0 -20px;
    }

    .ways-col {
        width: 100%;
        padding: 0 20px;
        display: flex;
    }

    .ways-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ways-item-image {
        aspect-ratio: 369/402;
        width: 100%;
        max-width: 369px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ways-item .h3 {
        margin: 14px 0 32px;
    }

    .ways-item .btn {
        margin-top: auto;
    }

    .cta-1 {
        background-color: #ffffff;
        padding: 80px 0 582px;
        position: relative;
    }

    .cta-1 p {
        color: var(--black-color);
    }

    .cta-1-img {
        min-width: 1920px;
        height: 582px;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta-1-img img {
        width: 100%;
        height: 100%;
    }

    .cta-1::before {
        content: "";
        width: 150%;
        height: 200px;
        top: 0;
        left: 0;
        transform-origin: top left;
        transform: rotate(-3deg);
        background-color: #ffffff;
        position: absolute;
        z-index: 1;
    }

    .cta-1 .container {
        position: relative;
        z-index: 2;
    }

    .skip {
        display: flex;
        flex-direction: column;
        gap: 50px;
        padding: 80px 0;
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
    }

    .skip::before {
        content: "";
        position: absolute;
        background-image: url("../images/decor-07.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 702px;
        height: 879px;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .skip .container,
    .skip .container-sm {
        position: relative;
        z-index: 2;
    }

    .skip-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -30px;
        row-gap: 40px;
    }

    .skip-col {
        padding: 0 30px;
        width: 100%;
    }

    .skip-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .skip-item > *:last-child {
        margin-bottom: 0;
    }

    .skip-item h4 {
        font-size: 20px;
        font-weight: normal;
        font-weight: 900;
        line-height: 1.2;
        margin: 20px 0 15px;
    }

    .skip-item-icon {
        width: 46px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact {
        background-color: #ffdf00;
        padding: 70px 0;
    }

    .contact p {
        color: var(--black-color);
    }

    .contact .section-title .heading {
        margin-bottom: 23px;
    }

    .contact .section-title-buttons {
        margin-top: 1em;
    }

    .join {
        color: #ffffff;
        background-color: #c72626;
        padding: 80px 0 0;
    }

    .join-hands {
        position: absolute;
        bottom: 0;
        width: 40%;
    }

    .join-left {
        max-width: 237px;
        right: 55%;
    }

    .join-right {
        max-width: 280px;
        left: 55%;
    }

    .join-inner {
        margin: 0 auto;
        max-width: 768px;
    }

    .join-inner .heading {
        color: var(--white-color);
    }

    .join-form form {
        display: flex;
        flex-direction: column;
        gap: 17px;
    }

    .join-form form .btn-solid:hover {
        background-color: #ffffff;
        color: #007cc2;
        border-color: #ffffff;
    }

    .join .container-sm {
        position: relative;
        padding-bottom: 350px;
    }

    .partners {
        background-color: #000000;
        color: #ffffff;
        padding: 40px 0 64px;
    }

    .partners-title {
        display: flex;
        justify-content: center;
        margin: 0 0 60px;
    }

    .partners-title h2 {
        font-style: italic;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 800;
        margin: 0 0 20px;
        line-height: 1.347826087;
        text-align: center;
        color: var(--white-color);
    }

    .partners-title h2::before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        width: 46px;
        height: 20px;
        background-color: currentColor;
        -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46.719" height="20.372" viewBox="0 0 46.719 20.372"><path id="Path_748259" data-name="Path 748259" d="M361.312-4.049l46.72-8.834L405.7,7.489Z" transform="translate(-361.312 12.883)" fill="%23fff"/></svg>');
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46.719" height="20.372" viewBox="0 0 46.719 20.372"><path id="Path_748259" data-name="Path 748259" d="M361.312-4.049l46.72-8.834L405.7,7.489Z" transform="translate(-361.312 12.883)" fill="%23fff"/></svg>');
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .partners-title h2::after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        width: 46px;
        height: 20px;
        background-color: currentColor;
        -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46.719" height="20.372" viewBox="0 0 46.719 20.372"><path id="Path_748404" data-name="Path 748404" d="M408.031-1.345,361.312,7.489l2.33-20.372Z" transform="translate(-361.312 12.883)" fill="%23fff"/></svg>');
        mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="46.719" height="20.372" viewBox="0 0 46.719 20.372"><path id="Path_748404" data-name="Path 748404" d="M408.031-1.345,361.312,7.489l2.33-20.372Z" transform="translate(-361.312 12.883)" fill="%23fff"/></svg>');
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .partners-title > *:last-child {
        margin-bottom: 0;
    }

    .partners-logos {
        display: flex;
        gap: 32px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 100px;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.2105263158;
        text-align: center;
        border: 3px solid #007cc2;
        padding: 12px 40px 13px;
        transition: 0.35s;
        cursor: pointer;
        text-transform: uppercase;
    }

    .btn-solid {
        color: #ffffff;
        background-color: #007cc2;
    }

    .btn-solid:hover {
        color: #007cc2;
        background-color: rgba(0, 0, 0, 0);
    }

    .btn-outline:hover {
        color: #ffffff;
        background-color: #007cc2;
    }

    .btn-outline.btn-red {
        color: #000000;
        border-color: #c72626;
    }

    .btn-outline.btn-red:hover {
        color: #ffffff;
        background-color: #c72626;
    }

    .btn svg {
        max-width: 17px;
        width: 100%;
        max-height: 19px;
    }

    @media screen and (min-width: 520px) {
        .hero-info {
            flex-direction: row;
        }

        .hero-info > *:first-child {
            padding: 0 30px 0 0;
            border-bottom: 0;
            border-right: 1px solid #000000;
        }

        .hero-info > *:last-child {
            padding: 0 0 0 30px;
        }

        .hero-info > * {
            width: 50%;
        }

        .hero-item {
            width: 50%;
        }
    }

    @media screen and (min-width: 768px) {
        .hero-inner {
            flex-direction: row;
        }

        .hero-image {
            position: absolute;
            width: calc(100% - 402px + 20px);
            left: 402px;
            top: 50%;
            transform: translateY(-50%);
        }

        .hero-text {
            max-width: 486px;
        }

        .text-image-row {
            flex-direction: row;
            align-items: center;
        }

        .text-image-col {
            width: 50%;
        }

        .text-image-text {
            max-width: 620px;
            width: 100%;
            margin-left: auto;
        }

        .text-image-image {
            padding-left: 20px;
        }

        .image-text-3 .text-image-row {
            align-items: flex-end;
        }

        .image-text-3 .text-image-text {
            padding-bottom: 174px;
        }

        .image-text-2 .text-image-row {
            align-items: flex-end;
        }

        .image-text-2 .text-image-text {
            padding-bottom: 200px;
        }

        .image-text-4 .image-text-row {
            align-items: flex-start;
        }

        .image-text-5 .image-text-row {
            align-items: flex-end;
        }

        .image-text-row {
            flex-direction: row;
            align-items: flex-start;
        }

        .image-text-col {
            width: 50%;
        }

        .image-text-col.__text {
            padding-bottom: 170px;
            padding-left: 24px;
            padding-top: 40px;
        }

        .image-text-text {
            max-width: 623px;
            width: 100%;
        }

        .image-text-8 .image-text-row {
            align-items: center;
        }

        .image-text-8 .image-text-col.__text {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .image-text-7 {
            padding: 0;
        }

        .image-text-7::before {
            display: none;
        }

        .image-text-7 .text-image-image {
            padding-bottom: 140px;
        }

        .image-text-7 .text-image-text {
            padding: 80px 0;
        }

        .image-text-6 .image-text-row {
            align-items: center;
        }

        .image-text-6 .image-text-col.__text {
            padding-bottom: 17px;
        }

        .image-text-9 {
            padding: 30px 0 80px;
        }

        .reviews-slide {
            padding: 30px;
        }

        .choose-col {
            width: 50%;
        }

        .ways-col {
            width: 50%;
        }

        .skip-col {
            width: 33.333%;
        }

        .skip-item {
            max-width: 230px;
            margin: 0 auto;
        }

        .join-form form {
            flex-direction: row;
        }
    }

    @media screen and (min-width: 1024px) {
        .video-section + .reviews-section {
            padding-top: 0 !important;
        }

        .heading {
            font-size: 50px;
        }

        .heading-lg {
            font-size: 69px;
        }

        .h3 {
            font-size: 39px;
        }

        .h4 {
            font-size: 26px;
        }

        .section-title {
            margin-bottom: 84px;
        }

        .hero {
            gap: 120px;
            padding: 120px 0;
        }

        .hero-text .heading {
            margin: 0 0 52px;
        }

        .hero-buttons {
            margin: 0 0 97px;
        }

        .hero-item {
            width: 25%;
        }

        .video-section {
            padding: 20px 0 108px;
        }

        .slider-section {
            padding: 120px 0 555px;
        }

        .slider-section-slider {
            padding: 0 50px;
        }

        .slider-section-slider .slick-arrow {
            width: 37px;
        }

        .slider-section-buttons {
            margin: 56px 0 0;
        }

        .image-text-1 {
            padding: 216px 0 160px;
        }

        .image-text-2 {
            padding: 120px 0 0;
        }

        .image-text-2 .text-image-text {
            padding-bottom: 269px;
        }

        .image-text-2 .text-image-image {
            justify-content: flex-end;
        }

        .image-text-4 {
            padding: 140px 0 0;
        }

        .image-text-5 {
            padding: 270px 0 0;
        }

        .image-text-col.__text {
            padding-left: 60px;
        }

        .image-text-8 {
            padding: 80px 0 0;
        }

        .image-text-8 .image-text-col.__text {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .image-text-7 .text-image-text {
            padding: 120px 0;
        }

        .image-text-7 .text-image-text::before {
            transform: translateX(-50%) rotate(-8deg);
            top: -60px;
        }

        .image-text-6 {
            padding: 140px 0;
        }

        .image-text-9 {
            padding: 30px 0 154px;
        }

        .reviews-section-buttons {
            margin: 56px 0 0;
        }

        .reviews-section .section-title {
            padding: 0 116px;
        }

        .reviews-section .heading {
            font-size: 36px;
        }

        .reviews-slider-arrows {
            position: absolute;
            top: 0;
            right: 0;
            justify-content: flex-end;
        }

        .reviews-slider-arrows .slick-arrow {
            width: 48px;
        }

        .choose-section {
            padding: 100px 0 270px;
        }

        .choose-col {
            width: 33.333%;
        }

        .ways {
            padding: 263px 0 285px;
        }

        .ways-image {
            max-width: 308px;
            max-height: 264px;
            width: 100%;
        }

        .ways-col {
            width: 33.333%;
        }

        .ways-item .h3 {
            margin: 14px 0 72px;
        }

        .cta-1 {
            padding: 124px 0 582px;
        }

        .skip {
            gap: 20px;
            padding: 80px 0 160px;
        }

        .skip-col {
            width: 25%;
        }

        .contact {
            padding: 100px 0 60px;
        }

        .join {
            padding: 80px 0 0;
        }
    }

    @media screen and (min-width: 1440px) {
        .slider-section-slider {
            padding: 0 76px;
        }

        .image-text-3 .text-image-text {
            padding-right: 140px;
        }

        .image-text-2 .text-image-text {
            padding-right: 140px;
        }

        .image-text-col.__text {
            padding-left: 140px;
        }

        .image-text-7 .text-image-image {
            padding-bottom: 200px;
        }

        .join-left {
            right: calc(100% - 118px);
        }

        .join-right {
            left: calc(100% - 118px);
        }

        .join-inner {
            max-width: 1044px;
        }

        .join .container-sm {
            padding-bottom: 80px;
        }
    }

    @media screen and (min-width: 1600px) {
        .join-left {
            right: 100%;
        }

        .join-right {
            left: 100%;
        }
    }
}
