.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ph-secondary-page {
	background: #fff;
	overflow: hidden;
}

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

.ph-page-kicker {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #00bfab;
}

.ph-contact-page .ph-page-kicker {
	color: #00BFAB;
}

.ph-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.ph-section-head h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.12;
	color: #001134;
}

.ph-section-head__arrows {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}

.ph-simple-carousel {
	position: relative;
}

.ph-simple-carousel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	padding-bottom: 6px;
	overscroll-behavior-x: contain;
	touch-action: pan-y;
	cursor: grab;
}

.ph-simple-carousel__viewport::-webkit-scrollbar {
	display: none;
}

.ph-simple-carousel__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.ph-simple-carousel__viewport.is-dragging * {
	pointer-events: none;
}

.ph-simple-carousel__track {
	display: flex;
	align-items: stretch;
	gap: 20px;
	width: max-content;
	min-width: 100%;
}

.ph-logo-card {
	width: 316px;
	height: 212px;
	padding: 20px;
	border: 2px solid #1b2b4a;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.ph-logo-card img {
	display: block;
	max-width: 100%;
	max-height: 86px;
	width: auto;
	height: auto;
	object-fit: contain;
}

body.is-newsletter-modal-open {
	overflow: hidden;
}

body.is-newsletter-modal-open .home-newsletter-modal {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ph-contact-page__hero {
	padding: 88px 0 100px;
}

.ph-contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 619px;
	gap: 59px;
	align-items: start;
}

.ph-contact-page__content {
	position: relative;
	max-width: 447px;
}

.ph-contact-page__content h1 {
	margin-top: 12px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.18;
	color: #001134;
}

.ph-contact-page__content p {
	margin-top: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #001134;
}

.ph-contact-page__mail-lead {
	margin-top: 34px;
}

.ph-contact-page__mail {
	margin-top: 10px;
}

.ph-contact-page__content a {
	font-weight: 600;
	color: #001134;
}

.ph-contact-page__decor {
	display: block;
	width: 595px;
	position: absolute;
	left: 50%;
    top: 70%;
	transform: translateY(-20%);
	z-index: 0;
}

.ph-contact-page__decor img {
	display: block;
	width: 100%;
	height: auto;
}

.ph-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}

.ph-contact-form label {
	display: block;
}

.ph-contact-form .wpcf7 {
	width: 100%;
}

.ph-contact-form .wpcf7 form,
.ph-contact-form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ph-contact-form .wpcf7 form > p,
.ph-contact-form .wpcf7-form > p {
	margin: 0;
}

.ph-contact-form .wpcf7 form > p + p,
.ph-contact-form .wpcf7-form > p + p {
	margin-top: 10px;
}

.ph-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-block: 0;
}

.ph-contact-form .wpcf7 form p .wpcf7-form-control-wrap + .wpcf7-form-control-wrap,
.ph-contact-form .wpcf7-form p .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-top: 10px;
}

.ph-contact-form .wpcf7 form .ph-contact-form__row .wpcf7-form-control-wrap,
.ph-contact-form .wpcf7-form .ph-contact-form__row .wpcf7-form-control-wrap {
	margin-block: 0;
}

.ph-contact-form .wpcf7 form label + label,
.ph-contact-form .wpcf7-form label + label {
	margin-top: 10px;
}

.ph-contact-form .wpcf7 form .ph-contact-form__row label + label,
.ph-contact-form .wpcf7-form .ph-contact-form__row label + label {
	margin-top: 0;
}

.ph-contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-bottom: 10px;
}

.ph-contact-form input,
.ph-contact-form textarea {
	width: 100%;
	min-height: 45px;
	padding: 0 21px;
	border: 1px solid #001134;
	border-radius: 5px;
	background: #fff;
	color: rgba(0, 17, 52, 0.8);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
}

.ph-contact-form textarea {
	min-height: 210px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 5px;
	resize: vertical;
}

.ph-contact-form input::placeholder,
.ph-contact-form textarea::placeholder {
	color: rgba(0, 17, 52, 0.5);
}

.ph-contact-form .ph-contact-form__consent {
	display: grid;
	grid-template-columns: 15px minmax(0, 1fr);
	align-items: start;
	gap: 20px;
	margin-top: 18px;
}

.ph-contact-form .ph-contact-form__consent input[type='checkbox'] {
	display: inline-block;
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	min-height: 15px;
	padding: 0;
	margin: 0;
	border: 1px solid #001134;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background: #fff;
	cursor: pointer;
}

.ph-contact-form .ph-contact-form__consent input[type='checkbox']::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: #001134;
	opacity: 0;
	transform: translate(-50%, -50%);
}

.ph-contact-form .ph-contact-form__consent input[type='checkbox']:checked::after {
	opacity: 1;
}

.ph-contact-form .ph-contact-form__consent span {
	font-size: 13px;
	line-height: 1.333;
	color: #001134;
}

.ph-contact-form .ph-contact-form__consent button {
	padding: 0;
	border: 0;
	min-height: auto;
	background: transparent;
	color: #001134;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.333;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ph-contact-form__submit {
	width: 194px;
	height: 48px;
	min-height: 48px;
	margin-top: 28px;
	margin-left: auto;
}

.ph-contact-form .wpcf7 form input[type='submit'],
.ph-contact-form .wpcf7-form input[type='submit'] {
	width: 194px;
	height: 48px;
	min-height: 48px;
	margin-top: 28px;
	margin-left: auto;
	border: 1px solid #00bfab;
	border-radius: 900px;
	background: linear-gradient(94.77deg, #00bfab 1.01%, #1b2b4a 165.32%);
	padding: 0 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
}

.ph-contact-form .wpcf7 form input[type='submit']:hover,
.ph-contact-form .wpcf7-form input[type='submit']:hover {
	filter: brightness(0.98);
}

.ph-contact-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.3;
	color: #dc3232;
}

.ph-contact-form .wpcf7-spinner {
	margin: 10px auto 0;
}

.ph-contact-form .wpcf7 form .wpcf7-response-output,
.ph-contact-form .wpcf7-form .wpcf7-response-output {
	margin: 10px 0 0;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.4;
}

.ph-partners {
	padding: 22px 0 86px;
}

.ph-partners--contact {
	padding-top: 0;
}

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

.ph-about-hero {
	padding: 42px 0 70px;
	background: #fff;
}

.ph-about-hero h1 {
	max-width: 739px;
	margin: 22px auto 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.125;
	text-align: center;
	color: #001134;
}

.ph-about-hero > .container > .ph-page-kicker {
	display: flex;
	justify-content: center;
}

.ph-about-hero > .container > p:last-of-type {
	max-width: 610px;
	margin: 22px auto 0;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #001134;
}

.ph-about-hero__mosaic {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
	margin-top: 40px;
}

.ph-about-hero__tile {
	display: block;
	height: 166px;
	border-radius: 2px;
	background: #4994e0 center / cover no-repeat;
}

.ph-about-process {
	padding: 58px 0 70px;
	background: #001134;
}

.ph-about-process h2 {
	margin-top: 14px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.125;
}

.ph-about-process__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px;
	border-radius: 12px;
	overflow: hidden;
}

.ph-step-card {
	min-height: 336px;
	padding: 38px 30px 28px;
	background: #fff;
	color: #001134;
}

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

.ph-step-card.is-mint {
	background: #00bfab;
	color: #001134;
}

.ph-step-card__number {
	display: inline-flex;
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
}

.ph-step-card h3 {
	margin-top: 126px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.ph-step-card p {
	margin-top: 14px;
	font-size: 15px;
	line-height: 20px;
	opacity: 0.92;
}

.ph-about-team {
	padding: 86px 0 74px;
	background: #fff;
}

.ph-simple-carousel__track--team {
	gap: 16px;
}

.ph-team-card {
	width: 320px;
	border: 2px solid #00bfab;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	flex: 0 0 auto;
}

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

.ph-team-card__image {
	height: 240px;
	background: #cad3de center / cover no-repeat;
}

.ph-team-card__meta {
	padding: 20px 20px 22px;
}

.ph-team-card__meta h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.ph-team-card__role {
	margin-top: 4px;
	font-size: 15px;
	line-height: 1.333;
	color: #00bfab;
}

.ph-team-card__meta p:last-child {
	margin-top: 16px;
	font-size: 15px;
	line-height: 20px;
}

.ph-about-stats {
	padding: 10px 0 78px;
	background: #fff;
}

.ph-about-stats__grid {
	display: grid;
	grid-template-columns: 1.04fr 1fr;
	grid-template-rows: repeat(2, 180px);
	gap: 0;
	border-radius: 2px;
	overflow: hidden;
}

.ph-about-stats__card {
	padding: 44px 42px 24px;
	background: #bdd8d5;
	color: #001134;
}

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

.ph-about-stats__card.is-dark {
	grid-column: 2;
	grid-row: 2;
	background: #001134;
	color: #fff;
}

.ph-about-stats__value {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.ph-about-stats__label {
	margin-top: 6px;
	font-size: 20px;
	line-height: 1.3;
}

.ph-about-testimonials {
	padding: 2px 0 66px;
	background: #fff;
}

.ph-simple-carousel__track--quotes {
	gap: 16px;
}

.ph-quote-card {
	width: 377px;
	min-height: 371px;
	padding: 36px 38px;
	border: 2px solid #00bfab;
	border-radius: 20px;
	background: #fff;
	color: #001134;
	flex: 0 0 auto;
}

.ph-quote-card p {
	font-size: 15px;
	line-height: 20px;
}

.ph-quote-card h3 {
	margin-top: 48px;
	font-size: 15px;
	font-weight: 500;
	line-height: 25px;
}

.ph-quote-card span {
	display: inline-flex;
	margin-top: 4px;
	font-size: 13px;
	line-height: 25px;
	text-transform: uppercase;
	color: #00bfab;
}

.ph-partners--about {
	padding-top: 0;
}

.ph-knowledge-hero {
	padding: 58px 0 52px;
	background: #fff;
}

.ph-knowledge-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 446px;
	gap: 26px;
	align-items: stretch;
}

	.ph-knowledge-hero__content {
		padding: 34px 38px 38px;
		border-radius: 20px;
		background:
			linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(224, 252, 249, 0.8) 100%),
			url('../img/knowledge/hero-mobile-decor.png') center / cover no-repeat;
	}

.ph-knowledge-hero__content h1 {
	margin-top: 14px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	color: #001134;
}

.ph-knowledge-hero__content p {
	max-width: 535px;
	margin-top: 22px;
	font-size: 20px;
	line-height: 25px;
	color: #001134;
}

.ph-knowledge-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.ph-knowledge-hero__tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 18px;
	border: 1px solid #001134;
	border-radius: 900px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.333;
	color: #001134;
	text-decoration: none;
}

.ph-knowledge-hero__tags a:hover,
.ph-knowledge-hero__tags a:active {
	background: #001134;
	color: #fff;
}

.ph-knowledge-alerts {
	padding: 28px 30px;
	border-radius: 20px;
	background: #001134;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ph-knowledge-alerts h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
}

.ph-knowledge-alerts__item {
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.ph-knowledge-alerts__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 10px;
}

.ph-knowledge-alerts__meta span {
	font-size: 12px;
	line-height: 1.333;
	text-transform: uppercase;
	color: #00bfab;
}

.ph-knowledge-alerts__meta strong {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.333;
	color: #fff;
}

