@font-face {
  font-family: JNL;
  src: url('../fonts/VehicleJNL.eot') format("embedded-opentype"), url('../fonts/VehicleJNL.woff') format("woff"), url('../fonts/VehicleJNL.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --queen: #0c6c83;
  --green3: #00181f;
  --gold2: #b4994f;
  --green2: #01252e;
  --gold1: #c9a438;
}

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

p {
  margin-bottom: 0;
}

strong {
  color: #fff;
  letter-spacing: 2px;
  font-family: JNL, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-ctas {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-flex-2 {
  z-index: 1000;
  background-color: #00000063;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 8px 4em;
  display: flex;
  position: static;
  top: 0;
}

.nav-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-right: .7em;
  font-size: 1.5em;
}

.brand-3 {
  opacity: 1;
  color: #fff;
  align-items: center;
  padding: 0;
  transition: opacity .2s;
}

.brand-3:hover {
  opacity: .8;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2.5em;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.nav-link-3:hover {
  opacity: 1;
}

.nav-link-3.w--current {
  opacity: 1;
  border-bottom-color: #fff;
}

.nav-menu-3 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

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

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.nav-flex-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 4em;
  display: flex;
}

.nav-contact-link {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-contact-link:hover {
  opacity: .7;
}

.main-nav {
  align-items: stretch;
  display: flex;
}

.nav-link-title {
  font-family: JNL, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-image: url('../images/Instagram_1.png');
  background-size: 16px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
  background-color: #0000;
}

.footer-social-link.whatsapp.footer-s {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.footer-s:hover {
  opacity: .48;
  background-color: #0000;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000005e;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-cta {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #161616;
  border-radius: .3em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .6em 1.1em;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-link-cta:hover {
  background-color: #545454;
}

.nav-link-cta.only-for-mobile {
  display: none;
}

.nav-link-cta.green {
  background-color: #a58138;
  background-image: linear-gradient(45deg, #c99a00, #b8860b 54%, #8b6508);
  padding-top: 1em;
  padding-bottom: 1em;
  transition: opacity .45s;
}

.nav-link-cta.green:hover {
  opacity: .54;
}

.nav-link-cta.green.above {
  padding-top: .6em;
  padding-bottom: .6em;
}

.nav-link-cta.green.above.onlym {
  display: none;
}

.nav-link-cta.menu-btn {
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  padding-top: .7em;
  padding-bottom: .7em;
  transition: opacity .45s;
}

.nav-link-cta.menu-btn:hover {
  opacity: .54;
}

.nav-link-cta.menu-btn.w--current {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.nav-link-cta.menu-btn.above {
  padding-top: .6em;
  padding-bottom: .6em;
}

.nav-link-cta.menu-btn.above.onlym {
  display: none;
}

.bold-text {
  color: #cc9a35;
  font-weight: 500;
}

.body-display {
  color: #b8b5b0;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.center-body {
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.body-spacing {
  color: #dddddde6;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.thank-you {
  color: #fff;
  text-align: center;
  margin-top: 19px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.pp-soon {
  z-index: 20;
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.about-2.section-spacing {
  background-color: #000;
  background-image: url('../images/bottom-right.svg'), url('../images/bottom-left.svg'), url('../images/top-right.svg'), url('../images/top-left.svg'), linear-gradient(#0000008c, #0000008c), url('../images/Asset-100-1.svg');
  background-position: 99% 99%, 1% 99%, 99% 1%, 1% 1%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: 100px, 100px, 100px, 100px, auto, 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.left-arrow-2 {
  z-index: 99;
}

.parallax3 {
  background-image: url('../images/AU8I5673.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.booking {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero.roof {
  background-color: #000;
  padding-top: 100px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  height: 250px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-item.abb {
  height: 180px;
}

.pp2 {
  z-index: 20;
  opacity: 1;
  color: #fff;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1000px;
  margin: 50px auto 0;
  display: none;
}

.kel-wrap-4 {
  margin-left: 0;
  margin-right: 0;
}

.kel-wrap-4._1st {
  text-align: center;
  margin-left: 0;
}

.absolute-block-for-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.contact-icon {
  filter: invert();
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.html-embed-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

.style-h1 {
  color: var(--queen);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.home-3-menu-button {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  bottom: -4em;
}

.stacked-heading {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-4.c1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AU8I5668.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
}

.section-4.menus {
  background-color: #000;
  overflow: visible;
}

.section-4.menus.vec {
  background-image: url('../images/top-left.svg'), url('../images/top-right.svg'), url('../images/bottom-right.svg'), url('../images/bottom-left.svg');
  background-position: 1% 1%, 99% 1%, 99% 99%, 1% 99%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px, 100px, 100px, 100px;
}

.section-4.pp3 {
  background-color: #000;
  background-image: url('../images/bottom-right.svg'), url('../images/bottom-left.svg'), url('../images/top-right.svg'), url('../images/top-left.svg');
  background-position: 99% 99%, 1% 99%, 99% 1%, 1% 1%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px, 100px, 100px, 100px;
  margin-top: 0;
  overflow: visible;
}

.section-4.is-home-hero-2 {
  z-index: 20;
  background-color: #302627;
  overflow: visible;
}

.shape {
  background-color: #000;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  position: relative;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.contact-grid-block-3 {
  z-index: 10;
  background-color: var(--green3);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 5em;
  display: flex;
  position: relative;
}

.image-10 {
  opacity: 1;
  filter: saturate(74%);
  width: 50px;
}

.image-10.sm {
  width: 40px;
}

.home-3-menu-link {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 34em;
  padding: 4em 0 8em;
  text-decoration: none;
  transition: opacity .825s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-menu-link:hover {
  opacity: .5;
}

.home-3-menu-link.non {
  padding-bottom: 6.3em;
}

.home-3-menu-link.non:hover {
  opacity: 100;
}

.menu-container {
  z-index: 10;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-32 {
  border-radius: 8px;
}

.dark {
  color: #000;
  letter-spacing: .05em;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.dark:hover {
  opacity: .7;
}

.home-3-menu-icon {
  z-index: 10;
  filter: invert();
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: relative;
  top: -1.6em;
}

.reservation-form {
  z-index: 10;
  color: #302627;
  text-align: center;
  width: 100%;
  max-width: 33em;
  position: relative;
}

.revi {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: JNL, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.card-circle {
  background-color: #f3f6fc;
  border-radius: 100%;
  width: 6vw;
  max-width: 800px;
  height: 6vw;
  max-height: 800px;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.card-circle.overlay {
  background-color: #1b1009a3;
}

.features-image {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.padding-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-inner._50 {
  background-image: url('../images/bottom-right.svg'), url('../images/bottom-left.svg'), url('../images/top-right.svg'), url('../images/top-left.svg');
  background-position: 99% 99%, 1% 99%, 99% 1%, 1% 1%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 100px, 100px, 100px, 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.padding-inner.boat {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/Asset-1.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
  background-attachment: scroll, fixed;
  padding-left: 50px;
  padding-right: 50px;
}

.booking-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 5.9em 100px;
  display: flex;
  position: relative;
}

.form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5.mm {
  margin-bottom: 35px;
}

.sub-header-2 {
  color: #0389db;
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-2.as-seen {
  color: #c4c4c4;
  margin-top: 53px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 32px;
}

.form {
  width: 100%;
}

.html-embed {
  width: 100%;
  height: 400px;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 25px;
}

.form-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.form-item.is-area {
  align-items: flex-start;
}

.contact-grid-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.parallax {
  background-image: url('../images/AU8I6482.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-33 {
  opacity: .7;
}

.form-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: JNL, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.icon-star-filled {
  filter: saturate(141%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.icon-3 {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.cover-image-2 {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-2.right {
  object-position: 75% 50%;
}

.project-image-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.text-field {
  color: #161616;
  text-align: left;
  background-color: #fff;
  border: 1px solid #54545429;
  border-radius: .2em;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 7em;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
}

.text-field:hover {
  border-color: #85696c;
}

.text-field:focus {
  background-color: #f5f0f1;
  border-color: #85696c;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.text-field::placeholder {
  font-weight: 300;
}

.text-field.is-area {
  height: 150px;
}

.sticky-gradients {
  z-index: 1;
  background-color: #e2d6d8;
  background-image: radial-gradient(circle, #ffffff80, #ffffff03), radial-gradient(circle at 50% 0, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, #85696c, #ffffff03 58%), radial-gradient(circle at 0 0, #ccb1b4 46%, #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-gradients.dark33 {
  background-color: #000;
  background-image: url('../images/bottom-right.svg'), url('../images/top-right.svg'), url('../images/top-left.svg'), radial-gradient(circle, #00000080, #ffffff03), linear-gradient(124deg, #ffffff03 20%, #5c5c5c80 37%, #ffffff03 83%), radial-gradient(circle at 0 0, #000 46%, #000);
  background-position: 99% 99%, 99% 1%, 1% 1%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat, repeat;
  background-size: 100px, 100px, 100px, auto, auto, auto;
  min-height: 100%;
  margin-top: 0;
  position: static;
}

.form-icon-background {
  z-index: 5;
  background-color: #b4994f57;
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.error-message {
  background-color: #ecbdc5;
  border: 1px solid #bd7d88;
  border-radius: .2em;
  margin-top: 1em;
  padding: 1.7em;
  font-weight: 500;
}

.card-wrapper {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-grid-link-3 {
  color: #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 2.2em;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.contact-grid-link-3:hover {
  opacity: .6;
}

.contact-grid-link-3.nomargin {
  margin-bottom: 0;
}

.contact-grid-link-3.with-margin {
  margin-bottom: 1.5em;
}

.contact-grid-block-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #302627;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 5em;
  display: flex;
  position: relative;
}

.contact-grid-block-2.with-button-in-right {
  padding: 0;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.right-arrow-2 {
  z-index: 99;
}

.kel-wrap-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  margin-top: 16px;
  display: flex;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line.center {
  margin: 57px auto 50px;
}

.left-line.center.none-pad {
  margin-top: 0;
  margin-bottom: 16px;
}

.sticky-100vh-block {
  height: 100%;
  position: sticky;
  top: 0;
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gold2);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: relative;
}

.booking-image-size {
  z-index: 10;
  width: 100%;
  height: 45em;
  margin-top: 30px;
  position: relative;
}

.booking-image-size.sm {
  height: 30em;
}

.none.type-color {
  color: #ffffffd1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.menu-nts {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #a0a0a0;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-family: JNL, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: filter .775s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts:hover {
  background-color: var(--green2);
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.features-text-wrapper {
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 50%;
  max-width: 50%;
  padding: 0 45px 0 0;
  display: flex;
}

.features-text-wrapper.right {
  padding-left: 45px;
  padding-right: 0;
}

.seo {
  color: #fff;
  text-transform: none;
  width: 800px;
  margin: 14px auto;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.booking-column-2 {
  z-index: 5;
  border-left: 1px solid var(--gold2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 0 5.9em 100px;
  display: flex;
  position: sticky;
  top: 65px;
}

.mini-container {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-grid-2 {
  z-index: 10;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 50px 100px;
  position: relative;
}

.gradient-bottom-absolute-bg {
  z-index: 2;
  background-image: linear-gradient(#f3eeef00, #f9f7f787 53%, #fff);
  position: absolute;
  inset: auto 0% 0%;
}

.project-card-info-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.animation-color-bg {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.animation-color-bg.in-menu {
  background-color: #f3eeef;
}

.slide-img {
  background-image: url('../images/Dubliner-125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-img.new3 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6405.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.new0 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6010.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-img.new03 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I5763.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.nbew4 {
  background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6600.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.features-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  min-width: 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.image-animation-trigger.in-menu {
  position: absolute;
  inset: 0%;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.line-fill {
  background-color: var(--gold1);
  color: var(--gold1);
  width: 40%;
  height: 100%;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/AU8I6095.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 134px 50px 123px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #ffffffe6;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.primary_button {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #a0a0a0;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: background-color .4s;
}

.primary_button:hover {
  opacity: .62;
  color: #f3f0ea;
  background-color: #000;
  border-style: solid;
  border-color: #6e5e3c;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hover-line-fill {
  border-style: solid;
  border-width: 1px;
  border-color: #ceaa72 #ceaa72 var(--gold2);
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.background-image {
  z-index: 1;
  background-image: url('../images/_A743082.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image._23 {
  background-image: url('../images/_A743738.jpg');
}

.background-image._26 {
  background-image: url('../images/_A743767-1.jpg');
}

.background-image._24 {
  background-image: url('../images/_A743721.jpg');
}

.background-image._30 {
  background-image: url('../images/_A743762.jpg');
}

.row-content {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row-content.reverse-on-tab {
  align-items: stretch;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-hero {
  color: #ffffffd6;
  max-width: 850px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.verticle-line {
  background-color: var(--gold2);
  height: 100%;
  position: relative;
}

.section-5 {
  background-color: #000;
  padding: 15px 50px;
}

.hover-line-2 {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.title-top {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-family: JNL, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
}

.title-top.white {
  color: #000;
}

.title-top.ww {
  color: #fff;
  font-family: JNL, sans-serif;
}

.title-top.ww.max {
  max-width: 800px;
}

.title-top.gold-tilt {
  color: var(--gold1);
}

.hero-slider {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

.home-3-menu-title {
  z-index: 20;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: JNL, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}

.small-tile {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: JNL, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.wrapper-full {
  max-width: 1000px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.home-3-menu-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px #889ea833;
  grid-template-rows: 1fr 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.slide-nav-2 {
  display: none;
}

.field-label {
  z-index: 10;
  color: #302627;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.field-label.in-area {
  top: 1.8em;
}

.text-block {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4em;
}

.home-3-menu {
  margin-top: 50px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1000px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.grid-wrapper.about-2 {
  grid-template-rows: auto auto;
}

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.image-overlay {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 30.1em;
  padding-bottom: 3.6em;
  display: flex;
  position: relative;
}

.container-2 {
  z-index: 10;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-3-menu-gradient {
  z-index: 10;
  background-image: linear-gradient(#30262700, #241c1dbf 50%, #000000e3);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.success-message {
  color: #fff;
  background-color: #1d6161;
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-contact {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10.2em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.booking-title-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.features-description {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.kel-pic-1 {
  transition: filter .325s;
}

.kel-pic-1:hover {
  filter: invert(47%);
}

.submit-form-button {
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #161616;
  background-image: url('../images/table_restaurant_white_24dp.svg'), linear-gradient(91deg, #c79802, #8c6507);
  background-position: 13%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.3em, auto;
  border-radius: .2em;
  width: 100%;
  margin-top: 0;
  padding: 1em 1em 1em 2.7em;
  font-family: JNL, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-form-button:hover {
  background-color: #727272;
}

.submit-form-button:focus, .submit-form-button:focus-visible, .submit-form-button[data-wf-focus-visible] {
  background-color: var(--gold1);
}

.home-3-menu-item {
  display: flex;
}

.contact-title-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Oswald, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-2 {
  color: #727272e3;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  overflow: visible;
}

.paragraph-2.white75 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.events {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd4, #ffffffd4), url('../images/Asset-22x.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, 400px;
  padding: 100px 50px 212px;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p_m {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.p_m.rese {
  color: var(--gold1);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.no-wrap {
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
}

.image-shape {
  background-image: url('../images/AU8I2943.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.heading-9 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}

.tiktok {
  margin-left: 5px;
  margin-right: 0;
}

.home-footer-socicon, .home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: .85;
}

.div-block-14 {
  text-align: center;
}

.gallery-cpver {
  filter: contrast(112%);
  background-image: linear-gradient(#00000087, #00000087), url('../images/AU8I5663.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 247px;
  padding-bottom: 80px;
  display: flex;
}

.heading-hero {
  color: #e4aa34;
  font-size: 55px;
}

.heading-hero.white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 3px 4px 2px #0003;
  font-size: 50px;
  font-weight: 500;
}

.menu-box {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.menu-box.top {
  margin-bottom: 0;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.menu-items._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-2 {
  color: #dbd99e;
  font-size: 64px;
  line-height: 60px;
}

.heading-2._12 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: var(--gold1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: JNL, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.menu {
  color: #ffffffe6;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.infotext.sub {
  color: #ffffffe6;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

.menu-items-container {
  z-index: 10;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gold-bold {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.m1 {
  background-image: url('../images/AU8I6403.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.image-34 {
  margin-bottom: 8px;
}

.tabs {
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.tabs-nav-text {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: 2px;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: JNL, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.tabs-menu-underline-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: 1.4em;
  justify-content: center;
  align-items: center;
  padding: 0 0 1.2em;
  display: flex;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-wrap-2 {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .9em 2em;
  font-size: 11px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._01 {
  background-color: var(--green2);
  color: #fff;
  background-image: linear-gradient(90deg, #c69704, #966d08);
  border: 1px #fff;
  border-radius: .3em;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 15px;
  font-weight: 400;
}

.tabs-nav-item-underline._01.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  background-image: none;
  border: 1px #fff;
}

.gallery-background-2 {
  z-index: 3;
  background-color: #81620580;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-thumbnail.down {
  object-position: 50% 100%;
}

.gallery-thumbnail.right {
  object-position: 90% 50%;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.gallery-lightbox-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-2.is-100 {
  border-radius: .3em;
  height: 100%;
}

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

.thanks-cover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/AU8I5975.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menus-cover {
  background-image: linear-gradient(#00000087, #00000087), url('../images/AU8I6604.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 240px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-icon {
  width: 200px;
}

.sub1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.sub1.ppa {
  color: #fff;
  font-family: JNL, sans-serif;
  font-weight: 400;
}

.cta-image-frame {
  background-color: #fff;
  flex: none;
  width: 300px;
  height: 430px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.cta-image-frame._2 {
  margin-top: 30px;
}

.section {
  background-color: #0b0931;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.cta-section {
  z-index: 10;
  background-color: #000;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.image-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-top: 50px;
  margin-left: 0;
  display: flex;
}

.pres {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 42px;
  font-family: JNL, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53);
}

.pres:hover {
  color: var(--gold2);
  text-decoration: none;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 93%;
}

.cta-image.ce {
  object-position: 30% 50%;
}

.div-block-16 {
  border: 1px #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-17 {
  z-index: 12;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 79px;
}

.sticky0btn {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #a0a0a0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 15px;
  font-family: JNL, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .775s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky0btn:hover {
  opacity: .56;
  background-color: #000;
}

.gold-text {
  color: var(--gold1);
  font-weight: 400;
}

.text-span-2 {
  color: var(--gold2);
  font-weight: 400;
}

.link {
  color: #ffffffe6;
  font-weight: 600;
  text-decoration: none;
}

.text-span-3 {
  color: var(--gold1);
}

.from-holder {
  width: 100%;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 90%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.social-wrap {
  align-items: center;
  display: flex;
}

.social-wrap.bt {
  margin-top: 6px;
}

.connect-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-9 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.hamburger-bottom {
  background-color: var(--gold2);
  width: 100%;
  height: 1px;
}

.off-other-column {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  border-left: 1px solid #a0a0a029;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 180px;
  padding-left: 90px;
  display: grid;
}

.hamburger-top {
  background-color: #beae79;
  width: 100%;
  height: 1px;
}

.white {
  color: #fff;
}

.white.op70 {
  opacity: 1;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.off-main-linka {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 180px;
  display: flex;
}

._001-nav-btn-wrap {
  z-index: 101;
  margin-top: 15px;
  padding: 0;
}

._001-nav-btn-wrap.w--open {
  background-color: #0000;
}

.connect-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: JNL, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.hamburger-middle {
  color: #917e37;
  background-color: #beae79;
  width: 100%;
  height: 1px;
}

.social-icon {
  opacity: .7;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 24px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.insta {
  opacity: 100;
  background-image: url('../images/instagram-new-outline.png');
  margin-right: 15px;
}

.social-icon.fb {
  opacity: 100;
  background-image: url('../images/81341.png');
  background-position: 50%;
  margin-right: 15px;
}

.social-icon.tik {
  opacity: 100;
  background-image: url('../images/tiktok_PNG27.png');
  margin-right: 0;
}

._001-nav {
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-4 {
  z-index: 101;
  color: #1a1a1f;
  margin-left: 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

._001-nav-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.over {
  background-color: #1a1a1f;
  background-image: linear-gradient(#0006, #0006), url('../images/Paper-Texture_DarkBlue-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger-wrapper-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 20px;
  display: flex;
}

._01010102 {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 29px;
  padding-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 35px;
  line-height: 50px;
  text-decoration: none;
  transition: color .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._01010102:hover {
  color: #917e37;
}

.ont {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: JNL, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.text-span-11 {
  color: var(--gold1);
  letter-spacing: 2px;
  font-family: JNL, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.html-embed-3 {
  border: 3px solid #917e37;
  border-radius: 0;
  width: 60%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.form-wrapper {
  border-right: 1px solid var(--gold2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.contact-info {
  color: #fff;
  max-width: 600px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.contact-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 0;
  padding-right: 200px;
  display: flex;
}

.contacts-container {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/PW-Bar-Menu-9x11-2.png');
  background-position: 0 0, 95% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-12 {
  color: var(--gold1);
}

._0a0a0 {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.c-right-info {
  margin-left: 1em;
}

.fix {
  font-size: 22px;
}

.foot1 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.c-footer-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name {
  color: var(--gold1);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JNL, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-footer-g-maps {
  color: var(--gold1);
  text-decoration: none;
  transition: all .5s;
}

.c-footer-g-maps:hover {
  color: #7f573c;
}

.c-footer-after {
  width: 100%;
}

.c-footer-after-wrapper {
  border-top: 1px solid #24201c;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c-info-right-label {
  cursor: pointer;
  text-decoration: none;
  display: flex;
}

.algin-center {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.c-footer-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 26px;
}

.c-footer-info-wrapper {
  justify-content: flex-start;
  margin-top: 6px;
  display: flex;
}

.footer-logo-wrapper {
  background-color: #030303;
  border-top: 1px #0c0c0c;
  margin-bottom: 0;
  padding: 40px 50px 0;
}

.foot2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.c-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.c-container.footer {
  padding-left: 50px;
  padding-right: 50px;
}

.contact-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  right: 0;
}

.facebook {
  background-color: #917e37;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-right: 0;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.facebook:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.twitter {
  background-color: #917e37;
  background-image: url('../images/Insta-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: transform .1s cubic-bezier(.55, .085, .68, .53);
}

.twitter:hover {
  background-color: #d7b56e;
  transform: scale(1.06);
  box-shadow: 1px 1px 3px #00000042;
}

.c-footer {
  z-index: 5;
  background-color: #000;
  position: relative;
}

.footer-black {
  z-index: 10;
  background-color: #000;
  padding: 0 0 40px;
  position: relative;
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-link:active {
  text-decoration: none;
}

.c-footer-reserve-table {
  color: #917e37;
  text-decoration: none;
  transition: all .5s;
}

.c-footer-reserve-table:hover {
  color: #7f573c;
}

.red {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .4s;
}

.red:hover {
  opacity: .69;
}

.c-footer-grid {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-49 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.div-block-48 {
  text-align: center;
  text-decoration: none;
  transition: opacity .4s;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.gold-t1 {
  color: var(--gold1);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: JNL, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.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;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.heading-10 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: JNL, sans-serif;
}

.body {
  background-color: #000;
}

.code-embed {
  text-align: left;
  background-color: #fff;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.html-embed-6 {
  z-index: 99999;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.opentable-widget {
  z-index: 99;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  position: fixed;
  inset: auto 0% -5% auto;
}

@media screen and (min-width: 1280px) {
  .section-5 {
    background-color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .body-display {
    color: #b8b5b0;
    font-size: 18px;
  }

  .body-display.center-body, .body-display.body-spacing, .body-display.thank-you, .body-display.pp-soon {
    padding-top: 10px;
  }

  .style-h1 {
    font-size: 45px;
    line-height: 1.6em;
  }

  .stacked-heading {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
  }

  .button-text {
    font-size: 16px;
    text-decoration: none;
  }

  .list-item {
    grid-template-rows: auto auto;
  }

  .medium-stacked-intro {
    max-width: 500px;
  }

  .line-fill {
    background-color: #ceaa72;
  }

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

  .primary_button {
    letter-spacing: 6px;
    text-decoration: none;
  }

  .hover-line-fill {
    background-color: #ceaa72;
  }

  .verticle-line {
    color: #f3f0ea;
    background-color: #f3f0ea4d;
  }

  .grid-wrapper {
    place-items: center stretch;
    width: auto;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .nav-ctas {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2.5em;
    display: none;
  }

  .menu-button-4 {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

  .menu-button-4.w--open {
    background-color: #0000;
    border-bottom-color: #fff;
  }

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-link-3 {
    white-space: nowrap;
    border-bottom-width: 2px;
    min-height: 3.2em;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2.2em;
  }

  .nav-menu-3 {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .menu-title {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .nav-flex-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-contact-link {
    font-size: 11px;
  }

  .nav-contact-link.hide {
    display: none;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.7em 4em;
  }

  .menu-button-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .nav-link-cta.only-for-mobile {
    align-self: center;
    padding-right: 1em;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .nav-link-cta.green.above.onlym, .nav-link-cta.menu-btn.above.onlym {
    display: flex;
  }

  .body-display {
    font-size: 16px;
  }

  .about-2.section-spacing {
    padding-top: 80px;
  }

  .parallax3 {
    background-attachment: scroll;
    height: 400px;
  }

  .booking {
    justify-content: space-between;
    align-items: flex-start;
  }

  .half-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-13 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .section-hero.roof {
    padding-top: 50px;
  }

  .project-item {
    height: 150px;
  }

  .style-h1 {
    font-size: 36px;
  }

  .stacked-heading {
    text-align: center;
    grid-template-areas: "."
                         "."
                         "Area";
    justify-content: center;
    align-items: center;
  }

  .section-4.c1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5668.webp');
    background-attachment: scroll, scroll;
  }

  .shape {
    height: 140vh;
  }

  .contact-grid-block-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .menu-container {
    width: 100%;
  }

  .revi {
    margin-bottom: 0;
  }

  .padding-inner {
    padding: 80px 50px;
  }

  .padding-inner.boat {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Asset-1.png');
    background-position: 0 0, 50% 7%;
    background-attachment: scroll, scroll;
  }

  .booking-column-1 {
    padding: 0 50px 50px;
  }

  .sub-header-2 {
    font-size: 34px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parallax {
    background-attachment: scroll;
    height: 400px;
  }

  .card-wrapper.flip {
    margin-top: 50px;
  }

  .contact-grid-link-3 {
    font-size: 14px;
  }

  .contact-grid-block-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .kel-wrap-3 {
    grid-template-columns: minmax(0, 150px) minmax(0, 150px) minmax(0, 150px) minmax(0, 200px);
  }

  .left-line.hh1 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    border-bottom-style: none;
    grid-template-rows: auto;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .booking-image-size {
    height: 30em;
  }

  .menu-nts {
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .medium-stacked-intro {
    max-width: none;
  }

  .features-text-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }

  .features-text-wrapper.right {
    margin-top: 0;
    padding-left: 0;
  }

  .seo {
    width: auto;
  }

  .booking-column-2 {
    justify-content: center;
    padding: 0 50px 50px;
    position: relative;
    top: 0;
  }

  .features-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pat6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I6095.webp');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 80px 50px;
  }

  .row-content {
    flex-direction: column;
    justify-content: center;
  }

  .row-content.reverse-on-tab {
    flex-direction: column-reverse;
    align-items: center;
  }

  .row-content.reverse-on-tab.flip2 {
    flex-flow: wrap;
  }

  .paragraph-hero {
    max-width: none;
  }

  .verticle-line {
    width: 100%;
  }

  .hover-line-2 {
    display: none;
  }

  .title-top.ww {
    line-height: 55px;
  }

  .title-top.ww.max {
    max-width: none;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .home-3-menu-list {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-style: none;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-wrapper.about-2 {
    grid-template-columns: minmax(50px, 1fr) minmax(auto, 1000px) minmax(50px, 1fr);
  }

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

  .container-2 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-contact {
    padding-top: 100px;
  }

  .booking-title-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .events {
    padding-bottom: 170px;
  }

  .c-testimonials-gird {
    grid-column-gap: 0em;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .p_m {
    text-align: left;
  }

  .p_m.no-wrap {
    text-align: center;
  }

  .gallery-cpver {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5566.jpg');
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-items._4 {
    grid-template-columns: 1fr 1fr;
  }

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

  .menu-items-container {
    width: 100%;
  }

  .m1 {
    height: 400px;
  }

  .gallery-lightbox-2 {
    height: 13em;
  }

  .menus-cover {
    background-image: linear-gradient(to bottom, null, null), url('../images/AU8I5566.jpg');
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .cta-image-frame {
    width: 250px;
    height: 350px;
  }

  .sticky0btn {
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .sticky0btn.w--current {
    text-align: center;
  }

  .social-wrap.bt {
    justify-content: center;
    align-items: center;
  }

  .brand-4 {
    margin-left: 40px;
  }

  .hamburger-wrapper-2 {
    width: 40px;
  }

  ._01010102 {
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 48px;
  }

  .html-embed-3 {
    width: 100%;
  }

  .form-wrapper {
    border-right-width: 0;
    flex-direction: column;
    width: 100%;
    margin-top: 25px;
  }

  .contact-text-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-container {
    flex-direction: column-reverse;
    padding: 50px;
  }

  ._0a0a0, .c-info-left-label.lala, .name {
    text-align: center;
  }

  .c-left-info {
    margin-right: 0;
  }

  .footer-logo-container {
    justify-content: center;
    align-items: center;
  }

  .c-footer-grid-wrapper {
    width: 100%;
  }

  .c-footer-info-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-logo-wrapper {
    padding-top: 34px;
    padding-left: 0;
    padding-right: 0;
  }

  .c-container {
    align-items: center;
  }

  .c-container.footer-after {
    align-items: stretch;
  }

  .c-container.footer {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-black {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-49 {
    flex-flow: wrap;
    align-items: center;
    width: 100%;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-4 {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .nav-flex-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-3 {
    margin-right: 1.8em;
  }

  .heading-7 {
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .nav-flex-3 {
    min-height: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-contact-link {
    font-size: 10px;
  }

  .about-2.section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .parallax3 {
    height: 300px;
  }

  .booking {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .project-item {
    grid-template-columns: 1fr;
    width: 100%;
    height: 120px;
  }

  .pp2, .html-embed-2 {
    text-align: center;
  }

  .style-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-3-menu-button {
    bottom: -.1em;
  }

  .stacked-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .shape {
    height: 80vh;
  }

  .contact-grid-block-3 {
    padding: 30px;
  }

  .image-10.sm {
    width: 35px;
  }

  .button-text {
    font-size: 14px;
  }

  .home-3-menu-link {
    min-height: 25em;
  }

  .home-3-menu-link.non {
    padding-bottom: 8em;
  }

  .reservation-form {
    max-width: none;
  }

  .revi {
    text-align: left;
  }

  .padding-inner {
    padding: 50px;
  }

  .padding-inner.boat {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Asset-1.png');
    background-size: auto, 100%;
  }

  .booking-column-1 {
    background-image: url('../images/bottom-right.svg'), url('../images/bottom-left.svg');
    background-position: 99% 99%, 1% 99%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100px, 100px;
    border-radius: .2em;
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 50px 30px;
    position: relative;
  }

  .form {
    text-align: center;
  }

  .html-embed {
    height: 300px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .parallax {
    height: 300px;
  }

  .form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .sticky-gradients.dark33 {
    background-image: url('../images/top-right.svg'), url('../images/top-left.svg'), radial-gradient(circle, #00000080, #ffffff03), linear-gradient(124deg, #ffffff03 20%, #5c5c5c80 37%, #ffffff03 83%), radial-gradient(circle at 0 0, #000 46%, #000);
    background-position: 99% 1%, 1% 1%, 0 0, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat, repeat, repeat;
    background-size: 100px, 100px, auto, auto, auto;
  }

  .contact-grid-link-3 {
    font-size: 13px;
  }

  .contact-grid-block-2 {
    padding: 30px;
  }

  .kel-wrap-3 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .left-line.hh1 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .medium-stacked-intro {
    text-align: center;
    place-items: center;
  }

  .seo {
    margin-bottom: 10px;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 0 30px 50px;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
    padding-bottom: 52px;
  }

  .project-card-info-2 {
    padding: 0;
  }

  .features-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pat6 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .primary_button {
    flex: 0 auto;
    display: block;
  }

  .paragraph-hero {
    font-size: 14px;
  }

  .section-5 {
    padding-top: 6px;
    padding-bottom: 20px;
  }

  .title-top.ww.max {
    font-size: 40px;
    line-height: 50px;
  }

  .home-3-menu-title {
    font-size: 20px;
  }

  .small-tile {
    text-align: left;
  }

  .home-3-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .list-grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .grid-wrapper, .grid-wrapper.about-2 {
    grid-template-columns: minmax(30px, 1fr) minmax(auto, 1000px) minmax(30px, 1fr);
  }

  .hero-1 {
    padding-top: 15em;
  }

  .hero-contact {
    padding-top: 80px;
  }

  .booking-title-inner {
    padding: 61px 0 0;
  }

  .submit-form-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2em;
    padding-right: 1.2em;
  }

  .events {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .p_m {
    text-align: left;
  }

  .p_m.review {
    font-size: 15px;
  }

  .gallery-cpver {
    height: 300px;
  }

  .heading-hero, .heading-hero.white {
    font-size: 40px;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-items._4 {
    grid-template-columns: 1fr;
  }

  .info-title.menu, .infotext.menu, .infotext.sub {
    text-align: center;
  }

  .m1 {
    background-repeat: no-repeat;
    height: 300px;
  }

  .tabs-nav-text {
    font-size: 14px;
  }

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

  .gallery-lightbox-2 {
    height: 150px;
  }

  .gallery-lightbox-2.is-1st, .gallery-lightbox-2.is-100 {
    height: 180px;
  }

  .menus-cover {
    height: 300px;
  }

  .sub1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta-section {
    display: none;
  }

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

  .off-canvas-wrapper {
    grid-row-gap: 30px;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  .off-other-column {
    grid-row-gap: 20px;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .white.op70 {
    text-align: left;
  }

  .off-main-linka {
    padding-top: 0;
  }

  .brand-4 {
    padding-left: 0;
  }

  ._01010102 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .ont {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .html-embed-3 {
    height: 300px;
  }

  .contact-info {
    margin-top: 14px;
  }

  .contact-text-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-container {
    height: auto;
  }

  ._0a0a0, .c-info-left-label.lala {
    text-align: center;
  }

  .c-footer-anfahrt {
    text-align: center;
    width: 100%;
  }

  .name {
    text-align: center;
  }

  .footer-logo-container {
    align-items: center;
  }

  .c-footer--ffnungszeiten {
    text-align: center;
    width: 100%;
  }

  .c-footer-info-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .c-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-container.footer {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-social-wrapper {
    justify-content: center;
  }

  .c-footer-contact {
    width: 100%;
  }

  .c-footer-contact._0a0 {
    text-align: center;
  }

  .twitter {
    margin-right: 0;
  }

  .footer-black {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-49 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 0;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gold-t1 {
    text-align: center;
    font-size: 35px;
    line-height: 50px;
  }

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

@media screen and (max-width: 479px) {
  .nav-flex-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .brand-3 {
    font-size: .8em;
  }

  .nav-link-3 {
    min-height: 3em;
  }

  .heading-7 {
    letter-spacing: 5px;
  }

  .menu-title {
    font-size: 13px;
  }

  .nav-flex-3 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-contact-link {
    display: none;
  }

  .main-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3.9em;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-link-title {
    font-size: 15px;
  }

  .burger-icon {
    margin-right: .5em;
  }

  .nav-link-cta.only-for-mobile {
    padding: .7em 1.2em;
    font-size: .7em;
  }

  .nav-link-cta.green.above.onlym, .nav-link-cta.menu-btn.above.onlym {
    padding-left: .8em;
    padding-right: .8em;
  }

  .body-display {
    font-size: 15px;
    line-height: 1.5em;
  }

  .body-display.center-body {
    font-size: 14px;
    line-height: 1.5em;
  }

  .body-display.body-spacing {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5em;
  }

  .body-display.thank-you, .body-display.pp-soon {
    font-size: 14px;
    line-height: 1.5em;
  }

  .about-2.section-spacing {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-arrow-2 {
    display: none;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-item {
    height: 100px;
  }

  .project-item.abb {
    height: 140px;
  }

  .pp2 {
    font-size: 14px;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
  }

  .kel-wrap-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .style-h1 {
    font-size: 28px;
    font-weight: 400;
  }

  .stacked-heading {
    grid-row-gap: 15px;
  }

  .contact-grid-block-3 {
    padding: 3em;
  }

  .home-3-menu-link {
    min-height: 300px;
    padding: 30px 19px;
  }

  .home-3-menu-link.non {
    padding-bottom: 17px;
  }

  .dark {
    margin-top: 0;
    font-size: 13px;
  }

  .revi {
    text-align: center;
  }

  .padding-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-inner._50 {
    padding: 0 30px 77px;
  }

  .padding-inner.boat {
    padding-left: 30px;
    padding-right: 30px;
  }

  .booking-column-1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 86%;
    padding: 30px 0 0;
  }

  .footer-2 {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-title {
    font-size: 50px;
  }

  .text-lbutton-layout-3-blog {
    letter-spacing: 2px;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .contact-grid-block-2 {
    padding: 3em;
  }

  .right-arrow-2 {
    display: none;
  }

  .kel-wrap-3 {
    grid-template-columns: 1fr 1fr;
  }

  .list-item {
    grid-template-columns: 4fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .features-text-wrapper {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .booking-column-2 {
    border-left-style: none;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .slide-content {
    height: 100%;
  }

  .contact-grid-2 {
    padding-bottom: 57px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .project-card-info-2 {
    padding: 0;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new3 {
    background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6314.webp');
    background-position: 0 0, 50%;
    height: 100%;
  }

  .slide-img.new0 {
    background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6015.webp');
    height: 100%;
  }

  .slide-img.new03 {
    background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6614.webp');
    background-position: 0 0, 50%;
    height: 100%;
  }

  .slide-img.nbew4 {
    background-image: linear-gradient(#000000c9, #000000ba 15%, #9e9e9e00 31%, #fff0), url('../images/AU8I6576.webp');
    height: 100%;
  }

  .features-image-wrapper {
    min-width: 100%;
  }

  .grid-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary_button {
    letter-spacing: 3px;
    margin-top: 22px;
    font-size: 14px;
    display: block;
  }

  .primary_button:hover {
    background-color: #ceaa72;
    border-color: #ceaa72;
  }

  .paragraph-hero {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .title-top.ww.max {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-slider {
    margin-top: 0;
    position: static;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-3-menu-title {
    letter-spacing: 1px;
    font-size: 30px;
  }

  .small-tile {
    text-align: center;
    margin-bottom: 13px;
    font-size: 40px;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .home-3-menu-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .slide-nav-2 {
    display: none;
  }

  .field-label {
    left: 1.2em;
  }

  .home-3-menu {
    width: 100%;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    width: 100%;
    max-height: 100%;
  }

  .journal-list-title {
    grid-template-columns: 3fr;
  }

  .hero-1 {
    height: 90vh;
    padding-top: 13em;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .booking-title-inner {
    padding-bottom: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .features-description {
    text-align: center;
    font-size: 14px;
  }

  .submit-form-button {
    background-position: 7%;
    width: 85%;
    margin-top: .8em;
    padding: 1.1em 1.5em;
    font-size: 15px;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 5em;
  }

  .p_m.review {
    text-align: center;
    letter-spacing: .1px;
    font-size: 14px;
  }

  .tiktok {
    margin-left: 8px;
  }

  .gallery-cpver {
    height: 280px;
  }

  .heading-hero.white {
    text-align: center;
    letter-spacing: .5px;
  }

  .menu-box {
    margin-bottom: 39px;
  }

  .menu-box.top {
    margin-top: 37px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 45px;
  }

  .heading-2._12 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 400;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
  }

  .infotext.menu, .infotext.sub {
    text-align: center;
    font-size: 14px;
  }

  .tabs-nav-text {
    font-size: 16px;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: column;
    padding: .8em 1em 1em;
  }

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

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-nav-item-underline._01 {
    min-width: 150px;
  }

  .menus-cover {
    height: 280px;
  }

  .sub1 {
    font-size: 30px;
    line-height: 35px;
  }

  .cta-image-frame {
    width: 220px;
    height: 300px;
  }

  .pres {
    margin-left: -50px;
    font-size: 16px;
    font-weight: 300;
  }

  .sticky0btn {
    min-width: 0;
    font-size: 12px;
  }

  .brand-4 {
    margin-left: 0;
  }

  ._001-nav-container {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  ._01010102 {
    margin-top: 0;
  }

  .ont {
    font-size: 50px;
  }

  .form-wrapper {
    width: 100%;
  }

  .contact-text-wrapper {
    align-items: center;
    padding-left: 0;
  }

  .contacts-container {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-span-12 {
    font-size: 50px;
  }

  .c-right-info {
    margin-left: 0;
  }

  .fix {
    font-size: 22px;
  }

  .c-left-info {
    margin-right: 0;
  }

  .c-footer-info-wrapper {
    flex-wrap: nowrap;
  }

  .c-container {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer-grid {
    grid-column-gap: 1em;
  }

  .div-block-49 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .div-block-48 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gold-t1 {
    font-size: 50px;
  }

  .opentable-widget {
    bottom: -6%;
    right: -6%;
    transform: scale(.8);
  }
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c24-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c25-800b7616 {
  align-self: start;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c26-800b7616 {
  justify-self: start;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c28-800b7616 {
  align-self: start;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c29-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c2c-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c4c-800b7616 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c51-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c53-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c58-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5a-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5f-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c61-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c66-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c68-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947730f-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea39477327-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947731b-800b7616 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7b9-5a9cd797, #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7df-5a9cd797 {
  justify-self: center;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e8648-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8658-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e8678-b1384067 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e86a4-b1384067, #w-node-_6475d4fa-0df3-75c2-54ed-751616c8ca96-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8664-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e8650-b1384067 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e8660-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8670-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8680-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8690-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e8688-b1384067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ae1dac2-1492-3291-af81-8f66226e869c-b1384067, #w-node-_213776b9-c316-2eaf-739a-52b04e63e740-b1384067, #w-node-_8ceb3e19-dea3-e2da-8419-ea182e561f77-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc78-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc58-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc80-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc60-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc50-b1384067 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc88-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc6c-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc70-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ab1f179-21c6-187f-a95d-7b760f85dcac-b1384067 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc98-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dca4-b1384067, #w-node-_0227548a-fa4b-095d-1b40-76802e116a04-b1384067, #w-node-aeb4ca90-f065-f9af-49c6-4d2a5b6fe77a-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3ed-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3dd-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3e5-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d3f9-b1384067 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d3e9-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d405-b1384067 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d3f5-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d40d-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3fd-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3f1-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d411-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d425-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d3d9-b1384067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d419-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3e1-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d415-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d401-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d409-b1384067 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a917e09-9e29-2649-f097-12574dc6d421-b1384067 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c4e-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c50-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c52-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c53-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c55-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c57-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c59-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5a-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5c-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5e-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c60-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c61-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c63-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c65-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c67-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c68-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c6a-800b7616 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c24-800b7616 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c4c-800b7616 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c4d-800b7616 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7a2-5a9cd797, #w-node-c66675dc-89c8-cdb9-7635-893b3c54442c-5a9cd797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7b9-5a9cd797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7df-5a9cd797 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c25-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c28-800b7616 {
    justify-self: center;
  }

  #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947730f-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea39477327-800b7616 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947731b-800b7616 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ee2e07e-5bce-625e-b9bd-71ea39477397-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea394773ac-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea394773c1-800b7616 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7a2-5a9cd797, #w-node-c66675dc-89c8-cdb9-7635-893b3c54442c-5a9cd797 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7b9-5a9cd797 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-_04fcdad1-dee1-4732-a836-d4975a9cd7df-5a9cd797 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_1ae1dac2-1492-3291-af81-8f66226e8678-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e86a4-b1384067, #w-node-_6475d4fa-0df3-75c2-54ed-751616c8ca96-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8664-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8650-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8680-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8690-b1384067, #w-node-_1ae1dac2-1492-3291-af81-8f66226e8688-b1384067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ae1dac2-1492-3291-af81-8f66226e869c-b1384067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_213776b9-c316-2eaf-739a-52b04e63e740-b1384067, #w-node-_8ceb3e19-dea3-e2da-8419-ea182e561f77-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc78-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc80-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc60-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc50-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc88-b1384067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dcac-b1384067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc98-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dca4-b1384067, #w-node-_0227548a-fa4b-095d-1b40-76802e116a04-b1384067, #w-node-aeb4ca90-f065-f9af-49c6-4d2a5b6fe77a-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3ed-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3f9-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d405-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d415-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d401-b1384067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c53-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c5a-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c61-800b7616, #w-node-_848c3b49-c587-a634-8e6c-cdb2a0974c68-800b7616 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947730f-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea39477327-800b7616, #w-node-_2ee2e07e-5bce-625e-b9bd-71ea3947731b-800b7616 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ee2e07e-5bce-625e-b9bd-71ea39477397-800b7616 {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc78-b1384067, #w-node-_1ab1f179-21c6-187f-a95d-7b760f85dc50-b1384067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a917e09-9e29-2649-f097-12574dc6d3ed-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3f9-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3e9-b1384067 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a917e09-9e29-2649-f097-12574dc6d405-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d3d9-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d415-b1384067, #w-node-_3a917e09-9e29-2649-f097-12574dc6d409-b1384067 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'JNL';
  src: url('../fonts/VehicleJNL.eot') format('embedded-opentype'), url('../fonts/VehicleJNL.woff') format('woff'), url('../fonts/VehicleJNL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}