/**
 * Theme Name: The Cluster
 * Author: James Brunwin
 * Version: 0.1
 * Description: 
 */


@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  transition: all 0.4s ease;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active, html.wf-inactive {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 30px 0;
  line-height: 1.3rem;
  font-weight: 400;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

h1, h2 {
  font-weight: 600;
}

h1 {
  font-size: 92px;
  line-height: 92px;
}

h2 {
  font-size: 46px;
  line-height: 56px;
}

h3 {
  line-height: 32px;
  font-size: 30px;
}

h5 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

h6 {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

p {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}

strong {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 783px) {
  h1 {
    font-size: 13vw;
    line-height: 14vw;
  }

  h3 {
    line-height: 30px;
    font-size: 22px;
  }
}
body {
  font-family: "Radio Canada Big", sans-serif;
  background: #fff;
  color: #222;
  position: relative;
  transition: all 0.3s ease;
}
body > section {
  overflow: hidden;
}
body.loaded #loading {
  opacity: 0;
  pointer-events: none;
}
body.loaded #site-container {
  opacity: 1;
  pointer-events: auto;
}

#site-container {
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
#site-container:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: black;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
#site-container > section {
  overflow: hidden;
}

#wpadminbar {
  position: fixed;
}

.container {
  max-width: 1500px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 50px;
}
.container.medium, .container.small {
  max-width: 1090px;
}

.wpconsent-banner-holder.wpconsent-banner-long .wpconsent-banner {
  background: black !important;
}

.content ul {
  list-style: square;
  list-style-position: outside;
  margin-left: 1em;
  line-height: 30px;
  font-size: 22px;
}
.content ul li {
  margin: 15px 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
}
.content a:not(.button) {
  color: #4ebaaf;
  text-decoration: underline;
}
.content a:not(.button):hover {
  text-decoration: none;
}

.button,
.frm_style_formidable-style.with_frm_style button[type="submit"] {
  border: 2px solid #222;
  background: #222;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 26px;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
.button.small,
.frm_style_formidable-style.with_frm_style button[type="submit"].small {
  font-size: 18px;
  padding: 12px 25px;
}
.button:hover, .button:focus,
.frm_style_formidable-style.with_frm_style button[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style button[type="submit"]:focus {
  background: #fff;
  color: #222;
  border-color: #222;
}
.button.button-white,
.frm_style_formidable-style.with_frm_style button[type="submit"].button-white {
  background-color: #fff;
  color: #222;
  border-color: #fff;
}

.frm_style_formidable-style.with_frm_style button[type="submit"] {
  padding: 10px 35px;
  font-size: 18px;
}

.bg-black,
.background-black {
  background-color: #222;
  color: #fff;
}

.bg-light-grey,
.background-light-grey {
  background: #f7f7f7;
}

body.single-event li.menu-item-100 a {
  font-weight: 700 !important;
  text-decoration: underline !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.6s ease;
}
#loading .video {
  max-width: 500px;
}
#loading .video video {
  max-width: 500px;
}

#event-filter-form {
  padding-bottom: 50px;
}
#event-filter-form select {
  padding: 15px 20px;
  background: white;
  border: 2px solid black;
  border-radius: 30px;
  color: black;
  font-size: 18px;
  text-align: center;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: transparent;
  color: #222;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #ddd;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.pagination .page-numbers.current {
  background-color: #222;
  color: #fff;
  pointer-events: none;
  border-color: #222;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  font-weight: bold;
}

@media (max-width: 783px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.map-section {
  width: 100%;
  height: 400px;
}
.map-section .google-map {
  width: 100%;
  height: 100%;
}

/*
 *  Owl Carousel - Core
 */
.carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform: translateY(-50%);
}
.carousel .owl-nav button {
  border: 1px solid black;
  pointer-events: auto;
}
.carousel .owl-nav button.owl-prev, .carousel .owl-nav button.owl-next {
  border: 1px solid black !important;
  display: block;
  border-radius: 50%;
  position: relative;
  width: 60px;
  height: 60px;
}
.carousel .owl-nav button.owl-prev svg, .carousel .owl-nav button.owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel .owl-wrapper,
.carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.carousel .owl-item img {
  display: block;
  width: 100%;
}
.carousel .owl-nav.disabled,
.carousel .owl-dots.disabled {
  display: none;
}
.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next,
.carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel .owl-nav button.owl-prev,
.carousel .owl-nav button.owl-next,
.carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.carousel.owl-loaded {
  display: block;
}
.carousel.owl-loading {
  opacity: 0;
  display: block;
}
.carousel.owl-hidden {
  opacity: 0;
}
.carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.carousel.owl-rtl {
  direction: rtl;
}
.carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #fff;
  z-index: 49;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
#main-header:after {
  content: '';
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
  height: 25px;
  background: white;
  -webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 62.67%, 10% 52.67%, 20% 41.42%, 30% 50%, 40% 62.33%, 50% 55.3%, 60% 42.08%, 70% 47.46%, 80% 61.35%, 90% 57.72%, 100% 43.37%);
          clip-path: polygon(100% 0%, 0% 0%, 0% 62.67%, 10% 52.67%, 20% 41.42%, 30% 50%, 40% 62.33%, 50% 55.3%, 60% 42.08%, 70% 47.46%, 80% 61.35%, 90% 57.72%, 100% 43.37%);
}
#main-header > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 50px;
}
#main-header .hamburger {
  display: none;
}
#main-header .hamburger svg {
  display: block;
  width: 48px;
  height: auto;
}
#main-header .main-logo img {
  max-width: 240px;
  height: auto;
}
#main-header #menu-item-290 > a {
  font-weight: 400 !important;
  text-decoration: none !important;
}
#main-header ul {
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 40px;
}
#main-header ul a:not(.button) {
  color: #222;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}
#main-header ul a:not(.button):hover {
  text-decoration: underline;
}
#main-header ul li.current-menu-item a {
  font-weight: 700;
  text-decoration: underline;
}
#main-header .header-links ul {
  gap: 20px;
}
#main-header .header-links ul a:not(.button) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
#main-header svg {
  display: none;
}

body.admin-bar #main-header {
  top: 32px;
}

@media (max-width: 1300px) {
  #main-header .main-logo img {
    max-width: 170px;
  }
  #main-header ul a:not(.button) {
    font-size: 18px;
  }
  #main-header .button {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media (max-width: 1100px) {
  #main-header .phone-number span {
    display: none;
  }
}
@media (max-width: 960px) {
  #main-header .header-nav,
  #main-header .header-links {
    display: none;
  }
  #main-header .hamburger {
    display: block;
  }
}
@media (max-width: 783px) {
  body.admin-bar #main-header {
    top: 46px;
  }
}
#main-header .header-profile-link {
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #222;
  border-radius: 999px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 46px;
  transition: background .2s ease, color .2s ease;
}
#main-header .header-profile-link svg {
  display: block;
  fill: currentColor;
  height: 22px;
  width: 22px;
}
#main-header .header-profile-link:hover, #main-header .header-profile-link:focus-visible {
  background: #222;
  color: #fff;
  text-decoration: none;
}

