.bcc-ipb,
.bcc-ipb *,
.bcc-ipb *::before,
.bcc-ipb *::after {
	box-sizing: border-box;
}

.bcc-ipb {
	--bcc-primary: #00a897;
	--bcc-primary-text: #007d73;
	--bcc-dark: #003f51;
	--bcc-accent: #f58220;
	--bcc-light: #f1f8f7;
	--bcc-ink: #102f3a;
	--bcc-muted: #52707a;
	--bcc-body-font: Montserrat, "Open Sans", Arial, sans-serif;
	--bcc-heading-font: Montserrat, "Open Sans", Arial, sans-serif;
	--bcc-base-size: 16px;
	--bcc-h1-max: 112px;
	--bcc-h2-max: 66px;
	--bcc-button-size: 15px;
	--bcc-body-weight: 400;
	--bcc-heading-weight: 800;
	--bcc-button-weight: 760;
	--bcc-content-width: 1240px;
	--bcc-section-space: 110px;
	--bcc-hero-bg: #003f51;
	--bcc-hero-image: none;
	--bcc-hero-text: #fff;
	--bcc-values-bg: #fff;
	--bcc-values-image: none;
	--bcc-stories-bg: #f5faf9;
	--bcc-stories-image: none;
	--bcc-video-title-color: #003f51;
	--bcc-video-title-bg: #ffffff;
	--bcc-video-title-font: Montserrat, "Open Sans", Arial, sans-serif;
	--bcc-video-title-size: 16px;
	--bcc-video-title-weight: 800;
	--bcc-video-title-align: center;
	--bcc-jump-bg: #ffffff;
	--bcc-events-bg: #003f51;
	--bcc-events-image: none;
	--bcc-events-text: #fff;
	--bcc-form-bg: #f1f8f7;
	--bcc-form-image: none;
	--bcc-team-bg: #fff;
	--bcc-team-image: none;
	--bcc-final-bg: #003f51;
	--bcc-final-image: none;
	--bcc-final-text: #fff;
	--bcc-white: #ffffff;
	--bcc-border: rgba(0, 63, 81, 0.14);
	--bcc-shadow-sm: 0 10px 30px rgba(0, 63, 81, 0.08);
	--bcc-shadow-lg: 0 24px 70px rgba(0, 42, 55, 0.16);
	--bcc-radius-sm: 12px;
	--bcc-radius: 22px;
	--bcc-radius-lg: 34px;
	color: var(--bcc-ink);
	font-family: var(--bcc-body-font);
	font-size: var(--bcc-base-size);
	font-weight: var(--bcc-body-weight);
	line-height: 1.6;
	margin-left: calc(50% - 50vw);
	max-width: none;
	overflow: clip;
	width: 100vw;
}

.bcc-ipb img,
.bcc-ipb video,
.bcc-ipb iframe,
.bcc-ipb svg {
	display: block;
	max-width: 100%;
}

.bcc-ipb h1,
.bcc-ipb h2,
.bcc-ipb h3,
.bcc-ipb p,
.bcc-ipb figure,
.bcc-ipb ol,
.bcc-ipb ul {
	margin: 0;
	padding: 0;
}

.bcc-ipb h1,
.bcc-ipb h2,
.bcc-ipb h3 {
	color: inherit;
	font-family: var(--bcc-heading-font);
	font-style: normal;
	letter-spacing: -0.035em;
	line-height: 1.08;
	padding: 0;
}

.bcc-ipb h1 {
	font-size: clamp(3.4rem, 7.6vw, var(--bcc-h1-max));
	font-weight: var(--bcc-heading-weight);
	max-width: 820px;
}

.bcc-ipb h2 {
	font-size: clamp(2.2rem, 4vw, var(--bcc-h2-max));
	font-weight: var(--bcc-heading-weight);
}

.bcc-ipb h3 {
	font-size: clamp(1.15rem, 1.5vw, 1.4rem);
	font-weight: var(--bcc-heading-weight);
}

.bcc-ipb a {
	color: inherit;
	text-decoration: none;
}

.bcc-ipb a:focus-visible,
.bcc-ipb button:focus-visible,
.bcc-ipb video:focus-visible {
	outline: 3px solid var(--bcc-accent);
	outline-offset: 4px;
}

.bcc-ipb-shell {
	margin-inline: auto;
	max-width: var(--bcc-content-width);
	width: min(88%, var(--bcc-content-width));
}

.bcc-ipb-section {
	padding-block: clamp(40px, 9vw, var(--bcc-section-space));
}

.bcc-ipb-section[id] {
	scroll-margin-top: 96px;
}

.bcc-ipb-eyebrow {
	align-items: center;
	color: var(--bcc-primary-text);
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.17em;
	line-height: 1.2;
	margin-bottom: 20px !important;
	text-transform: uppercase;
}

.bcc-ipb-eyebrow::before {
	background: currentColor;
	content: "";
	height: 3px;
	width: 28px;
}

.bcc-ipb-eyebrow--light {
	color: #72e0d3;
}

.bcc-ipb-section-heading {
	max-width: 820px;
}

