@charset "UTF-8";
body {
  position: relative;
  background-color: white;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #2F2F2F;
  overflow-x: hidden;
}

html {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

*, :before, :after {
  box-sizing: inherit;
}

/* Disable smooth scrolling when users have prefers-reduced-motion enabled */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
a {
  color: currentColor;
}
a:hover {
  text-decoration-color: currentColor;
}
a :focus {
  outline: none;
  background-color: #CFA954;
  box-shadow: 0 3px #2F2F2F;
  color: white;
  transition: none;
  text-decoration: none;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

br {
  font-family: Arial;
}

time {
  margin: 0;
}

figure {
  margin: 0;
}

hr {
  position: relative;
  margin: 3.125em 0;
}

small {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

b, strong, .bold {
  font-weight: 700;
}

em, i, .italic {
  font-style: italic;
}

svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 1.25rem;
}
ol li {
  padding-left: 1em;
}

dd {
  margin-left: 0;
}

audio,
canvas,
iframe,
img,
video,
svg {
  vertical-align: middle;
}

video {
  background-color: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 2px solid transparent;
  color: #2F2F2F;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

::placeholder {
  color: #2F2F2F;
}

@font-face {
  font-family: "ISABELLAGRAND";
  src: url("fonts/ISABELLA_GRAND_plain_f.woff2") format("woff2");
}
[class*=font-scale-] {
  display: block;
}

h1, h2, h3, h4 {
  color: inherit;
}

h1, h2 {
  font-family: "ISABELLAGRAND", serif;
  font-weight: normal;
}

h1 {
  font-size: 2.625rem;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.333em;
  letter-spacing: 2.5px;
}

h3, h4 {
  font-weight: 600;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-scale-l {
  font-size: 2.625rem;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .font-scale-l {
    font-size: 3rem;
  }
}

.font-scale-m {
  font-size: 1.5rem;
  line-height: 1.333em;
}

.font-scale-s {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.font-scale-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.constrain {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.slat {
  margin-top: var(clamp(2.5rem, 2.03rem + 2.35vw, 4.5rem));
  margin-bottom: var(clamp(2.5rem, 2.03rem + 2.35vw, 4.5rem));
}

.module {
  padding: 2.5rem 0;
}
.module--light {
  background-color: #FAF7EE;
}
.module--centered {
  text-align: center;
}
@media (min-width: 992px) {
  .module {
    padding: 4rem 0;
  }
}
.module--timetable {
  padding: 0;
}
.module--timetable:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.module--timetable:last-of-type {
  margin-bottom: 5rem;
}

.module-fixed-image {
  position: relative;
  padding: 3.5rem 0;
}
.module-fixed-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-fixed-image__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.sub-modules > * + * {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .sub-modules > * + * {
    margin-top: 5.625rem;
  }
}

.alternate-modules > * + * {
  margin-top: 2.5rem;
}
@media (min-width: 1240px) {
  .alternate-modules > * + * {
    margin-top: 3.5rem;
  }
}

.grid {
  display: grid;
}
@media (min-width: 768px) {
  .grid {
    grid-gap: 1.5rem;
  }
}
.grid--no-gap {
  gap: 0;
}

@media (min-width: 768px) {
  .sm\:grid-of-one {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .sm\:grid-of-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .md\:grid-of-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .sm\:grid-of-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .md\:grid-of-two-reverse > :nth-child(2n+2) {
    grid-row: 1;
    grid-column: 1/2;
  }
}

@media (min-width: 992px) {
  .md\:grid-of-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .md\:grid-of-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  .lg\:grid-of-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1240px) {
  .lg\:grid-of-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .grid-8\/4 > :nth-child(2n+1), .grid-8\/4 > :nth-child(2n+2) {
    grid-column: 1/-1;
  }
}
@media (min-width: 992px) {
  .grid-8\/4 > :nth-child(2n+1) {
    grid-column: span 8;
  }
  .article:not(.article-body) .grid-8\/4 > :nth-child(2n+1) {
    grid-column: 1/-1;
  }
  .grid-8\/4 > :nth-child(2n+2) {
    grid-column: span 4;
  }
}

.team-grid {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .team-grid {
    grid-template-columns: 380px 1fr;
    gap: 7.75rem;
  }
}

.genre-grid {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .genre-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .alternate-modules .genre-grid:nth-child(odd) figure {
    grid-column: 2/3;
  }
  .alternate-modules .genre-grid:nth-child(odd) div {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media (min-width: 992px) {
  .genre-grid {
    grid-template-columns: 340px 1fr;
    gap: 3.75rem;
  }
  .alternate-modules .genre-grid:nth-child(odd) {
    grid-template-columns: 1fr 340px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  z-index: 7000;
}
.header__content {
  display: flex;
  padding: 1.125rem 0;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header__content {
    justify-content: space-between;
  }
}
.header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #676767;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.header.is-scrolling {
  opacity: 0;
}
.header.nav-reveal {
  opacity: 1;
  background-color: #676767;
  transition: all 0.45s ease;
}

.header__branding {
  position: absolute;
  top: 1rem;
  left: calc(50% - 85px);
  width: 170px;
  z-index: 100;
  transition: all 0.45s ease-in-out;
}
.header__branding a {
  text-align: center;
}
.nav-reveal .header__branding {
  top: 0.5rem;
}
.is-scrolling .header__branding .hide-on-scroll, .nav-reveal .header__branding .hide-on-scroll {
  display: none;
}
.header__branding .show-on-scroll {
  display: none;
  margin: 0 auto;
}
.nav-reveal .header__branding .show-on-scroll {
  display: block;
}

.footer a:hover {
  text-decoration: none;
}

.footer__form {
  padding: 2.5rem 0;
  background-color: #E8D3B3;
}
.footer__form-signup {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .footer__form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer__info {
  padding: 2.5rem 0;
  background-color: #676767;
  color: white;
}
@media (min-width: 992px) {
  .footer__info {
    padding: 4.25rem 0 0;
  }
}

.footer-grid {
  position: relative;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .footer-grid {
    padding-bottom: 250px;
  }
}
@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
  .footer-grid div:not(.footer__branding) {
    grid-column: span 4;
  }
}

.footer__contacts > * + * {
  margin-top: 2.5rem;
}

.menu-footer-container {
  margin: 1.5rem 0 0.5rem;
}
@media (min-width: 992px) {
  .menu-footer-container {
    margin-top: 3.25rem;
  }
}

.footer__branding {
  width: 210px;
}
.footer__branding img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__branding {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__branding {
    grid-column: 10/13;
    justify-self: flex-end;
  }
}

.nav-list, .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.5s linear;
  z-index: 1003;
}
.navigation-trigger__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  background-color: white;
  transition-property: background-color, transform;
  transition-duration: 300ms;
}
.navigation-trigger__icon:before, .navigation-trigger__icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  background: #FFFFFF;
  transition-property: margin, transform;
  transition-duration: 300ms;
}
.navigation-trigger__icon:before {
  margin-top: -10px;
}
[aria-expanded=true] .navigation-trigger__icon:before {
  margin-top: 0;
  transform: rotate(45deg);
  background-color: white;
}
.navigation-trigger__icon:after {
  margin-top: 10px;
}
[aria-expanded=true] .navigation-trigger__icon:after {
  margin-top: 0;
  transform: rotate(-45deg);
  background-color: white;
}
[aria-expanded=true] .navigation-trigger__icon {
  background-color: transparent;
}
@media (min-width: 992px) {
  .navigation-trigger {
    display: none;
  }
}

.navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
.navigation a:not(.btn) {
  text-decoration: none;
}
.navigation a:not(.btn):hover, .navigation a:not(.btn)[aria-current] {
  color: #E8D3B3;
}
@media (max-width: 1023px) {
  .navigation {
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    height: 100%;
    background-color: #676767;
    transition: opacity 0.3s ease-in-out;
  }
  .navigation:not(.js-visible) {
    opacity: 0;
    visibility: hidden;
  }
}
.navigation__inner {
  display: flex;
  flex-direction: column;
}
.navigation__inner > * + * {
  margin-top: 1.5rem;
}
@media (max-width: 1023px) {
  .navigation__inner {
    margin-top: 200px;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .js-visible .navigation__inner {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navigation__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navigation__inner > * + * {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.navigation .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  color: white;
}
@media (min-width: 992px) {
  .navigation .menu {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
    height: auto;
  }
}
.navigation .menu a {
  display: flex;
  justify-content: center;
  padding: 0.125rem 0.75rem;
  text-decoration: none;
  font-size: 1.375rem;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .navigation .menu a {
    color: white;
  }
}
@media (min-width: 992px) {
  .navigation .menu a {
    padding: 0;
    font-size: 1rem;
  }
}

.navigation__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .navigation__menu {
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .menu-header-container {
    display: flex;
    align-items: center;
  }
}

.menu-header-secondary {
  gap: 2rem;
}
@media (max-width: 1023px) {
  .menu-header-secondary {
    display: flex;
    margin: 1.5rem auto 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    text-align: center;
  }
  .menu-header-secondary .primary-email {
    order: -1;
  }
  .menu-header-secondary > *:last-child {
    margin-top: 2rem;
  }
}

input {
  font-family: "DM Sans", sans-serif;
}
input.button {
  padding: 0.75rem 1rem;
  background-color: #2F2F2F;
  color: white;
}
input[type=text], input[type=email] {
  padding: 1rem;
  border-color: #767676;
}

.btn {
  -webkit-appearance: none;
  display: inline-flex;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: 2px solid transparent;
  color: #2F2F2F;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding: 0.625rem 1.5rem;
}

.button-group {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.button-group--centered {
  justify-content: center;
}

.btn--inverse {
  border-color: white;
  color: white;
}
.btn--inverse:hover {
  background-color: white;
  color: #2F2F2F;
}

.scroll-btn {
  width: 2.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
  transition: bottom 0.45s ease-in-out;
  z-index: 100;
}

.cards {
  margin-top: 3.125rem;
}

.card__image {
  margin-bottom: 1.625rem;
}

.page-link {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  color: #A08629;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.page-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.625rem);
  width: 1.25rem;
  height: 2px;
  background-color: currentColor;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .page-link:hover {
    color: #2F2F2F;
  }
  .page-link:hover:after {
    left: 0;
    width: 100%;
    background-color: #2F2F2F;
  }
}
.page-link.text-gold-50:after {
  background-color: #E8D3B3;
}
.page-link--inverse {
  color: #E8D3B3;
}
.page-link--inverse:after {
  color: white;
}
.page-link--inverse:hover {
  color: white;
}
@media (min-width: 768px) {
  .page-link {
    margin-top: 2.5rem;
  }
}

.toggle-content-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: #A08629;
  font-weight: 600;
  text-decoration: none;
}
.toggle-content-link[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.genres-list > ul {
  margin: 2.5rem 0;
  padding: 0;
  list-style-type: none;
  color: white;
}
.genres-list > ul li {
  font-family: "ISABELLAGRAND", serif;
  font-size: 2.625rem;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .genres-list > ul li {
    font-size: 3rem;
  }
}

.input-field {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid #767676;
}

.feature-font {
  font-family: "ISABELLAGRAND", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.module-heading {
  margin: 0 0 2.5rem;
}

.section-label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
}

.lede {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.wysiwyg {
  font-size: 1rem;
  line-height: 1.625em;
}
.wysiwyg h2:first-of-type {
  margin-top: 0;
}
.wysiwyg h2 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.wysiwyg h4 {
  margin-bottom: 0;
}
.wysiwyg p:has(+ h2) {
  margin-bottom: 2rem;
}
.wysiwyg p:has(+ h3) {
  margin-bottom: 1.5rem;
}
.wysiwyg p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.unstyled ul, .unstyled ol, .unstyled p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .emphasis-text {
    max-width: 24ch;
  }
}

.meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.max-char {
  max-width: 65ch;
}

.quotes {
  position: relative;
  font-weight: 500;
  quotes: "“" "”" "‘" "’";
}
.quotes:before, .quotes:after {
  font-size: 3rem;
  line-height: 1;
}
.quotes:before {
  position: absolute;
  left: 0;
  top: -2rem;
  content: open-quote;
}
@media (min-width: 992px) {
  .quotes:before {
    left: -1.75rem;
    top: 0.375rem;
  }
}
.quotes:after {
  content: close-quote;
  margin-left: 0.5rem;
  vertical-align: -1.75rem;
}
@media (min-width: 992px) {
  .quotes:after {
    vertical-align: -0.85rem;
  }
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  pointer-events: none;
}
.icon--sm {
  font-size: 1rem;
}
.icon--md {
  font-size: 1.5rem;
}
.icon--lg {
  font-size: 2rem;
}

.icon-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
}

.social {
  display: flex;
  align-items: center;
}
.navigation .social {
  margin-top: -3px;
}

.social__icons {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 0 0 2rem;
  padding: 0;
  list-style-type: none;
}

.social__icon-link {
  display: block;
  color: white;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.social__icon-link:hover {
  color: #CFA954;
}

.rotating-graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: graphicAnimation;
}
.rotating-graphic--flipped img {
  transform: scaleX(-1);
}
.rotating-graphic img {
  object-fit: contain;
  object-position: center;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #676767;
  min-height: 70vh;
  max-height: 800px;
  padding: 0 0 2rem;
  color: white;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .hero--shallow {
    min-height: auto;
    height: 620px;
  }
}
.hero__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-top: 160px;
  z-index: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding: 0;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 79px;
    padding-bottom: 3rem;
  }
}

.billboard__image {
  position: relative;
  max-width: 480px;
  height: auto;
  justify-self: center;
  align-self: center;
}
.grid--reverse .billboard__image {
  order: 2;
}
.billboard__image-top {
  position: relative;
  z-index: 2;
}

.billboard__content {
  display: flex;
  align-items: center;
}

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 1.25rem 1rem;
  background-color: #2F2F2F;
  color: white;
  z-index: 100000;
}
@media (min-width: 992px) {
  .cookie-bar {
    padding: 1.5rem 1rem;
  }
}
.cookie-bar__notice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cookie-bar__notice p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cookie-bar__notice {
    flex-direction: row;
    align-items: center;
  }
  .cookie-bar__notice p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    max-width: 60%;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 2px solid #f4e9d9;
}
.table caption {
  caption-side: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: "ISABELLAGRAND", serif;
  font-size: 1.5rem;
  line-height: 1.333em;
  letter-spacing: 2.5px;
}
.table thead {
  display: none;
}
.table tbody {
  border-left: 2px solid #f4e9d9;
  border-right: 2px solid #f4e9d9;
}
.table th, .table td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  font-weight: 400;
}
.table--striped tbody tr:nth-child(2n+1) th,
.table--striped tbody tr:nth-child(2n+1) td {
  background-color: #f4e9d9;
}
.table .description {
  font-weight: 700;
}
@media (max-width: 767px) {
  .table--list {
    display: block;
  }
  .table--list tbody, .table--list tr {
    position: static;
    display: block;
    overflow: visible;
    visibility: visible;
  }
  .table--list tbody:before, .table--list tbody:after, .table--list tr:before, .table--list tr:after {
    content: "";
    display: table;
  }
  .table--list tbody:after, .table--list tr:after {
    clear: both;
  }
  .table--list th, .table--list td {
    float: left;
    width: 100%;
  }
  .table--list th {
    padding-top: 1.125rem;
  }
  .table--list td:last-of-type {
    padding-bottom: 1.125rem;
  }
  .table--list th:before, .table--list td:before {
    display: block;
    padding-bottom: 0.5rem;
    content: attr(data-thead);
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .table .time {
    width: 25%;
  }
  .table .description {
    width: 60%;
  }
  .table .cost {
    width: 15%;
  }
}

.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}

.clip-path-circle {
  clip-path: circle(50%);
}

@media (min-width: 992px) {
  .sticky {
    position: sticky;
    top: 120px;
  }
}

.bordered-content + .bordered-content {
  padding-top: 3.5rem;
  border-top: 1px solid #E0E0E0;
}

.z-10 {
  position: relative;
  z-index: 10;
}

.relative {
  position: relative;
}

.max-w-xs {
  max-width: 20rem;
} /* 320px */
.max-w-sm {
  max-width: 24rem;
} /* 384px */
.max-w-md {
  max-width: 28rem;
} /* 448px */
.max-w-lg {
  max-width: 32rem;
} /* 512px */
.max-w-xl {
  max-width: 36rem;
} /* 576px */
.max-w-2xl {
  max-width: 42rem;
} /* 672px */
.max-w-3xl {
  max-width: 48rem;
} /* 768px */
.max-w-4xl {
  max-width: 56rem;
} /* 896px */
.max-w-5xl {
  max-width: 64rem;
} /* 1024px */
.max-w-6xl {
  max-width: 72rem;
} /* 1152px */
.max-w-7xl {
  max-width: 80rem;
} /* 1280px */
.text-gold {
  color: #CFA954;
}

.text-bold {
  font-weight: 700;
}

.text-white {
  color: white;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

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

.mb-1 {
  margin-bottom: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.image-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hidden {
  display: none !important;
}

.collapsible-content {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.75s ease-in-out;
}
.collapsible-content__inner {
  overflow: hidden;
}
.collapsible-content:not(.js-visible) {
  grid-template-rows: 0fr;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

@media (min-width: 992px) {
  .md\:flex-col {
    flex-direction: column;
  }
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.align-top {
  align-self: flex-start;
}

.align-end {
  align-items: flex-end;
}

.fill-white {
  fill: white;
}

.fill-deep-gold {
  fill: #A08629;
}

.bg-deep-gold {
  background-color: #A08629;
}

.bg-elite-gold {
  background-color: #CFA954;
}

.bg-elite-gold-tint {
  background-color: #E0E0E0;
}

.bg-elite-black {
  background-color: #2F2F2F;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.image-block {
  position: relative;
  z-index: 1;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: white;
}

.text-gold-50 {
  color: #E8D3B3;
}

.track-heading {
  letter-spacing: 2.5px;
}

.semibold {
  font-weight: 600;
}

@keyframes graphicAnimation {
  from {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
