

:root {
  --background: #f1f1f1;
  --black-100: #0e0e0e;
  --grey: #868686;
  --white: white;
  --black-80: #1d1d1d;
  --rounded: 10px;
  --grey-green: #7a7a7a;
  --light-grey: #dfdfdf;
  --orange: #ff4800;
  --blur-nav: rgba(238, 238, 238, .3);
}

@font-face {
  font-family: 'Aspekta 750';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0aff10636a36b1ea43e_Aspekta-750.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 550';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af426f63d95a41f33f_Aspekta-550.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 800';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0afdc310ea09f381f7b_Aspekta-800.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 500';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af6e760b60e2fbbd2b_Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 700';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af5344e49d7fb82626_Aspekta-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 650';
  src: url('/wp-content/themes/impulsebyte/assets/66a3d0af36db69ebd6a40f09_Aspekta-650.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}



.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

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

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

.w-radio:after {
  clear: both;
}

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

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  z-index: -100;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  width: auto;
  height: auto;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

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

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

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

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ddd;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, .4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, .9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .4);
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  width: 4em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  height: 2.6em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  width: 10vh;
  box-sizing: content-box;
  cursor: pointer;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  height: 10vh;
  background: #222;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

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

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

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

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

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

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

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

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --n-extrawheat: #f0eada;
  --primary-salmon: #f3c20a;
  --a-tumeric: #f3c20a;
  --a-sky: #88d0fb;
  --a-gulabi: #e4336a;
  --n-soil: #000;
  --n-wheat: #f3e7bf;
  --p-teal: #4da6a4;
}

.w--current .heading-four.heading-brown {
  color: var(--n-soil);
}
.heading-four.heading-brown {
  color: var(--a-tumeric);
}

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

.hero-text-container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 25px;
  display: flex;
}

