/*
 * Bioestetic Contacts visual polish 1.0.3.
 * Every rule is scoped to the dedicated Contacts template.
 */
.bio-contact-page {
	--bio-contacts-navy: #0b2239;
	--bio-contacts-blue: #123b63;
	--bio-contacts-cyan: #2fa7c9;
	--bio-contacts-teal: #35b8a6;
	--bio-contacts-light: #f5f8fa;
	--bio-contacts-line: #dde5ea;
	--bio-contacts-text: #1f2933;
	--bio-contacts-muted: #66727a;
	--bio-contacts-white: #fff;
	color: var(--bio-contacts-text);
	background: var(--bio-contacts-white);
	overflow-x: clip;
}

.bio-contact-page,
.bio-contact-page *,
.bio-contact-page *::before,
.bio-contact-page *::after {
	box-sizing: border-box;
}

.bio-contact-page .bio-contact-page__entry,
.bio-contact-page .bio-v100-contact,
.bio-contact-page .bio-v100-contact > .wp-block-group__inner-container {
	width: 100%;
	max-width: none;
	margin: 0;
}

.bio-contact-page .bio-v100-contact p,
.bio-contact-page .bio-v100-contact li {
	color: var(--bio-contacts-muted);
	line-height: 1.68;
}

.bio-contact-page .bio-v100-contact h1,
.bio-contact-page .bio-v100-contact h2,
.bio-contact-page .bio-v100-contact h3 {
	color: var(--bio-contacts-navy);
	font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

.bio-contact-page .bio-v100-contact a:focus-visible,
.bio-contact-page .bio-v100-contact button:focus-visible,
.bio-contact-page .bio-v100-contact input:focus-visible,
.bio-contact-page .bio-v100-contact select:focus-visible,
.bio-contact-page .bio-v100-contact textarea:focus-visible {
	outline: 3px solid rgba(47, 167, 201, 0.4);
	outline-offset: 3px;
}

/* Hero */
.bio-contact-page .bio-v100-contact-hero.bio-v100-section {
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(104px, 10vw, 144px) max(24px, calc((100% - 1180px) / 2)) clamp(72px, 8vw, 112px);
	overflow: hidden;
	border: 0;
	background:
		linear-gradient(115deg, rgba(53, 184, 166, 0.09), transparent 38%),
		linear-gradient(145deg, #f5f8fa 0%, #edf7fa 64%, #fff 100%);
}

.bio-contact-page .bio-v100-contact-hero.bio-v100-section::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: max(24px, calc((100% - 1180px) / 2));
	width: min(34vw, 430px);
	height: 100%;
	margin: 0;
	background-image:
		linear-gradient(rgba(18, 59, 99, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 59, 99, 0.06) 1px, transparent 1px);
	background-color: transparent;
	background-size: 36px 36px;
	content: "";
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 35%);
	mask-image: linear-gradient(90deg, transparent, #000 35%);
}

.bio-contact-page .bio-v100-contact-hero.bio-v100-section::after {
	position: absolute;
	z-index: -1;
	right: max(24px, calc((100% - 1180px) / 2));
	bottom: 0;
	width: min(26vw, 330px);
	height: 8px;
	background: linear-gradient(90deg, var(--bio-contacts-teal), var(--bio-contacts-cyan));
	content: "";
}

.bio-contact-page .bio-v100-contact-hero > .wp-block-group__inner-container {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.bio-contact-page .bio-v100-contact-hero .bio-v100-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: var(--bio-contacts-blue);
	font-weight: 700;
}

.bio-contact-page .bio-v100-contact-hero .bio-v100-eyebrow::before {
	width: 42px;
	height: 2px;
	background: var(--bio-contacts-teal);
	content: "";
}

.bio-contact-page .bio-v100-contact-hero h1 {
	max-width: 940px;
	margin: 0;
	font-size: clamp(42px, 5.8vw, 76px);
	line-height: 1.06;
}

.bio-contact-page .bio-v100-contact-hero h1 + p {
	max-width: 680px;
	margin: 28px 0 0;
	color: var(--bio-contacts-blue);
	font-size: clamp(17px, 1.8vw, 21px);
}

/* Primary contact cards */
.bio-contact-page .bio-v103-contact-cards.bio-v100-section {
	width: min(100% - 48px, 1180px);
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(54px, 6vw, 78px) 0;
}

.bio-contact-page .bio-v103-contact-cards__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 20px;
}

