.hero__light .content, .hero__light .content div span, .hero__light .content div p {
	 color: #fff;
}
 .hero__light__dark {
	 color: #000;
}
 .hero-size--large {
	 height: calc(100vh - 6rem);
}
 .hero-size--medium {
	 height: calc(60vh - 6rem);
}
 .hero-main {
	 position: relative;
	 width: 100%;
	 margin-bottom: 4.5rem;
}
 .hero-main .hero__image {
	 background-position: center;
}
 @media (min-width: 560px) {
	 .hero-main .hero__image {
		 background-position: initial;
	}
}
 .hero-main .hero__video {
	 background-color: black;
}
 .hero-main .hero__video .embed-container {
	 height: 100%;
	 position: absolute;
	 width: 100%;
	 margin: 0;
	 overflow: hidden;
	 max-width: 100%;
	 left: 0;
}
 .hero-main .hero__video .embed-container__inner {
	 height: 100%;
}
 .hero-main .hero__video .embed-container__inner #hero-video {
	 height: 100%;
	 width: 100%;
	 object-fit: cover;
}
 .hero-main > .container {
	 height: 100%;
	 position: relative;
}
 .hero-main .swiper-slide {
	 height: 100%;
	 position: relative;
	 background-repeat: no-repeat;
	 background-size: cover;
}
.hero-main .swiper-slide > .container {
	height: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.hero-main .swiper-slide > .container .content {
	height: 100%;
	justify-content: center;
	display: flex;
	width: 97%;
	align-items: start;
	flex-direction: column;
	gap: 0rem;
	margin: 0 auto;
}
/*.hero-main .swiper-slide > .container .content {
	position: absolute;
	background-color: #fff;
	width: 40%;
	bottom: 0px;
	padding: 20px 30px;
	color: #000;
}*/
 .hero-main .swiper-slide > .container .content p {
	 margin-bottom: 30px;
	 max-width: 720px;
	 width: 100%;
	font-weight: normal;
	font-size: 19px;	 
}
 .hero-main .swiper-slide > .container .content h1, .hero-main .swiper-slide > .container .content h2 {
	 word-break: break-word;
	 font-size: var(--wp--preset--font-size--largest);
	 margin-bottom: 20px;
	 font-weight: 600;
}
 @media (min-width: 768px) {
	 .hero-main .swiper-slide > .container .content h1, .hero-main .swiper-slide > .container .content h2 {
		 word-break: normal;
	}
}
 .hero-main .swiper-slide > .container:before {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 opacity: 0.25;
}
 .hero-main .hero-slider {
	 position: absolute;
	 overflow: hidden;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 background-position: 50% 100%;
}
 .hero-main .hero-slider .b-loaded .swiper-lazy-preloader {
	 opacity: 0;
	 visibility: hidden;
}
 .hero-main .hero-info-overlay {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 z-index: 10;
}
 .hero-main .hero-info-overlay > .container, .hero-main .hero-info-overlay .hero-main .hero-info-overlay > .container > .row {
	 height: 100%;
	 position: relative;
}
 .home .hero-main {
	 margin-bottom: 0;
}
 .featured__image {
	 position: relative;
	 width: 100%;
	 height: calc(100vh - 6rem);
	 margin-bottom: 4.5rem;
}
 .featured__image__wrapper {
	 width: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 overflow: hidden;
}
 .featured__image__content {
	 height: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .featured__image__content h1 {
	 color: var(--white);
	 line-height: 1.2;
	 font-size: 2rem;
	 word-break: break-word;
}
 @media (min-width: 768px) {
	 .featured__image__content h1 {
		 font-size: 3.75rem;
		 word-break: normal;
	}
}
 .featured__image__content .pretitle {
	 color: var(--white);
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 margin-bottom: 1.5rem !important;
	 font-size: 1rem;
}
 .featured__image__content:before {
	 content: "";
	 display: block;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: #000;
	 opacity: 0.25;
}
 .featured__image img {
	 height: 100%;
	 width: 100%;
	 object-fit: cover;
}
 .error404 .featured__image {
	 height: 40vh;
}
 .b-lazy {
	 transform: translateY(25px);
	 transition: opacity 0.15s ease-out;
}
 .b-lazy .content {
	 opacity: 0;
	 transform: translateY(25px);
}
 .b-lazy.b-loaded {
	 opacity: 1;
	 transform: translateY(0%);
}
 .b-lazy.b-loaded .content {
	 opacity: 1;
	 transform: translateY(0%);
}
 .hero-main .swiper-pagination {
	 height: 100%;
	 display: flex;
	 flex-direction: column-reverse;
	 padding: 20px;
	 left: 236px;
	 top: -130px;
	 transform: rotate(90deg);
}
 .hero-main .swiper-pagination .swiper-pagination-bullet {
	 position: relative;
	 display: block;
	 width: 4px;
	 height: 47px;
	 background: white;
	 border-radius: 0;
	 margin: 5px 0;
	 opacity: 0.4;
}
 .hero-main .swiper-pagination .swiper-pagination-bullet:after {
	 content: '';
	 width: 0;
	 height: 0;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
	 border-right: 10px solid #fff;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 4px;
	 margin: auto;
	 transition: all 0.3s ease-out;
	 transform: scaleX(0);
	 transform-origin: center right;
}
 .hero-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	 opacity: 1;
}
 .hero-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	 transform: scaleX(1);
}
 
.hero-slider .slide_title span {
	margin: 20px 0px;
	font-size: 40px;
	display: block;
	float: left;
	width: 100%;
}
.hero-slider .buttons-wrapper {
	display: flex;
	gap: 2em;
}
.hero-slider .buttons-wrapper a {
	background-color: #F5EC56;
	color: #000;
	text-decoration: none;
	padding: 10px 25px;
	border: 1px solid #F5EC56;
}
.hero-slider .buttons-wrapper a:hover {
	background-color: #000;
	color: #F5EC56;
	text-decoration: none;
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
	.hero-main .swiper-slide > .container .content {
		margin: 0px;
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
		padding: 2rem;
	}
	.hero-main .swiper-pagination {
		display: none;
	}
	.hero-slider .buttons-wrapper {
		flex-direction: column;
	}	
}
.slide_title.showdivider {
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
.hero__light .content .slide_title.showdivider {
border-bottom-color: #fff;
}
.hero__dark .content .slide_title.showdivider {
border-bottom-color: #000;
}