.main-footer {
  background: #222;
  position: relative;
  padding: 50px 0 30px;
  overflow: hidden;
}
.main-footer > .container:first-child {
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.main-footer .footer-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.main-footer .footer-middle {
  width: 180px;
}
.main-footer .footer-middle img {
  max-width: 100%;
  height: auto;
}
.main-footer .main-logo {
  max-width: 350px;
}
.main-footer .main-logo img {
  max-width: 100%;
}
.main-footer .contact-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.main-footer .contact-details .contact-detail {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  color: white;
  gap: 10px;
  font-size: 20px;
  line-height: 24px;
  max-width: 340px;
  text-decoration: none;
  font-weight: 500;
  -ms-flex-align: center;
      align-items: center;
}
.main-footer .contact-details .contact-detail img {
  max-width: 50px;
}
.main-footer .contact-details a:hover {
  text-decoration: underline;
}
.main-footer .footer-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  -ms-flex-align: center;
      align-items: center;
}
.main-footer .footer-nav ul {
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 20px 50px;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.main-footer .footer-nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 22px;
}
.main-footer .footer-nav ul li.current-menu-item a {
  font-weight: 700;
  text-decoration: underline;
}
.main-footer .footer-nav .button {
  background: #fff;
  border-color: #fff;
  color: #222;
}
.main-footer .footer-bottom {
  color: #fff;
  margin-top: 30px;
}
.main-footer .footer-bottom > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.main-footer .footer-bottom .social-icons {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main-footer .footer-bottom .social-icons .social-icon img {
  max-width: 50px;
}
.main-footer .footer-bottom p {
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  margin: 0px;
}
.main-footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.main-footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 1300px) {
  .main-footer .footer-nav ul li a {
    font-size: 18px;
  }
  .main-footer .button {
    font-size: 16px;
    padding: 10px 30px;
  }
}
@media (max-width: 1130px) {
  .main-footer > .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-footer .footer-bottom > .container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 30px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (max-width: 830px) {
  .main-footer .footer-nav,
  .main-footer .footer-nav ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.partner-logos {
  background-color: #fff;
  padding: 50px 0px;
  text-align: center;
}
.partner-logos .logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  gap: 50px;
}
.partner-logos .logo-container * {
  color: black;
  text-decoration: none;
  margin: 0;
}
.partner-logos .logo-container > a {
  -ms-flex: 1;
      flex: 1;
}
.partner-logos .logo-container h1, .partner-logos .logo-container h2, .partner-logos .logo-container h3, .partner-logos .logo-container h4, .partner-logos .logo-container h5, .partner-logos .logo-container h6, .partner-logos .logo-container p {
  margin: 0;
  margin-bottom: 15px;
}
.partner-logos .logo-container img {
  max-height: 160px;
  max-width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: all 0.3s ease;
}
.partner-logos .logo-container img:hover {
  scale: 1.06;
}

#sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
  max-height: 100%;
  overflow-y: scroll;
  opacity: 1;
  transition: all 0.4s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center;
  pointer-events: none;
  gap: 50px;
}
#sidebar .sidebar-logo {
  padding: 20px;
}
#sidebar .sidebar-logo a {
  display: block;
  text-align: center;
}
#sidebar .sidebar-logo img {
  max-width: 220px;
  width: 100%;
}
#sidebar .sidebar-nav a {
  font-size: 28px;
  color: black;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
}
#sidebar .sidebar-links {
  padding-bottom: 30px;
}
#sidebar .sidebar-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
}
#sidebar .sidebar-links li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#sidebar .sidebar-links .phone-number a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  color: black;
  text-decoration: none;
  font-size: 20px;
}

body.mobile-menu-open {
  overflow: hidden;
}
body.mobile-menu-open #site-container:after {
  opacity: 0.8;
}
body.mobile-menu-open #site-container * {
  pointer-events: none;
}
body.mobile-menu-open:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  z-index: 96;
}
body.mobile-menu-open #sidebar {
  opacity: 1;
  right: 0;
  pointer-events: auto;
}

#sidebar .sidebar-profile-link {
  -ms-flex-align: center;
      align-items: center;
  color: #222;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  gap: 10px;
  text-decoration: none;
  font-weight: bold;
}
#sidebar .sidebar-profile-link svg {
  border: 2px solid currentColor;
  border-radius: 999px;
  fill: currentColor;
  height: 24px;
  padding: 8px;
  width: 24px;
}

section.content-section {
  padding: 50px 0;
}
section.content-section .content {
  max-width: 1000px;
}
section.content-section .content a:not(.button) {
  color: #222;
}
section.content-section .content a:not(.button):hover {
  text-decoration: none;
}
section.content-section .content iframe {
  width: 100%;
}

section.hero-section.blog-hero .post-meta {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  opacity: 0.8;
}

section.hero-section {
  position: relative;
  margin-top: 103px;
  overflow: hidden;
}
section.hero-section > .container {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 80px 0;
}
section.hero-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section.hero-section .background-video .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero-section .background-video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  z-index: 3;
}
section.hero-section .background-video video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: black;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
}
section.hero-section .event-type {
  background: white;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 30px;
}
section.hero-section .event-type span {
  color: #222 !important;
}
section.hero-section .content {
  color: #fff;
  max-width: 600px;
  padding: 50px 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
section.hero-section .content .button:hover {
  background: transparent;
  border-color: white;
  color: white;
}
section.hero-section .hero-booking-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, 0.96);
  color: #222;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}
