/* About Us — matches partner / book / home type, colours, and spacing */

.about-top-band {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, var(--primary-light, #E2F6EE) 0%, #f3fbf7 62%, #ffffff 100%);
}

.about-hero {
	position: relative;
	overflow: hidden;
	background: var(--primary-light, #E2F6EE);
}

.about-hero-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	z-index: 0;
	display: block;
}

.about-hero-overlay {
	position: relative;
	z-index: 1;
}

.about-hero-overlay > .container {
	position: relative;
	padding-bottom: 48px;
}

.about-hero-inner {
	display: flex;
	align-items: center;
	min-height: 560px;
	padding: 56px 0 40px;
}

.about-hero-copy {
	max-width: 540px;
}

.about-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 14px;
}

.about-hero-flag {
	width: 36px;
	height: 25px;
	object-fit: cover;
	border-radius: 4px;
	flex: 0 0 36px;
}

.about-hero-copy h1 {
	font-family: var(--font-secondary);
	font-size: 52px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
	margin: 0 0 14px;
}

.about-hero-copy h1 .hero-h1-line {
	display: block;
}

.about-hero-copy h1 .hero-highlight {
	font-family: var(--font-secondary);
	font-size: 52px;
	font-weight: 700;
	line-height: 110%;
	color: var(--primary);
}

.about-hero-services {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #222;
	margin: 0 0 16px;
}

.about-hero-copy > p:not(.about-hero-services) {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
	margin: 0 0 24px;
	max-width: 500px;
}

.about-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.about-hero-actions .btn {
	height: 48px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.about-hero .btn-outline {
	background: var(--white);
	color: var(--primary);
	border: 1.5px solid var(--primary);
}

.about-hero .btn-outline:hover {
	background: var(--primary-light);
}

.about-hero .hero-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-top: 18px;
	font-family: var(--font-primary);
}

.about-hero .hero-stars {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #f5a623;
}

.about-hero .hero-rating strong {
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #111;
}

.about-hero .hero-rating span {
	width: 100%;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.about-hero-note {
	position: relative;
	z-index: 2;
	width: fit-content;
	max-width: calc(100% - 24px);
	margin: 0 auto;
	padding: 14px 28px;
	border-radius: 16px;
	background: var(--white);
	border: 1px solid #ececec;
	box-shadow: 0 10px 28px rgba(15, 36, 48, 0.08);
	text-align: center;
}

.about-hero-note span {
	display: block;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #666;
}

.about-hero-note strong {
	display: block;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	color: #111;
}

.about-intro-section {
	padding: 28px 0 40px;
	background: transparent;
}

.about-narrow {
	max-width: 820px;
	margin: 0 auto;
}

.about-intro-lead {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	color: #666;
	margin: 0;
	text-align: center;
}

.about-trust-section {
	padding: 8px 0 88px;
	background: transparent;
}

.about-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.about-trust-item {
	padding: 28px 24px;
	border-radius: 24px;
	background: var(--white);
	border: 1px solid #ececec;
	box-shadow: 0 8px 24px rgba(15, 36, 48, 0.05);
}

.about-trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: var(--primary);
	color: var(--white);
	font-size: 18px;
}

.about-trust-item p {
	margin: 0;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.about-story-section {
	padding: 32px 0 24px;
	background: var(--white);
}

.about-story-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 64px 72px;
	border-radius: 32px;
	text-align: center;
}

.about-story-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	display: block;
}

.about-story-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(214, 242, 236, 0.9) 0%, rgba(176, 224, 220, 0.86) 100%);
	pointer-events: none;
}

.about-story-card-inner {
	position: relative;
	z-index: 2;
}

.about-story-card h2 {
	margin: 0 0 22px;
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.about-story-card-inner p {
	margin: 0 auto;
	max-width: 820px;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	color: #4a5a5a;
}

.about-story-card-inner p + p {
	margin-top: 16px;
}

.about-work-section {
	padding: 72px 0 40px;
	background: var(--white);
}

.about-work-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: 56px;
	align-items: center;
}

.about-eyebrow {
	display: inline-block;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: var(--primary);
	margin-bottom: 12px;
}

