.pgr-testimonials {
	background-color: #087bbb;
	background-image:
		linear-gradient(74deg, transparent 0 28%, rgba(0, 145, 206, .24) 28% 46%, transparent 46%),
		linear-gradient(74deg, transparent 0 9%, rgba(0, 145, 206, .22) 9% 30%, transparent 30%);
	color: #fff;
	overflow: hidden;
	padding: clamp(3rem, 4vw, 4rem) 0 clamp(5rem, 6vw, 7.5rem);
}

.pgr-testimonials__inner {
	margin: 0 auto;
	max-width: 1706px;
	padding: 0 clamp(2rem, 7.2vw, 7.5rem);
}

.pgr-testimonials__title {
	color: #fff;
	font-size: clamp(2.5rem, 3.45vw, 4.3rem);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.1;
	margin: 0 0 clamp(2.5rem, 3.6vw, 3.5rem);
	text-align: center;
}

.pgr-testimonials__grid {
	display: grid;
	gap: clamp(1.5rem, 3.8vw, 4.8rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pgr-testimonial {
	background: #fff;
	border-radius: .65rem;
	color: #272d37;
	overflow: hidden;
	padding: clamp(.75rem, 1.2vw, .95rem);
}

.pgr-testimonial__media {
	aspect-ratio: 471 / 378;
	overflow: hidden;
	position: relative;
}

.pgr-testimonial__media > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pgr-testimonial__play {
	color: #fff;
	display: block;
	height: clamp(3.8rem, 5vw, 5rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform .2s ease;
	width: clamp(3.8rem, 5vw, 5rem);
}

.pgr-testimonial__play:hover,
.pgr-testimonial__play:focus-visible {
	transform: translate(-50%, -50%) scale(1.08);
}

.pgr-testimonial__play svg {
	display: block;
	height: 100%;
	width: 100%;
}

.pgr-testimonial__play circle {
	fill: #ed111d;
}

.pgr-testimonial__play path {
	fill: currentColor;
}

.pgr-testimonial__body {
	padding: 1rem .5rem .5rem;
	text-align: center;
}

.pgr-testimonial__quote-mark {
	display: block;
	height: 2.25rem;
	margin: 0 auto .5rem;
	object-fit: contain;
	width: 3rem;
}

.pgr-testimonial blockquote {
	color: #5b5f65;
	font-size: clamp(.9rem, 1vw, 1rem);
	font-style: normal;
	line-height: 1.48;
	margin: 0;
}

.pgr-testimonial__name {
	font-size: clamp(.95rem, 1.05vw, 1.1rem);
	font-weight: 600;
	margin: .75rem 0 0;
}

.pgr-video-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.pgr-video-modal.is-open {
	display: block;
}

.pgr-video-modal__overlay {
	align-items: center;
	backdrop-filter: blur(12px);
	background: rgba(3, 12, 22, .88);
	display: flex;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: clamp(1rem, 4vw, 3rem);
	position: fixed;
}

.pgr-video-modal__container {
	background: linear-gradient(145deg, #172d40 0%, #081622 72%);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: clamp(1rem, 2vw, 1.5rem);
	box-shadow: 0 2rem 6rem rgba(0, 0, 0, .55), 0 0 0 1px rgba(0, 147, 205, .08) inset;
	color: #fff;
	max-width: 70rem;
	overflow: hidden;
	width: 100%;
}

.pgr-video-modal__header {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2.5vw, 2rem);
}

.pgr-video-modal__eyebrow {
	color: #55c7f0;
	display: block;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .16em;
	margin-bottom: .25rem;
	text-transform: uppercase;
}

.pgr-video-modal__title {
	color: #fff;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.2;
	margin: 0;
}

.pgr-video-modal__close {
	align-items: center;
	background: rgba(255, 255, 255, .09);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	height: 2.75rem;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
	width: 2.75rem;
}

.pgr-video-modal__close:hover,
.pgr-video-modal__close:focus-visible {
	background: #ed111d;
	border-color: #ed111d;
	transform: rotate(5deg) scale(1.06);
}

.pgr-video-modal__close:focus-visible {
	outline: 3px solid rgba(85, 199, 240, .6);
	outline-offset: 3px;
}

.pgr-video-modal__close svg {
	fill: none;
	height: 1.25rem;
	pointer-events: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 1.25rem;
}

.pgr-video-modal__frame {
	aspect-ratio: 16 / 9;
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, .1);
	position: relative;
}

.pgr-video-modal__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.pgr-video-modal[aria-hidden="false"] .pgr-video-modal__overlay {
	animation: pgr-video-fade-in .25s ease both;
}

.pgr-video-modal[aria-hidden="false"] .pgr-video-modal__container {
	animation: pgr-video-rise-in .32s cubic-bezier(.2, .8, .2, 1) both;
}

.pgr-video-modal[aria-hidden="true"] .pgr-video-modal__overlay {
	animation: pgr-video-fade-out .2s ease both;
}

.pgr-video-modal[aria-hidden="true"] .pgr-video-modal__container {
	animation: pgr-video-rise-out .2s ease both;
}

@keyframes pgr-video-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes pgr-video-fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes pgr-video-rise-in {
	from { opacity: 0; transform: translateY(1.5rem) scale(.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes pgr-video-rise-out {
	from { opacity: 1; transform: translateY(0) scale(1); }
	to { opacity: 0; transform: translateY(1rem) scale(.98); }
}

@media (max-width: 1100px) {
	.pgr-testimonials__inner {
		max-width: 68rem;
		padding-inline: clamp(1.5rem, 5vw, 3.5rem);
	}

	.pgr-testimonials__grid {
		gap: clamp(1.5rem, 4vw, 2.75rem);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pgr-testimonial:last-child {
		grid-column: 1 / -1;
		width: calc((100% - clamp(1.5rem, 4vw, 2.75rem)) / 2);
		justify-self: center;
	}
}

@media (max-width: 700px) {
	.pgr-testimonials__inner {
		max-width: 38rem;
		padding-inline: 1.25rem;
	}

	.pgr-testimonials__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.pgr-testimonial:last-child {
		grid-column: auto;
		width: auto;
	}
}
@media (max-width: 600px) {
	.pgr-testimonials {
		padding-block: 3.5rem 5rem;
	}

	.pgr-testimonials__inner {
		padding-inline: 1rem;
	}

	.pgr-testimonials__title {
		font-size: clamp(2.25rem, 11vw, 3.25rem);
		margin-bottom: 2.75rem;
	}

	.pgr-testimonial {
		padding: .75rem;
	}

	.pgr-testimonial__body {
		padding: 1rem .35rem .6rem;
	}

	.pgr-testimonial blockquote {
		font-size: 1rem;
	}

	.pgr-video-modal__overlay {
		padding: .75rem;
	}

	.pgr-video-modal__header {
		padding: .9rem 1rem;
	}

	.pgr-video-modal__close {
		height: 2.5rem;
		width: 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pgr-video-modal__overlay,
	.pgr-video-modal__container {
		animation-duration: .01ms !important;
	}
}
