@import url(./variables.css);
html {
	scroll-behavior: auto;
}

html,
body {
	overscroll-behavior: none;
	background-color: var(--white) !important;
	/* prevent overscroll chain */
}

* {
	/* cursor: none !important; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px !important;
}

.hidden {
	display: none !important;
}

.make-line {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14.343px;
	align-self: stretch;
}

.make-line .left-line {
	width: 64px;
	height: 2px;
	background: linear-gradient(
		90deg,
		rgba(201, 169, 97, 0) 0.54%,
		#c9a961 100.52%
	);
}

.make-line .right-line {
	width: 64px;
	height: 2px;
	background: linear-gradient(
		270deg,
		rgba(201, 169, 97, 0) 0.54%,
		#c9a961 100.52%
	);
}

.make-line .middle-line {
	width: 11.314px;
	height: 11.313px;
	transform: rotate(-45deg);
	background: var(--gold);
}

.header {
	display: flex;
	width: 100%;
	height: 96px;
	padding: 27px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: linear-gradient(
			0deg,
			rgba(35, 35, 35, 0.3) 0%,
			rgba(35, 35, 35, 0.3) 100%
		),
		rgba(35, 56, 47, 0.9);
	backdrop-filter: blur(10.649999618530273px);
}

.header .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.nav-button {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	border: 1px solid var(--text-1);
	background: var(--accent);
}

.nav-button a {
	text-decoration: none;
	color: var(--text-3);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* Hero Section */

/* .hero {
	width: 100%;
	height: 100vh;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.32) 0%,
			rgba(0, 0, 0, 0.32) 100%
		),
		url("../img/hero2.png") lightgray 50% / cover no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 60px;
} */

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url("../img/hero2.webp") center / cover no-repeat;
	/* If you want the simple CSS parallax */
	/* background-attachment: fixed; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/* margin-bottom: 60px; */
	overflow: hidden;
	/* keeps the overlay tidy at edges */
}

/* Gradient overlay that ALWAYS covers the hero */

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.32) 0%,
		rgba(0, 0, 0, 0.32) 100%
	);
	z-index: 0;
}

/* keep your content above the overlay */

.hero .container-fluid,
.hero .hero-content {
	position: relative;
	z-index: 1;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	flex-shrink: 0;
}

.hero-content .hero-h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.hero-content .hero-h1 h1 {
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 84px;
	font-style: normal;
	font-weight: 400;
	line-height: 96%;
	max-width: 25ch;
	/* 80.64px */
	/* 54.72px */
}

