.freyt--video-highlight {
    overflow: hidden;
/*     margin-top: -11%; */
    position: relative;
    z-index: 3;
}

.freyt--video-highlight .video--highlight-heading {
    overflow: hidden;
}

.freyt--video-highlight.empty {
    margin-top: 50px;
}

.video--highlight-heading .title--video {
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 102px;
    letter-spacing: -0.01em;
    color: #0A2D01;
    margin: 0;
    margin-bottom: 48px;
    transform: translateY(100%);
    transition: transform 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.video--highlight-wrapper .swiper {
    margin-left: -9px;
    margin-right: -9px;
    transform: translateX(100%);
    transition: transform 2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.acf-block-preview .video--highlight-heading .title--video,
.animation-run .video--highlight-heading .title--video {
    transform: translateY(0);
}

.acf-block-preview .video--highlight-wrapper .swiper,
.animation-run .video--highlight-wrapper .swiper {
    transform: translateX(0);
}

.video--highlight-wrapper .video--highlight .swiper-slide {
    width: 387px;
    transition: transform 0.3s;
    padding: 0 9px;
}

.video--highlight-wrapper .swiper-wrapper,
.video--highlight-wrapper .swiper-slide {
    height: auto;
}

.video--highlight-content-item-img {
    position: relative;
    padding-bottom: 55.6%;
    height: max-content;
    background: #9BE06A;
}

.highlight-item-wrapper {
    cursor: pointer;
}

.video--highlight-content-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.video--highlight-details {
    background: #0A2E01;
    padding: 31px 32px;
    padding-right: 20px;
}

.video--highlight-details .video--date {
    color:  #FFF;
    font-family: 'Raleway';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.96px;
    text-transform: uppercase;
}

.video--highlight-details .video--title {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 2px 0;
}

.video--highlight-details .video--desc p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}

.video--highlight-details .video--time {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: lowercase;
    padding-top: 5px;
}

.video--highlight-content-item-img .play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.video--highlight-content-item-img .play-icon .play-icon-svg {
    position: relative;
}

.video--highlight-details .circle--play .circle {
    width: 35.463px;
    height: 35.463px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9BE06A;
    border-radius: 100%;
}

.video--highlight-details .circle--play .circle svg {
    margin-left: 4px;
}

.video--highlight-details .circle--play {
    display: flex;
    gap: 13px;
}

.video--highlight-details .video--btn-icon {
    margin-top: 10px;
}

.video--highlight-content-item-img:hover .play-icon .play-icon-svg >svg {
    transition: transform 0.5s ease-in-out;
}

.video--highlight-content-item-img:hover .play-icon .play-icon-svg >svg {
    transform: rotate(120deg);
}

.video--highlight-content-item-img .play-icon .cirle--play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
    top: 0;
    left: 0;
}

.video--highlight-content-item-img .play-icon .cirle {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.freyt--video-highlight .slides-arrows {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    top: 0;
    gap: 29.5px;
    margin-bottom: 20px;
    margin-top: 35px;
    max-width: 160px;
    height: 44px;
}

.freyt--video-highlight .slides-arrows.empty {
    display: none;
}

.freyt--video-highlight .swiper-button-prev:after, 
.freyt--video-highlight .swiper-rtl .swiper-button-next:after,
.freyt--video-highlight .swiper-button-next:after, 
.freyt--video-highlight .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.freyt--video-highlight .swiper-button-next,
.freyt--video-highlight .swiper-button-prev {
    width: 53px;
}

.freyt--video-highlight .swiper-button-next svg,
.freyt--video-highlight .swiper-button-prev svg {
    flex-shrink: 0;
}

.freyt--video-highlight .swiper-button-next.swiper-button-disabled,
.freyt--video-highlight .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.freyt--video-highlight .swiper-button-next svg path,
.freyt--video-highlight .swiper-button-prev svg path,
.freyt--video-highlight .swiper-button-next.swiper-button-disabled svg path,
.freyt--video-highlight .swiper-button-prev.swiper-button-disabled svg path {
    fill: #DCDCDC;
}

.freyt--video-highlight .swiper-button-next:hover svg path,
.freyt--video-highlight .swiper-button-prev:hover svg path {
    fill: #9BE06A;
}

.freyt--video-event{
	margin-top: 20px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 1441px){
    .freyt--video-highlight {
        margin-top: -8%;
    }
}

@media only screen and (max-width: 767.98px) {

    .video--highlight-content-item-img .play-icon .play-icon-svg >svg,
    .video--highlight-content-item-img:hover .play-icon .play-icon-svg >svg {
        width: 92px;
        height: 92px;
    }

    .video--highlight-content-item-img .play-icon .cirle {
        width: 69px;
        height: 69px;
    }

    .video--highlight-content-item-img .cirle svg {
        width: 22px;
        height: 22px;
    }

    .video--highlight-heading .title--video {
        line-height: 67px;
        letter-spacing: -0.65px;
        margin-bottom: 52px;
    }

    .video--highlight-details .video--title {
        font-size: 18px;
        line-height: 28px;
    }

    .freyt--video-highlight {
        margin-top: -15%;
    }

    .video--highlight-wrapper .video--highlight .swiper-slide {
        width: 370px;
        padding: 0 7px;
    }

    .video--highlight-wrapper .swiper {
        margin-left: -7px;
        margin-right: -7px;
    }

    .video--highlight-details {
        padding: 30px 32px;
    }

    .freyt--video-highlight .slides-arrows {
        margin-top: 26px;
        max-width: 155px;
        margin-bottom: 8px;
    }

    .freyt--video-highlight .swiper-button-prev {
        margin-left: -5px;
    }

    .highlight-item-wrapper .video--highlight-content-item-img .play-icon {
        opacity: 1;
    }
}

@media only screen and (max-width: 570.98px) {
    .freyt--video-highlight {
        margin-top: -31%;
    }
}

@media only screen and (max-width: 375.98px) {
    .video--highlight-wrapper .video--highlight .swiper-slide {
        width: 90%;
    }

    .video--highlight-content-item-img {
        padding-bottom: 80%;
    }
}