.bcc-ipb-section-heading > p:last-child {
	color: var(--bcc-muted);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	line-height: 1.72;
	margin-top: 24px;
	max-width: 720px;
}

.bcc-ipb-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.bcc-ipb-section-heading--center .bcc-ipb-eyebrow {
	justify-content: center;
}

.bcc-ipb-section-heading--center > p:last-child {
	margin-inline: auto;
}

.bcc-ipb-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.bcc-ipb .bcc-ipb-button,
.bcc-ipb .bcc-ipb-button:hover {
	align-items: center;
	border: 1px solid transparent !important;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: var(--bcc-button-size);
	font-weight: var(--bcc-button-weight);
	gap: 12px;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2 !important;
	min-height: 54px;
	padding: 16px 25px !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bcc-ipb .bcc-ipb-button::after,
.bcc-ipb .bcc-ipb-button::before {
	display: none !important;
}

.bcc-ipb .bcc-ipb-button:hover {
	transform: translateY(-2px);
}

.bcc-ipb-button span {
	font-size: 1.2em;
	line-height: 1;
}

.bcc-ipb-button--accent {
	background: var(--bcc-accent) !important;
	box-shadow: 0 10px 28px rgba(245, 130, 32, 0.26);
	color: #002f3d !important;
}

.bcc-ipb-button--accent:hover {
	background: #f98e34 !important;
	box-shadow: 0 14px 34px rgba(245, 130, 32, 0.34);
}

.bcc-ipb-button--ghost {
	background: transparent !important;
	border-color: currentColor !important;
	color: inherit !important;
	opacity: 0.9;
}

.bcc-ipb-button--ghost:hover {
	background: rgba(255, 255, 255, 0.1) !important;
	border-color: #fff !important;
}

/* Hero */
.bcc-ipb-hero {
	background-color: var(--bcc-hero-bg);
	background-image:
		radial-gradient(circle at 84% 22%, rgba(0, 168, 151, 0.34), transparent 28%),
		linear-gradient(128deg, rgba(0, 20, 27, 0.34), rgba(0, 20, 27, 0.06)),
		var(--bcc-hero-image);
	background-position: center, center, center;
	background-repeat: no-repeat;
	background-size: auto, auto, cover;
	color: var(--bcc-hero-text);
	min-height: min(800px, 82vh);
	overflow: hidden;
	padding-block: clamp(78px, 10vw, 138px);
	position: relative;
}

.bcc-ipb-hero::before {
	background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	inset: 0 0 0 58%;
	mask-image: linear-gradient(to left, #000, transparent);
	opacity: 0.38;
	position: absolute;
}

.bcc-ipb-hero::after {
	background: var(--bcc-accent);
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: 29%;
}

.bcc-ipb-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(54px, 7vw, 100px);
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	position: relative;
	z-index: 1;
}

.bcc-ipb-hero__intro {
	color: inherit;
	font-size: clamp(1.05rem, 1.65vw, 1.27rem);
	line-height: 1.72;
	margin-block: 30px 34px !important;
	max-width: 760px;
	opacity: 0.82;
}

.bcc-ipb-hero .bcc-ipb-actions {
	margin-bottom: 37px;
}

.bcc-ipb-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	list-style: none !important;
}

/* Divi can add icon-font content to list pseudo-elements. Reset it here so
 * only the plugin's accessible SVG checkmarks appear in the hero. */
.bcc-ipb .bcc-ipb-proof::before,
.bcc-ipb .bcc-ipb-proof::after,
.bcc-ipb .bcc-ipb-proof > li::before,
.bcc-ipb .bcc-ipb-proof > li::after {
	content: none !important;
	display: none !important;
}

.bcc-ipb .bcc-ipb-proof > li::marker {
	content: "" !important;
	font-size: 0 !important;
}

.bcc-ipb-proof li {
	align-items: center;
	color: inherit;
	display: flex;
	font-size: 0.85rem;
	font-weight: 650;
	gap: 7px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0.78;
}

.bcc-ipb-proof svg {
	fill: #72e0d3;
	height: 18px;
	width: 18px;
}