.about-work-copy h2 {
	margin: 0 0 18px;
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.about-work-copy p {
	margin: 0 0 16px;
	max-width: 560px;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.about-work-copy .btn {
	margin-top: 8px;
	height: 48px;
	padding: 12px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.about-work-media {
	position: relative;
	display: flex;
	justify-content: center;
}

.about-work-media img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
}

.about-stats-section {
	padding: 24px 0 72px;
	background: var(--white);
}

.about-stats-bar {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 28px 32px;
	border-radius: 24px;
	background: rgba(9, 179, 111, 0.12);
}

.about-stats-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.18;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.about-stat {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 14px;
}

.about-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	color: var(--primary);
	font-size: 26px;
}

.about-stat strong {
	display: block;
	font-family: var(--font-secondary);
	font-size: 28px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.about-stat span {
	display: block;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #555;
}

.about-content-section {
	padding: 88px 0;
}

.about-quality-section {
	background: var(--background);
}

.about-content-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
	gap: 56px;
	align-items: start;
}

.about-heading-mark {
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: var(--primary);
}

.about-section-heading h2 {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
}

.about-section-copy {
	max-width: 620px;
}

.about-section-copy p {
	margin: 0;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.about-section-copy p + p {
	margin-top: 16px;
}

.about-section-copy strong {
	font-weight: 700;
	color: #111;
}

.about-serve-section {
	padding: 56px 0 40px;
	background: var(--white);
}

.about-serve-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.about-serve-media {
	position: relative;
	min-height: 360px;
}

.about-serve-main {
	display: block;
	width: 100%;
	max-width: 520px;
	height: 380px;
	object-fit: contain;
	object-position: 100% center;
}

.about-serve-overlay {
	position: absolute;
	right: 8%;
	bottom: 8%;
	width: 38%;
	max-width: 180px;
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border: 6px solid var(--white);
	box-shadow: 0 12px 28px rgba(15, 36, 48, 0.14);
}

.about-serve-copy h2 {
	margin: 0 0 18px;
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.about-serve-copy p {
	margin: 0 0 16px;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.about-serve-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}

.about-serve-actions .btn {
	height: 48px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.about-serve-section .btn-outline {
	background: var(--white);
	color: #111;
	border: 1.5px solid #d0d0d0;
}

.about-serve-section .btn-outline:hover {
	border-color: var(--primary);
	color: var(--primary);
}

.about-split-section {
	padding: 32px 0 24px;
	background: var(--white);
}

.about-split-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px 64px;
	align-items: start;
}

.about-split-col h2 {
	margin: 0 0 18px;
	font-family: var(--font-secondary);
	font-size: 36px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.about-split-col p {
	margin: 0;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 165%;
	color: #555;
}

.about-split-col p + p {
	margin-top: 16px;
}

.about-faq-section {
	background: var(--white);
}

html[lang="de"] .about-hero-copy h1,
html[lang="de"] .about-section-heading h2,
html[lang="de"] .about-story-card h2,
html[lang="de"] .about-work-copy h2,
html[lang="de"] .about-serve-copy h2,
html[lang="de"] .about-split-col h2 {
	overflow-wrap: break-word;
	hyphens: auto;
}

@media (max-width: 992px) {
	.about-hero-media {
		object-position: 70% center;
	}

	.about-hero-overlay > .container {
		padding-bottom: 32px;
	}

	.about-hero-inner {
		min-height: 0;
		padding: 48px 0 32px;
	}

	.about-hero-copy {
		max-width: 520px;
		padding: 20px 20px 20px 0;
		background: linear-gradient(90deg, rgba(244, 251, 248, 0.92) 70%, rgba(244, 251, 248, 0) 100%);
	}

	.about-hero-copy h1,
	.about-hero-copy h1 .hero-highlight {
		font-size: 40px;
		line-height: 110%;
	}

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

	.about-story-card {
		padding: 48px 36px;
		border-radius: 24px;
	}

	.about-story-card h2,
	.about-work-copy h2 {
		font-size: 36px;
	}

	.about-work-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.about-work-media {
		order: -1;
	}

	.about-stats-bar {
		grid-template-columns: repeat(2, 1fr);
		padding: 24px 20px;
	}

	.about-content-section {
		padding: 64px 0;
	}

	.about-serve-grid,
	.about-split-grid,
	.about-content-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-serve-copy h2,
	.about-split-col h2,
	.about-section-heading h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.about-hero-media {
		object-position: 82% center;
	}

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

	.about-hero-copy {
		max-width: 100%;
		padding: 16px 12px 16px 0;
		background: linear-gradient(180deg, rgba(244, 251, 248, 0.94) 0%, rgba(244, 251, 248, 0.78) 70%, rgba(244, 251, 248, 0.2) 100%);
	}

	.about-hero-copy h1,
	.about-hero-copy h1 .hero-highlight {
		font-size: 32px;
		line-height: 110%;
	}

	.about-hero-badge {
		font-size: 15px;
	}

	.about-hero-flag {
		width: 28px;
		height: 20px;
		flex-basis: 28px;
		border-radius: 3px;
	}

	.about-hero-services {
		font-size: 15px;
		line-height: 24px;
	}

	.about-hero-copy > p:not(.about-hero-services),
	.about-intro-lead,
	.about-section-copy p {
		font-size: 16px;
	}

	.about-hero-actions .btn,
	.about-serve-actions .btn,
	.about-request-copy .btn {
		width: 100%;
	}

	.about-hero-note {
		width: 100%;
		max-width: 360px;
		padding: 12px 18px;
	}

	.about-hero .hero-rating strong,
	.about-hero .hero-stars,
	.about-hero .hero-rating span {
		font-size: 16px;
		line-height: 24px;
	}

	.about-section-heading h2,
	.about-story-card h2,
	.about-work-copy h2 {
		font-size: 28px;
	}

	.about-story-card {
		padding: 36px 20px;
	}

	.about-work-copy .btn {
		width: 100%;
	}

	.about-stats-bar {
		gap: 20px 12px;
	}

	.about-serve-copy h2,
	.about-split-col h2 {
		font-size: 28px;
	}

	.about-serve-main {
		height: 280px;
	}
}

@media (max-width: 480px) {
	.about-hero-copy h1,
	.about-hero-copy h1 .hero-highlight {
		font-size: 28px;
		line-height: 112%;
	}

	.about-hero-badge {
		font-size: 14px;
	}

	.about-hero-services {
		font-size: 14px;
		line-height: 22px;
	}

	.about-section-heading h2 {
		font-size: 28px;
	}
}







/* ==========================================================================
   About Us - Request Service CTA
   ========================================================================== */

.about-request-section {
	background: var(--white);
	padding: 70px 0 60px;
	overflow: visible;
}

.about-request-banner {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr 0.95fr;
	align-items: center;
	gap: 24px;
	padding: 0 40px 0 12px;
	border-radius: 24px;
	background: #09b36f26;
	overflow: visible;
}

/* Image side */

.about-request-media {
	position: relative;
	align-self: stretch;
	height: 100%;
	overflow: visible;
}

.about-request-media img {
	position: absolute;
	left: 15px;
	bottom: 0;

	width: auto;
	height: 390px;
	max-width: none;

	display: block;
	object-fit: contain;
	object-position: left bottom;
}

/* Content side */

.about-request-copy {
	width: 100%;
	max-width: 420px;
	align-self: center;
	padding: 28px 0;
}

.about-request-copy p {
	margin: 0 0 18px;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.about-request-copy .btn {
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 999px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.about-request-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 0;
	align-self: center;
}

.about-request-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	color: #222;
}

.about-request-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background: rgba(9, 179, 111, 0.16);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1100px) {

	.about-request-section {
		padding: 55px 0 50px;
	}

	.about-request-banner {
		grid-template-columns: 280px minmax(0, 1fr);
		gap: 24px;
		min-height: 280px;
		padding: 0 28px 0 8px;
	}

	.about-request-list {
		grid-column: 2;
		flex-direction: row;
		flex-wrap: wrap;
		padding-bottom: 24px;
	}

	.about-request-media img {
		left: 0;
		height: 340px;
	}

	.about-request-copy {
		max-width: 100%;
	}

	.about-request-copy p {
		font-size: 19px;
	}
}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 700px) {

	.about-request-section {
		padding: 40px 0;
	}

	.about-request-banner {
		grid-template-columns: 1fr;
		gap: 20px;

		padding: 38px 26px 0;

		border-radius: 22px;
	}

	.about-request-copy {
		order: 1;
		padding: 0;
		max-width: 100%;
	}

	.about-request-copy p {
		font-size: 18px;
		line-height: 1.55;
		margin-bottom: 22px;
	}

	.about-request-copy .btn {
		width: 100%;
	}

	.about-request-list {
		order: 3;
		grid-column: auto;
		flex-direction: column;
		padding: 0 0 28px;
	}

	.about-request-media {
		order: 2;
		height: 240px;
	}

	.about-request-media img {
		left: 50%;
		bottom: 0;

		transform: translateX(-50%);

		height: 275px;
	}
}





.stats-section {
	background: var(--white);
	padding: 40px 0 80px;
}

.stats-banner {
	position: relative;
	width: 100%;
	height: 142px;
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(9, 179, 111, 0.15);
	border: 0;
}

.stats-banner-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.12;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.stat-item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1 1 0;
	min-width: 0;
}

.stat-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 26px;
	line-height: 1;
}

