@font-face {
  font-family: Myriadpro;
  src: url('../fonts/MyriadPro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/Canela-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: Canela;
  src: url('../fonts/Canela-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

:root {
  --black: #09090a;
  --white-smoke: #f1f1f3;
  --burlywood: #bd9a47;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--black);
  color: #333;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 68px;
  font-weight: 100;
  line-height: 80px;
}

h2 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--white-smoke);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Gayathri, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

a {
  color: var(--burlywood);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.full-width-slider {
  height: 600px;
  position: relative;
}

.section.split {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  min-height: 85vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.split.highlights {
  height: auto;
}

.section.hero-section {
  background-color: var(--black);
  background-image: linear-gradient(90deg, #000000ed, #00000075), url('../images/Cafe-Hero-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-start;
  height: 100vh;
}

.section.above-lifestyle {
  height: 80vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.section.life-style {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 16vh;
  overflow: visible;
}

.section.form {
  background-color: var(--burlywood);
  padding-top: 4vh;
}

.section.transform-perspective {
  perspective: 804px;
  transform: perspective(1137px);
}

.section.transform-perspective._100 {
  min-height: 100vh;
}

.section.licensing {
  min-height: 100vh;
  max-height: none;
}

.section.instagram {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 0;
  overflow: visible;
}

.text-wrap {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.text-wrap.neighborhood {
  opacity: 1;
  background-color: #09090acc;
  border-radius: 2px;
  padding: 40px;
}

.video-lightbox-link {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.video-lightbox-link:hover {
  text-decoration: none;
}

.white-text {
  color: #fff;
}

.play-circle {
  border: .07em solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .35s;
  display: flex;
}

.play-circle:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  padding: 9px 4vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transition: background-color 0.5s;
}

.navbar.is-scrolled {
  background-color: rgba(9, 9, 10, 0.85);
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--burlywood);
  text-decoration: none;
}

.nav-link.last {
  margin-right: 10px;
}

.div-block {
  background-color: var(--burlywood);
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin-top: 24px;
  margin-bottom: 24px;
  transform: rotate(45deg);
}

.div-block.hero {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.full-width-slider {
  background-color: #0000;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider-image {
  background-image: url('../images/Cafe-Desk.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-image._2 {
  background-image: url('../images/Olive-Lane-Cake_1Olive-Lane-Cake.webp');
}

.slider-image._3 {
  background-image: url('../images/Cafe-Hero-Image.webp');
}

.slide-nav {
  margin-bottom: 16px;
  font-size: 12px;
}

.slide-nav._2 {
  text-align: left;
  margin-bottom: 15px;
  padding-left: 40px;
  display: block;
}

._35-percent {
  background-color: var(--burlywood);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.slider-wrap {
  height: 100%;
  display: flex;
}

.slider-image-wrap {
  flex: 1;
  overflow: hidden;
}

.half-slider-image {
  background-image: url('../images/PouringCoffee_1PouringCoffee.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.half-slider-image._2 {
  background-image: url('../images/GreekFood_1GreekFood.webp');
}

.half-slider-image._3 {
  background-image: url('../images/OliveLane.webp');
}

.half-slider-image.slide-2 {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash_1hutomo-abrianto-X5BWooeO4Cw-unsplash.webp');
}

.half-slider-image.slide-2.slide-image-2 {
  background-image: url('../images/sidekix-media-_AK42TQRyCw-unsplash_1sidekix-media-_AK42TQRyCw-unsplash.webp');
}

.highlights-image-wrap {
  background-image: url('../images/ricardo-gomez-angel-AI0jVjE-RkI-unsplash_1ricardo-gomez-angel-AI0jVjE-RkI-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  overflow: hidden;
}

.highlight-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
}

.highlight {
  color: var(--white-smoke);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 20px;
}

.small-div {
  background-color: var(--burlywood);
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

._30px-div {
  width: 100%;
  height: 30px;
}

.form-block {
  z-index: 2;
  width: 700px;
  position: relative;
}

.field-label {
  color: var(--black);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.field-label.white-text {
  color: #fff;
}

.text-field {
  border: 2px solid var(--black);
  height: 60px;
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  font-size: 24px;
}

.text-field:focus {
  border-color: var(--black);
  background-color: #09090a96;
}

.text-field.color-boarder {
  border-color: var(--burlywood);
  color: #fff;
}

.text-field.color-boarder:active {
  border-color: var(--burlywood);
}

.text-field.color-boarder:focus {
  border-color: var(--burlywood);
  background-color: #e1b78899;
}

.field-wrap {
  margin-top: 24px;
  display: flex;
}

._50-percent {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

._100-percent {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.button {
  border: 2px solid var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-decoration: none;
}

.button.submit {
  border-color: var(--black);
  color: var(--black);
  align-self: center;
  margin-top: 40px;
}

.button.submit:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.button.submit-form-2 {
  align-self: center;
  margin-top: 40px;
}

.button.xl {
  padding: 12px 25px;
}

.button.xl.brown {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  justify-content: center;
  align-items: center;
  min-height: 65px;
  display: flex;
}

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

.footer {
  z-index: 1;
  background-color: var(--black);
  border-top: 1px solid #f1f1f34d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 80px;
  font-family: Cormorant Garamond, sans-serif;
  display: flex;
  position: relative;
}

.stencil {
  position: absolute;
  inset: -171px auto auto -192px;
}

.stencil._1 {
  z-index: 2;
  inset: auto auto 34px -470px;
}

.stencil._2 {
  z-index: 2;
  inset: auto -940px -203px auto;
}

.stencil._3 {
  inset: auto auto -308px -534px;
}

.stencil._4 {
  inset: -13px -522px auto auto;
}

.stencil._5 {
  inset: -383px auto auto -579px;
}

.stencil._6 {
  inset: auto -502px -260px auto;
}

.play {
  margin-left: 3px;
}

.play-film {
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 16px;
}

.lifestyle-image-wrap-1 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  inset: -9.2em auto auto 1.3em;
  overflow: hidden;
}

.lifestyle-image-1 {
  background-image: url('../images/humphrey-muleba-LOA2mTj1vhc-unsplash_1humphrey-muleba-LOA2mTj1vhc-unsplash.webp');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-2 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -8.3em 4.1em auto auto;
  overflow: hidden;
}

.lifestyle-image-2 {
  background-image: url('../images/heidi-fin-2TLREZi7BUg-unsplash_1heidi-fin-2TLREZi7BUg-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-3 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto auto -6.6em 3.8em;
  overflow: hidden;
}

.lifestyle-image-3 {
  background-image: url('../images/carissa-rogers-KFp4brRzt64-unsplash_1carissa-rogers-KFp4brRzt64-unsplash.webp');
  background-position: 30%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.lifestyle-image-wrap-4 {
  z-index: 3;
  border: 4px solid var(--burlywood);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto .5em -8.2em auto;
  overflow: hidden;
}

.lifestyle-image-4 {
  background-image: url('../images/siamak-YduJNHSnJUU-unsplash_1siamak-YduJNHSnJUU-unsplash.webp');
  background-position: 50% 80%;
  background-size: cover;
  position: absolute;
  inset: 0% 0;
}

.popup-form {
  z-index: 10000;
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.close {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 25px 60px 25px 40px;
  display: flex;
}

.close-line {
  background-color: #e9ecf5;
  width: 2px;
  height: 40px;
  transform: translate(0, -6px)rotate(45deg);
}

.close-line.line-2 {
  transform: translate(0, -6px)rotate(-45deg);
}

.success-message {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-top: 20px;
  font-size: 24px;
}

.hamburger-wrap {
  display: none;
}

.dark-text {
  color: var(--black);
}

.slider-text-block {
  z-index: 1;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 60%;
  margin: 25% -142px 0 8vw;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 20px 12px #0000000f;
}

.slider-text-block.highlights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80%;
  margin-top: 13%;
  margin-left: -242px;
  margin-right: 8vw;
  display: flex;
  inset: 0% auto auto 0%;
}

.neighborhood-background-video {
  z-index: 2;
  opacity: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copyrights {
  color: #fdfdfd;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.copyrights-link {
  color: #fdfdfd;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.copyrights-link:hover {
  color: var(--burlywood);
}

.text-block-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.hero-video-contain {
  border: 3px none var(--burlywood);
  perspective: 608px;
  background-color: #0000;
  width: 50%;
  height: 100%;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: perspective(1098px);
}

.hero-video-wrap {
  z-index: 1;
  border: 3px solid var(--burlywood);
  background-color: var(--burlywood);
  width: 100%;
  height: 90%;
  max-height: 700px;
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  top: 30.2%;
  bottom: 0;
  left: .9em;
  overflow: hidden;
  transform: rotateX(-11deg)rotateY(-14deg)rotateZ(6deg);
}

.hero-background-video {
  z-index: 2;
  opacity: 1;
  width: 150%;
  height: 135%;
  position: absolute;
  inset: -148px 0% 0 -116px;
  transform: rotate(-11deg);
}

.hero-title-contain {
  width: 45%;
  max-width: 500px;
  margin-left: 8vw;
  position: relative;
}

.hero-paragraph {
  text-align: left;
  max-width: 475px;
}

.hero-paragraph.centre {
  text-align: center;
}

.hero-div-wrap {
  display: flex;
}

.hero-stencil {
  z-index: 1;
  border: 3px solid var(--burlywood);
  width: 350px;
  height: 200px;
  transform-style: preserve-3d;
  border-radius: 0;
  position: absolute;
  inset: 336px auto auto -62px;
  overflow: hidden;
  transform: rotateX(0)rotateY(10deg)rotateZ(77deg);
}

.div-block-home {
  z-index: 0;
  height: 300px;
  transform-style: preserve-3d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 200px;
  left: 4px;
  transform: rotateX(9deg)rotateY(17deg)rotateZ(-6deg);
}

.div-block-home-2 {
  border-bottom-left-radius: 150px;
  width: 450px;
  height: 400px;
  top: 9.9em;
  left: 1.1em;
}

.div-block-home-3 {
  border-bottom-left-radius: 0;
}

.hero-stencill {
  width: 550px;
  top: 15.1em;
  left: 3.1em;
}

.logo {
  width: 100%;
  height: 100%;
}

.social-media-links {
  display: flex;
  position: static;
}

.social-media-link {
  color: #fdfdfd;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.social-media-link:hover {
  color: var(--burlywood);
}

.social-media-link.w--current {
  color: #d19b52;
  text-decoration: line-through;
}

.color {
  background-color: #f2f4f4;
  border: 1px solid #7f96913d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.color._09090a {
  background-color: var(--black);
  border-color: #f1f1f333;
}

.color.f1f1f3 {
  background-color: var(--white-smoke);
  color: #364c4c;
}

.color.e1b788 {
  background-color: var(--burlywood);
  border: 1px #00000024;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.color-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin: 20px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.color-heading {
  color: var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.style-block {
  border: 1px solid var(--burlywood);
  width: auto;
  min-width: 80%;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin: 24px 8vw;
  padding: 45px;
}

.color-hex {
  color: var(--burlywood);
  font-weight: 400;
}

.colors-contain {
  border-bottom: 1px #9b9b9b4d;
  border-right: 1px #9b9b9b4d;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.heading-wrap {
  margin-left: 8vw;
  margin-right: 8vw;
}

.div-block-image-licensing {
  flex-direction: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

._404-paragraph {
  color: var(--burlywood);
}

.popup-form-conatin {
  z-index: 200000000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-top-a {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

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

.language-dropdown {
  display: flex;
}

.footer-grid-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.form-block-2 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.flag-circle {
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.checkbox {
  border-width: 2px;
  border-color: #d7d7db;
  border-radius: 3px;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.checkbox.w--redirected-checked {
  background-color: var(--burlywood);
  background-image: url('../images/Check-Icon.svg');
  background-size: auto;
  border-width: 2px;
  border-color: #8870d7;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin: 4px 12px 4px 4px;
}

.language-wrapper {
  align-items: center;
  display: flex;
}

.section-regular {
  background-color: var(--black);
  padding: 96px 5% 2rem;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.footer-link {
  color: var(--white-smoke);
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--burlywood);
  text-decoration: none;
}

.footer-newsletter-s {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-logo {
  flex: none;
  margin-bottom: 16px;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-700 {
  color: #76767f;
}

.paragraph-small.text-color-gray-800 {
  color: #55555e;
}

.language-list {
  align-items: center;
}

.language-list.w--open {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  min-width: 180px;
  padding: 8px;
  display: flex;
  top: -72px;
  right: 0;
}

.divider-line-a {
  background-color: #333;
  width: 100%;
  height: 1px;
}

.footer-logo-wrap {
  max-width: 370px;
}

.footer-title {
  color: var(--white-smoke);
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.divider-dot {
  background-color: var(--burlywood);
  flex: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-link {
  background-color: var(--white-smoke);
  color: #131315;
  padding: 8px;
  transition: color .3s;
}

.social-link:hover {
  color: var(--burlywood);
}

.footer-form {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.language-link {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  border-radius: 32px;
  flex: none;
  align-items: center;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.language-link:hover {
  background-color: #f4f4f5;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-field-s {
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 1rem;
  line-height: 1.8;
}

.text-field-s::placeholder {
  color: #9797a1;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-submit {
  background-color: var(--burlywood);
  color: #fff;
  letter-spacing: -.02em;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.wrap-v-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language-toggle {
  grid-column-gap: 4px;
  border: 1px solid #e4e4e7;
  border-radius: 50px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.nav-link-2 {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  color: #ad9152;
}

.navigation-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-wrapper {
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: stretch;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-details {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.navigation-text-link {
  color: #828282;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.navigation-text-link:hover {
  color: #ad9152;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fbf7ee;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.link-accent {
  position: absolute;
  bottom: 14px;
}

.toggle {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #ad9152;
}

.arrow-gold {
  margin-left: 12px;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fbf7ee;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
}

.brand {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  height: 100%;
  position: static;
}

.arrow-link-wrapper {
  color: #ad9152;
  align-items: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.dropdown-wrapper {
  padding: 60px 3% 100px;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.search-link {
  margin-right: 24px;
}

.dropdown-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.navigation-title {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}

.navigation-column {
  padding-right: 32px;
}

.nav-button {
  color: #fff;
  background-color: #ad9152;
  border-radius: 2px;
  padding: 14px 36px;
  font-size: 16px;
}

.image-square {
  border-radius: 4px;
  height: 204px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 11px 21px 40px -5px #81818152;
}

.text-logo {
  color: #000;
  font-size: 28px;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

.navigation-line-break {
  z-index: 9999;
  background-color: #0414341a;
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.brand-2 {
  max-width: 180px;
}

.html-embed {
  width: 100%;
}

.heading-style-h5 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home_header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 32rem;
}

.button_wrapper {
  position: relative;
}

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

.home_header_content-left {
  min-width: 0;
}

.home_header_description-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_header_content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home_header_description {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.button-2 {
  color: #2e2d33;
  text-align: center;
  background-color: #ffb577;
  justify-content: center;
  align-items: center;
  padding: .75rem 3.5rem .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2:hover {
  text-decoration: none;
}

.home_header_content-right {
  height: 100%;
}

.button_arrow {
  color: #2e2d33;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 1.5rem .75rem auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-title_small-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-subtitle {
  color: #c4e4ea;
  font-family: Playfair Display, sans-serif;
}

.empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.menu_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

.section-title_line {
  background-color: #fff;
  width: 3rem;
  height: 1px;
  margin-left: 1rem;
}

.section-title_content-wrapper {
  flex-direction: column;
  display: flex;
}

.section-title_small {
  color: #ffb577;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.section-title_component {
  margin-bottom: 1rem;
}

.section-title_content {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.menu-small-grid-item {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.tooltip {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #232d41;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-price.small {
  font-size: 15px;
}

.menu-grid-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f03e5a;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.menu-item-tooltip {
  float: left;
  color: #111;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-left: 7px;
  font-size: 11px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #e3e3e3;
}

.menu-numbers {
  z-index: 1;
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.tooltip-arrow {
  background-color: #232d41;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-name.small {
  text-transform: none;
  font-size: 15px;
}

.menu-info {
  z-index: 1;
  flex: 1;
  align-items: flex-start;
}

.menu-dots-line {
  border-bottom: 1px dotted #bbb;
  flex: 1;
  height: 20px;
}

.menu-dots-line.small {
  height: 19px;
}

.menu-numbers-divider {
  color: #bbb;
  padding-left: 4px;
  padding-right: 4px;
}

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

.menu-grid-card {
  background-color: var(--white-smoke);
  margin-bottom: 40px;
  padding: .5rem;
  position: relative;
}

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

.checkbox-label {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-field-2 {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
}

.form-v {
  flex-direction: column;
  display: flex;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-2.bg-gray {
  background-color: #fafafa;
}

.heading-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.field-label-2 {
  color: #171717;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.contact-form-l {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #171717;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
}

.checkbox-2 {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox-2.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.text-color-red-500 {
  color: #aa3c3c;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.wrap-h-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.wrap-h-regular.align-center {
  align-items: center;
}

.text-area {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 120px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-area::placeholder {
  color: #737373;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.text-field-2 {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2::placeholder {
  color: #737373;
}

.text-field-2.dropdown {
  height: auto;
  min-height: auto;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

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

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-title {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.tab-image {
  border-radius: 30px;
  height: 300px;
  margin-bottom: 24px;
  overflow: hidden;
}

.tabs-content {
  overflow: visible;
}

.tab-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tab-link {
  color: #787878;
  background-color: #0000;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 26px;
  transition: all .3s;
}

.tab-link:hover, .tab-link.w--current {
  color: #578d58;
  background-color: #ecf4e3;
  border-color: #578d58;
}

.count-text {
  color: #969696;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.star-row {
  align-items: center;
  display: flex;
}

.tabs-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.title-small {
  color: #4f4f4f;
  letter-spacing: 3px;
  margin-bottom: 4px;
  font-weight: 500;
}

.rating {
  color: #faae4b;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.tab-section {
  background-color: #fff;
  padding: 80px 3%;
  position: relative;
}

.tab-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.tab-card:hover {
  box-shadow: 12px 31px 60px #8a8a8a1a;
}

.vectors-wrapper-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.5098px;
  height: 17.5059px;
  display: flex;
}

.div-block-464 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-415 {
  color: #6f6f6f;
  white-space: nowrap;
  align-self: center;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.167em;
}

.animation {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.button---wrap-2 {
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-question-bar-2 {
  color: #212c4d;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.faq-question-bar-2:hover {
  color: #080f25;
}

.checkmarks-wrap-body {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.button-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button---bg-move-2 {
  background-image: linear-gradient(to right, #2600ff, #08b4fd 50%, #2600ff);
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.checkbox-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._25-px-spacer {
  width: 15px;
  height: 15px;
}

.faq-content-2 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #37446b;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.flex {
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.herobuttons-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 490px;
  display: grid;
}

.faq-question-wrap {
  width: 100%;
  margin-bottom: 5px;
}

.faq-title {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.grey-divider {
  background-color: #252525;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

.add-to-cart {
  border: 2px solid var(--black);
  color: var(--burlywood);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.add-to-cart:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  color: var(--black);
  text-decoration: none;
}

.add-to-cart.submit {
  border-color: var(--black);
  color: var(--black);
  align-self: center;
  margin-top: 40px;
}

.add-to-cart.submit:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.add-to-cart.submit-form-2 {
  align-self: center;
  margin-top: 40px;
}

.add-to-cart.xl {
  padding: 12px 25px;
}

.menu-divider {
  border-bottom: 1px dotted #bbb;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.div-block-465 {
  margin-bottom: 15px;
  overflow: hidden;
}

.basic-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  display: flex;
}

.basic-swiper-member-bio {
  color: #19224c99;
  margin-bottom: 24px;
}

.basic-swiper-info {
  background-color: #dee3ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 24px;
  display: flex;
  position: relative;
}

.fn-members-social-media-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  transition: opacity .2s, filter .2s;
  display: grid;
}

.fn-members-social-media-wrapper:hover {
  opacity: 1;
  filter: none;
}

.basic-swiper-slide-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.basic-swiper-member-name {
  color: #19224c;
  margin-bottom: 8px;
}

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

.basic-slider-image-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: -76px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  position: relative;
}

.fn-members-social-media {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-members-social-media:hover {
  opacity: .7;
  filter: brightness(200%) saturate(200%);
}

.basic-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.no-margin {
  margin-bottom: 0;
  margin-right: 0;
}

.swiper-column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container-2.flex-center.overflow-none {
  overflow: hidden;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
}

.section-2.overflow-none {
  background-color: #f0f4f9;
  font-size: 24px;
  line-height: 1.2em;
  overflow: hidden;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.swiper-arrow-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.menu-grid-card-2 {
  background-color: #f1f1f3;
  margin-bottom: 40px;
  padding: .5rem;
  position: relative;
}

.add-to-cart-2 {
  color: #bd9a47;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #09090a;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

.add-to-cart-2:hover {
  color: #09090a;
  background-color: #bd9a47;
  border-color: #bd9a47;
  text-decoration: none;
}

.div-block-466 {
  margin-bottom: 15px;
  overflow: hidden;
}

.mobile-only {
  display: none;
}

.menusection {
  background-color: #09090a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16vh;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menusection.full-width-slider {
  height: 600px;
  position: relative;
}

.menusection.split {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  min-height: 85vh;
  padding-top: 0;
  padding-bottom: 0;
}

.menusection.split.highlights {
  height: auto;
}

.menusection.hero-section {
  background-color: var(--black);
  align-items: flex-start;
  height: 100vh;
}

.menusection.above-lifestyle {
  height: 80vh;
  min-height: auto;
  max-height: 700px;
  padding-top: 16vh;
  padding-bottom: 16vh;
}

.menusection.life-style {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 16vh;
  overflow: visible;
}

.menusection.form {
  background-color: var(--burlywood);
  perspective: 843px;
  transform: perspective(1118px);
}

.menusection.transform-perspective {
  perspective: 804px;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  transform: perspective(1137px);
}

.menusection.licensing {
  min-height: 100vh;
  max-height: none;
}

.menusection.instagram {
  z-index: 2;
  padding-top: 16vh;
  padding-bottom: 0;
  overflow: visible;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.item {
  cursor: grab;
  flex: none;
  width: 15em;
  padding-right: 1em;
}

.track {
  background-color: #424242;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 3em;
}

.handle {
  background-color: var(--burlywood);
  cursor: grab;
  border-radius: 100vw;
  width: 6em;
  height: 400%;
  position: relative;
  top: -150%;
}

.handle-2 {
  cursor: grab;
  background-color: #000;
  border-radius: 100vw;
  width: 6em;
  height: 400%;
  position: relative;
  top: -150%;
}

.item-2 {
  cursor: grab;
  flex: none;
  width: 15em;
  padding-right: 1em;
}

.track-2 {
  background-color: #000;
  border-radius: 100vw;
  width: 100%;
  height: 4px;
  margin-top: 3em;
}

.main-wrapper {
  width: 100vw;
  overflow: hidden;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 12em;
  position: relative;
}

.team_card {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.team_image {
  width: 100%;
  transition: transform .2s;
  position: relative;
  inset: auto auto 0% 0%;
}

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

.team_title-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  transition: margin .2s;
  display: flex;
  position: relative;
}

.team_underline {
  background-color: #d3fd50;
  width: 0%;
  height: 100%;
  transition: width .4s;
  position: absolute;
}

.team_name {
  z-index: 2;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.button-primary-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 2px solid var(--white-smoke);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-2:hover {
  border-color: var(--burlywood);
  background-color: var(--burlywood);
  text-decoration: none;
}

.button-primary-m-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-2.icon-l {
  padding-left: 12px;
}

.button-primary-m-2.icon-l.blue {
  background-color: #609cd5;
}

.button-primary-m-2.icon-l.blue:hover {
  background-color: #89c6ff;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-block-3 {
  font-size: 21px;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.div-block-467 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2x-grid-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-title-2 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.navbar20_link {
  padding: .5rem 1rem;
}

.navbar20_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar20_menu-button.w--open {
  background-color: #0000;
}

.footer-form-block-2 {
  border: 2px solid #89c6ff;
}

.navbar20_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
  position: absolute;
}

.navbar20_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4.5rem;
  display: grid;
}

.footer-title-2 {
  color: #b2b2b2;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

.footer-form-2 {
  align-items: center;
  display: flex;
}

.button-outline-m-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: var(--white-smoke);
  border: 1px solid #383838;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-m-2:hover {
  border-color: #a3a3a3;
}

.button-outline-m-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-outline-m-2.icon-l {
  padding-left: 12px;
}

.image-5 {
  position: absolute;
  inset: auto auto auto 20px;
}

.dropdown-link-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-primary-m-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--burlywood);
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-m-3:hover {
  background-color: var(--burlywood);
}

.button-primary-m-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-m-3.icon-l {
  padding-left: 12px;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.logo-image-2 {
  width: 100%;
}

.footer-text-link {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: #89c6ff;
}

.footer-text-field-2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 65px;
  font-size: 1rem;
}

.footer-text-field-2:hover, .footer-text-field-2:focus {
  box-shadow: 0 10px 20px #e5e5e599;
}

.footer-text-field-2::placeholder {
  color: #b4b4b4;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.navbar20_menu-right {
  text-align: left;
  flex: 1;
}

.navbar20_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar20_menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: scroll;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.navbar20_link-wrapper {
  z-index: 0;
  display: flex;
}

.navigation-grid-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-3.text-color-gray-500 {
  color: #ababab;
}

.dropdown-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navbar20_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grey-line {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.grey-line._2rem-space {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.field-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap-v-x-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-2 {
  color: #0a0a0a;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.nav-logo-link-2 {
  max-width: 200px;
}

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

.navbar20_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-icon4_line-bottom {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
}

.navbar20_menu-left {
  flex: 1;
}

.nav-button-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navbar20_component {
  z-index: 12;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #09090ae6;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  top: 0;
}

.menu-icon4_line-middle {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.footer-submit-button {
  background-color: #89c6ff;
  min-height: 54px;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button:hover {
  background-color: #2d2d2d;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.menu-icon_line-middle-base {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-top {
  background-color: var(--white-smoke);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navigation-icon-a-2 {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.nav-animation {
  filter: invert();
  width: 25px;
  height: 25px;
}

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

.div-block-69 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-8:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-8:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-8.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.ikonik-5qjl2 {
  width: 25px;
  height: 25px;
}

.heading-2-no-paddi {
  color: var(--black);
  margin-bottom: 0;
}

.into-view-fill {
  z-index: 100;
  background-color: #fdfdfd;
  width: 100%;
  height: 0%;
  margin-top: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  background-color: #f9f9f9;
}

.timetableembed {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timetableembed._100, .tabs {
  width: 100%;
}

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

.schedule-3 {
  display: none;
}

._25px-spacer {
  width: 25px;
  height: 25px;
}

.feature-tab-menu-2 {
  margin-bottom: 35px;
  display: flex;
}

.schedule-4 {
  display: none;
}

.div-block-469 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.schedule-2 {
  display: none;
}

.schedule-1 {
  display: block;
}

.feature-tab-link-3 {
  color: #080808;
  background-color: #0000;
  border-bottom: 2px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-tab-link-3:hover {
  border-bottom-color: var(--burlywood);
  color: #080808;
  text-decoration: none;
}

.feature-tab-link-3.w--current {
  border-bottom-color: var(--burlywood);
  width: 100%;
  color: var(--burlywood);
  background-color: #0000;
  border-radius: 3px;
}

.heading-2-no-paddi-2 {
  margin-bottom: 0;
}

.div-block-72 {
  min-height: 100%;
}

.mask {
  margin-bottom: 40px;
}

.slider-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.slide-nav-2 {
  z-index: 100;
}

.rich-text-block p, .rich-text-block h2 {
  text-align: left;
}

.success-message-2 {
  background-color: #fff;
  height: 100%;
}

.div-block-470 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

  .section {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .section.full-width-slider {
    height: 500px;
  }

  .section.hero-section {
    background-position: 0 0, 50%;
    padding-top: 16vh;
  }

  .section.above-lifestyle {
    height: auto;
    max-height: none;
    padding-bottom: 25vh;
  }

  .section.life-style {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .section.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .section.instagram {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .navbar {
    padding-right: 12px;
    display: none;
  }

  .nav-link.last {
    margin-right: 23px;
  }

  .div-block.hero {
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    width: 45%;
    padding: 24px;
  }

  .footer {
    flex-direction: column-reverse;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .stencil._1 {
    max-width: 50%;
    bottom: -50px;
    left: -326px;
  }

  .stencil._2 {
    max-width: 90%;
    bottom: 282px;
    right: -628px;
  }

  .stencil._3 {
    max-width: 70%;
    bottom: -343px;
    left: -410px;
  }

  .stencil._4 {
    max-width: 70%;
    top: -253px;
    right: -416px;
  }

  .stencil._5 {
    max-width: 80%;
    top: -304px;
    left: -492px;
  }

  .stencil._6 {
    max-width: 80%;
    bottom: -251px;
    right: -333px;
  }

  .lifestyle-image-wrap-1 {
    width: 300px;
    height: 300px;
    top: -7.5em;
    left: 1em;
  }

  .lifestyle-image-wrap-2 {
    width: 230px;
    height: 230px;
    top: -4.9em;
    right: 1.6em;
  }

  .lifestyle-image-wrap-3 {
    width: 250px;
    height: 250px;
    bottom: -3.3em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-4 {
    opacity: 1;
    width: 300px;
    height: 300px;
    bottom: -5.2em;
    right: 1.7em;
  }

  .lifestyle-image-4 {
    opacity: 1;
    background-position: 50% 80%;
  }

  .popup-form {
    display: flex;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-menu {
    background-color: var(--black);
    border-top: 1px solid #f1f1f31a;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger-wrap {
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 27px;
    display: block;
  }

  .hamburger-line {
    background-color: #fff;
    width: 35px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .hamburger-line-2 {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
  }

  .hamburger-line-3 {
    background-color: #fff;
    width: 35px;
    height: 2px;
    padding: 0;
  }

  .slider-text-block {
    margin-top: 30%;
    margin-left: 5vw;
  }

  .slider-text-block.highlights {
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .hero-video-contain {
    z-index: 2;
    width: 100%;
    margin-top: 102px;
    position: relative;
  }

  .hero-video-wrap {
    height: 400px;
    left: 0;
    transform: rotateX(3deg)rotateY(-14deg)rotateZ(3deg);
  }

  .hero-background-video {
    top: -48px;
    left: -143px;
    transform: rotate(-3deg);
  }

  .hero-title-contain {
    width: 100%;
    max-width: 650px;
    margin-left: 5vw;
  }

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

  .div-block-home {
    width: 300px;
    height: 200px;
    display: none;
    top: 10.6em;
    left: 2.5em;
  }

  .social-media-links {
    display: flex;
  }

  .button-wrapper {
    width: 40%;
  }

  .style-block, .heading-wrap {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .footer-grid-c {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-newsletter-s {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-link-2 {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-link-2:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .link-accent {
    bottom: 0;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .toggle:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .toggle.w--open {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .navigation-feature-block {
    display: none;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #ad9152;
    border-radius: 2px;
    margin-left: 14px;
    padding: 12px;
  }

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

  .dropdown-container {
    padding: 0;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .menu-small-grid-item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-price {
    font-size: 15px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .menu-name {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .heading-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-l {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .tab-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .checkmarks-wrap-body {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .add-to-cart {
    margin-top: 18px;
  }

  .slider-button-right:hover {
    background-position: 50%;
  }

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

  .slider-button-left:hover {
    background-position: 50%;
  }

  .menu-grid-card-2 {
    margin-bottom: 16px;
  }

  .add-to-cart-2 {
    margin-top: 18px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .menusection {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .menusection.full-width-slider {
    height: 500px;
  }

  .menusection.hero-section {
    height: auto;
    padding-top: 16vh;
  }

  .menusection.above-lifestyle {
    height: auto;
    max-height: none;
    padding-bottom: 25vh;
  }

  .menusection.life-style {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .menusection.form {
    padding-top: 14vh;
    padding-bottom: 10vh;
  }

  .menusection.instagram {
    padding-top: 20vh;
    padding-bottom: 25vh;
    overflow: visible;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navigation-title-2 {
    padding-bottom: 0;
  }

  .navbar20_menu-button {
    padding: 0;
  }

  .navbar20_menu-button.w--open {
    background-color: #0000;
  }

  .footer-form-block-2 {
    width: 100%;
  }

  .navbar20_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar20_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar20_menu-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer-form-2 {
    justify-content: space-between;
  }

  .button-primary-m-3 {
    height: 100%;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar20_menu-right {
    flex: 0 auto;
  }

  .navbar20_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar20_menu {
    margin-top: 4.5rem;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .navbar20_link-wrapper {
    display: none;
  }

  .navigation-grid-c {
    grid-template-columns: 2fr;
  }

  .paragraph-small-3 {
    text-align: left;
  }

  .navbar20_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon4 {
    border: 1px solid #383838;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .nav-logo-link-2 {
    margin-right: 0;
  }

  .navbar20_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

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

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar20_menu-left {
    flex: 0 auto;
    width: 100%;
    padding-top: 2rem;
  }

  .navbar20_component {
    display: flex;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-468 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block, .link-block:hover {
    text-decoration: none;
  }

  .nav-menu-button {
    color: #000;
    border: 1px solid #383838;
    padding: 12px;
  }

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

  .div-block-69 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-menu-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-469 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-link-3 {
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
    font-size: 64px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3, h4, h5, h6 {
    text-align: center;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .section.split {
    flex-direction: column;
    height: 700px;
    min-height: auto;
  }

  .section.split.highlights {
    flex-direction: column-reverse;
  }

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

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

  .section.life-style {
    padding-top: 90px;
    padding-bottom: 150px;
  }

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

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

  .section.instagram {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .text-wrap {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-wrap.neighborhood {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-wrap.form-heading {
    margin-top: 0;
    position: static;
  }

  .div-block {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    width: 100%;
    height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    height: auto;
  }

  .slider-wrap {
    flex-direction: column;
  }

  .highlights-image-wrap {
    flex: 0 auto;
    height: 600px;
  }

  ._30px-div {
    height: 20px;
  }

  .form-block {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .field-wrap {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  ._50-percent {
    width: 100%;
    margin-bottom: 20px;
  }

  .button.submit {
    margin-top: 10px;
  }

  .button.submit-form-2 {
    margin-top: 6px;
  }

  .form {
    padding-bottom: 0;
  }

  .footer {
    flex-direction: column-reverse;
    padding: 30px 40px 20px;
  }

  .stencil._1 {
    opacity: 1;
    inset: auto auto -8% -45%;
  }

  .stencil._2 {
    opacity: 1;
    inset: -27% -83% auto auto;
  }

  .stencil._3 {
    opacity: 1;
    inset: auto auto -34% -61%;
  }

  .stencil._4 {
    opacity: 1;
    inset: -16% -64% auto auto;
  }

  .stencil._5 {
    opacity: 1;
    inset: -64% auto auto -61%;
  }

  .stencil._6 {
    opacity: 1;
    inset: auto -70% -45% auto;
  }

  .lifestyle-image-wrap-1 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    top: -5.6em;
    left: 1.4em;
  }

  .lifestyle-image-wrap-2 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    top: -3.5em;
    right: 1.3em;
  }

  .lifestyle-image-wrap-3 {
    border-width: 3px;
    width: 180px;
    height: 180px;
    bottom: -2.7em;
    left: .9em;
  }

  .lifestyle-image-wrap-4 {
    border-width: 3px;
    width: 200px;
    height: 200px;
    bottom: -3.8em;
    right: 1.4em;
  }

  .lifestyle-image-4 {
    background-position: 50% 70%;
  }

  .popup-form {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 160px;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .close-wrap {
    padding-right: 40px;
  }

  .nav-menu {
    padding-bottom: 20px;
  }

  .hamburger-line {
    height: 2px;
  }

  .slider-text-block {
    min-height: auto;
    margin-top: 18%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slider-text-block.highlights {
    margin-top: 10%;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .neighborhood-background-video {
    opacity: .7;
  }

  .copyrights {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .text-block-wrap {
    padding: 30px;
  }

  .hero-video-contain {
    margin-top: 45px;
  }

  .hero-title-contain {
    width: 90%;
    max-width: none;
    margin-left: 5vw;
    padding-right: 0;
  }

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

  .hero-div-wrap {
    justify-content: center;
  }

  .social-media-links {
    display: flex;
  }

  .social-media-link {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 20px;
  }

  .button-wrapper {
    margin-right: 0;
  }

  .style-block {
    padding: 35px;
  }

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

  .utility-page-content {
    width: auto;
  }

  .popup-form-conatin {
    min-height: auto;
    padding-bottom: 0;
    display: none;
    overflow: auto;
  }

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

  .footer-top-a {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .language-dropdown {
    justify-content: center;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .language-list, .language-list.w--open {
    right: auto;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .nav-button {
    display: none;
  }

  .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home_header_image {
    max-height: 20rem;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .section-title_content {
    grid-template-columns: 1fr;
  }

  .menu-small-grid-item {
    width: 50%;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 32px;
  }

  .div-block-3 {
    width: 100%;
    flex-wrap: wrap;
  }

  .div-block-3 > a {
    width: 100%;
  }

  .button.xl {
    padding: 10px 18px;
    font-size: 13px;
    letter-spacing: 2px;
  }

  .tab-card-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkmarks-wrap-body {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .paragraph {
    font-size: 17px;
  }

  .add-to-cart {
    margin-top: 24px;
  }

  .add-to-cart.submit {
    margin-top: 10px;
  }

  .add-to-cart.submit-form-2 {
    margin-top: 6px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .swiper-column {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

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

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .add-to-cart-2 {
    margin-top: 24px;
  }

  .menusection.split {
    flex-direction: column;
    height: 700px;
    min-height: auto;
  }

  .menusection.split.highlights {
    flex-direction: column-reverse;
  }

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

  .menusection.above-lifestyle {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  .menusection.life-style {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .menusection.form {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .menusection.transform-perspective {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menusection.instagram {
    padding-top: 90px;
    padding-bottom: 150px;
  }

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

  .navbar20_menu-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-form-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .button-outline-m-2.icon-l.hide-mob {
    display: none;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .grey-line._2rem-space {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .navbar20_menu-left {
    padding-top: 1rem;
  }

  .footer-submit-button {
    margin-right: 0;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    color: #344054;
    background-color: #fff;
  }

  .feature-tab-menu-2 {
    flex-direction: column;
  }

  .feature-tab-link-3 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    display: none;
  }
}

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

  .heading {
    font-size: 32px;
    line-height: 1.15;
  }

  h2 {
    font-size: 30px;
    line-height: 38px;
  }

  h6 {
    text-align: center;
  }

  a:hover {
    text-decoration: none;
  }

  .section.full-width-slider {
    height: 400px;
  }

  .section.split {
    height: 700px;
  }

  .section.split.highlights {
    min-height: 900px;
  }

  .section.above-lifestyle {
    padding-bottom: 120px;
  }

  .section.life-style {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .section.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.instagram {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .text-wrap.form-heading {
    margin-top: 84px;
  }

  .nav-link.last.w--current {
    margin-right: 0;
  }

  .full-width-slider {
    height: auto;
  }

  ._35-percent {
    flex: 1;
  }

  .slider-image-wrap {
    flex: 0 auto;
    height: 60%;
  }

  .highlights-image-wrap {
    height: 600px;
  }

  .highlight {
    padding-left: 0;
    padding-right: 0;
  }

  ._30px-div {
    height: 20px;
  }

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

  .text-field {
    height: 50px;
  }

  ._50-percent {
    margin-bottom: 18px;
  }

  .button.submit-form-2 {
    margin-top: 0;
  }

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

  .stencil._1 {
    max-width: 90%;
    inset: auto auto -17% -62%;
  }

  .stencil._2 {
    inset: -11% -66% auto auto;
  }

  .stencil._3 {
    inset: auto auto -15% -46%;
  }

  .stencil._4 {
    inset: -10% -48% auto auto;
  }

  .stencil._5 {
    inset: -23% auto auto -56%;
  }

  .stencil._6 {
    inset: auto -66% -15% auto;
  }

  .lifestyle-image-wrap-1 {
    width: 180px;
    height: 180px;
    top: -3.4em;
    left: .9em;
  }

  .lifestyle-image-wrap-2 {
    width: 150px;
    height: 150px;
    top: -2.5em;
    right: .9em;
  }

  .lifestyle-image-wrap-3 {
    width: 150px;
    height: 150px;
    bottom: -2.1em;
    left: .7em;
  }

  .lifestyle-image-3 {
    background-position: 10%;
  }

  .lifestyle-image-wrap-4 {
    width: 180px;
    height: 180px;
    bottom: -2.5em;
    right: .9em;
  }

  .popup-form {
    z-index: 200000000;
    padding-top: 95px;
    padding-bottom: 0;
    display: flex;
  }

  .close-wrap {
    padding: 20px 29px 12px 30px;
  }

  .nav-menu {
    border-top: 1px solid #f1f1f333;
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .hamburger-line {
    height: 2px;
  }

  .slider-text-block {
    margin-top: 16%;
  }

  .slider-text-block.highlights {
    min-height: auto;
    margin-top: 16%;
  }

  .copyrights {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-block-wrap {
    padding: 50px 24px;
  }

  .hero-video-contain {
    margin-top: 60px;
  }

  .hero-background-video {
    left: -89px;
  }

  .hero-paragraph {
    margin-bottom: 0;
  }

  .logo {
    max-width: 90%;
  }

  .social-media-links {
    display: flex;
  }

  .social-media-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .button-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .color-wrapper {
    width: 50%;
  }

  .style-block {
    padding: 20px 9px;
  }

  .colors-contain {
    justify-content: center;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-form-conatin {
    padding-bottom: 40px;
  }

  .navigation-link-grid {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    display: none;
  }

  .navigation-text-link {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .toggle.w--open {
    background-color: #fbf7ee;
  }

  .navigation-title {
    margin-bottom: 20px;
  }

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

  .heading-style-h5 {
    text-align: center;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home_header_description {
    justify-items: center;
  }

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

  .menu-small-grid-item {
    width: 100%;
  }

  .contact-form-l {
    padding: 32px 24px 24px;
  }

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

  .form-grid .input.span-2 {
    grid-area: auto;
  }

  .contact-map {
    height: 220px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

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

  .text-415 {
    font-size: 13px;
  }

  .checkmarks-wrap-body {
    flex-direction: column;
  }

  .checkbox-item {
    align-items: center;
    padding-top: 0;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .herobuttons-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .faq-question-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .add-to-cart.submit-form-2 {
    margin-top: 0;
  }

  .add-to-cart-2 {
    margin-top: 20px;
  }

  .menusection.full-width-slider {
    height: 400px;
  }

  .menusection.split {
    height: 700px;
  }

  .menusection.split.highlights {
    min-height: 900px;
  }

  .menusection.above-lifestyle {
    padding-bottom: 120px;
  }

  .menusection.life-style {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .menusection.transform-perspective {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .menusection.instagram {
    padding-top: 130px;
    padding-bottom: 150px;
  }

  .item, .item-2 {
    width: 70vw;
  }

  .div-block-467 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  ._2x-grid-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .footer-form-2 {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-text-field-2 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-submit-button {
    width: 100%;
  }

  .div-block-69 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .timetableembed {
    padding: 40px 1rem 15px;
  }

  .feature-tab-menu-2 {
    display: flex;
  }

  .div-block-469 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-tab-link-3 {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
  }

  .heading {
    text-align: left;
    font-size: 44px;
    line-height: 1.15;
  }
}

#w-node-c34757fb-6e94-c532-8c7a-3a739d518a43-db216b31, #w-node-_72611c7c-301a-f102-d288-e49341a24c44-db216b31, #w-node-c654d870-6cd0-fc78-0935-48c04453530e-db216b31, #w-node-_7b03815e-31c1-5185-b56d-5ceca89a8007-db216b31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b03815e-31c1-5185-b56d-5ceca89a8021-db216b31, #w-node-_8552f119-8fe8-ef55-d7c3-413f3fe14b61-db216b31, #w-node-_7b03815e-31c1-5185-b56d-5ceca89a8027-db216b31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_456df7c4-e6bd-e9aa-3e72-8a8e072e13c5-072e13b5, #w-node-_456df7c4-e6bd-e9aa-3e72-8a8e072e13c6-072e13b5, #w-node-_456df7c4-e6bd-e9aa-3e72-8a8e072e13d1-072e13b5, #w-node-_456df7c4-e6bd-e9aa-3e72-8a8e072e13da-072e13b5, #w-node-cb8bf74e-f9aa-c28b-fc68-c36230f1f7bb-30f1f79e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb8bf74e-f9aa-c28b-fc68-c36230f1f821-30f1f79e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb8bf74e-f9aa-c28b-fc68-c36230f1f821-30f1f79e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b03815e-31c1-5185-b56d-5ceca89a8015-db216b31, #w-node-_7b03815e-31c1-5185-b56d-5ceca89a801b-db216b31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
/* Self-hosted Google Fonts (replaces WebFont.js CDN loader) */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Variable.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: optional;
}

/* Rebuilt mobile nav (replaces Webflow IX2 + Lottie hamburger, stripped per conversion) */
.nav-animation.hamburger-icon {
  filter: none;
  width: 25px;
  height: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger-icon .hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-menu-button.w--open .hamburger-icon .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-menu-button.w--open .hamburger-icon .hamburger-line:nth-child(2) {
  opacity: 0;
}
.nav-menu-button.w--open .hamburger-icon .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.navbar20_menu.is-open {
  display: flex !important;
}
.navbar20_menu-dropdown.is-open .navbar20_dropdown-list {
  display: block;
}
@media screen and (max-width: 991px) {
  .nav-menu-button {
    cursor: pointer;
    background: none;
    border: none;
  }
}

/* Rebuilt slider transform transition (replaces Webflow.js slider runtime) */
.w-slider-mask {
  transition: transform 500ms ease;
}

/* Chrome/iOS/Android autofill styling fix (per Fixes and Gotchas.md) */
.text-field {
  color-scheme: dark;
  -webkit-appearance: none;
  transition: background-color 99999s ease-in-out, color 99999s ease-in-out, -webkit-text-fill-color 99999s ease-in-out;
}
.text-field:-webkit-autofill,
.text-field:-webkit-autofill:hover,
.text-field:-webkit-autofill:focus,
.text-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #09090a inset !important;
  box-shadow: 0 0 0 1000px #09090a inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
}
.text-field-s,
.text-field-2,
.text-area {
  color-scheme: light;
  -webkit-appearance: none;
  transition: background-color 99999s ease-in-out, color 99999s ease-in-out, -webkit-text-fill-color 99999s ease-in-out;
}
.text-field-s:-webkit-autofill,
.text-field-s:-webkit-autofill:hover,
.text-field-s:-webkit-autofill:focus,
.text-field-s:-webkit-autofill:active,
.text-field-2:-webkit-autofill,
.text-field-2:-webkit-autofill:hover,
.text-field-2:-webkit-autofill:focus,
.text-field-2:-webkit-autofill:active,
.text-area:-webkit-autofill,
.text-area:-webkit-autofill:hover,
.text-area:-webkit-autofill:focus,
.text-area:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #171717 !important;
  caret-color: #171717;
}

/* Events gallery grid + lightbox (adapted from Misc/ap-gallery.zip, brand colours/fonts swapped in) */
.gallery-section {
  background-color: var(--black);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 8px;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; }
}
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
}
.gallery-tile {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  cursor: pointer;
  border: none;
  padding: 0;
  display: block;
}
.gallery-tile.wide {
  grid-column: span 2;
}
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease, filter .35s ease;
}
.gallery-tile:hover img {
  transform: scale(1.06);
  filter: brightness(.85);
}
.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(9, 9, 10, .55) 100%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.gallery-tile:hover::after {
  opacity: 1;
}

/* Lightbox */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(9, 9, 10, .94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.gallery-lightbox.open {
  display: flex;
}
.gallery-lightbox img {
  max-width: 92vw;
  max-height: 86vh;
  object-fit: contain;
  border: 2px solid rgba(255, 255, 255, .08);
}
.gallery-lightbox .lb-close,
.gallery-lightbox .lb-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.gallery-lightbox .lb-close:hover,
.gallery-lightbox .lb-arrow:hover {
  background: var(--burlywood);
  border-color: var(--burlywood);
}
.gallery-lightbox .lb-close {
  top: 1.25rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
}
.gallery-lightbox .lb-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}
.gallery-lightbox .lb-prev {
  left: 1.5rem;
}
.gallery-lightbox .lb-next {
  right: 1.5rem;
}
.gallery-lightbox .lb-counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .65);
  font-family: Gayathri, sans-serif;
  font-size: .85rem;
  letter-spacing: .1em;
}
@media (max-width: 600px) {
  .gallery-lightbox .lb-arrow { width: 40px; height: 40px; }
  .gallery-lightbox .lb-prev { left: .5rem; }
  .gallery-lightbox .lb-next { right: .5rem; }
}

/* Rollup buttons (house component, ap-rollup-buttons) — mechanism only.
   Olive Lane's own button colours/borders/icons are untouched; this just
   adds the clip + slide text roll to every button and nav/menu link. */
.btn-roll-wrap {
  display: inline-block;
  overflow: hidden;
  height: 1.2em;
  line-height: 1.2;
  vertical-align: middle;
}

.btn-roll-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn-roll-inner > span {
  display: flex;
  align-items: center;
  height: 1.2em;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-link:hover .btn-roll-inner,
.footer-link:hover .btn-roll-inner,
.button:hover .btn-roll-inner,
.button-primary-m-2:hover .btn-roll-inner,
.button-primary-m-3:hover .btn-roll-inner,
.button-outline-m-2:hover .btn-roll-inner,
.button-submit:hover .btn-roll-inner,
.button-primary-l:hover .btn-roll-inner,
.wrap-h-regular:hover .btn-roll-inner,
.link-block:hover .btn-roll-inner,
.nav-current-link:hover .btn-roll-inner {
  transform: translateY(-1.2em);
}

/* Booking date/time picker (house component: Forms/calendar-time-picker.zip)
   Rebranded from the component's default teal to Olive Lane's own field
   styling (matches .text-field-2: white bg, #e6e6e6 border, 56px height,
   sharp corners, burlywood accent) rather than the component's own look. */
.nwg-datetime-reveal {
  max-height: 600px;
  overflow: visible;
  opacity: 1;
}

.nwg-dtp { position: relative; }
.nwg-dtp-fp-wrap,
.nwg-dtp-time-field {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  min-height: 56px;
  cursor: pointer;
  user-select: none;
}
.nwg-dtp-fp-wrap.is-open,
.nwg-dtp-time-field:focus-within {
  border-color: var(--burlywood);
  box-shadow: 0 0 0 2px rgba(189, 154, 71, .15);
}
.nwg-dtp-fp-wrap svg,
.nwg-dtp-time-field svg { color: var(--burlywood); flex-shrink: 0; }
.nwg-dtp-date-inp,
.nwg-time-inp {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-family: inherit;
  color: #171717;
  font-weight: 400;
  padding: 0;
  min-width: 0;
  cursor: text;
}
.nwg-dtp-date-inp::placeholder,
.nwg-time-inp::placeholder { color: #737373; }
.nwg-time-inp { cursor: text; }

@media (pointer: coarse) {
  .nwg-dtp-date-inp { pointer-events: none; caret-color: transparent; }
}

.nwg-date-err { display: none; font-size: .75rem; font-weight: 600; color: #aa3c3c; margin-top: .25rem; }
.nwg-date-err.show { display: block; }

.nwg-dtp-panel {
  display: none;
  position: fixed;
  background: #fff;
  border: 1px solid var(--burlywood);
  box-shadow: 0 4px 16px rgba(16, 24, 40, .13);
  z-index: 9999;
  box-sizing: border-box;
}
.nwg-dtp-panel.is-open { display: block; }

@media (max-width: 640px) {
  .nwg-dtp-panel {
    bottom: 0 !important; left: 0 !important;
    right: 0 !important; top: auto !important;
    width: 100% !important; min-width: 0 !important;
    max-height: 82vh !important; overflow-y: auto !important;
    border: none;
    border-top: 2px solid var(--burlywood);
    border-radius: 0;
    transform: translateY(100%);
    transition: transform .28s cubic-bezier(.4, 0, .2, 1);
    display: block;
    visibility: hidden;
    padding-bottom: env(safe-area-inset-bottom, 16px);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, .18);
  }
  .nwg-dtp-panel.is-open { transform: translateY(0); visibility: visible; }
}

.nwg-dtp-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 9998;
  -webkit-tap-highlight-color: transparent;
}
.nwg-dtp-backdrop.is-open { display: block; }

.nwg-dtp-hdr {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 10px 8px;
  border-bottom: 1px solid #e6e6e6;
}
.nwg-dtp-nav-grp { display: flex; gap: 3px; flex-shrink: 0; }
.nwg-dtp-nav-btn {
  width: 32px; height: 36px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  font-size: 1.25rem; line-height: 1;
  color: #171717;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 0;
  transition: background .12s;
  font-family: inherit; padding: 0;
}
.nwg-dtp-nav-btn:hover { background: #f1f1f3; color: var(--burlywood); }

.nwg-cus-sel { position: relative; flex: 1; min-width: 0; }
.nwg-cus-sel-btn {
  width: 100%; height: 36px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  font-size: .825rem; font-family: inherit;
  color: #171717; font-weight: 600;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 8px;
  border-radius: 0;
  gap: 4px; white-space: nowrap;
}
.nwg-cus-sel-btn:hover,
.nwg-cus-sel-btn.is-open { border-color: var(--burlywood); background: #fff; }
.nwg-cus-sel-btn svg { flex-shrink: 0; color: #737373; transition: transform .15s; }
.nwg-cus-sel-btn.is-open svg { transform: rotate(180deg); }
.nwg-cus-sel-opts {
  display: none;
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff;
  border: 1px solid var(--burlywood);
  border-top: none;
  z-index: 10001;
  max-height: 180px;
  overflow-y: auto;
}
.nwg-cus-sel-opts.is-open { display: block; }
.nwg-cus-sel-opt {
  width: 100%; border: none; background: none;
  text-align: left; padding: 8px 10px;
  font-size: .825rem; font-family: inherit;
  color: #171717; cursor: pointer; display: block;
}
.nwg-cus-sel-opt:hover { background: #f1f1f3; color: var(--burlywood); }
.nwg-cus-sel-opt.active { background: var(--burlywood); color: #fff; font-weight: 700; }

.nwg-dtp-dow-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 6px 8px 2px; gap: 2px;
}
.nwg-dtp-dow {
  text-align: center;
  font-size: .6875rem; font-weight: 700;
  color: #737373; padding: 3px 0;
}

.nwg-dtp-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 2px 8px 8px; gap: 2px;
}
.nwg-cal-day {
  display: flex; align-items: center; justify-content: center;
  font-size: .825rem; font-weight: 500;
  color: #171717;
  cursor: pointer;
  border: none; background: none;
  border-radius: 0 !important;
  min-height: 38px; width: 100%;
  transition: background .1s, color .1s;
  font-family: inherit; padding: 0;
}
.nwg-cal-day:hover:not(.disabled):not(.other-month) {
  background: #f1f1f3; color: var(--burlywood);
}
.nwg-cal-day.other-month { color: #d0d0d0; pointer-events: none; }
.nwg-cal-day.disabled    { color: #d0d0d0; cursor: not-allowed; pointer-events: none; }
.nwg-cal-day.today {
  background: var(--burlywood); color: #fff;
  font-weight: 700;
}
.nwg-cal-day.today:hover { background: #a8863d; }
.nwg-cal-day.selected {
  background: var(--burlywood); color: #fff;
  font-weight: 700;
  outline: 2px solid #a8863d; outline-offset: 1px;
}
.nwg-cal-day.today.selected { outline-offset: 2px; }
@media (max-width: 640px) {
  .nwg-cal-day { min-height: 44px; }
}

.nwg-dtp-footer {
  display: flex; align-items: center;
  gap: 8px; padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
}
.nwg-dtp-today-btn,
.nwg-dtp-cancel-btn {
  flex: 1; height: 40px; border: none;
  font-size: .85rem; font-weight: 700;
  cursor: pointer; font-family: inherit;
  border-radius: 0; transition: background .12s; padding: 0;
}
.nwg-dtp-today-btn  { background: var(--burlywood); color: #fff; }
.nwg-dtp-today-btn:hover  { background: #a8863d; }
.nwg-dtp-cancel-btn { background: #f1f1f3; color: #171717; font-weight: 600; }
.nwg-dtp-cancel-btn:hover { background: #e6e6e6; }

.input.span-2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