.hero-content p {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.hero-content .hero-h1 p {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 40ch;
}

.hero-content-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

/* Event Snippet */

.event-snippet {
	display: flex;
	padding-bottom: 120px;
	flex-direction: column;
	align-items: center;
	/* gap: 84px; */
}

.event-snippet-head {
	display: flex;
	padding-bottom: 60px;
	padding-top: 48px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.event-snippet-head h2 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	margin: 0px;
	/* 54.72px */
}

.event-snippet-head p {
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	margin: 0px;
	/* 54.72px */
}

.event-snippet-content {
	display: flex;
	width: 100%;
	padding: 0 120px;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.event-snippet-card {
	display: flex;
	max-width: 350px;
	padding: 16px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
	border-radius: 8px;
	background: var(--secondary-bg);
	margin-bottom: 84px;
}

.event-snippet-card p {
	margin: 0px;
}

.event-snippet-card .heading {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 114%;
	/* 54.72px */
}

.event-snippet-card .details {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 24px */
}

.cta-button {
	display: flex;
	width: 100%;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	/* border: 1px solid var(--text-1); */
	/* background: var(--accent); */
	border-radius: 999px;
	background: linear-gradient(180deg, #c9a961 0%, #d4b76d 50%, #c9a961 100%);
	width: fit-content;
	margin: 0 auto;
}

.cta-button a {
	color: #555;
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
}

/* Work On */

.work-on {
	display: flex;
	padding: 150px 0 200px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: var(--near-white);
}

.work-on .container-fluid {
	display: flex;
	flex-direction: column;
	gap: 84px;
}

.section-head {
	display: flex;
	width: 100%;
	/* width: 851px; */
	flex-direction: column;
	align-items: center;
	gap: 24px;
	margin: auto;
}

.section-head h2 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin: 0px;
}

.section-head p {
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	width: 60%;
	margin: 0px;
	max-width: 45ch;
}

.work-on-details {
	display: flex;
	padding: 0 120px;
	justify-content: center;
	align-items: center;
	gap: 60px;
	align-self: stretch;
}

.work-on-cards {
	display: flex;
	width: 397px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	border-radius: 16px;
	border: 3px solid var(--gold);
	background: var(--white);
	/* Shadow  #0 */
	box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	transform: scale(1);
}

.work-on-cards:hover {
	transform: scale(1.02);
	/* slightly larger on hover */
	box-shadow: 0 12px 32px rgba(149, 157, 165, 0.2);
	/* subtle shadow growth */
}

.work-on-cards .circle {
	display: flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-radius: 33554400px;
	background: var(--gold);
}

.work-on-cards .circle img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}

.work-on-cards .work-on-title-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.work-on-cards .work-on-title-section h5 {
	color: var(--text-2);
	/* Desktop/H5 */
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin: 0px;
}

.work-on-cards .work-on-title-section p {
	color: var(--gold);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

.work-on-cards .details {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 24px */
}

/* Game Plan */

.game-plan .container-fluid {
	display: flex;
	padding: 120px 30px;
	flex-direction: column;
	align-items: center;
	gap: 84px;
	align-self: stretch;
}

.game-plan-accordian {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 24px;
	/* padding: 0 200px; */
	max-width: 1200px;
	/* align-self: stretch; */
}

.game-plan-accordian .accordian-card {
	display: flex;
	padding: 24px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 8px;
	background: var(--secondary-bg);
}

.accordian-card .acc-card-heading h5 {
	color: var(--light-green);
	font-family: var(--body-font);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.44px;
	margin: 0px;
}

.accordian-card .acc-card-heading h5 span {
	color: var(--light-green);
	font-family: var(--body-font);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.44px;
}

.accordian-card .acc-card-details p {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
	/* 24px */
}

/* Green Section */

.green-section {
	display: flex;
	/* width: 1512px; */
	justify-content: center;
	align-items: center;
	background: var(--dark-green);
}

.green-section .container-fluid {
	display: flex;
	padding: 100px 15px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex: 1 0 0;
}

.green-section-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.green-section-left .img-container {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

.green-section-left .img-container .img-left {
	display: flex;
	padding-top: 50px;
	align-items: flex-start;
	gap: 10px;
}

.green-section-left .img-container .img-right {
	display: flex;
	padding-bottom: 50px;
	align-items: flex-start;
	gap: 10px;
}

.green-section-left .img-container .img-left img,
.green-section-left .img-container .img-right img {
	width: 256px;
	height: 300px;
	flex-shrink: 0;
	border-radius: 20px;
	border: 4px solid var(--gold);
}

.green-section-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}

.green-section-right .expSwiper {
	display: none;
}

.green-section-right h3 {
	color: var(--white);
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	/* 125% */
	letter-spacing: -0.96px;
	max-width: 404px;
	margin: 0px;
}

.green-section-right-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.green-section-right-content .content-box {
	display: flex;
	padding-left: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
	border-left: 2px solid var(--gold);
}

.green-section-right-content .content-box h5 {
	color: var(--white);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.green-section-right-content .content-box p {
	color: rgba(255, 250, 238, 0.75);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
}

.green-section-right .cta-button {
	margin: 0px;
}

/* Feel Like You Section */

.feel-like-you {
	display: flex;
	/* width: 1512px; */
	padding: 120px 0 150px 0;
	justify-content: center;
	align-items: stretch;
	gap: 60px;
}

.feel-left-section {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	gap: 84px;
	flex-shrink: 0;
	max-width: 600px;
	justify-content: center;
}

.feel-content {
	display: flex;
	height: fit-content;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	gap: 24px;
	padding-right: 30px;
}

.feel-heading {
	display: flex;
	padding: 0 0 12px 0px;
	justify-content: flex-start;
	align-items: start;
	gap: 10px;
	align-self: stretch;
}

.feel-heading h3 {
	color: var(--text-2);
	font-family: var(--heading-font);
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	max-width: 15ch;
	/* 64px */
}

.feel-heading h3 span {
	color: var(--gold);
	font-family: var(--heading-font);
	font-style: italic;
	font-weight: 600;
}

.feel-text-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;
}

.feel-text-group p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 42ch;
	/* 24px */
}

.feel-text-group p span {
	font-weight: 700;
}

.feel-cta {
	display: flex;
	padding: 12px 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.feel-cta h2 {
	color: var(--text-2);
	font-family: var(--heading-font);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 48px */
	text-transform: capitalize;
}

.feel-cta h2 span {
	color: var(--text-2);
	font-family: var(--heading-font);
	font-size: 40px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
	text-transform: capitalize;
}

.feel-left-section .cta-button {
	margin: 0px;
}

.feel-right-section {
	display: flex;
	width: 576px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.feel-right-section img {
	width: 100%;
	border-radius: 16px;
}

/* Purpose Retreat Green Section */

.purpose-green {
	width: 100%;
	padding: 100px 0px;
	background: var(--dark-green);
}

.purpose-green .container-fluid {
	display: flex;
	gap: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.green-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	align-self: stretch;
}

.green-heading h2 {
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 96%;
	/* 57.6px */
}

.green-heading p {
	color: rgba(255, 255, 255, 0.74);
	text-align: center;
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	max-width: 100% !important;
}

.purpose-green .container-fluid img {
	width: 100%;
	max-width: 952px;
	height: auto;
	border-radius: 24px;
	background: lightgray 50% / cover no-repeat;
}

.purpose-green .container-fluid p {
	color: rgba(255, 255, 255, 0.74);
	text-align: center;
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 36ch;
}

/* Journey Map Section */

.journey-map {
	display: flex;
	padding: 100px 0 120px 0;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
}

.journey-map .container-fluid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 84px;
	align-self: stretch;
}

.journey-title-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.journey-title-section h2 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 60px */
}

.journey-title-section p {
	max-width: 515.4px;
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
}

.journey-content-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	align-self: stretch;
}

