@keyframes up-down-smooth-full-width-hero-overlay-img-animation {

    0%,
    100% {
        transform: translateY(8px);
    }

    50% {
        transform: translateY(-24px);
    }
}

@keyframes left-right-smooth-full-width-hero-overlay-img-animation {

    0%,
    100% {
        transform: translateX(-8px);
    }

    50% {
        transform: translateX(24px);
    }
}

.full-width-hero-section {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-top: 100px;
}

.full-width-hero-section__bg-wrapper {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.full-width-hero-section__images-content {
    width: 100%;
    height: 750px;
}

.full-width-hero-section__images-content .plyr.plyr--video {
    max-width: 100%;
    max-height: 100%;
}

.full-width-hero-section__images-content-overlay-1,
.full-width-hero-section__images-content-overlay-2 {
    width: 346px;
    height: 214px;
    position: absolute;
    z-index: 3;
}

.full-width-hero-section__images-content-overlay-1 img,
.full-width-hero-section__images-content-overlay-2 img {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02);
}

.full-width-hero-section__images-content-overlay-1 {
    bottom: 180px;
    right: -116px;
    animation: left-right-smooth-full-width-hero-overlay-img-animation 4s ease-in-out infinite;
}

.rtl .full-width-hero-section__images-content-overlay-1 {
    right: auto;
    left: -116px;
}

.full-width-hero-section__images-content-overlay-2 {
    bottom: 120px;
    left: -116px;
    animation: up-down-smooth-full-width-hero-overlay-img-animation 4s ease-in-out infinite;
}

.rtl .full-width-hero-section__images-content-overlay-2 {
    left: auto;
    right: -116px;
}

.full-width-hero-section__upper-cta-badge-icon {
    display: inline-block;
    animation-name: wave-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.full-width-hero-section__badge-text {
    position: absolute;
    top: 84px;
    right: 0;
    transform: rotate(20deg);
}

.rtl .full-width-hero-section__badge-text {
    right: auto;
    left: 0;
    transform: rotate(-20deg);
}

@media screen and (max-width: 1024px) {
    .full-width-hero-section {
        margin-bottom: 0;
        padding-top: 70px;
    }
}

@media (max-width: 991px) {
    .full-width-hero-section {
        height: auto;
        padding-top: 108px;
        margin-bottom: 40px;
    }

    .full-width-hero-section__badge-text {
        top: 14px;
        right: -24px;
    }

    .rtl .full-width-hero-section__badge-text {
        right: auto;
        left: -24px;
    }

    .full-width-hero-section__images-content {
        height: 480px;
    }

    .full-width-hero-section__images-content-overlay-1,
    .full-width-hero-section__images-content-overlay-2 {
        width: 114px;
        height: 88px;
    }

    .full-width-hero-section__images-content-overlay-1 {
        bottom: -50px;
        right: -24px;
    }

    .rtl .full-width-hero-section__images-content-overlay-1 {
        right: auto;
        left: -24px;
    }

    .full-width-hero-section__images-content-overlay-2 {
        bottom: -50px;
        left: -24px;
    }

    .rtl .full-width-hero-section__images-content-overlay-2 {
        left: auto;
        right: -24px;
    }
}

@media screen and (max-width: 767px) {
    .full-width-hero-section h1 {
        line-height: 2.7rem;
        font-size: 2.668rem;
    }

    .theme-header-1 {
        position: relative;
        margin-bottom: -173px;
        z-index: 150;
    }

    .full-width-hero-section {
        height: auto;
        padding-top: 197px;
        margin-bottom: 40px;
    }

    .full-width-hero-section .hybrid-information-section-4-images-text-section__statistic-item span {
        font-size: 2.5rem;
    }

    .cta-and-information-hybrid-section__content-img img {
        max-width: 100%;
        max-height: 100%;
    }
}