.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: Pptelegraf, sans-serif;
  color: #000;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 400;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 5.84em;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 3.75em;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2.86em;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1.41em;
  line-height: 1.4;
  font-weight: 400;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.94em;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}

p {
  margin-bottom: 0rem;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  display: inline-block;
  width: 50px;
  max-width: 100%;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.button {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #386eec;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.text-size-regular {
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 0.94em;
}

.text-size-small {
  font-family: Archivo, sans-serif;
  font-size: 0.875rem;
  text-align: left;
}

.form-input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form-label {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}

.page-wrapper {
  overflow: visible;
}

.container-large {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.page-padding {
  padding-right: 2.08em;
  padding-left: 2.08em;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

.main-wrapper {
  overflow: visible;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.nav-component {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 10vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0em 0.6em;
  border-bottom: 1px none #000;
  font-family: Cormorantgaramond, sans-serif;
  color: #000;
  font-size: 1.35em;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.club-function {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0.83em;
  padding-bottom: 0.83em;
  border-bottom-style: none;
  font-size: 1.98em;
  line-height: 1.6;
}

.nav-link.club-function.light {
  color: #fff;
}

.nav-link.footer {
  padding-bottom: 0em;
  padding-left: 0em;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: Pptelegraf, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.25em;
  font-style: normal;
  text-transform: uppercase;
}

.nav-link.footer.w--current {
  padding-bottom: 0em;
  background-color: hsla(0, 0%, 78.4%, 0);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.nav-link.footer.rhs {
  padding-right: 0em;
  color: #fff;
  font-weight: 400;
}

.nav-link.footer.rhs.contact {
  padding-left: 0.83em;
}

.nav-link.footer.rhs.contact.hidden {
  display: none;
}

.nav-link.light {
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.42em;
  margin-left: 0.42em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link-wrapper._1 {
  overflow: hidden;
}

.nav-link-wrapper._2 {
  overflow: hidden;
}

.nav-link-wrapper._3 {
  overflow: hidden;
}

.nav-link-wrapper._4 {
  overflow: hidden;
}

.layout-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.layout-grid.bookings {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

.layout-grid.footer {
  grid-column-gap: 16px;
}

.text-wrap {
  position: relative;
}

.text-wrap.border {
  padding-bottom: 1.46em;
  border-bottom: 1px solid #fff;
}

.text-wrap.border.mobile {
  display: none;
}

.text-wrap.whats-on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.08em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-wrap.flex-horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.atet-rights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer_functions {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.section-footer_functions.background-color-black {
  position: relative;
  padding-bottom: 2.0625em;
}

.section-footer_functions.background-color-black {
  position: relative;
  z-index: 12;
  padding-bottom: 2.0625em;
}

.h2-footer {
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.86em;
  font-style: italic;
  text-transform: uppercase;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-footer.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-footer.min-h {
  min-height: 13em;
}

.nav-footer.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-footer.to-functions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
}

.text-field.text-size-regular {
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.text-size-regular.text-white {
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: Pptelegraf, sans-serif;
  color: #fff;
}

.submit-button.text-size-regular.capitals {
  min-width: 150px;
  padding-bottom: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: Pptelegraf, sans-serif;
  color: #fff;
  line-height: 0;
  text-transform: uppercase;
}

.submit-button.text-size-regular.capitals:hover {
  background-color: #fff;
  color: #000;
}

.form-block {
  margin-top: 1.2449999999999999em;
}

.footer-spacer {
  height: 5.21em;
  border-bottom: 1px solid #fff;
}

.section-bookings_page {
  position: relative;
}

.background-image_bookings {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bookings-form {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-element-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-element-wrap._3col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-element-wrap.hidden {
  display: none;
}

.input-field {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.59);
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 0.94em;
}

.input-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field::placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field.message {
  min-height: 11.35em;
}

.input-field.is-49 {
  width: 49%;
}

.custom-submit-wrap {
  width: 12.5em;
  height: 3.65em;
  margin-top: 2.08em;
  text-decoration: none;
}

.custom-submit-wrap.menu {
  width: 19.62em;
}

.custom-submit-wrap.menu.web-menu {
  display: none;
}

.booking-submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 4px 4px 0 0 #000;
  -webkit-transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1);
  transition: box-shadow 350ms cubic-bezier(.165, .84, .44, 1);
}

.booking-submit-button:hover {
  box-shadow: none;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
}

.inner-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-arrow {
  display: block;
  width: 3.65em;
  margin-left: 12px;
}

.submit-h4 {
  margin-bottom: -3px;
  font-size: 1.25em;
  line-height: 1;
}

.bookings-submit {
  display: none;
}

.menu-outer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 10.83em;
  height: 100%;
  border: 1px solid #000;
  -webkit-transform: translate(-0.31em, -0.31em);
  -ms-transform: translate(-0.31em, -0.31em);
  transform: translate(-0.31em, -0.31em);
}

.c-faq-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.825em;
  padding-bottom: 1.825em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 3px none #2ea07c;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.date {
  margin-left: 0.63em;
}

.date.whats-on {
  margin-right: 0.42em;
  margin-left: 0em;
  font-size: 1.15em;
}

.date.whats-on.no-pad {
  margin-right: 0em;
  font-size: 1.15em;
}

.date.whats-on.small {
  margin-right: 0.21em;
  font-size: 1.15em;
}

.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.08em;
  grid-row-gap: 2.08em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.whats_on-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whats-on_image-wrap {
  overflow: hidden;
  width: 100%;
  height: 15.02em;
}

.whats-on-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whats-on-name {
  width: 90%;
  margin-top: 2.4899999999999998em;
  margin-bottom: 0.83rem;
  text-align: left;
  text-transform: uppercase;
}

.whats-on-name.top {
  margin-top: 0.42em;
  font-size: 1.41em;
  line-height: 1.2;
  text-align: left;
}

.whats-on-name.lrg {
  font-size: 1.82em;
}

.view-more_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.83em;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}

.view-more_button:hover {
  box-shadow: none;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
}

.view-more-arrow {
  display: block;
  width: 2.37em;
  margin-left: 12px;
}

.view-more-h4 {
  font-size: 0.78em;
}

.view-more-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-more-menu-link {
  display: none;
  width: auto;
  height: 2.86em;
  margin-top: 2.08em;
  text-decoration: none;
}

.nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 0.83em;
  margin-left: 0.83em;
  padding: 0.83em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-title-span1 {
  overflow: visible;
}

.tab-link {
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0em 0.6em;
  border-bottom: 1px none #000;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.35em;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.tab-link:hover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab-link.w--current {
  color: #000;
}

.tab-link.footer {
  padding-bottom: 0em;
  padding-left: 0em;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: Pptelegraf, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.25em;
  font-style: normal;
  text-transform: uppercase;
}

.tab-link.footer.w--current {
  padding-bottom: 0em;
  background-color: hsla(0, 0%, 78.4%, 0);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.nav-mask {
  overflow: hidden;
  height: 1.88em;
  margin-top: -2.63em;
  border-bottom: 1px solid #000;
}

.nav-mask.light {
  border-bottom-color: #fff;
}

.nav-footer-link {
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0em 0.6em;
  border-bottom: 1px none #000;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.35em;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-footer-link:hover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-footer-link.w--current {
  color: #000;
}

.nav-footer-link.footer {
  padding-bottom: 0em;
  padding-left: 0em;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: Pptelegraf, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.25em;
  font-style: normal;
  text-transform: uppercase;
}

.nav-footer-link.footer.w--current {
  padding-bottom: 0em;
  background-color: hsla(0, 0%, 78.4%, 0);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.nav-footer-link.footer.rhs {
  padding-right: 0em;
  -webkit-transition-property: all;
  transition-property: all;
  color: #fff;
}

.rights {
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 0em 0.6em;
  border-bottom: 1px none #000;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.35em;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.rights:hover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rights.w--current {
  color: #000;
}

.rights.footer {
  padding-bottom: 0em;
  padding-left: 0em;
  background-color: hsla(0, 0%, 86.7%, 0);
  -webkit-transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  transition: opacity 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: Pptelegraf, sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 1.25em;
  font-style: normal;
  text-transform: uppercase;
}

.rights.footer.w--current {
  padding-bottom: 0em;
  background-color: hsla(0, 0%, 78.4%, 0);
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.rights.footer.legals {
  display: block;
  margin-top: 16px;
  text-transform: none;
}

.rights.footer.legals {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}

.input-field-date {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.59);
  background-color: hsla(0, 0%, 100%, 0.8);
  font-family: Archivo, sans-serif;
  color: #000;
  font-size: 0.94em;
}

.input-field-date::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field-date:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field-date::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.input-field-date::placeholder {
  color: rgba(0, 0, 0, 0.59);
}

.booking-form.is-hidden {
  display: block;
}

.date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.success-message {
  min-height: 50vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.success {
  margin-right: auto;
  font-family: Archivo, sans-serif;
  font-size: 1.25em;
  text-align: left;
}

.upcoming {
  margin-top: 2.08em;
}

.background-image_bookings-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
}

.web-logo {
  width: 120px;
}

.food-menu-button {
  width: 19.62em;
  height: 3.65em;
  margin-top: 2.08em;
  text-decoration: none;
}

.socials-link {
  margin-top: 12px;
  margin-bottom: 12px;
  opacity: 1;
}

.socials-link.hidden {
  display: none;
}

.socials-link.hidden.tik-tok {
  display: block;
}

.socials-link.hidden.facebook {
  display: block;
}

.socials-link.hidden.ig {
  display: block;
}

.socials-link.hidden.tiktok {
  display: block;
}

.social-icon-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-icon-wrapper.desktop {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 10%;
  height: 86.5%;
  margin-right: 2.08em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-wrapper.desktop.non-landing {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-wrapper.mobile {
  display: none;
}

.socials-icon-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 110px;
  background-color: transparent;
}

.socials-icon-inner-wrap.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.social-icon-new {
  display: block;
  width: 22.5px;
  margin-top: -12px;
  margin-left: -1px;
}

.social-icon-new._2 {
  width: auto;
  height: 22.5px;
  margin-top: 0px;
  opacity: 1;
}

.coming-soon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscribe-input {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.94em;
}

.subscribe-submit {
  min-width: 150px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-transform: uppercase;
}

.subscribe-submit:hover {
  background-color: #fff;
  color: #000;
}

.is-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .nav-component {
    height: auto;
  }

  .nav-link {
    margin-right: auto;
    margin-left: 0px;
    font-size: 2.5em;
  }

  .nav-link.club-function {
    padding-left: 0.2em;
  }

  .nav-link.footer.rhs.contact {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 10em;
    background-image: url('../images/Web-Menu-Mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .nav-link-wrapper._1 {
    margin-bottom: 1.11em;
  }

  .nav-link-wrapper._2 {
    margin-bottom: 1.11em;
  }

  .nav-link-wrapper._3 {
    margin-bottom: 1.11em;
  }

  .nav-link-wrapper._4 {
    margin-bottom: 1.11em;
  }

  .layout-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .layout-grid.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-wrap.border.desktop {
    display: none;
  }

  .text-wrap.border.mobile {
    display: block;
    padding-bottom: 0em;
    border-bottom-style: none;
  }

  .text-wrap.atet-rights {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-wrap.atet-rights {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .tabs {
    margin-top: 16px;
  }

  .nav-footer.horizontal {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-footer.to-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-footer.horizontal {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-footer.to-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .text-field.text-size-regular.text-white {
    min-height: 60px;
    border-radius: 0px;
  }

  .submit-button.text-size-regular.capitals {
    min-height: 60px;
    border-radius: 0px;
  }

  .footer-spacer {
    display: block;
    height: 1em;
  }

  .form-element-wrap {
    width: 100%;
  }

  .custom-submit-wrap.menu.web-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 10.42em;
    margin-left: 2.02em;
  }

  .date.whats-on {
    font-size: 1.15em;
  }

  .date.whats-on.no-pad {
    font-size: 1.15em;
  }

  .whats-on-name {
    margin-top: 1.25em;
  }

  .brand-wrap {
    z-index: 1;
  }

  .nav-mask {
    display: none;
  }

  .menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }

  .nav-menu-button {
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .booking-form {
    width: 100%;
  }

  .social-icon-wrapper.desktop {
    display: none;
  }

  .social-icon-wrapper.mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin-bottom: 4.17em;
    margin-left: 2.02em;
  }

  .socials-icon-inner-wrap.mobile {
    margin-top: 0%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-icon-new {
    min-width: 22.5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .nav-component {
    height: auto;
  }

  .nav-link.w--current {
    margin-top: 6px;
  }

  .nav-link.club-function {
    margin-bottom: -3px;
  }

  .layout-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-wrap.border.mobile {
    padding-bottom: 0em;
  }

  .tabs-content {
    width: 65%;
    margin-left: auto;
  }

  .nav-footer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nav-footer.horizontal {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-footer.to-functions {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-footer.horizontal {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-footer.to-functions {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-faq-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .date.whats-on {
    font-size: 1.15em;
  }

  .date.whats-on.no-pad {
    font-size: 1.15em;
  }

  .date.whats-on.small {
    font-size: 1.15em;
  }

  .collection-list-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .menu-title-span1 {
    font-size: 6em;
  }

  .menu-title-span2 {
    font-size: 6em;
  }

  .menu-title-span3 {
    font-size: 6em;
  }

  .menu-title-span4 {
    font-size: 6em;
  }

  .menu-title-span5 {
    font-size: 6em;
  }

  .menu-title-span6 {
    font-size: 6em;
  }

  .menu-title-span7 {
    font-size: 6em;
  }

  .tab-link.footer {
    overflow: visible;
  }

  .tab-link.footer.w--current {
    overflow: visible;
  }

  .web-logo {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .nav-link {
    line-height: 1.3;
  }

  .nav-link.w--current {
    margin-top: 6px;
  }

  .nav-link.club-function {
    margin-bottom: -3px;
    padding-left: 0.2em;
    line-height: 1;
  }

  .nav-menu {
    padding-top: 7em;
  }

  .layout-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .layout-grid.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-wrap.border.mobile {
    padding-bottom: 0em;
  }

  .section-footer_functions.background-color-black {
    padding-top: 3.175em;
    padding-bottom: 3.175em;
  }

  .section-footer_functions.background-color-black {
    padding-top: 3.175em;
    padding-bottom: 3.175em;
  }

  .nav-footer.horizontal {
    margin-top: 40px;
  }

  .nav-footer.min-h {
    min-height: 10em;
    margin-top: 0px;
  }

  .nav-footer.to-functions {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-footer.horizontal {
    margin-top: 40px;
  }

  .nav-footer.to-functions {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field.text-size-regular.text-white {
    min-height: 60px;
    padding: 20px 11px;
  }

  .submit-button.text-size-regular.capitals {
    min-height: 60px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 20px 8px;
    border-left: 1px solid #fff;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .footer-spacer {
    height: 1em;
  }

  .background-image_bookings {
    display: none;
  }

  .bookings-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-element-wrap._3col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .input-field {
    border-radius: 0px;
  }

  .custom-submit-wrap.menu.web-menu {
    margin-bottom: 11.46em;
  }

  .collection-list-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-title-span1 {
    font-size: 48px;
  }

  .menu-title-span2 {
    font-size: 48px;
  }

  .menu-title-span3 {
    font-size: 48px;
  }

  .menu-title-span4 {
    font-size: 48px;
  }

  .menu-title-span5 {
    font-size: 48px;
  }

  .menu-title-span6 {
    font-size: 48px;
  }

  .menu-title-span7 {
    font-size: 48px;
  }

  .nav-footer-link.footer.rhs {
    text-align: right;
  }

  .rights.footer.legals {
    margin-top: 24px;
    text-align: center;
  }

  .rights.footer.legals {
    margin-top: 24px;
    text-align: center;
  }

  .nav-menu-button {
    padding-right: 0px;
  }

  .nav-menu-button.w--open {
    padding-right: 0px;
  }

  .background-image_bookings-mobile {
    display: inline-block;
  }

  .social-icon-wrapper.mobile {
    margin-bottom: 6.25em;
  }

  .socials-icon-inner-wrap.mobile {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#w-node-cad383f3-c85f-c803-8532-13e7358d19ef-6c270378 {
  -ms-grid-column-span: 11;
  grid-column-end: 13;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40ab7854-9a69-1bf5-6976-d0926d7a9070-6c270378 {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_22785196-c8e1-c465-4bb2-0d81f5bd6a2b-6c270378 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d4a8567a-537c-d471-4279-7431027ebc22-6c270378 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c692f509-5717-1c70-25f8-2b0d4c1a6a49-6c270378 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_89a9fe08-73e8-fb72-0bd6-c3b956fbbfcb-6c270378 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_56c4da61-8ccc-4c01-381d-535668abef98-6c270378 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-e0363835-ad8b-c248-d43e-54b5a7ac04e7-6c270378 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658daf1-6c270378 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658daf4-6c270378 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658daf7-6c270378 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658db1a-6c270378 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658db1c-6c270378 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658db1e-6c270378 {
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658db28-6c270378 {
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_2eb60b29-6d2e-bedd-cbab-70d26658db2d-6c270378 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

@media screen and (max-width: 991px) {
  #w-node-cad383f3-c85f-c803-8532-13e7358d19ef-6c270378 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40ab7854-9a69-1bf5-6976-d0926d7a9070-6c270378 {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cad383f3-c85f-c803-8532-13e7358d19ef-6c270378 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40ab7854-9a69-1bf5-6976-d0926d7a9070-6c270378 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_6448e091-af28-a9bf-e222-3fe48d903a72-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8929029a-bde8-9976-8b4c-157613e54f0a-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d0eccd4b-fafc-f6a1-ee58-1887a4650a28-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_127a7a9b-0b72-d417-fdd3-81bd24f772fe-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d4a8567a-537c-d471-4279-7431027ebc22-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-c692f509-5717-1c70-25f8-2b0d4c1a6a49-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8f14356c-0dde-730a-e9cb-49a2643fb766-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f39487d4-ee19-b15c-02f9-4a9b5634b397-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cad383f3-c85f-c803-8532-13e7358d19ef-6c270378 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40ab7854-9a69-1bf5-6976-d0926d7a9070-6c270378 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 6;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_6448e091-af28-a9bf-e222-3fe48d903a72-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8929029a-bde8-9976-8b4c-157613e54f0a-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d0eccd4b-fafc-f6a1-ee58-1887a4650a28-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_127a7a9b-0b72-d417-fdd3-81bd24f772fe-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d4a8567a-537c-d471-4279-7431027ebc22-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c692f509-5717-1c70-25f8-2b0d4c1a6a49-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8f14356c-0dde-730a-e9cb-49a2643fb766-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f39487d4-ee19-b15c-02f9-4a9b5634b397-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #other-event.w-node-c35d551d-426d-2689-db37-b0a82356a0d1-6c270378 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_56c4da61-8ccc-4c01-381d-535668abef98-6c270378 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pptelegraf';
  src: url('../fonts/PPTelegraf-UltraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}