@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.otf') format("opentype"), url('../fonts/CabinetGrotesk-Extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --base--navy: #102233;
  --base--navy--80: #102233cc;
  --base--mid-blue: #4a90e2;
  --base--green: #2ddb5f;
  --base--white: white;
  --base--light-blue: #effaff;
  --white--80: #fffc;
  --white--20: #fff3;
  --base--navy--50: #10223380;
  --white--60: #fff9;
  --white--50: #ffffff80;
  --white--10: #ffffff1a;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: var(--base--navy);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--base--navy);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--base--navy);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--base--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--base--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  color: var(--base--navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--base--navy--80);
  margin-bottom: 10px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

li {
  color: var(--base--navy--80);
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

blockquote {
  color: var(--base--navy);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.brand_logo {
  object-fit: cover;
}

.nav_link {
  color: var(--base--navy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.nav_link:hover {
  color: var(--base--mid-blue);
}

.button {
  border: 2px solid var(--base--green);
  color: var(--base--navy);
  background-color: #2ddb5f;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button:hover {
  border: 2px solid var(--base--green);
  color: var(--base--green);
  background-color: #0000;
}

.button.primary {
  border: 2px solid var(--base--green);
  background-color: var(--base--green);
  padding-top: 18px;
  padding-bottom: 18px;
}

.button.primary:hover {
  color: var(--base--green);
  background-color: #0000;
  border-width: 2px;
}

.button.primary.blue {
  border-color: var(--base--mid-blue);
  background-color: var(--base--mid-blue);
  color: var(--base--white);
}

.button.primary.blue:hover {
  background-color: var(--base--white);
  color: var(--base--mid-blue);
}

.button.primary.blue.large {
  font-size: 18px;
}

.button.primary.navy {
  border-color: var(--base--mid-blue);
  background-color: var(--base--mid-blue);
  color: var(--base--white);
}

.button.primary.navy:hover {
  background-color: var(--base--white);
  color: var(--base--mid-blue);
}

.button.primary.navy.wide {
  border-color: var(--base--navy);
  background-color: var(--base--navy);
  flex: 1;
  align-self: stretch;
  width: auto;
  font-size: 18px;
}

.button.primary.navy.wide:hover {
  border-color: var(--base--navy);
  color: var(--base--navy);
  -webkit-text-stroke-color: var(--base--navy);
  background-color: #0000;
}

.button.primary.navy.wide.outline {
  background-color: var(--base--light-blue);
  color: var(--base--navy);
}

.button.primary.navy.wide.outline:hover {
  background-color: var(--base--navy);
  color: var(--base--light-blue);
}

.button.primary.navy.large.dark {
  background-color: var(--base--navy);
  font-size: 18px;
}

.button.primary.navy.large.dark:hover {
  border-color: var(--base--navy);
  background-color: var(--base--green);
  color: var(--base--navy);
  -webkit-text-stroke-color: var(--base--navy);
}

.button.primary.wide.form {
  width: 100%;
}

.button.primary.wide.form:hover {
  background-color: #0000;
}

.button.primary.navy2 {
  border-color: var(--base--navy);
  background-color: var(--base--navy);
  color: var(--base--white);
}

.button.primary.navy2:hover {
  background-color: var(--base--white);
  color: var(--base--navy);
}

.button.primary.navy2.wide {
  border-color: var(--base--navy);
  background-color: var(--base--navy);
  flex: 1;
  align-self: stretch;
  width: auto;
  font-size: 18px;
}

.button.primary.navy2.wide:hover {
  border-color: var(--base--navy);
  color: var(--base--navy);
  -webkit-text-stroke-color: var(--base--navy);
  background-color: #0000;
}

.button.primary.navy2.wide.outline {
  background-color: var(--base--light-blue);
  color: var(--base--navy);
}

.button.primary.navy2.wide.outline:hover {
  background-color: var(--base--navy);
  color: var(--base--light-blue);
}

.button.primary.navy2.large.dark {
  background-color: var(--base--navy);
  font-size: 18px;
}

.button.primary.navy2.large.dark:hover {
  border-color: var(--base--navy);
  background-color: var(--base--green);
  color: var(--base--navy);
  -webkit-text-stroke-color: var(--base--navy);
}

.button.outline {
  border: 2px solid var(--base--mid-blue);
  background-color: var(--base--white);
  color: var(--base--mid-blue);
}

.button.outline:hover {
  background-color: var(--base--mid-blue);
  color: var(--base--white);
}

.button.outline.large {
  font-size: 18px;
}

.button.secondary {
  border: 2px solid var(--base--navy);
  background-color: var(--base--white);
}

.button.secondary:hover {
  background-color: var(--base--navy);
  color: var(--base--white);
}

.button.secondary.wide {
  align-self: stretch;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding-left: 108px;
  padding-right: 108px;
  text-decoration: none;
  display: flex;
}

.hero_content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: 591px;
  text-decoration: none;
  display: flex;
}

.hero_kickers {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero_kickers.stat {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.eyebrow {
  color: var(--base--navy--80);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transform: translate(0, 2px);
}

.eyebrow.white {
  color: var(--white--80);
  font-weight: 500;
}

.eyebrow.form {
  margin-bottom: 4px;
}

.hero_kicker-icon {
  opacity: .8;
  object-fit: cover;
  overflow: hidden;
}

.heading {
  color: #102233;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.heading.h2.white {
  color: var(--base--white);
  text-align: left;
}

.heading.h2.white.left, .heading.h2.left {
  text-align: left;
}

.heading.h1 {
  color: #102233;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-weight: 700;
}

.heading.h1.white {
  color: #fff;
}

.heading.h2 {
  color: #102233;
  text-align: center;
  font-size: 32px;
}

.heading.h2.left {
  text-align: left;
}

.heading.h3 {
  color: #102233;
  font-size: 20px;
}

.hero_actions {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.hero_media {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  text-decoration: none;
  display: flex;
}

.hero_media-item {
  object-fit: cover;
  border-radius: 4px;
  flex: 1 1 0;
  min-width: 1px;
  max-width: none;
  display: block;
}

.hero_stats-grid-grid_4col {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hero_stat-text {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.hero_stat-number {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.hero_stat-label {
  opacity: .8;
  color: var(--white--80);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.stat-card {
  grid-row-gap: 18px;
  background-color: #102233;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 40px 80px;
  text-decoration: none;
  display: flex;
}

.text_regular {
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text_regular.large {
  font-size: 20px;
}

.text_regular.centre {
  text-align: center;
}

.text_regular.white {
  color: var(--white--80);
}

.text_regular.without-padding {
  margin-bottom: 0;
}

.text_regular.without-padding.short {
  max-width: 70%;
}

.text_regular.without-padding.centred {
  text-align: center;
}

.text_regular.bold {
  color: var(--base--navy);
  font-weight: 700;
}

.text_bold {
  color: var(--base--navy);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text_bold.small {
  font-size: 14px;
}

.text-is-lead-4 {
  color: #102233;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.section_why {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 180px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.container.hero {
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: none;
  padding-top: 88px;
  padding-bottom: 40px;
}

.container.history {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.visitor {
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.container.col {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}

.container.col.intermediate {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.container.col.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.container.left {
  grid-row-gap: 40px;
}

.container.form {
  width: 50%;
}

.section_header {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 618px;
  text-decoration: none;
  display: flex;
}

.section_header.left {
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
}

.section_header.left.pricing {
  grid-row-gap: 20px;
}

.feature_grid {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature_card {
  grid-row-gap: 4px;
  background-image: linear-gradient(#fff, #e2f6ff);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.feature_media {
  object-fit: cover;
  margin-bottom: 20px;
}

.feature_title {
  color: var(--base--navy);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.section_history {
  grid-row-gap: 10px;
  background-color: #102233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 180px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.history_content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 618px;
  text-decoration: none;
  display: flex;
}

.history_bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo {
  opacity: .22;
  object-fit: none;
  height: 110%;
}

.section_membership {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 180px;
  text-decoration: none;
  display: flex;
}

.pricing_grid-grid_4col {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-card {
  grid-row-gap: 20px;
  background-image: linear-gradient(#fff, #e2f6ff);
  border: 0 solid #6ef3b1;
  border-top-width: 8px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.pricing-card._7-day {
  grid-row-gap: 4px;
  background-image: linear-gradient(#fff, #e2f6ff);
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card.intermediate {
  grid-row-gap: 4px;
  background-image: linear-gradient(#fff, #e2f6ff);
  border-width: 8px 0 0;
  border-color: #2ddb5f;
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card.junior {
  grid-row-gap: 4px;
  border-top-color: #4db5ff;
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card.cub {
  grid-row-gap: 4px;
  border-top-color: #1fb6c9;
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card._6-day, .pricing-card._5-day, .pricing-card._7-day-int {
  grid-row-gap: 4px;
  background-image: linear-gradient(#fff, #dafeeb);
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card.special {
  grid-row-gap: 4px;
  border-top-color: #4db5ff;
  flex: 1 1 0;
  align-self: stretch;
}

.pricing-card.special.child {
  border-top-color: var(--base--navy);
  background-image: linear-gradient(#fff, #ebebeb);
}

.pricing_icon {
  object-fit: cover;
  margin-bottom: 20px;
}

.pricing_title {
  color: var(--base--navy--80);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.pricing_price {
  color: #102233;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.pricing_price.child {
  margin-bottom: 8px;
}

.pricing_summary {
  color: var(--base--navy--80);
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.pricing_benefits {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_visitors {
  background-color: var(--base--light-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.visitors_panel {
  grid-row-gap: 32px;
  background-color: #effaff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 120px 180px;
  text-decoration: none;
  display: flex;
}

.container-main {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  text-decoration: none;
  display: flex;
}

.container-main.age-prices {
  background-image: linear-gradient(#fff, #dcfce5);
  border-radius: 4px;
  flex: 1 1 0;
  padding: 24px;
  box-shadow: 0 0 32px #0000001a;
}

.sectors-header-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fees_heading {
  color: var(--base--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.visitors_fee-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fee_season {
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.fee_price {
  color: var(--base--navy);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.visitors_contact {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact_phone {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact_icon {
  object-fit: cover;
  overflow: hidden;
}

.contact_note {
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.visitors_actions {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.visitors_media {
  grid-row-gap: 10px;
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 10px;
  background-color: #102233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 108px;
  text-decoration: none;
  display: flex;
}

.footer_top {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_col-left {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_address {
  color: var(--base--white);
  text-transform: capitalize;
  white-space: pre;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.footer_contact {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_contact-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_icon {
  object-fit: cover;
  max-width: none;
  overflow: hidden;
}

.footer_value {
  color: var(--base--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.footer_value:hover {
  color: var(--base--green);
}

.footer_value.static:hover {
  color: var(--base--white);
}

.footer_row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_label {
  aspect-ratio: auto;
  color: var(--white--80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer_middle {
  grid-row-gap: 28px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_brand_logo {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.brand_logo-is-white {
  object-fit: cover;
}

.footer_3-col {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.footer_about {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about_content-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text_muted {
  color: var(--white--80);
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer_links {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.footer_link-list {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 138.968px;
  text-decoration: none;
  display: flex;
}

.footer_link {
  color: var(--base--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.footer_link:hover {
  color: var(--base--green);
}

.social_list {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer_bottom {
  opacity: .8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_copyright {
  color: var(--white--80);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer_legal {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 652px;
  height: 11px;
  text-decoration: none;
  display: flex;
}

.hero_media-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.media-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.contact_detail {
  color: var(--base--navy);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.contact_detail:hover {
  color: var(--base--mid-blue);
}

.footer_eyebrow {
  color: var(--base--navy--80);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transform: translate(0, 2px);
}

.footer_eyebrow.white {
  color: var(--base--white);
  white-space: nowrap;
  font-weight: 700;
}

.footer_text {
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer_text.white {
  color: var(--white--80);
  margin-bottom: 0;
}

.footer_col-right {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.footer_social-wrapper:hover {
  opacity: .5;
}

.footer_divider {
  border-bottom: 1px solid var(--white--20);
  width: 100%;
  height: 1px;
}

.footer_container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hero_kickers-mobile {
  grid-column-gap: 12px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.menu_links.margin_right {
  margin-right: 16px;
}

.nav-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 80px;
  position: fixed;
}

.menu_buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.lottie-animation {
  width: auto;
  height: auto;
}

.menu-button {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.nav_content {
  display: flex;
}

.section_title {
  grid-column-gap: 10px;
  background-image: linear-gradient(#10223380 0%, #102233 100%), url('../images/69864db84ff732c49d12c7bb_section-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  min-height: 341px;
  padding: 160px 120px 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.title_wrapper {
  grid-column-gap: 27px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.hero_content-wrap {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.hero_content-main {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta_content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.sectors-header-wrapper-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.section_cta {
  background-color: #2ddb5f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 40px 120px;
  text-decoration: none;
  display: flex;
}

.section_cta.society {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.section_information {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  text-decoration: none;
  display: flex;
}

.section {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section.right {
  padding-left: 80px;
}

.section.left {
  padding-right: 80px;
}

.container-main-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.season_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.season_detail {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.season_img {
  object-fit: cover;
}

.season_price {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.price_label {
  color: var(--base--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.contact_wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.header-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  display: none;
}

.button-2 {
  color: #102233;
  background-color: #2ddb5f;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-2.primary {
  background-color: #2ddb5f;
  border: 2px solid #2ddb5f;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-2.primary:hover {
  color: #2ddb5f;
  background-color: #fff;
  border-width: 2px;
}

.button-2.primary.blue {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.button-2.primary.blue:hover {
  color: #4a90e2;
  background-color: #fff;
}

.button-2.primary.blue.large {
  font-size: 18px;
}

.button-2.primary.blue.large.dark:hover {
  color: #4a90e2;
  background-color: #102233;
}

.button-2.primary.blue.small {
  font-size: 18px;
}

.button-2.primary.blue.small.dark {
  font-size: 16px;
}

.button-2.primary.blue.small.dark:hover {
  color: #4a90e2;
  background-color: #102233;
}

.button-2.seondary {
  border: 2px solid var(--base--mid-blue);
  color: var(--base--mid-blue);
  background-color: #0000;
  align-self: stretch;
}

.button-2.seondary:hover {
  background-color: var(--base--mid-blue);
  color: var(--base--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text_bold-2 {
  color: #102233;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.button-3 {
  color: #102233;
  background-color: #2ddb5f;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-3.primary {
  background-color: #2ddb5f;
  border: 2px solid #2ddb5f;
  padding-top: 18px;
  padding-bottom: 18px;
}

.button-3.primary:hover {
  color: #2ddb5f;
  background-color: #fff;
  border-width: 2px;
}

.button-3.primary.navy {
  border-color: var(--base--navy);
  background-color: var(--base--navy);
  color: #fff;
}

.button-3.primary.navy:hover {
  color: var(--base--navy);
  -webkit-text-stroke-color: var(--base--navy);
  background-color: #fff;
}

.button-3.primary.navy.large {
  background-color: #102233;
  border-color: #102233;
  font-size: 18px;
}

.button-3.primary.navy.large:hover {
  color: #102233;
  -webkit-text-stroke-color: #102233;
  background-color: #fff;
  border-color: #102233;
}

.button-3.primary.navy.large.dark:hover {
  background-color: #2ddb5f;
}

.button-3.primary.navy.large.dark.wide {
  width: 100%;
}

.button-3.primary.navy.large.wide-2 {
  align-self: stretch;
  font-size: 16px;
}

.button-3.primary.navy.light-blue:hover {
  background-color: var(--base--light-blue);
}

.button-3.primary.green:hover {
  background-color: var(--base--navy);
}

.text_regular-3 {
  color: #102233cc;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text_regular-3.large {
  font-size: 20px;
}

.contact_detail-2 {
  color: #102233;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.contact_detail-2:hover {
  color: #4a90e2;
}

.text_regular-4 {
  color: #102233cc;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text_regular-4.label {
  margin-bottom: 0;
}

.sectors-header-wrapper-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-large {
  color: #fff;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large.navy {
  color: var(--base--navy);
}

.cta-header-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.image-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  flex: 1 1 0;
  align-self: stretch;
  width: auto;
  max-width: 50%;
  height: auto;
}

.image-2.fill {
  align-self: stretch;
}

.section_dress-code {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.white {
  color: var(--white--80);
}

.section_clubhouse {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.section_find-us {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.section_society {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.address {
  color: var(--base--navy);
  text-transform: capitalize;
  white-space: pre;
  word-break: normal;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.address.small {
  font-size: 18px;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.button-wrapper.room-hire {
  flex-flow: row;
}

.col {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.table {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table.membership {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.section_benefits {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.cta_contact {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: cover;
  max-width: none;
  overflow: hidden;
}

.contact_value {
  color: var(--base--navy);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.contact_value:hover {
  color: var(--base--navy--80);
}

.contact_value.green:hover {
  color: var(--base--mid-blue);
}

.contact-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section_packages {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.bottom {
  margin-bottom: 0;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-column {
  width: 70%;
  position: relative;
}

.faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_item {
  border-bottom: 1px solid var(--base--navy--50);
  padding: 16px 16px 0;
  transition: all .3s;
  display: block;
}

.faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-title {
  color: var(--base--navy);
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.section_faqs {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px 120px;
  text-decoration: none;
  display: flex;
}

.section_1 {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px 120px 80px;
  text-decoration: none;
  display: flex;
}

.tier-card {
  grid-row-gap: 20px;
  background-image: linear-gradient(#fff, #e2f6ff);
  border: 0 solid #6ef3b1;
  border-top-width: 8px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 32px 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.tier-card.tier {
  grid-row-gap: 4px;
  border-top-color: var(--base--green);
  flex: 1 1 0;
  align-self: stretch;
}

.pricing_benefit-icon {
  object-fit: cover;
  margin-top: 2px;
  overflow: hidden;
}

.pricing_benefit-text {
  color: #102233;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.benefit_title {
  color: #102233;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.pricing_benefit {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-label {
  color: #102233;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.section_opens {
  grid-row-gap: 48px;
  background-color: var(--base--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.enter-title {
  color: #102233;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.event-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.event-card {
  grid-row-gap: 12px;
  background-color: var(--base--white);
  border: 1px #6ef3b1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.open-title {
  color: #102233;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.event-info-wrapper {
  grid-column-gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.event-info-wrapper.main {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.event_icon {
  object-fit: cover;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  overflow: hidden;
}

.event-label {
  color: var(--base--navy--80);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.event-label.bold {
  color: var(--base--navy);
  font-weight: 700;
}

.event-label.bold.main {
  white-space: pre;
  transform: translate(0, 2px);
}

.top-info-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.event-entry {
  flex-flow: column;
  display: flex;
}

.details-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.membership-cta-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.membership-feature_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.section_member-benefits {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.benefit-card {
  grid-row-gap: 0px;
  background-color: var(--base--white);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.benefit-title {
  color: var(--base--navy);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.benefit-icon {
  object-fit: cover;
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
}

.member-description {
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.member-type {
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section_full-memberships {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section_intermediate-memberships {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: var(--base--navy);
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.age-price {
  color: var(--base--navy);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.age-label {
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section_special-memberships {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section_junior {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section-how-to-apply {
  grid-row-gap: 48px;
  background-color: var(--base--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.step-card {
  grid-row-gap: 4px;
  background-color: var(--base--white);
  border: 1px #6ef3b1;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 32px #0000001a;
}

.number-label {
  color: var(--base--navy--80);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.step-title {
  color: var(--base--navy);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.steps-grid {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-open-types {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.open-wrapper {
  flex-flow: column;
  display: flex;
}

.open-type-title {
  color: #102233;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.open-type-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.map {
  align-self: stretch;
  max-width: 50%;
}

.opening-time_label {
  aspect-ratio: auto;
  color: var(--base--navy--80);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.time_value {
  color: var(--base--navy);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.time_value:hover {
  color: var(--base--navy);
}

.opening-times {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.detail-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-get-in-touch {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section-form {
  grid-row-gap: 32px;
  background-color: var(--base--light-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px 120px;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-field {
  color: var(--base--navy--80);
  border: 1px solid #10223333;
  border-radius: 4px;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.form-field.bottom-input {
  margin-bottom: 32px;
}

.success-message {
  background-color: var(--base--white);
  border-radius: 4px;
}

.error-message {
  border-radius: 4px;
}

.section_details {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px 120px;
  text-decoration: none;
  display: flex;
}

.section_event-types {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.section_gallery {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
}

.fs-marquee_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-marquee_list-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 1rem;
  position: relative;
  overflow: clip;
}

.fs-marquee_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  min-width: 0;
  height: auto;
  min-height: 1rem;
  display: flex;
}

.fs-marquee_item {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 386.328px;
  height: auto;
  min-height: 1rem;
  max-height: 270px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-marquee_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 354px;
  height: 100%;
  max-height: 270px;
}

.section_light {
  grid-row-gap: 48px;
  background-color: var(--base--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.section_light.bottom {
  padding-bottom: 120px;
}

.section_dark {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 120px;
  text-decoration: none;
  display: flex;
}

.section_facilities {
  grid-row-gap: 48px;
  background-color: var(--base--navy);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 20px 120px 120px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero_media {
    max-width: 45%;
  }

  .hero_media-item {
    min-width: 0;
  }

  .text_regular.bottom {
    margin-bottom: 0;
  }

  .container.col {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .pricing-card._7-day {
    flex: 0 auto;
    align-self: stretch;
  }

  .pricing-card.intermediate, .pricing-card.junior {
    align-self: stretch;
  }

  .pricing-card._6-day, .pricing-card._5-day, .pricing-card._7-day-int {
    flex: 0 auto;
    align-self: stretch;
  }

  .pricing-card.special {
    align-self: stretch;
  }

  .container-navigation {
    max-width: none;
  }

  .navigation {
    padding: 12px 80px;
  }

  .section_title, .section_cta, .section_information {
    max-width: none;
  }

  .button-3.primary.navy.large.dark {
    flex: 0 auto;
    align-self: auto;
  }

  .text-large {
    color: #fff;
    font-family: Cabinetgrotesk, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
  }

  .cta-header-wrapper {
    max-width: none;
  }

  .image-2 {
    aspect-ratio: 3 / 2;
  }

  .content-wrapper {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .white {
    color: var(--white--80);
  }

  .list-item {
    -webkit-text-stroke-color: var(--white--80);
  }

  .table {
    width: 100%;
  }

  .tier-card.tier {
    flex: 0 auto;
    align-self: stretch;
  }
}

@media screen and (min-width: 1440px) {
  .container.col {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .container.left {
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .pricing-card._7-day, .pricing-card._6-day, .pricing-card._5-day, .pricing-card._7-day-int {
    flex: 1;
  }

  .footer, .section_title, .section_cta, .section {
    padding-left: 180px;
    padding-right: 180px;
  }

  .section.right {
    padding-left: 40px;
  }

  .section.left {
    padding-right: 40px;
  }

  .image-2 {
    max-width: 40%;
  }

  .section_dress-code, .section_clubhouse, .section_find-us, .section_society {
    padding-left: 180px;
    padding-right: 180px;
  }

  .table.membership {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .section_benefits, .section_packages {
    padding-left: 180px;
    padding-right: 180px;
  }

  .section_faqs {
    padding-bottom: 120px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .section_1, .section_opens, .section_member-benefits, .section_full-memberships, .section_intermediate-memberships, .section_special-memberships, .section_junior, .section-how-to-apply, .section-open-types, .section-get-in-touch, .section-form, .section_details, .section_event-types {
    padding-left: 180px;
    padding-right: 180px;
  }

  .section_gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .section_light, .section_dark, .section_facilities {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media screen and (max-width: 991px) {
  .nav_link, .button.primary.blue.large, .button.primary.wide, .button.outline.large {
    width: 100%;
  }

  .section_hero {
    max-width: 100%;
    height: auto;
  }

  .hero_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_content {
    grid-row-gap: 12px;
    max-width: none;
    height: auto;
  }

  .hero_actions {
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .hero_media {
    flex: 0 auto;
    order: -9999;
    width: 100%;
    max-width: 100%;
    height: 400px;
    overflow: clip;
  }

  .hero_media-item {
    object-fit: cover;
    flex: 1 1 0;
    align-self: stretch;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    display: block;
  }

  .hero_media-item.right {
    object-fit: fill;
    flex: 1 1 0;
    align-self: stretch;
    height: auto;
  }

  .hero_stats-grid-grid_4col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .stat-card {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding: 40px 80px;
  }

  .text_regular.without-padding.short {
    max-width: none;
  }

  .section_why {
    max-width: 100%;
    padding: 80px;
  }

  .container {
    grid-row-gap: 32px;
  }

  .container.hero {
    padding: 88px 80px 80px;
  }

  .container.visitor {
    flex-flow: column;
  }

  .container.col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .container.col.intermediate {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.left {
    grid-row-gap: 28px;
  }

  .feature_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .feature_card {
    padding: 24px;
  }

  .feature_card.secondary {
    background-color: var(--base--light-blue);
    background-image: none;
  }

  .feature_media {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .section_history {
    padding: 80px;
  }

  .history_bg {
    z-index: 0;
    background-image: none;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .logo {
    opacity: .02;
    max-width: none;
    height: auto;
  }

  .section_membership {
    max-width: 100%;
    padding: 80px;
  }

  .pricing_grid-grid_4col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .pricing-card._7-day {
    grid-row-gap: 0px;
    padding: 30px 24px 24px;
  }

  .pricing-card.intermediate, .pricing-card.junior, .pricing-card.cub {
    padding: 30px 24px 24px;
  }

  .pricing-card._6-day, .pricing-card._5-day, .pricing-card._7-day-int {
    grid-row-gap: 0px;
    padding: 30px 24px 24px;
  }

  .pricing-card.special {
    padding: 30px 24px 24px;
  }

  .pricing_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .section_visitors {
    max-width: 100%;
  }

  .visitors_panel {
    padding: 80px;
  }

  .visitors_media {
    aspect-ratio: 3 / 2;
    order: -9999;
    max-width: none;
  }

  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer_top {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer_brand_logo {
    justify-content: center;
    align-items: flex-start;
  }

  .footer_3-col {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_about, .about_content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .text_muted {
    text-align: center;
    max-width: 100%;
  }

  .footer_links {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link {
    text-align: center;
  }

  .footer_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer_legal {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .hero_media-grid {
    flex: 0 auto;
    width: 100%;
    height: 100%;
  }

  .media-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: clip;
  }

  .footer_col-right {
    width: 100%;
  }

  .menu_links.margin_right {
    width: 100%;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-buttons {
    display: none;
  }

  .container-navigation {
    justify-content: space-between;
  }

  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu_buttons {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .lottie-animation {
    color: var(--base--white);
    width: 32px;
    height: 32px;
  }

  .menu-button {
    background-color: var(--base--green);
    border: 1px #e6e6e6;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--base--white);
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_title {
    min-height: auto;
    padding: 120px 80px 40px;
  }

  .cta_content {
    max-width: none;
  }

  .text-lead {
    margin-bottom: 12px;
  }

  .text-lead.without-padding {
    margin-bottom: 0;
  }

  .section_cta {
    flex-flow: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section_cta.society {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section_information {
    flex-flow: column;
  }

  .section {
    padding: 40px 80px;
  }

  .image {
    display: none;
  }

  .button-2.primary.blue.large, .button-2.primary.blue.small, .button-3.primary.navy.large.dark {
    width: 100%;
  }

  .image-2 {
    order: -9999;
    max-width: 100%;
  }

  .section_dress-code {
    max-width: 100%;
    padding: 80px;
  }

  .content-wrapper {
    padding: 0;
  }

  .section_clubhouse, .section_find-us, .section_society {
    max-width: 100%;
    padding: 80px;
  }

  .button-wrapper.room-hire {
    flex-flow: column;
  }

  .table {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .section_benefits, .section_packages {
    max-width: 100%;
    padding: 80px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .faq-column, .faq-content-wrap {
    width: 100%;
  }

  .section_faqs, .section_1 {
    max-width: 100%;
    padding: 80px;
  }

  .tier-card.tier {
    grid-row-gap: 0px;
    padding: 30px 24px 24px;
  }

  .section_opens {
    max-width: 100%;
    padding: 80px;
  }

  .event-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .event_icon {
    align-self: auto;
    max-width: none;
  }

  .top-info-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .membership-cta-wrapper {
    width: 100%;
  }

  .membership-feature_grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section_member-benefits {
    max-width: 100%;
    padding: 80px;
  }

  .benefit-card {
    padding: 24px;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .section_full-memberships, .section_intermediate-memberships, .section_special-memberships, .section_junior, .section-how-to-apply {
    max-width: 100%;
    padding: 80px;
  }

  .steps-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-3, .image-4, .image-5 {
    transform: rotate(90deg);
  }

  .section-open-types {
    max-width: 100%;
    padding: 80px;
  }

  .detail-wrapper {
    width: 100%;
  }

  .section-get-in-touch, .section-form, .section_details, .section_event-types {
    max-width: 100%;
    padding: 80px;
  }

  .section_gallery {
    max-width: 100%;
    min-height: 200px;
    padding: 0;
  }

  .fs-marquee_instance {
    flex: 1;
    align-self: auto;
    max-height: 300px;
  }

  .fs-marquee_list-wrapper {
    align-self: stretch;
  }

  .fs-marquee_list {
    height: 100%;
  }

  .fs-marquee_item {
    aspect-ratio: 3 / 2;
    width: auto;
    height: 100%;
  }

  .fs-marquee_image {
    width: auto;
  }

  .section_light, .section_dark {
    max-width: 100%;
    padding: 80px;
  }

  .section_facilities {
    max-width: 100%;
    padding: 20px 80px 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero_content {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_kickers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hero_kickers.stat {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading.h2, .heading.h2.white.left {
    font-size: 28px;
  }

  .heading.h1 {
    text-align: center;
    font-size: 40px;
  }

  .heading.h1.white.left {
    text-align: left;
  }

  .heading.h2 {
    font-size: 28px;
  }

  .text {
    text-align: center;
    text-decoration: none;
  }

  .hero_media {
    max-width: 100%;
    height: 300px;
  }

  .hero_media-item, .hero_media-item.right {
    max-width: 100%;
  }

  .hero_stat-number, .hero_stat-label {
    text-align: center;
  }

  .stat-card {
    justify-content: center;
    align-items: center;
    padding: 24px 20px;
  }

  .text_regular.large, .text_bold.large {
    font-size: 16px;
  }

  .section_why {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .container {
    grid-row-gap: 20px;
  }

  .container.hero {
    padding-bottom: 48px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.col {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .container.col.intermediate {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .feature_title {
    font-size: 20px;
  }

  .section_history, .section_membership, .visitors_panel {
    padding: 48px 40px;
  }

  .container-main {
    grid-row-gap: 20px;
  }

  .footer {
    padding: 48px 40px;
  }

  .footer_copyright {
    text-align: center;
  }

  .hero_media-grid {
    max-width: 100%;
  }

  .media-wrapper {
    max-width: 30%;
  }

  .hero_kickers-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    width: 20px;
    height: 20px;
  }

  .menu-button {
    width: 36px;
    height: 36px;
  }

  .section_title {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_cta, .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.right {
    padding-left: 40px;
  }

  .section.left {
    padding-right: 40px;
  }

  .image {
    display: none;
  }

  .text_bold-2.large {
    font-size: 16px;
  }

  .button-3.primary.navy {
    width: 100%;
  }

  .text_regular-3.large {
    font-size: 16px;
  }

  .image-2 {
    order: -9999;
    max-width: 100%;
  }

  .section_dress-code {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section_clubhouse, .section_find-us, .section_society, .section_benefits {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .section_packages {
    padding: 48px 40px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .section_faqs, .section_1 {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .section_opens {
    padding: 48px 40px;
  }

  .section_member-benefits {
    grid-row-gap: 28px;
    padding: 48px 40px;
  }

  .benefit-title {
    font-size: 20px;
  }

  .section_full-memberships, .section_intermediate-memberships, .section_special-memberships, .section_junior, .section-how-to-apply {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .step-title {
    font-size: 20px;
  }

  .section-open-types, .section-get-in-touch, .section-form, .section_details, .section_event-types {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .section_gallery {
    grid-row-gap: 32px;
    min-height: 150px;
    padding: 48px 0;
  }

  .fs-marquee_instance {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .fs-marquee_item {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section_light, .section_dark {
    grid-row-gap: 32px;
    padding: 48px 40px;
  }

  .section_facilities {
    padding: 20px 40px 48px;
  }

  .list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .brand_logo {
    display: none;
  }

  .button.primary.navy.wide, .button.primary.navy2.wide {
    text-align: center;
    white-space: nowrap;
    line-height: 140%;
  }

  .hero_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .hero_content {
    grid-row-gap: 8px;
  }

  .hero_kickers {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: none;
  }

  .hero_kickers.stat {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .eyebrow {
    text-align: center;
  }

  .eyebrow.left {
    text-align: left;
  }

  .hero_kicker-icon {
    width: 24px;
    height: 24px;
  }

  .heading.h2.white.left {
    text-align: center;
    font-size: 24px;
  }

  .heading.h1 {
    font-size: 28px;
  }

  .heading.h1.white.left {
    text-align: center;
  }

  .heading.h2 {
    font-size: 24px;
  }

  .heading.h2.left {
    text-align: center;
  }

  .heading.h3 {
    text-align: center;
    font-size: 18px;
  }

  .heading.h3.left {
    text-align: left;
    font-size: 16px;
  }

  .hero_stats-grid-grid_4col {
    flex-flow: column;
  }

  .hero_stat-number {
    text-align: center;
    font-size: 20px;
  }

  .hero_stat-label {
    text-align: center;
  }

  .stat-card {
    width: 100%;
    padding: 24px;
  }

  .text_regular.white, .text_regular.without-padding {
    text-align: center;
  }

  .text_regular.without-padding.left {
    text-align: left;
  }

  .section_why {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.hero {
    padding: 40px 24px;
  }

  .section_header.left {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .section_header.left.pricing, .section_header.left.benefits {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .section_history, .section_membership, .visitors_panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-main {
    grid-row-gap: 20px;
  }

  .fees_heading {
    text-align: center;
  }

  .visitors_contact, .contact_phone {
    width: auto;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer_col-left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_address {
    text-align: center;
    font-size: 20px;
  }

  .footer_contact {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_contact-item {
    width: auto;
  }

  .brand_logo-is-white {
    object-fit: fill;
  }

  .text_muted {
    font-size: 16px;
  }

  .media-wrapper {
    display: none;
  }

  .footer_text.white {
    text-align: center;
  }

  .footer_col-right {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_kickers-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
  }

  .navigation {
    padding: 12px 24px;
  }

  .menu_buttons {
    flex-direction: column;
  }

  .section_title {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-lead {
    text-align: center;
  }

  .section_cta, .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.right {
    padding-top: 24px;
    padding-left: 24px;
  }

  .section.left {
    padding-right: 24px;
  }

  .card {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .season_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .season_detail {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .season_img {
    width: 24px;
    height: 24px;
  }

  .season_price {
    justify-content: flex-start;
    align-items: center;
  }

  .price_label {
    font-size: 18px;
  }

  .contact_wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-6 {
    font-size: 16px;
  }

  .image {
    height: 40px;
    display: block;
  }

  .button-3.primary.navy.large.wide-2 {
    white-space: nowrap;
  }

  .button-3.primary.navy.wide, .button-3.primary.green {
    width: 100%;
  }

  .text_regular-4.label.small {
    font-size: 14px;
  }

  .text-large.centred {
    text-align: center;
  }

  .section_dress-code {
    padding: 40px 24px;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .list-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .section_clubhouse, .section_find-us, .section_society {
    padding: 40px 24px;
  }

  .address {
    text-align: center;
    font-size: 20px;
  }

  .table {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .table.membership {
    grid-template-columns: .75fr 1fr;
    place-items: start stretch;
  }

  .section_benefits {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta_contact {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_value {
    font-size: 16px;
  }

  .contact-item {
    width: auto;
  }

  .section_packages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 140%;
  }

  .section_faqs, .section_1 {
    padding: 40px 24px;
  }

  .section_opens {
    padding-left: 24px;
    padding-right: 24px;
  }

  .event-info-wrapper.room-hire {
    grid-column-gap: 8px;
    flex-flow: column;
  }

  .event-label.bold.centre {
    text-align: center;
  }

  .top-info-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .membership-feature_grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section_member-benefits {
    padding-left: 24px;
    padding-right: 24px;
  }

  .member-type {
    font-size: 16px;
  }

  .section_full-memberships, .section_intermediate-memberships {
    padding-left: 24px;
    padding-right: 24px;
  }

  .age-label {
    font-size: 16px;
  }

  .section_special-memberships, .section_junior, .section-how-to-apply {
    padding-left: 24px;
    padding-right: 24px;
  }

  .step-title {
    font-size: 18px;
  }

  .section-open-types {
    padding: 40px 24px;
  }

  .open-type-title {
    text-align: center;
  }

  .open-type-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .opening-times, .detail-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .section-get-in-touch, .section-form, .section_details, .section_event-types {
    padding: 40px 24px;
  }

  .section_gallery {
    padding: 0;
  }

  .fs-marquee_instance {
    max-height: 200px;
  }

  .section_light, .section_dark {
    padding: 40px 24px;
  }

  .section_facilities {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-2, .paragraph {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c19a34a5-2fc1-8165-d18b-1a7a78c3e326-ca4167f9, #w-node-ac39bca8-b3a7-b655-325a-a5707e64a6f8-ca4167f9, #w-node-a0c02496-3b4c-bca9-de2d-490b6295c885-ca4167f9, #w-node-_60c596c7-6392-1553-ab3f-6db818761e64-ca4167f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ── Dropdown nav ─────────────────────────────────────────────────────────── */
.nav_dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.nav_dropdown-toggle {
  background: none;
  border: none;
  margin: 0;
  cursor: pointer;
  color: var(--base--navy);
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding: 20px 8px;
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.nav_dropdown-toggle:hover,
.nav_dropdown-toggle.w--current {
  color: var(--base--mid-blue);
}

.nav_dropdown-arrow {
  font-size: 11px;
  transition: transform 0.18s ease;
  display: inline-block;
}

.nav_dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(16, 34, 51, 0.12);
  padding: 8px 0;
  min-width: 160px;
  z-index: 200;
}

.nav_dropdown:hover .nav_dropdown-menu,
.nav_dropdown:focus-within .nav_dropdown-menu,
.nav_dropdown.is-open .nav_dropdown-menu {
  display: flex;
}

.nav_dropdown:hover .nav_dropdown-arrow,
.nav_dropdown:focus-within .nav_dropdown-arrow,
.nav_dropdown.is-open .nav_dropdown-arrow {
  transform: rotate(180deg);
}

.nav_dropdown-item {
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
  display: block;
}

/* Mobile: expand inline inside the burger menu */
@media (max-width: 991px) {
  .nav_dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav_dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 0 4px 16px;
    border-left: 2px solid var(--base--green);
    margin: 4px 0 8px;
    min-width: 0;
  }

  .nav_dropdown:hover .nav_dropdown-menu,
  .nav_dropdown:focus-within .nav_dropdown-menu,
  .nav_dropdown.is-open .nav_dropdown-menu {
    display: flex;
  }

  .nav_dropdown-item {
    padding: 8px 0;
  }
}
