.ph-about-page {
	background: #fff;
}

.ph-about-page h1,
.ph-about-page h2,
.ph-about-page h3,
.ph-about-page p {
	margin: 0;
}

.ph-about-page__hero {
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.ph-about-page__hero > .container {
	position: relative;
	min-height: 785px;
}

.ph-about-page__hero > .container > .ph-page-kicker {
	position: absolute;
	left: 0;
	right: 0;
	top: 216px;
	z-index: 2;
	display: flex;
	justify-content: center;
}

.ph-about-page__hero h1 {
	position: absolute;
	left: 50%;
	top: 261px;
	z-index: 2;
	max-width: 739px;
	width: 739px;
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #001134;
	transform: translateX(-50%);
}

.ph-about-page__hero-lead {
	position: absolute;
	left: 50%;
	top: 426px;
	z-index: 2;
	max-width: 610px;
	width: 610px;
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
	text-align: center;
	color: #001134;
	transform: translateX(-50%);
}

.ph-about-page__hero-collage {
	position: absolute;
	left: 0;
	right: 0;
	top: 33px;
	z-index: 1;
	height: 707px;
	margin-top: 0;
}

.ph-about-page__hero-phone,
.ph-about-page__hero-hand,
.ph-about-page__hero-card {
	position: absolute;
	overflow: hidden;
}

.ph-about-page__hero-phone img,
.ph-about-page__hero-hand img,
.ph-about-page__hero-card img,
.ph-about-page__hero-card video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-about-page__hero-phone {
	left: 24px;
	bottom: 0;
	z-index: 2;
	width: 357px;
	height: 357px;
}

.ph-about-page__hero-hand--left {
	left: 36px;
	top: 28px;
	z-index: 3;
	width: 342px;
	height: 133px;
}

.ph-about-page__hero-hand--right {
	right: 142px;
	top: 357px;
	z-index: 3;
	width: 191px;
	height: 221px;
}

.ph-about-page__hero-card {
	border-radius: 2px;
	background: #cad3de;
}

.ph-about-page__hero-card--a {
	left: 283px;
	top: 0;
	width: 178px;
	height: 154px;
}

.ph-about-page__hero-card--b {
	right: 190px;
	top: 0;
	width: 250px;
	height: 166px;
}

.ph-about-page__hero-card--c {
	left: 314px;
	bottom: 19px;
	width: 274px;
	height: 178px;
	background-position: center;
	background-size: cover;
}

.ph-about-page__hero-card--d {
	right: 0;
	top: 364px;
	width: 194px;
	height: 256px;
}

.ph-about-page__hero-card--e {
	left: 0;
	top: 246px;
	width: 231px;
	height: 172px;
}

.ph-about-page__hero-card--f {
	left: 690px;
	bottom: 19px;
	width: 245px;
	height: 141px;
}

.ph-about-page__process {
	background: linear-gradient(to bottom, #001134 0, #001134 182px, #f2f2f2 182px, #f2f2f2 100%);
}

.ph-about-page__process-intro {
	padding: 56px 0 56px;
}

.ph-about-page__process-intro h2 {
	margin-top: 25px;
	font-size: 40px;
	font-weight: 600;
	line-height: 0.75;
	color: #fff;
}

.ph-about-page__process-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.ph-about-page__process-grid {
	display: grid;
	grid-template-columns: repeat(4, 269px) minmax(0, 1fr);
	max-width: 1440px;
	margin: 0 auto;
}

.ph-about-page__process-card,
.ph-about-page__process-media {
	height: 536px;
	min-height: 536px;
}

.ph-about-page__process-card {
	overflow: hidden;
	padding: 68px 32px 40px 41px;
	cursor: pointer;
	transition: flex-grow 0.32s ease, transform 0.28s ease;
}

.ph-about-page__process-card.is-dark {
	background: #001134;
	color: #fff;
}

.ph-about-page__process-card.is-dark h3 {
	color: #fff;
}

.ph-about-page__process-card.is-mint {
	background: #00bfab;
	color: #fff;
}

.ph-about-page__process-card.is-mint h3 {
	color: #fff;
}

.ph-about-page__process-card.is-light {
	background: #fff;
	color: #001134;
}

.ph-about-page__process-card:focus-visible {
	outline: 3px solid rgba(0, 191, 171, 0.55);
	outline-offset: -6px;
}

.ph-about-page__process-number {
	display: inline-flex;
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.333;
}

.ph-about-page__process-card h3 {
	margin-top: 316px;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	white-space: pre-line;
	transition: margin-top 0.28s ease;
}

.ph-about-page__process-card:hover h3,
.ph-about-page__process-card:focus-within h3,
.ph-about-page__process-card.is-open h3 {
	margin-top: 172px;
}

.ph-about-page__process-card p {
	display: block;
	max-width: 320px;
	max-height: 0;
	margin-top: 0;
	font-size: 15px;
	line-height: 20px;
	color: currentColor;
	opacity: 0;
	overflow: hidden;
	transform: translateY(8px);
	transition: max-height 0.28s ease, margin-top 0.28s ease, opacity 0.22s ease, transform 0.28s ease;
}

.ph-about-page__process-card:hover p,
.ph-about-page__process-card:focus-within p,
.ph-about-page__process-card.is-open p {
	max-height: 180px;
	margin-top: 20px;
	opacity: 1;
	transform: translateY(0);
}

.ph-about-page__process-media {
	background: #cad3de center right / cover no-repeat;
}

.ph-about-page__team {
	padding: 148px 0 83px;
	background: #f2f2f2;
}

.ph-about-page__section-head {
	margin-bottom: 47px;
}

.ph-about-page__carousel-progress {
	position: relative;
	width: 803px;
	max-width: 100%;
	height: 8px;
	margin: 20px 0 0 348px;
}

.ph-about-page__carousel-track,
.ph-about-page__carousel-fill {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 999px;
}

.ph-about-page__carousel-track {
	width: 100%;
	height: 1px;
	background: rgba(0, 17, 52, 0.35);
}

.ph-about-page__carousel-fill {
	height: 5px;
	background: #001134;
}

.ph-about-page__carousel-fill--team {
	width: 169px;
}

.ph-about-page .ph-team-carousel .ph-team-card__bio {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	line-height: 20px;
}

.ph-about-page .ph-team-carousel .ph-team-card__cta {
	display: none;
	align-items: center;
	justify-content: center;
	width: 233px;
	min-height: 36px;
	margin-top: auto;
	padding: 10px 22px;
	border-radius: 900px;
	background: linear-gradient(98deg, #00bfab 1%, #1b2b4a 165%);
	color: #fff;
	font-size: 15px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}

.ph-about-page .ph-team-carousel .ph-team-card.is-open .ph-team-card__cta {
	display: inline-flex;
}

.ph-about-page .ph-team-carousel .ph-team-card__cta:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.ph-about-page__stats {
	background: #f2f2f2;
}

.ph-about-page__stats-grid {
	display: grid;
	grid-template-columns: minmax(0, 50.7fr) minmax(0, 24fr) minmax(0, 25.3fr);
	grid-template-rows: 180px 181px;
	width: 100vw;
	margin: 0 auto;
}

.ph-about-page__stats-photo {
	grid-row: 1 / span 2;
	position: relative;
	overflow: hidden;
	background: #d7e9e6;
}

.ph-about-page__stats-media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ph-about-page__stats-media--mobile {
	display: none;
}

@media (max-width: 767px) {
	.ph-about-page__stats-photo.has-mobile-media .ph-about-page__stats-media--default {
		display: none;
	}

	.ph-about-page__stats-photo.has-mobile-media .ph-about-page__stats-media--mobile {
		display: block;
	}
}

.ph-about-page__stats-card {
	padding: 81px 41px 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	text-align: right;
	color: #001134;
}

.ph-about-page__stats-card.is-soft {
	background: #bdd8d5;
}

.ph-about-page__stats-card.is-mint {
	background: #00bfab;
}

.ph-about-page__stats-card.is-dark {
	grid-column: 2 / span 2;
	background: #001134;
	color: #fff;
}

.ph-about-page__stats-value {
	font-size: 48px;
	font-weight: 700;
	line-height: 0.833;
}

.ph-about-page__stats-label {
	max-width: 245px;
	margin-top: -2px;
	font-size: 20px;
	line-height: 1;
}

.ph-about-page__stats + .ph-about-page__newsletter {
	padding-top: 72px;
}

.ph-about-page__testimonials {
	--ph-about-page-testimonials-edge: max(40px, calc((100vw - var(--ph-container)) / 2 + 40px));
	padding: 130px 0 90px;
	overflow: hidden;
	background: #f2f2f2;
}

.ph-about-page__testimonials-layout {
	display: grid;
	grid-template-columns: 1fr 938px;
	gap: 24px;
	align-items: start;
}

.ph-about-page__decor {
	position: relative;
	height: 650px;
	overflow: hidden;
	pointer-events: none;
}

.ph-about-page__decor-image {
	display: block;
	width: 899px;
	max-width: none;
	height: auto;
}

.ph-about-page__testimonials-track {
	gap: 15px;
}

.ph-about-page__testimonials-carousel {
	position: relative;
}

.ph-about-page__testimonial-card {
	flex: 0 0 auto;
	width: 340px;
	height: 310px;
	padding: 34px 36px 30px;
	border: 2px solid #00bfab;
	border-radius: 20px;
	background: #fff;
	color: #001134;
}

.ph-about-page__testimonial-card.is-tall {
	height: 310px;
}

.ph-about-page__testimonial-card h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}

.ph-about-page__testimonial-role {
	margin-top: 0;
	font-size: 13px;
	line-height: 25px;
	color: #00bfab;
}

.ph-about-page__testimonial-quote {
	max-width: 296px;
	margin-top: 0;
	font-size: 15px;
	line-height: 20px;
}

.ph-about-page__testimonial-card.is-tall .ph-about-page__testimonial-quote {
	margin-top: 0;
}

.ph-about-page__carousel-progress--testimonials {
	width: 690px;
	margin: 0;
}

.ph-about-page__carousel-fill--testimonials {
	width: 143px;
}

.ph-about-page__testimonials-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 29px;
}

.ph-about-page__testimonials-arrows {
	flex: 0 0 auto;
	margin-left: auto;
}

.ph-about-page__partners {
	min-height: 417px;
	padding: 72px 0 80px;
	border-radius: 20px 20px 0 0;
	background: #001134;
}

.ph-about-page__partners .ph-portals-section__intro {
	margin-bottom: 64px;
}

.ph-about-page__partners .ph-portals-section__intro h2 {
	color: #fff;
}

.ph-about-page__partners .ph-portal-card {
	border-color: #1b2b4a;
}

@media (min-width: 1200px) {
	.ph-about-page__testimonials-carousel {
		width: calc(100% + var(--ph-about-page-testimonials-edge));
	}

	.ph-about-page__testimonials-controls {
		padding-right: var(--ph-about-page-testimonials-edge);
	}

	.ph-about-page__team > .container {
		position: relative;
		min-height: auto;
	}

	.ph-about-page__team .ph-section-head {
		display: block;
		width: 300px;
		min-height: 403px;
		margin-bottom: 0;
	}

	.ph-about-page__team .ph-section-head__arrows {
		position: absolute;
		right: 0;
		top: 423px;
		z-index: 3;
	}

	.ph-about-page__team .ph-simple-carousel {
		width: calc(100vw - ((100vw - min(100vw, var(--ph-container))) / 2) - 376px);
		margin-top: -403px;
		margin-left: 336px;
	}

	.ph-about-page__team .ph-simple-carousel__track--team {
		gap: 15px;
	}

	.ph-about-page__team .ph-about-page__carousel-progress {
		width: 803px;
		margin: 48px 0 0 348px;
	}
}

.ph-about-page__newsletter {
	padding-top: 0;
	padding-bottom: 72px;
	background: #fff;
}

.ph-about-page__newsletter .home-newsletter__box {
	position: relative;
	display: block;
	min-height: 240px;
	padding: 0;
	border-radius: 20px;
	background: #001134;
}

.ph-about-page__newsletter .home-newsletter__text {
	position: absolute;
	left: 59px;
	top: 57px;
	width: 495px;
}

.ph-about-page__newsletter .home-newsletter__text h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
}