.bio-contact-page .bio-v103-contact-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	min-width: 0;
	min-height: 214px;
	padding: 28px 26px;
	border: 1px solid var(--bio-contacts-line);
	border-top: 4px solid var(--bio-contacts-teal);
	border-radius: 7px;
	background: var(--bio-contacts-white);
	box-shadow: 0 12px 32px rgba(11, 34, 57, 0.06);
}

.bio-contact-page .bio-v103-contact-card:nth-child(even) {
	background: #f8fbfc;
}

.bio-contact-page .bio-v103-contact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 24px;
	border: 1px solid rgba(53, 184, 166, 0.4);
	border-radius: 50%;
	color: var(--bio-contacts-blue);
	background: rgba(53, 184, 166, 0.1);
}

.bio-contact-page .bio-v103-contact-card__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.bio-contact-page .bio-v103-contact-card__label {
	margin: 0 0 8px;
	color: var(--bio-contacts-muted) !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

.bio-contact-page .bio-v103-contact-card__value {
	align-self: end;
	min-width: 0;
	margin: 0;
	color: var(--bio-contacts-navy) !important;
	font-family: Poppins, system-ui, sans-serif;
	font-size: clamp(16px, 1.35vw, 19px);
	font-weight: 600;
	line-height: 1.48 !important;
	word-break: normal;
	overflow-wrap: break-word;
}

.bio-contact-page .bio-v103-contact-card__value span {
	display: block;
}

.bio-contact-page .bio-v103-contact-card__value a {
	color: inherit;
	text-decoration-color: var(--bio-contacts-teal);
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.bio-contact-page .bio-v103-contact-card--email .bio-v103-contact-card__value {
	font-size: clamp(14px, 1.15vw, 17px);
}

/* Map and office */
.bio-contact-page .bio-v100-contact-map.bio-v100-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(68px, 7vw, 96px) max(24px, calc((100% - 1180px) / 2));
	background: var(--bio-contacts-light);
}

.bio-contact-page .bio-v100-contact-map > .wp-block-group__inner-container {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.bio-contact-page .bio-v100-contact-map .bio-v100-split {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: 28px;
	align-items: stretch !important;
	margin: 0;
}

.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column {
	display: flex;
	flex: none !important;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	min-height: 520px;
	margin: 0 !important;
}

.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column:first-child {
	overflow: hidden;
	border: 1px solid var(--bio-contacts-line);
	border-radius: 8px;
	background: var(--bio-contacts-white);
}

.bio-contact-page .bio-v100-contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
}

.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column:last-child {
	display: grid;
	grid-template-rows: minmax(240px, 1fr) auto auto auto auto;
	overflow: hidden;
	border: 1px solid var(--bio-contacts-line);
	border-radius: 8px;
	background: var(--bio-contacts-white);
	box-shadow: 0 12px 34px rgba(11, 34, 57, 0.05);
}

.bio-contact-page .bio-v100-contact-map figure {
	width: 100%;
	height: 100%;
	margin: 0 0 26px;
	overflow: hidden;
	background: #eaf1f4;
}

.bio-contact-page .bio-v100-contact-map figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	object-position: center;
}

.bio-contact-page .bio-v100-contact-map h2,
.bio-contact-page .bio-v100-contact-map .bio-v103-office-address,
.bio-contact-page .bio-v100-contact-map .bio-v103-office-hours,
.bio-contact-page .bio-v100-contact-map .bio-v103-office-link {
	margin-right: 30px;
	margin-left: 30px;
}

.bio-contact-page .bio-v100-contact-map h2 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: clamp(26px, 3vw, 36px);
}

.bio-contact-page .bio-v100-contact-map .bio-v103-office-address {
	margin-top: 0;
	margin-bottom: 14px;
	color: var(--bio-contacts-blue);
	font-weight: 600;
}

