
/* =============================================================================
   Fonts
   ============================================================================= */

@font-face {
	font-family: 'CircularStd';
	src: url('../fonts/CircularStd-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'CircularStd';
	src: url('../fonts/CircularStd-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


/* =============================================================================
   Awards Slider
   ============================================================================= */

.awards-slider {
	position: relative;
}
.awards-slider .splide__arrows {
	display: none !important;
}
.awards-custom-nav {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}
.awards-custom-nav .awards-prev-arrow {
	margin-right: 0rem !important;
	position: absolute;
	left: -65px;
	background: #2D445D !important;
}
.awards-custom-nav .awards-next-arrow {
	margin-left: 0rem !important;
	position: absolute;
	right: -65px;
	background: #2D445D !important;
}
.awards-custom-arrow {
	background: rgba(255, 255, 255, 0.1) !important;
	color: white !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0.75rem !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	opacity: 1 !important;
	width: 44px !important;
	height: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: opacity 0.2s, background 0.2s !important;
	pointer-events: all !important;
}
.awards-custom-arrow svg {
	color: white !important;
	stroke: white !important;
}
.awards-custom-arrow:hover {
	opacity: 1 !important;
	background: rgba(45, 68, 93, 0.5) !important;
}
.awards-custom-arrow:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
@media (max-width: 1023px) {
	.awards-custom-nav {
		display: none !important;
	}
}


/* =============================================================================
   Victories Slider
   ============================================================================= */

.victories-slider {
	position: relative;
}
.victories-slider .splide__arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}
.victories-slider .splide__arrow {
	position: relative;
	pointer-events: all;
}
.victories-slider .splide__arrow--prev {
	left: -50px;
}
.victories-slider .splide__arrow--next {
	right: -50px;
}
.victories-slider .splide__pagination {
	position: relative;
	margin-top: 2rem;
	bottom: auto;
}
.splide__pagination__page {
	background: #ccc !important;
	border: 0 !important;
	border-radius: 50% !important;
	display: inline-block !important;
	height: 8px !important;
	margin: 3px !important;
	opacity: .7 !important;
	padding: 0 !important;
	position: relative !important;
	transition: transform .2s linear !important;
	width: 8px !important;
}
.splide__pagination__page.is-active {
	background: #3168a9 !important;
	opacity: 1 !important;
}
@media (max-width: 1023px) {
	.victories-slider .splide__arrows {
		display: none !important;
	}
}
.splide__arrow {
	-ms-flex-align: center !important;
	align-items: center !important;
	background: #ccc !important;
	border: 0 !important;
	border-radius: 50% !important;
	cursor: pointer !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 2em !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	opacity: .7 !important;
	padding: 0 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 2em !important;
	z-index: 1 !important;
}


/* =============================================================================
   Video Testimonials Slider
   ============================================================================= */

.video-testimonials-slider {
	position: relative;
	padding: 0 !important;
}
.video-testimonials-slider .splide__arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}
.video-testimonials-slider .splide__arrow {
	position: relative;
	pointer-events: all;
	background: #ccc !important;
}
.video-testimonials-slider .splide__arrow--prev {
	left: -50px;
}
.video-testimonials-slider .splide__arrow--next {
	right: -50px;
}
.video-testimonials-slider .splide__pagination {
	position: relative;
	margin-top: 2rem;
	bottom: auto;
}
@media (max-width: 1023px) {
	.video-testimonials-slider .splide__arrows {
		display: none !important;
	}
}


/* =============================================================================
   Testimonials Tabs
   ============================================================================= */

.tab-button {
	background-color: transparent !important;
	color: #3168a9 !important;
}
.tab-button:hover {
	background-color: transparent !important;
}
.tab-slider {
	width: 0;
}
.tab-content {
	display: block;
}
.tab-content.hidden {
	display: none;
}
