.percentages .swiper-button-next,
.percentages .swiper-button-prev,
.percentages .swiper-pagination {
	top: unset !important;
	bottom: unset !important;
	right: unset !important;
	left: unset !important;
	position: relative !important;
	background-image: unset !important;
	all: unset;
	display: flex;
	cursor: pointer;
}
.percentages .swiper-button-disabled {
	display: none !important;
}
.percentages {
	max-width: min(1100px, 93vw);
    margin: 0 auto;
}

.percentages:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
	margin-bottom: 1.5rem;
}

/* == BASE STYLES == */
.percentages .swiper-container {
	overflow-y: visible;
	height: 100%;
}
.percentages .swiper-button-next,
.percentages .swiper-button-prev {
	background-image: none;
}
.percentages .percentage-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}
.percentages .percentage-nav:has(.swiper-button-prev.swiper-button-disabled):has(.swiper-button-next.swiper-button-disabled) {
	display: none; 
}

.percentages .swiper-pagination {
	gap: 0.5rem !important;
}
.percentages .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	background: transparent;
	opacity: 1;
	border: 2px solid var(--midnight, #0e4c9a);
	font-size: 0;
}
.percentages .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--sky, #66c4ff);
}
.percentages .swiper-button-next i,
.percentages .swiper-button-prev i {
	color: var(--midnight, #0e4c9a);
	font-size: calc(var(--font-size__extra) + 0.75rem);
}
/* Container & Content Styling */
.percentages {
	background: var(--snow);
	position: relative;
}

.percentages .quote--wrapper,
.percentages .rotator--content {
	max-width: 100%;
}

/* Slide Styles */
.percentages .swiper-slide {
	background: var(--alt);
	height: auto;
	padding: 20px;
	border-radius: 20px;
}

.percentages .rotator--percentage {
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}
.percentages .quote--wrapper,
.percentages .rotator--content,
.percentages .rotator--percentage {
	height: 100%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: unset !important;
}

/* Icons and SVGs */
.percentages svg path#Vector,
.percentages svg path#Vector_2 {
	fill-opacity: 1;
	border-radius: 3px;
}

.percentages .percentage--icon {
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -25%);
}
.percentages .percentage-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.percentages .etg-row {
	justify-content: center;
}
.percentages .percentage--quotations p:first-of-type:before,
.percentages .percentage--quotations p:last-of-type:after {
	content: '"';
}
.swiper-slide.arrow-down .percentage > img {
	transform: scaleX(-1) rotate(180deg);
}
/* Percentage Styles */
.percentages .percentage {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font__special);
	color: var(--midnight);
	text-shadow: 3px 3px 0px #bce1ff;
	gap: 0.75rem;
	font-size: calc(
		(40px + (75 - 40) * (100vw - 380px) / (1920 - 380)) * var(--size-factor)
	);
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.percentages .percentage span,
.percentages .percentage img {
	flex: 0 1 auto;
}
.percentages .percentage span:after {
	content: '%';
}
.percentages .percentage,
.percentage-details,
.percentage-heading {
	flex: 1 1 100%;
}
.percentages .percentage img {
	max-width: 50px;
	width: calc((30px + (60 - 30) * (100vw - 380px) / (1920 - 380)));
}

/* Heading */
.percentages .percentage-heading {
	text-align: center;
	margin: 0 auto;
	color: var(--iron);
	line-height: 1.1;
	min-height: 2.2em;
}

/* Description */
.percentages .percentage-description {
	min-height: calc(28px * 4);
	p {
		margin: 0;
	}
}

/* == RESPONSIVE STYLES == */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.percentages .percentage-heading {
		min-height: 2.2em;
	}

	.percentages .percentage-description {
		height: calc(28px * 3);
	}
}

/* Smallest Screen Sizes */
@media only screen and (max-width: 375px) {
	.percentages .rotator--content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
	}

	.percentages .percentage-heading {
		margin-bottom: 10px;
	}
}