.stat-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.stat-text strong {
	font-family: var(--font-secondary);
	font-size: 28px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.stat-text span {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	color: #777;
}

@media (max-width: 1100px) {
	.stats-banner {
		height: auto;
		min-height: 142px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 32px;
		padding: 32px;
		border-radius: 20px;
	}
}

@media (max-width: 640px) {
	.stats-section {
		padding: 24px 0 56px;
	}

	.stats-banner {
		grid-template-columns: 1fr;
		padding: 28px 22px;
		gap: 22px;
	}

	.stat-text strong {
		font-size: 26px;
	}
}







.partner-cta-section {
	background: var(--white);
	padding: 48px 0 40px;
	overflow: visible;
}

.partner-cta-banner {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.15fr 0.95fr;
	align-items: center;
	gap: 24px;
	padding: 0 40px 0 12px;
	border-radius: 24px;
	background: #09b36f26;
	overflow: visible;
}

.partner-cta-media {
	position: relative;
	align-self: stretch;
	height: 100%;
	overflow: visible;
}

.partner-cta-media img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 360px;
	max-width: none;
	display: block;
	object-fit: contain;
	object-position: left bottom;
}

.partner-cta-copy {
	padding: 0;
	align-self: center;
}

.partner-cta-copy h2 {
	font-family: var(--font-secondary);
	font-size: 32px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
	margin-bottom: 10px;
}