.journey-left img {
	max-width: 464px;
	max-height: 544px;
	aspect-ratio: 29/34;
	border-radius: 16px;
	background: lightgray 0px -154.115px / 100% 131.651% no-repeat;
	/* Shadow #1 */
	box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
}

.journey-right {
	display: flex;
	max-width: 380px;
	flex-direction: column;
	align-items: flex-start;
}

.journey-right .journey-box {
	display: flex;
	padding: 24px 0;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	gap: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.journey-right .journey-box .journey-head {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.journey-right .journey-box .journey-head .journey-icon {
	width: 16px;
	height: 16px;
	aspect-ratio: 1/1;
	background: url("../img/icons/caret-arrow.svg");
	transition: transform 200ms ease;
}

.journey-right .journey-box.is-open .journey-head .journey-icon {
	transform: rotate(90deg);
}

.journey-right .journey-box .journey-head h4 {
	color: var(--text-1);
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.45px;
}

.journey-right .journey-box .journey-body {
	display: flex;
	max-width: 310px;
	padding-left: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	overflow: hidden;
	max-height: 0;
	transition: max-height 260ms ease;
}

.journey-right .journey-box .journey-body p {
	color: var(--text-1);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
}

/* Instructors Section */

.instructors {
	display: flex;
	padding: 120px 200px;
	flex-direction: column;
	align-items: center;
	gap: 84px;
	align-self: stretch;
}

.instructors .container-fluid {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 84px;
	align-self: stretch;
}

.ins-heading {
	display: flex;
	padding-bottom: 30px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.ins-heading h3 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 48px */
	margin: 0px;
}

.ins-heading p {
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
}

.ins-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 100px;
	align-self: stretch;
}

.ins-card {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	gap: 32px;
}

.ins-card:nth-child(even) {
	flex-direction: row-reverse;
}

.ins-card-left {
	display: flex;
	max-width: 40%;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.ins-card-left .card-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.ins-card-left .card-top .separator {
	height: 2px;
	width: 100%;
	align-self: stretch;
	margin: 0px;
	background: linear-gradient(90deg, #c9a961 0%, rgba(201, 169, 97, 0) 100.72%);
}

.ins-card-left .card-top .speaker-short {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.ins-card-left .card-top .speaker-socials {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.ins-card-left .card-top .speaker-short h4 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 38.4px */
	/* 38.4px */
}

.ins-card-left .card-top .speaker-short p {
	color: var(--gold);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 16.8px */
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

.ins-card-left .card-top .speaker-brief p {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
}

.ins-card-left .card-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.ins-card-left .card-bottom .speaker-experience {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.ins-card-left .card-bottom .speaker-experience h5 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin: 0px;
	/* 28.8px */
}

.ins-card-left .card-bottom .speaker-experience p {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 24px */
	margin: 0px;
}

.ins-card-left .card-bottom .speaker-tags {
	display: flex;
	/* width: 50%; */
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	position: relative;
}

.ins-card-left .card-bottom .speaker-tags p {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: var(--light-green);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
}

.ins-card-left .card-bottom .speaker-tags p span {
	width: 6px;
	height: 6px;
	border-radius: 33554400px;
	background: var(--gold);
}

.ins-card-right {
	max-width: 40%;
}

.ins-card-right .swiper-wrapper {
	width: 90%;
	border-radius: 16px;
	border: 4px solid var(--gold);
	background: lightgray 50% / cover no-repeat;
	/* Shadow #6 */
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
}

.ins-card-right .swiper-pagination-bullet-active {
	background: var(--dark-green) !important;
}

.ins-card-right .swiper-pagination-horizontal {
	filter: drop-shadow(0 1px 3.4px rgba(0, 0, 0, 0.25)) !important;
}

.ins-card-right .insSwiper .swiper-wrapper .swiper-slide img {
	width: 90%;
	height: auto;
	flex-shrink: 0;
	border-radius: 16px;
}

.what-awaits-you {
	display: flex;
	/* width: 1512px; */
	padding: 80px 0;
	flex-direction: column;
	align-items: center;
	gap: 62px;
	background: var(--dark-green);
}

.what-awaits-heading {
	width: 100%;
	display: flex;
	padding: 0 200px;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.what-awaits-heading h2 {
	color: var(--white);
	text-align: center;
	/* Desktop/H3 */
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.what-awaits-heading p {
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	max-width: 45ch;
}

.what-awaits-content {
	display: flex;
	width: 100%;
	/* width: 1512px; */
	padding: 0 120px 60px 120px;
	justify-content: center;
	align-items: flex-start;
	gap: 48px;
}

.what-awaits-content .wa-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	border-radius: 16px;
}

.what-awaits-content .wa-card .wa-card-top {
	width: 256px;
}

.what-awaits-content .wa-card .wa-card-top img {
	width: 100%;
	border-radius: 16px;
	border: 4px solid var(--background);
}

.what-awaits-content .wa-card .wa-card-bottom h5 {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Choose Your Pass */

.choose-your-pass {
	display: flex;
	width: 100%;
	padding: 120px 120px 180px 120px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	background: var(--near-white);
}

.choose-your-pass .container-fluid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 84px;
	align-self: stretch;
}

.choose-your-pass-heading {
	display: flex;
	max-width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.choose-your-pass-heading h2 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	/* 48px */
	margin: 0px;
}

.choose-your-pass-heading p {
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 28px */
	max-width: 45ch;
	margin: 0px;
}

.choose-your-pass-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.choose-your-pass-content .pass-card {
	position: relative;
	display: flex;
	width: 384px;
	height: 357px;
	padding: 60px 72px 0 72px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	background: var(--white);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.choose-your-pass-content .most-popular {
	border: 4px solid var(--gold);
}

.choose-your-pass-content .sold-out {
	border: 4px solid var(--text-6);
}

.pass-card .card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
	align-self: stretch;
}

.pass-card .popular-tag {
	display: flex;
	padding: 9px 29.053px 8.8px 32px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 105px;
	top: -18.734px;
	border-radius: 33554400px;
	background: linear-gradient(180deg, #c9a961 0%, #d4b76d 100%);
	color: var(--background);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

.pass-card .sold-out-tag {
	display: flex;
	padding: 9px 51.053px 8.8px 52px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 105px;
	top: -18.734px;
	border-radius: 33554400px;
	background: var(--text-6);
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

.choose-your-pass-content .pass-card .card-content .price-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.choose-your-pass-content .pass-card .card-content .price-container .price {
	color: var(--dark-green);
	text-align: center;
	font-family: var(--body-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 48px;
	/* 100% */
	letter-spacing: 0.352px;
}

.pass-card .card-content .price-container .per-person {
	color: var(--gold);
	text-align: center;
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: -0.15px;
}

.pass-card .card-content .pass-type {
	color: var(--text-1);
	text-align: center;
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	/* 133.333% */
	letter-spacing: 0.07px;
	border-bottom: 1px solid var(--gold);
}

.pass-card .card-content .desc {
	color: var(--text-3);
	text-align: center;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	letter-spacing: -0.312px;
}

/* Spots */

.spots {
	display: flex;
	width: 100%;
	/* height: 450px; */
	padding: 80px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 64px;
	background: var(--dark-green);
}

.spots-title {
	display: flex;
	width: 100%;
	padding: 0 200px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}

.spots-title h2 {
	/* width: 40%; */
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 57.6px */
	margin: 0px;
}

.additional-details {
	display: flex;
	width: 60%;
	margin: auto;
	padding: 120px 0 60px 0;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}

.additional-details h3 {
	color: var(--text-2);
	text-align: center;
	/* Desktop/H3 */
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.addn-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}

.addn-card {
	display: flex;
	width: 100%;
	/* width: 922px; */
	padding: 16px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	background: var(--secondary-bg);
	max-width: 800px;
}

.addn-card-top h5 {
	color: var(--text-1);
	/* Desktop/H5 */
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.addn-card-bottom p {
	color: var(--text-4);
	/* Desktop/Body */
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.addn-card-bottom li {
	color: var(--text-4);
	/* Desktop/Body */
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

/* FAQ Section */

.faq {
	display: flex;
	width: 100%;
	padding: 60px 120px 80px 120px;
	justify-content: space-between;
	align-items: flex-start;
}

.faq-box {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: flex-start;
}

.faq-left {
	width: 40%;
}

.faq-title {
	color: var(--text-2);
	/* Desktop/H3 */
	font-family: var(--heading-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: fit-content;
	/* shrink to fit text */
	max-width: 10ch;
	/* roughly 8 characters per line */
	white-space: normal;
	/* allow wrapping */
	word-break: break-word;
}

.faq-right {
	width: 60%;
	display: flex;
	/* width: 835px; */
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	/* or adjust the width if you want side-by-side columns, for example:
	   flex: 0 0 60%;
	   margin-left: auto;
	*/
}

/* FAQ Items */

.faq-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* height: 178px; */
	padding: 14px 14px 14px 0;
	justify-content: space-between;
	align-items: flex-start;
	/* border-top: 1px solid var(--text-1); */
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-heading {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	cursor: pointer;
	/* 25.68px */
}

.faq-heading h3 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0px;
}

.faq-heading span {
	align-items: end;
}

/* Optional icon styling */

.icon {
	width: 20px;
	height: 5.846px;
	background: url("../img/arrow.svg") no-repeat center;
	background-size: contain;
	transition: transform 0.3s ease-in-out;
	margin: auto;
	margin-right: 0px !important;
}

/* Rotate icon on open (active) */

.faq-item.active .icon {
	transform: rotate(180deg);
}

/* --- FAQ Content Animation --- */

.faq-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.6s ease, opacity 0.6s ease;
}

.faq-item.active .faq-content {
	max-height: fit-content;
	opacity: 1;
	transition: max-height 1s ease-in-out;
}

.faq-item.active p {
	margin-top: 19px;
	transition: max-height 1s ease-in-out;
}

.faq-content p {
	color: var(--text-4);
	/* Desktop/Body */
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.newsletter {
	display: flex;
	width: 100%;
	padding: 48px 60px;
	justify-content: space-between;
	align-items: center;
	background-color: var(--secondary-bg);
}

.newsletter-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* width: 25%; */
	gap: 16px;
}

.newsletter-left h3 {
	color: var(--text-1);
	font-family: var(--heading-font);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
	/* 48px */
}

.newsletter-left p {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	margin: 0px;
	max-width: 45ch;
	white-space: normal;
	word-break: break-word;
}

.newsletter-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	min-width: 30%;
}

.newsletter-form {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	width: 100%;
}

.newsletter-form input {
	display: flex;
	width: 100%;
	height: 60px;
	padding: 21px 24px;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid var(--text-3);
	background: var(--secondary-bg);
	box-shadow: 0 10px 45px 0 rgba(0, 0, 0, 0.05);
}

.newsletter-form button {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 12px;
	border: 1px solid var(--text-1);
	background: var(--dark-green);
	color: var(--white);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.newsletter-right p {
	color: var(--text-4);
	font-family: Roboto;
	font-size: 15px;
	padding-left: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.footer {
	display: flex;
	width: 100%;
	padding: 48px 0;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	background: var(--dark-green);
}

.footer-top {
	/* display: none; */
	display: flex;
	padding: 0 60px;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.footer-top .footer-nav {
	display: none;
}

.footer-info {
	display: flex;
	/* width: 347px; */
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 25%;
}

.footer-info .footer-logo {
	width: 320px;
}

.footer-info p {
	color: var(--secondary-bg);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 114%;
	/* 15.96px */
	margin: 0px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 24px;
}

.footer-nav {
	display: flex;
	width: 88px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.footer-nav h4 {
	color: var(--secondary-bg);
	font-family: var(--caption-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 114%;
	margin: 0px;
	text-transform: uppercase;
	/* 18.24px */
}

.footer-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.footer-links a {
	color: var(--white);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	/* 18.24px */
	margin: 0px;
	text-decoration: none;
	text-wrap: nowrap;
}

.footer-event {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	max-width: 25%;
}

.footer-event h4 {
	color: var(--secondary-bg);
	font-family: var(--caption-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 114%;
	/* 18.24px */
	margin: 0px;
	text-transform: uppercase;
}

.footer-event .event-link {
	color: var(--secondary-bg);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 114%;
	/* 18.24px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.footer-event p {
	color: var(--secondary-bg);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
}

.footer-event .cta-button {
	margin: 0px;
	padding: 12px 24px;
}

.footer-bottom {
	display: flex;
	width: 100%;
	padding: 0px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.footer-bottom hr {
	width: 100%;
	height: 2px;
	stroke-width: 2px;
	stroke: var(--white);
	margin: 0px;
	color: var(--white);
}

.footer-bottom-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.footer-bottom-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-bottom-left p,
.footer-bottom-right p,
.footer-bottom-right p a {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0px;
	text-decoration: none;
}

.footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-main {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.footer-main-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.footer-main-content p {
	color: var(--near-white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.65px;
	text-transform: uppercase;
}

/* Request Invite Page */

.simple-header {
	display: flex;
	width: 100%;
	padding: 27px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: linear-gradient(
			0deg,
			rgba(35, 35, 35, 0.3) 0%,
			rgba(35, 35, 35, 0.3) 100%
		),
		rgba(35, 56, 47, 0.9);
	backdrop-filter: blur(10.649999618530273px);
}

.simple-header .container-fluid {
	display: flex;
	align-items: center;
}

.simple-header .container-fluid a {
	margin: auto;
}

/* Form Hero */

.form-hero {
	display: flex;
	justify-content: center;
	/* height: 465px; */
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.2) 0%,
			rgba(0, 0, 0, 0.2) 100%
		),
		url(../img/purpose-goa.webp) lightgray 50% / cover no-repeat;
}

.form-hero h1 {
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto;
	padding-top: 202px;
	padding-bottom: 200px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Form Start */

.form-start {
	background-color: var(--near-white);
}

.form-start .container-fluid {
	display: flex;
	flex-direction: row;
	padding: 64px 60px;
	align-items: center;
	gap: 84px;
	align-items: stretch;
	/* key! */
	justify-content: center;
	width: 100%;
}

.form-start .container-fluid .form-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	max-width: 600px;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper h1 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 25.2px */
	align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .heading-wrapper hr {
	stroke-width: 2px;
	stroke: rgba(0, 0, 0, 0.08);
	fill: rgba(0, 0, 0, 0.08);
	height: 2px;
	margin: 0px;
	width: 100%;
}

.form-start .container-fluid .form-left .step-form .section-title {
	display: flex;
	padding-bottom: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}

.form-start .container-fluid .form-left .step-form .section-title h2 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-start .container-fluid .form-left .step-form .section-title p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-start .container-fluid .form-left .step-form .section-title h3 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-section {
	display: flex;
	width: 100%;
	padding-bottom: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}

.form-section .form-section-group {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.form-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
}

.form-group label,
.radio-group label,
.check-group label {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-group label span,
.radio-group label span,
.check-group label span {
	color: var(--red);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.form-group input,
.form-group select {
	display: block;
	padding: 16px 12px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-radius: 8px;
	background: var(--close-white);
	border: 0;
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: 2px solid var(--gold) !important;
}

.form-group input:focus,
.form-group select:focus {
	background: var(--close-white);
	border: 2px solid var(--gold) !important;
}

.form-group input::selection {
	border: 2px solid var(--gold);
}

.form-group p {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.submit-div {
	display: flex;
	padding-top: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	align-items: center;
}

.submit-div .data-secure {
	display: flex;
	/* width: 496px; */
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.submit-div .data-secure img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.submit-div .data-secure p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.submit-cta {
	display: flex;
	width: 100%;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	border: 1px solid var(--text-1);
	background: var(--gold);
	color: var(--text-3);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.form-start .container-fluid .form-right {
	width: 50%;
	padding-top: 0px;
	position: relative;
	display: flex;
	justify-content: center;
	position: relative;
}

.experience-card-wrapper {
	position: relative;
	height: 100%;
}

.experience-card {
	display: flex;
	max-width: 550px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	border-radius: 16px;
	border: 2px solid var(--gold);
	background: var(--close-white);
	position: sticky;
	top: 30px;
	z-index: 1;
	/* distance from top when it should stick */
}

.experience-card .card-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	align-self: stretch;
}

.experience-card .card-top h5 {
	color: var(--gold);
	font-family: var(--body-font);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.55px;
	text-transform: uppercase;
}

.experience-card .card-top h2 {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.experience-card .card-top p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	/* 22.4px */
}

.experience-card .card-dates {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	align-self: stretch;
}

.experience-card .feature-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.experience-card .feature-group .feature-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.experience-card .feature-group .feature-row p {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.card-dates .date-heading {
	color: var(--dark-green);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.card-dates .batch-details {
	display: flex;
	align-items: center;
	gap: 12px;
}

.card-dates .batch-details .date-tag {
	display: flex;
	padding: 4px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	border: 2px solid var(--gold);
	background: var(--close-white);
}

.card-dates .batch-details .arrow {
	width: 18.5px;
	height: 5.773px;
	background: url("../img/icons/right-arrow.svg") no-repeat center center;
}

.card-dates .date-words {
	color: var(--dark-green);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.step-form .section-title .step-mark {
	display: flex;
	padding-bottom: 12px;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.step-form .section-title .step-mark span {
	color: var(--light-green);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.step-form .section-title .step-mark .arrow {
	width: 18.5px;
	height: 5.773px;
	background: url("../img/icons/right-arrow.svg") no-repeat center center;
}

.step-form .back-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	margin-bottom: 24px;
	width: 100%;
}

.step-form .back-button span {
	color: var(--text-2);
	font-family: var(--body-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.step-form .back-button .arrow {
	width: 18.5px;
	height: 5.773px;
	background: url("../img/icons/right-arrow.svg") no-repeat center center;
	transform: rotate(180deg);
}

.step-form .form-section .radio-group,
.check-group {
	display: flex;
	padding-bottom: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.form-check {
	display: flex !important;
	align-items: center;
	gap: 13px;
	align-self: stretch;
}

.form-check label {
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-check-input:focus {
	box-shadow: none !important;
	border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="radio"] {
	background-color: var(--background) !important;
	border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="checkbox"] {
	background-color: var(--background) !important;
	border: 1px solid var(--dark-green) !important;
}

.form-check-input[type="checkbox"]:checked {
	background-color: var(--dark-green) !important;
	border: 1px solid var(--dark-green) !important;
	color: var(--dark-green) !important;
}

.form-check-input:checked[type="radio"] {
	background-image: url("../img/icons/checkbox-selected.svg") !important;
}

.social-section {
	display: flex;
	padding-bottom: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.social-section .social-form-group {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}

/* Select2 Styling */

/* Match Select2 to your form inputs */

.select2 {
	border-radius: 8px;
	border: 2px solid var(--gold);
	background: var(--close-white);
}

.select2-container .select2-selection--single {
	height: 52px;
	/* same as your inputs */
	border-radius: 8px;
	background: var(--close-white);
	border: 0;
	display: flex;
	align-items: center;
	/* padding: 0 12px; */
	padding: 16px 12px;
	font-family: var(--body-font);
	font-size: 16px;
	color: var(--text-4);
}

.select2-container .select2-selection__arrow {
	right: 12px !important;
	top: auto !important;
	/* bring arrow closer */
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 48px;
	/* vertically center text */
}

.select2-dropdown {
	background-color: var(--close-white);
	border: none;
	font-family: var(--body-font);
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	color: var(--dark-green);
	background-color: var(--accent);
}

/* Phone */

.phone-row {
	display: flex;
	gap: 12px;
	width: 100%;
}

.phone-row .select2-container .select2-selection--single {
	height: 48px;
	border-radius: 8px;
	background: var(--close-white);
	border: 0;
	display: flex;
	align-items: center;
	padding: 0 12px;
	font-family: var(--body-font);
	font-size: 16px;
	color: var(--text-4);
}

.phone-row
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 48px;
}

.phone-row
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	right: 10px;
}

.phone-row input[type="tel"] {
	flex: 1;
	height: 48px;
	padding: 16px 12px;
	border-radius: 8px;
	color: var(--text-4);
	font-family: var(--body-font);
	font-size: 16px;
	width: 100%;
}

.invalid-feedback {
	color: var(--red);
	font-family: var(--body-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: -4px !important;
	padding-left: 8px;
}

.submission-card {
	display: flex;
	max-width: 500px;
	padding: 32px 0 48px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-radius: 16px;
	border: 2px solid var(--gold);
	background: var(--near-white);
}

.submission-card .card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.submission-card .card-content h2 {
	color: var(--text-2);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.submission-card .card-content p {
	color: var(--text-2);
	text-align: center;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 80%;
	margin: auto;
}

.submission-card .go-home a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: var(--gold);
	text-align: center;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.submission-card .go-home a .arrow {
	width: 12px;
	height: 12px;
	aspect-ratio: 1/1;
	background-image: url("../img/icons/arrow-up-left-bold.svg") !important;
	fill: var(--gold);
}

/* 404 */

.header-404 {
	display: flex;
	position: absolute;
	width: 100%;
	padding: 27px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: rgba(116, 116, 116, 0.48);
	backdrop-filter: blur(22.700000762939453px);
}

.header-404 .container-fluid {
	display: flex;
	align-items: center;
}

.header-404 .container-fluid .logo {
	margin: auto;
}

.hero-404 {
	height: 100vh;
	display: flex;
	width: 100%;
	padding-top: 30vh;
	flex-direction: column;
	align-items: center;
	gap: 241px;
	background: linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.3) 0%,
			rgba(0, 0, 0, 0.3) 100%
		),
		url("../img/Error-404.webp") lightgray 50% / cover no-repeat;
}

.hero-404 .content {
	display: flex;
	max-width: 346px;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.hero-404 .content .content-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}

.hero-404 .content .content-top h1 {
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 160px;
	font-style: normal;
	font-weight: 400;
	line-height: 128px;
	text-align: center;
	/* 80% */
}

.hero-404 .content .content-top p {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	/* 100% */
}

.hero-404 .content p {
	color: var(--white);
	text-align: center;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 137.5% */
}

.hero-404 .content .cta-button {
	display: flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	border: 1px solid var(--text-6);
	background: rgba(255, 255, 255, 0.27);
	backdrop-filter: blur(3.5999999046325684px);
}

.hero-404 .content .cta-button a {
	color: var(--white);
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* Policy Pages */

.policy-hero {
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 38px;
	flex-shrink: 0;
	background: var(--dark-green);
	padding-top: 180px;
	padding-bottom: 160px;
}

.policy-hero h1 {
	color: var(--secondary-bg);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-kerning: none;
	font-feature-settings: "liga" off;
	font-family: var(--logo-font);
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 115.2px */
	letter-spacing: -1.92px;
}

.policy-hero .hero-p {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.policy-hero .hero-p p {
	color: var(--secondary-bg);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: var(--body-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 14.4px */
	letter-spacing: -0.24px;
}

.policy .container-fluid {
	display: flex;
	padding: 120px 30px;
	flex-direction: row;
	align-items: start;
	gap: 84px;
	align-self: stretch;
}

.policy-left {
	width: 40%;
}

.policy-left .navigation-card {
	display: flex;
	max-width: 420px;
	padding: 24px 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 16px;
	background: var(--secondary-bg);
}

.policy-left .navigation-card .nav-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.policy-left .navigation-card h2 {
	color: var(--dark-green);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--body-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 28.8px */
	letter-spacing: -0.24px;
}

.policy-left .navigation-card .nav-links a {
	color: var(--text-4);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--body-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 21.6px */
	letter-spacing: -0.18px;
	text-decoration: none;
}

.policy-left .navigation-card .nav-links a:hover {
	color: var(--dark-green);
}

.policy-left .navigation-card .nav-links a:active {
	color: var(--dark-green);
}

.policy-right {
	width: 60%;
}

.policy-right .policy-content {
	display: flex;
	max-width: 863px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.policy-right .policy-content h3 {
	margin-bottom: 24px !important;
	color: var(--text-1);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--body-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 24px */
	letter-spacing: -0.4px;
}

.policy-right .policy-content p,
.policy-right .policy-content ul li {
	color: var(--text-1);
	leading-trim: both;
	text-edge: cap;
	font-family: var(--body-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 19.2px */
	letter-spacing: -0.32px;
}

.policy-right .policy-content ul {
	margin: 0px !important;
}

/* Section Pause */

.pause {
	display: flex;
	width: 100%;
	height: auto;
	padding: 180px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 64px;
	background: linear-gradient(
			0deg,
			rgba(35, 56, 47, 0.75) 0%,
			rgba(35, 56, 47, 0.75) 100%
		),
		url("../img/retreat-green.webp") lightgray 0px -0.809px / 100% 302.102% no-repeat;
	background-size: cover;
}

.pause-container {
	display: flex;
	padding: 0 30px;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	align-self: stretch;
}

.pause-container h3 {
	color: var(--white);
	text-align: center;
	font-family: var(--heading-font);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	max-width: 25ch;
	/* 72px */
}