.bcc-ipb-hero__mark {
	aspect-ratio: 1;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.bcc-ipb-hero__mark.bcc-ipb-hero__mark--image {
	aspect-ratio: auto;
}

.bcc-ipb-hero__feature-image {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-bottom: 7px solid var(--bcc-accent);
	border-radius: clamp(18px, 2.2vw, 28px);
	box-shadow: var(--bcc-shadow-lg);
	height: auto;
	object-fit: contain;
	padding: clamp(20px, 3vw, 38px);
	width: min(100%, 560px);
}

.bcc-ipb-hero__ring {
	border: 2px solid rgba(255, 255, 255, 0.33);
	border-radius: 50%;
	inset: 3%;
	position: absolute;
}

.bcc-ipb-hero__ring::before,
.bcc-ipb-hero__ring::after {
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: inherit;
	content: "";
	position: absolute;
}

.bcc-ipb-hero__ring::before {
	inset: 12%;
}

.bcc-ipb-hero__ring::after {
	inset: 27%;
}

.bcc-ipb-hero__word {
	color: rgba(255, 255, 255, 0.97);
	font-size: clamp(2.1rem, 4.4vw, 4.5rem);
	font-weight: 850;
	letter-spacing: -0.08em;
	position: relative;
	transform: rotate(-7deg);
	z-index: 1;
}

.bcc-ipb-hero__word::after {
	background: var(--bcc-accent);
	bottom: -10px;
	content: "";
	height: 8px;
	left: 8%;
	position: absolute;
	transform: skewX(-26deg);
	width: 94%;
}

.bcc-ipb-hero__signal {
	background: #fff;
	border-radius: 999px;
	bottom: 4%;
	box-shadow: var(--bcc-shadow-lg);
	color: var(--bcc-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	padding: 10px 17px;
	position: absolute;
	right: -1%;
	text-transform: uppercase;
}

/* Jump navigation */
.bcc-ipb-jump {
	background: var(--bcc-jump-bg);
	border-bottom: 1px solid var(--bcc-border);
	box-shadow: 0 6px 22px rgba(0, 63, 81, 0.05);
}

.bcc-ipb-jump .bcc-ipb-shell {
	display: flex;
	gap: clamp(20px, 3.2vw, 48px);
	overflow-x: auto;
	scrollbar-width: none;
}

.bcc-ipb-jump .bcc-ipb-shell::-webkit-scrollbar {
	display: none;
}

.bcc-ipb-jump a {
	border-bottom: 3px solid transparent;
	color: var(--bcc-dark);
	font-size: 0.8rem;
	font-weight: 750;
	padding-block: 21px 18px;
	white-space: nowrap;
}

.bcc-ipb-jump a:hover,
.bcc-ipb-jump a:focus-visible {
	border-bottom-color: var(--bcc-primary);
	color: var(--bcc-primary);
}

/* Value statements */
.bcc-ipb-values {
	background-color: var(--bcc-values-bg);
	background-image: var(--bcc-values-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bcc-ipb-value-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-top: clamp(44px, 6vw, 72px) !important;
}

.bcc-ipb-value-card {
	background:
		linear-gradient(145deg, rgba(0, 168, 151, 0.075), rgba(255, 255, 255, 0.58)),
		var(--bcc-light);
	border: 1px solid rgba(0, 125, 115, 0.12);
	border-radius: var(--bcc-radius);
	display: flex;
	flex-direction: column;
	grid-column: span 4;
	justify-content: space-between;
	min-height: 248px;
	overflow: hidden;
	padding: clamp(26px, 2.6vw, 34px);
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bcc-ipb-value-card:nth-child(4),
.bcc-ipb-value-card:nth-child(5) {
	grid-column: span 6;
	min-height: 220px;
}

.bcc-ipb-value-card::before {
	background: rgba(0, 168, 151, 0.07);
	border: 1px solid rgba(0, 125, 115, 0.08);
	border-radius: 50%;
	content: "";
	height: 150px;
	position: absolute;
	right: -72px;
	top: -78px;
	width: 150px;
}

.bcc-ipb-value-card::after {
	background: var(--bcc-primary);
	border-radius: 999px;
	bottom: 25px;
	content: "";
	height: 4px;
	left: clamp(26px, 2.6vw, 34px);
	position: absolute;
	transition: width 180ms ease;
	width: 42px;
}

.bcc-ipb-value-card:hover {
	border-color: rgba(0, 125, 115, 0.28);
	box-shadow: 0 18px 42px rgba(0, 63, 81, 0.1);
	transform: translateY(-4px);
}

.bcc-ipb-value-card:hover::after {
	width: 72px;
}

.bcc-ipb-value-card__header {
	align-items: center;
	display: flex;
	gap: 12px;
	position: relative;
	z-index: 1;
}

.bcc-ipb-value-card__number {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 125, 115, 0.16);
	border-radius: 999px;
	color: var(--bcc-primary-text);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 850;
	height: 34px;
	justify-content: center;
	letter-spacing: 0.11em;
	min-width: 48px;
	padding-left: 0.11em;
}

.bcc-ipb-value-card__rule {
	background: linear-gradient(90deg, rgba(0, 168, 151, 0.35), transparent);
	height: 1px;
	max-width: 90px;
	width: 26%;
}

.bcc-ipb-value-card p {
	color: var(--bcc-dark);
	font-size: clamp(1.03rem, 1.42vw, 1.23rem);
	font-weight: 720;
	line-height: 1.42;
	max-width: 94%;
	padding: 46px 0 28px;
	position: relative;
	z-index: 1;
}

/* Testimonials */
.bcc-ipb-stories {
	background-color: var(--bcc-stories-bg);
	background-image: var(--bcc-stories-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bcc-ipb-carousel {
	margin: clamp(42px, 6vw, 70px) auto 0;
	max-width: 1040px;
	position: relative;
}

.bcc-ipb-carousel__viewport {
	background: #fff;
	border: 1px solid var(--bcc-border);
	border-radius: var(--bcc-radius-lg);
	box-shadow: var(--bcc-shadow-lg);
	overflow: hidden;
}

.bcc-ipb-carousel__track {
	display: flex;
	transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bcc-ipb-carousel__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.bcc-ipb-carousel__slide img {
	aspect-ratio: 1600 / 850;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.bcc-ipb .bcc-ipb-carousel__slide--quote {
	align-items: center;
	aspect-ratio: 1600 / 850;
	background:
		radial-gradient(circle at 90% 8%, rgba(0, 168, 151, 0.14), transparent 31%),
		linear-gradient(145deg, #ffffff, var(--bcc-light));
	display: flex;
	min-height: clamp(250px, 53vw, 550px);
	padding: clamp(34px, 6.5vw, 76px);
}

.bcc-ipb-quote-card {
	margin-inline: auto;
	max-width: 800px;
	position: relative;
	width: 100%;
}

.bcc-ipb-quote-card__mark {
	color: var(--bcc-primary);
	display: block;
	font-family: Georgia, serif;
	font-size: clamp(4.2rem, 8vw, 7.5rem);
	font-weight: 700;
	height: 0.58em;
	line-height: 0.82;
	opacity: 0.88;
}

.bcc-ipb-quote-card blockquote {
	margin: 0;
	padding: 0;
}

.bcc-ipb-quote-card blockquote > p {
	color: var(--bcc-dark);
	font-family: var(--bcc-heading-font);
	font-size: clamp(1.3rem, 2.7vw, 2.25rem);
	font-weight: var(--bcc-heading-weight);
	letter-spacing: -0.025em;
	line-height: 1.3;
	white-space: pre-line;
}

.bcc-ipb-quote-card footer {
	border-left: 3px solid var(--bcc-primary);
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: clamp(24px, 4vw, 38px);
	padding-left: 15px;
}

.bcc-ipb-quote-card footer strong {
	color: var(--bcc-dark);
	font-size: 0.96rem;
	font-weight: 800;
}

.bcc-ipb-quote-card footer span {
	color: var(--bcc-muted);
	font-size: 0.84rem;
	font-weight: 600;
}

.bcc-ipb-carousel__controls {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 24px;
}

.bcc-ipb-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--bcc-border);
	border-radius: 50%;
	color: var(--bcc-dark);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.1rem;
	height: 45px;
	justify-content: center;
	padding: 0;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 45px;
}

.bcc-ipb-carousel__button:hover {
	background: var(--bcc-dark);
	border-color: var(--bcc-dark);
	color: #fff;
}

.bcc-ipb-carousel__dots {
	align-items: center;
	display: flex;
	gap: 7px;
}

.bcc-ipb-carousel__dot {
	background: rgba(0, 63, 81, 0.2);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: background 180ms ease, width 180ms ease;
	width: 8px;
}

.bcc-ipb-carousel__dot[aria-current="true"] {
	background: var(--bcc-primary);
	width: 25px;
}

.bcc-ipb-video-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(70px, 8vw, 100px);
}

.bcc-ipb-video-card {
	background: var(--bcc-video-title-bg);
	border: 1px solid var(--bcc-border);
	border-radius: var(--bcc-radius);
	box-shadow: var(--bcc-shadow-sm);
	overflow: hidden;
}

.bcc-ipb-video-card__media {
	background: #092d37;
	height: clamp(400px, 43vw, 530px);
	overflow: hidden;
}

.bcc-ipb-video-card video {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.bcc-ipb .bcc-ipb-video-card h3 {
	align-items: center;
	background: var(--bcc-video-title-bg) !important;
	color: var(--bcc-video-title-color) !important;
	display: grid;
	font-family: var(--bcc-video-title-font) !important;
	font-size: var(--bcc-video-title-size) !important;
	font-weight: var(--bcc-video-title-weight) !important;
	letter-spacing: -0.015em;
	line-height: 1.35;
	margin: 0 !important;
	min-height: 68px;
	padding: 17px 22px !important;
	text-align: var(--bcc-video-title-align);
	width: 100%;
}

/* Events */
.bcc-ipb-events {
	background-color: var(--bcc-events-bg);
	background-image:
		radial-gradient(circle at 12% 92%, rgba(0, 168, 151, 0.25), transparent 28%),
		linear-gradient(135deg, rgba(0, 28, 36, 0.44), rgba(0, 28, 36, 0.2)),
		var(--bcc-events-image);
	background-position: center, center, center;
	background-repeat: no-repeat;
	background-size: auto, auto, cover;
	color: var(--bcc-events-text);
}

.bcc-ipb-events__intro {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.bcc-ipb-events .bcc-ipb-section-heading > p:last-child {
	color: var(--bcc-events-text);
	opacity: 0.73;
}

.bcc-ipb-event-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(50px, 7vw, 76px);
}

.bcc-ipb-event-card {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--bcc-radius);
	min-height: 310px;
	padding: 29px 27px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bcc-ipb-event-card:hover {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(114, 224, 211, 0.48);
	transform: translateY(-4px);
}

.bcc-ipb-event-card__icon {
	align-items: center;
	background: rgba(114, 224, 211, 0.13);
	border-radius: 14px;
	display: inline-flex;
	height: 54px;
	justify-content: center;
	margin-bottom: 42px;
	width: 54px;
}

.bcc-ipb-event-card__icon svg {
	fill: #72e0d3;
	height: 27px;
	width: 27px;
}

.bcc-ipb-event-card__icon img {
	border-radius: 11px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bcc-ipb-event-card h3 {
	color: var(--bcc-events-text);
	font-size: 1.18rem;
	letter-spacing: -0.02em;
	margin-bottom: 14px;
}

.bcc-ipb-event-card p {
	color: var(--bcc-events-text);
	font-size: 0.9rem;
	line-height: 1.68;
	opacity: 0.7;
}

.bcc-ipb-events__note {
	align-items: center;
	color: var(--bcc-events-text);
	display: flex;
	font-size: 0.9rem;
	font-weight: 650;
	gap: 8px;
	justify-content: center;
	margin-top: 34px !important;
	opacity: 0.78;
}

.bcc-ipb-events__note svg {
	fill: #72e0d3;
	height: 20px;
	width: 20px;
}

.bcc-ipb-live-events {
	background: #fff;
	border-radius: var(--bcc-radius);
	color: var(--bcc-ink);
	margin-top: 50px;
	min-height: 200px;
	padding: clamp(20px, 4vw, 44px);
}

/* Embedded form */
.bcc-ipb-form-section {
	background-color: var(--bcc-form-bg);
	background-image: var(--bcc-form-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bcc-ipb-form-section__heading {
	max-width: 800px;
}

.bcc-ipb-form-section__heading > p:last-child {
	color: var(--bcc-muted);
	font-size: 1.08rem;
	line-height: 1.7;
	margin-top: 22px;
}

.bcc-ipb-form-frame {
	background: #fff;
	border: 1px solid var(--bcc-border);
	border-radius: var(--bcc-radius-lg);
	box-shadow: var(--bcc-shadow-lg);
	margin-top: 44px;
	overflow: hidden;
	padding: 10px;
}

.bcc-ipb-form-frame iframe {
	background: #fff;
	border: 0;
	border-radius: 24px;
	height: min(1050px, 105vh);
	min-height: 760px;
	width: 100%;
}

/* Membership contacts */
.bcc-ipb-team {
	background-color: var(--bcc-team-bg);
	background-image: var(--bcc-team-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bcc-ipb-team__layout {
	align-items: center;
	display: grid;
	gap: clamp(50px, 8vw, 100px);
	grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
}

.bcc-ipb-contact-grid {
	display: grid;
	gap: 18px;
}

.bcc-ipb-contact-card {
	align-items: center;
	background: var(--bcc-light);
	border: 1px solid transparent;
	border-radius: var(--bcc-radius);
	display: grid;
	gap: 24px;
	grid-template-columns: 148px minmax(0, 1fr);
	padding: 14px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bcc-ipb-contact-card:hover {
	border-color: rgba(0, 168, 151, 0.25);
	box-shadow: var(--bcc-shadow-sm);
	transform: translateX(-4px);
}

.bcc-ipb-contact-card__photo {
	aspect-ratio: 1;
	border-radius: 16px;
	height: 148px;
	object-fit: cover;
	width: 148px;
}

.bcc-ipb-contact-card__placeholder {
	align-items: center;
	background: var(--bcc-primary);
	color: #002f3d;
	display: flex;
	font-family: var(--bcc-heading-font);
	font-size: 2.6rem;
	font-weight: var(--bcc-heading-weight);
	justify-content: center;
}

.bcc-ipb-contact-card__body {
	min-width: 0;
	padding: 10px 18px 10px 0;
}

.bcc-ipb-contact-card h3 {
	color: var(--bcc-dark);
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.bcc-ipb-contact-card__title {
	color: var(--bcc-muted);
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.45;
	margin-bottom: 16px !important;
}

.bcc-ipb-contact-card a {
	align-items: center;
	color: var(--bcc-dark);
	display: flex;
	font-size: 0.82rem;
	font-weight: 700;
	gap: 8px;
	margin-top: 7px;
	overflow-wrap: anywhere;
}

.bcc-ipb-contact-card a:hover {
	color: var(--bcc-primary-text);
}

.bcc-ipb-contact-card a svg {
	fill: var(--bcc-primary);
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

/* Closing CTA */
.bcc-ipb-final {
	background-color: var(--bcc-final-bg);
	background-image:
		linear-gradient(120deg, rgba(0, 168, 151, 0.2), rgba(0, 28, 36, 0.18)),
		var(--bcc-final-image);
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: auto, cover;
	color: var(--bcc-final-text);
	padding-block: clamp(62px, 8vw, 92px);
}

.bcc-ipb-final__inner {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.bcc-ipb-final h2 {
	font-size: clamp(2rem, 3.3vw, 3.35rem);
}

.bcc-ipb-final p {
	color: var(--bcc-final-text);
	font-size: 1rem;
	line-height: 1.65;
	margin-top: 15px;
	max-width: 700px;
	opacity: 0.73;
}

/* Section-specific typography controls */
.bcc-ipb .bcc-ipb-hero {
	color: var(--bcc-hero-body-color);
	font-family: var(--bcc-hero-body-font);
	font-weight: var(--bcc-hero-body-weight);
}

.bcc-ipb .bcc-ipb-hero h1 {
	color: var(--bcc-hero-heading-color) !important;
	font-family: var(--bcc-hero-heading-font) !important;
	font-size: min(var(--bcc-hero-heading-size), 16vw) !important;
	font-weight: var(--bcc-hero-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-hero .bcc-ipb-eyebrow {
	color: var(--bcc-hero-accent-color) !important;
	font-family: var(--bcc-hero-body-font) !important;
}

.bcc-ipb .bcc-ipb-hero__intro {
	color: var(--bcc-hero-body-color) !important;
	font-family: var(--bcc-hero-body-font) !important;
	font-size: var(--bcc-hero-body-size) !important;
	font-weight: var(--bcc-hero-body-weight) !important;
}

.bcc-ipb .bcc-ipb-proof li {
	color: var(--bcc-hero-body-color) !important;
	font-family: var(--bcc-hero-body-font) !important;
}

.bcc-ipb .bcc-ipb-jump a {
	color: var(--bcc-jump-body-color) !important;
	font-family: var(--bcc-jump-body-font) !important;
	font-size: var(--bcc-jump-body-size) !important;
	font-weight: var(--bcc-jump-body-weight) !important;
}

.bcc-ipb .bcc-ipb-values {
	color: var(--bcc-values-body-color);
	font-family: var(--bcc-values-body-font);
	font-weight: var(--bcc-values-body-weight);
}

.bcc-ipb .bcc-ipb-values #bcc-ipb-values-title {
	color: var(--bcc-values-heading-color) !important;
	font-family: var(--bcc-values-heading-font) !important;
	font-size: min(var(--bcc-values-heading-size), 10vw) !important;
	font-weight: var(--bcc-values-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-values .bcc-ipb-eyebrow {
	color: var(--bcc-values-accent-color) !important;
}

.bcc-ipb .bcc-ipb-values .bcc-ipb-section-heading > p:last-child {
	color: var(--bcc-values-body-color) !important;
	font-family: var(--bcc-values-body-font) !important;
	font-size: var(--bcc-values-body-size) !important;
	font-weight: var(--bcc-values-body-weight) !important;
}

.bcc-ipb .bcc-ipb-value-card p {
	color: var(--bcc-values-heading-color) !important;
	font-family: var(--bcc-values-heading-font) !important;
	font-size: var(--bcc-values-body-size) !important;
	font-weight: var(--bcc-values-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-stories {
	color: var(--bcc-testimonials-body-color);
	font-family: var(--bcc-testimonials-body-font);
	font-weight: var(--bcc-testimonials-body-weight);
}

.bcc-ipb .bcc-ipb-stories #bcc-ipb-stories-title {
	color: var(--bcc-testimonials-heading-color) !important;
	font-family: var(--bcc-testimonials-heading-font) !important;
	font-size: min(var(--bcc-testimonials-heading-size), 10vw) !important;
	font-weight: var(--bcc-testimonials-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-stories .bcc-ipb-eyebrow {
	color: var(--bcc-testimonials-accent-color) !important;
}

.bcc-ipb .bcc-ipb-stories .bcc-ipb-section-heading > p:last-child {
	color: var(--bcc-testimonials-body-color) !important;
	font-family: var(--bcc-testimonials-body-font) !important;
	font-size: var(--bcc-testimonials-body-size) !important;
	font-weight: var(--bcc-testimonials-body-weight) !important;
}

.bcc-ipb .bcc-ipb-quote-card blockquote > p {
	color: var(--bcc-testimonials-heading-color) !important;
	font-family: var(--bcc-testimonials-heading-font) !important;
	font-size: clamp(var(--bcc-testimonials-body-size), 3vw, var(--bcc-testimonials-heading-size)) !important;
	font-weight: var(--bcc-testimonials-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-quote-card footer strong {
	color: var(--bcc-testimonials-heading-color) !important;
	font-family: var(--bcc-testimonials-heading-font) !important;
}

.bcc-ipb .bcc-ipb-quote-card footer span {
	color: var(--bcc-testimonials-body-color) !important;
	font-family: var(--bcc-testimonials-body-font) !important;
}

.bcc-ipb .bcc-ipb-events {
	color: var(--bcc-events-body-color);
	font-family: var(--bcc-events-body-font);
	font-weight: var(--bcc-events-body-weight);
}

.bcc-ipb .bcc-ipb-events #bcc-ipb-events-title {
	color: var(--bcc-events-heading-color) !important;
	font-family: var(--bcc-events-heading-font) !important;
	font-size: min(var(--bcc-events-heading-size), 10vw) !important;
	font-weight: var(--bcc-events-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-events .bcc-ipb-eyebrow {
	color: var(--bcc-events-accent-color) !important;
}

.bcc-ipb .bcc-ipb-events .bcc-ipb-section-heading > p:last-child,
.bcc-ipb .bcc-ipb-event-card p,
.bcc-ipb .bcc-ipb-events__note {
	color: var(--bcc-events-body-color) !important;
	font-family: var(--bcc-events-body-font) !important;
	font-weight: var(--bcc-events-body-weight) !important;
}

.bcc-ipb .bcc-ipb-events .bcc-ipb-section-heading > p:last-child {
	font-size: var(--bcc-events-body-size) !important;
}

.bcc-ipb .bcc-ipb-event-card h3 {
	color: var(--bcc-events-heading-color) !important;
	font-family: var(--bcc-events-heading-font) !important;
	font-weight: var(--bcc-events-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-form-section {
	color: var(--bcc-form-body-color);
	font-family: var(--bcc-form-body-font);
	font-weight: var(--bcc-form-body-weight);
}

.bcc-ipb .bcc-ipb-form-section #bcc-ipb-form-title {
	color: var(--bcc-form-heading-color) !important;
	font-family: var(--bcc-form-heading-font) !important;
	font-size: min(var(--bcc-form-heading-size), 10vw) !important;
	font-weight: var(--bcc-form-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-form-section .bcc-ipb-eyebrow {
	color: var(--bcc-form-accent-color) !important;
}

.bcc-ipb .bcc-ipb-form-section__heading > p:last-child {
	color: var(--bcc-form-body-color) !important;
	font-family: var(--bcc-form-body-font) !important;
	font-size: var(--bcc-form-body-size) !important;
	font-weight: var(--bcc-form-body-weight) !important;
}

.bcc-ipb .bcc-ipb-team {
	color: var(--bcc-contacts-body-color);
	font-family: var(--bcc-contacts-body-font);
	font-weight: var(--bcc-contacts-body-weight);
}

.bcc-ipb .bcc-ipb-team #bcc-ipb-team-title {
	color: var(--bcc-contacts-heading-color) !important;
	font-family: var(--bcc-contacts-heading-font) !important;
	font-size: min(var(--bcc-contacts-heading-size), 10vw) !important;
	font-weight: var(--bcc-contacts-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-team .bcc-ipb-eyebrow {
	color: var(--bcc-contacts-accent-color) !important;
}

.bcc-ipb .bcc-ipb-team .bcc-ipb-section-heading > p:last-child {
	color: var(--bcc-contacts-body-color) !important;
	font-family: var(--bcc-contacts-body-font) !important;
	font-size: var(--bcc-contacts-body-size) !important;
	font-weight: var(--bcc-contacts-body-weight) !important;
}

.bcc-ipb .bcc-ipb-contact-card h3 {
	color: var(--bcc-contacts-heading-color) !important;
	font-family: var(--bcc-contacts-heading-font) !important;
	font-weight: var(--bcc-contacts-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-contact-card__title,
.bcc-ipb .bcc-ipb-contact-card a {
	color: var(--bcc-contacts-body-color) !important;
	font-family: var(--bcc-contacts-body-font) !important;
}

.bcc-ipb .bcc-ipb-final {
	color: var(--bcc-final-body-color);
	font-family: var(--bcc-final-body-font);
	font-weight: var(--bcc-final-body-weight);
}

.bcc-ipb .bcc-ipb-final #bcc-ipb-final-title {
	color: var(--bcc-final-heading-color) !important;
	font-family: var(--bcc-final-heading-font) !important;
	font-size: min(var(--bcc-final-heading-size), 10vw) !important;
	font-weight: var(--bcc-final-heading-weight) !important;
}

.bcc-ipb .bcc-ipb-final p {
	color: var(--bcc-final-body-color) !important;
	font-family: var(--bcc-final-body-font) !important;
	font-size: var(--bcc-final-body-size) !important;
	font-weight: var(--bcc-final-body-weight) !important;
}

.bcc-ipb-mobile-cta {
	display: none;
}

.bcc-ipb-sr-only {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 1080px) {
	.bcc-ipb-hero__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
	}

	.bcc-ipb-event-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bcc-ipb-event-card {
		min-height: 260px;
	}

	.bcc-ipb-video-card__media {
		height: 460px;
	}

	.bcc-ipb-team__layout {
		align-items: start;
		grid-template-columns: 0.65fr 1.35fr;
	}

	.bcc-ipb-contact-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.bcc-ipb-contact-card__photo {
		height: 120px;
		width: 120px;
	}
}

@media (max-width: 860px) {
	.bcc-ipb-hero {
		min-height: auto;
	}

	.bcc-ipb-hero__grid {
		grid-template-columns: 1fr;
	}

	.bcc-ipb-hero__mark {
		aspect-ratio: 2 / 1;
		margin: -10px auto 0;
		max-width: 580px;
		width: 100%;
	}

	.bcc-ipb-hero__ring {
		inset: -36% 12%;
	}

	.bcc-ipb-value-card,
	.bcc-ipb-value-card:nth-child(4),
	.bcc-ipb-value-card:nth-child(5) {
		grid-column: span 6;
		min-height: 220px;
	}

	.bcc-ipb-value-card:nth-child(5) {
		grid-column: 4 / span 6;
	}

	.bcc-ipb-video-grid {
		gap: 16px;
	}

	.bcc-ipb-video-card__media {
		height: 400px;
	}

	.bcc-ipb-events__intro,
	.bcc-ipb-team__layout,
	.bcc-ipb-final__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.bcc-ipb-team .bcc-ipb-section-heading {
		max-width: 720px;
	}

	.bcc-ipb-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bcc-ipb-contact-card {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.bcc-ipb-contact-card__photo {
		height: auto;
		width: 100%;
	}

	.bcc-ipb-contact-card__body {
		padding: 4px 8px 14px;
	}
}

@media (max-width: 680px) {
	.bcc-ipb-shell {
		width: min(90%, var(--bcc-content-width));
	}

	.bcc-ipb h1 {
		font-size: clamp(3rem, 16vw, min(4.8rem, var(--bcc-h1-max)));
	}

	.bcc-ipb h2 {
		font-size: clamp(2rem, 10vw, min(3rem, var(--bcc-h2-max)));
	}

	.bcc-ipb-section {
		padding-block: clamp(40px, 18vw, var(--bcc-section-space));
	}

	.bcc-ipb-hero {
		padding-block: 74px 60px;
	}

	.bcc-ipb-hero__grid {
		gap: 60px;
	}

	.bcc-ipb-hero__intro {
		font-size: 1rem;
		margin-block: 24px 29px !important;
	}

	.bcc-ipb-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.bcc-ipb .bcc-ipb-button {
		width: 100%;
	}

	.bcc-ipb-proof {
		align-items: flex-start;
		flex-direction: column;
	}

	.bcc-ipb-hero__mark {
		aspect-ratio: 1.7 / 1;
	}

	.bcc-ipb-hero__ring {
		inset: -16% 7%;
	}

	.bcc-ipb-hero__signal {
		bottom: -2%;
		right: 0;
	}

	.bcc-ipb-jump .bcc-ipb-shell {
		width: 100%;
	}

	.bcc-ipb-jump a:first-child {
		margin-left: 5%;
	}

	.bcc-ipb-jump a:last-child {
		margin-right: 5%;
	}

	.bcc-ipb-value-grid {
		grid-template-columns: 1fr;
	}

	.bcc-ipb-value-card,
	.bcc-ipb-value-card:nth-child(4),
	.bcc-ipb-value-card:nth-child(5) {
		grid-column: auto;
		min-height: 205px;
	}

	.bcc-ipb-value-card p {
		padding-top: 38px;
	}

	.bcc-ipb-carousel {
		margin-inline: -2.2%;
	}

	.bcc-ipb-carousel__viewport {
		border-radius: 18px;
	}

	.bcc-ipb .bcc-ipb-carousel__slide--quote {
		aspect-ratio: auto;
		min-height: 390px;
		padding: 42px 28px 48px;
	}

	.bcc-ipb-carousel__controls {
		gap: 12px;
	}

	.bcc-ipb-carousel__dots {
		gap: 5px;
	}

	.bcc-ipb-carousel__button {
		height: 42px;
		width: 42px;
	}

	.bcc-ipb-video-grid,
	.bcc-ipb-event-grid,
	.bcc-ipb-contact-grid {
		grid-template-columns: 1fr;
	}

	.bcc-ipb-video-card__media {
		height: min(590px, 142vw);
	}

	.bcc-ipb-event-card {
		min-height: 240px;
	}

	.bcc-ipb-form-frame {
		border-radius: 18px;
		margin-inline: -2%;
		padding: 4px;
	}

	.bcc-ipb-form-frame iframe {
		border-radius: 15px;
		height: 900px;
		min-height: 720px;
	}

	.bcc-ipb-contact-card {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.bcc-ipb-contact-card__photo {
		height: 104px;
		width: 104px;
	}

	.bcc-ipb-contact-card__body {
		padding: 3px 5px 8px 0;
	}

	.bcc-ipb-contact-card h3 {
		font-size: 1.15rem;
	}

	.bcc-ipb-contact-card a {
		font-size: 0.76rem;
	}

	.bcc-ipb-final {
		padding-bottom: 112px;
	}

	.bcc-ipb-mobile-cta {
		background: rgba(255, 255, 255, 0.96);
		bottom: 0;
		display: block;
		left: 0;
		padding: 10px 4%;
		position: fixed;
		right: 0;
		transform: translateY(110%);
		transition: transform 220ms ease;
		z-index: 99998;
	}

	.bcc-ipb-mobile-cta.is-visible {
		box-shadow: 0 -8px 28px rgba(0, 42, 55, 0.16);
		transform: translateY(0);
	}

	.bcc-ipb-mobile-cta a {
		align-items: center;
		background: var(--bcc-accent);
		border-radius: 999px;
		color: #002f3d;
		display: flex;
		font-size: 0.9rem;
		font-weight: 800;
		gap: 10px;
		justify-content: center;
		min-height: 48px;
		padding: 12px 20px;
	}
}

@media (max-width: 460px) {
	.bcc-ipb-contact-card {
		grid-template-columns: 1fr;
	}

	.bcc-ipb-contact-card__photo {
		height: auto;
		width: 100%;
	}

	.bcc-ipb-contact-card__body {
		padding: 5px 8px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bcc-ipb *,
	.bcc-ipb *::before,
	.bcc-ipb *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.bcc-ipb-mobile-cta,
	.bcc-ipb-jump,
	.bcc-ipb-carousel__controls {
		display: none !important;
	}
}