section.hero-section .hero-booking-cta__content {
  max-width: 430px;
}
section.hero-section .hero-booking-cta__content h2 {
  margin-bottom: 12px;
}
section.hero-section .hero-booking-cta__content p {
  margin-bottom: 0;
}
section.hero-section .hero-booking-cta__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4ebaaf;
}
section.hero-section .hero-booking-cta__features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.hero-section .hero-booking-cta__features li {
  background: #f7f7f7;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
section.hero-section .hero-booking-cta__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.hero-section .hero-booking-cta__link {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
section.hero-section .hero-booking-cta__link:hover, section.hero-section .hero-booking-cta__link:focus {
  text-decoration: none;
}

@media (max-width: 1300px) {
  section.hero-section {
    margin-top: 76px;
  }
}
@media (max-width: 1130px) {
  section.hero-section .content {
    padding: 0;
  }
  section.hero-section .acf-form .acf-fields .acf-field:nth-child(1) {
    padding-right: 0;
  }
  section.hero-section .acf-form .acf-fields .acf-field:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  section.hero-section .acf-form .acf-form-submit {
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  section.hero-section .hero-booking-cta {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  section.hero-section .hero-booking-cta__features {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  section.hero-section .acf-form {
    padding: 50px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  section.hero-section .acf-form .acf-form-submit {
    padding: 30px 0 0 0;
  }
  section.hero-section .acf-form .acf-fields {
    width: 100%;
    display: block;
  }
  section.hero-section .acf-form .acf-fields .acf-field {
    padding: 0px !important;
  }
  section.hero-section .acf-form .acf-fields .acf-field:first-child {
    margin-bottom: 30px;
  }
  section.hero-section .hero-booking-cta {
    padding: 25px;
  }
  section.hero-section .hero-booking-cta__actions {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.icons-section {
  padding: 80px 0;
}
section.icons-section .icon-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 80px;
  margin: 50px 0px;
}
section.icons-section .icon-tiles .icon-tile {
  -ms-flex: calc(33% - 80px);
      flex: calc(33% - 80px);
  min-width: 200px;
}
section.icons-section .icon-tiles .icon-tile h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}
section.icons-section .icon-tiles .icon-tile h3 img {
  width: 100px;
  height: auto;
  margin-left: -25px;
}
section.icons-section .icon-tiles .icon-tile p {
  color: #666666;
}
section.icons-section.per-row-2 .icon-tiles .icon-tile {
  -ms-flex: calc(50% - 80px);
      flex: calc(50% - 80px);
}
@media (max-width: 1400px) {
  section.icons-section {
    padding: 50px 0;
  }
}
@media (max-width: 800px) {
  section.icons-section .icon-tiles .icon-tile * {
    margin: 0;
  }
}

section.splitter-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
section.splitter-section > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  min-height: 350px;
}
section.splitter-section > div.split-image {
  min-height: 400px;
}
section.splitter-section > div.split-left {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
section.splitter-section > div.split-right .content {
  padding-left: 80px;
  padding-right: 50px;
}
section.splitter-section > div.background-black {
  background-color: #222;
  color: #fff;
}
section.splitter-section > div.background-black .faqs .faq {
  border-bottom-color: #fff;
}
section.splitter-section > div.background-black .faqs .question a {
  color: #fff;
}
section.splitter-section .content {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(750px);
  box-sizing: border-box;
  padding: 80px 50px;
  padding-left: 50px;
  padding-right: 10vw;
}
section.splitter-section .content h1 {
  font-size: 80px;
  line-height: 80px;
  word-wrap: break-word;
}
section.splitter-section .content img {
  display: block;
  max-width: 100%;
  height: auto;
}
section.splitter-section .split-image .image,
section.splitter-section .split-video .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
section.splitter-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #222;
  padding: 15px 17px;
}
section.splitter-section .play-button svg {
  width: 66px;
  height: auto;
}
section.splitter-section .play-button svg path {
  fill: #fff;
}
@media (max-width: 1400px) {
  section.splitter-section .content {
    padding: 50px !important;
  }
}
@media (max-width: 960px) {
  section.splitter-section {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  section.splitter-section > div.split-image, section.splitter-section > div.split-video {
    -ms-flex-order: 0;
        order: 0;
  }
  section.splitter-section > div.split-content {
    -ms-flex-order: 2;
        order: 2;
  }
  section.splitter-section > div.split-form {
    -ms-flex-order: 3;
        order: 3;
  }
  section.splitter-section > div.split-right.split-form .content {
    padding-top: 0;
  }
  section.splitter-section .content {
    max-width: 100% !important;
    padding: 50px 30px !important;
  }
}

section.tiles-section {
  padding: 80px 0;
  /* ============================
   * EVENT TILES
   * Full background image, dark overlay, content overlaid
   * ============================ */
  /* ============================
   * BLOG TILES
   * Image on top, card-style text underneath
   * ============================ */
  /* ============================
   * DESK TILES
   * Card-style desks for the Tiles flexible content section
   * ============================ */
  /* ============================
   * PER-ROW MODIFIER
   * ============================ */
  /* ============================
  * RESPONSIVE
  * ============================ */
}
section.tiles-section .tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
  position: relative;
}
section.tiles-section .tiles .coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
  background: #9185be;
  padding: 30px 50px;
  z-index: 5;
  color: #fff;
  width: 100%;
  text-align: center;
}
section.tiles-section .tiles .tile {
  position: relative;
  -ms-flex: 1 1 calc(50% - 25px);
      flex: 1 1 calc(50% - 25px);
  min-width: 400px;
}
section.tiles-section .tiles.event-tiles {
  gap: 50px;
}
section.tiles-section .tiles.event-tiles .tile {
  -ms-flex: 0 1 calc(50% - 25px);
      flex: 0 1 calc(50% - 25px);
}
section.tiles-section .tiles.event-tiles .tile .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section.tiles-section .tiles.event-tiles .tile .image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #222;
  opacity: 0.6;
}
section.tiles-section .tiles.event-tiles .tile.past-event .image {
  opacity: 0.8;
}
section.tiles-section .tiles.event-tiles .tile .event-banner {
  position: relative;
  top: 0;
  z-index: 10;
  background: #4ebaaf;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
section.tiles-section .tiles.event-tiles .tile .event-type {
  background: #fff;
  display: inline-block;
  padding: 10px 15px 10px 40px;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
}
section.tiles-section .tiles.event-tiles .tile .event-type span {
  color: #222 !important;
}
section.tiles-section .tiles.event-tiles .tile .content {
  position: relative;
  z-index: 2;
  padding: 40px;
  padding-top: 120px;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-align: end;
      align-items: flex-end;
}
section.tiles-section .tiles.event-tiles .tile .content .text * {
  color: #fff;
  margin: 5px 0;
}
section.tiles-section .tiles.event-tiles .tile .content .link {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.event-tiles .tile .content .link svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: auto;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.event-tiles .tile > a {
  position: absolute;
  inset: 0;
  z-index: 3;
}
section.tiles-section .tiles.event-tiles .tile:hover .content .link {
  background-color: transparent;
}
section.tiles-section .tiles.event-tiles .tile:hover .content .link svg path {
  fill: #fff;
}
section.tiles-section .tiles.blog-tiles {
  gap: 40px;
  margin-top: 0;
}
section.tiles-section .tiles.blog-tiles .tile {
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
section.tiles-section .tiles.blog-tiles .tile .image {
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section.tiles-section .tiles.blog-tiles .tile .image::after {
  display: none;
}
section.tiles-section .tiles.blog-tiles .tile .content {
  position: relative;
  z-index: 2;
  padding: 24px 24px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  -ms-flex-align: start;
      align-items: flex-start;
}
section.tiles-section .tiles.blog-tiles .tile .content .text * {
  color: #222;
  margin: 4px 0;
}
section.tiles-section .tiles.blog-tiles .tile .content .text h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
section.tiles-section .tiles.blog-tiles .tile .content .text h2 {
  font-size: 34px;
}
section.tiles-section .tiles.blog-tiles .tile .content .text p {
  opacity: 0.9;
}
section.tiles-section .tiles.blog-tiles .tile .content .link {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 2px solid #222;
  background: transparent;
  position: relative;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.blog-tiles .tile .content .link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.blog-tiles .tile .content .link svg path {
  fill: #222;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.blog-tiles .tile > a {
  position: absolute;
  inset: 0;
  z-index: 3;
}
section.tiles-section .tiles.blog-tiles .tile:hover .content .link {
  background: #222;
}
section.tiles-section .tiles.blog-tiles .tile:hover .content .link svg path {
  fill: #fff;
}
section.tiles-section .tiles.desk-tiles {
  gap: 40px;
  margin-top: 0;
}
section.tiles-section .tiles.desk-tiles .tile {
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
section.tiles-section .tiles.desk-tiles .tile.is-unavailable {
  opacity: 0.75;
}
section.tiles-section .tiles.desk-tiles .tile .image {
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
section.tiles-section .tiles.desk-tiles .tile .image::after {
  display: none;
}
section.tiles-section .tiles.desk-tiles .tile .content {
  position: relative;
  z-index: 2;
  padding: 24px 24px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 18px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1;
      flex: 1;
}
section.tiles-section .tiles.desk-tiles .tile .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  width: 100%;
}
section.tiles-section .tiles.desk-tiles .tile .content .text * {
  color: #222;
  margin: 0;
}
section.tiles-section .tiles.desk-tiles .tile .content .text h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
section.tiles-section .tiles.desk-tiles .tile .content .text h2 {
  font-size: 34px;
}
section.tiles-section .tiles.desk-tiles .tile .content .text p {
  opacity: 0.85;
  line-height: 1.55;
}
section.tiles-section .tiles.desk-tiles .tile .content .desk-prices {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin: 6px 0 0;
}
section.tiles-section .tiles.desk-tiles .tile .content .desk-prices div {
  -ms-flex: 1 1 120px;
      flex: 1 1 120px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 12px;
  background: #f8f8f8;
}
section.tiles-section .tiles.desk-tiles .tile .content .desk-prices dt {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 4px;
}
section.tiles-section .tiles.desk-tiles .tile .content .desk-prices dd {
  font-weight: bold;
  margin: 0;
}
section.tiles-section .tiles.desk-tiles .tile .content .link {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 2px solid #222;
  background: transparent;
  position: relative;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.desk-tiles .tile .content .link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: auto;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.desk-tiles .tile .content .link svg path {
  fill: #222;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.desk-tiles .tile > a {
  position: absolute;
  inset: 0;
  z-index: 3;
}
section.tiles-section .tiles.desk-tiles .tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}
section.tiles-section .tiles.desk-tiles .tile:hover .content .link {
  background: #222;
}
section.tiles-section .tiles.desk-tiles .tile:hover .content .link svg path {
  fill: #fff;
}
section.tiles-section.per-row-3 .tiles .tile {
  -ms-flex: 1 1 calc(33.333% - 30px);
      flex: 1 1 calc(33.333% - 30px);
}
@media (max-width: 1200px) {
  section.tiles-section .tiles.event-tiles .tile,
  section.tiles-section .tiles.blog-tiles .tile,
  section.tiles-section .tiles.desk-tiles .tile {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 800px) {
  section.tiles-section .tiles .tile .content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  section.tiles-section .tiles .tile .content .link {
    display: none;
  }
  section.tiles-section .tiles.blog-tiles .tile,
  section.tiles-section .tiles.desk-tiles .tile {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  }
  section.tiles-section .tiles.blog-tiles .tile .content,
  section.tiles-section .tiles.desk-tiles .tile .content {
    padding: 20px 18px 22px;
  }
}

/* Desk tiles carousel */
section.tiles-section .desk-tiles.owl-carousel {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  margin-top: 50px;
}
section.tiles-section .desk-tiles.owl-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
section.tiles-section .desk-tiles.owl-carousel .owl-item {
  display: -ms-flexbox;
  display: flex;
}
section.tiles-section .desk-tiles.owl-carousel .desk-tile {
  min-width: 0;
  width: 100%;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card.is-unavailable {
  opacity: 0.75;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__image {
  aspect-ratio: 4 / 3;
  background: #222;
  display: block;
  overflow: hidden;
  position: relative;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__image:hover img, section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__image:focus img {
  transform: scale(1.04);
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__placeholder {
  background: linear-gradient(135deg, #222, #4ebaaf);
  display: block;
  height: 100%;
  width: 100%;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 24px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 26px;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__eyebrow {
  color: #4ebaaf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card h3 {
  font-size: 26px;
  line-height: 31px;
  margin: 0 0 12px;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card h3 a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card h3 a:hover, section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card h3 a:focus {
  color: #4ebaaf;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__content p:not(.cluster-single-desk-more-card__eyebrow) {
  color: #666;
  margin: 0;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__footer {
  display: grid;
  gap: 20px;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card dl div {
  -ms-flex-align: center;
      align-items: center;
  border-top: 2px solid rgba(34, 34, 34, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 10px;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card dt {
  color: #666;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: uppercase;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card dd {
  color: #222;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
section.tiles-section .desk-tiles.owl-carousel .cluster-single-desk-more-card__actions .button {
  margin: 0;
}
section.tiles-section .desk-tiles.owl-carousel .owl-stage-outer {
  overflow: visible;
}
section.tiles-section .desk-tiles.owl-carousel .owl-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 22px;
  position: relative;
  top: 0;
  transform: none;
}
section.tiles-section .desk-tiles.owl-carousel .owl-nav button {
  -ms-flex-align: center;
      align-items: center;
  background: #222 !important;
  border-radius: 999px;
  color: #fff !important;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.25s ease;
  width: 46px;
}
section.tiles-section .desk-tiles.owl-carousel .owl-nav button:hover, section.tiles-section .desk-tiles.owl-carousel .owl-nav button:focus {
  background: #4ebaaf !important;
}
section.tiles-section .desk-tiles.owl-carousel .owl-nav button.disabled {
  cursor: default;
  opacity: 0.35;
}
section.tiles-section .desk-tiles.owl-carousel .owl-nav svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

section.testimonial-section {
  padding: 50px 0;
}
section.testimonial-section.background-light-grey .testimonials .testimonial {
  background: #fff;
}
section.testimonial-section.background-black .testimonials .testimonial {
  background: #333;
}
section.testimonial-section.background-black .testimonials .testimonial::before, section.testimonial-section.background-black .testimonials .testimonial::after {
  color: #888;
}
section.testimonial-section.background-black .carousel .owl-nav button.owl-prev,
section.testimonial-section.background-black .carousel .owl-nav button.owl-next {
  border-color: #fff !important;
}
section.testimonial-section.background-black .carousel .owl-nav button.owl-prev svg path,
section.testimonial-section.background-black .carousel .owl-nav button.owl-next svg path {
  fill: #fff;
}
section.testimonial-section > .container {
  display: -ms-flexbox;
  display: flex;
}
section.testimonial-section .testimonials {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
section.testimonial-section .testimonials .testimonial {
  background: #f7f7f7;
  padding: 80px 40px;
}
section.testimonial-section .testimonials .testimonial:before, section.testimonial-section .testimonials .testimonial:after {
  content: "“";
  position: absolute;
  top: -40px;
  left: -20px;
  font-size: 200px;
  font-family: "Georgia", sans-serif;
  font-weight: 800;
}
section.testimonial-section .testimonials .testimonial:after {
  content: "”";
  left: auto;
  right: -20px;
}
section.testimonial-section .testimonials .owl-item {
  transition: all 0.6s ease;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.testimonial-section .content {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  padding: 80px;
  padding-left: 0px;
  padding-right: 50px;
  max-width: 350px;
}
@media (max-width: 1400px) {
  section.testimonial-section {
    padding: 50px 0;
  }
}
@media (max-width: 1000px) {
  section.testimonial-section > .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  section.testimonial-section .content {
    -ms-flex: 1;
        flex: 1;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  section.testimonial-section .testimonials {
    margin-top: 50px;
  }
}
@media (max-width: 783px) {
  section.testimonial-section .owl-nav {
    bottom: 0;
    top: auto;
    width: auto;
    left: 50%;
    gap: 20px;
    transform: translateX(-50%);
  }
  section.testimonial-section .testimonial-carousel {
    padding-bottom: 80px;
  }
  section.testimonial-section .testimonials {
    overflow: visible;
  }
  section.testimonial-section .testimonials .testimonial {
    padding: 100px 50px;
  }
  section.testimonial-section .testimonials .testimonial:before {
    left: 0;
  }
  section.testimonial-section .testimonials .testimonial:after {
    right: 0;
  }
}

section.cluster-section {
  position: relative;
  padding: 50px 0;
  background: #f7f7f7;
}
section.cluster-section .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: auto 100%;
  background-position: left center;
  z-index: 1;
  background-repeat: no-repeat;
}
section.cluster-section .content {
  position: relative;
  max-width: 600px;
  width: 50%;
  z-index: 2;
}
@media (max-width: 860px) {
  section.cluster-section .image {
    display: none;
  }
  section.cluster-section .content {
    width: 100%;
    max-width: 100%;
  }
}

section.instagram-section {
  background: #fff;
  padding: 30px 0;
}
section.instagram-section .heading {
  text-align: center;
  padding: 10px 0 30px;
}
section.instagram-section .heading * {
  margin: 5px 0;
}
section.instagram-section .heading a {
  color: #222;
}
section.instagram-section .heading a:hover {
  text-decoration: none;
}

.image-carousel-section {
  position: relative;
}
.image-carousel-section > .image {
  width: 100%;
  height: 66vw;
  background-size: cover;
  background-position: center;
  max-height: 87vh;
  min-height: 320px;
}
.image-carousel-section .image-carousel .image {
  height: 66vw;
  background-size: cover;
  background-position: center;
  max-height: 87vh;
  min-height: 320px;
}
.image-carousel-section .image-carousel .owl-nav {
  max-width: 1500px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 50px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.image-carousel-section .image-carousel .owl-nav button {
  border-radius: 0px;
  border: none !important;
  background: white;
}

.event-fullmap__map {
  width: 100%;
  min-height: 380px;
  height: clamp(380px, 45vh, 560px);
  background: #f3f5f6;
  overflow: hidden;
}

section.logo-carousel-section {
  padding: 80px 0;
}
section.logo-carousel-section .logo-carousel-header {
  margin: 0 0 50px;
  text-align: center;
}
section.logo-carousel-section .logo-carousel-title {
  font-weight: 600;
  margin: 0;
}
section.logo-carousel-section .logo-carousel-subtitle {
  font-weight: 400;
  margin: 0;
  margin-top: 12px;
}
section.logo-carousel-section .logo-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
}
section.logo-carousel-section .logo-carousel-wrapper:before, section.logo-carousel-section .logo-carousel-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
section.logo-carousel-section .logo-carousel-wrapper:before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
section.logo-carousel-section .logo-carousel-wrapper:after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
section.logo-carousel-section .logo-carousel-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  will-change: transform;
}
section.logo-carousel-section .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 56px;
}
section.logo-carousel-section .logo img {
  max-height: 90px;
  width: auto;
  height: auto;
  opacity: 0.85;
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}
section.logo-carousel-section .logo:hover img {
  opacity: 1;
}
section.logo-carousel-section.background-dark .logo-carousel-wrapper:before, section.logo-carousel-section.background-black .logo-carousel-wrapper:before {
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
}
section.logo-carousel-section.background-dark .logo-carousel-wrapper:after, section.logo-carousel-section.background-black .logo-carousel-wrapper:after {
  background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}
section.logo-carousel-section.background-dark .logo img, section.logo-carousel-section.background-black .logo img {
  opacity: 1;
}

section.tiles-section {
  /* ============================
   * PODCAST TILES
   * YouTube embed on top, title underneath
   * ============================ */
  /* ============================
   * RESPONSIVE
   * ============================ */
}
section.tiles-section .tiles.podcast-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile {
  /* 2 across, and NEVER stretch */
  -ms-flex: 0 0 calc(50% - 20px);
      flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  /* 16:9 responsive video */
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #222;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content {
  position: relative;
  z-index: 2;
  padding: 22px 22px 26px;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: end;
      align-items: flex-end;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text {
  -ms-flex: 1;
      flex: 1;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text h2 {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text h2 a {
  color: #222;
  text-decoration: none;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text h2 a:hover {
  text-decoration: underline;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .link {
  display: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border: 2px solid #222;
  background: transparent;
  position: relative;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: auto;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile .content .link svg path {
  fill: #222;
  transition: all 0.25s ease;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile:hover .content .link {
  background: #222;
}
section.tiles-section .tiles.podcast-tiles .podcast-tile:hover .content .link svg path {
  fill: #fff;
}
@media (max-width: 900px) {
  section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  section.tiles-section .tiles.podcast-tiles .podcast-tile {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    max-width: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  }
  section.tiles-section .tiles.podcast-tiles .podcast-tile .content {
    padding: 18px 18px 22px;
  }
  section.tiles-section .tiles.podcast-tiles .podcast-tile .content .text h2 {
    font-size: 18px;
    line-height: 26px;
  }
  section.tiles-section .tiles.podcast-tiles .podcast-tile .content .link {
    display: none;
  }
}

.latest-podcast-section {
  padding: 70px 0;
}
.latest-podcast-section.background-black .latest-podcast-card {
  color: #222;
}
.latest-podcast-section.background-black .latest-podcast-card h1,
.latest-podcast-section.background-black .latest-podcast-card h2,
.latest-podcast-section.background-black .latest-podcast-card h3,
.latest-podcast-section.background-black .latest-podcast-card p,
.latest-podcast-section.background-black .latest-podcast-card span {
  color: #222;
}
.latest-podcast-section .section-header {
  margin-bottom: 26px;
}
.latest-podcast-section .section-header h2 {
  margin: 0;
}
.latest-podcast-section .latest-podcast-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.latest-podcast-section .latest-podcast-media {
  background: #222;
}
.latest-podcast-section .latest-podcast-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.latest-podcast-section .latest-podcast-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.latest-podcast-section .latest-podcast-missing {
  padding: 30px;
  color: #fff;
}
.latest-podcast-section .latest-podcast-missing p {
  margin: 0;
  opacity: 0.9;
}
.latest-podcast-section .latest-podcast-content {
  padding: 34px 34px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 14px;
}
.latest-podcast-section .latest-podcast-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.latest-podcast-section .latest-podcast-meta {
  font-size: 14px;
  opacity: 0.7;
}
.latest-podcast-section .latest-podcast-cta {
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .latest-podcast-section .latest-podcast-card {
    grid-template-columns: 1fr;
  }
  .latest-podcast-section .latest-podcast-content {
    padding: 26px 22px 24px;
  }
  .latest-podcast-section .latest-podcast-title {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .latest-podcast-section {
    padding: 55px 0;
  }
  .latest-podcast-section .latest-podcast-title {
    font-size: 22px;
    line-height: 1.18;
  }
}

body.post-type-archive-podcast .hero-section {
  padding: 32px 0 24px;
  background: none;
  /* inner container (theme dependent, but safe) */
}
body.post-type-archive-podcast .hero-section::before, body.post-type-archive-podcast .hero-section::after {
  display: none;
}
body.post-type-archive-podcast .hero-section .image {
  display: none;
}
body.post-type-archive-podcast .hero-section .container,
body.post-type-archive-podcast .hero-section .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
body.post-type-archive-podcast .hero-section .content {
  padding: 0;
  padding-top: 50px;
  color: #222;
}
body.post-type-archive-podcast .hero-section .content h1,
body.post-type-archive-podcast .hero-section .content h2,
body.post-type-archive-podcast .hero-section .content h3,
body.post-type-archive-podcast .hero-section .content p {
  color: #222;
  margin-top: 0;
  text-shadow: none;
}

/* ============================
 * SINGLE PODCAST
 * ============================ */
section.podcast-single {
  padding: 60px 0;
}
section.podcast-single .podcast-video {
  margin: 0 auto 35px;
  max-width: 1000px;
}
section.podcast-single .podcast-video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #222;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
section.podcast-single .podcast-video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.podcast-single .podcast-content {
  max-width: 900px;
  margin: 0 auto;
}
section.podcast-single .podcast-content *:first-child {
  margin-top: 0;
}

.faqs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}
.faqs .faq {
  border-bottom: 2px solid black;
}
.faqs .faq.open .question a::after {
  transform: translateY(-50%) rotate(45deg);
}
.faqs .question a {
  position: relative;
  display: block;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0px;
}
.faqs .question a::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 35px;
  font-weight: normal;
  transition: all 0.3s ease;
}
.faqs .answer {
  padding: 5px 0 20px;
  display: none;
}
.faqs .answer p {
  font-size: 18px;
  line-height: 24px;
}

.popup {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.popup * {
  pointer-events: none;
}
.popup .video video {
  width: 100%;
}
.popup > .content {
  position: absolute;
  background: #ffffff;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 650px;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  opacity: 0;
  transform: scale(0) translateX(-50%);
  transform-origin: left;
  transition: all 0.5s;
  border-radius: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: none !important;
}
.popup > .content::-webkit-scrollbar {
  display: none;
}
.popup > .content.loading {
  background: #fff;
}
.popup > .content.loading .scroll-area {
  opacity: 0.3;
  pointer-events: none;
}
.popup > .content > h1, .popup > .content > h2, .popup > .content > h3, .popup > .content > h4 {
  padding: 20px;
  margin: 0;
}
.popup > .content > header {
  min-height: auto;
  padding: 20px;
  background: #2a3f50;
}
.popup > .content > header h3 {
  font-size: 20px;
  line-height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.popup > .content > header h3 svg {
  margin-right: 10px;
}
.popup > .content > header h3 svg path {
  fill: #fff;
}
.popup > .content > header * {
  margin: 0;
  color: #fff;
}
.popup > .content > header > *:first-child {
  margin-top: 0;
}
.popup > .content > header > *:last-child {
  margin-bottom: 0;
}
.popup.open {
  opacity: 1;
  pointer-events: auto;
}
.popup.open * {
  pointer-events: auto !important;
}
.popup.open > .content {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
.popup .scroll-area {
  background: #fff;
  position: relative;
  overflow-y: scroll;
  min-height: 0px !important;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.popup .scroll-area .heading {
  padding: 30px 30px 0px;
}
.popup .scroll-area .heading * {
  margin: 0;
}
.popup .scroll-area::-webkit-scrollbar {
  display: none;
}
.popup .scroll-area > form {
  overflow: hidden;
}
.popup .close-button {
  position: absolute;
  float: right;
  top: 0px;
  right: 0;
  padding: 22px;
  font-size: 14px;
  font-weight: bold;
  z-index: 501;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 14px 17px;
  top: 0px;
}
.popup .close-button svg {
  width: 16px;
  height: auto;
}
.popup .close-button svg path {
  fill: #fff;
}

.admin-bar .popup > .content {
  max-height: calc(100% - 88px) !important;
  margin-top: 24px;
}
.admin-bar .popup .scroll-area {
  min-height: calc(100vh - 151px);
}

.popup .with_frm_style .frm_message {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 50px;
  color: black;
}

.popup .with_frm_style .frm_message p {
  color: black;
}

.popup .with_frm_style .frm_message h3 {
  margin-top: 0;
  font-weight: 600;
}

.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea {
  border: 2px solid #222;
  border-width: 2px !important;
  border-radius: 0px;
}

.book-desk-calendar-section {
  margin-top: 103px;
}
.book-desk-calendar-section * {
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .book-desk-calendar-section {
    margin-top: 76px;
  }
}

.cluster-booking[hidden],
.cluster-booking__form[hidden] {
  display: block !important;
}

.cluster-booking.is-hidden,
.cluster-booking__form.is-hidden {
  display: block !important;
}

.cluster-booking {
  margin: 0 auto;
  max-width: 980px;
  padding-top: 30px;
}

.cluster-booking__header--compact {
  margin-bottom: 1.25rem;
  max-width: 680px;
}

.cluster-booking__header h2,
.cluster-booking-step__head h3 {
  margin-bottom: .35rem;
}

.cluster-booking__header p,
.cluster-booking-step__head p {
  margin-top: 0;
}

.cluster-booking-other-options-section {
  background: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-top: 3rem;
  padding: 2rem 0;
  width: 100vw;
}

.cluster-booking-other-options {
  -ms-flex-align: center;
      align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  margin: 0;
}

.cluster-booking-other-options__copy h3 {
  margin: 0 0 .25rem;
}

.cluster-booking-other-options__copy p {
  margin: 0;
}

.cluster-booking-other-options__select-wrap {
  display: grid;
  gap: .35rem;
}

.cluster-booking-other-options__select-wrap span {
  color: #111;
  font-size: .85rem;
  font-weight: 700;
}

.cluster-booking-other-options__select {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #111;
  min-height: 2.8rem;
  padding: .7rem .8rem;
  width: 100%;
}

@media (max-width: 720px) {
  .cluster-booking-other-options {
    grid-template-columns: 1fr;
  }
}
.cluster-booking-steps {
  counter-reset: booking-step;
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.cluster-booking-steps__item button {
  -ms-flex-align: center;
      align-items: center;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  color: #777;
  display: -ms-flexbox;
  display: flex;
  gap: .65rem;
  height: 100%;
  padding: .75rem;
  text-align: left;
  width: 100%;
}

.cluster-booking-steps__item span {
  -ms-flex-align: center;
      align-items: center;
  background: #ddd;
  border-radius: 999px;
  color: #555;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 1.7rem;
      flex: 0 0 1.7rem;
  font-size: .85rem;
  font-weight: 700;
  height: 1.7rem;
  -ms-flex-pack: center;
      justify-content: center;
}

.cluster-booking-steps__item strong {
  display: block;
  font-size: .9rem;
}

.cluster-booking-steps__item.is-active button {
  background: #111;
  border-color: #111;
  color: #fff;
}

.cluster-booking-steps__item.is-active span {
  background: #fff;
  color: #111;
}

.cluster-booking-steps__item.is-complete button {
  background: #f0f8f2;
  border-color: #b8dfc0;
  color: #111;
}

.cluster-booking-steps__item.is-complete span {
  background: #2f8f46;
  color: #fff;
}

.cluster-booking-steps__item.is-clickable button:not(:disabled) {
  cursor: pointer;
}

.cluster-booking-steps__item:not(.is-clickable) button {
  cursor: not-allowed;
  opacity: .65;
}

.cluster-booking__notice {
  background: #f2f2f2;
  margin-bottom: 1rem;
  padding: 1rem;
}

.cluster-booking__notice.is-error {
  background: #fff0f0;
}

.cluster-booking__notice.is-success {
  background: #effaf1;
}

.cluster-booking__form {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 1.25rem;
}

.cluster-booking-step__head {
  margin-bottom: 1rem;
}

.cluster-booking-calendar {
  margin-bottom: 1rem;
}

.cluster-booking-calendar__head {
  -ms-flex-align: center;
      align-items: center;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto 1fr auto;
  margin-bottom: .75rem;
}

.cluster-booking-calendar__head strong {
  color: #111;
  font-size: 1.05rem;
  text-align: center;
}

.cluster-booking-calendar__weekdays,
.cluster-booking-calendar__grid {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-width: 0;
}

.cluster-booking-calendar__weekdays {
  color: #777;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.cluster-booking-calendar__control {
  background: #111;
  border: 0;
  color: #fff;
  cursor: pointer;
  min-width: 2.5rem;
  padding: .75rem;
}

.cluster-booking-date,
.cluster-booking-slot-option,
.cluster-booking-desk {
  background: #fff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  text-align: left;
}

.cluster-booking-date {
  display: grid;
  gap: .15rem;
  min-height: 5rem;
  padding: .65rem;
}

.cluster-booking-date span,
.cluster-booking-date em,
.cluster-booking-date small,
.cluster-booking-slot-option em,
.cluster-booking-desk em {
  color: #777;
  font-size: .8rem;
  font-style: normal;
}

.cluster-booking-date strong,
.cluster-booking-slot-option strong,
.cluster-booking-desk strong {
  color: #111;
  display: block;
}

.cluster-booking-date small {
  background: #111;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 700;
  justify-self: start;
  line-height: 1;
  padding: .2rem .35rem;
  text-transform: uppercase;
}

.cluster-booking-date.is-today:not(.is-selected) {
  border-color: #111;
}

.cluster-booking-date.is-selected,
.cluster-booking-slot-option.is-selected,
.cluster-booking-desk.is-selected {
  border: 2px solid #111;
}

.cluster-booking-date.is-available:not(.is-selected) {
  background: #f7fbf8;
}

.cluster-booking-date.is-outside-month {
  opacity: .55;
}

.cluster-booking-date:disabled,
.cluster-booking-slot-option:disabled {
  background: #f1f1f1;
  color: #999;
  cursor: not-allowed;
}

.cluster-booking.is-loading .cluster-booking-slot-picker,
.cluster-booking.is-loading .cluster-booking__desks,
.cluster-booking.is-loading-dates .cluster-booking-calendar__grid {
  opacity: .45;
  pointer-events: none;
}

.cluster-booking-selected-dates {
  -ms-flex-align: center;
      align-items: center;
  background: #f7fbf8;
  border: 1px solid #d4e8d8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .65rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1rem;
  padding: .75rem .85rem;
}

.cluster-booking-selected-dates > span {
  color: #5f6f64;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-selected-dates__chips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .4rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.cluster-booking-selected-date-chip {
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #cfe2d3;
  color: #111;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 700;
  gap: .35rem;
  min-height: 2rem;
  padding: .35rem .55rem;
}

.cluster-booking-selected-date-chip span {
  color: #5f6f64;
  font-size: 1rem;
  line-height: 1;
}

.cluster-booking-slot-picker {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking-slot-option {
  display: grid;
  gap: .3rem;
  padding: .85rem;
}

.cluster-booking-selected-date {
  background: #f7fbf8;
  border: 1px solid #d4e8d8;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
}

.cluster-booking-selected-date span {
  color: #5f6f64;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-selected-date strong {
  color: #111;
}

.cluster-booking__desks {
  display: grid;
  gap: 1rem;
}

.cluster-booking-desk-date-group {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking-desk-date-group__head {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem;
  grid-column: 1 / -1;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cluster-booking-desk-date-group__title {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem;
}

.cluster-booking-date-pill {
  -ms-flex-align: center;
      align-items: center;
  background: #000;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .35rem;
  min-width: 6.25rem;
  padding: .4rem .7rem;
  text-transform: uppercase;
}

.cluster-booking-date-pill__day,
.cluster-booking-date-pill__month {
  color: inherit;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.cluster-booking-date-pill__date {
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.cluster-booking-desk-date-group__head h4 {
  margin: 0;
}

.cluster-booking-desk-date-group__head > span {
  color: #777;
  font-size: .85rem;
  font-weight: 700;
}

.cluster-booking-desk-date-group > p {
  grid-column: 1 / -1;
}

.cluster-booking-desk {
  -ms-flex-align: stretch;
      align-items: stretch;
  border-color: #d9d9d9;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, background-color .2s ease;
}

.cluster-booking-desk:hover,
.cluster-booking-desk:focus-visible {
  border-color: #111;
  box-shadow: none;
  transform: none;
}

.cluster-booking-desk.is-selected {
  background: #fff;
  border: 2px solid #111;
}

.cluster-booking-desk__media {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #ededed;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  display: block;
  min-height: 135px;
  overflow: hidden;
  position: relative;
}

.cluster-booking-desk__media img,
.cluster-booking-desk__placeholder {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cluster-booking-desk__placeholder {
  background: #ededed;
}

.cluster-booking-desk__placeholder::before {
  color: #777;
  content: 'Desk image';
  font-size: .8rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.cluster-booking-desk__content {
  -ms-flex-line-pack: start;
      align-content: start;
  display: grid;
  -ms-flex: 1;
      flex: 1;
  gap: .35rem;
  min-width: 0;
  padding: .85rem;
}

.cluster-booking-desk__content strong {
  font-size: 1rem;
}

.cluster-booking-desk__content span {
  color: #555;
  font-size: .9rem;
  line-height: 1.45;
}

.cluster-booking-desk__content em {
  background: transparent;
  border-radius: 0;
  color: #777;
  display: block;
  font-size: .8rem;
  justify-self: stretch;
  margin-top: .2rem;
  padding: 0;
}

.cluster-booking__fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking__fields label {
  display: grid;
  gap: .4rem;
  font-weight: 700;
}

.cluster-booking__fields input,
.cluster-booking__fields textarea {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: .8rem 1rem;
  width: 100%;
}

.cluster-booking__field-full,
.cluster-booking__checkbox {
  grid-column: 1 / -1;
}

.cluster-booking__checkbox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  font-weight: 400 !important;
}

.cluster-booking__checkbox input {
  width: auto;
}

.cluster-booking__summary {
  background: #f7f7f7;
  padding: 2rem;
}

.cluster-booking-summary-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0;
}

.cluster-booking-summary-list div,
.cluster-booking-summary-list__item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 1rem;
}

.cluster-booking-summary-list dt {
  color: #777;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .45rem;
  text-transform: uppercase;
}

.cluster-booking-summary-list dd {
  display: grid;
  gap: .25rem;
  margin: 0;
}

.cluster-booking-summary-total {
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
}

.cluster-booking-summary-total span {
  color: #777;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-payment-note {
  margin: 1.25rem 0 0;
}

.cluster-booking__nav-actions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .75rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1.25rem;
}

.cluster-booking__nav-actions--single {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.cluster-booking__nav-button {
  background: transparent;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  min-width: 8rem;
  padding: .9rem 1.1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}

.cluster-booking__nav-button:hover,
.cluster-booking__nav-button:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.cluster-booking__nav-button--book-now {
  background: #239347;
  border-color: #239347;
  color: #fff;
  font-weight: 800;
  min-width: 9.5rem;
  padding: 1rem 1.5rem;
}

.cluster-booking__nav-button--book-now:hover,
.cluster-booking__nav-button--book-now:focus-visible {
  background: #1b7f3b;
  border-color: #1b7f3b;
  color: #fff;
}

.cluster-booking__nav-button:active {
  transform: translateY(1px);
}

.cluster-booking__nav-button:disabled,
.cluster-booking__nav-button.is-disabled,
.cluster-booking.is-loading .cluster-booking__nav-button {
  cursor: not-allowed;
  opacity: .45;
  pointer-events: none;
}

.cluster-booking__nav-button[hidden] {
  display: none;
}

.cluster-booking-list {
  display: grid;
  gap: 1rem;
}

.cluster-booking-list__item {
  border: 1px solid #e0e0e0;
  padding: 1rem;
}

.cluster-booking-list__item dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.cluster-booking-list__item dt {
  font-weight: 700;
}

.cluster-booking-list__item dd {
  margin: 0;
}

@media (max-width: 900px) {
  .cluster-booking-slot-picker,
  .cluster-booking-desk-date-group,
  .cluster-booking__desks,
  .cluster-booking__fields,
  .cluster-booking-summary-list,
  .cluster-booking-list__item dl {
    grid-template-columns: 1fr;
  }

  .cluster-booking-date {
    min-height: 4.5rem;
    padding: .45rem;
  }
}
@media (max-width: 600px) {
  .cluster-booking__form {
    padding: 1rem;
  }

  .cluster-booking-calendar__weekdays,
  .cluster-booking-calendar__grid {
    gap: .25rem;
  }

  .cluster-booking-date {
    min-height: 3.75rem;
    padding: .35rem;
    text-align: center;
  }

  .cluster-booking-date em {
    display: none;
  }

  .cluster-booking-selected-date {
    display: block;
  }

  .cluster-booking-selected-dates,
  .cluster-booking-desk-date-group__head {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .cluster-booking-desk-date-group__title {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .cluster-booking-date-pill {
    min-width: 0;
  }

  .cluster-booking-selected-dates__chips {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .cluster-booking-selected-date span {
    display: block;
    margin-bottom: .25rem;
  }

  .cluster-booking-desk {
    grid-template-columns: 1fr;
  }

  .cluster-booking-desk__media {
    min-height: 160px;
  }
}
.booking-confirmation-page {
  background: #f5f5f5;
}

.booking-confirmation {
  padding: clamp(2rem, 5vw, 5rem) 1rem;
}

.booking-confirmation__container {
  margin: 0 auto;
  max-width: 920px;
}

.booking-confirmation__card {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.booking-confirmation__eyebrow {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.booking-confirmation h1 {
  margin-top: 0;
}

.booking-confirmation__intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.booking-confirmation__summary,
.booking-confirmation__details,
.booking-confirmation__notes,
.booking-confirmation__next {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.booking-confirmation h2 {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

.booking-confirmation__summary dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.booking-confirmation__summary div {
  background: #f7f7f7;
  padding: 1rem;
}

.booking-confirmation__summary dt {
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .25rem;
  opacity: .7;
  text-transform: uppercase;
}

.booking-confirmation__summary dd {
  margin: 0;
}

.booking-confirmation__actions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.booking-confirmation__secondary {
  color: inherit;
  font-weight: 700;
}

@media (max-width: 700px) {
  .booking-confirmation__summary dl {
    grid-template-columns: 1fr;
  }
}
/* Multi-slot booking basket */
.cluster-booking-basket {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
}
.cluster-booking-basket__head, .cluster-booking-basket__total, .cluster-booking-basket__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
}
.cluster-booking-basket__head {
  margin-bottom: 14px;
}
.cluster-booking-basket__head h4 {
  margin: 0;
}
.cluster-booking-basket__head span, .cluster-booking-basket__empty, .cluster-booking-basket__item em {
  opacity: 0.72;
}
.cluster-booking-basket__items {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cluster-booking-basket__item {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.cluster-booking-basket__item span {
  display: grid;
  gap: 4px;
}
.cluster-booking-basket__item button {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}
.cluster-booking-basket__total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 1.05rem;
}

.cluster-booking-desk__action {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.cluster-booking-desk.is-selected .cluster-booking-desk__action {
  background: rgba(0, 128, 0, 0.12);
}

.cluster-booking-summary-list--basket div {
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 640px) {
  .cluster-booking-basket__item,
  .cluster-booking-basket__total {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .cluster-booking-desk__action {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* Booking confirmation desk and location details */
.booking-confirmation__desks,
.booking-confirmation__location {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.booking-confirmation__section-label {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 0 .35rem;
  opacity: .7;
  text-transform: uppercase;
}

.booking-confirmation__desk-list {
  display: grid;
  gap: 1.25rem;
}

.booking-confirmation__desk,
.booking-confirmation__location {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
}

.booking-confirmation__desk h3 {
  margin: 0 0 .75rem;
}

.booking-confirmation__desk-slots {
  display: grid;
  gap: .35rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.booking-confirmation__desk-slots li {
  background: #f7f7f7;
  padding: .7rem .85rem;
}

.booking-confirmation__desk-content p:last-child,
.booking-confirmation__location-details address {
  margin-bottom: 0;
}

.booking-confirmation__desk-image {
  background: #f1f1f1;
  margin: 0;
  min-height: 220px;
  overflow: hidden;
}

.booking-confirmation__desk-image img {
  display: block;
  height: 100%;
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.booking-confirmation__location-details address {
  font-style: normal;
  line-height: 1.6;
}

.booking-confirmation__directions {
  display: inline-block;
  font-weight: 700;
  margin-top: 1rem;
}

.booking-confirmation__map {
  background: #ededed;
  min-height: 260px;
  width: 100%;
}

@media (max-width: 700px) {
  .booking-confirmation__desk,
  .booking-confirmation__location {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .cluster-booking-steps {
    display: -ms-flexbox;
    display: flex;
    gap: .75rem;
    grid-template-columns: none;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem 1rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .cluster-booking-steps::-webkit-scrollbar {
    height: 6px;
  }

  .cluster-booking-steps::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }

  .cluster-booking-steps__item {
    -ms-flex: 0 0 11.5rem;
        flex: 0 0 11.5rem;
    scroll-snap-align: start;
  }

  .cluster-booking-steps__item button {
    min-height: 4.25rem;
    white-space: normal;
  }
}
.cluster-login-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: clamp(140px, 16vw, 190px) 20px 80px;
}

.cluster-login-page__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  max-width: 560px;
  padding: clamp(30px, 5vw, 54px);
  width: 100%;
}

.cluster-login-page__header {
  margin-bottom: 2rem;
  text-align: center;
}
.cluster-login-page__header h1 {
  margin: .25rem 0 .75rem;
}
.cluster-login-page__header p {
  margin: 0;
}

.cluster-login-page__eyebrow {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cluster-login-page__form {
  display: grid;
  gap: 1.2rem;
}
.cluster-login-page__form label {
  display: grid;
  font-weight: 700;
  gap: .45rem;
}
.cluster-login-page__form input {
  border: 1px solid #d8d8d8;
  padding: .9rem 1rem;
}

.cluster-login-page__button {
  justify-self: start;
}

.cluster-login-page__success {
  text-align: center;
}

.cluster-login-page__success-icon {
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 54px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1rem;
  width: 54px;
}

.cluster-profile-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: clamp(140px, 16vw, 190px) 20px 80px;
}

.cluster-profile-page__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  max-width: 760px;
  padding: clamp(30px, 5vw, 54px);
  width: 100%;
}

.cluster-profile-page__header {
  margin-bottom: 2rem;
  text-align: center;
}

.cluster-profile-page__header h1 {
  margin: .25rem 0 .75rem;
}

.cluster-profile-page__header p {
  margin: 0;
}

.cluster-profile-page__eyebrow {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cluster-profile-page__summary {
  -ms-flex-align: center;
      align-items: center;
  background: #f7f4ef;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
}

.cluster-profile-page__summary h2,
.cluster-profile-page__summary p {
  margin: 0;
}

.cluster-profile-page__avatar {
  -ms-flex-align: center;
      align-items: center;
  background: #111;
  border-radius: 999px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 800;
  height: 64px;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: uppercase;
  width: 64px;
}

.cluster-profile-page__actions {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2rem;
}

.cluster-profile-page__logout {
  font-weight: 800;
  text-decoration: underline;
}

.cluster-profile-page__form {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 1.2rem;
  padding-top: 2rem;
}

.cluster-profile-page__form h2 {
  margin: 0;
}

.cluster-profile-page__form label {
  display: grid;
  font-weight: 700;
  gap: .45rem;
}

.cluster-profile-page__form input {
  border: 1px solid #d8d8d8;
  padding: .9rem 1rem;
}

.cluster-profile-page__fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cluster-profile-page__button {
  justify-self: start;
}

@media (max-width: 640px) {
  .cluster-profile-page__summary,
  .cluster-profile-page__actions {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .cluster-profile-page__fields {
    grid-template-columns: 1fr;
  }
}
.cluster-login-page__card {
  overflow: hidden;
  position: relative;
}

.cluster-login-page__form {
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.cluster-login-page__card.is-login-loading .cluster-login-page__form,
.cluster-login-page__card.is-login-success .cluster-login-page__form {
  filter: blur(0.5px);
  opacity: .35;
  pointer-events: none;
  transform: scale(0.99);
}

.cluster-login-page__card::before {
  background: rgba(255, 255, 255, 0.58);
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .2s ease;
  z-index: 2;
}

.cluster-login-page__card.is-login-loading::before,
.cluster-login-page__card.is-login-success::before {
  opacity: 1;
}

.cluster-login-page__card::after {
  animation: cluster-login-spin .8s linear infinite;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #111;
  border-radius: 999px;
  content: '';
  height: 46px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease;
  width: 46px;
  z-index: 3;
}

.cluster-login-page__card.is-login-loading::after {
  opacity: 1;
}

.cluster-login-page__success {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  left: 50%;
  max-width: min(360px, calc(100% - 40px));
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -45%);
  transition: opacity .2s ease, transform .2s ease;
  width: 100%;
  z-index: 4;
}

.cluster-login-page__card.is-login-success .cluster-login-page__success {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%);
}

@keyframes cluster-login-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cluster-booking-payment__name {
  display: grid;
  font-weight: 700;
  gap: .4rem;
  margin-bottom: 1rem;
}

.cluster-booking-payment__name input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: .8rem 1rem;
  width: 100%;
}

.cluster-booking-payment__name span {
  color: #666;
  font-size: .85rem;
  font-weight: 400;
}

.cluster-booking-payment-method {
  position: relative;
}

.cluster-booking-payment-method__icon {
  -ms-flex-align: center;
      align-items: center;
  background: #111;
  border-radius: 10px;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  height: 38px;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 58px;
  padding: 0 .45rem;
}

.cluster-booking-payment-method__icon span {
  color: inherit;
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  max-width: 46px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.cluster-booking-payment-method__body {
  min-width: 0;
}

.cluster-booking-payment-method__body strong,
.cluster-booking-payment-method__body em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cluster-booking-payment-method[data-card-brand="visa"] .cluster-booking-payment-method__icon span {
  letter-spacing: .14em;
}

@media (max-width: 600px) {
  .cluster-booking-payment-method {
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .cluster-booking-payment-method__body strong,
  .cluster-booking-payment-method__body em {
    white-space: normal;
  }
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */