@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Demi';
    src: url('../fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Light.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Medium.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('../fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('../fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Extra';
    src: url('../fonts/GreycliffCF-ExtraBold.woff2') format('woff2'),
        url('../fonts/GreycliffCF-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF Extra';
    src: url('../fonts/GreycliffCF-ExtraLight.woff2') format('woff2'),
        url('../fonts/GreycliffCF-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



#feedback .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: transparent !important;
}
.video-full {
  position: relative;
 padding: 55px 100px 25px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}
.video-full #audoiavailable {
	height: 100%;
}
.video-full iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px ) {
	.video-full {
		height: 550px;
		padding: 35px;

	}
}
@media (max-width: 600px ) {
	.video-full {
		height: 300px;
		padding: 35px;

	}
}
/* ==========================================================================
   Owl structure
   ========================================================================== */

.hero-section .content-images .owl-item {
    overflow: hidden;
}

.hero-section .content-images .owl-item figure {
    position: relative;
    margin: 0;
}

/* ==========================================================================
   Image wrapper
   ========================================================================== */

.hero-section .content-images .box-image {
    width: 100%;
	height: max-content;
}

/* Default images */
.hero-section .content-images .box-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Desktop banner slide
   ========================================================================== */

.hero-section .figure-banner-clickable {
    background: #bc1f54;
}

/* Full banner visible */
.hero-section .figure-banner-clickable .box-image img.desktop-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   Overlay CTA
   ========================================================================== */

.hero-section .content-images .hero-box-ct.banner-clickable {
    position: absolute;
    inset: 0;
    z-index: 10;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;

    padding-right: 20px;
    padding-bottom: 20px;

    cursor: pointer;
}

/* ==========================================================================
   Mobile image switching
   ========================================================================== */

.hero-section .figure-banner-clickable .box-image img.mobile-image {
    display: none;
}

@media (max-aspect-ratio: 4/5) {

    .hero-section .figure-banner-clickable .box-image img.desktop-image {
        display: none !important;
    }

    .hero-section .figure-banner-clickable .box-image img.mobile-image {
        display: block !important;
        width: 100%;
        height: auto;
    }

}

/* ==========================================================================
   Mobile adjustments
   ========================================================================== */

@media (max-width: 768px) {

    .hero-section-new .content-images figure img {
        width: 100%;
        height: auto;
    }

    /* Better CTA positioning on mobile */
    .hero-section .content-images .hero-box-ct.banner-clickable {
        padding-right: 16px;
        padding-bottom: 16px;
    }

}