.partner-cta-copy p {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #555;
	margin-bottom: 18px;
	max-width: 340px;
}

.partner-cta-copy .btn {
	height: 44px;
	padding: 10px 24px;
	border-radius: 8px;
	font-family: var(--font-secondary);
	font-size: 14px;
}

.partner-cta-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 0;
	align-self: center;
}

.partner-cta-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	color: #222;
}

.partner-cta-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background: rgba(9, 179, 111, 0.16);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

@media (max-width: 1100px) {
	.partner-cta-section {
		padding: 36px 0 40px;
	}

	.partner-cta-banner {
		height: auto;
		min-height: 0;
		grid-template-columns: 1fr 1fr;
		padding: 28px 28px 0;
		gap: 20px;
	}

	.partner-cta-list {
		grid-column: 1 / -1;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 0 28px;
		gap: 14px 24px;
	}

	.partner-cta-media {
		position: relative;
		height: 220px;
		align-self: end;
	}

	.partner-cta-media img {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		height: 280px;
	}
}

@media (max-width: 700px) {
	.partner-cta-section {
		padding: 28px 0 36px;
	}

	.partner-cta-banner {
		grid-template-columns: 1fr;
		padding: 28px 22px 0;
		border-radius: 22px;
	}

	.partner-cta-copy {
		padding: 8px 0 0;
		order: 1;
	}

	.partner-cta-list {
		order: 2;
		flex-direction: column;
		padding-bottom: 8px;
	}

	.partner-cta-media {
		order: 3;
		height: 200px;
	}

	.partner-cta-media img {
		height: 240px;
	}

	.partner-cta-copy h2 {
		font-size: 28px;
	}

	.partner-cta-copy p {
		max-width: 100%;
	}
}

.zurich-section {
	background: var(--white);
}