
.landingLeft {
    padding-left: 60px;
    padding-top: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 50%;
}

.landingMain {
    position: relative;
    min-height: 92vh;
    max-height: 95vh;
}

.landingMain h2 {
    font-size: 60px;
    line-height: 1;
}

.landingMain__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.landing p {
    font-size: 20px;
    color: #B4B4B4;
}

.landing h2:after, .landing h3:after, .landing h4:after, .landing h5:after {
    content: '';
    width: 60px;
    height: 2px;
    background: red;
    display: block;
    margin-top: 12px;
}

.landing h2 {
    font-size: 40px;
}

.landing h3 {
    font-size: 24px;
}

.landing h5 {
    font-size: 16px;
}


.landing p strong {
    color: #fff;
}

.landingImgBottom {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.landingMain__description {
    max-width: 40%;
    margin-top: 24px;
}

.landingHeader {
    position: absolute;
    top: 300px;
    right: 0;
    z-index: 2;
    width: 50%;
    padding-top: 50px;
}

.landingNav {
    background: none;
}

.landingNav ul {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    padding-right: 152px;
}

.landingNav ul a {
    display: block;
    background: #434343;
    border-radius: 8px;
    padding: 12px 32px;
}

.landingVideo {
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 400px;
    border-radius: 36px;
    overflow: hidden;
}

.landingVideoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.landingVideoRow {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 2;
}

.landingVideo span {
    font-size: 24px;
    color: #fff;
}

.landingVideo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
}

.landingVideoIcon {
    width: 120px;
    height: 120px;
}

.landingVideoIcon svg {
    width: 100%;
    height: auto;
}

.mySwiper img {
    width: 100%;
}

.carouselHolder {
    overflow: hidden;
}

.carouselHolder {
    margin-top: 24px;
}

.landing .wp-block-columns.is-layout-flex {
    gap: 0 !important
}

.landing .button-styled .wp-block-button__link {
    background-color: transparent !important;
    padding-top: 0;
}

.landing .wp-block-columns.is-layout-flex.gap-24 {
    gap: 24px !important
}

@media(max-width: 1700px) {
    .landingVideo {
        max-width: 400px;
        max-height: 230px;
    }

    .landingMain__description {
        max-width: 80%;
    }

    .landingMain h2 {
        font-size: 40px;
        line-height: 1;
    }

    .landingLeft {
        padding-top: 150px;
    }
}

@media (max-width: 1200px) {
    .landingHeader {
        display: none;
    }

    .landing {
        padding: 0;
        padding-top: 60px;
    }

    .landingHeader {
        padding-top: 24px;
    }

    .landingNav ul {
        justify-content: space-between;
        padding-left: 24px;
        padding-right: 24px;
    }

    .landingNav ul li {
        flex: 1;
    }

    .landingNav ul li a {
        text-align: center;
    }

    .landingMain h2 {
        font-size: 40px;
    }

    .landingLeft {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .landingVideo {
        position: static;
    }

    .h-240 {
        height: 60px !important
    }
}

@media (max-width: 480px) {
    .landingMain__description {
        max-width: 100%;
    }

    .landingImgBottom {
        display: none;
    }
}