.ph-about-page__newsletter .home-newsletter__heading-mobile,
.ph-about-page__newsletter .home-newsletter__copy-mobile {
	display: none;
}

.ph-about-page__newsletter .home-newsletter__text p {
	margin-top: 18px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.ph-about-page__newsletter .home-newsletter__text p + p {
	margin-top: 0;
}

.ph-about-page__newsletter .home-newsletter__device {
	position: absolute;
	left: 560px;
	top: -13px;
	width: 210px;
	height: 266px;
	background-size: contain;
}

.ph-about-page__newsletter .home-newsletter__form {
	position: absolute;
	left: 893px;
	top: 87px;
	width: 366px;
	margin: 0;
}

.ph-about-page__newsletter .home-newsletter__consent {
	width: 363px;
}

@media (max-width: 1399px) {
	.ph-about-page__hero-collage {
		height: 600px;
	}

	.ph-about-page__hero-phone {
		width: 300px;
		height: 300px;
	}

	.ph-about-page__hero-hand--left {
		left: 24px;
		width: 260px;
		height: 101px;
	}

	.ph-about-page__hero-hand--right {
		right: 112px;
		width: 170px;
		height: 197px;
	}

	.ph-about-page__hero-card--a {
		left: 240px;
	}

	.ph-about-page__hero-card--b {
		right: 150px;
	}

	.ph-about-page__hero-card--d {
		right: 0;
	}

	.ph-about-page__hero-card--f {
		left: 620px;
	}

	.ph-about-page__process-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) 320px;
	}

	.ph-about-page__carousel-progress {
		margin-left: 290px;
	}

	.ph-about-page__testimonials-layout {
		grid-template-columns: minmax(260px, 1fr) minmax(0, 938px);
	}
}

