@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BC Falster Grotesk TEST';
	src: url('../fonts/BCFalsterGroteskTEST-Regular.woff2') format('woff2'),
		url('../fonts/BCFalsterGroteskTEST-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BC Falster Grotesk TEST';
	src: url('../fonts/BCFalsterGroteskTEST-Medium.woff2') format('woff2'),
		url('../fonts/BCFalsterGroteskTEST-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BC Falster Grotesk TEST';
	src: url('../fonts/BCFalsterGroteskTEST-Regular.woff2') format('woff2'),
		url('../fonts/BCFalsterGroteskTEST-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BC Falster Grotesk TEST';
	src: url('../fonts/BCFalsterGroteskTEST-Light.woff2') format('woff2'),
		url('../fonts/BCFalsterGroteskTEST-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BC Falster Grotesk TEST';
	src: url('../fonts/BCFalsterGroteskTEST-Bold.woff2') format('woff2'),
		url('../fonts/BCFalsterGroteskTEST-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist-Medium.woff2') format('woff2'),
		url('../fonts/Geist-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Geist';
	src: url('../fonts/Geist-SemiBold.woff2') format('woff2'),
		url('../fonts/Geist-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-primary: "Inter", sans-serif;
	--font-secondary: "BC Falster Grotesk TEST", sans-serif;
	--font-geist: "Geist", sans-serif;

	--color-bg: rgb(252, 255, 232);
	--color-dark: rgb(0, 77, 86);
	--color-dark-70: rgba(0, 77, 86, 0.7);
	--color-dark-10: rgba(0, 77, 86, 0.1);
	--color-accent-blue: rgb(0, 153, 255);
	--color-accent-gold: rgb(249, 190, 92);
	--color-accent-mint: rgb(214, 255, 184);
	--color-white: #ffffff;
	--color-black: #000000;
	--om-teal: #004D56;
	--om-teal-soft: rgba(0, 77, 86, 0.7);
	--om-cream: #FCFFE8;
	--om-yellow: #F9BE5C;
	--om-yellow-hover: #F7B03D;
	--om-card-radius: 28px;
	--om-pill-radius: 100px;
	--om-dot-1: #7474F4;
	--om-dot-2: #FEC15E;
	--om-dot-3: #24587F;
	--om-dot-4: #E9A9AD;
	--om-dot-5: #D25350;
	--om-dot-6: #A2E4F2;
	--footer-bg: #D6FFB8;
	--footer-teal: #214E55;
	--footer-dot: #1F514C;
	--footer-text-muted: #636363;
	--footer-text-dark: #141414;
	--pf-cream: #FCFFE8;
	--pf-cream-muted: rgba(252, 255, 232, 0.6);
	--pf-yellow: #F9BE5C;
	--pf-yellow-hover: #F7B03D;
	--pf-overlay-top: rgba(0, 20, 18, 0.15);
	--pf-overlay-bottom: rgba(0, 15, 14, 0.75);
	--team-cream: #FCFFE8;
	--team-teal: #004D56;
	--team-teal-badge-bg: rgba(0, 77, 86, 0.1);
	--team-yellow: #F9BE5C;
	--team-yellow-hover: #F7B03D;
	--team-radius: 28px;
	--partners-cream: #FCFFE8;
	--partners-teal: #1F4C56;
	--partners-teal-dk: #004D56;
	--partners-yellow: #F9BE5C;
	--partners-yellow-hover: #F7B03D;
	--partners-white: #FFFFFF;

	--contact-cream: #FCFFE8;
	--contact-cream-60: rgba(252, 255, 232, 0.6);
	--contact-cream-30: rgba(252, 255, 232, 0.3);
	--contact-field-bg: rgba(255, 255, 255, 0.06);
	--contact-field-bg-focus: rgba(255, 255, 255, 0.1);

	--contact-btn-bg: rgba(255, 255, 255, 0.07);
	--contact-btn-bg-hover: rgba(255, 255, 255, 0.14);
	--contact-radius: 34px;

	--section-padding-y: clamp(4rem, 8vw, 8rem);
	--section-padding-x: clamp(1.25rem, 5vw, 4rem);
	--container-max: 1360px;
	--side-gutter: clamp(20px, 5vw, 64px);
	--section-pad-y: clamp(72px, 10vw, 140px);
	--radius-pill: 100px;
	--radius-card: 24px;
	--radius-sm: 12px;

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-out: cubic-bezier(.16, .84, .44, 1);
	--transition-primary: all 0.4s ease-in-out;
	--max-width: 1280px;
}


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	background: var(--color-bg);
	font-family: var(--font-primary);
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none;
	transition: var(--transition-primary);
}

p {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 0 20px 0;
	color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-secondary);
	color: var(--color-title);
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
img,
blockquote,
figure,
label {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	letter-spacing: 0;
}

img {
	max-width: 100%;
	display: block;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: var(--font-primary);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

button {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: pointer;
}

button:before,
button:after {
	display: none;
}

blockquote {
	border: 0;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #f9be5c;
	color: #000;
	text-decoration: none;
	height: 50px;
	transition: var(--transition-primary);
	font-size: 16px;
	font-family: var(--font-secondary);
	font-weight: 500;
}

.btn__icon-wrap {
	position: relative;
	width: 14px;
	height: 14px;
	overflow: hidden;
	transition: var(--transition-primary);
}

.btn__icon {
	position: absolute;
	inset: 0;
	width: 14px;
	height: 14px;
	fill: currentColor;
	transition: var(--transition-primary);
}

.btn__icon-wrap.icon-prev {
	width: 0;
	opacity: 0;
}

.btn:hover .btn__icon-wrap.icon-prev {
	width: 14px;
	opacity: 1;
}

.btn:hover .btn__icon-wrap.icon-next {
	width: 0;
	opacity: 0;
}

.btn-primary {
	background: #f9be5c;
}

.btn-secondary {
	background: #004d56;
	color: #fff;
}

.scroll-top {
	background: #004d56;
	border: none;
	padding: 0;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: -50px;
	z-index: 3; 
	overflow: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	border-radius: 8px;
}

.scroll-top.visible {
	right: 40px;
}

.scroll-top svg {
	margin-top: 0;
	width: 18px;
	fill: #fff;
}

@media (max-width:991px) {
	.scroll-top.visible {
		right: 20px;
	}

	.scroll-top {
		bottom: 20px;
		width: 30px;
		height: 30px;
	}

	.scroll-top svg {
		margin-top: 0;
		width: 12px;
		fill: #fff;
	}
}

.section-heading {
	text-align: center;
	margin-bottom: 70px;
}

.section-heading h2 {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 900;
	color: #111827;
	margin: 0;
	letter-spacing: -2px;
}

.section-heading p {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
	color: #475569;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
	overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
	overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

.lenis.lenis-autoToggle {
	transition-property: overflow;
	transition-duration: 1ms;
	transition-behavior: allow-discrete;
}

@media (max-width:991px) {
	.scroll-top.visible {
		right: 20px;
	}

	.scroll-top {
		bottom: 20px;
		width: 30px;
		height: 30px;
	}

	.scroll-top svg {
		margin-top: 0;
		width: 12px;
		fill: #fff;
	}
}

@keyframes pulse {
	50% {
		opacity: .5;
	}
}

/* Common CSS */
.cus-container {
	width: 100%;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

@media (min-width: 640px) {
	.cus-container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.cus-container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.cus-container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.cus-container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.cus-container {
		max-width: 1536px;
	}
}

/*****************************************/
/************ CUSTOM SCROLLBAR ***********/
/*****************************************/

p:empty {
	display: none;
}