.ph-knowledge-alerts__item h3 {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.ph-knowledge-video {
	padding: 28px 0 64px;
	background: #fff;
}

.ph-knowledge-video__frame {
	position: relative;
	height: 587px;
	border-radius: 20px;
	overflow: hidden;
	background: #cad3de center / cover no-repeat;
}

.ph-knowledge-video__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 118px;
	height: 118px;
	min-height: 118px;
	padding: 0;
	border: 0;
	border-radius: 900px;
	background: transparent;
	transform: translate(-50%, -50%);
}

.ph-knowledge-video__play svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ph-knowledge-video__play:hover,
.ph-knowledge-video__play:active {
	transform: translate(-50%, -50%) scale(1.04);
}

.ph-knowledge-articles {
	padding: 0 0 72px;
	background: #fff;
}

.ph-simple-carousel__track--articles {
	gap: 15px;
}

.ph-article-card {
	width: 248px;
	min-height: 319px;
	padding: 16px;
	border: 1.5px solid #1b2b4a;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.ph-article-card__thumb {
	height: 128px;
	border-radius: 10px;
	background: #757575 center / cover no-repeat;
}

.ph-article-card__chips {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
}

.ph-article-card__chips span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 21px;
	padding: 0 14px;
	border: 1px solid #001134;
	border-radius: 900px;
	font-size: 12px;
	line-height: 1.333;
	color: #001134;
}

.ph-article-card h3 {
	margin-top: 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #001134;
}

.ph-article-card .btn {
	margin-top: auto;
	width: 138px;
	height: 36px;
	min-height: 36px;
}

.ph-article-card .btn .btn__label {
	font-size: 15px;
	font-weight: 500;
}

.ph-knowledge-faq {
	padding: 12px 0 74px;
	background: #fff;
}

.ph-knowledge-faq__grid {
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.ph-knowledge-faq__intro h2 {
	margin-top: 18px;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
	color: #001134;
}

.ph-faq {
	border-top: 2px solid #00bfab;
}

.ph-faq__item {
	border-bottom: 2px solid #00bfab;
}

.ph-faq__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 104px;
	padding: 24px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
	color: #001134;
	transition: color var(--ph-transition-fast);
}

.ph-faq__toggle span:first-child {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.25;
}

.ph-faq__icon {
	position: relative;
	width: 45px;
	height: 45px;
	min-height: 45px;
	border-radius: 900px;
	background: #001134;
	flex: 0 0 45px;
	transition: background-color var(--ph-transition-fast);
}

.ph-faq__toggle:hover .ph-faq__icon {
	background: #00bfab;
}

.ph-faq__icon::before,
.ph-faq__icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 1.5px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.ph-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity var(--ph-transition-fast);
}

.ph-faq__item.is-open .ph-faq__icon::after {
	opacity: 0;
}

.ph-faq__panel {
	padding: 0 0 24px;
}

.ph-faq__panel p {
	font-size: 15px;
	line-height: 1.5;
	color: #001134;
}

.ph-partners--knowledge {
	padding-top: 0;
}

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

.ph-coop-hero {
	padding: 0;
	background: #001134;
}

.ph-coop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
	gap: 30px;
	align-items: center;
	min-height: 789px;
}

.ph-coop-hero__content {
	padding: 130px 0;
}

.ph-coop-hero__content h1 {
	margin-top: 18px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.22;
	color: #fff;
}

.ph-coop-hero__content p {
	margin-top: 18px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}

.ph-coop-hero__mobile-extra {
	display: none;
}

.ph-coop-hero__cta {
	margin-top: 34px;
	width: 204px;
	height: 50px;
	min-height: 50px;
}

