:root {
  --lines: lightgrey;
  --gold: #fc0;
  --black: #20272f;
  --dark-grey: #959595;
  --gainsboro: #e7e7e7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

h4 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

h5 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

h6 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

p {
  color: #959595;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #fc0;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .8;
}

ul, ol {
  color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

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

blockquote {
  color: #20272f;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.content-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.menu {
  background-image: url('../images/photo-1467189386127-c4e5e31ee213.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding-top: 35px;
  padding-bottom: 0;
}

.content-section.cta {
  background-image: linear-gradient(#20272ff7, #20272ff7), url('../images/photo-1449198063792-7d754d6f3c80.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 75px;
}

.hero-section {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-12.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 280px;
  padding-bottom: 249px;
  display: flex;
  position: relative;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.hero-section.subpage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04.jpeg');
  background-position: 0 0, 50% 40%;
  background-attachment: scroll, scroll;
  padding-bottom: 100px;
}

.content-wrapper {
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper.narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.content-wrapper.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title {
  color: #e30e33;
  font-family: Yellowtail, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hero {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-subtitle {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.underline {
  background-color: #fc0;
  width: 215px;
  height: 4px;
  margin: 20px auto;
  display: block;
}

.underline.no-bottom-border {
  width: 33%;
  margin-bottom: 0;
}

.scroll-arrow {
  text-align: center;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-arrow:hover {
  opacity: .85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.yellow {
  color: #fc0;
  margin-bottom: 0;
}

.header-box {
  text-align: center;
  width: 65%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.column {
  margin-bottom: 0;
}

.header-box.full {
  text-align: left;
  width: 100%;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.contact-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.flex-wrapper.space-around {
  justify-content: space-around;
}

.intro {
  width: 32%;
}

.intro-image {
  width: 100%;
  height: 300px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-image:hover {
  opacity: 1;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/photo-1461962991526-c42c6390a2ad.jpeg');
  background-position: 50%;
}

.intro-text {
  background-color: #20272f;
  min-height: 100%;
  padding: 20px 23px 18px;
}

.intro-text._2 {
  min-height: auto;
}

.intro-text.merch {
  text-align: center;
  min-height: auto;
}

.title-link {
  color: #fc0;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.title-link:hover {
  opacity: .8;
}

.text-link {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .8;
  text-decoration: underline;
}

._50-percent-column {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 465px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

._50-percent-column.image-1 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.05-3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.menu {
  border-bottom: 1px solid var(--lines);
  padding-top: 35px;
  padding-bottom: 20px;
}

._50-percent-column.menu.last {
  border-bottom-style: none;
}

._50-percent-column.menu-right {
  border-bottom: 1px solid var(--lines);
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column.menu-right.last {
  border-bottom-style: none;
}

.hide {
  display: none;
}

.lightbox {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-7.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.lightbox._2 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.02-7.jpeg');
}

.lightbox._3 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.01-2.jpeg');
}

.slider {
  height: 100%;
  position: absolute;
  inset: 0;
}

.right-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: #fc0;
  font-size: 19px;
}

.left-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  background-image: url('../images/photo-1462539405390-d0bdb635c7d1.jpeg');
  background-position: -106px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.column-image.tour {
  background-image: url('../images/WhatsApp-Image-2026-01-23-at-19.11.42-3.jpeg');
  background-position: 50%;
  background-size: contain;
  width: 50%;
}

.image-subtitle {
  background-color: #20272f;
  width: 100%;
  padding: 20px 20px 18px;
}

.subtitle {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.service-box {
  text-align: center;
  background-image: linear-gradient(#20272ff7, #20272ff7), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32.5%;
  min-height: 380px;
  padding: 33px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #00000075;
}

.service-icon {
  background-color: #303943;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
}

.service-icon._1 {
  background-image: url('../images/651ff8c7764121624727402e_Screenshot_2023-10-06_at_11.13.16-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
}

.service-icon._2 {
  background-image: url('../images/651ff8c7764121624727402e_Screenshot_2023-10-06_at_11.13.16-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.service-icon._3 {
  background-image: url('../images/651ff8c7764121624727402e_Screenshot_2023-10-06_at_11.13.16-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.white {
  color: #fff;
}

.less-line-height {
  line-height: 27px;
}

.less-line-height:hover {
  color: #fff;
}

.rounded-button {
  z-index: 10;
  color: #fff;
  border: 3px solid #fc0;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.rounded-button:hover {
  background-color: #fc0;
}

.rounded-button.top-border {
  margin-top: 30px;
}

.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.big {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.map {
  filter: grayscale();
  height: 100%;
  min-height: 657px;
}

.success-message {
  background-color: #0000;
}

.field-label {
  color: #20272f;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.text-field {
  border: 1px solid var(--lines);
  color: #959595;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #3da4ff;
}

.text-field.name {
  background-image: url('../images/Name_1Name.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  transition: border .2s;
}

.text-field.mobile {
  background-image: url('../images/Mobile-1_1Mobile (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.email {
  background-image: url('../images/Email-1_1Email (1).png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.message {
  height: 120px;
  padding-top: 16px;
  padding-left: 20px;
}

.submit {
  text-transform: uppercase;
  background-color: #20272f;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #020303;
}

.header-logo-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.header-logo-center.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

.header-logo-center.contact-details {
  border-right: 1px solid var(--lines);
  color: var(--lines);
  text-align: center;
  padding: 20px 10px;
}

.header-logo-center.footer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-logo-center.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
}

.header-logo-center.column-start {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

.header-logo-center.top-center {
  padding-top: 40px;
  padding-bottom: 30px;
  transition: transform .2s, opacity .2s;
}

.header-logo-center.top-center:hover {
  opacity: .8;
  transform: scale(1.03);
}

.header-logo-center.top-center.w--current {
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .2s, opacity .2s;
}

.header-logo-center.top-center.w--current:hover {
  transform: scale(1.03);
}

.header-logo-center.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

.header-logo-center.top-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
}

.title-detail {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.footer {
  background-color: #20272f;
}

.mini-title {
  color: #fc0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
}

.footer-link {
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--gold);
  display: block;
}

.footer-paragraph {
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-details-item.last {
  margin-bottom: 0;
}

.footer-notice {
  background-color: #1d242b;
  padding-top: 25px;
  padding-bottom: 20px;
}

.body {
  color: #959595;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-notice-text {
  color: #959595;
  font-size: 10px;
}

.bar {
  color: #fc0;
}

.footer-logo-link.w--current {
  transition: opacity .2s;
}

.footer-logo-link.w--current:hover {
  opacity: .8;
}

.menu-transparent-bg {
  background-color: #fff3;
  border-radius: 5px;
  padding: 7px;
}

.menu-background {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 50px 50px 35px;
  overflow: auto;
}

.title-and-price {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.menu-title {
  width: 80%;
}

.menu-price {
  text-align: center;
  width: 20%;
}

.food-title {
  color: #20272f;
  font-weight: 700;
  line-height: 20px;
}

.small {
  font-size: 12.5px;
  line-height: 25px;
}

.tab-link {
  color: #959595;
  background-color: #0000;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid #fc0;
}

.tab-link.w--current {
  color: #20272f;
  background-color: #0000;
  border-bottom: 1px solid #fc0;
  padding-right: 48px;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
}

.nav-menu {
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu.no-top-line {
  border-top-style: none;
}

.navlink {
  color: #fff;
  text-transform: uppercase;
  height: 85px;
  margin-right: 30px;
  padding-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .2s, border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  opacity: .8;
  border-bottom: 3px solid #fc0;
}

.navlink.w--current {
  color: #fff;
  border-bottom: 3px solid #fc0;
}

.top-menu-links {
  color: #fff;
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
}

.top-menu-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.navbar {
  z-index: 100;
  background-color: #fff0;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.top-line {
  background-color: #fc0;
  width: 100%;
  height: 4px;
}

.signature {
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.hidden-box {
  text-align: left;
  width: 100%;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  inset: 0;
  overflow: auto;
}

.show-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.fixed-navbar {
  z-index: 10;
  background-color: #fff;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  background-color: #e30e33;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 31px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.plus-button:hover {
  background-color: #ffcc00f2;
}

.stars {
  margin-bottom: 10px;
}

.star {
  margin-right: 5px;
}

.button {
  color: #20272f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 3px;
  min-width: 200px;
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .9;
}

.button.top-border {
  text-align: center;
  margin-top: 25px;
}

.button._2 {
  margin-top: 20px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.update {
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.update-text {
  color: var(--black);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.video {
  margin-bottom: 20px;
}

.map-image {
  background-image: url('../images/Map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.intro-box-image {
  background-color: var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.intro-box-image._1 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-8.jpeg');
}

.intro-box-image._2 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.04.jpeg');
  background-position: 0%;
}

.intro-box-image._3 {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.05-9.jpeg');
}

.intro-box-image.x {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.05-4.jpeg');
  background-position: 50%;
}

.intro-box-image.josh {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-11.jpeg');
}

.intro-box-image.ash {
  background-image: url('../images/6564a5048a7bd850ec02262a_PHOTO-2023-11-27-14-15-34.jpg');
}

.intro-box-image.sam {
  background-image: url('../images/656d9f30b48197e8df293173_Screenshot-2023-12-04-at-09.43.07.png');
}

.link {
  cursor: pointer;
}

.no-link-underline {
  text-decoration: none;
}

.go-up-button {
  z-index: 3;
  background-color: #1f1f1f;
  background-image: url('../images/Arrow_up_1Arrow_up.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.hero-subtitle-2 {
  color: #fff;
  margin-bottom: .625rem;
}

.image-2 {
  max-width: 75px;
}

.xxl-heading {
  text-shadow: 2px 2px 1px #000;
  font-size: 56px;
  line-height: 1.2em;
}

.xxl-heading._1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  display: block;
}

.inverted {
  color: #ffcb03;
  text-transform: none;
  text-shadow: 2px 2px 2px #000;
  background-color: #e30e33;
  padding-left: 10px;
  padding-right: 10px;
}

.tour-date-row {
  border-top: 1px #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  width: 102%;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rsvp-button {
  color: #333;
  letter-spacing: 1px;
  background-color: #555;
  border: 1px solid #3d3d3d;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

.rsvp-button:hover {
  color: #fff;
  border-color: #fff;
}

.rsvp-button.available {
  color: #e30e33;
  background-color: #ffcc02;
  border-color: #f7e769;
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 86px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.page-title.tour-page {
  color: #fff;
}

.heading-2 {
  color: #f7c72a;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.heading-2.body {
  justify-content: center;
  display: flex;
}

.logo-mid-text {
  width: 100px;
  margin-bottom: 20px;
}

.venue {
  font-weight: 500;
}

.content-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.bio {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.rt-category-cards-text-2 {
  color: #333;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.qual {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.rt-component-section-2 {
  color: #6d6d6d;
  background-color: #fff;
  width: auto;
  padding: 0 15px 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-team-member {
  border-radius: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px #3339;
}

.rt-component-container {
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-team-member-image {
  background-color: #00aeff38;
  background-image: linear-gradient(#00000030, #00000030);
  justify-content: center;
  align-items: flex-end;
  height: 300px;
  padding: 100px 0;
  display: flex;
}

.rt-team-member-image.josh {
  background-image: url('../images/ChatGPT-Image-Feb-25-2026-10_47_32-AM.png'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 400px;
}

.rt-team-member-image.ash {
  background-image: url('../images/6564a5048a7bd850ec02262a_PHOTO-2023-11-27-14-15-34.jpg'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.rt-team-member-image.sam {
  background-image: url('../images/656d9f30b48197e8df293173_Screenshot-2023-12-04-at-09.43.07.png'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.rt-team-member-image.scott {
  background-image: url('../images/65e37ff999bab6d0ff12ec19_Screenshot-2024-03-02-at-19.37.23.png'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.rt-team-member-image.daniel {
  background-image: url('../images/WhatsApp-Image-2026-02-17-at-09.27.03-11.jpeg'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.rt-team-member-image.josh-mtt {
  background-image: url('../images/300199812_1119718845300131_2512856717421901947_n.jpg'), linear-gradient(#00000030, #00000030);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.rt-doctor-name-and-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.rt-doctor-name-and-category.rt-doctor-name-and-category-marging-top-decrease {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  margin-top: 21px;
  padding-left: 5px;
  padding-right: 5px;
}

.rt-doctor-social-media {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bio-2 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.rt-body-font {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-team-oneteam-members-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.rt-team-oneteam-members-wrapper.merch {
  grid-template-columns: 1fr;
  max-width: 50%;
}

.bio-3 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.in-page-logo {
  width: 125px;
  margin-bottom: 0;
}

.in-page-logo.contact {
  background-color: #0000;
  width: 150px;
  margin-bottom: 20px;
}

.contact-icon-columns {
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-section {
  padding-bottom: 0;
  position: relative;
}

.mini-phone {
  background-color: #ffcc02;
  border-radius: 20px;
  width: 32px;
  padding: 5px;
}

.megamenu-text {
  font-size: 14px;
  font-weight: 500;
}

.megamenu-heading {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.megamenu-heading.centre {
  justify-content: center;
}

.combine-icon_large-3 {
  color: #e30e33;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.megamenu-main-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-right: 1px solid #dee2e6;
  align-items: center;
  padding-left: 40px;
  padding-right: 15px;
}

.megamenu-main-block-2._2 {
  border-right-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #e30e33;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  transition: all .4s;
}

.button-2:hover {
  background-color: #027db6;
}

.contact-container {
  text-align: center;
  background-color: #e6e6e6;
  background-image: linear-gradient(#e4e4e4, #fff 32%);
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 5px 4px #00000052;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -76px;
  padding-bottom: 40px;
  display: flex;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-content {
  color: #333;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

.title-content.contact {
  margin-bottom: 10px;
}

.tabs-menu {
  margin-bottom: 20px;
}

.tab {
  padding-left: 20px;
  padding-right: 20px;
}

.tab.w--current {
  background-color: #f7ed2a;
  font-weight: 500;
}

.button-3 {
  color: #f8c729b3;
  background-color: #0000;
  border: 1px solid #f8c729b3;
  padding: 11px 19px;
  font-size: 14px;
}

.button-3.big {
  color: #f7ed2a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000006e;
  border-color: #f7c72a;
  width: 180px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 15px 26px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border .2s, color .2s;
}

.button-3.big:hover {
  color: #fff;
  border-color: #fff;
}

.button-3.big.colour-2 {
  text-align: center;
  background-color: #000000c9;
}

.button-3.big.colour-2.w--current {
  text-align: center;
}

.tabs {
  margin-top: 20px;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl_gallery10_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_image {
  border: 1px solid #fff;
  min-width: 100%;
}

.image-3 {
  max-width: 70%;
}

.image-4 {
  box-shadow: 2px 2px 2px #00000096;
}

.rl_layout28_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_layout28_tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_tabs-link-2 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.rl-heading-style-h4-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular-5 {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1280px) {
  .megamenu-text {
    font-size: 16px;
  }

  .megamenu-main-block-2 {
    padding-left: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-image: linear-gradient(#0000006e, #0000006e), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-12.jpeg');
    background-position: 0 0, 0%;
    background-size: auto, 130%;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-bottom: 140px;
  }

  .hero-section.subpage {
    height: auto;
    padding-bottom: 140px;
  }

  .xxl-heading._1 {
    font-size: 62px;
  }

  .page-title {
    font-size: 86px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .logo-mid-text {
    width: 125px;
  }

  .rt-team-member {
    border-radius: 4px;
  }

  .rt-team-oneteam-members-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .in-page-logo {
    width: 175px;
  }

  .contact-icon-columns {
    width: 50%;
  }

  .form-holding-div {
    padding-bottom: 60px;
  }

  .tab {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .button-3.big {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0000006e;
    border-width: 2px;
    width: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .rl-text-style-regular-5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
  }

  h3 {
    font-size: 24px;
    line-height: 31px;
  }

  h4 {
    font-size: 22px;
    line-height: 29px;
  }

  h5 {
    font-size: 20px;
    line-height: 27px;
  }

  h6 {
    font-size: 18px;
    line-height: 25px;
  }

  p {
    font-size: 15.5px;
    line-height: 29.5px;
  }

  .hero-section.subpage {
    background-image: linear-gradient(to bottom, null, null), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04.jpeg');
    background-attachment: scroll, scroll;
  }

  .header-box {
    width: 80%;
  }

  .column-image {
    flex: 1;
  }

  .header-logo-center.top-center {
    width: 100%;
  }

  .header-logo-center.top-left, .header-logo-center.top-right {
    display: none;
  }

  .nav-menu {
    background-color: #fff0;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .burger-menu {
    color: #20272f;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .xxl-heading {
    font-size: 48px;
  }

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

  .page-title, .page-title.tour-page {
    font-size: 56px;
  }

  .content-wrapper-2 {
    max-width: 90%;
  }

  .rt-team-member {
    max-width: 100%;
  }

  .rt-doctor-name-and-category {
    margin-top: 21px;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .contact-container {
    width: 70%;
    max-width: none;
  }

  .icon-col {
    margin-bottom: 20px;
  }

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

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .rl_layout28_component-2 {
    grid-column-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .rl-heading-style-h4-4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 33px;
  }

  h2 {
    font-size: 24px;
    line-height: 31px;
  }

  h3 {
    font-size: 22px;
    line-height: 29px;
  }

  h4 {
    font-size: 20px;
    line-height: 27px;
  }

  h5 {
    font-size: 18px;
    line-height: 25px;
  }

  h6 {
    font-size: 16px;
    line-height: 23px;
  }

  p {
    font-size: 15px;
    line-height: 29px;
  }

  .hero-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .hero-section.subpage {
    background-image: linear-gradient(#0000007d, #0000007d), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, 180%;
  }

  .content-wrapper.menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-box {
    width: 90%;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column, ._50-percent-column.text {
    width: 100%;
  }

  ._50-percent-column.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0;
  }

  .column-image {
    flex: 0 auto;
    height: 600px;
    margin-bottom: 60px;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .map {
    height: 600px;
  }

  .header-logo-center.no-right-border {
    width: 100%;
  }

  .header-logo-center.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo-center.footer {
    width: 50%;
  }

  .header-logo-center.footer-logo {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  .header-logo-center.column-start {
    width: 50%;
  }

  .header-logo-center.top-center {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    width: 100%;
    height: 52px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navlink, .navlink.w--current {
    color: #e30e33;
  }

  .burger-menu {
    color: #fff;
  }

  .menu-button {
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .hero-subtitle-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .tour-date-row {
    text-align: center;
  }

  .rsvp-button {
    margin-top: 15px;
  }

  .page-title {
    font-size: 42px;
  }

  .page-title.tour-page {
    margin-bottom: 40px;
    font-size: 42px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-team-oneteam-members-wrapper.merch {
    max-width: 80%;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 80%;
  }

  .title-content {
    font-size: 38px;
    line-height: 42px;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_layout28_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4-4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_spacing-block-1-2 {
    padding-bottom: .75rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 31px;
  }

  h2 {
    font-size: 22px;
    line-height: 29px;
  }

  h3 {
    font-size: 20px;
    line-height: 27px;
  }

  h4 {
    font-size: 18px;
    line-height: 25px;
  }

  h5 {
    font-size: 16px;
    line-height: 23px;
  }

  h6 {
    font-size: 14px;
    line-height: 21px;
  }

  p {
    font-size: 14.5px;
    line-height: 28.5px;
  }

  .hero-section {
    background-image: linear-gradient(#00000061, #00000061), url('../images/WhatsApp-Image-2026-02-17-at-09.27.03-13.jpeg');
    background-position: 0 0, 50% 75%;
    background-size: auto, auto 110%;
    height: 100vh;
  }

  .hero-section.subpage {
    background-image: linear-gradient(#00000075, #00000075), url('../images/WhatsApp-Image-2026-02-17-at-09.27.04-6.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .content-wrapper {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-wrapper.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    font-size: 50px;
    line-height: 1.3em;
  }

  .underline.no-bottom-border {
    min-width: 180px;
  }

  .flex-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .intro {
    width: 100%;
  }

  ._50-percent-column {
    text-align: center;
  }

  ._50-percent-column.image-1 {
    display: none;
  }

  ._50-percent-column.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .column-image.tour {
    background-image: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 335px;
    height: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .service-box {
    width: 100%;
  }

  .header-logo-center.footer {
    width: 100%;
    margin-bottom: 0;
  }

  .header-logo-center.column-start {
    width: 100%;
    padding-left: 0;
  }

  .header-logo-center.top-center {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .footer {
    padding-bottom: 40px;
  }

  .contact-details-item, .footer-notice-text, .footer-logo-link {
    text-align: center;
  }

  .nav-menu {
    box-shadow: 0 2px 10px 40px #0000001c;
  }

  .navlink.w--current {
    color: #e30e33;
  }

  .menu-button {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button {
    min-width: 180px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .hero-subtitle-2 {
    margin-top: 5px;
    font-size: 17px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .xxl-heading._1 {
    font-size: 28px;
    line-height: 2em;
  }

  .inverted {
    background-color: #e31133;
    font-size: 34px;
  }

  .page-title {
    margin-bottom: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
  }

  .page-title.tour-page {
    float: none;
    clear: none;
    overflow-wrap: normal;
    max-width: none;
    font-family: Oswald, sans-serif;
    font-size: 42px;
    font-weight: 700;
  }

  .heading-2 {
    letter-spacing: 0;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .logo-mid-text {
    width: 60px;
  }

  .content-wrapper-2 {
    max-width: 95%;
    padding-top: 0;
  }

  .rt-component-section-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-team-member {
    margin-left: 0;
    margin-right: 0;
  }

  .rt-team-member-image.josh {
    height: 300px;
  }

  .rt-team-member-image.ash {
    background-image: url('../images/6564a5048a7bd850ec02262a_PHOTO-2023-11-27-14-15-34.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50% 0, 0 0;
  }

  .rt-team-member-image.josh-mtt {
    background-image: url('../images/300199812_1119718845300131_2512856717421901947_n.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50% 0, 0 0;
    height: 300px;
  }

  .bio-2 {
    font-size: 12px;
    line-height: 1.4;
  }

  .rt-body-font {
    line-height: 1.4;
  }

  .rt-team-oneteam-members-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .rt-team-oneteam-members-wrapper.merch {
    max-width: 90%;
  }

  .bio-3 {
    font-size: 12px;
    line-height: 1.4;
  }

  .in-page-logo {
    width: 100px;
  }

  .in-page-logo.contact {
    margin-bottom: 0;
  }

  .contact-icon-columns {
    flex-flow: row;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .mini-phone {
    width: 25px;
  }

  .megamenu-heading.centre {
    margin-bottom: 5px;
  }

  .combine-icon_large-3 {
    margin-bottom: 15px;
  }

  .contact-icon-div {
    margin-bottom: 20px;
  }

  .contact-container {
    background-image: linear-gradient(#e4e4e4, #fff 27%);
    width: 90%;
    padding: 40px 10px 20px;
  }

  .form-holding-div {
    margin-top: -100px;
  }

  .title-content {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .tab {
    border: 1px solid #000;
    border-width: 1px 2px;
  }

  .tab.top {
    border-top-width: 2px;
  }

  .tab.bottom, .tab.bottom.w--current {
    border-bottom-width: 2px;
  }

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

  .button-3.big {
    letter-spacing: 0;
    width: 60%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-family: Oswald, sans-serif;
  }

  .button-3.big.colour-2 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Oswald, sans-serif;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_gallery10_lightbox-link.sa {
    margin-top: -2.5rem;
  }

  .rl_layout28_component-2 {
    grid-template-columns: 1fr;
  }

  .rl_layout28_tabs-link-2, .rl_layout28_tabs-link-2.w--current {
    padding-left: 1rem;
  }

  .rl-heading-style-h4-4 {
    font-family: Oswald, sans-serif;
  }
}

#w-node-bd3c2b89-df81-4f40-c8de-a7eda2176250-9eec07fc {
  grid-area: 1 / 1 / 2 / 2;
}