.bio-contact-page .bio-v100-contact-map .bio-v103-office-hours {
	margin-top: 0;
	margin-bottom: 16px;
}

.bio-contact-page .bio-v100-contact-map .bio-v103-office-link {
	margin-top: 0;
	margin-bottom: 28px;
}

.bio-contact-page .bio-v100-contact-map .bio-v103-office-link a {
	color: var(--bio-contacts-blue);
	font-weight: 700;
	text-decoration-color: var(--bio-contacts-teal);
	text-underline-offset: 5px;
}

/* Contact and career forms */
.bio-contact-page .bio-v100-contact-form-section.bio-v100-section,
.bio-contact-page .bio-v100-career.bio-v100-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(72px, 8vw, 108px) max(24px, calc((100% - 1180px) / 2));
}

.bio-contact-page .bio-v100-contact-form-section.bio-v100-section {
	background: var(--bio-contacts-white);
}

.bio-contact-page .bio-v100-contact-form-section > .wp-block-group__inner-container,
.bio-contact-page .bio-v100-career > .wp-block-group__inner-container {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.bio-contact-page .bio-v100-contact-form-grid {
	display: grid !important;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(46px, 7vw, 92px);
	align-items: start;
	margin: 0;
}

.bio-contact-page .bio-v100-contact-form-grid > .wp-block-column {
	flex: none !important;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
}

.bio-contact-page .bio-v100-contact-form-section .bio-v100-eyebrow,
.bio-contact-page .bio-v100-career .bio-v100-eyebrow,
.bio-contact-page .bio-v100-newsletter .bio-v100-eyebrow {
	margin: 0 0 18px;
	color: var(--bio-contacts-teal);
	font-weight: 700;
}

.bio-contact-page .bio-v100-contact-form-section h2,
.bio-contact-page .bio-v100-career h2 {
	margin: 0 0 22px;
	font-size: clamp(32px, 4.1vw, 50px);
	line-height: 1.12;
}

.bio-contact-page .bio-v100-form-card {
	min-width: 0;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--bio-contacts-line);
	border-top: 5px solid var(--bio-contacts-teal);
	border-radius: 8px;
	background: var(--bio-contacts-white);
	box-shadow: 0 18px 44px rgba(11, 34, 57, 0.08);
}

.bio-contact-page .bio-v100-form-card .wpcf7,
.bio-contact-page .bio-v100-form-card .wpcf7-form {
	width: 100%;
	margin: 0;
}

.bio-contact-page .bio-v100-form-card .wpcf7 p {
	margin: 0 0 20px;
}

.bio-contact-page .bio-v100-form-card .wpcf7 label {
	display: block;
	margin: 0;
	color: var(--bio-contacts-navy);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

.bio-contact-page .bio-v100-form-card .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.bio-contact-page .bio-v100-form-card .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="file"]),
.bio-contact-page .bio-v100-form-card .wpcf7 select,
.bio-contact-page .bio-v100-form-card .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #b9c7d0;
	border-radius: 4px;
	color: var(--bio-contacts-text);
	background: var(--bio-contacts-white);
	font: inherit;
}

.bio-contact-page .bio-v100-form-card .wpcf7 textarea {
	min-height: 150px;
	resize: vertical;
}

.bio-contact-page .bio-v100-form-card .wpcf7 input[type="file"] {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 8px;
	padding: 10px;
	border: 1px solid var(--bio-contacts-line);
	border-radius: 4px;
	background: var(--bio-contacts-light);
}

.bio-contact-page .bio-v100-form-card .wpcf7 input[type="checkbox"],
.bio-contact-page .bio-v100-form-card .wpcf7 input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 2px 8px 0 0;
	vertical-align: top;
}

.bio-contact-page .bio-v100-form-card .wpcf7-list-item {
	margin: 0 14px 8px 0;
}

.bio-contact-page .bio-v100-form-card .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #a32929;
	font-size: 13px;
}