@media (min-width: 1200px) {
	.ph-about-page__process {
		background: #001134;
		overflow: hidden;
	}

	.ph-about-page__process-grid {
		width: 100%;
		max-width: none;
		margin: 0;
		grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(320px, 1.35fr);
	}
}

@media (max-width: 1199px) {
	.ph-about-page__hero {
		padding-top: 48px;
	}

	.ph-about-page__hero-collage {
		height: 520px;
	}

	.ph-about-page__hero-phone {
		left: 0;
		width: 250px;
		height: 250px;
	}

	.ph-about-page__hero-hand--left {
		top: 18px;
		width: 210px;
		height: 82px;
	}

	.ph-about-page__hero-hand--right {
		right: 72px;
		top: 314px;
		width: 142px;
		height: 164px;
	}

	.ph-about-page__hero-card--a {
		left: 188px;
		top: 4px;
		width: 156px;
		height: 134px;
	}

	.ph-about-page__hero-card--b {
		right: 118px;
		width: 210px;
		height: 140px;
	}

	.ph-about-page__hero-card--c {
		left: 252px;
		width: 230px;
		height: 150px;
	}

	.ph-about-page__hero-card--d {
		top: 327px;
		width: 170px;
		height: 224px;
	}

	.ph-about-page__hero-card--e {
		top: 212px;
		width: 192px;
		height: 144px;
	}

	.ph-about-page__hero-card--f {
		left: 530px;
		width: 210px;
		height: 122px;
	}

	.ph-about-page__process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ph-about-page__process-media {
		grid-column: 1 / -1;
		height: 420px;
		min-height: 420px;
	}

	.ph-about-page__team,
	.ph-about-page__testimonials {
		padding-top: 88px;
	}

	.ph-about-page__carousel-progress {
		margin-left: 0;
	}

	.ph-about-page__stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 320px repeat(3, minmax(180px, auto));
	}

	.ph-about-page__stats-photo {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.ph-about-page__stats-card.is-dark {
		grid-column: 1 / -1;
	}

	.ph-about-page__testimonials-layout {
		grid-template-columns: 1fr;
	}

	.ph-about-page__decor {
		height: 260px;
	}
}

