@import url('https://fonts.googleapis.com/css2?family=Allura&family=Playfair+Display:wght@400;500;600;700;800&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
	--rg-yellow: #f5c518;
	--rg-bg: #0c1626;
	--rg-bg-2: #13223a;
	--rg-bg-3: #1b2e4a;
	--rg-ink: #e9eef7;
	--rg-muted: #8c99b1;
	--rg-line: rgba(255, 255, 255, .08);
}

body.rg-landing-page #main-header,
body.rg-landing-page #top-header,
body.rg-landing-page #main-footer,
body.rg-landing-page .tribe-events-back,
body.rg-landing-page .tribe-events-single-event-title,
body.rg-landing-page .tribe-events-schedule,
body.rg-landing-page .tribe-events-event-meta,
body.rg-landing-page .tribe-events-c-subscribe-dropdown__container,
body.rg-landing-page .tribe-events-single-section,
body.rg-landing-page #tribe-events-footer,
body.rg-landing-page .tribe-events-sub-nav,
body.rg-landing-page .tribe-events-nav-pagination {
	display: none !important;
}

body.rg-landing-page #page-container {
	background: var(--rg-bg) !important;
	padding-top: 0 !important;
}

body.rg-landing-page,
body.rg-landing-page #et-main-area,
body.rg-landing-page #main-content {
	background: var(--rg-bg) !important;
}

body.rg-landing-page #tribe-events-pg-template,
body.rg-landing-page .tribe-events-pg-template {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.rg-landing-page #main-content,
body.rg-landing-page #main-content .container,
body.rg-landing-page #content-area,
body.rg-landing-page #left-area,
body.rg-landing-page .entry-content,
body.rg-landing-page .type-page,
body.rg-landing-page .tribe-events-single,
body.rg-landing-page .type-tribe_events {
	background: var(--rg-bg);
	color: var(--rg-ink);
	font-family: "Manrope", sans-serif;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.rg-landing-page .entry-title,
body.rg-landing-page .main_title,
body.rg-landing-page .et_post_meta_wrapper {
	display: none !important;
}

body.rg-landing-page.et_right_sidebar #main-content .container::before,
body.rg-landing-page #main-content .container::before {
	content: none !important;
	display: none !important;
}

body.rg-landing-page #sidebar {
	display: none !important;
}

.rg-landing {
	background: var(--rg-bg);
	color: var(--rg-ink);
	font-family: "Manrope", sans-serif;
	line-height: 1.6;
	overflow: hidden;
}

.rg-landing *,
.rg-nav *,
.rg-footer * {
	box-sizing: border-box;
}

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

.rg-home-nav,
.rg-home-footer {
	--rg-home-yellow: #f5c518;
	--rg-home-bg: #0c1626;
	--rg-home-ink: #e9eef7;
	--rg-home-muted: #8c99b1;
	--rg-home-line: rgba(255, 255, 255, .08);
	--rg-home-line-2: rgba(255, 255, 255, .14);
	box-sizing: border-box;
	color: var(--rg-home-ink);
	font-family: "Manrope", sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.rg-home-nav *,
.rg-home-nav *::before,
.rg-home-nav *::after,
.rg-home-footer *,
.rg-home-footer *::before,
.rg-home-footer *::after {
	box-sizing: border-box;
}

.rg-home-nav a,
.rg-home-footer a {
	color: inherit;
	text-decoration: none;
}

.rg-home-nav img,
.rg-home-footer img {
	display: block;
	max-width: 100%;
}

.rg-home-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 22px 56px;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color .3s ease, border-color .3s ease, padding .3s ease;
	z-index: 9999;
}

body.admin-bar .rg-home-nav {
	top: 32px;
}

.rg-home-nav.scrolled {
	background: rgba(12, 22, 38, .92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--rg-home-line);
	padding: 14px 56px;
}

.rg-home-brand,
.rg-home-footer-logo {
	align-items: center;
	display: inline-flex;
	min-width: 132px;
}

.rg-home-logo-img {
	height: auto;
	max-height: 42px;
	max-width: 178px;
	object-fit: contain;
	width: auto;
}