.ph-coop-hero__media {
	position: relative;
	height: 670px;
	border-radius: 20px;
	background-color: #cad3de;
	background-image: var(--ph-coop-hero-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ph-coop-hero__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.ph-coop-hero__video--mobile {
	display: none;
}

.ph-coop-benefits {
	padding: 0;
	background: #f2f2f2;
}

.ph-coop-benefits > .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 728px;
	grid-template-rows: 62px 1fr;
	min-height: 600px;
	align-items: start;
}

.ph-coop-benefits .ph-page-kicker {
	grid-column: 1;
	grid-row: 1;
	align-self: end;
}

.ph-coop-benefits h2 {
	grid-column: 1;
	grid-row: 2;
	max-width: 448px;
	margin-top: 52px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #001134;
}

.ph-coop-benefits__grid {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: grid;
	grid-template-columns: repeat(2, 364px);
	width: 728px;
	margin-top: 0;
}

.ph-benefit-card {
	position: relative;
	width: 364px;
	min-height: 300px;
	padding: 41px 31px 30px;
	background: #fff;
	color: #001134;
	overflow: hidden;
	outline: 0;
}

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

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

.ph-benefit-card:nth-child(3),
.ph-benefit-card.is-dark {
	color: #fff;
}

.ph-benefit-card:focus-visible {
	outline: 2px solid #00bfab;
	outline-offset: -2px;
}

.ph-benefit-card__number {
	display: inline-flex;
	font-size: 60px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
}

.ph-benefit-card__content {
	margin-top: 144px;
	transform: translateY(0);
	transition: transform 260ms ease;
}

.ph-benefit-card:not(:first-child) .ph-benefit-card__content {
	margin-top: 144px;
}

.ph-benefit-card h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.ph-benefit-card:hover .ph-benefit-card__content,
.ph-benefit-card:focus .ph-benefit-card__content,
.ph-benefit-card:focus-within .ph-benefit-card__content {
	transform: translateY(-96px);
}

.ph-benefit-card p {
	display: block;
	margin-top: 12px;
	font-size: 15px;
	line-height: 20px;
	max-height: 0;
	overflow: hidden;
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	transition: max-height 260ms ease, margin-top 260ms ease, opacity 220ms ease, transform 260ms ease, visibility 220ms ease;
}

.ph-benefit-card:not(:first-child) p {
	display: block;
}

.ph-benefit-card:hover p,
.ph-benefit-card:focus p,
.ph-benefit-card:focus-within p {
	max-height: 220px;
	transform: translateY(0);
	visibility: visible;
	opacity: 0.92;
}

.ph-benefit-card:nth-child(3) h3,
.ph-benefit-card:nth-child(3) p,
.ph-benefit-card.is-mint h3,
.ph-benefit-card.is-mint p,
.ph-benefit-card.is-dark h3,
.ph-benefit-card.is-dark p {
	color: #fff;
}

.ph-coop-team {
	min-height: 702px;
	padding: 108px 0 87px;
	background: #001134;
}

.ph-coop-team > .container {
	position: relative;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 36px;
	align-items: start;
}

.ph-coop-team .ph-section-head {
	display: block;
	margin-bottom: 0;
}

.ph-coop-team .ph-section-head h2 {
	max-width: 300px;
	margin-top: 33px;
	line-height: 45px;
	color: #fff;
}

.ph-coop-team .pagination__arrow {
	border-color: #fff;
	color: #fff;
}

.ph-coop-team .pagination__arrow:disabled {
	opacity: 0.42;
	pointer-events: none;
}

.ph-team-carousel .ph-simple-carousel {
	min-width: 0;
	width: calc(100vw - ((100vw - min(100vw, var(--ph-container))) / 2) - 376px);
	max-width: none;
}

.ph-team-carousel .ph-simple-carousel__viewport {
	padding-bottom: 0;
}

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

.ph-team-carousel__nav {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 29px;
	width: calc(100% - ((100vw - min(100vw, var(--ph-container))) / 2) - 40px);
	margin-top: 35px;
}

.ph-team-carousel__progress-track {
	position: relative;
	height: 2px;
	background: rgba(255, 255, 255, 0.9);
	overflow: visible;
}

.ph-team-carousel__progress {
	position: absolute;
	left: 0;
	top: 50%;
	width: 72px;
	height: 4px;
	border-radius: 999px;
	background: #fff;
	transform: translate3d(0, -50%, 0);
	transition: width 0.18s ease;
}

.ph-team-carousel__nav .ph-section-head__arrows {
	position: static;
	gap: 20px;
}

.ph-team-carousel .ph-team-card {
	position: relative;
	width: 285px;
	height: 403px;
	border-color: #00bfab;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
}

.ph-team-carousel .ph-team-card__image {
	position: absolute;
	inset: 0;
	height: 100%;
	background-position: center top;
	background-size: cover;
	transition: opacity 0.28s ease, transform 0.35s ease;
}

.ph-team-carousel .ph-team-card__plus {
	position: absolute;
	right: 17px;
	top: 13px;
	z-index: 4;
	width: 63px;
	height: 63px;
	padding: 0;
	border: 0;
	border-radius: 900px;
	background: #001134;
	color: #fff;
	cursor: pointer;
	font: inherit;
	appearance: none;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.ph-team-carousel .ph-team-card__plus:focus-visible {
	outline: 2px solid #00bfab;
	outline-offset: 4px;
}

.ph-team-carousel .ph-team-card__plus::before,
.ph-team-carousel .ph-team-card__plus::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.ph-team-carousel .ph-team-card__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ph-team-carousel .ph-team-card__meta {
	position: absolute;
	left: -22px;
	right: -18px;
	bottom: 0;
	min-height: 85px;
	padding: 20px 45px 16px;
	background: #001134;
	color: #fff;
	z-index: 2;
	transition: inset 0.28s ease, min-height 0.28s ease, padding 0.28s ease, border-radius 0.28s ease;
}

.ph-team-carousel .ph-team-card__meta h3 {
	color: #fff;
}

.ph-team-carousel .ph-team-card__role {
	color: #00bfab;
}

.ph-team-carousel .ph-team-card__meta p:last-child {
	color: rgba(255, 255, 255, 0.9);
}

.ph-team-carousel .ph-team-card__bio {
	display: block;
	max-height: 0;
	margin-top: 0;
	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-team-carousel .ph-team-card.is-open .ph-team-card__image {
	opacity: 0;
	transform: scale(1.04);
}

.ph-team-carousel .ph-team-card.is-open .ph-team-card__plus {
	background: #00bfab;
	transform: rotate(45deg);
}

.ph-team-carousel .ph-team-card.is-open .ph-team-card__meta {
	inset: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 34px 25px 31px;
	border-radius: 0;
}

.ph-team-carousel .ph-team-card.is-open .ph-team-card__bio {
	max-height: 190px;
	margin-top: 18px;
	opacity: 1;
	transform: translateY(0);
}

.ph-partners--coop {
	margin-top: 61px;
	min-height: 434px;
	padding: 58px 0 73px;
	background: #00bfab;
	border-radius: 20px 20px 0 0;
}

.ph-partners--coop .container {
	max-width: none;
	padding-inline: 0;
}

.ph-partners--coop .ph-section-head h2 {
	text-align: center;
	width: 100%;
}

.ph-partners--coop .ph-section-head {
	justify-content: center;
	align-items: center;
	margin-bottom: 41px;
	padding-inline: var(--ph-gutter);
}

.ph-partners--coop .ph-section-head__arrows {
	display: none;
}

.ph-partners--coop .ph-partners-marquee {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.ph-partners--coop .ph-simple-carousel__viewport {
	overflow: hidden;
	padding-left: 0;
}

.ph-partners--coop .ph-simple-carousel__track {
	gap: 0;
}

.ph-coop-page .ph-partners--coop .ph-logo-card {
	padding: 0;
}

.ph-coop-page .ph-partners--coop .ph-logo-card img {
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.ph-partners-marquee__track {
	animation: pharmedio-partners-marquee 32s linear infinite;
	will-change: transform;
}

.ph-partners-marquee:hover .ph-partners-marquee__track,
.ph-partners-marquee:focus-within .ph-partners-marquee__track,
.ph-partners-marquee .ph-simple-carousel__viewport.is-dragging .ph-partners-marquee__track {
	animation-play-state: paused;
}

.ph-partners-marquee__group {
	display: flex;
	align-items: stretch;
	gap: 15px;
	padding-right: 15px;
	flex: 0 0 auto;
}

@keyframes pharmedio-partners-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-33.333333%, 0, 0);
	}
}

.ph-coop-newsletter {
	padding: 38px 0 53px;
	background: #fff;
}

.ph-coop-newsletter .home-newsletter__box {
	position: relative;
	min-height: 240px;
	padding: 0;
	border-radius: 20px;
	background: #001134;
}

.ph-coop-newsletter .home-newsletter__text {
	left: 59px;
	top: 57px;
	width: 495px;
}

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

.ph-coop-newsletter .home-newsletter__heading-mobile,
.ph-coop-newsletter .home-newsletter__copy-mobile {
	display: none;
}

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

.ph-coop-newsletter .home-newsletter__text p + p {
	margin-top: 0;
}

.ph-coop-newsletter .home-newsletter__device {
	left: 560px;
	top: -13px;
	width: 210px;
	height: 266px;
	background-image: url('../img/cooperation/newsletter-decor.png');
}

.ph-coop-newsletter .home-newsletter__form {
	left: 893px;
	top: 87px;
	width: 366px;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 {
	width: 100%;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form,
.ph-coop-newsletter .home-newsletter__form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form > p,
.ph-coop-newsletter .home-newsletter__form .wpcf7-form > p {
	margin: 0;
}

.ph-coop-newsletter .home-newsletter__input {
	display: flex;
	align-items: center;
	height: 54px;
	padding: 3px;
	border-radius: 900px;
	background: #fff;
}

.ph-coop-newsletter .home-newsletter__input input {
	flex: 1;
	min-width: 0;
	min-height: 0;
	height: auto;
	padding: 0 74px 0 24px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 15px;
	line-height: 1.333;
	color: #001134;
}

.ph-coop-newsletter .home-newsletter__input input::placeholder {
	color: rgba(0, 17, 52, 0.5);
}

.ph-coop-newsletter .home-newsletter__input button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-height: 48px;
	padding: 0;
	border: 0;
	border-radius: 900px;
	background: #00bfab;
}

.ph-coop-newsletter .home-newsletter__consent {
	display: grid;
	grid-template-columns: 15px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	width: 363px;
	margin-top: 20px;
}

.ph-coop-newsletter .home-newsletter__consent input {
	width: 15px;
	height: 15px;
	min-height: 15px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 2px;
	background: transparent;
	appearance: none;
	position: relative;
}

.ph-coop-newsletter .home-newsletter__consent input::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border-radius: 1px;
	background: #fff;
	opacity: 0;
	transform: translate(-50%, -50%);
}

.ph-coop-newsletter .home-newsletter__consent input:checked::after {
	opacity: 1;
}

.ph-coop-newsletter .home-newsletter__consent span {
	font-size: 12px;
	line-height: 1.333;
	color: #fff;
}

.ph-coop-newsletter .home-newsletter__consent button {
	padding: 0;
	border: 0;
	min-height: auto;
	background: transparent;
	color: #fff;
	font-size: 12px;
	line-height: 1.333;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form input[type='email'],
.ph-coop-newsletter .home-newsletter__form .wpcf7-form input[type='email'] {
	width: 100%;
	height: 54px;
	min-height: 54px;
	padding: 0 18px;
	border: 0;
	border-radius: 900px;
	background: #fff;
	font-size: 15px;
	line-height: 1.333;
	color: #001134;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form input[type='email']::placeholder,
.ph-coop-newsletter .home-newsletter__form .wpcf7-form input[type='email']::placeholder {
	color: rgba(0, 17, 52, 0.5);
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form input[type='submit'],
.ph-coop-newsletter .home-newsletter__form .wpcf7-form input[type='submit'] {
	width: 100%;
	height: 44px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #00bfab;
	border-radius: 900px;
	background: #00bfab;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	color: #001134;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.3;
	color: #ffb8b8;
}

.ph-coop-newsletter .home-newsletter__form .wpcf7 form .wpcf7-response-output,
.ph-coop-newsletter .home-newsletter__form .wpcf7-form .wpcf7-response-output {
	margin: 8px 0 0;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
}

@media (max-width: 1399px) {
	.ph-contact-page__grid {
		grid-template-columns: minmax(0, 1fr) 560px;
	}

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

	.ph-coop-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 600px);
	}

	.ph-coop-hero__content {
		padding-right: 10px;
	}
}

@media (max-width: 1199px) {
	.ph-contact-page__grid,
	.ph-knowledge-hero__grid,
	.ph-knowledge-faq__grid,
	.ph-coop-hero__grid {
		grid-template-columns: 1fr;
	}

	.ph-contact-page__content,
	.ph-knowledge-hero__content {
		max-width: 100%;
	}

	.ph-contact-form {
		max-width: 760px;
	}

	.ph-contact-page__decor {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin-top: 26px;
		width: min(595px, 100%);
	}

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

	.ph-coop-benefits > .container {
		display: block;
		min-height: 0;
	}

	.ph-coop-benefits__grid {
		grid-column: auto;
		grid-row: auto;
		width: auto;
		margin-top: 34px;
	}

	.ph-benefit-card {
		width: auto;
	}

	.ph-benefit-card:not(:first-child) p {
		display: block;
	}

	.ph-step-card h3 {
		margin-top: 74px;
	}

	.ph-benefit-card__content,
	.ph-benefit-card:not(:first-child) .ph-benefit-card__content {
		margin-top: 74px;
	}

	.ph-benefit-card:hover .ph-benefit-card__content,
	.ph-benefit-card:focus .ph-benefit-card__content,
	.ph-benefit-card:focus-within .ph-benefit-card__content {
		transform: translateY(-42px);
	}

	.ph-knowledge-faq__intro h2 {
		font-size: 48px;
	}

	.ph-faq__toggle span:first-child {
		font-size: 30px;
	}

	.ph-coop-hero__content {
		padding: 94px 0 0;
	}

	.ph-coop-hero__media {
		height: 480px;
		margin-bottom: 50px;
	}

	.ph-coop-team > .container {
		display: block;
	}

	.ph-coop-team .ph-section-head {
		display: flex;
		margin-bottom: 30px;
	}

	.ph-coop-team .ph-section-head__arrows {
		position: static;
	}

	.ph-team-carousel .ph-simple-carousel {
		width: calc(100vw - ((100vw - min(100vw, var(--ph-container))) / 2) - 20px);
	}

	.ph-team-carousel__nav {
		width: calc(100% - 20px);
	}

	.ph-coop-newsletter .home-newsletter__box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 116px;
		min-height: 0;
		padding: 30px 28px;
	}

	.ph-coop-newsletter .home-newsletter__text,
	.ph-coop-newsletter .home-newsletter__device,
	.ph-coop-newsletter .home-newsletter__form {
		position: static;
		width: 100%;
	}

	.ph-coop-newsletter .home-newsletter__device {
		width: 180px;
		height: 228px;
		margin: 0 auto;
	}

	.ph-coop-newsletter .home-newsletter__form {
		max-width: 420px;
		margin-left: auto;
	}
}

@media (max-width: 991px) {
	.ph-contact-page__hero,
	.ph-about-hero,
	.ph-about-process,
	.ph-about-team,
	.ph-about-stats,
	.ph-about-testimonials,
	.ph-knowledge-hero,
	.ph-knowledge-video,
	.ph-knowledge-articles,
	.ph-knowledge-faq,
	.ph-coop-benefits,
	.ph-coop-team,
	.ph-coop-newsletter {
		padding-top: 42px;
		padding-bottom: 42px;
	}

	.ph-contact-page__content h1,
	.ph-about-hero h1,
	.ph-about-process h2,
	.ph-section-head h2,
	.ph-coop-hero__content h1,
	.ph-coop-benefits h2,
	.ph-coop-newsletter .home-newsletter__text h2 {
		font-size: 34px;
	}

	.ph-about-hero > .container > p:last-of-type,
	.ph-coop-hero__content p,
	.ph-knowledge-hero__content p {
		font-size: 18px;
		line-height: 1.4;
	}

	.ph-about-stats__grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.ph-about-stats__card {
		min-height: 150px;
	}

	.ph-about-stats__card.is-dark {
		grid-column: auto;
		grid-row: auto;
	}

	.ph-knowledge-hero__content h1,
	.ph-knowledge-faq__intro h2 {
		font-size: 42px;
	}

	.ph-knowledge-video__frame {
		height: 440px;
	}

	.ph-faq__toggle {
		min-height: 84px;
	}

	.ph-faq__toggle span:first-child {
		font-size: 24px;
	}

	.ph-faq__icon {
		width: 38px;
		height: 38px;
		min-height: 38px;
		flex-basis: 38px;
	}

	.ph-benefit-card,
	.ph-step-card {
		min-height: 260px;
	}
}

@media (max-width: 767px) {
	.ph-contact-page__grid,
	.ph-contact-form__row,
	.ph-about-process__grid,
	.ph-coop-benefits__grid {
		grid-template-columns: 1fr;
	}

	.ph-contact-page__content {
		max-width: 100%;
	}

	.ph-contact-page__hero {
		padding: 22px 0 34px;
	}

	.ph-contact-page__content h1 {
		font-size: clamp(34px, 11vw, 44px);
		line-height: 1.06;
		margin-top: 8px;
	}

	.ph-contact-page__content p {
		margin-top: 14px;
		font-size: 13px;
		line-height: 1.4;
	}

	.ph-contact-page__mail-lead {
		margin-top: 16px;
	}

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

	.ph-contact-form {
		margin-top: 18px;
		gap: 8px;
	}

	.ph-contact-form .wpcf7 form,
	.ph-contact-form .wpcf7-form {
		gap: 8px;
	}

	.ph-contact-form input,
	.ph-contact-form textarea {
		min-height: 44px;
		padding-inline: 14px;
		font-size: 13px;
	}

	.ph-contact-form textarea {
		min-height: 96px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.ph-contact-form .ph-contact-form__consent {
		grid-template-columns: 12px minmax(0, 1fr);
		gap: 10px;
		margin-top: 10px;
	}

	.ph-contact-form .ph-contact-form__consent input[type='checkbox'] {
		width: 12px;
		height: 12px;
		min-height: 12px;
	}

	.ph-contact-form .ph-contact-form__consent span,
	.ph-contact-form .ph-contact-form__consent button {
		font-size: 11px;
		line-height: 1.3;
	}

	.ph-contact-form__submit {
		width: 194px;
		max-width: 100%;
		margin-inline: auto;
	}

	.ph-contact-form .wpcf7 form input[type='submit'],
	.ph-contact-form .wpcf7-form input[type='submit'] {
		width: 194px;
		max-width: 100%;
		margin-inline: auto;
	}

	.ph-contact-form .wpcf7 form .wpcf7-response-output,
	.ph-contact-form .wpcf7-form .wpcf7-response-output {
		font-size: 12px;
		line-height: 1.35;
	}

	.ph-about-hero {
		padding: 24px 0;
	}

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

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

	.ph-about-hero > .container > p:last-of-type {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.4;
		text-align: left;
	}

	.ph-about-hero__mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 18px;
	}

	.ph-about-hero__tile {
		height: 116px;
	}

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

	.ph-about-process h2 {
		margin-top: 10px;
		font-size: 30px;
	}

	.ph-about-process__grid {
		margin-top: 18px;
	}

	.ph-step-card {
		min-height: 0;
		padding: 18px 16px 16px;
	}

	.ph-step-card__number {
		font-size: 32px;
	}

	.ph-step-card h3 {
		margin-top: 38px;
		font-size: 16px;
	}

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

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

	.ph-section-head__arrows {
		gap: 8px;
	}

	.ph-team-card {
		width: 240px;
		border-radius: 10px;
	}

	.ph-team-card__image {
		height: 140px;
	}

	.ph-team-card__meta {
		padding: 12px;
	}

	.ph-team-card__meta h3 {
		font-size: 14px;
	}

	.ph-team-card__role {
		font-size: 11px;
	}

	.ph-team-card__meta p:last-child {
		font-size: 10px;
		line-height: 1.35;
		margin-top: 8px;
	}

	.ph-about-stats {
		padding: 10px 0 24px;
	}

	.ph-about-stats__card {
		min-height: 0;
		padding: 16px 14px;
	}

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

	.ph-about-stats__label {
		font-size: 16px;
	}

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

	.ph-quote-card {
		width: 240px;
		min-height: 250px;
		padding: 16px;
	}

	.ph-quote-card h3 {
		margin-top: 20px;
		font-size: 12px;
		line-height: 1.3;
	}

	.ph-quote-card span {
		font-size: 11px;
		line-height: 1.3;
		margin-top: 4px;
	}

	.ph-section-head h2,
	.ph-coop-hero__content h1,
	.ph-coop-benefits h2,
	.ph-coop-newsletter .home-newsletter__text h2 {
		font-size: 29px;
		line-height: 1.16;
	}

	.ph-step-card p,
	.ph-benefit-card p,
	.ph-quote-card p,
	.ph-faq__panel p {
		font-size: 14px;
		line-height: 1.5;
	}

	.ph-logo-card {
		width: 272px;
		height: 168px;
		padding: 16px;
	}

	.ph-logo-card img {
		max-height: 62px;
	}

	.ph-knowledge-hero {
		padding: 22px 0 20px;
	}

	.ph-knowledge-hero__content,
	.ph-knowledge-alerts,
	.ph-coop-newsletter .home-newsletter__box,
	.ph-coop-hero__content {
		padding-inline: 20px;
	}

	.ph-knowledge-hero__content {
		padding: 0;
		background: transparent;
	}

		.ph-knowledge-hero__content::after {
			content: '';
			display: block;
			height: 180px;
			margin-top: 12px;
			border-radius: 10px;
			background: url('../img/knowledge/hero-mobile-decor.png') center / cover no-repeat;
		}

	.ph-knowledge-hero__content h1 {
		font-size: 42px;
		line-height: 1.06;
		margin-top: 8px;
	}

	.ph-knowledge-hero__content p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.4;
	}

	.ph-knowledge-hero__tags {
		margin-top: 12px;
		gap: 6px;
	}

	.ph-knowledge-hero__tags a {
		min-height: 23px;
		padding: 0 12px;
		font-size: 10px;
	}

	.ph-knowledge-alerts {
		padding: 20px 16px;
		border-radius: 10px;
		gap: 12px;
	}

	.ph-knowledge-alerts h2 {
		font-size: 30px;
	}

	.ph-knowledge-video {
		padding: 20px 0 24px;
	}

	.ph-knowledge-video__frame {
		height: 238px;
		border-radius: 10px;
	}

	.ph-knowledge-video__play {
		width: 72px;
		height: 72px;
		min-height: 72px;
	}

	.ph-knowledge-articles {
		padding: 0 0 24px;
	}

	.ph-article-card {
		width: 155px;
		min-height: 190px;
		padding: 8px;
		border-radius: 8px;
	}

	.ph-article-card__thumb {
		height: 80px;
		border-radius: 6px;
	}

	.ph-article-card__chips {
		margin-top: 6px;
		gap: 4px;
	}

	.ph-article-card__chips span {
		height: 17px;
		padding: 0 8px;
		font-size: 9px;
	}

	.ph-article-card h3 {
		margin-top: 8px;
		font-size: 10px;
		line-height: 1.3;
	}

	.ph-article-card .btn {
		width: 76px;
		height: 22px;
		min-height: 22px;
	}

	.ph-article-card .btn .btn__label {
		font-size: 10px;
	}

	.ph-knowledge-faq {
		padding: 10px 0 26px;
	}

	.ph-knowledge-faq__grid {
		gap: 12px;
	}

	.ph-knowledge-faq__intro h2 {
		margin-top: 8px;
		font-size: 34px;
	}

	.ph-faq__toggle {
		min-height: 48px;
		padding: 12px 0;
	}

	.ph-faq__toggle span:first-child {
		font-size: 16px;
		line-height: 1.3;
	}

	.ph-faq__icon {
		width: 24px;
		height: 24px;
		min-height: 24px;
		flex-basis: 24px;
	}

	.ph-faq__icon::before,
	.ph-faq__icon::after {
		width: 9px;
	}

	.ph-faq__panel {
		padding-bottom: 12px;
	}

	.ph-faq__panel p {
		font-size: 12px;
		line-height: 1.4;
	}

	.ph-partners--knowledge {
		padding: 0 0 24px;
	}

	.ph-partners--knowledge .ph-section-head h2 {
		font-size: 24px;
	}

	.ph-partners--knowledge .ph-logo-card {
		width: 220px;
		height: 120px;
		padding: 12px;
		border-radius: 10px;
	}

	.ph-partners--knowledge .ph-logo-card img {
		max-height: 42px;
	}

	.ph-coop-hero {
		padding: 22px 0 24px;
	}

	.ph-coop-hero__grid {
		min-height: 0;
		gap: 16px;
	}

	.ph-coop-hero__media {
		height: min(62vw, 260px);
		min-height: 220px;
		margin-bottom: 0;
		border-radius: 10px;
	}

	.ph-coop-hero__content {
		max-width: 100%;
		padding: 18px 0 0;
	}

	.ph-coop-hero__content h1 {
		font-size: clamp(34px, 11vw, 42px);
		line-height: 1.06;
		margin-top: 8px;
	}

	.ph-coop-hero__content p {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.42;
	}

	.ph-coop-hero__cta {
		width: 100%;
		margin-top: 20px;
	}

	.ph-coop-benefits {
		padding: 24px 0 28px;
	}

	.ph-coop-benefits h2 {
		max-width: none;
		margin-top: 10px;
	}

	.ph-coop-benefits__grid {
		margin-top: 18px;
	}

	.ph-benefit-card {
		min-height: 0;
		padding: 20px 16px 18px;
	}

	.ph-benefit-card__number {
		font-size: 36px;
	}

	.ph-benefit-card__content,
	.ph-benefit-card:not(:first-child) .ph-benefit-card__content {
		margin-top: 44px;
	}

	.ph-benefit-card h3 {
		margin-top: 0;
		font-size: 16px;
		line-height: 1.3;
	}

	.ph-benefit-card:hover .ph-benefit-card__content,
	.ph-benefit-card:focus .ph-benefit-card__content,
	.ph-benefit-card:focus-within .ph-benefit-card__content {
		transform: translateY(-24px);
	}

	.ph-coop-team {
		padding: 18px 0 24px;
	}

	.ph-team-carousel .ph-team-card {
		width: 240px;
		height: 320px;
		border-radius: 10px;
	}

	.ph-team-carousel .ph-team-card__meta {
		left: 0;
		right: 0;
		bottom: 0;
		min-height: 72px;
		padding: 12px;
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__meta {
		padding: 16px;
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__bio {
		max-height: 150px;
		margin-top: 12px;
	}

	.ph-team-carousel .ph-team-card__plus {
		right: 8px;
		top: 8px;
		width: 40px;
		height: 40px;
	}

	.ph-team-carousel .ph-team-card__plus::before,
	.ph-team-carousel .ph-team-card__plus::after {
		width: 16px;
	}

	.ph-partners--coop {
		margin-top: 0;
		padding: 24px 0 22px;
		border-radius: 10px 10px 0 0;
	}

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

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

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

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

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

	.ph-coop-newsletter {
		padding: 24px 0 30px;
	}
}

/* Knowledge center redesign */
.ph-knowledge-page {
	background: #fff;
}

.ph-knowledge-page .ph-knowledge-hero {
	padding: 0;
	background: #f2f2f2;
}

.ph-knowledge-page .ph-knowledge-hero > .container {
	width: min(100%, 1440px);
	padding-inline: 0;
}

.ph-knowledge-page .ph-knowledge-hero__media {
	position: relative;
	min-height: 778px;
	aspect-ratio: 1440 / 778;
	border-radius: 0;
	overflow: hidden;
	background-color: #f2f2f2;
	isolation: isolate;
}

.ph-knowledge-page .ph-knowledge-hero__visual {
	position: absolute;
	left: 1.667%;
	top: 4.627%;
	right: auto;
	bottom: auto;
	width: 98.333%;
	height: 90.746%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	border-radius: 20px;
	z-index: 0;
}

.ph-knowledge-page .ph-knowledge-hero__poster {
	background: #d9eef3;
}

.ph-knowledge-page .ph-knowledge-hero__video {
	opacity: 0;
	transition: opacity 180ms ease;
}

.ph-knowledge-page .ph-knowledge-hero__video.is-ready {
	opacity: 1;
}

.ph-knowledge-page .ph-knowledge-hero__mobile-frame {
	display: none;
}

.ph-knowledge-page .ph-knowledge-hero__mask {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	pointer-events: none;
	z-index: 1;
}

.ph-knowledge-page .ph-knowledge-hero__media::before,
.ph-knowledge-page .ph-knowledge-hero__media::after {
	content: none;
}

.ph-knowledge-page .ph-knowledge-hero__content {
	position: absolute;
	left: 44px;
	top: 50px;
	z-index: 2;
	width: min(100%, 737px);
	padding: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}

.ph-knowledge-page .ph-knowledge-hero__content::after {
	content: none;
}

.ph-knowledge-page .ph-knowledge-hero h1 {
	margin-top: 0;
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-hero__lead {
	max-width: 508px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 25px;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-hero__accent {
	color: #00bfab;
}

.ph-knowledge-page .ph-knowledge-hero__tags {
	position: absolute;
	left: 38.333%;
	right: auto;
	top: 76.864%;
	bottom: auto;
	z-index: 2;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 19px;
	margin-top: 0;
}

.ph-knowledge-page .ph-knowledge-hero__tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 39px;
	border: 1px solid #001134;
	border-radius: 900px;
	background: transparent;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	color: #001134;
	text-decoration: none;
	white-space: nowrap;
}

.ph-knowledge-page .ph-knowledge-hero__tags a:hover,
.ph-knowledge-page .ph-knowledge-hero__tags a:active {
	background: #001134;
	color: #fff;
}

.ph-knowledge-page .ph-knowledge-insights {
	padding: 0 0 72px;
	background: #fff;
}

.ph-knowledge-page .ph-knowledge-insights > .container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

.ph-knowledge-page .ph-knowledge-insights__panel {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 58px 38px 54px;
	border-radius: 20px 20px 0 0;
	background: #fff;
	color: #fff;
}

.ph-knowledge-page .ph-knowledge-insights__panel::before {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	z-index: 0;
	height: 994px;
	border-radius: 20px 20px 0 0;
	background: #001134;
	pointer-events: none;
}

.ph-knowledge-page .ph-knowledge-insights__panel > * {
	position: relative;
	z-index: 1;
}

.ph-knowledge-page .ph-knowledge-alerts-block {
	display: grid;
	position: relative;
	grid-template-columns: 342px minmax(0, 1fr);
	gap: 45px;
	align-items: start;
	min-height: 445px;
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor,
.ph-knowledge-page .ph-knowledge-qa__decor {
	position: relative;
	overflow: hidden;
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor {
	position: absolute;
	left: 11px;
	top: 96px;
	width: 441px;
	height: 445px;
	min-height: 0;
	overflow: visible;
	pointer-events: none;
}

.ph-knowledge-page .ph-knowledge-clover {
	position: absolute;
	display: block;
	border-radius: 900px 900px 0 900px;
}

.ph-knowledge-page .ph-knowledge-clover--dark {
	background: #0e2254;
}

.ph-knowledge-page .ph-knowledge-clover--light {
	background: #8599b2;
}

.ph-knowledge-page .ph-knowledge-clover--mint {
	background: #00bfab;
}

.ph-knowledge-page .ph-knowledge-clover--soft {
	background: #d7e9e6;
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover,
.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover {
	width: 136px;
	height: 136px;
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(1) {
	left: 0;
	top: 0;
	background: #00bfab;
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(2) {
	left: 153px;
	top: 0;
	background: rgba(0, 191, 171, 0.2);
	transform: rotate(180deg) scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(3) {
	left: 305px;
	top: 0;
	background: rgba(0, 191, 171, 0.2);
	transform: rotate(180deg) scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(4) {
	left: 0;
	top: 154px;
	background: rgba(0, 191, 171, 0.5);
	transform: scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(5) {
	left: 153px;
	top: 154px;
	background: #00bfab;
	transform: rotate(180deg);
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(6) {
	left: 153px;
	top: 308px;
	height: 137px;
	background: rgba(0, 191, 171, 0.5);
}

.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(7) {
	left: 305px;
	top: 154px;
	background: rgba(0, 191, 171, 0.2);
	transform: rotate(180deg);
}

.ph-knowledge-page .ph-knowledge-alerts-block__content {
	display: contents;
}

.ph-knowledge-page .ph-knowledge-alerts-block__content h2 {
	grid-column: 1;
	grid-row: 1;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	color: #fff;
}

.ph-knowledge-page .ph-knowledge-alerts-block__content h2 a {
	color: inherit;
	text-decoration: none;
}

.ph-knowledge-page .ph-knowledge-alerts-block__content h2 a:hover,
.ph-knowledge-page .ph-knowledge-alerts-block__content h2 a:active {
	color: #00bfab;
}

.ph-knowledge-page .ph-knowledge-alerts-list {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: flex;
	flex-direction: column;
}

.ph-knowledge-page .ph-knowledge-alerts-block__more {
	grid-column: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: flex-end;
	min-height: 42px;
	margin-top: 22px;
	padding: 0 28px;
	border: 1px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	text-decoration: none;
	transition: background-color var(--ph-transition-fast), border-color var(--ph-transition-fast), color var(--ph-transition-fast), transform var(--ph-transition-fast);
}

.ph-knowledge-page .ph-knowledge-alerts-block__more:hover,
.ph-knowledge-page .ph-knowledge-alerts-block__more:active {
	border-color: #00bfab;
	background: #00bfab;
	color: #001134;
	transform: translateY(-1px);
}

.ph-knowledge-page .ph-knowledge-alert-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 218px 45px;
	grid-template-areas: 'title meta action';
	align-items: center;
	gap: 38px;
	min-height: 101px;
	padding: 0 0 0 25px;
	border-bottom: 1px solid #00bfab;
}

.ph-knowledge-page .ph-knowledge-alert-card:first-child {
	border-top: 0;
}

.ph-knowledge-page .ph-knowledge-alert-card h3 {
	grid-area: title;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
}

.ph-knowledge-page .ph-knowledge-alert-card__meta {
	grid-area: meta;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.ph-knowledge-page .ph-knowledge-alert-card__meta span {
	font-size: 13px;
	line-height: 1.538;
	text-transform: uppercase;
	color: #00bfab;
}

.ph-knowledge-page .ph-knowledge-alert-card__meta strong {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.538;
	color: #fff;
}

.ph-knowledge-page .ph-knowledge-alert-card__action,
.ph-portals-section .ph-portal-card__action,
.ph-knowledge-page .ph-knowledge-articles-nav__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	min-height: 45px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 900px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	flex: 0 0 45px;
	transition: background-color var(--ph-transition-fast), color var(--ph-transition-fast), transform var(--ph-transition-fast);
}

.ph-knowledge-page .ph-knowledge-alert-card__action {
	grid-area: action;
}

.ph-portals-section .ph-portal-card__action {
	border: 0;
}

.ph-knowledge-page .ph-knowledge-alert-card__action:hover,
.ph-knowledge-page .ph-knowledge-alert-card__action:active,
.ph-portals-section .ph-portal-card__action:hover,
.ph-portals-section .ph-portal-card__action:active,
.ph-knowledge-page .ph-knowledge-articles-nav__button:hover:not(:disabled),
.ph-knowledge-page .ph-knowledge-articles-nav__button:active:not(:disabled) {
	background: #00bfab;
	color: #001134;
	transform: translateY(-1px);
}

.ph-knowledge-page .ph-knowledge-insights__divider {
	height: 1px;
	margin: 50px 2px 80px;
	background: rgba(255, 255, 255, 0.82);
}

.ph-knowledge-page .ph-knowledge-qa {
	position: relative;
}

.ph-knowledge-page .ph-knowledge-qa .ph-page-kicker {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	text-transform: none;
	color: #fff;
}

.ph-knowledge-page .ph-page-kicker__mobile,
.ph-knowledge-page .ph-knowledge-faq__title-mobile {
	display: none;
}

.ph-knowledge-page .ph-knowledge-qa__frame {
	position: relative;
	margin: 0 2px;
	height: 587px;
	border-radius: 0;
	overflow: hidden;
	background-image: var(--ph-qa-image);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ph-knowledge-page .ph-knowledge-qa__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ph-knowledge-page .ph-knowledge-qa__video--mobile,
.ph-knowledge-page .ph-knowledge-qa__play--mobile {
	display: none;
}

.ph-knowledge-page .ph-knowledge-qa__play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 118px;
	height: 118px;
	min-height: 118px;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translate(-50%, -50%);
}

.ph-knowledge-page .ph-knowledge-qa__play svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ph-knowledge-page .ph-knowledge-qa__play:hover,
.ph-knowledge-page .ph-knowledge-qa__play:active {
	transform: translate(-50%, -50%) scale(1.04);
}

.ph-knowledge-page .ph-knowledge-qa__frame.is-playing .ph-knowledge-qa__play {
	display: none;
}

.ph-knowledge-page .ph-knowledge-qa__articles-wrap {
	position: relative;
	margin-top: -80px;
	padding-left: calc(min(40.1vw, 577px) + 20px);
}

.ph-knowledge-page .ph-knowledge-qa__decor {
	position: absolute;
	left: 0;
	top: 117px;
	width: 441px;
	height: 291px;
	pointer-events: none;
}

.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover:nth-child(1) {
	left: 0;
	top: 0;
	background: #00bfab;
}

.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover:nth-child(2) {
	left: 152px;
	top: 0;
	background: rgba(0, 191, 171, 0.5);
	transform: rotate(180deg) scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover:nth-child(3) {
	left: 305px;
	top: 0;
	background: #00bfab;
	transform: rotate(180deg) scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover:nth-child(4) {
	left: 0;
	top: 154px;
	height: 137px;
	background: rgba(0, 191, 171, 0.8);
	transform: scaleY(-1);
}

.ph-knowledge-page .ph-knowledge-qa__decor .ph-knowledge-clover:nth-child(5) {
	left: 152px;
	top: 154px;
	height: 137px;
	background: #00bfab;
	transform: rotate(180deg);
}

.ph-knowledge-page .ph-knowledge-articles-grid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 248px;
	gap: 15px;
	width: calc(100% + 38px);
	max-width: none;
	margin-left: 0;
	overflow-x: auto;
	padding: 0 38px 8px 0;
	cursor: grab;
	scrollbar-width: none;
	scroll-behavior: smooth;
	touch-action: pan-x;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

.ph-knowledge-page .ph-knowledge-articles-grid.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.ph-knowledge-page .ph-knowledge-articles-grid.is-dragging a {
	pointer-events: none;
}

.ph-knowledge-page .ph-knowledge-articles-grid::-webkit-scrollbar {
	display: none;
}

.ph-knowledge-page .ph-knowledge-article-card {
	width: 248px;
	height: 319px;
	min-height: 319px;
	padding: 16px;
	border: 1.5px solid #1b2b4a;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-article-card__thumb {
	order: 2;
	height: 128px;
	margin-top: 13px;
	border-radius: 10px;
	background-color: #d0d7e0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ph-knowledge-page .ph-knowledge-article-card__chips {
	order: 1;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: 0;
}

.ph-knowledge-page .ph-knowledge-article-card__chips span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 21px;
	padding: 0 14px;
	border: 1px solid #001134;
	border-radius: 900px;
	font-size: 12px;
	line-height: 1.333;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-article-card h3 {
	order: 3;
	margin-top: 16px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-article-card .btn {
	order: 4;
	width: 138px;
	height: 36px;
	min-height: 36px;
	margin: auto -8px 0 auto;
}

.ph-knowledge-page .ph-knowledge-article-card .btn__label {
	font-size: 15px;
	font-weight: 500;
}

.ph-knowledge-page .ph-knowledge-articles-nav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 28px;
	width: 100%;
	min-height: 5px;
	margin: 34px 0 0;
}

.ph-knowledge-page .ph-knowledge-articles-nav__track {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: #1b2b4a;
}

.ph-knowledge-page .ph-knowledge-articles-nav__progress {
	position: absolute;
	left: 0;
	top: 50%;
	width: 169px;
	height: 5px;
	border-radius: 999px;
	background: #1b2b4a;
	transform: translateY(-50%);
}

.ph-knowledge-page .ph-knowledge-articles-nav__buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
}

.ph-knowledge-page .ph-knowledge-articles-nav__button {
	border-color: #1b2b4a;
	color: #1b2b4a;
}

.ph-knowledge-page .ph-knowledge-faq {
	padding: 96px 0 86px;
	background: #fff;
}

.ph-knowledge-page .ph-knowledge-faq__grid {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.ph-knowledge-page .ph-knowledge-faq__intro h2 {
	margin-top: 16px;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.167;
	color: #001134;
}

.ph-knowledge-page .ph-faq {
	border-top: 2px solid #00bfab;
}

.ph-knowledge-page .ph-faq__item {
	border-bottom: 2px solid #00bfab;
}

.ph-knowledge-page .ph-faq__toggle {
	position: relative;
	display: block;
	width: 100%;
	min-height: 104px;
	padding: 24px 72px 24px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
	color: #001134;
}

.ph-knowledge-page .ph-faq__toggle span:first-child {
	display: block;
	max-width: 680px;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.25;
}

.ph-knowledge-page .ph-faq__icon {
	position: absolute;
	right: 0;
	top: 24px;
	width: 45px;
	height: 45px;
	min-height: 45px;
	flex: 0 0 45px;
	border-radius: 900px;
	background: #001134;
	transition: background-color var(--ph-transition-fast);
}

.ph-knowledge-page .ph-faq__toggle:hover .ph-faq__icon {
	background: #00bfab;
}

.ph-knowledge-page .ph-faq__icon::before,
.ph-knowledge-page .ph-faq__icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 1.5px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.ph-knowledge-page .ph-faq__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity var(--ph-transition-fast);
}

.ph-knowledge-page .ph-faq__item.is-open .ph-faq__icon::after {
	opacity: 0;
}

.ph-knowledge-page .ph-faq__panel {
	padding: 0 0 24px;
}

.ph-knowledge-page .ph-faq__panel p {
	max-width: 640px;
	font-size: 15px;
	line-height: 1.5;
	color: #001134;
}

.ph-portals-section {
	padding: 106px 0 88px;
	border-radius: 20px 20px 0 0;
	background: #f2f2f2;
}

.ph-portals-section__intro {
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
	text-align: center;
}

.ph-portals-section__intro h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	color: #000;
}

.ph-portals-section__carousel .ph-simple-carousel__viewport {
	overflow: hidden;
	padding-bottom: 0;
}

.ph-portals-section__carousel {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.ph-portals-section__track {
	gap: 0;
	min-width: 0;
}

.ph-portals-marquee__track {
	animation: pharmedio-partners-marquee 34s linear infinite;
	will-change: transform;
}

.ph-portals-marquee:hover .ph-portals-marquee__track,
.ph-portals-marquee:focus-within .ph-portals-marquee__track,
.ph-portals-marquee .ph-simple-carousel__viewport.is-dragging .ph-portals-marquee__track {
	animation-play-state: paused;
}

.ph-portals-marquee__group {
	display: flex;
	align-items: stretch;
	gap: 10px;
	padding-right: 10px;
	flex: 0 0 auto;
}

.ph-portals-section .ph-portal-card {
	position: relative;
	width: 316px;
	height: 212px;
	padding: 12px;
	border: 3px solid #00bfab;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	flex: 0 0 auto;
}

.ph-portals-section .ph-portal-card__logo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 16px 24px;
}

.ph-portals-section .ph-portal-card__logo-link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}

.ph-portals-section .ph-portal-card__logo-link:focus-visible {
	outline: 2px solid #001134;
	outline-offset: 8px;
}

.ph-portals-section .ph-portal-card__logo img {
	display: block;
	max-width: 100%;
	max-height: 81px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.ph-about-page .ph-portals-section .ph-portal-card,
.ph-coop-page .ph-portals-section .ph-portal-card {
	padding: 0;
}

.ph-about-page .ph-portals-section .ph-portal-card__logo,
.ph-coop-page .ph-portals-section .ph-portal-card__logo {
	padding: 0;
}

.ph-about-page .ph-portals-section .ph-portal-card__logo img,
.ph-coop-page .ph-portals-section .ph-portal-card__logo img {
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.ph-portals-section .ph-portal-card__action {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #001134;
	color: #fff;
}

.ph-portals-section .ph-portal-card__action:hover,
.ph-portals-section .ph-portal-card__action:active {
	background: #00bfab;
	color: #001134;
}

.ph-knowledge-page .ph-knowledge-newsletter {
	padding: 0 0 72px;
	background: #fff;
}

.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__heading-mobile,
.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__copy-mobile {
	display: none;
}

.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__text p + p {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.ph-knowledge-page .ph-knowledge-hero {
		padding: 12px 0 28px;
	}

	.ph-knowledge-page .ph-knowledge-hero__media {
		min-height: 620px;
	}

	.ph-knowledge-page .ph-knowledge-hero__content {
		left: 24px;
		top: 50px;
		max-width: 470px;
	}

	.ph-knowledge-page .ph-knowledge-hero__media::before {
		width: min(100%, 470px);
		height: 188px;
	}

	.ph-knowledge-page .ph-knowledge-hero__media::after {
		width: min(100%, 500px);
	}

	.ph-knowledge-page .ph-knowledge-hero h1 {
		font-size: 48px;
		line-height: 1.08;
	}

	.ph-knowledge-page .ph-knowledge-hero__lead,
	.ph-knowledge-page .ph-knowledge-alert-card h3 {
		font-size: 18px;
		line-height: 1.35;
	}

	.ph-knowledge-page .ph-faq__toggle span:first-child {
		font-size: 28px;
		line-height: 1.25;
	}

	.ph-knowledge-page .ph-knowledge-hero__tags {
		left: 24px;
		right: auto;
		top: auto;
		bottom: 18px;
		gap: 12px;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: min(100%, 720px);
	}

	.ph-knowledge-page .ph-knowledge-hero__tags a {
		padding: 0 24px;
		font-size: 13px;
	}

	.ph-knowledge-page .ph-knowledge-hero__media::after {
		width: min(100%, 744px);
		height: 92px;
	}

	.ph-knowledge-page .ph-knowledge-insights__panel {
		padding: 40px 28px 32px;
	}

	.ph-knowledge-page .ph-knowledge-insights__panel::before {
		height: 100%;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block,
	.ph-knowledge-page .ph-knowledge-alerts-block__content,
	.ph-knowledge-page .ph-knowledge-faq__grid {
		grid-template-columns: 1fr;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block {
		gap: 24px;
		min-height: 0;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor {
		position: relative;
		left: auto;
		top: auto;
		width: min(100%, 441px);
		height: 291px;
		min-height: 0;
		max-width: none;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__content {
		gap: 24px;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__content h2,
	.ph-knowledge-page .ph-knowledge-alerts-list,
	.ph-knowledge-page .ph-knowledge-alerts-block__more {
		grid-column: 1;
		grid-row: auto;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__more {
		justify-self: flex-start;
		margin-top: 0;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__content h2,
	.ph-knowledge-page .ph-knowledge-faq__intro h2,
	.ph-portals-section__intro h2 {
		font-size: 48px;
	}

	.ph-knowledge-page .ph-knowledge-alert-card {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			'title action'
			'meta action';
		gap: 10px 18px;
		min-height: 0;
		padding: 18px 0;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__meta {
		justify-content: flex-start;
	}

	.ph-knowledge-page .ph-knowledge-insights__divider {
		margin: 40px 0;
	}

	.ph-knowledge-page .ph-knowledge-qa .ph-page-kicker {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 24px;
	}

	.ph-knowledge-page .ph-knowledge-qa__frame {
		margin: 0;
	}

	.ph-knowledge-page .ph-knowledge-qa__articles-wrap {
		margin-top: 24px;
		padding-left: 0;
	}

	.ph-knowledge-page .ph-knowledge-qa__decor {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-articles-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.ph-knowledge-page .ph-knowledge-articles-nav {
		width: 100%;
		margin: 28px 0 0;
	}

	.ph-knowledge-page .ph-knowledge-faq {
		padding: 72px 0 64px;
	}

	.ph-knowledge-page .ph-knowledge-faq__grid {
		gap: 28px;
	}

	.ph-knowledge-page .ph-faq__toggle {
		min-height: 72px;
	}

	.ph-portals-section {
		padding: 82px 0 72px;
	}

	.ph-portals-section__intro {
		margin-bottom: 42px;
	}

	.ph-portals-section__intro h2 {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.ph-knowledge-page .ph-knowledge-hero {
		padding: 44px 0 42px;
		background: #fff;
	}

	.ph-knowledge-page .ph-knowledge-hero > .container {
		width: min(100%, 390px);
		padding-inline: 20px;
	}

	.ph-knowledge-page .ph-knowledge-hero__media {
		display: flex;
		flex-direction: column;
		min-height: 0;
		aspect-ratio: auto;
		padding: 0;
		border-radius: 0;
		overflow: visible;
		background: transparent;
	}

	.ph-knowledge-page .ph-knowledge-hero__visual--desktop {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-hero__mobile-frame {
		display: block;
		position: relative;
		order: 2;
		width: min(356px, calc(100vw - 34px));
		height: min(536px, calc(150.56vw - 51.19px));
		margin-top: 27px;
		margin-left: -6px;
		overflow: hidden;
		background: #d9eef3;
	}

	.ph-knowledge-page .ph-knowledge-hero__mobile-frame::after {
		content: '';
		position: absolute;
		inset: 0;
		z-index: 3;
		background: #fff;
		pointer-events: none;
		mask: url('../img/knowledge/hero-mobile-overlay.svg') center / 100% 100% no-repeat;
		-webkit-mask: url('../img/knowledge/hero-mobile-overlay.svg') center / 100% 100% no-repeat;
	}

	.ph-knowledge-page .ph-knowledge-hero__mobile-frame .ph-knowledge-hero__visual {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		border-radius: 0;
		object-fit: cover;
		object-position: center;
	}

	.ph-knowledge-page .ph-knowledge-hero__mask {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-hero__media::before,
	.ph-knowledge-page .ph-knowledge-hero__media::after {
		content: none;
	}

	.ph-knowledge-page .ph-knowledge-hero__content {
		order: 1;
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		padding: 0;
		border-radius: 0;
		background: transparent;
		backdrop-filter: none;
	}

	.ph-knowledge-page .ph-knowledge-hero h1 {
		max-width: 350px;
		font-size: clamp(42px, 12.82vw, 50px);
		font-weight: 700;
		line-height: 1;
	}

	.ph-knowledge-page .ph-knowledge-hero__lead {
		max-width: 333px;
		margin-top: 16px;
		font-size: clamp(12px, 3.59vw, 14px);
		line-height: 17px;
	}

	.ph-knowledge-page .ph-knowledge-hero__tags {
		order: 3;
		position: relative;
		left: 50%;
		right: auto;
		top: auto;
		bottom: auto;
		width: 100vw;
		max-width: none;
		margin-top: -50px;
		margin-left: -50vw;
		padding: 0 10px 4px 97px;
		gap: 19px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ph-knowledge-page .ph-knowledge-hero__tags::-webkit-scrollbar {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-hero__tags a {
		min-height: 36px;
		padding: 0 39px;
		font-size: 15px;
		white-space: nowrap;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.ph-knowledge-page .ph-knowledge-insights {
		padding: 0;
	}

	.ph-knowledge-page .ph-knowledge-insights > .container {
		width: 100%;
		max-width: none;
		padding-inline: 0;
	}

	.ph-knowledge-page .ph-knowledge-insights__panel {
		padding: 52px 20px 48px;
		border-radius: 20px 20px 0 0;
	}

	.ph-knowledge-page .ph-knowledge-insights__panel::before {
		height: 100%;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block {
		gap: 16px;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor {
		display: block;
		grid-column: 1;
		grid-row: 4;
		justify-self: center;
		width: 172px;
		height: 172px;
		margin-top: 16px;
		overflow: visible;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover {
		width: 80px;
		height: 80px;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(1) {
		left: 0;
		top: 0;
		background: #05254d;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(2) {
		left: 92px;
		top: 0;
		background: #00bfab;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(3),
	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(6),
	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(7) {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(4) {
		left: 0;
		top: 92px;
		background: #007d78;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__decor .ph-knowledge-clover:nth-child(5) {
		left: 92px;
		top: 92px;
		background: #00bfab;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__content h2 {
		font-size: 40px;
		line-height: 44px;
	}

	.ph-knowledge-page .ph-knowledge-alerts-block__more {
		grid-row: 3;
		min-height: 36px;
		padding: 0 18px;
		font-size: 13px;
	}

	.ph-knowledge-page .ph-knowledge-alert-card {
		grid-template-columns: minmax(0, 1fr) 25px;
		grid-template-areas:
			'meta action'
			'title action';
		gap: 8px 12px;
		padding: 16px 0;
	}

	.ph-knowledge-page .ph-knowledge-alert-card:not(.ph-knowledge-alert-card--empty):nth-child(n+4) {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-alert-card h3 {
		font-size: 16px;
		line-height: 1.35;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__meta span,
	.ph-knowledge-page .ph-knowledge-alert-card__meta strong {
		font-size: 11px;
		line-height: 1.4;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__action,
	.ph-knowledge-page .ph-knowledge-articles-nav__button {
		width: 25px;
		height: 25px;
		min-height: 25px;
		flex-basis: 25px;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__action {
		position: relative;
		border: 0;
		background: #00bfab;
		color: #fff;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__action svg {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-alert-card__action::before,
	.ph-knowledge-page .ph-knowledge-alert-card__action::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 10px;
		height: 1.5px;
		border-radius: 999px;
		background: currentColor;
		transform: translate(-50%, -50%);
	}

	.ph-knowledge-page .ph-knowledge-alert-card__action::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.ph-knowledge-page .ph-knowledge-insights__divider {
		margin: 42px 0;
	}

	.ph-knowledge-page .ph-knowledge-qa .ph-page-kicker {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 0;
		font-size: 40px;
		line-height: 44px;
	}

	.ph-knowledge-page .ph-page-kicker__desktop,
	.ph-knowledge-page .ph-knowledge-faq__title-desktop,
	.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__heading-default,
	.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__copy-default {
		display: none;
	}

	.ph-knowledge-page .ph-page-kicker__mobile,
	.ph-knowledge-page .ph-knowledge-faq__title-mobile,
	.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__heading-mobile,
	.ph-knowledge-page .ph-knowledge-newsletter .home-newsletter__copy-mobile {
		display: block;
	}

	.ph-knowledge-page .ph-knowledge-qa__frame {
		margin-top: 24px;
		margin-right: auto;
		margin-left: auto;
		width: min(356px, 100%);
		height: clamp(470px, 128vw, 520px);
		aspect-ratio: auto;
		border-radius: 0;
		background-image: var(--ph-qa-mobile-image);
		background-position: 52% top;
		background-size: auto 100%;
		mask: url('../img/knowledge/qa-mobile-mask.svg') center / 100% 100% no-repeat;
		-webkit-mask: url('../img/knowledge/qa-mobile-mask.svg') center / 100% 100% no-repeat;
	}

	.ph-knowledge-page .ph-knowledge-qa__video {
		object-position: 52% top;
	}

	.ph-knowledge-page .ph-knowledge-qa__video--desktop,
	.ph-knowledge-page .ph-knowledge-qa__play--desktop {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-qa__video--mobile,
	.ph-knowledge-page .ph-knowledge-qa__play--mobile {
		display: block;
	}

	.ph-knowledge-page .ph-knowledge-qa__play {
		width: 72px;
		height: 72px;
		min-height: 72px;
	}

	.ph-knowledge-page .ph-knowledge-qa__articles-wrap {
		width: 100vw;
		margin: 28px -20px 0;
		padding: 0 0 44px;
		background: #fff;
		color: #001134;
		overflow: hidden;
	}

	.ph-knowledge-page .ph-knowledge-articles-grid {
		display: flex;
		gap: 20px;
		max-width: none;
		width: 100%;
		margin-left: 0;
		padding: 0 20px 8px 28px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ph-knowledge-page .ph-knowledge-articles-grid::-webkit-scrollbar {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-article-card {
		width: 316px;
		min-width: 316px;
		height: 319px;
		min-height: 319px;
		padding: 16px;
		border-radius: 15px;
		box-shadow: 0 18px 34px -16px rgba(0, 0, 0, 0.28);
	}

	.ph-knowledge-page .ph-knowledge-article-card__thumb {
		height: 128px;
		border-radius: 10px;
	}

	.ph-knowledge-page .ph-knowledge-article-card__chips {
		margin-top: 0;
		gap: 6px;
	}

	.ph-knowledge-page .ph-knowledge-article-card__chips span {
		height: 21px;
		padding: 0 14px;
		font-size: 12px;
	}

	.ph-knowledge-page .ph-knowledge-article-card h3 {
		margin-top: 14px;
		font-size: 15px;
		line-height: 20px;
	}

	.ph-knowledge-page .ph-knowledge-article-card .btn {
		width: 138px;
		height: 36px;
		min-height: 36px;
		margin: auto 0 0 auto;
	}

	.ph-knowledge-page .ph-knowledge-article-card .btn__label {
		font-size: 15px;
	}

	.ph-knowledge-page .ph-knowledge-articles-nav {
		display: flex;
		justify-content: flex-end;
		width: auto;
		min-height: 56px;
		margin: 28px 28px 0 auto;
		gap: 19px;
	}

	.ph-knowledge-page .ph-knowledge-articles-nav__track,
	.ph-knowledge-page .ph-knowledge-articles-nav__progress {
		display: none;
	}

	.ph-knowledge-page .ph-knowledge-articles-nav__buttons {
		gap: 19px;
	}

	.ph-knowledge-page .ph-knowledge-articles-nav__button {
		width: 56px;
		height: 56px;
		min-height: 56px;
		flex-basis: 56px;
	}

	.ph-knowledge-page .ph-knowledge-faq {
		padding: 52px 0 44px;
	}

	.ph-knowledge-page .ph-knowledge-faq__grid {
		gap: 12px;
	}

	.ph-knowledge-page .ph-knowledge-faq__intro h2 {
		margin-top: 0;
		font-size: 40px;
		line-height: 44px;
	}

	.ph-knowledge-page .ph-faq__toggle {
		min-height: 73px;
		padding: 17px 52px 17px 0;
	}

	.ph-knowledge-page .ph-faq__toggle span:first-child {
		max-width: 100%;
		font-size: 20px;
		line-height: 25px;
	}

	.ph-knowledge-page .ph-faq__icon {
		top: 14px;
		width: 45px;
		height: 45px;
		min-height: 45px;
		flex-basis: 45px;
	}

	.ph-knowledge-page .ph-faq__icon::before,
	.ph-knowledge-page .ph-faq__icon::after {
		width: 18px;
	}

	.ph-knowledge-page .ph-faq__panel {
		padding-bottom: 12px;
	}

	.ph-knowledge-page .ph-faq__panel p {
		font-size: 12px;
		line-height: 1.4;
	}

	.ph-portals-section {
		padding: 40px 0 24px;
		border-radius: 10px 10px 0 0;
		background: #f2f2f2;
	}

	.ph-portals-section__intro {
		justify-content: center;
		margin-bottom: 16px;
		text-align: center;
	}

	.ph-portals-section__intro h2 {
		font-size: 24px;
		line-height: 1.2;
		color: #000;
	}

	.ph-knowledge-page .ph-portals-section__intro h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.ph-portals-section__track {
		gap: 0;
	}

	.ph-portals-section .ph-portal-card {
		width: 220px;
		height: 120px;
		padding: 10px;
		border: 2px solid #00bfab;
		border-radius: 10px;
		box-shadow: 0 18px 34px -16px rgba(0, 0, 0, 0.28);
	}

	.ph-knowledge-page .ph-portals-section .ph-portal-card {
		width: 316px;
		height: 212px;
	}

	.ph-portals-section .ph-portal-card__logo {
		padding: 28px 12px 14px;
	}

	.ph-knowledge-page .ph-portals-section .ph-portal-card__logo {
		padding: 50px 16px 24px;
	}

	.ph-portals-section .ph-portal-card__logo img {
		max-height: 48px;
	}

	.ph-knowledge-page .ph-portals-section .ph-portal-card__logo img {
		max-height: 81px;
	}

	.ph-portals-section .ph-portal-card__action {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
		min-height: 34px;
		flex-basis: 34px;
	}

	.ph-knowledge-page .ph-knowledge-newsletter {
		padding: 0 0 26px;
	}
}

@media (max-width: 767px) {
	.ph-coop-page .container {
		width: 100%;
		max-width: none;
		padding-inline: 20px;
	}

	.ph-coop-hero {
		box-sizing: border-box;
		min-height: 781px;
		padding: 52px 0 0;
		background: #001134;
		overflow: hidden;
	}

	.ph-coop-hero__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 729px;
	}

	.ph-coop-hero__content {
		display: contents;
		padding: 0;
	}

	.ph-coop-hero__content .ph-page-kicker {
		order: 1;
		align-self: flex-start;
	}

	.ph-coop-hero__content h1 {
		order: 2;
		width: min(348px, 100%);
		margin-top: 16px;
		font-size: 30px;
		font-weight: 600;
		line-height: 35px;
		color: #fff;
	}

	.ph-coop-hero__content p {
		order: 3;
		width: min(341px, 100%);
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.333;
		color: #fff;
	}

	.ph-coop-hero__mobile-extra {
		display: inline;
	}

	.ph-coop-hero__cta {
		order: 4;
		width: 204px;
		height: 50px;
		min-height: 50px;
		margin-top: 24px;
	}

	.ph-coop-hero__media {
		order: 5;
		width: min(351px, 100%);
		height: 343px;
		min-height: 343px;
		margin-top: 79px;
		margin-left: 0;
		border-radius: 0;
		background-image: var(--ph-coop-hero-mobile-image, var(--ph-coop-hero-image));
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		mask: url('../img/cooperation/hero-mobile-mask.svg') center / 100% 100% no-repeat;
		-webkit-mask: url('../img/cooperation/hero-mobile-mask.svg') center / 100% 100% no-repeat;
	}

	.ph-coop-hero__video--desktop {
		display: none;
	}

	.ph-coop-hero__video--mobile {
		display: block;
	}

	.ph-coop-benefits {
		padding: 0;
		background: #f2f2f2;
	}

	.ph-coop-benefits > .container {
		display: block;
		padding-inline: 0;
	}

	.ph-coop-benefits .ph-page-kicker {
		display: block;
		width: min(346px, calc(100% - 20px));
		margin-inline: auto;
		padding-top: 33px;
		text-align: left;
	}

	.ph-coop-benefits h2 {
		width: min(346px, calc(100% - 20px));
		margin: 14px auto 0;
		font-size: 30px;
		font-weight: 700;
		line-height: 35px;
		color: #001134;
	}

	.ph-coop-benefits__grid {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 71px;
	}

	.ph-coop-benefits .ph-benefit-card {
		position: relative;
		width: 100%;
		height: 250px;
		min-height: 250px;
		padding: 0;
		border-radius: 0;
	}

	.ph-coop-benefits .ph-benefit-card__number {
		position: absolute;
		left: 27px;
		top: 27px;
		display: block;
		font-size: 30px;
		line-height: 1.333;
	}

	.ph-coop-benefits .ph-benefit-card__content {
		position: absolute;
		left: 27px;
		top: 119px;
		width: min(343px, calc(100% - 47px));
		margin-top: 0;
		transform: none;
	}

	.ph-coop-benefits .ph-benefit-card h3 {
		width: 215px;
		margin-top: 0;
		font-size: 20px;
		font-weight: 500;
		line-height: 20px;
	}

	.ph-coop-benefits .ph-benefit-card:first-child .ph-benefit-card__content {
		top: 120px;
		margin-top: 0;
	}

	.ph-coop-benefits .ph-benefit-card:nth-child(2) .ph-benefit-card__content {
		top: 81px;
		margin-top: 0;
	}

	.ph-coop-benefits .ph-benefit-card:nth-child(3) h3 {
		width: 309px;
	}

	.ph-coop-benefits .ph-benefit-card:nth-child(4) .ph-benefit-card__content {
		top: 153px;
		margin-top: 0;
	}

	.ph-coop-benefits .ph-benefit-card p,
	.ph-coop-benefits .ph-benefit-card:not(:first-child) p {
		display: block;
		width: 100%;
		margin-top: 19px;
		font-size: 14px;
		line-height: 17px;
		transform: none;
		visibility: visible;
		opacity: 0.92;
	}

	.ph-coop-benefits .ph-benefit-card:nth-child(2) p,
	.ph-coop-benefits .ph-benefit-card:nth-child(3) p {
		font-size: 15px;
		line-height: 1.333;
	}

	.ph-coop-benefits .ph-benefit-card:hover .ph-benefit-card__content,
	.ph-coop-benefits .ph-benefit-card:focus .ph-benefit-card__content,
	.ph-coop-benefits .ph-benefit-card:focus-within .ph-benefit-card__content {
		transform: none;
	}

	.ph-coop-team {
		min-height: 646px;
		padding: 50px 0 50px;
		background: #001134;
	}

	.ph-coop-team > .container {
		position: relative;
		display: block;
		padding-inline: 20px 0;
	}

	.ph-coop-team .ph-section-head {
		display: block;
		margin-bottom: 25px;
	}

	.ph-coop-team .ph-section-head h2 {
		width: 300px;
		margin-top: 24px;
		font-size: 30px;
		line-height: 45px;
		color: #fff;
	}

	.ph-team-carousel__nav {
		gap: 15px;
		margin-top: 32px;
		padding-inline: 20px;
	}

	.ph-team-carousel__nav .ph-section-head__arrows {
		position: static;
		gap: 19px;
	}

	.ph-coop-team .pagination__arrow {
		width: 56px;
		height: 56px;
		min-height: 56px;
		flex-basis: 56px;
		border-color: #fff;
		color: #fff;
	}

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

	.ph-coop-page .ph-simple-carousel__viewport {
		padding-inline: 20px;
		scroll-padding-inline: 20px;
	}

	.ph-team-carousel .ph-simple-carousel__viewport {
		padding-bottom: 0;
	}

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

	.ph-team-carousel .ph-team-card {
		position: relative;
		width: 268px;
		height: 352px;
		border-radius: 20px;
		background: #fff;
		color: #001134;
	}

	.ph-team-carousel .ph-team-card__image {
		inset: 0;
		height: 100%;
		background-position: center top;
		background-size: cover;
	}

	.ph-team-carousel .ph-team-card__plus {
		right: 16px;
		top: 15px;
		width: 63px;
		height: 63px;
	}

	.ph-team-carousel .ph-team-card__plus::before,
	.ph-team-carousel .ph-team-card__plus::after {
		width: 24px;
	}

	.ph-team-carousel .ph-team-card__meta {
		position: absolute;
		left: -22px;
		right: -35px;
		bottom: 0;
		display: block;
		min-height: 85px;
		padding: 20px 45px 16px;
		background: #001134;
		color: #fff;
	}

	.ph-team-carousel .ph-team-card__meta h3 {
		font-size: 20px;
		line-height: 20px;
		color: #fff;
	}

	.ph-team-carousel .ph-team-card__role {
		margin-top: 5px;
		font-size: 15px;
		line-height: 20px;
		color: #00bfab;
	}

	.ph-team-carousel .ph-team-card__bio {
		display: block;
		max-height: 0;
		margin-top: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(8px);
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__image {
		opacity: 0;
		transform: scale(1.04);
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__plus {
		background: #00bfab;
		transform: rotate(45deg);
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__meta {
		inset: 0;
		display: flex;
		flex-direction: column;
		min-height: 100%;
		padding: 28px 25px 31px;
	}

	.ph-team-carousel .ph-team-card.is-open .ph-team-card__bio {
		max-height: 150px;
		margin-top: 16px;
		font-size: 14px;
		line-height: 1.4;
		opacity: 1;
		transform: translateY(0);
	}

	.ph-partners--coop {
		min-height: 441px;
		margin-top: 30px;
		padding: 46px 0 80px;
		border-radius: 20px 20px 0 0;
	}

	.ph-partners--coop .ph-section-head {
		margin-bottom: 65px;
		padding-inline: 20px;
	}

	.ph-partners--coop .ph-section-head h2 {
		width: min(332px, 100%);
		margin-inline: auto;
		font-size: 30px;
		font-weight: 600;
		line-height: 38px;
	}

	.ph-partners--coop .ph-simple-carousel__viewport {
		padding-inline: 0;
		padding-left: 0;
		scroll-padding-inline: 0;
	}

	.ph-partners--coop .ph-logo-card {
		width: 316px;
		height: 212px;
		padding: 20px;
		border-radius: 20px;
	}

	.ph-partners--coop .ph-logo-card img {
		max-height: 86px;
	}

	.ph-coop-newsletter {
		padding: 0 0 34px;
	}

	.ph-coop-newsletter .container {
		padding-inline: 0;
	}

	.ph-coop-newsletter .home-newsletter__box {
		width: min(390px, 100vw);
		min-height: 552px;
	}

	.ph-coop-newsletter .home-newsletter__text {
		left: 19px;
		top: 85px;
		width: min(352px, calc(100% - 38px));
	}

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

	.ph-coop-newsletter .home-newsletter__heading-default,
	.ph-coop-newsletter .home-newsletter__copy-default {
		display: none;
	}

	.ph-coop-newsletter .home-newsletter__heading-mobile,
	.ph-coop-newsletter .home-newsletter__copy-mobile {
		display: block;
	}

	.ph-coop-newsletter .home-newsletter__text p {
		margin-top: 13px;
		font-size: 14px;
		line-height: 20px;
	}

	.ph-coop-newsletter .home-newsletter__form {
		left: 19px;
		top: 219px;
		width: min(352px, calc(100% - 38px));
	}

	.ph-coop-newsletter .home-newsletter__device {
		top: 270px;
	}
}

@media (min-width: 1200px) {
	.ph-coop-page .ph-coop-benefits > .container {
		min-height: auto;
	}

	.ph-coop-page .ph-coop-benefits__grid {
		overflow: visible;
		align-items: start;
	}

	.ph-coop-page .ph-benefit-card {
		--ph-benefit-card-bg: #fff;
		--ph-benefit-card-fg: #001134;
		height: 260px;
		min-height: 260px;
		padding: 0;
		background: transparent;
		color: var(--ph-benefit-card-fg);
		overflow: visible;
		isolation: isolate;
		transform-origin: center top;
		transition: transform 260ms ease;
	}

	.ph-coop-page .ph-benefit-card.is-mint {
		--ph-benefit-card-bg: #00bfab;
		--ph-benefit-card-fg: #fff;
	}

	.ph-coop-page .ph-benefit-card:nth-child(3),
	.ph-coop-page .ph-benefit-card.is-dark {
		--ph-benefit-card-bg: #001134;
		--ph-benefit-card-fg: #fff;
	}

	.ph-coop-page .ph-benefit-card::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: var(--ph-benefit-card-bg);
		box-shadow: none;
		transition: left 260ms ease, right 260ms ease, top 260ms ease, width 260ms ease, height 260ms ease, box-shadow 260ms ease;
	}

	.ph-coop-page .ph-benefit-card:nth-child(even)::before {
		left: auto;
		right: 0;
	}

	.ph-coop-page .ph-benefit-card__number {
		position: absolute;
		left: 31px;
		top: 34px;
		z-index: 1;
	}

	.ph-coop-page .ph-benefit-card h3,
	.ph-coop-page .ph-benefit-card p {
		color: var(--ph-benefit-card-fg);
	}

	.ph-coop-page .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:not(:first-child) .ph-benefit-card__content {
		position: absolute;
		left: 31px;
		right: 31px;
		bottom: 30px;
		z-index: 1;
		margin-top: 0;
		transform: none;
		transition: left 260ms ease, right 260ms ease, top 260ms ease, bottom 260ms ease;
	}

	.ph-coop-page .ph-benefit-card:hover,
	.ph-coop-page .ph-benefit-card:focus,
	.ph-coop-page .ph-benefit-card:focus-within {
		z-index: 2;
		transform: translateY(-8px);
	}

	.ph-coop-page .ph-benefit-card:hover::before,
	.ph-coop-page .ph-benefit-card:focus::before,
	.ph-coop-page .ph-benefit-card:focus-within::before {
		left: -18px;
		top: -18px;
		width: calc(100% + 56px);
		height: 470px;
		box-shadow: 0 24px 44px rgba(0, 17, 52, 0.18);
	}

	.ph-coop-page .ph-benefit-card:nth-child(even):hover::before,
	.ph-coop-page .ph-benefit-card:nth-child(even):focus::before,
	.ph-coop-page .ph-benefit-card:nth-child(even):focus-within::before {
		left: auto;
		right: -18px;
	}

	.ph-coop-page .ph-benefit-card:hover .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:focus .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:focus-within .ph-benefit-card__content {
		left: 36px;
		right: 18px;
		top: 132px;
		bottom: auto;
		transform: none;
	}

	.ph-coop-page .ph-benefit-card:nth-child(even):hover .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:nth-child(even):focus .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:nth-child(even):focus-within .ph-benefit-card__content {
		left: 18px;
		right: 36px;
	}

	.ph-coop-page .ph-benefit-card p {
		margin-top: 0;
	}

	.ph-coop-page .ph-benefit-card:hover p,
	.ph-coop-page .ph-benefit-card:focus p,
	.ph-coop-page .ph-benefit-card:focus-within p {
		max-height: 248px;
		margin-top: 14px;
		overflow-y: auto;
	}
}

@media (max-width: 1199px) {
	.ph-coop-page .ph-coop-benefits__grid {
		grid-auto-rows: 1fr;
		align-items: stretch;
	}

	.ph-coop-page .ph-benefit-card {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.ph-coop-page .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:not(:first-child) .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:hover .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:focus .ph-benefit-card__content,
	.ph-coop-page .ph-benefit-card:focus-within .ph-benefit-card__content {
		transform: none;
	}

	.ph-coop-page .ph-benefit-card p,
	.ph-coop-page .ph-benefit-card:not(:first-child) p,
	.ph-coop-page .ph-benefit-card:hover p,
	.ph-coop-page .ph-benefit-card:focus p,
	.ph-coop-page .ph-benefit-card:focus-within p {
		max-height: none;
		overflow: visible;
		visibility: visible;
		opacity: 0.92;
		transform: none;
	}
}

@media (max-width: 767px) {
	.ph-coop-page .ph-coop-benefits__grid {
		grid-auto-rows: 1fr;
		margin-top: 42px;
	}

	.ph-coop-page .ph-coop-benefits .ph-benefit-card {
		height: 100%;
		min-height: 0;
		padding: 27px;
	}

	.ph-coop-page .ph-coop-benefits .ph-benefit-card__number {
		position: static;
		left: auto;
		top: auto;
	}

	.ph-coop-page .ph-coop-benefits .ph-benefit-card__content,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:first-child .ph-benefit-card__content,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:nth-child(2) .ph-benefit-card__content,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:nth-child(4) .ph-benefit-card__content {
		position: static;
		width: 100%;
		margin-top: 28px;
	}

	.ph-coop-page .ph-coop-benefits .ph-benefit-card h3,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:nth-child(3) h3 {
		width: auto;
	}

	.ph-coop-page .ph-coop-benefits .ph-benefit-card p,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:not(:first-child) p,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:nth-child(2) p,
	.ph-coop-page .ph-coop-benefits .ph-benefit-card:nth-child(3) p {
		width: 100%;
		margin-top: 16px;
		font-size: 14px;
		line-height: 20px;
	}
}