.bio-contact-page .bio-v100-form-card .wpcf7-response-output {
	margin: 22px 0 0 !important;
	padding: 13px 15px !important;
	border: 1px solid var(--bio-contacts-line) !important;
	border-radius: 4px;
	color: var(--bio-contacts-text);
}

.bio-contact-page .bio-v100-form-card .wpcf7 form.sent .wpcf7-response-output,
.bio-contact-page .bio-v100-form-card .wpcf7-form.sent .wpcf7-response-output {
	border-color: var(--bio-contacts-teal) !important;
	background: rgba(53, 184, 166, 0.1);
}

.bio-contact-page .bio-v100-form-card .wpcf7 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid var(--bio-contacts-teal);
	border-radius: 4px;
	color: var(--bio-contacts-navy);
	background: var(--bio-contacts-teal);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.bio-contact-page .bio-v100-form-card .wpcf7 input[type="submit"]:hover,
.bio-contact-page .bio-v100-form-card .wpcf7 input[type="submit"]:focus-visible {
	border-color: var(--bio-contacts-cyan);
	color: var(--bio-contacts-white);
	background: var(--bio-contacts-blue);
}

.bio-contact-page .bio-v100-career.bio-v100-section {
	color: var(--bio-contacts-white);
	background: var(--bio-contacts-navy);
}

.bio-contact-page .bio-v100-career h2 {
	color: var(--bio-contacts-white) !important;
}

