@font-face {
  font-family: Phosphor;
  src: url('../../fonts/Phosphor.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cf-white: #fffaee;
  --cf-green: #51b255;
  --dark-green: #0d1816;
  --cf-black: #161f16;
  --black: #3b363a;
  --cf-light-grey: #d6d8c9;
  --cf-blue: #d8e6f3;
  --cf-red: #eb6e57;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: noka, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: noka, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #9c9c9c;
  text-decoration: underline;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: block;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block {
  font-size: 16px;
}

.navbar-2 {
  background-color: var(--cf-white);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  align-items: center;
  width: 100vw;
  height: 80px;
  max-height: 80px;
  margin-bottom: 0;
  padding-left: 39px;
  padding-right: 39px;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.image {
  aspect-ratio: auto;
  max-width: 250px;
  overflow: visible;
}

.body {
  background-color: var(--cf-white);
  border-radius: 0;
  overflow: hidden;
}

.nav-menu {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  align-items: center;
  padding-top: 13px;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  font-family: noka, sans-serif;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cf-green);
  color: var(--dark-green);
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 200px;
  height: 50px;
  min-height: 50px;
  max-height: none;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button:hover {
  background-color: #449648;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 13px;
  display: flex;
}

.div-block-3 {
  align-items: center;
  max-height: 66px;
  display: flex;
}

.heading {
  color: var(--cf-black);
  text-align: center;
  justify-content: center;
  max-width: 1200px;
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  display: flex;
}

.heading.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--cf-white);
  flex-flow: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: #4d4d4d;
  text-align: center;
  max-width: 800px;
  font-family: noka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph.left {
  text-align: left;
  line-height: 28px;
}

.paragraph.white {
  color: var(--cf-white);
}

.container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-2 {
  min-width: 400px;
}

.container-4 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.paragraph-3 {
  text-align: left;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.paragraph-3.no-space {
  margin-bottom: 0;
}

.paragraph-3.left {
  text-align: left;
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  justify-content: flex-start;
  max-width: 900px;
  margin-top: 10px;
  font-family: noka, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: block;
}

.section-header.white {
  color: var(--cf-white);
}

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

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding-bottom: 40px;
  line-height: 40px;
  display: flex;
  overflow: hidden;
}

.photo {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  border-radius: 10px;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 350px;
  max-height: none;
  overflow: hidden;
}

.paragraph-2 {
  color: var(--cf-black);
  text-align: center;
  max-width: 800px;
  margin-top: 10px;
  font-family: noka, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-2.left {
  color: var(--black);
  text-align: left;
  font-size: 20px;
}

.paragraph-2.hero {
  color: var(--cf-black);
  font-size: 21px;
}

.paragraph-2.black {
  color: var(--cf-black);
}

.paragraph-2.center {
  color: var(--cf-black);
  font-size: 22px;
}

.hea {
  text-align: center;
  margin-top: 10px;
}

.heading-3 {
  text-align: center;
  margin-top: 10px;
  font-family: noka, sans-serif;
  font-weight: 600;
  line-height: 36px;
}

.heading-3.center {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 26px;
}

.heading-3.left {
  text-align: left;
  overflow: visible;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  max-width: 800px;
}

.heading-5 {
  color: var(--cf-green);
  text-align: center;
  font-family: noka, sans-serif;
  font-weight: 600;
}

.heading-6 {
  text-align: center;
  font-family: noka, sans-serif;
  font-weight: 600;
}

.carousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  max-height: none;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  display: grid;
}

.carousel.photo2 {
  grid-template-columns: 1fr;
  justify-content: center;
  height: 300px;
  min-height: 300px;
  padding-top: 0;
  display: flex;
}

.carousel.photo2.cities {
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 300px;
}

.card2 {
  object-fit: contain;
  background-color: #0000;
  border: 0 solid #8b8b8b;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.slide, .mask {
  height: auto;
}

.mask.cities {
  height: 400px;
}

.slide-nav {
  color: #fff;
  height: 200px;
  font-size: 8px;
  bottom: -563px;
}

.slide-nav.cities {
  bottom: -250px;
}

.image2 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: visible;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

.icon-2 {
  color: #fff;
  font-family: Phosphor, sans-serif;
  font-size: 20px;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.icon-2.accordion-icon {
  color: #000;
  cursor: pointer;
  align-items: center;
  font-family: Phosphor, sans-serif;
  font-size: 24px;
  line-height: 8px;
  display: flex;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

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

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: var(--cf-white);
  outline-offset: 0px;
  border: 1px solid #d1caca;
  border-radius: 10px;
  outline: 3px #d8d6d6;
  margin-bottom: 20px;
  padding: 24px 10px 14px 30px;
  box-shadow: 0 3px 7px #0000001a;
}

.footer-dark {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #0d1816;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.container-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  height: 80px;
  min-height: auto;
  max-height: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  justify-items: end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--cf-white);
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: noka, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.footer-link:hover {
  color: #a8a8a8;
}

.footer-social-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #76c47a;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #797979;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.image-4 {
  object-fit: contain;
  min-height: 80px;
  max-height: 100px;
}

.heading-7 {
  color: #fff;
}

.image-5 {
  color: #6e1f1f;
}

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

.container-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.text-span {
  font-family: Phosphor, sans-serif;
}

.image-6 {
  max-width: 75%;
}

.dropdown-list {
  background-color: var(--cf-white);
  filter: drop-shadow(0 2px 5px #0003);
  color: #5e5e5e;
  cursor: pointer;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  flex-flow: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.dropdown-link {
  font-weight: 400;
}

.div-block-7 {
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  font-family: Phosphor, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--cf-light-grey);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 600px;
  max-height: 800px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 0 10px;
  display: grid;
  overflow: hidden;
}

.section-2 {
  margin: 80px;
}

.image-7 {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: 600px;
  max-height: 400px;
  overflow: hidden;
}

.container-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-8 {
  color: var(--cf-green);
  font-family: noka, sans-serif;
  font-weight: 600;
  line-height: 12px;
}

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

.div-block-10 {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.section-3 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.customer-logo {
  object-fit: contain;
  width: 80px;
  min-width: auto;
  max-width: none;
  height: 50px;
}

.heading-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.section-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 0;
  display: flex;
}

.secondary-button {
  color: var(--dark-green);
  background-color: #0000;
  border: 1px solid #8b8b8b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 50px;
  min-height: 50px;
  max-height: 40px;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.secondary-button:hover {
  color: #518178;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 0 solid #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  padding: 22px 12px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  height: 800px;
  padding: 0 60px;
  display: flex;
}

.section-5 {
  background-color: var(--cf-light-grey);
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
}

.section-6 {
  background-color: #d8e6f3;
  height: 800px;
  margin: 40px 0;
  padding-top: 80px;
  overflow: hidden;
}

.section-6.cities {
  background-color: #0000;
  height: auto;
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.button-2 {
  text-align: center;
  max-width: 200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-2, .slide-3 {
  height: auto;
}

.section-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.bold-text, .bold-text-2 {
  font-weight: 600;
}

.text-block-3 {
  color: #b3b3b3;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin: 40px 0;
  display: flex;
}

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

.footer-sublink {
  color: #a09e99;
  font-size: 12px;
  font-weight: 400;
}

.body-2 {
  background-color: var(--cf-white);
}

.body-3 {
  background-color: var(--cf-white);
  overflow: visible;
}

.div-block-17 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 20px 80px 40px;
  padding-top: 0;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  padding-left: 120px;
  padding-right: 40px;
  display: flex;
}

.image-8 {
  object-fit: cover;
  border-radius: 8px;
  width: auto;
  height: auto;
  min-height: 500px;
  max-height: 1000px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.container-9.left {
  align-items: flex-start;
}

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

.heading-10 {
  line-height: 65px;
}

.heading-11 {
  line-height: 64px;
}

.heading-12 {
  font-size: 52px;
  line-height: 60px;
}

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

.section-8 {
  justify-content: center;
  height: auto;
  margin-bottom: 75px;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

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

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

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

.body-4 {
  background-color: var(--cf-white);
  overflow: hidden;
}

.image-9 {
  max-height: 250px;
  padding-top: 36px;
}

.image-10 {
  max-height: 270px;
}

.image-11 {
  max-height: 220px;
  padding-bottom: 0;
}

.heading-13 {
  color: var(--cf-white);
  text-transform: uppercase;
  font-size: 54px;
  line-height: 62px;
}

.paragraph-5 {
  color: var(--cf-white);
  font-size: 18px;
  line-height: 24px;
}

.navbar-logo-left-2 {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 80px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-brand-2 {
  flex-flow: row;
  order: 0;
  display: block;
}

.nav-menu-wrapper-2 {
  justify-content: space-between;
  display: flex;
}

.nav-menu-two-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.image-12 {
  max-width: 250px;
  display: inline-block;
}

.container-11 {
  line-height: 18px;
}

.navbar-3 {
  mix-blend-mode: normal;
  background-color: #fffaee;
  border: .5px solid #c2bfbf;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  display: block;
  position: absolute;
  top: 0;
}

.nav-section {
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: sticky;
}

.image-13 {
  height: 80px;
}

.nav-menu-4 {
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  display: flex;
}

.dropdown-toggle {
  display: inline-block;
}

.nav-link-container {
  display: flex;
}

.div-block-22 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--dark-green);
  width: 500%;
  height: 50px;
  display: flex;
  overflow: visible;
}

.scrolling-text {
  color: var(--cf-green);
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: none;
  align-self: center;
  font-family: noka, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
}

.section-9 {
  height: 50px;
  overflow: hidden;
}

.p2 {
  text-align: center;
  font-family: noka, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.p2.left {
  text-align: left;
  line-height: 28px;
}

.div-block-23 {
  border: 1px solid #f0e9e9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 400px;
  padding: 26px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: auto;
  height: auto;
  margin-top: 76px;
  margin-bottom: 76px;
  padding: 0 30px;
  display: grid;
}

.card-explainer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-icon {
  align-self: flex-start;
  font-weight: 500;
}

.image-14 {
  align-self: flex-start;
  width: 60px;
  height: 60px;
}

.section-10 {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.section-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--cf-white);
  perspective: none;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
  transform: none;
}

.section-13 {
  margin-top: 60px;
  display: block;
  overflow: hidden;
}

.image-hero {
  object-fit: contain;
  border-radius: 20px;
  width: 400px;
  max-width: 400px;
  position: relative;
}

.div-block-25 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--cf-white);
  perspective: 100px;
  cursor: pointer;
  align-items: center;
  width: 400px;
  height: 300px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0;
}

.div-block-26 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  display: flex;
}

.div-block-27 {
  background-color: var(--cf-green);
  border-radius: 20px;
  width: 400px;
  max-width: 400px;
  height: 300px;
  position: absolute;
}

.div-block-28 {
  background-color: var(--cf-green);
  border-radius: 20px;
  width: 400px;
  height: 300px;
  position: absolute;
}

.div-block-29 {
  position: absolute;
}

.card-front {
  backface-visibility: hidden;
  width: 400px;
  height: 300px;
  position: absolute;
}

.card-back {
  border: 1px solid var(--black);
  background-color: var(--cf-white);
  backface-visibility: visible;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 20px;
  width: 400px;
  height: 300px;
  padding: 10px 20px 20px 10px;
  display: flex;
  position: absolute;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.heading-15 {
  width: auto;
  height: auto;
  padding-right: 20px;
  font-family: noka, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  position: absolute;
}

.div-block-30 {
  background-color: var(--cf-white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 9px;
  margin-left: 325px;
  display: flex;
  position: static;
}

.div-block-30.front {
  width: 30px;
  height: 30px;
  margin-top: -280px;
  margin-left: 350px;
  position: absolute;
}

.text-block-5 {
  font-family: Phosphor, sans-serif;
  font-size: 40px;
}

.div-block-31 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.text-span-2 {
  font-weight: 300;
}

.text-span-3 {
  font-size: 18px;
}

.banner-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  width: 800%;
  margin-bottom: 40px;
  display: flex;
  overflow: visible;
}

.div-block-33 {
  border-radius: 20px;
  width: 400px;
  height: 300px;
  padding-right: 20px;
}

.image-15 {
  object-fit: contain;
  border-radius: 20px;
  width: 400px;
  height: 300px;
  position: absolute;
}

.heading-16 {
  color: var(--cf-white);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: noka, sans-serif;
  position: absolute;
}

/* .banner-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/fried-food.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 400px;
  height: 300px;
  display: flex;
  position: relative;
} */

.section-15 {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.text-block-6 {
  color: var(--cf-white);
  width: auto;
  height: auto;
  margin-top: -248px;
  padding-top: 0;
  padding-left: 20px;
  font-family: noka, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  position: absolute;
  overflow: hidden;
  transform: translate(0);
}

.text-span-4 {
  color: var(--cf-white);
  font-size: 18px;
}

.text-block-7 {
  color: var(--cf-green);
  text-align: center;
  width: auto;
  height: auto;
  font-family: Phosphor, sans-serif;
  font-size: 56px;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
}

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

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

.div-block-35 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.icon-card {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--cf-white);
  -webkit-backdrop-filter: drop-shadow(0px 2px 2px var(--cf-black));
  backdrop-filter: drop-shadow(0px 2px 2px var(--cf-black));
  border: 1px solid #b1b1b1;
  border-radius: 20px;
  flex-flow: column;
  padding: 40px 10px 20px;
  display: flex;
}

.icon-holder {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  margin: 40px 60px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-8 {
  color: var(--cf-green);
  font-family: Phosphor, sans-serif;
  font-size: 50px;
}

.cell {
  align-items: stretch;
}

.div-block-36 {
  width: auto;
  height: auto;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.div-block-37 {
  max-height: 300px;
  overflow: hidden;
}

.stat-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 42px 40px 20px;
  display: flex;
  overflow: hidden;
}

.body-5 {
  background-color: var(--cf-white);
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200px;
  margin-top: 100px;
  display: flex;
}

.chef-card {
  border: 0 solid #000;
  border-radius: 20px;
  justify-content: flex-end;
  width: 400px;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chef-card.card-2 {
  background-color: var(--cf-green);
  width: 150px;
  height: 300px;
}

.chef-card.card3 {
  padding: 0;
}

.chef-card.card5 {
  width: 450px;
}

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

.div-block-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cf-white);
  border-radius: 15px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-block-9 {
  border-radius: 0;
  font-family: noka, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.div-block-40 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
}

.div-block-41 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-10 {
  font-family: Phosphor, sans-serif;
  font-size: 36px;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-17 {
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 800px;
  margin-left: 0;
  margin-right: -335px;
  display: block;
  position: relative;
  left: 0;
  overflow: clip;
}

.paragraph-7 {
  color: #4d4d4d;
  text-align: center;
  max-width: 800px;
  font-family: noka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-7.left {
  text-align: left;
  line-height: 28px;
}

.div-block-43 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #d6d8c9;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  height: 750px;
  min-height: auto;
  max-height: none;
  margin-left: 80px;
  margin-right: 80px;
  padding: 0 0 0 40px;
  display: flex;
  overflow: hidden;
}

.text-block-11 {
  height: 40px;
  font-family: Phosphor, sans-serif;
  font-size: 36px;
}

.image-18 {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: 600px;
  max-height: 400px;
  overflow: hidden;
}

.div-block-44 {
  width: 550px;
  min-width: 400px;
  overflow: hidden;
}

.button-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0d1816;
  object-fit: fill;
  background-color: #51b255;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 50px;
  min-height: 50px;
  max-height: none;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-3:hover {
  background-color: #449648;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  padding-top: 10px;
  display: flex;
}

.paragraph-6 {
  text-align: left;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-6.left {
  text-transform: uppercase;
  font-weight: 500;
}

.image-19 {
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 800px;
  margin-left: 0;
  margin-right: -335px;
  display: block;
  position: relative;
  left: 0;
  overflow: clip;
}

.div-block-46 {
  width: 550px;
  min-width: 400px;
  overflow: hidden;
}

.text-block-12 {
  height: 40px;
  font-family: Phosphor, sans-serif;
  font-size: 30px;
}

.paragraph-8 {
  color: #4d4d4d;
  text-align: center;
  max-width: 800px;
  font-family: noka, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-8.left {
  text-align: left;
  line-height: 28px;
}

.button-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0d1816;
  object-fit: fill;
  background-color: #51b255;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 50px;
  min-height: 50px;
  max-height: none;
  padding: 6px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button-4:hover {
  background-color: #449648;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #d6d8c9;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  height: 750px;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 40px;
  display: flex;
  overflow: hidden;
}

.image-20 {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: 600px;
  max-height: 400px;
  overflow: hidden;
}

.div-block-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  padding-top: 10px;
  display: flex;
}

.div-block-49 {
  justify-content: center;
  width: 500px;
  min-width: auto;
  max-width: none;
  margin-left: 80px;
  margin-right: 80px;
  display: block;
}

.form {
  width: auto;
  padding-top: 40px;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.text-field {
  background-color: var(--cf-white);
  color: var(--cf-black);
  border-radius: 5px;
  min-height: 50px;
  margin-bottom: 30px;
  font-family: noka, sans-serif;
  font-size: 16px;
}

.field-label {
  font-family: noka, sans-serif;
  font-weight: 600;
}

.div-block-50 {
  max-width: 800px;
}

.text-block-13 {
  font-family: Phosphor, sans-serif;
  font-size: 36px;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #999;
  border-radius: 20px;
  flex-flow: column;
  padding: 36px;
  display: flex;
}

.card3 {
  padding: 20px;
}

.testimonial-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 40px 80px 40px 60px;
  display: flex;
}

.quote-name {
  text-align: right;
  font-family: noka, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.testimonial {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  border: 0 solid #bbb;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.section-17 {
  background-color: var(--cf-white);
  overflow: hidden;
}

.div-block-52 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.section-18 {
  margin-bottom: 40px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 120px;
}

.image-21 {
  width: 100vw;
}

.div-block-53 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-14 {
  border: 0 #000;
  font-family: noka, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-15 {
  font-family: noka, sans-serif;
  font-size: 124px;
  font-weight: 600;
  line-height: 160px;
}

.div-block-54 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  flex-flow: column;
  align-items: center;
  display: flex;
}

/* .image-22 {
  background-image: url('../images/screenshot_2025-01-23_at_4.05.05___pm_720.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  max-width: 100%;
} */

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

.values {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: var(--cf-green);
  font-family: Phosphor, sans-serif;
  font-size: 56px;
}

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

.value-list {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.section-19 {
  background-color: var(--dark-green);
  width: 200%;
}

.text-block-17 {
  color: var(--cf-green);
  font-family: noka, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.book-now-header {
  justify-content: center;
  display: flex;
}

.header-section {
  height: auto;
  margin-top: 120px;
  padding-bottom: 80px;
  overflow: hidden;
}

.booknow-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  align-items: center;
  width: 200%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.section-20 {
  padding-top: 79px;
}

.conditions-section {
  margin-top: 150px;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 100px;
}

.tandc {
  color: var(--black);
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.code-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--cf-green);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--cf-green);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--cf-green);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--cf-green);
  border-radius: 17px;
  height: 100%;
  min-height: 1100px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  overflow: hidden;
}

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

.heading-17 {
  font-size: 30px;
}

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

.heading-19 {
  text-align: center;
  font-size: 40px;
}

/* .container-12 {
  background-image: url('../images/Screenshot-2025-01-27-at-12.24.42-PM.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
}

.container-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
} */

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

.heading-21 {
  font-size: 40px;
}

.heading-22 {
  font-size: 54px;
  font-weight: 800;
  line-height: 60px;
}

.how-it-works {
  flex-flow: column;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-23 {
  min-width: 520px;
}

.section-21 {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.faq {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-56 {
  justify-content: center;
  width: 100%;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.image-24 {
  object-fit: contain;
  background-color: #0000;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
}

.tracker {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #d8e6f3;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding: 60px 40px 80px;
  display: flex;
  overflow: hidden;
}

.div-block-57 {
  grid-column-gap: 73px;
  grid-row-gap: 73px;
  background-color: var(--cf-white);
  filter: drop-shadow(0 2px 5px #000000b3);
  mix-blend-mode: normal;
  border-radius: 9px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 80px;
  padding: 25px 35px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: noka, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-25 {
  object-fit: cover;
  width: 350px;
  height: auto;
}

.div-block-58 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.right-arrow {
  margin-top: 184px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.right-arrow.vendors {
  margin-top: 0;
}

.left-arrow {
  margin-top: 187px;
  margin-left: 20px;
}

.left-arrow.vendors {
  margin-top: 0;
}

.image-26 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.div-block-59 {
  justify-content: center;
  align-items: center;
  width: 170px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.text-span-5 {
  font-weight: 500;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-weight: 300;
}

.heading-24 {
  font-size: 18px;
  font-weight: 600;
}

.text-span-9 {
  font-weight: 300;
}

.container-cities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.section-22 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-10 {
  font-family: Inter, sans-serif;
}

.image-27 {
  max-height: 220px;
  padding-bottom: 20px;
}

.image-28, .image-29 {
  max-height: 220px;
}

.image-30 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-61 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  align-items: flex-start;
  width: 500px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.container-14 {
  padding-bottom: 80px;
}

.div-block-62 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  height: auto;
  padding: 10px 40px;
  display: flex;
}

.div-block-63 {
  max-width: 500px;
}

.div-block-64 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  overflow: visible;
}

.div-block-65 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: auto;
  max-width: 600px;
  display: flex;
  overflow: visible;
}

.div-block-66 {
  margin-left: 60px;
  margin-right: 60px;
}

.image-31 {
  object-fit: cover;
  width: auto;
  min-width: 300px;
  max-width: 550px;
  overflow: visible;
}

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

.div-block-67 {
  width: auto;
}

.heading-25, .heading-26, .heading-27 {
  text-align: center;
}

.heading-customer {
  text-align: center;
  font-size: 48px;
  line-height: 54px;
}

.vendor-section {
  background-color: var(--cf-blue);
  height: 800px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slide-nav-2 {
  font-size: 1px;
  line-height: 1px;
}

.privacy-policy.left {
  margin-bottom: 30px;
}

.container-cor-catering {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-28 {
  font-size: 30px;
}

.heading-29 {
  font-size: 25px;
}

.heading-30, .heading-31 {
  font-size: 30px;
}

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

.heading-33 {
  font-size: 30px;
}

.heading-34, .heading-35 {
  font-size: 25px;
}

.image9 {
  height: 200px;
}

.body-6 {
  background-color: var(--cf-white);
}

.section-24 {
  padding-top: 0;
}

.blog-section {
  padding-top: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.blog-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 800px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-69 {
  border-radius: 5px;
  width: 60px;
  height: 60px;
}

.image-32 {
  object-fit: cover;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  max-height: 100%;
  overflow: hidden;
}

.text-block-18 {
  font-family: noka, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-70 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.text-block-19 {
  font-family: noka, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-33 {
  object-fit: cover;
  border-radius: 20px;
  max-height: 500px;
  margin-top: 50px;
  padding-top: 0;
}

.div-block-72 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-34 {
  object-fit: cover;
  border-radius: 5px;
  width: 400px;
  height: 250px;
}

.text-block-20 {
  color: #575757;
  padding-bottom: 20px;
  font-family: noka, sans-serif;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.heading-36 {
  font-family: noka, sans-serif;
  font-weight: 600;
}

.div-block-73 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: 350px;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.article-heading {
  color: var(--cf-black);
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.article-heading:hover {
  text-decoration: underline;
}

.article-heading.preview {
  height: auto;
  padding-bottom: 20px;
}

.container-15 {
  justify-content: center;
  display: flex;
}

.text-block-21 {
  width: auto;
  font-family: noka, sans-serif;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.div-block-74 {
  background-color: var(--cf-blue);
  border-radius: 30px;
  width: auto;
  padding: 3px 15px;
  display: inline-block;
}

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

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

.section-26 {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

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

.div-block-76 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fffaee;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-block-22 {
  border-radius: 10px;
  font-family: noka, sans-serif;
  font-weight: 600;
  overflow: hidden;
}

.container-16 {
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 120px;
  margin-right: 120px;
  display: block;
}

.form-header {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.field-label-2 {
  font-family: noka, sans-serif;
  font-weight: 500;
}

.field-label-3 {
  font-family: noka, sans-serif;
  font-weight: 600;
}

.text-field-2 {
  color: var(--cf-black);
  background-color: #fcf6ea;
  border: 1px solid #00000014;
  border-radius: 5px;
  height: 40px;
  font-family: noka, sans-serif;
  font-weight: 500;
}

.text-field-2:active {
  color: var(--cf-black);
}

.text-field-2:focus {
  border-color: #0000004a;
}

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

.text-field-3 {
  font-family: noka, sans-serif;
  font-weight: 600;
}

.section-27 {
  color: var(--cf-black);
  border: 0 solid #00000014;
  overflow: hidden;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  min-width: 700px;
  max-width: 900px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-78 {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.success-message {
  background-color: var(--cf-white);
}

.text-block-23 {
  font-family: noka, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-24 {
  font-family: noka, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-25 {
  color: #161f16ab;
  font-family: noka, sans-serif;
  font-weight: 500;
}

.error-message {
  text-align: left;
  background-color: #0000;
}

.div-block-80 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 20px;
}

.select-field {
  color: var(--cf-black);
  background-color: #fcf6ea;
  border: 1px solid #00000014;
  border-radius: 5px;
  height: 40px;
  margin-right: 0;
  padding-right: 12px;
  font-family: noka, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.checkbox {
  background-color: #fcf6ea;
  font-family: noka, sans-serif;
  font-weight: 500;
}

.checkbox-label {
  font-family: noka, sans-serif;
  font-weight: 500;
}

.div-block-81 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.textarea {
  color: var(--cf-black);
  background-color: #fcf6ea;
  font-family: noka, sans-serif;
  font-weight: 500;
}

.form-block {
  flex-flow: row;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.container-17 {
  width: 100%;
}

.image-37 {
  height: 300px;
}

.link-block-4 {
  width: 350px;
  text-decoration: none;
}

.image-38 {
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  max-width: none;
  height: 550px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-83 {
  justify-content: center;
  padding-top: 80px;
  display: flex;
  overflow: hidden;
}

.div-block-84 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  margin-left: 250px;
  margin-right: 250px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.link-block-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  align-items: flex-start;
  width: 800px;
  margin-left: 250px;
  margin-right: 250px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.button-5 {
  background-color: #fcf6ea;
  border-radius: 5px;
}

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

.heading-39 {
  margin-bottom: 40px;
  font-size: 48px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding-left: 0;
    padding-right: 5px;
    display: flex;
    position: relative;
  }

  .nav-link.dropdown {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .nav-menu {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    aspect-ratio: auto;
    background-color: var(--cf-white);
    border-radius: 17px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .div-block {
    flex-flow: row;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .div-block-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .paragraph-3 {
    height: auto;
    margin-bottom: 0;
    line-height: 20px;
  }

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

  .paragraph-3.no-space, .paragraph-3.left {
    height: auto;
  }

  .div-block-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .card {
    object-fit: contain;
    height: auto;
  }

  .photo {
    object-fit: cover;
    height: 275px;
  }

  .paragraph-2, .paragraph-2.left {
    color: var(--black);
  }

  .heading-3 {
    text-align: left;
    line-height: 28px;
  }

  .heading-3.center {
    margin-bottom: 0;
  }

  .container-5 {
    max-width: none;
    height: auto;
  }

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

  .carousel {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    min-height: auto;
    max-height: 200px;
  }

  .carousel.photo2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    height: auto;
    min-height: auto;
    max-height: 200px;
    display: grid;
  }

  .slider {
    height: 250px;
  }

  .card2 {
    min-width: 200px;
  }

  .slide-nav {
    width: auto;
    bottom: -369px;
  }

  .accordion-wrapper {
    padding-left: 66px;
    padding-right: 66px;
  }

  .footer-dark {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-link {
    font-size: 18px;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-6 {
    max-width: 100%;
  }

  .dropdown-list {
    border-width: 0;
    display: none;
    position: relative;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .section-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-1 {
    font-size: 48px;
    line-height: 54px;
  }

  .section-4 {
    margin-top: 20px;
    position: relative;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-6 {
    height: 800px;
  }

  .section-7 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-8 {
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-12 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 52px;
  }

  .section-8 {
    height: auto;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }

  .menu-button-2 {
    background-color: var(--cf-white);
    cursor: pointer;
    font-size: 36px;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
  }

  .nav-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .navbar-3 {
    border-radius: 0;
    width: 100vw;
    display: block;
    position: absolute;
  }

  .nav-section {
    flex-flow: column;
    display: block;
    position: static;
  }

  .nav-menu-4 {
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--cf-white);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    mix-blend-mode: normal;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    padding: 40px 40px 49px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }

  .dropdown-toggle {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    object-fit: none;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
    position: static;
  }

  .menu-button-4 {
    font-size: 36px;
  }

  .menu-button-4.w--open {
    background-color: var(--cf-white);
  }

  .icon-3 {
    color: #0f0f0f;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .text-block-4 {
    position: relative;
  }

  .div-block-21 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-link-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: grid;
  }

  .div-block-22 {
    width: 600%;
    overflow: hidden;
  }

  .section-9 {
    overflow: hidden;
  }

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

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

  .section-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .banner-wrapper {
    width: 400rem;
  }

  .div-block-35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-card {
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .stat-card {
    width: auto;
  }

  .div-block-43 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    max-height: 700px;
  }

  .paragraph-6 {
    height: 100px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .paragraph-6.left {
    height: auto;
    font-size: 14px;
  }

  .div-block-46 {
    min-width: 300px;
  }

  .div-block-47 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-20 {
    max-height: 700px;
  }

  .testimonial {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-18 {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 150px;
  }

  .value-list {
    margin-left: 0;
    margin-right: 0;
  }

  .booknow-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .conditions-section {
    height: auto;
  }

  .how-it-works {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .image-24 {
    max-width: 100%;
  }

  .div-block-58 {
    width: 350px;
  }

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

  .div-block-59 {
    width: 300px;
    height: 200px;
  }

  .container-cities {
    padding-bottom: 40px;
  }

  .left-arrow-2 {
    top: -111px;
  }

  .right-arrow-2 {
    top: -105px;
  }

  .div-block-61, .div-block-62 {
    height: auto;
  }

  .div-block-63 {
    width: 300px;
    max-width: none;
  }

  .div-block-64 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-65 {
    max-width: 600px;
  }

  .image-31 {
    max-width: 500px;
  }

  .section-23 {
    overflow: hidden;
  }

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

  .heading-customer {
    text-align: center;
    line-height: 54px;
  }

  .vendor-section {
    background-color: var(--cf-blue);
    height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 16px;
  }

  .privacy-policy.left {
    margin-bottom: 20px;
  }

  .blog-section {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .blog-container {
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-33 {
    width: 100%;
  }

  .div-block-71 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-34 {
    height: 200px;
  }

  .div-block-73 {
    width: 300px;
  }

  .section-25 {
    overflow: hidden;
  }

  .container-16 {
    max-width: none;
    margin-left: 120px;
    margin-right: 120px;
  }

  .section-27 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .form-2 {
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .link-block-4 {
    width: 300px;
  }

  .image-38 {
    width: 80vw;
    height: auto;
  }

  .link-block-5 {
    width: auto;
    margin-left: 250px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 54px;
    line-height: 64px;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-3 {
    height: auto;
  }

  .section-header {
    font-size: 36px;
    line-height: 42px;
  }

  .section-header.left {
    width: auto;
    max-width: none;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

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

  .hea, .heading-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-3.center {
    font-size: 18px;
    line-height: 24px;
  }

  .container-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .carousel.photo2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .carousel.photo2.cities {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: grid;
  }

  .slider {
    height: 300px;
  }

  .card2 {
    display: block;
  }

  .mask {
    height: 400px;
  }

  .mask.cities {
    height: auto;
  }

  .slide-nav {
    bottom: -532px;
  }

  .slide-nav.cities {
    bottom: -230px;
  }

  .image2 {
    object-fit: contain;
    display: block;
    overflow: clip;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .footer-dark {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    text-align: center;
    font-weight: 500;
  }

  .footer-link:hover {
    color: #fffaeecc;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-7 {
    padding-right: 20px;
  }

  .image-6 {
    max-width: 100%;
  }

  .div-block-7 {
    flex-flow: column;
    align-items: center;
  }

  .section-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-3 {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .customer-logo {
    width: 70px;
    height: 40px;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 40px;
  }

  .section-4 {
    margin-top: 40px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12, .section-6 {
    height: auto;
  }

  .section-7 {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .div-block-17 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 0;
  }

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

  .section-8 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 46px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbar-3 {
    overflow: hidden;
  }

  .div-block-22 {
    width: 900%;
  }

  .p2 {
    font-size: 18px;
  }

  .p2.left {
    height: auto;
    overflow: hidden;
  }

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

  .section-11, .quick-stack, .section-14 {
    overflow: hidden;
  }

  .icon-holder {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .text-block-8 {
    font-size: 44px;
  }

  .image-17 {
    height: 500px;
    margin-right: -142px;
  }

  .paragraph-7.left {
    width: auto;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 400px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    min-height: 300px;
    max-height: 400px;
  }

  .div-block-44 {
    width: auto;
  }

  .div-block-45 {
    width: auto;
    height: auto;
  }

  .paragraph-6.left {
    font-size: 16px;
  }

  .image-19 {
    height: 500px;
    margin-right: -142px;
  }

  .div-block-46, .paragraph-8.left {
    width: auto;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 400px;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-20 {
    min-height: 300px;
    max-height: 400px;
  }

  .div-block-48 {
    width: auto;
    height: auto;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quote-name {
    text-align: left;
    width: 100%;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 100%;
    min-height: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-18 {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .text-block-15 {
    font-size: 110px;
    line-height: 128px;
  }

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

  .value-list {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .conditions-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  .how-it-works, .image-24 {
    overflow: hidden;
  }

  .tracker {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding: 20px 20px 60px;
  }

  .div-block-57 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .right-arrow {
    margin-top: 87px;
    margin-right: 0;
  }

  .left-arrow {
    margin-top: 88px;
    margin-left: 0;
  }

  .div-block-59 {
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

  .image-30 {
    object-fit: cover;
  }

  .div-block-61 {
    height: 600px;
  }

  .div-block-62 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    align-items: stretch;
    margin-left: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 30px;
  }

  .div-block-65 {
    max-width: 500px;
  }

  .image-31 {
    object-fit: fill;
    min-width: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-67 {
    width: 90%;
    padding-left: 0;
    overflow: hidden;
  }

  .heading-customer {
    line-height: 54px;
  }

  .privacy-policy.left {
    margin-bottom: 20px;
  }

  .container-cor-catering {
    align-items: center;
  }

  .body-6 {
    overflow: hidden;
  }

  .div-block-72 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-34 {
    width: 100%;
    height: 300px;
  }

  .div-block-73 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 450px;
  }

  .heading-37 {
    text-align: center;
    font-size: 48px;
  }

  .container-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-27 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-80 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-82 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    display: flex;
  }

  .link-block-4 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .body {
    overflow: hidden;
  }

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

  .section {
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .paragraph.white.left {
    font-size: 16px;
  }

  .container-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-3 {
    line-height: 20px;
  }

  .paragraph-3.center {
    font-size: 16px;
  }

  .paragraph-3.no-space {
    height: auto;
  }

  .section-header {
    justify-content: center;
    width: 100%;
    min-width: 300px;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    overflow: hidden;
  }

  .section-header.left {
    width: auto;
    min-width: auto;
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 12px;
    margin-right: 12px;
  }

  .photo {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.hero {
    color: var(--dark-green);
  }

  .paragraph-2.black {
    width: auto;
    line-height: 24px;
  }

  .hea {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3.center {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel.photo2 {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .carousel.photo2.cities {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 80%;
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .mask {
    height: 550px;
  }

  .slide-nav {
    bottom: -436px;
  }

  .accordion-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    padding-left: 10px;
  }

  .footer-dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-link:hover {
    color: #cacacabf;
  }

  .div-block-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .image-6 {
    max-width: 90%;
  }

  .div-block-9 {
    justify-content: center;
    width: 300px;
    overflow: hidden;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }

  .div-block-10 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-4 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    overflow: hidden;
  }

  .div-block-11 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-12 {
    padding: 20px 10px;
  }

  .div-block-13 {
    grid-row-gap: 16px;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
  }

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    height: auto;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .section-5 {
    overflow: hidden;
  }

  .section-6 {
    height: 700px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .section-6.cities {
    display: none;
  }

  .section-7 {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .div-block-15 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
  }

  .div-block-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-8 {
    min-height: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9.left {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-19 {
    margin-left: 10px;
  }

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

  .heading-12.center {
    font-size: 38px;
    line-height: 44px;
  }

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

  .heading-13 {
    font-size: 36px;
    line-height: 42px;
    overflow: hidden;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .container-10 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .nav-section {
    flex-flow: row;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-13 {
    max-width: none;
    height: 70px;
  }

  .div-block-22 {
    width: 1500%;
  }

  .p2 {
    font-size: 17px;
  }

  .p2.left {
    font-size: 16px;
  }

  .div-block-24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .card-explainer {
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-icon {
    margin-top: 10px;
  }

  .section-10 {
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .quick-stack {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .section-12, .section-13, .section-14 {
    overflow: hidden;
  }

  .banner-wrapper {
    margin-bottom: 0;
  }

  .section-15 {
    padding-bottom: 30px;
  }

  .text-block-7 {
    font-size: 48px;
  }

  .div-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .icon-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .icon-holder {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin: 20px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .stat-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chef-card.card5 {
    width: 200px;
    height: 200px;
  }

  .paragraph-7.left {
    width: auto;
    font-weight: 500;
  }

  .div-block-43 {
    justify-content: center;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-45 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .paragraph-6 {
    line-height: 20px;
  }

  .paragraph-6.left {
    font-size: 14px;
  }

  .image-19 {
    height: 400px;
  }

  .div-block-46 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    min-width: auto;
    display: flex;
    overflow: visible;
  }

  .text-block-12 {
    font-size: 30px;
  }

  .paragraph-8.left {
    width: auto;
    max-width: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .button-4 {
    width: auto;
  }

  .div-block-47 {
    justify-content: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-48 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .testimonial {
    flex-flow: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-18 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 131px;
  }

  .div-block-53 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .text-block-15 {
    font-size: 86px;
    line-height: 90px;
  }

  .text-block-16 {
    font-size: 48px;
  }

  .heading-value {
    font-size: 18px;
    line-height: 24px;
  }

  .value-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .booknow-container, .conditions-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .tandc {
    font-size: 15px;
    line-height: 24px;
  }

  .how-it-works {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-23 {
    min-width: 700px;
  }

  .image-24 {
    object-fit: fill;
    width: 400%;
    max-width: none;
    overflow: hidden;
  }

  .tracker {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-57 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px 30px;
  }

  .paragraph-9 {
    overflow: visible;
  }

  .paragraph-9.center {
    text-align: center;
    display: none;
  }

  .italic-text, .div-block-58 {
    width: auto;
  }

  .right-arrow.vendors, .left-arrow.vendors {
    margin-top: -183px;
  }

  .div-block-59 {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-29 {
    max-height: 180px;
  }

  .div-block-60 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-61 {
    width: auto;
  }

  .container-14 {
    padding-bottom: 40px;
  }

  .div-block-62 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-64 {
    margin-left: 10px;
    margin-right: 10px;
    overflow: visible;
  }

  .div-block-65 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-31 {
    object-fit: cover;
    max-width: 400px;
    height: auto;
    min-height: 200px;
  }

  .div-block-67 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .heading-customer {
    font-size: 36px;
    line-height: 42px;
  }

  .vendor-section {
    height: 750px;
  }

  .faq-header, .privacy-policy.left {
    font-size: 36px;
  }

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

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

  .image-33 {
    margin-top: 20px;
  }

  .div-block-72 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 60px;
  }

  .image-34 {
    height: 200px;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .div-block-73 {
    width: auto;
  }

  .article-heading {
    font-size: 22px;
    line-height: 28px;
  }

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

  .section-26 {
    padding-bottom: 30px;
  }

  .section-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .form-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-37 {
    object-fit: cover;
    height: 250px;
  }

  .link-block-4 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-38 {
    width: 90vw;
  }
}

#w-node-_870355a2-f131-5df6-99c2-17ac4c47242f-4c472429, #w-node-_870355a2-f131-5df6-99c2-17ac4c47243a-4c472429, #w-node-_870355a2-f131-5df6-99c2-17ac4c472445-4c472429 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26e826ad-bfcb-d4d5-2071-03ca1d51dfa7-5b929866 {
  justify-self: end;
}

#w-node-_06eb39e8-6851-7c63-2220-aff9a3fe3dfd-a3fe3df1, #w-node-b2b689f4-bf48-ab8b-9878-77bfd7eea7a4-a3fe3df1, #w-node-e56b6b3c-bb2b-9b61-3399-2360feca10e8-a3fe3df1, #w-node-_9330f7c6-60c2-b3bd-5d7c-8d96d8c685da-a3fe3df1, #w-node-_35cd0562-d261-3d25-dfb7-5cf3259a2f0d-259a2f05, #w-node-_2bb226ee-6e1f-f23f-54a9-84a4da9a1ed4-259a2f05, #w-node-bfdbfdae-24bf-1a64-cf7a-d52758d5fdc5-259a2f05, #w-node-_7409ab81-bcb0-a67f-b591-87477b464d54-d5defd94, #w-node-_8a792fea-0e2b-c369-c0e3-d96aec99354d-d5defd94, #w-node-_8a792fea-0e2b-c369-c0e3-d96aec993552-d5defd94, #w-node-_8a792fea-0e2b-c369-c0e3-d96aec993557-d5defd94, #w-node-_8a792fea-0e2b-c369-c0e3-d96aec99355c-d5defd94, #w-node-_2e84ee3e-4a03-ede5-d0b5-7fdab72c96f8-afdf5fa3, #w-node-f01769b3-33b4-f066-666d-7e277abf1dc6-afdf5fa3, #w-node-f01769b3-33b4-f066-666d-7e277abf1dcb-afdf5fa3, #w-node-f01769b3-33b4-f066-666d-7e277abf1dd0-afdf5fa3, #w-node-f01769b3-33b4-f066-666d-7e277abf1dd5-afdf5fa3, #w-node-_37dfb3b1-d03f-199a-2a9b-facf482b6eec-cedbeecc, #w-node-_37dfb3b1-d03f-199a-2a9b-facf482b6ef3-cedbeecc, #w-node-_37dfb3b1-d03f-199a-2a9b-facf482b6efa-cedbeecc, #w-node-_37dfb3b1-d03f-199a-2a9b-facf482b6f01-cedbeecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02e9c4ea-65dd-33b1-8f2a-ac51d2e7da98-afdf5fa3 {
    place-self: auto center;
  }
}


@font-face {
  font-family: 'Phosphor';
  src: url('../fonts/Phosphor.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}