.paragraph-1 {
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-1.popup-paragraph {
  text-align: center;
}

.paragraph-1.popup-info {
  color: var(--n-extrawheat);
}

.restaurant-herocontainer {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}

.hero-slider-container {
  width: 694px;
  height: 860px;
  border-radius: 60px;
  overflow: hidden;
}

.colorblock-primary {
  width: 100px;
  height: 100px;
  background-color: var(--primary-salmon);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.colorblock-tumeric {
  width: 100px;
  height: 100px;
  background-color: var(--a-tumeric);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.colorblock-sky {
  width: 100px;
  height: 100px;
  background-color: var(--a-sky);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.colorblock-vibrant {
  width: 100px;
  height: 100px;
  background-color: var(--a-gulabi);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.accent-black {
  flex-direction: column;
  display: flex;
}

.accent-clr {
  display: flex;
}

.neutral-block {
  flex-direction: column;
  display: flex;
}

.neutral-clr {
  display: flex;
}

.dls-color-copy {
  width: 90vw;
  border: 2px solid var(--a-gulabi);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 20px;
  padding: 40px;
  display: flex;
}

.neutral-soil {
  width: 100px;
  height: 100px;
  background-color: var(--n-soil);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.neutral-sada {
  width: 100px;
  height: 100px;
  background-color: var(--n-wheat);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.accent-extra-sada {
  width: 100px;
  height: 100px;
  background-color: var(--n-extrawheat);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.dls-text-container {
  width: 90vw;
  border: 2px solid var(--a-gulabi);
  border-radius: 20px;
  margin-top: 40px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-slider-inner {
  height: 100%;
  background-color: var(--a-tumeric);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-one {
  font-size: 80px;
  font-weight: 400;
  line-height: 85px;
}

.heading-one.heading-red {
  color: var(--primary-salmon);
}

.heading-one.heading-red.hero-heading {
  width: 450px;
}

.heading-one.heading-red.hero-heading.split-text {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-one.heading-red.about-us-heading {
  padding-left: 0;
}

.heading-one.heading-white {
  color: #fff;
}

.heading-one.heading-white.ov-heading {
  margin-bottom: 32px;
}

.heading-one.heading-off-white {
  color: var(--n-wheat);
}

.heading-one.heading-brown {
  color: var(--n-soil);
}

.heading-one.heading-brown.menu-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-two {
  font-size: 40px;
  line-height: 48px;
}

.heading-two.heading-brown {
  color: var(--n-soil);
}

.heading-two.heading-brown.loop-text {
  padding-left: 20px;
}

.heading-two.heading-brown.hl-hr-text {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
}

.heading-two.heading-brown.menu-heading {
  text-align: center;
}

.heading-two.heading-brown.am-heading-text {
  font-size: 30px;
  line-height: 31px;
}

.heading-two.heading-brown.res-name-heading {
  font-size: 32px;
  line-height: 31px;
}

.heading-two.heading-brown.ue-heading {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 31px;
  position: relative;
}

.heading-two.heading-red {
  color: var(--primary-salmon);
}

.heading-two.heading-red.pop-up-heading {
  text-align: center;
}



/*.heading-four.heading-brown {
  color: var(--n-soil);
}*/

.heading-four.heading-brown.hl-hr-text {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-four.thankyoumessage {
  color: var(--n-soil);
}

.heading-four.popup-heading {
  color: var(--n-extrawheat);
}

.heading-four.link-heading.w--current {
  color: var(--primary-salmon);
  margin-top: 24px;
}

.heading-five {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.heading-five.heading-white {
  color: #fff;
}

.heading-five.nav-heading {
  width: auto;
  color: var(--n-soil);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 23px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.heading-five.nav-heading:hover {
  color: var(--primary-salmon);
  font-weight: 300;
}

.heading-five.nav-heading.w--current {
  color: var(--primary-salmon);
}

.heading-five.nav-heading.nav-main {
  grid-column-gap: 7px;
  border: 2px solid var(--a-gulabi);
  color: var(--primary-salmon);
  border-radius: 200px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
}

.heading-five.nav-heading.nav-main.mobile-oo-cta {
  margin-left: 0;
}

.heading-five.sec-cta-heading {
  color: #fff;
}

.heading-five.sec-cta-heading.sec-cta-heading-brn {
  color: var(--n-soil);
  position: relative;
}

.heading-five.hl-hp-text {
  color: #303030;
  margin-top: 0;
  margin-bottom: 5px;
  text-decoration: none;
}

.heading-five.hl-hp-text.hl-li-link {
  color: var(--primary-salmon);
}

.heading-five.nav-external {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-one {
  font-size: 16px;
  line-height: 21px;
}

.paragraph-one.hero-paragraph {
  margin-bottom: 32px;
  padding-top: 16px;
}

.paragraph-one.paragraph-white {
  color: #fff;
}

.paragraph-one.paragraph-white.ov-paragraph-two {
  margin-top: 26px;
  margin-left: 100px;
}

.paragraph-one.menu-graphic-text {
  margin-left: 10px;
}

.paragraph-one.menu-header-paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
}

.paragraph-one.menu-price {
  text-align: center;
}

.paragraph-one.paragraph-brown {
  color: var(--n-soil);
}

.paragraph-one.paragraph-brown.au-paragraph-two {
  margin-left: 32px;
}

.paragraph-one.ue-p {
  margin-top: 6px;
  margin-bottom: 6px;
}

.hs-linear-line {
  z-index: 100;
  width: 96%;
  height: 97%;
  border: 4px solid var(--n-extrawheat);
  border-radius: 60px;
  display: none;
  position: absolute;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
}

.left-arrow-two {
  z-index: 100;
  width: 48px;
  height: 48px;
  border: 3px solid var(--n-soil);
  cursor: pointer;
  background-color: rgba(250, 250, 250, 0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: padding .3s;
  display: flex;
  top: 62px;
  bottom: auto;
  left: auto;
  right: 138px;
}

.left-arrow-two:hover {
  padding-right: 12px;
}

.left-arrow-two.arrow-image {
  background-color: rgba(250, 250, 250, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 200px;
}

.left-arrow-two.arrow-image:hover {
  padding-right: 9px;
}

.right-arrow-two {
  z-index: 100;
  width: 48px;
  height: 48px;
  border: 3px solid var(--n-soil);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  transition: padding .3s;
  display: flex;
  top: 62px;
  bottom: auto;
  left: auto;
  right: 62px;
}

.right-arrow-two:hover {
  padding-left: 9px;
}

.right-arrow-two.image-arrow-two {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 132px;
}

.arrow-right, .arrow-left {
  width: 40%;
  cursor: pointer;
  position: absolute;
}

.slider-nav-two {
  z-index: 100;
  width: auto;
  top: 130px;
  bottom: auto;
  left: auto;
  right: 90px;
}

.slider-paragraph-name-container {
  width: 290px;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: 62px;
  bottom: auto;
  left: 62px;
  right: auto;
}

.slider-image-container {
  z-index: -50;
  height: 75%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.body-two {
  background-color: var(--n-extrawheat);
}

.hero-text-inner {
  flex-direction: column;
  display: flex;
}

.primary-cta {
  background-color: var(--primary-salmon);
  border-radius: 220px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: padding .3s;
  display: flex;
}

.primary-cta:hover {
  padding-left: 50px;
  padding-right: 50px;
}

.primary-cta.form-cta {
  margin-top: 6px;
}


.primary-cta.menu-cta {
  margin-top: 16px;
  display: flex;
}

.colorblock-secondary {
  width: 100px;
  height: 100px;
  background-color: var(--p-teal);
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
}

.cta-arrow {
  align-items: center;
  padding-left: 12px;
  display: flex;
}

.hero-rotating-text-container {
  width: 100vw;
  height: 90px;
  border: 4px solid var(--n-soil);
  background-color: #fff;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-left: -40px;
  display: flex;
  position: relative;
  left: -100%;
  overflow: hidden;
}

.ht-rolling-inner {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 10%;
}



.ov-container {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
  position: relative;
}

.ov-inner-container {
  z-index: 1;
  width: 100%;
  background-color: var(--n-soil);
  border-radius: 60px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 91px;
  padding-bottom: 91px;
  padding-left: 132px;
  display: flex;
  position: relative;
}

.ov-heading-container {
  width: 40%;
}

.ov-text-container {
  width: 50%;
}

.ov-line-layer {
  z-index: 10;
  width: 96%;
  height: 93%;
  object-fit: fill;
  border: 3px solid #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3%;
  bottom: 0%;
  left: 2%;
  right: 0%;
}

.secondary-cta {
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #fff;
  border-radius: 200px;
  padding: 16px 32px;
  text-decoration: none;
}

.secondary-cta.cta-2-brn {
  border-color: var(--n-soil);
  margin-top: 16px;
}

.secondary-cta.values-mobile-cta {
  display: none;
}

.values-background {
  width: 60%;
  opacity: .3;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hl-container {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  padding-top: 90px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hl-inner-container {
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.lot-tab-container {
  justify-content: space-around;
  align-items: stretch;
}

.lot-info-cta {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.lot-restaurant-hours {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row {
  margin-bottom: -32px;
  margin-left: -20px;
  margin-right: -20px;
}

.row.flex-center {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.tab-pane {
  overflow: visible;
}

.loc-tab-inner {
  background-color: var(--a-tumeric);
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}

.lot-image {
  width: 50%;
  height: 320px;
  perspective: none;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: none;
}

.tab-link {
  border-style: solid none solid solid;
  border-width: 3px 0 4px 3px;
  border-color: var(--a-tumeric);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 0% 10px 60px;
  transition: padding .5s;
  display: block;
}

.tab-link:hover {
  padding-left: 75px;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--a-tumeric);
  opacity: 1;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  transition-property: margin;
  transition-duration: .3s;
  display: flex;
  overflow: hidden;
}

.heading-three {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.heading-three.msh-color {
  border: 2px solid var(--n-extrawheat);
  color: var(--n-extrawheat);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 20px;
  font-size: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-three.msh-color:hover {
  border-color: var(--a-tumeric);
  color: var(--a-tumeric);
}

.heading-three.msh-color.external-cta {
  grid-column-gap: 7px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.heading-three.h-cta {
  color: var(--n-extrawheat);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  text-decoration: none;
  position: relative;
}

.heading-three.nav-heading-three {
  color: var(--n-soil);
  text-decoration: none;
}

.heading-three.nav-heading-three.w--current {
  color: var(--a-gulabi);
}

.tab-menu {
  width: 40%;
  flex: none;
}

.tab-content {
  width: 60%;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.hl-top-container {
/*  height: 320px;*/
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.hl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: relative;
}

.events-container {
  width: 100vw;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../65afe237c21508af2e8d8ea1_priscilla-du-preez-W3SEyZODn8U-unsplash-min.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 80px 32px;
  display: flex;
  overflow: hidden;
}

.event-inner-container {
  height: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  border: 4px solid var(--n-wheat);
  border-radius: 60px;
  justify-content: space-between;
  padding: 20px 32px;
  display: flex;
}

.event-heading-container {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.event-forum-container {
  width: 50%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.event-fourm-field {
  height: 60px;
  border-radius: 16px;
  padding-left: 20px;
}

.event-fourm-field.eff-name {
  width: 40%;
}

.event-fourm-field.eff-email {
  width: 60%;
  margin-left: 16px;
}

.event-fourm-field.eff-des {
  height: 222px;
  margin-top: 6px;
  padding-top: 20px;
}

.ef-topfields {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.success-message {
  background-color: var(--n-extrawheat);
}

.image-container {
  width: 100vw;
  overflow: hidden;
}

.main-image-slider {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
}

.slide-two {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  margin-left: 40px;
  overflow: hidden;
}

.slide-image-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: visible;
}

.slide-image-container {
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-image {
  height: 30px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mask-two {
  width: 700px;
  height: 700px;
  margin-left: 50%;
  left: -350px;
  overflow: visible;
}

.paragraph-two {
  font-family: "Aspekta 650", sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-two.menu-description {
  color: var(--n-soil);
  text-align: center;
}



.ham-image {
  width: 50px;
  height: 30px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.ham-lettuce {
  width: 100%;
  height: 7px;
  background-color: #fac76c;
  border-radius: 100px;
}

.ham-lettuce.bun-1 {
  width: 70%;
  transform: rotate(-45deg);
}

.ham-lettuce.bun-2 {
  width: 70%;
  transform: rotate(45deg);
}

.ham-container {
  z-index: 200;
  cursor: auto;
  flex-direction: column;
  justify-content: center;
  margin-right: 60px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.body-three {
  background-color: var(--n-extrawheat);
}

.menu-header-container {
  width: 100vw;
  height: 100%;
  background-color: var(--a-tumeric);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-header-inner {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 40px;
  display: flex;
}

.menu-header-graphic-container {
  width: 95%;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.mdg-inner-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.menu-header-graphic-image {
  width: 30px;
}

.menu-header-graphic-image.sov {
  width: 80px;
}

.menuheader-line {
  width: 97%;
  height: 90%;
  border: 3px solid var(--n-extrawheat);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.menu-selector-container {
  z-index: 100;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.filters-wrapper {
  background-color: var(--n-soil);
  border-radius: 500px;
  justify-content: space-between;
  padding: 20px 60px;
  display: flex;
}

.menu-list-container {
  width: 100vw;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: center;
  display: grid;
  overflow: visible;
}

.menu-item {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--a-tumeric);
  background-color: #fff;
  border-radius: 26px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.menu-img-container {
  width: 100%;
  height: 289px;
  object-fit: cover;
  position: relative;
}

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

.menu-text-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-price-container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-ine {
  width: 90px;
  height: 1.5px;
  background-color: var(--n-soil);
  color: var(--n-soil);
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-by {
  display: none;
}

.about-us-hero-container {
  justify-content: center;
  align-items: flex-start;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
}

.body-four {
  background-color: var(--n-extrawheat);
}

.aboutus-inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  justify-content: space-between;
  display: flex;
}

.about-us-inner-container {
  width: 40%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.aboutus-textcontainer {
  width: 60%;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.aboutus-textcontainer.au-paragraph-one {
  position: relative;
}

.au-image {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.owners-inner-container {
  height: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: relative;
}

/*.link-block {
  width: 31px;
  margin-right: 20px;
}*/

.social-icons {
  width: 100%;
}

.owners-outer-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-two2 {
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-two2.am-description {
  color: var(--n-soil);
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 19px;
}

.am-top {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.am-social {
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.aboutme-card {
  width: 47%;
  background-color: var(--a-tumeric);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.am-image {
  width: 60%;
  height: 260px;
  object-fit: cover;
  background-image: url("../65afe237c21508af2e8d8eac_Rectangle%2021.png");
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 100px;
  position: relative;
}

.am-image.owner-two {
  background-image: url("../65afe237c21508af2e8d8eaa_Group%2026.png");
}

.am-bio {
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.people-card {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: relative;
}

.about-us-heading {
  padding-bottom: 32px;
  padding-left: 32px;
}

.am-outline {
  z-index: 100;
  width: 97%;
  height: 97%;
  border: 3px solid var(--n-extrawheat);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
  position: absolute;
}

.am-content {
  width: 96%;
  height: 96%;
  padding-bottom: 20px;
}

.circle-vector {
  width: 60%;
  position: absolute;
  top: auto;
  bottom: -310px;
  left: auto;
  right: 18%;
}


.animation-image {
  z-index: 1;
  width: 50px;
  position: relative;
}


.text-span {
  color: var(--n-extrawheat);
  margin-right: 5px;
}



.social-circle {
  width: 100%;
  height: 100%;
  background-color: #fcd67e;
  border-radius: 100%;
  position: absolute;
}

.success-message-3 {
  color: #fff;
  background-color: #111;
  padding: 39px 24px;
  font-weight: 500;
}

.success-message-3.white-small {
  color: #111;
  background-color: rgba(17, 17, 17, 0);
  font-size: 16px;
  line-height: 28px;
}

.long-button-icon {
  width: 18px;
  margin-bottom: 5px;
  margin-left: 6px;
}


.social-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-container.right {
  justify-content: flex-end;
}

.social-icon-container.right.middle-mobile {
  justify-content: flex-end;
  align-items: center;
}


.ue-event-container {
  background-color: var(--a-tumeric);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

.invite-catchline-container {
  width: 100vw;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  overflow: hidden;
}

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

.pop-image {
  height: 90%;
  object-fit: contain;
  padding: 0;
  position: relative;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .2);
}

.popup-image-box {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.pop-up-close-button {
  cursor: pointer;
}

.popup-container {
  z-index: 2147483647;
  width: 100vw;
  height: 110vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: none;
  position: fixed;
}

.popup-close {
  z-index: 100;
  width: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-right: 16px;
  transition: width .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popup-close:hover {
  width: 40px;
}

.highlight-red {
  color: var(--primary-salmon);
  font-weight: 300;
}

.popup-restaurant-close {
  width: 70vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.pop-inner {
  background-color: var(--n-extrawheat);
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.external-logo {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.external-logo.takeout-menu-cta {
  height: 100%;
}

.top-banner-inner {
  width: 100%;
  height: 100%;
  padding: 16px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -4px 20px -6px rgba(0, 0, 0, .4);
}

.popup-image-box-2 {
  width: 70vw;
  height: 80vh;
  background-color: #fdf8e9;
  margin-top: -10vh;
  padding: 32px;
  display: none;
  position: relative;
}

.mobile-order-online-cta {
  width: 100vw;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: none;
}

.hero-text-individual.hti-one {
  position: relative;
  overflow: hidden;
}

.top-info-banner-container {
  width: 100vw;
  height: auto;
  background-color: var(--n-soil);
  display: none;
  position: relative;
}

.restaurant-hero-container-inner {
  width: 100%;
  max-width: 1440px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}


.ue-inner-contaienr {
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.ue-inner-heading {
  width: 100%;
}

.ue-inner-content {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: scroll;
}

.ue-event-box {
  width: 500px;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--n-wheat);
  border-radius: 16px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ue-event-housing {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.ue-image {
  width: 40%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.ue-cms-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.ue-content-box {
  width: 60%;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.ue-time-and-date-box {
  width: 100%;
  background-color: var(--a-tumeric);
  border-radius: 15px;
  padding-left: 9px;
  padding-right: 9px;
}

.all-items-cms-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.nonveg-cms-container, .veg-cms-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.reference-hero-container {
  width: 100vw;
  background-color: var(--a-tumeric);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 63px 32px;
  display: flex;
  position: relative;
}

.reference-inner-container {
  max-width: 1440px;
}

.reference-content-container {
  width: 70%;
}

.reference-body-container {
  width: 100vw;
  background-color: var(--primary-salmon);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 100px 32px 32px;
  display: flex;
  position: relative;
}

.referece-body-inner-container {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.reference-body-navigation-container {
  width: 70%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 32px 32px;
  display: flex;
}

.reference-body-content-container {
  width: 30%;
  height: 240px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--n-wheat);
  border-radius: 18px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.rb-content-box {
  width: 90%;
  background-color: var(--n-wheat);
  border-radius: 16px;
  flex-direction: column;
  padding: 16px;
  display: flex;
  position: relative;
}

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

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

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

._404-image {
  width: 70%;
}

@media screen and (min-width: 1440px) {
  .heading-one.heading-red.hero-heading {
    width: 450px;
  }

  .slider-image {
    height: 90%;
  }

  .collection-item {
    flex-direction: row;
  }
}

@media screen and (min-width: 1920px) {
  .hero-slider-container {
    width: 830px;
  }

  .slider-image {
    width: 90%;
    height: 90%;
  }

  .ham-container {
    cursor: none;
  }
}

@media screen and (max-width: 991px) {
  .hero-text-container {
    width: 100%;
  }

  .restaurant-herocontainer {
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .heading-five.nav-heading {
    color: var(--n-soil);
    flex-direction: column;
    margin-bottom: 32px;
    margin-left: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

  .heading-five.nav-heading.nav-main {
    flex-direction: row;
    justify-content: center;
  }

  .heading-five.nav-external {
    font-size: 24px;
    font-weight: 500;
  }

  .paragraph-one.menu-graphic-text {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .paragraph-one.paragraph-brown.au-paragraph-two {
    margin-left: 0;
  }

  .left-arrow-two.arrow-image {
    right: 100px;
  }

  .right-arrow-two.image-arrow-two {
    right: 39px;
  }

  .hero-rotating-text-container {
    position: relative;
    left: auto;
  }

  .ht-rolling-inner {
    left: auto;
  }



  .ov-inner-container {
    flex-direction: column;
    align-items: stretch;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ov-heading-container {
    width: 100%;
    margin-bottom: 32px;
  }

  .ov-text-container {
    width: 100%;
  }

  .secondary-cta.values-mobile-cta {
    margin-top: 32px;
    margin-left: 100px;
    display: inline-block;
  }

  .secondary-cta.values-desktop-cta {
    display: none;
  }

  .values-background {
    width: 70%;
  }

  .lot-tab-container {
    height: auto;
  }

  .lot-info-cta {
    width: 100%;
  }

  .row.flex-center {
    width: 100%;
    flex-direction: column;
  }

  .lot-image {
    width: 100%;
    height: 420px;
  }

  .tab-link {
    border-style: solid;
    border-width: 3px;
    border-radius: 110px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 16px;
  }

  .tab-link.w--current {
    border-radius: 110px;
    margin-bottom: 20px;
  }

  .heading-three.msh-color, .heading-three.h-cta {
    font-size: 18px;
    line-height: 24px;
  }

  .tab-menu, .tab-content {
    width: 100%;
  }

  .hl-top-container {
    height: 490px;
    flex-direction: column;
  }

  .event-inner-container {
    flex-direction: column;
  }

  .event-heading-container {
    width: 100%;
  }

  .event-forum-container {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mask-two {
    width: 500px;
    height: 500px;
    left: -250px;
  }

  .ham-container {
    width: 100%;
    margin-right: 0;
  }

  .hamburger-menu-container {
    width: 80px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-header-graphic-container {
    width: 100%;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .mdg-inner-container {
    flex-direction: column;
  }

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

  .about-us-hero-container {
    height: auto;
  }

  .aboutus-inner {
    flex-direction: column;
  }

  .about-us-inner-container {
    width: 100%;
    height: 430px;
    object-position: 50% 50%;
    overflow: visible;
  }

  .aboutus-textcontainer.au-paragraph-one {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .paragraph-two2.am-description {
    display: block;
  }

  .aboutme-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .people-card {
    flex-direction: column;
  }

  .am-content {
    padding-top: 10px;
  }


  .external-logo {
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
  }

  .popup-image-box-2 {
    width: 70vw;
    height: 90vh;
  }

  .restaurant-hero-container-inner {
    flex-direction: column-reverse;
    justify-content: space-around;
  }

  .reference-body-navigation-container {
    width: 70%;
  }

  .rb-content-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-text-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-1.popup-info {
    font-size: 14px;
    line-height: 19px;
  }

  .restaurant-herocontainer {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider-container {
    width: 100%;
    height: 670px;
  }

  .heading-one {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-one.heading-red.hero-heading {
    width: 290px;
  }

  .heading-two {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-four {
    font-size: 16px;
    line-height: 19px;
  }

  .heading-five {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-five.heading-white.primary-cta-text {
    font-weight: 400;
  }

  .heading-five.nav-heading.nav-main.mobile-oo-cta {
    margin-bottom: 0;
  }

  .heading-five.sec-cta-heading {
    font-weight: 400;
  }

  .paragraph-one.menu-graphic-text {
    text-align: center;
    margin-bottom: 0;
  }

  .left-arrow-two.arrow-image {
    width: 30px;
    height: 30px;
    right: 81px;
  }

  .right-arrow-two.image-arrow-two {
    width: 30px;
    height: 30px;
  }

  .arrow-left {
    position: relative;
  }

  .slider-paragraph-name-container {
    width: 240px;
  }

  .nav-logo {
    width: 40%;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

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

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

  .heading-three {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-three.msh-color {
    margin: 10px 0;
  }

  .mask-two {
    width: 300px;
    height: 300px;
    left: -150px;
  }

  .ham-container {
    margin-right: 10px;
  }

  .menu-header-graphic-container {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .filters-wrapper {
    width: 100%;
    grid-column-gap: 7px;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-list-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-us-hero-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .about-us-inner-container {
    height: 270px;
  }

  .aboutus-textcontainer.au-paragraph-one {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .owners-inner-container {
    flex-direction: column;
  }

  .paragraph-two2 {
    font-size: 11px;
    line-height: 14px;
  }

  .paragraph-two2.am-description {
    font-size: 13px;
    line-height: 17px;
  }

  .aboutme-card {
    width: 100%;
    margin-bottom: 40px;
  }


  .long-button-wrap {
    width: 100%;
  }

  .popup-image-box {
    align-items: center;
    display: flex;
  }

  .popup-container {
    object-fit: fill;
    padding: 32px;
    overflow: scroll;
  }

  .popup-close {
    margin-top: 2px;
    margin-right: 2px;
  }

  .top-banner-inner {
    padding: 9px 16px;
  }

  .popup-image-box-2 {
    width: 320px;
    height: auto;
    padding: 11px;
  }

  .mobile-order-online-cta {
    margin-top: 12px;
    display: flex;
  }

  .ue-event-box {
    width: 300px;
    height: 100%;
    flex-direction: column;
  }

  .collection-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
  }

  .ue-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .ue-content-box {
    width: 100%;
  }

  .reference-body-container {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .reference-body-navigation-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .reference-body-content-container {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-text-container {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .restaurant-herocontainer {
    margin-top: 24px;
  }

  .hero-slider-container {
    height: 480px;
    border-radius: 32px;
  }

  .colorblock-primary {
    width: 50px;
    height: 50px;
  }

  .colorblock-tumeric, .colorblock-sky {
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .colorblock-vibrant {
    width: 50px;
    height: 50px;
  }

  .dls-color-copy {
    margin-left: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .neutral-soil, .neutral-sada, .accent-extra-sada {
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .dls-text-container {
    margin-left: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-one.heading-red {
    text-align: center;
  }

  .heading-one.heading-red.hero-heading {
    width: 100%;
    margin-top: 32px;
  }

  .heading-one.heading-red.hl-heading {
    text-align: left;
  }

  .heading-one.heading-red.about-us-heading {
    text-align: left;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-one.heading-red.ue-heading {
    text-align: left;
  }

  .heading-one.heading-white.ov-heading {
    text-align: center;
    margin-bottom: 16px;
  }

  .heading-one.heading-off-white.event-heading {
    text-align: center;
  }

  .heading-two.heading-brown.hl-hr-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-five.nav-heading {
    text-align: center;
  }

  .heading-five.hero-slider-paragraph {
    width: 62%;
  }

  .paragraph-one {
    white-space: normal;
    word-break: break-all;
  }

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

  .paragraph-one.paragraph-white.ov-paragraph-two {
    text-align: center;
    margin-left: 0;
  }

  .paragraph-one.paragraph-white.ov-info, .paragraph-one.paragraph-white.event-text {
    text-align: center;
  }

  .left-arrow-two {
    width: 30px;
    height: 40px;
    align-items: center;
    right: 57px;
  }

  .left-arrow-two.arrow-image {
    height: 40px;
  }

  .right-arrow-two {
    width: 30px;
    height: 40px;
    right: 20px;
  }

  .right-arrow-two.image-arrow-two {
    height: 40px;
  }

  .arrow-right, .arrow-left {
    width: 50%;
  }

  .slider-nav-two {
    top: 114px;
    right: 21px;
  }

  .slider-paragraph-name-container {
    flex-direction: column;
    top: 32px;
    left: 20px;
  }

  .hero-text-inner {
    align-items: center;
  }

  .hero-text-inner.letter-animation {
    align-items: flex-start;
    margin-top: 16px;
  }

  .colorblock-secondary {
    width: 50px;
    height: 50px;
  }

  .hero-rotating-text-container {
    margin-left: -15px;
  }

  .nav-logo {
    width: 60%;
  }

  .slider-image {
    overflow: hidden;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ov-container {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ov-inner-container {
    flex-direction: column;
    align-items: center;
    padding: 62px 16px 60px;
  }

  .ov-text-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .ov-line-layer {
    height: 98%;
    display: block;
    top: 1%;
  }

  .secondary-cta.values-mobile-cta {
    margin-left: 0;
  }

  .values-background {
    width: 90%;
  }

  .hl-container {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lot-info-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .loc-tab-inner {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 9px 9px 16%;
  }

  .lot-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    display: flex;
  }

  .tab-link.w--current {
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
  }

  .heading-three.msh-color {
    align-items: center;
    padding: 7px 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .heading-three.h-cta {
    font-size: 11px;
    line-height: 15px;
  }

  .events-container {
    margin-top: 32px;
    margin-bottom: 62px;
    padding: 50px 16px;
  }

  .event-inner-container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .event-fourm-field.eff-name {
    width: 100%;
  }

  .event-fourm-field.eff-email {
    width: 100%;
    margin-left: 0;
  }

  .event-fourm-field.eff-des {
    margin-top: 0;
  }

  .ef-topfields, .event-form {
    flex-direction: column;
  }

  .image-container {
    height: 340px;
  }

  .slide-two {
    margin-left: 0;
  }

  .mask-two {
    left: -150px;
  }

  .ham-container {
    z-index: 1000;
  }

  .hamburger-menu-container {
    width: 40px;
  }

  .menu-header-graphic-container {
    align-items: start;
  }

  .mdg-inner-container {
    justify-content: flex-start;
  }

  .menu-selector-container {
    top: 79px;
  }

  .filters-wrapper {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 9px;
    overflow: hidden;
  }

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

  .menu-img-container {
    height: 220px;
  }

  .owners-inner-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .owners-outer-container {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-two2.am-description {
    margin-top: 20px;
  }

  .am-top {
    flex-direction: column;
  }

  .aboutme-card {
    width: 90%;
    border-radius: 24px;
  }

  .am-image {
    width: 80%;
    height: 270px;
  }

  .am-image.owner-one, .am-image.owner-two {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 50px;
  }

  .people-card {
    align-items: center;
  }

  .about-us-heading {
    padding-left: 16px;
  }

  .am-outline {
    border-radius: 24px;
  }

  .am-content {
    padding-top: 14px;
  }

  .circle-vector {
    bottom: -40px;
  }


  .ue-event-container {
    margin-top: 60px;
  }

  .popup-container {
    z-index: 5000000;
    height: 100vh;
    padding: 16px;
    display: none;
  }

  .popup-restaurant-close {
    width: 90vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pop-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-image-box-2 {
    height: auto;
  }

  .ue-inner-contaienr {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ue-event-box {
    width: 240px;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .reference-body-container {
    width: auto;
    padding: 16px;
  }

  .referece-body-inner-container {
    width: 100%;
  }

  .reference-body-navigation-container {
    padding: 0;
  }
}

#w-node-ecbf624e-9e94-de5b-645e-341deb6c2674-eb6c2671 {
  justify-self: start;
}

#w-node-_91f6c6f9-5b5f-46f4-7013-3106e8a8e47d-2e8d8e8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c92a14a8-d810-d429-2a47-e7f74f4b2a6a-2e8d8e8f, #w-node-_5b1f6bd5-5db1-0217-7693-702bf6646a77-2e8d8e8f, #w-node-_24e0ce45-2b76-564a-bd87-78f1261b255b-2e8d8e8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_91f6c6f9-5b5f-46f4-7013-3106e8a8e47d-2e8d8e8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ecbf624e-9e94-de5b-645e-341deb6c2674-eb6c2671 {
    justify-self: center;
  }
}

.menu-header-inner .paragraph-one {
  color: #000;
}