.rg-home-logo-img.footer {
	max-height: 46px;
	max-width: 190px;
}

.rg-home-nav-links {
	align-items: center;
	color: #c9d2e2;
	display: flex;
	font-size: .78rem;
	font-weight: 500;
	gap: 36px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.rg-home-nav-links a:hover,
.rg-home-nav-links a:focus-visible {
	color: var(--rg-home-yellow);
}

.rg-home-dd {
	position: relative;
}

.rg-home-dd-trigger {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	gap: 6px;
}

.rg-home-dd-trigger::after {
	border-bottom: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	content: "";
	height: 6px;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 6px;
}

.rg-home-dd-menu {
	background: rgba(12, 22, 38, .96);
	border: 1px solid var(--rg-home-line);
	border-radius: 2px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
	left: 50%;
	min-width: 230px;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 18px);
	transform: translateX(-50%) translateY(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.rg-home-dd:hover .rg-home-dd-menu,
.rg-home-dd:focus-within .rg-home-dd-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.rg-home-dd-menu a {
	border-radius: 2px;
	color: #c9d2e2;
	display: block;
	font-size: .74rem;
	font-weight: 500;
	letter-spacing: .16em;
	padding: 10px 24px;
}

.rg-home-dd-menu a:hover,
.rg-home-dd-menu a:focus-visible {
	background: rgba(245, 197, 24, .08);
	color: var(--rg-home-yellow);
}

.rg-home-nav-cta {
	background: var(--rg-home-yellow);
	border-radius: 2px;
	color: var(--rg-home-bg);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .22em;
	padding: 11px 22px;
	text-transform: uppercase;
}

.rg-home-nav-cta:hover,
.rg-home-nav-cta:focus-visible {
	background: #fff;
	color: var(--rg-home-bg);
}

.rg-home-footer {
	background: #06101f;
	border-top: 1px solid var(--rg-home-line);
	color: #9aa6bb;
	padding: 80px 64px 40px;
}

.rg-home-footer-grid {
	display: grid;
	gap: 64px;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1320px;
}

.rg-home-footer-brand p {
	color: #7c8a9f;
	font-size: .92rem;
	margin: 16px 0 24px;
	max-width: 36ch;
}

.rg-home-social {
	display: flex;
	gap: 12px;
}

.rg-home-social a {
	align-items: center;
	border: 1px solid var(--rg-home-line-2);
	border-radius: 50%;
	color: #9aa6bb;
	display: flex;
	height: 36px;
	justify-content: center;
	transition: border-color .2s ease, color .2s ease;
	width: 36px;
}

.rg-home-social a:hover,
.rg-home-social a:focus-visible {
	border-color: var(--rg-home-yellow);
	color: var(--rg-home-yellow);
}

.rg-home-social svg {
	height: 16px;
	width: 16px;
}

.rg-home-footer-col h5 {
	color: var(--rg-home-yellow);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .3em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.rg-home-footer-col a {
	color: #9aa6bb;
	display: block;
	font-size: .88rem;
	padding: 6px 0;
	transition: color .15s ease, padding-left .15s ease;
}

.rg-home-footer-col a:hover,
.rg-home-footer-col a:focus-visible {
	color: #fff;
	padding-left: 6px;
}

.rg-home-footer-bottom {
	align-items: center;
	border-top: 1px solid var(--rg-home-line);
	color: #6a7891;
	display: flex;
	flex-wrap: wrap;
	font-size: .78rem;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: .08em;
	margin: 64px auto 0;
	max-width: 1320px;
	padding-top: 0;
}

.rg-nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 22px 56px;
	position: fixed;
	right: 0;
	top: 0;
	transition: background .3s, backdrop-filter .3s, padding .3s;
	z-index: 9999;
}

.rg-nav.is-scrolled {
	background: rgba(12, 22, 38, .85);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--rg-line);
	padding: 14px 56px;
}

.rg-logo {
	align-items: center;
	border-bottom: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .14em;
	min-width: 120px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rg-logo.has-image {
	letter-spacing: 0;
	text-transform: none;
}

.rg-logo img {
	display: block;
	height: 48px;
	max-width: 145px;
	object-fit: contain;
	width: auto;
}

.rg-logo span {
	color: var(--rg-yellow) !important;
}

.rg-nav-links {
	display: flex;
	gap: 36px;
}

.rg-nav-links a,
.rg-nav-cta {
	border-bottom: 0 !important;
	box-shadow: none !important;
	color: #c9d2e2 !important;
	font-size: .78rem;
	letter-spacing: .22em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rg-nav-links a {
	font-weight: 500;
}

.rg-nav-links a:hover {
	color: var(--rg-yellow) !important;
}

.rg-nav-cta {
	background: var(--rg-yellow);
	border-radius: 2px;
	color: var(--rg-bg) !important;
	font-size: .72rem;
	font-weight: 800;
	padding: 11px 22px;
}

.rg-section-inner {
	margin: 0 auto;
	max-width: 1320px;
	width: 100%;
}

.rg-script {
	color: var(--rg-yellow);
	font-family: "Allura", cursive;
	font-weight: 400;
	line-height: .9;
}

.rg-btn {
	align-items: center;
	border: 1px solid transparent !important;
	border-radius: 2px;
	box-shadow: none !important;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .24em;
	min-height: 48px;
	padding: 14px 24px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: .25s ease;
}

.rg-btn-yellow {
	background: var(--rg-yellow);
	border-color: transparent !important;
	color: var(--rg-bg) !important;
}

.rg-btn-yellow:hover {
	background: #fff;
	color: var(--rg-bg) !important;
}

.rg-btn-outline {
	border-color: rgba(255, 255, 255, .4) !important;
	color: #fff !important;
}

.rg-btn-outline:hover {
	border-color: var(--rg-yellow) !important;
	color: var(--rg-yellow) !important;
}

.rg-hero {
	align-items: flex-end;
	display: flex;
	min-height: 720px;
	overflow: hidden;
	position: relative;
}

.rg-hero-bg,
.rg-hero-overlay {
	inset: 0;
	position: absolute;
}

.rg-hero-bg {
	background-position: center;
	background-size: cover;
	transform: scale(1.04);
}

.rg-hero-overlay {
	background:
		radial-gradient(ellipse at 30% 40%, rgba(12, 22, 38, .15), rgba(12, 22, 38, .55) 70%),
		linear-gradient(180deg, rgba(12, 22, 38, .55) 0%, rgba(12, 22, 38, .1) 30%, rgba(12, 22, 38, .95) 100%);
}

.rg-hero-content {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 64px 96px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.rg-eyebrow {
	align-items: center;
	color: var(--rg-yellow);
	display: inline-flex;
	font-size: .72rem;
	font-weight: 700;
	gap: 14px;
	letter-spacing: .5em;
	margin-bottom: 28px;
	text-transform: uppercase;
}

.rg-eyebrow::before {
	background: var(--rg-yellow);
	content: "";
	height: 1px;
	width: 36px;
}

.rg-hero h1 {
	color: var(--rg-ink);
	font-family: "Playfair Display", serif;
	font-size: 96px;
	font-weight: 500;
	line-height: .96;
	margin: 0;
	max-width: 18ch;
}

.rg-hero h1 em,
.rg-section-title em,
.rg-day-title span {
	color: var(--rg-yellow);
	font-style: italic;
}

.rg-hero-row {
	align-items: end;
	border-top: 1px solid rgba(255, 255, 255, .16);
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 48px;
	max-width: 1100px;
	padding-top: 28px;
}

.rg-hero-label,
.rg-stat-label {
	color: #a8b4cc;
	font-size: .66rem;
	font-weight: 600;
	letter-spacing: .32em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.rg-hero-value {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 500;
}

.rg-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.rg-scroll-cue {
	align-items: center;
	bottom: 24px;
	color: #a8b4cc;
	display: flex;
	flex-direction: column;
	font-size: .62rem;
	font-weight: 700;
	gap: 12px;
	left: 50%;
	letter-spacing: .4em;
	position: absolute;
	transform: translateX(-50%);
	text-transform: uppercase;
	z-index: 3;
}

.rg-scroll-cue::after {
	background: linear-gradient(180deg, #a8b4cc, transparent);
	content: "";
	height: 36px;
	width: 1px;
}

.rg-intro {
	background: var(--rg-bg-2);
	min-height: 520px;
	overflow: hidden;
	padding: 160px 64px;
	position: relative;
	text-align: center;
}

.rg-intro-golfer {
	bottom: 0;
	color: var(--rg-yellow);
	filter: drop-shadow(0 10px 28px rgba(245, 197, 24, .14));
	height: 78%;
	opacity: .11;
	pointer-events: none;
	position: absolute;
	right: -3%;
	width: auto;
	z-index: 1;
}

.rg-intro-mark,
.rg-intro-quote,
.rg-intro-attr {
	position: relative;
	z-index: 2;
}

.rg-intro-mark {
	color: var(--rg-yellow);
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 64px;
	line-height: .6;
	margin-bottom: 18px;
}

.rg-intro-quote,
.tribe-events-content .rg-intro-quote {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.6rem, 3.2vw, 2.6rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 auto;
	max-width: 24ch;
}

.rg-intro-quote .rg-yellow {
	color: var(--rg-yellow);
	font-style: normal;
}

.rg-intro-attr {
	color: var(--rg-muted);
	font-size: .7rem;
	font-weight: 600;
	letter-spacing: .4em;
	margin-top: 32px;
	text-transform: uppercase;
}

.rg-section {
	padding: 120px 64px;
}

.rg-schedule {
	background: var(--rg-bg);
}

.rg-package {
	background: var(--rg-bg-2);
}

.rg-courses {
	background: var(--rg-bg);
}

.rg-section-head {
	align-items: flex-end;
	display: flex;
	gap: 48px;
	justify-content: space-between;
	margin-bottom: 80px;
}

.rg-section-num {
	color: var(--rg-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .4em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.rg-section-kicker {
	font-size: 64px;
}

.rg-section-title {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.02;
	margin-top: 8px;
	max-width: 620px;
}

.rg-section-intro {
	color: var(--rg-muted);
	font-size: 16px;
	margin: 0;
	max-width: 430px;
}

.rg-tabs {
	border-radius: 2px;
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(6, 1fr);
	margin-bottom: 48px;
}

.rg-tab {
	background: rgba(255, 255, 255, .025);
	border: 1px solid var(--rg-line);
	border-radius: 2px;
	color: #cbd5e5;
	cursor: pointer;
	padding: 20px 14px;
	text-align: left;
	transition: .25s ease;
}

.rg-tab:hover {
	background: rgba(245, 197, 24, .06);
	border-color: rgba(245, 197, 24, .4);
}

.rg-tab.active,
.rg-tab[aria-selected="true"] {
	background: var(--rg-yellow);
	border-color: var(--rg-yellow);
	color: var(--rg-bg);
}

.rg-tab-month {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.rg-tab-day {
	font-family: "Playfair Display", serif;
	font-size: 32px;
	font-weight: 600;
	margin-top: 4px;
}

.rg-tab-label {
	font-size: 11px;
	letter-spacing: .16em;
	margin-top: 4px;
	text-transform: uppercase;
}

.rg-panel {
	background: linear-gradient(135deg, var(--rg-bg-2), var(--rg-bg-3));
	border: 1px solid var(--rg-line);
	border-radius: 2px;
	display: none;
	gap: 70px;
	grid-template-columns: .9fr 1.1fr;
	padding: 56px;
}

.rg-panel.active {
	display: grid;
}

.rg-day-pretitle {
	color: var(--rg-yellow);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .4em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.rg-day-title {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.05;
	margin-bottom: 20px;
}

.rg-day-desc {
	color: #b8c2d6;
	font-size: 16px;
	margin: 0;
	max-width: 520px;
}

.rg-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rg-panel li {
	border-bottom: 1px solid var(--rg-line);
	display: grid;
	gap: 20px;
	grid-template-columns: 100px 1fr;
	padding: 18px 0;
}

.rg-panel li:last-child {
	border-bottom: 0;
}

.rg-time {
	color: var(--rg-yellow);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.rg-panel b {
	color: #fff;
	display: block;
	font-weight: 600;
	margin-bottom: 2px;
}

.rg-note {
	color: var(--rg-muted);
	font-size: 14px;
}

.rg-package-grid {
	background: var(--rg-line);
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(3, 1fr);
}

.rg-package-card {
	background: var(--rg-bg-2);
	min-height: 280px;
	padding: 48px 36px;
	transition: .25s ease;
}

.rg-package-card:hover {
	background: var(--rg-bg-3);
}

.rg-package-icon {
	align-items: center;
	border: 1.5px solid var(--rg-yellow);
	border-radius: 50%;
	color: var(--rg-yellow);
	display: flex;
	font-family: "Playfair Display", serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	height: 46px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 28px;
	width: 46px;
}

.rg-package-card h4 {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 14px;
}

.rg-package-card p {
	color: var(--rg-muted);
	font-size: 15px;
	margin: 0;
}

.rg-course-row {
	align-items: center;
	border-bottom: 1px solid var(--rg-line);
	display: grid;
	gap: 80px;
	grid-template-columns: 1fr 1.2fr;
	padding: 60px 0;
}

.rg-course-row:last-child {
	border-bottom: 0;
}

.rg-course-row.is-flipped {
	grid-template-columns: 1.2fr 1fr;
}

.rg-course-row.is-flipped .rg-course-image {
	order: 1;
}

.rg-course-row.is-flipped .rg-course-text {
	order: 2;
}

.rg-course-image {
	aspect-ratio: 1.35 / 1;
	background-position: center;
	background-size: cover;
	min-height: 360px;
	position: relative;
}

.rg-course-image::after {
	border: 1px solid rgba(245, 197, 24, .45);
	content: "";
	inset: 18px;
	position: absolute;
}

.rg-course-num {
	color: var(--rg-yellow);
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 14px;
}

.rg-course-name,
.tribe-events-content .rg-course-name {
	color: var(--rg-ink) !important;
	font-family: "Playfair Display", serif !important;
	font-size: clamp(2rem, 3.6vw, 3rem) !important;
	font-weight: 500 !important;
	line-height: 1.05 !important;
	margin: 0 0 18px !important;
}

.rg-course-text p {
	color: var(--rg-muted);
	font-size: 17px;
	line-height: 1.72;
	margin: 0 0 22px;
	max-width: 560px;
}

.rg-course-stats {
	border-top: 1px solid var(--rg-line);
	display: flex;
	gap: 36px;
	margin-top: 24px;
	padding-top: 24px;
}

.rg-stat-value {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 500;
	margin-top: 4px;
}

.beach-section {
	background: var(--rg-bg-2);
	border-top: 1px solid var(--rg-line);
}

.bc-intro {
	align-items: end;
	display: grid;
	gap: 64px;
	grid-template-columns: 1.4fr 1fr;
	margin-bottom: 56px;
}

.bc-tag {
	align-items: center;
	color: var(--rg-yellow);
	display: inline-flex;
	font-size: .66rem;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .4em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.bc-tag::before {
	background: var(--rg-yellow);
	content: "";
	height: 1px;
	width: 28px;
}

.bc-copy {
	color: #b8c2d6;
	font-size: 1.05rem;
	margin: 0;
	max-width: 62ch;
}

.bc-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bc-features li {
	align-items: center;
	color: #cfd6e2;
	display: flex;
	font-size: .92rem;
	gap: 14px;
	padding: 10px 0;
}

.bc-features li::before {
	background: var(--rg-yellow);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(245, 197, 24, .18);
	content: "";
	flex-shrink: 0;
	height: 7px;
	width: 7px;
}

.bc-carousel {
	background: #0a1220;
	border-radius: 2px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

@supports (aspect-ratio: 16 / 9) {
	.bc-carousel {
		aspect-ratio: 16 / 9;
		padding-bottom: 0;
	}
}

.bc-carousel::after {
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 2px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 4;
}

.bc-slide {
	background: #0a1220;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	position: absolute;
	transition: opacity 1.1s ease;
	width: 100%;
}

.bc-slide.active {
	opacity: 1;
}

.bc-arrows {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: space-between;
	padding: 0 24px;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.bc-arrow {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(12, 22, 38, .6);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 1.2rem;
	height: 54px;
	justify-content: center;
	padding: 0;
	pointer-events: auto;
	transition: .2s;
	width: 54px;
}

.bc-arrow:hover,
.bc-arrow:focus {
	background: var(--rg-yellow);
	border-color: var(--rg-yellow);
	color: var(--rg-bg);
	outline: 0;
	transform: scale(1.06);
}

.bc-dots {
	backdrop-filter: blur(6px);
	background: rgba(12, 22, 38, .4);
	border-radius: 999px;
	bottom: 22px;
	display: flex;
	gap: 8px;
	left: 50%;
	padding: 8px 14px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.bc-dot {
	background: rgba(255, 255, 255, .45);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 8px;
	padding: 0;
	transition: .25s ease;
	width: 8px;
}

.bc-dot:hover,
.bc-dot:focus {
	background: rgba(255, 255, 255, .75);
	outline: 0;
}

.bc-dot.active {
	background: var(--rg-yellow);
	border-radius: 999px;
	width: 24px;
}

.bc-progress {
	background: rgba(255, 255, 255, .08);
	bottom: 0;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.bc-progress-fill {
	background: var(--rg-yellow);
	height: 100%;
	transition: width .15s linear;
	width: 0;
}

.bc-counter {
	backdrop-filter: blur(6px);
	background: rgba(12, 22, 38, .55);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: #fff;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .18em;
	padding: 6px 14px;
	position: absolute;
	right: 22px;
	top: 20px;
	z-index: 3;
}

.bc-counter b {
	color: var(--rg-yellow);
}

.rg-cta {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 130px 64px;
	position: relative;
	text-align: center;
}

.rg-cta::before {
	background: linear-gradient(180deg, rgba(12, 22, 38, .78), rgba(12, 22, 38, .96));
	content: "";
	inset: 0;
	position: absolute;
}

.rg-cta > * {
	position: relative;
	z-index: 1;
}

.rg-cta .rg-section-kicker {
	font-size: 60px;
}

.rg-cta h2 {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 66px;
	font-weight: 500;
	line-height: 1;
	margin: 18px auto 28px;
	max-width: 760px;
}

.rg-cta h2 em {
	color: var(--rg-yellow);
	font-style: italic;
}

.rg-cta .prize-purse {
	background: linear-gradient(135deg, rgba(245, 197, 24, .12), rgba(245, 197, 24, .03));
	border: 1px solid rgba(245, 197, 24, .34);
	border-left: 4px solid var(--rg-yellow);
	border-radius: 2px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
	margin: 32px auto 40px;
	max-width: 720px;
	padding: 28px 36px;
	text-align: left;
}

.rg-cta .pp-label {
	align-items: center;
	color: var(--rg-yellow);
	display: flex;
	font-size: .7rem;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	letter-spacing: .42em;
	margin-bottom: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.rg-cta .pp-label::before {
	align-items: center;
	background: var(--rg-yellow);
	border-radius: 50%;
	box-sizing: border-box;
	color: var(--rg-bg);
	content: "$";
	display: inline-flex;
	flex: 0 0 22px;
	font-family: "Playfair Display", serif;
	font-size: 1rem;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 1px;
	text-align: center;
	width: 22px;
}

.rg-cta .pp-amounts {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.rg-cta .pp-item {
	flex: 1;
	text-align: center;
}

.rg-cta .pp-num {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.rg-cta .pp-num em {
	color: var(--rg-yellow);
	font-style: normal;
}

.rg-cta .pp-lbl {
	color: var(--rg-muted);
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .26em;
	margin-top: 10px;
	text-transform: uppercase;
}

.rg-cta .pp-divider {
	background: linear-gradient(180deg, transparent, rgba(245, 197, 24, .4), transparent);
	flex-shrink: 0;
	height: 52px;
	width: 1px;
}

.rg-cta .deposit-note {
	align-items: center;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 2px;
	display: flex;
	gap: 14px;
	margin: -16px auto 40px;
	max-width: 560px;
	padding: 14px 22px;
	text-align: left;
}

.rg-cta .dn-icon {
	align-items: center;
	background: var(--rg-yellow);
	border-radius: 50%;
	color: var(--rg-bg);
	display: flex;
	flex-shrink: 0;
	font-family: "Playfair Display", serif;
	font-size: .9rem;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.rg-cta .dn-text {
	color: #cfd6e2;
	font-size: .9rem;
	letter-spacing: .02em;
	line-height: 1.45;
}

.rg-cta .dn-text b {
	color: #fff;
	font-weight: 700;
}

.rg-cta-lead {
	color: #c5cee0;
	font-size: 17px;
	margin: 0 auto 48px;
	max-width: 720px;
}

.rg-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 72px;
}

.rg-contact-band {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, .04);
	border: 1px solid var(--rg-line);
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr auto;
	margin: 0 auto;
	max-width: 980px;
	padding: 48px;
	text-align: left;
}

.rg-contact-label {
	color: var(--rg-yellow);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .4em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.rg-contact-band a {
	border-bottom: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none !important;
}

.rg-contact-band a:hover,
.rg-contact-band a:focus,
.rg-contact-band a:focus-visible,
body.rg-landing-page .rg-contact-band a:hover,
body.rg-landing-page .rg-contact-band a:focus,
body.rg-landing-page .rg-contact-band a:focus-visible,
.tribe-events-content .rg-contact-band a:hover,
.tribe-events-content .rg-contact-band a:focus,
.tribe-events-content .rg-contact-band a:focus-visible {
	border-bottom: 0 !important;
	color: var(--rg-yellow) !important;
	text-decoration: none !important;
}

.rg-qr-pair {
	display: flex;
	gap: 14px;
}

.rg-qr-box {
	text-align: center;
}

.rg-qr-img {
	align-items: center;
	background: #fff;
	color: var(--rg-bg);
	display: flex;
	font-weight: 900;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 96px;
}

.rg-qr-img.is-placeholder {
	background:
		linear-gradient(45deg, rgba(12, 22, 38, .05) 25%, transparent 25%, transparent 50%, rgba(12, 22, 38, .05) 50%, rgba(12, 22, 38, .05) 75%, transparent 75%, transparent),
		#fff;
	background-size: 12px 12px;
	border: 1px dashed rgba(12, 22, 38, .35);
}

.rg-qr-img.is-placeholder::before {
	border: 1px dashed rgba(12, 22, 38, .25);
	content: "";
	inset: 12px;
	position: absolute;
}

.rg-qr-img img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.rg-qr-placeholder-text {
	font-size: 11px;
	letter-spacing: .18em;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.rg-qr-label {
	color: var(--rg-yellow);
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .22em;
	margin-top: 10px;
	text-transform: uppercase;
}

.rg-calendar {
	background: var(--rg-bg-2);
	border-bottom: 1px solid var(--rg-line);
	border-top: 1px solid var(--rg-line);
	padding: 90px 64px;
	text-align: center;
}

.rg-calendar .rg-section-kicker {
	font-size: 52px;
}

.rg-calendar .rg-section-title {
	font-size: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

.rg-calendar-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin: 44px auto 0;
	max-width: 1100px;
}

.rg-calendar-button {
	align-items: center;
	border: 1px solid var(--rg-line) !important;
	color: #fff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: .18em;
	padding: 14px 22px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.rg-calendar-button:hover {
	background: rgba(245, 197, 24, .08);
	border-color: var(--rg-yellow) !important;
	color: var(--rg-yellow) !important;
}

.rg-footer {
	background: #08101e;
	color: var(--rg-muted);
	font-family: "Manrope", sans-serif;
	padding: 52px 64px;
}

.rg-footer-inner {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: 1fr auto;
	margin: 0 auto;
	max-width: 1320px;
}

.rg-footer strong {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.rg-footer p,
.rg-footer span {
	margin: 0;
}

.rg-footer-cols {
	display: flex;
	gap: 34px;
}

.rg-footer-cols b {
	color: var(--rg-yellow);
	display: block;
	font-size: 11px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

@media (min-width: 981px) {
	.rg-hero {
		min-height: max(720px, 100vh);
		min-height: max(720px, 100svh);
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
	.rg-hero h1 {
		font-size: 80px;
	}
}

@media (max-width: 980px) {
	body.admin-bar .rg-home-nav {
		top: 46px;
	}

	.rg-home-nav,
	.rg-home-footer {
		padding-left: 24px;
		padding-right: 24px;
	}

	.rg-home-nav {
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.rg-home-nav.scrolled {
		padding-left: 24px;
		padding-right: 24px;
	}

	.rg-home-nav-links {
		display: none;
	}

	.rg-home-logo-img {
		max-height: 36px;
		max-width: 150px;
	}

	.rg-home-footer-grid {
		gap: 36px;
		grid-template-columns: 1fr 1fr;
	}

	.rg-nav {
		padding: 18px 24px;
	}
	.rg-nav-links {
		display: none;
	}
	.rg-logo {
		min-width: 104px;
	}
	.rg-logo img {
		height: 40px;
		max-width: 118px;
	}
	.rg-hero {
		min-height: 680px;
	}
	.rg-hero h1 {
		font-size: 52px;
	}
	.rg-hero-content {
		padding: 0 24px 82px;
	}
	.rg-hero-row {
		grid-template-columns: 1fr 1fr;
	}
	.rg-hero-buttons {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}
	.rg-section,
	.rg-intro,
	.rg-cta,
	.rg-calendar,
	.rg-footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	.rg-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.rg-section-head,
	.bc-intro,
	.rg-panel,
	.rg-course-row,
	.rg-course-row.is-flipped,
	.rg-contact-band,
	.rg-footer-inner {
		grid-template-columns: 1fr;
	}
	.rg-section-title,
	.rg-cta h2 {
		font-size: 38px;
	}
	.rg-cta .prize-purse {
		padding: 22px;
	}
	.rg-cta .pp-label {
		letter-spacing: .24em;
	}
	.rg-cta .pp-amounts {
		flex-direction: column;
		gap: 16px;
	}
	.rg-cta .pp-divider {
		background: linear-gradient(90deg, transparent, rgba(245, 197, 24, .4), transparent);
		height: 1px;
		width: 60%;
	}
	.rg-cta .deposit-note {
		align-items: flex-start;
		margin-top: -10px;
	}
	.rg-section-kicker {
		font-size: 46px;
	}
	.rg-intro-golfer {
		height: 55%;
		opacity: .07;
		right: -12%;
	}
	.rg-tabs {
		grid-template-columns: repeat(3, 1fr);
	}
	.rg-panel {
		padding: 32px;
	}
	.rg-package-grid {
		grid-template-columns: 1fr;
	}
	.rg-course-row.is-flipped .rg-course-image,
	.rg-course-row.is-flipped .rg-course-text {
		order: initial;
	}
	.bc-intro {
		gap: 28px;
		margin-bottom: 32px;
	}
	.bc-arrow {
		font-size: 1rem;
		height: 42px;
		width: 42px;
	}
	.bc-arrows {
		padding: 0 12px;
	}
	@supports (aspect-ratio: 4 / 3) {
		.bc-carousel {
			aspect-ratio: 4 / 3;
			padding-bottom: 0;
		}
	}
	.rg-footer-cols {
		display: grid;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.rg-home-nav {
		padding-left: 18px;
		padding-right: 18px;
	}

	.rg-home-brand,
	.rg-home-footer-logo {
		min-width: 0;
	}

	.rg-home-nav-cta {
		font-size: .66rem;
		letter-spacing: .16em;
		padding: 10px 14px;
	}

	.rg-home-footer-grid {
		grid-template-columns: 1fr;
	}

	.rg-home-footer-bottom {
		justify-content: center;
		text-align: center;
	}

	.rg-nav {
		padding: 18px 20px;
	}
	.rg-nav-cta {
		padding: 10px 18px;
	}
	.rg-hero {
		min-height: 760px;
	}
	.rg-hero-content {
		padding: 112px 24px 72px;
	}
	.rg-hero h1 {
		font-size: 42px;
	}
	.rg-hero-row,
	.rg-tabs {
		grid-template-columns: 1fr;
	}
	.rg-scroll-cue {
		display: none;
	}
	.rg-course-stats {
		display: grid;
		grid-template-columns: 1fr;
	}
}