.bio-contact-page .bio-v100-career .bio-v100-contact-form-grid > .wp-block-column:first-child > p:not(.bio-v100-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.bio-contact-page .bio-v100-career .bio-v100-form-card {
	border-top-color: var(--bio-contacts-cyan);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

/* Newsletter and configured direct emails */
.bio-contact-page .bio-v100-newsletter.bio-v100-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(68px, 8vw, 104px) max(24px, calc((100% - 1180px) / 2));
	background:
		linear-gradient(120deg, rgba(53, 184, 166, 0.19), transparent 55%),
		linear-gradient(150deg, #eaf8f7 0%, #eaf5fb 100%);
}

.bio-contact-page .bio-v100-newsletter > .wp-block-group__inner-container {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.bio-contact-page .bio-v100-newsletter h2 {
	max-width: 760px;
	margin: 0 0 28px;
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.08;
}

.bio-contact-page .bio-v100-newsletter h3 {
	margin: clamp(38px, 6vw, 68px) 0 22px;
	padding-top: 28px;
	border-top: 1px solid rgba(18, 59, 99, 0.18);
	font-size: 22px;
}

.bio-contact-page .bio-v100-newsletter .bio-v100-admin-note {
	max-width: 720px;
	margin: 22px 0;
	border-left-color: var(--bio-contacts-blue);
}

.bio-contact-page .bio-v100-newsletter form,
.bio-contact-page .bio-v100-newsletter .sib-form,
.bio-contact-page .bio-v100-newsletter .sib_signup_form {
	max-width: 760px;
}

.bio-contact-page .bio-v103-direct-emails {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 16px;
	width: 100%;
}

.bio-contact-page .bio-v103-direct-email {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 112px;
	padding: 22px;
	border: 1px solid rgba(18, 59, 99, 0.14);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.78);
}

.bio-contact-page .bio-v103-direct-email__label {
	margin-bottom: 8px;
	color: var(--bio-contacts-muted);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.bio-contact-page .bio-v103-direct-email a {
	min-width: 0;
	color: var(--bio-contacts-navy);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	overflow-wrap: anywhere;
	text-decoration-color: var(--bio-contacts-teal);
	text-underline-offset: 4px;
}

/* Final CTA */
.bio-contact-page .bio-v100-cta.bio-v100-section {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: clamp(56px, 7vw, 84px) max(24px, calc((100% - 1180px) / 2));
	background: var(--bio-contacts-blue);
}

.bio-contact-page .bio-v100-cta > .wp-block-group__inner-container {
	width: min(100%, 1180px);
	margin: 0 auto;
}

.bio-contact-page .bio-v100-cta h2,
.bio-contact-page .bio-v100-cta p {
	max-width: 760px;
	color: var(--bio-contacts-white);
}

.bio-contact-page .bio-v100-cta .wp-block-button__link {
	min-height: 50px;
	padding: 13px 24px;
	border: 1px solid var(--bio-contacts-teal);
	border-radius: 4px;
	color: var(--bio-contacts-navy);
	background: var(--bio-contacts-teal);
	font-family: Poppins, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 1199px) {
	.bio-contact-page .bio-v103-contact-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bio-contact-page .bio-v103-contact-card {
		min-height: 196px;
	}

	.bio-contact-page .bio-v100-contact-map .bio-v100-split {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	}
}

@media (max-width: 900px) {
	.bio-contact-page .bio-v100-contact-map .bio-v100-split,
	.bio-contact-page .bio-v100-contact-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column,
	.bio-contact-page .bio-v100-contact-map iframe {
		min-height: 430px;
	}

	.bio-contact-page .bio-v100-contact-form-grid {
		gap: 38px;
	}

	.bio-contact-page .bio-v100-contact-form-grid > .wp-block-column:first-child {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.bio-contact-page .bio-v100-contact-hero.bio-v100-section {
		padding: 82px 24px 68px;
	}

	.bio-contact-page .bio-v100-contact-hero.bio-v100-section::before {
		right: 0;
		width: 52vw;
		opacity: 0.65;
	}

	.bio-contact-page .bio-v100-contact-hero.bio-v100-section::after {
		right: 24px;
		width: 132px;
	}

	.bio-contact-page .bio-v100-contact-hero h1 {
		font-size: clamp(38px, 10.6vw, 54px);
	}

	.bio-contact-page .bio-v103-contact-cards.bio-v100-section {
		width: min(100% - 36px, 1180px);
		padding: 48px 0 56px;
	}

	.bio-contact-page .bio-v100-contact-map.bio-v100-section,
	.bio-contact-page .bio-v100-contact-form-section.bio-v100-section,
	.bio-contact-page .bio-v100-career.bio-v100-section,
	.bio-contact-page .bio-v100-newsletter.bio-v100-section,
	.bio-contact-page .bio-v100-cta.bio-v100-section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column,
	.bio-contact-page .bio-v100-contact-map iframe {
		min-height: 360px;
	}

	.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column:last-child {
		grid-template-rows: auto auto auto auto auto;
	}

	.bio-contact-page .bio-v100-contact-map figure img {
		min-height: 220px;
		aspect-ratio: 16 / 9;
	}

	.bio-contact-page .bio-v100-form-card {
		padding: 26px 20px;
	}

	.bio-contact-page .bio-v100-form-card .wpcf7 input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 599px) {
	.bio-contact-page .bio-v103-contact-cards__grid {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-rows: auto;
		gap: 14px;
	}

	.bio-contact-page .bio-v103-contact-card {
		grid-template-columns: auto minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 18px;
		min-height: 0;
		padding: 22px;
	}

	.bio-contact-page .bio-v103-contact-card__icon {
		grid-row: 1 / 3;
		margin: 0;
	}

	.bio-contact-page .bio-v103-contact-card__label {
		margin: 1px 0 5px;
	}

	.bio-contact-page .bio-v103-contact-card__value {
		align-self: start;
	}

	.bio-contact-page .bio-v103-contact-card--email .bio-v103-contact-card__value {
		font-size: 15px;
	}

	.bio-contact-page .bio-v100-contact-map .bio-v100-split > .wp-block-column,
	.bio-contact-page .bio-v100-contact-map iframe {
		min-height: 320px;
	}

	.bio-contact-page .bio-v100-contact-map h2,
	.bio-contact-page .bio-v100-contact-map .bio-v103-office-address,
	.bio-contact-page .bio-v100-contact-map .bio-v103-office-hours,
	.bio-contact-page .bio-v100-contact-map .bio-v103-office-link {
		margin-right: 22px;
		margin-left: 22px;
	}

	.bio-contact-page .bio-v100-contact-map .bio-v103-office-link {
		margin-bottom: 22px;
	}

	.bio-contact-page .bio-v103-direct-emails {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bio-contact-page .bio-v100-contact * {
		scroll-behavior: auto;
	}
}