@media (max-width: 991px) {
	.ph-about-page__hero h1,
	.ph-about-page__process-intro h2,
	.ph-about-page .ph-section-head h2 {
		font-size: 34px;
		line-height: 1.08;
	}

	.ph-about-page__hero-lead {
		font-size: 18px;
		line-height: 1.4;
	}

	.ph-about-page__hero-collage {
		height: 470px;
	}

	.ph-about-page__hero-card--f {
		left: auto;
		right: 188px;
	}

	.ph-about-page__testimonial-card {
		width: 340px;
	}
}

@media (max-width: 767px) {
	.ph-about-page__hero {
		padding: 24px 0 28px;
	}

	.ph-about-page__hero > .container > .ph-page-kicker {
		justify-content: flex-start;
	}

	.ph-about-page__hero h1 {
		margin-top: 8px;
		font-size: 37px;
		line-height: 1.08;
		text-align: left;
	}

	.ph-about-page__hero-lead {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}

	.ph-about-page__hero-collage {
		height: 414px;
		margin-top: 18px;
	}

	.ph-about-page__hero-phone {
		left: 0;
		bottom: 0;
		width: 158px;
		height: 158px;
	}

	.ph-about-page__hero-hand--left {
		left: 22px;
		top: 12px;
		width: 148px;
		height: 58px;
	}

	.ph-about-page__hero-hand--right {
		right: 28px;
		top: 226px;
		width: 108px;
		height: 126px;
	}

	.ph-about-page__hero-card--a {
		left: 126px;
		top: 0;
		width: 104px;
		height: 88px;
	}

	.ph-about-page__hero-card--b {
		right: 16px;
		top: 0;
		width: 132px;
		height: 92px;
	}

	.ph-about-page__hero-card--c {
		left: 133px;
		bottom: 16px;
		width: 118px;
		height: 90px;
	}

	.ph-about-page__hero-card--d {
		right: 0;
		top: 254px;
		width: 94px;
		height: 132px;
	}

	.ph-about-page__hero-card--e {
		left: 0;
		top: 152px;
		width: 112px;
		height: 84px;
	}

	.ph-about-page__hero-card--f {
		right: 86px;
		bottom: 12px;
		width: 112px;
		height: 74px;
	}

	.ph-about-page__process-intro {
		padding: 24px 0 20px;
	}

	.ph-about-page__process-intro h2,
	.ph-about-page .ph-section-head h2 {
		margin-top: 10px;
		font-size: 30px;
		line-height: 1.1;
	}

	.ph-about-page__process-grid {
		grid-template-columns: 1fr;
	}

	.ph-about-page__process-card,
	.ph-about-page__process-media {
		height: 220px;
		min-height: 220px;
	}

	.ph-about-page__process-card {
		padding: 22px 20px 18px;
	}

	.ph-about-page__process-number {
		font-size: 36px;
		line-height: 1;
	}

	.ph-about-page__process-card h3,
	.ph-about-page__process-card:hover h3,
	.ph-about-page__process-card:focus-within h3,
	.ph-about-page__process-card.is-open h3 {
		margin-top: 92px;
		font-size: 16px;
		line-height: 1.2;
	}

	.ph-about-page__process-card p {
		max-width: none;
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.5;
	}

	.ph-about-page__process-media {
		height: 240px;
		min-height: 240px;
	}

	.ph-about-page__team {
		padding: 28px 0;
	}

	.ph-about-page__section-head {
		margin-bottom: 16px;
	}

	.ph-about-page__testimonial-quote {
		font-size: 14px;
		line-height: 1.5;
	}

	.ph-about-page__carousel-progress {
		height: 6px;
		margin-top: 14px;
	}

	.ph-about-page__stats-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 240px repeat(3, minmax(150px, auto));
	}

	.ph-about-page__stats-card {
		align-items: flex-start;
		padding: 28px 20px 22px;
		text-align: left;
	}

	.ph-about-page__stats-value {
		font-size: 34px;
	}

	.ph-about-page__stats-label {
		max-width: none;
		margin-top: 6px;
		font-size: 16px;
		line-height: 1.2;
	}

	.ph-about-page__testimonials {
		padding: 28px 0 32px;
	}

	.ph-about-page__decor {
		display: none;
	}

	.ph-about-page__testimonial-card {
		width: 272px;
		height: 264px;
		padding: 18px 16px;
		border-radius: 12px;
	}

	.ph-about-page__testimonial-card.is-tall {
		height: 300px;
	}

	.ph-about-page__testimonial-card h3 {
		font-size: 14px;
		line-height: 1.3;
	}

	.ph-about-page__testimonial-role {
		font-size: 11px;
		line-height: 1.3;
	}

	.ph-about-page__testimonial-quote,
	.ph-about-page__testimonial-card.is-tall .ph-about-page__testimonial-quote {
		margin-top: 0;
	}

	.ph-about-page__testimonials-controls {
		margin-top: 16px;
	}

	.ph-about-page__carousel-progress--testimonials {
		flex: 1 1 auto;
		width: auto;
		margin: 0;
	}

	.ph-about-page__newsletter {
		padding-bottom: 26px;
	}

	.ph-about-page__hero {
		padding: 0;
	}

	.ph-about-page__hero > .container {
		min-height: 1005px;
		padding-inline: 20px;
	}

	.ph-about-page__hero > .container > .ph-page-kicker {
		top: 230px;
		justify-content: center;
	}

	.ph-about-page__hero h1 {
		top: 277px;
		width: min(330px, calc(100vw - 40px));
		max-width: 330px;
		margin: 0;
		font-size: 30px;
		line-height: 35px;
		text-align: center;
	}

	.ph-about-page__hero-lead {
		top: 477px;
		width: min(326px, calc(100vw - 40px));
		max-width: 326px;
		margin: 0;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}

	.ph-about-page__hero-collage {
		top: 46px;
		left: 0;
		right: 0;
		height: 884px;
		margin: 0;
	}

	.ph-about-page__hero-hand--left {
		left: -75px;
		top: 77px;
		width: 342px;
		height: 133px;
	}

	.ph-about-page__hero-hand--right {
		left: -10px;
		right: auto;
		top: 746px;
		width: 158px;
		height: 183px;
		transform: scaleY(-1) rotate(180deg);
	}

	.ph-about-page__hero-phone {
		display: none;
	}

	.ph-about-page__hero-card--a {
		left: 195px;
		top: 0;
		width: 178px;
		height: 154px;
	}

	.ph-about-page__hero-card--b {
		left: 85px;
		right: auto;
		top: 565px;
		width: 220px;
		height: 144px;
	}

	.ph-about-page__hero-card--c,
	.ph-about-page__hero-card--e,
	.ph-about-page__hero-card--f {
		display: none;
	}

	.ph-about-page__hero-card--d {
		left: 208px;
		right: auto;
		top: 660px;
		width: 162px;
		height: 214px;
		transform: scaleY(-1) rotate(180deg);
	}

	.ph-about-page__process {
		background: linear-gradient(to bottom, #001134 0, #001134 170px, #f2f2f2 170px, #f2f2f2 100%);
	}

	.ph-about-page__process-intro {
		min-height: 170px;
		padding: 33px 26px 26px;
	}

	.ph-about-page__process-intro h2 {
		max-width: 316px;
		margin-top: 14px;
		font-size: 30px;
		line-height: 35px;
		color: #fff;
	}

	.ph-about-page__process-grid {
		width: calc(100% + 10px);
		margin-left: -5px;
	}

	.ph-about-page__process-card,
	.ph-about-page__process-media {
		height: 204px;
		min-height: 204px;
	}

	.ph-about-page__process-card {
		padding: 27px 20px 24px 32px;
	}

	.ph-about-page__process-card h3,
	.ph-about-page__process-card:hover h3,
	.ph-about-page__process-card:focus-within h3,
	.ph-about-page__process-card.is-open h3 {
		margin-top: 23px;
		font-size: 20px;
		line-height: 20px;
	}

	.ph-about-page__process-number {
		font-size: 30px;
		line-height: 1.333;
	}

	.ph-about-page__process-card p {
		display: block;
		max-width: 343px;
		max-height: 0;
		margin-top: 0;
		font-size: 14px;
		line-height: 17px;
	}

	.ph-about-page__process-card:hover p,
	.ph-about-page__process-card:focus-within p,
	.ph-about-page__process-card.is-open p {
		max-height: 160px;
		margin-top: 17px;
	}

	.ph-about-page__process-media {
		height: 396px;
		min-height: 396px;
		background-position: center;
	}

	.ph-about-page__team {
		position: relative;
		padding: 35px 0 120px;
	}

	.ph-about-page__team .ph-section-head {
		display: block;
		margin-bottom: 26px;
		padding-inline: 20px;
	}

	.ph-about-page__team .ph-section-head__arrows {
		position: absolute;
		right: 20px;
		top: 482px;
		bottom: auto;
		gap: 19px;
	}

	.ph-about-page__team .pagination__arrow,
	.ph-about-page__testimonials .pagination__arrow {
		width: 56px;
		height: 56px;
		min-height: 56px;
		flex-basis: 56px;
	}

	.ph-about-page__team .ph-simple-carousel {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.ph-about-page__team .ph-simple-carousel__viewport {
		padding-inline: 20px;
		scroll-padding-inline: 20px;
	}

	.ph-about-page__carousel-progress {
		width: calc(100vw - 40px);
		margin: 28px 20px 0;
	}

	.ph-about-page__partners {
		min-height: 417px;
		padding: 40px 0 80px;
	}

	.ph-about-page__partners .container {
		padding-inline: 0;
	}

	.ph-about-page__partners .ph-portals-section__intro {
		margin-bottom: 65px;
		padding-inline: 20px;
	}

	.ph-about-page__partners .ph-portals-section__intro h2 {
		width: min(332px, 100%);
		margin-inline: auto;
		font-size: 30px;
		line-height: 38px;
	}

	.ph-about-page__partners .ph-portals-section__carousel {
		margin-left: 0;
	}

	.ph-about-page__partners .ph-simple-carousel__viewport {
		padding-inline: 0;
		scroll-padding-inline: 0;
	}

	.ph-about-page__partners .ph-portal-card {
		width: 316px;
		height: 212px;
		border-width: 2px;
	}

	.ph-about-page__stats-grid {
		grid-template-columns: 1fr;
		grid-template-rows: 317px repeat(3, 180px);
	}

	.ph-about-page__stats-photo {
		min-height: 317px;
		background-position: center;
	}

	.ph-about-page__stats-card {
		align-items: flex-end;
		justify-content: flex-start;
		min-height: 180px;
		padding: 81px 18px 20px;
		text-align: right;
	}

	.ph-about-page__stats-value {
		font-size: 48px;
		line-height: 40px;
	}

	.ph-about-page__stats-label {
		margin-top: 0;
		font-size: 20px;
		line-height: 20px;
	}

	.ph-about-page__testimonials {
		position: relative;
		padding: 35px 0 112px;
		overflow: hidden;
	}

	.ph-about-page__testimonials .ph-section-head {
		display: block;
		margin-bottom: 52px;
		padding-inline: 20px;
	}

	.ph-about-page__testimonials .ph-section-head h2 {
		max-width: 344px;
		margin-top: 21px;
		line-height: 35px;
	}

	.ph-about-page__testimonials .ph-section-head__arrows {
		position: static;
		right: 20px;
		top: auto;
		bottom: auto;
		gap: 19px;
	}

	.ph-about-page__testimonials-layout {
		display: block;
	}

	.ph-about-page__decor {
		position: absolute;
		left: -123px;
		bottom: 16px;
		display: block;
		width: 413px;
		height: 417px;
		pointer-events: none;
		transform: scaleY(-1) rotate(180deg);
	}

	.ph-about-page__decor-image {
		width: 730px;
	}

	.ph-about-page__testimonials-carousel {
		position: relative;
		z-index: 2;
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}

	.ph-about-page__testimonials-controls {
		width: 100vw;
		margin: 16px 0 0;
		padding-inline: 20px;
	}

	.ph-about-page__testimonials-carousel .ph-simple-carousel__viewport {
		padding-inline: 20px;
		scroll-padding-inline: 20px;
	}

	.ph-about-page__testimonial-card {
		width: 288px;
		height: 292px;
		padding: 32px 23px 28px;
		border-radius: 20px;
	}

	.ph-about-page__testimonial-card.is-tall {
		height: 292px;
	}

	.ph-about-page__testimonial-role {
		margin-top: 0;
		font-size: 13px;
		line-height: 25px;
	}

	.ph-about-page__testimonial-quote,
	.ph-about-page__testimonial-card.is-tall .ph-about-page__testimonial-quote {
		max-width: 245px;
		margin-top: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.ph-about-page__carousel-progress--testimonials {
		flex: 1 1 auto;
		width: auto;
		margin: 0;
	}

	.ph-about-page__newsletter {
		padding: 0;
	}

	.ph-about-page__stats + .ph-about-page__newsletter {
		padding-top: 36px;
	}

	.ph-about-page__newsletter .container {
		padding-inline: 0;
	}

	.ph-about-page__newsletter .home-newsletter__box {
		position: relative;
		display: block;
		width: min(390px, 100vw);
		min-height: 528px;
		margin-inline: auto;
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.ph-about-page__newsletter .home-newsletter__box::before {
		content: '';
		position: absolute;
		left: 0;
		top: 42px;
		width: 100%;
		height: 416px;
		border-radius: 20px;
		background: #001134;
	}

	.ph-about-page__newsletter .home-newsletter__text {
		position: absolute;
		left: 19px;
		top: 85px;
		z-index: 2;
		width: min(352px, calc(100% - 38px));
	}

	.ph-about-page__newsletter .home-newsletter__text h2 {
		font-size: 35px;
		line-height: 1.333;
	}

	.ph-about-page__newsletter .home-newsletter__heading-default,
	.ph-about-page__newsletter .home-newsletter__copy-default {
		display: none;
	}

	.ph-about-page__newsletter .home-newsletter__heading-mobile,
	.ph-about-page__newsletter .home-newsletter__copy-mobile {
		display: block;
	}

	.ph-about-page__newsletter .home-newsletter__text p {
		max-width: min(352px, calc(100% - 38px));
		margin-top: 13px;
		font-size: 14px;
		line-height: 20px;
	}

	.ph-about-page__newsletter .home-newsletter__form {
		position: absolute;
		left: 19px;
		top: 219px;
		z-index: 3;
		width: min(352px, calc(100% - 38px));
		margin: 0;
	}

	.ph-about-page__newsletter .home-newsletter__device {
		position: absolute;
		left: 50%;
		top: 270px;
		z-index: 2;
		width: 210px;
		height: 266px;
		margin: 0;
		transform: translateX(-50%);
	}

	.ph-about-page__newsletter .home-newsletter__consent {
		display: none;
	}
}

.ph-about-page__hero > .container > .ph-page-kicker {
	position: absolute;
	left: 50%;
	right: auto;
	width: max-content;
	max-width: calc(100% - 40px);
	text-align: center;
	transform: translateX(-50%);
}

.ph-about-page__hero h1,
.ph-about-page__hero-lead {
	position: absolute;
	left: 50%;
	right: auto;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.ph-about-page__hero > .container > .ph-page-kicker {
		top: 230px;
		justify-content: center;
	}

	.ph-about-page__hero h1 {
		top: 277px;
	}

	.ph-about-page__hero-lead {
		top: 477px;
	}
}

@media (min-width: 1200px) {
	.ph-about-page__process-grid {
		display: flex;
		align-items: stretch;
	}

	.ph-about-page__process-card {
		flex: 1 1 0;
		min-width: 0;
	}

	.ph-about-page__process-card:hover,
	.ph-about-page__process-card:focus-within,
	.ph-about-page__process-card.is-open {
		flex-grow: 3.2;
	}

	.ph-about-page__process-media {
		flex: 1.35 1 320px;
		min-width: 320px;
	}

	.ph-about-page__process-card:hover h3,
	.ph-about-page__process-card:focus-within h3,
	.ph-about-page__process-card.is-open h3 {
		margin-top: 72px;
	}

	.ph-about-page__process-card:hover p,
	.ph-about-page__process-card:focus-within p,
	.ph-about-page__process-card.is-open p {
		max-width: 460px;
		max-height: 320px;
		margin-top: 18px;
	}
}

@media (max-width: 1199px) {
	.ph-about-page__process-card,
	.ph-about-page__process-media {
		height: auto;
	}

	.ph-about-page__process-card {
		min-height: 320px;
		cursor: default;
	}

	.ph-about-page__process-card h3,
	.ph-about-page__process-card:hover h3,
	.ph-about-page__process-card:focus-within h3,
	.ph-about-page__process-card.is-open h3 {
		margin-top: 56px;
	}

	.ph-about-page__process-card p {
		max-width: none;
		max-height: none;
		margin-top: 16px;
		opacity: 1;
		overflow: visible;
		transform: none;
	}
}

@media (max-width: 767px) {
	.ph-about-page__process-grid {
		width: 100%;
		margin-left: 0;
	}

	.ph-about-page__process-card {
		min-height: 0;
		padding: 28px 24px 30px;
	}

	.ph-about-page__process-card h3,
	.ph-about-page__process-card:hover h3,
	.ph-about-page__process-card:focus-within h3,
	.ph-about-page__process-card.is-open h3 {
		margin-top: 28px;
		font-size: 20px;
		line-height: 1.1;
	}

	.ph-about-page__process-card p {
		margin-top: 14px;
		font-size: 14px;
		line-height: 20px;
	}
}
