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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #52525b;
  background-color: #fafafa;
  flex-direction: column;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

h1 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #27272a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 21px;
}

a {
  color: #fc7044;
}

a.w--current {
  color: #27272a;
  font-weight: 700;
}

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

blockquote {
  color: #fc7044;
  text-align: left;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
}

.aw-text-gray-200 {
  color: #e4e4e7;
}

.aw-bg-gray-200 {
  background-color: #e4e4e7;
}

.aw-text-red-800 {
  color: #991b1b;
}

.aw-bg-black {
  background-color: #000;
}

.aw-bg-orange-300 {
  background-color: #fdba74;
}

.aw-bg-green-600 {
  background-color: #16a34a;
}

.aw-text-red-200 {
  color: #fecaca;
}

.aw-bg-purple-800 {
  background-color: #2c1554;
}

.aw-bg-green-400 {
  background-color: #4ade80;
}

.zs-sidebar {
  border-right: 1px solid #e4e4e7;
}

.aw-text-red-700 {
  color: #b91c1c;
}

.aw-text-purple-700 {
  color: #3f236f;
}

.aw-bg-purple-400 {
  background-color: #8162b6;
}

.aw-bg-blue-400 {
  background-color: #60a5fa;
}

.aw-bg-green-900 {
  background-color: #14532d;
}

.aw-bg-gray-700 {
  background-color: #3f3f46;
}

.aw-bg-orange-800 {
  background-color: #9a3412;
}

.aw-bg-red-100 {
  background-color: #fee2e2;
}

.aw-text-blue-700 {
  color: #1d4ed8;
}

.zs-page-grid {
  grid-column-gap: 32px;
  grid-template-columns: .25fr 1fr;
}

.aw-bg-red-700 {
  background-color: #b91c1c;
}

.aw-bg-blue-900 {
  background-color: #1e3a8a;
}

.aw-bg-blue-100 {
  background-color: #dbeafe;
}

.aw-text-blue-600 {
  color: #2563eb;
}

.aw-text-orange-600 {
  color: #ea580c;
}

.aw-bg-orange-50 {
  background-color: #fff7ed;
}

.aw-text-blue-500 {
  color: #3b82f6;
}

.aw-bg-purple-700 {
  background-color: #3f236f;
}

.aw-text-blue-800 {
  color: #1e40af;
}

.aw-text-green-200 {
  color: #bbf7d0;
}

.zs-page-heading {
  margin-top: -8px;
  margin-bottom: 16px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 700;
}

.aw-text-blue-100 {
  color: #dbeafe;
}

.aw-text-purple-300 {
  color: #9b7fcb;
}

.aw-bg-orange-100 {
  background-color: #ffedd5;
}

.aw-bg-gray-300 {
  background-color: #d4d4d8;
}

.aw-text-gray-600 {
  color: #52525b;
}

.aw-text-gray-800 {
  color: #27272a;
}

.aw-bg-green-700 {
  background-color: #15803d;
}

.aw-text-orange-900 {
  color: #7c2d12;
}

.aw-bg-orange-900 {
  background-color: #7c2d12;
}

.aw-text-gray-50 {
  color: #fafafa;
}

.aw-text-orange-50 {
  color: #fff7ed;
}

.aw-text-purple-500 {
  color: #67489d;
}

.aw-text-gray-300 {
  color: #d4d4d8;
}

.aw-text-red-100 {
  color: #fee2e2;
}

.aw-bg-gray-400 {
  background-color: #a1a1aa;
}

.aw-bg-purple-300 {
  background-color: #9b7fcb;
}

.aw-bg-purple-200 {
  background-color: #b69fde;
}

.aw-text-green-600 {
  color: #16a34a;
}

.aw-bg-green-200 {
  background-color: #bbf7d0;
}

.aw-text-white {
  color: #fff;
}

.aw-text-transparent {
  color: rgba(0, 0, 0, 0);
}

.zs-section__heading {
  margin-bottom: 8px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.aw-bg-orange-400 {
  background-color: #fb923c;
}

.aw-text-blue-300 {
  color: #93c5fd;
}

.aw-bg-purple-100 {
  background-color: #d2c2ed;
}

.aw-bg-red-400 {
  background-color: #f87171;
}

.aw-text-purple-800 {
  color: #2c1554;
}

.zs-body {
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.aw-text-purple-600 {
  color: #533488;
}

.aw-bg-orange-600 {
  background-color: #ea580c;
}

.aw-text-green-900 {
  color: #14532d;
}

.aw-bg-red-200 {
  background-color: #fecaca;
}

.aw-bg-white {
  background-color: #fff;
}

.aw-bg-red-800 {
  background-color: #991b1b;
}

.aw-bg-gray-900 {
  background-color: #18181b;
}

.zs-spacer-32 {
  height: 32px;
}

.zs-sidebar-menu-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Inconsolata, monospace;
}

.zs-section {
  margin-bottom: 32px;
}

.zs-sidebar-menu {
  padding-left: 0;
  list-style-type: none;
}

.aw-bg-purple-900 {
  background-color: #1a0b36;
}

.aw-text-gray-400 {
  color: #a1a1aa;
}

.aw-text-purple-900 {
  color: #1a0b36;
}

.zs-component {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.aw-text-orange-400 {
  color: #fb923c;
}

.aw-text-green-800 {
  color: #166534;
}

.aw-text-green-400 {
  color: #4ade80;
}

.zs-container {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.aw-bg-green-100 {
  background-color: #dcfce7;
}

.aw-text-orange-700 {
  color: #c2410c;
}

.aw-text-green-50 {
  color: #f0fdf4;
}

.aw-bg-red-600 {
  background-color: #dc2626;
}

.aw-bg-orange-200 {
  background-color: #fed7aa;
}

.aw-text-orange-500 {
  color: #f97316;
}

.aw-text-purple-400 {
  color: #8162b6;
}

.zs-component__item {
  width: 100%;
  flex: auto;
  padding: 8px;
}

.zs-component__item.zs-component__item--w-33 {
  width: 33.33%;
}

.zs-component__item.zs-component__item--w-50 {
  width: 50%;
}

.zs-component__item.zs-component__item--w-25 {
  width: 25%;
}

.aw-bg-purple-600 {
  background-color: #533488;
}

.zs-component__item-description {
  margin-top: 16px;
  font-family: Inconsolata, monospace;
  line-height: 1.7;
}

.aw-text-blue-900 {
  color: #1e3a8a;
}

.aw-bg-blue-700 {
  background-color: #1d4ed8;
}

.aw-bg-blue-500 {
  background-color: #19223f;
}

.aw-bg-gray-100 {
  background-color: #f4f4f5;
}

.aw-text-gray-900 {
  color: #18181b;
}

.aw-bg-red-900 {
  background-color: #7f1d1d;
}

.aw-text-red-900 {
  color: #7f1d1d;
}

.aw-bg-blue-300 {
  background-color: #93c5fd;
}

.aw-text-gray-100 {
  color: #f4f4f5;
}

.aw-bg-purple-500 {
  background-color: #67489d;
}

.aw-bg-purple-50 {
  background-color: #efe8f9;
}

.aw-text-red-500 {
  color: #ef4444;
}

.aw-bg-red-500 {
  background-color: #ef4444;
}

.aw-bg-green-500 {
  background-color: #22c55e;
}

.aw-text-green-700 {
  color: #15803d;
}

.aw-text-green-300 {
  color: #86efac;
}

.aw-bg-gray-600 {
  background-color: #52525b;
}

.aw-text-orange-100 {
  color: #ffedd5;
}

.zs-sidebar-menu__item {
  margin-bottom: 8px;
}

.aw-bg-gray-50 {
  background-color: #fafafa;
}

.aw-text-green-100 {
  color: #dcfce7;
}

.aw-bg-green-300 {
  background-color: #86efac;
}

.aw-bg-blue-200 {
  background-color: #bfdbfe;
}

.aw-text-red-600 {
  color: #dc2626;
}

.aw-bg-red-300 {
  background-color: #fca5a5;
}

.aw-text-purple-200 {
  color: #b69fde;
}

.aw-text-green-500 {
  color: #22c55e;
}

.aw-bg-green-800 {
  background-color: #166534;
}

.aw-text-purple-50 {
  color: #efe8f9;
}

.aw-text-red-300 {
  color: #fca5a5;
}

.aw-bg-blue-50 {
  background-color: #eff6ff;
}

.aw-text-blue-400 {
  color: #60a5fa;
}

.aw-bg-red-50 {
  background-color: #fef2f2;
}

.aw-bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.aw-text-purple-100 {
  color: #d2c2ed;
}

.aw-text-blue-50 {
  color: #eff6ff;
}

.aw-bg-gray-500 {
  background-color: #71717a;
}

.aw-bg-green-50 {
  background-color: #f0fdf4;
}

.aw-bg-blue-800 {
  background-color: #1e40af;
}

.aw-text-red-400 {
  color: #f87171;
}

.aw-text-orange-800 {
  color: #9a3412;
}

.aw-text-orange-200 {
  color: #fed7aa;
}

.aw-text-orange-300 {
  color: #fdba74;
}

.aw-bg-orange-500 {
  background-color: #f97316;
}

.aw-bg-orange-700 {
  background-color: #c2410c;
}

.aw-text-black {
  color: #000;
}

.aw-text-black.aw-testi {
  font-size: 17px;
}

.aw-text-gray-700 {
  color: #3f3f46;
}

.aw-bg-blue-600 {
  background-color: #2563eb;
}

.aw-text-gray-500 {
  color: #71717a;
}

.aw-text-blue-200 {
  color: #bfdbfe;
}

.aw-text-red-50 {
  color: #fef2f2;
}

.aw-bg-gray-800 {
  background-color: #27272a;
}

.zs-table-of-contents {
  margin-bottom: 0;
  padding-left: 40px;
}

.zs-table-of-contents__item {
  list-style-type: disc;
}

.zs-link {
  color: #a1a1aa;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.zs-link.w--current {
  color: #ed1f24;
}

.aw-text-yellow-50 {
  color: #fffbeb;
}

.aw-bg-yellow-50 {
  background-color: #fffbeb;
}

.aw-text-yellow-100 {
  color: #fef3c7;
}

.aw-bg-yellow-100 {
  background-color: #fef3c7;
}

.aw-text-yellow-200 {
  color: #fde68a;
}

.aw-bg-yellow-200 {
  background-color: #fde68a;
}

.aw-text-yellow-300 {
  color: #fcd34d;
}

.aw-bg-yellow-300 {
  background-color: #fcd34d;
}

.aw-text-yellow-400 {
  color: #fbbf24;
}

.aw-bg-yellow-400 {
  background-color: #fbbf24;
}

.aw-text-yellow-500 {
  color: #f59e0b;
}

.aw-bg-yellow-500 {
  background-color: #f59e0b;
}

.aw-text-yellow-600 {
  color: #d97706;
}

.aw-bg-yellow-600 {
  background-color: #d97706;
}

.aw-text-yellow-700 {
  color: #b45309;
}

.aw-bg-yellow-700 {
  background-color: #b45309;
}

.aw-text-yellow-800 {
  color: #92400e;
}

.aw-bg-yellow-800 {
  background-color: #92400e;
}

.aw-text-yellow-900 {
  color: #78350f;
}

.aw-bg-yellow-900 {
  background-color: #78350f;
}

.zs-link-to-top {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #ed1f24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: auto;
  right: 32px;
}

.zs-link-to-top.w--current {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.zs-link-to-top__arrow {
  color: #ed1f24;
  font-size: 24px;
  line-height: 1;
  transform: rotate(-90deg);
}

.aw-text-h4 {
  font-size: 1.728rem;
  font-weight: 700;
  line-height: 1.3;
}

.aw-text-h4.aw-text-white {
  line-height: 1.2em;
}

.aw-text-h4.aw-text-white.aw-italic {
  font-style: italic;
}

.aw-underline {
  text-decoration: underline;
}

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

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

.aw-text-h3 {
  font-size: 2.074rem;
  font-weight: 700;
  line-height: 1.3;
}

.aw-text-base {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.aw-text-uppercase {
  text-transform: uppercase;
}

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

.aw-text-bold {
  font-weight: 700;
}

.aw-text-right {
  text-align: right;
}

.aw-text-menu {
  color: #19223f;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.aw-text-capitalize {
  text-transform: capitalize;
}

.aw-text-h2 {
  font-size: 47.86px;
  font-weight: 700;
  line-height: 1.1;
}

.aw-text-h2.aw-blog-heading {
  width: 60%;
}

.aw-text-h5 {
  font-size: 1.44rem;
  font-weight: 500;
  line-height: 1.5;
}

.aw-line-through {
  text-decoration: line-through;
}

.aw-text-h1 {
  color: #19223f;
  font-family: Inter Tight, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 1.1;
}

.aw-text-h1.aw-text-white {
  color: #fff;
}

.aw-text-subtitle {
  text-transform: uppercase;
  font-size: .833rem;
  font-weight: 700;
  line-height: 1.5;
}

.aw-text-lowercase {
  text-transform: lowercase;
}

.aw-text-h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.aw-text-fineprint {
  font-size: .694rem;
  font-weight: 400;
  line-height: 1.5;
}

.zs-aarts-logo {
  width: 64px;
  align-items: center;
  display: flex;
}

.zs-branding {
  border-bottom: 1px solid #e4e4e7;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.zs-company-logo {
  width: 128px;
  margin-right: 16px;
}

.zs-page-header {
  color: #ed1f24;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.zs-page-header__text {
  width: 48px;
  text-transform: uppercase;
  margin-right: 32px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.aw-flex.aw-flex--center.height-100 {
  height: 100%;
}

.aw-flex.aw-flex--v-center {
  align-items: center;
}

.aw-flex.aw-flex--reverse {
  flex-direction: row-reverse;
}

.aw-flex.aw-flex--no-wrap {
  flex-wrap: nowrap;
}

.aw-flex.aw-flex--vertical {
  flex-flow: row;
  align-items: center;
}

.aw-flex.aw-flex--top {
  align-items: center;
}

.aw-flex.aw-flex--strech {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.aw-flex.aw-flex--bottom {
  align-items: flex-end;
}

.aw-gutter-offset {
  margin-left: -16px;
  margin-right: -16px;
}

.aw-masonry-grid {
  column-count: 3;
  column-gap: 0;
}

.aw-block {
  display: block;
}

.aw-alignwide {
  width: 60vw;
  margin-left: -30vw;
  position: relative;
  left: 50%;
}

.aw-gutter {
  padding-left: 16px;
  padding-right: 16px;
}

.aw-alignfull {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
}

.aw-hidden {
  display: none;
}

.aw-page-margin {
  padding-left: 32px;
  padding-right: 32px;
}

.aw-page-margin.aw-blue-section {
  background-color: #19223f;
  padding-top: 96px;
  padding-bottom: 96px;
}

.aw-buttons {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.aw-buttons.aw-buttons--stack {
  flex-direction: column;
  align-items: flex-start;
}

.aw-buttons.aw-buttons--center {
  justify-content: center;
}

.aw-buttons.aw-buttons--stack-center {
  flex-direction: column;
  align-items: center;
}

.aw-buttons.aw-buttons--stack-right {
  flex-direction: column;
  align-items: flex-end;
}

.aw-buttons.aw-buttons--right {
  justify-content: flex-end;
}

.aw-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.aw-container.aw-container--narrow {
  max-width: 940px;
}

.aw-container.aw-container--wide {
  max-width: 1120px;
}

.aw-container.aw-container--slim {
  max-width: 640px;
}

.aw-container.aw-container--thin {
  max-width: 480px;
}

.aw-button-primary {
  color: #19223f;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #19223f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 16px 20px;
  font-size: 1.1rem;
  display: flex;
}

.aw-button-primary:active {
  background-color: #3f3f46;
}

.aw-button-primary.aw-button-primary--white {
  color: #3f3f46;
  background-color: #fff;
  border-color: #fff;
}

.aw-button-primary.aw-button-primary--white:hover {
  background-color: #f4f4f5;
}

.aw-button-primary.aw-button-primary--large {
  padding: 24px 32px;
  font-size: 1rem;
}

.aw-button-primary.aw-button-primary--medium {
  padding: 12px 20px;
}

.aw-button-primary.aw-button-primary--medium.aw-orange {
  color: #fff;
  background-color: #fc7044;
  border-color: #fc7044;
}

.aw-button-primary.aw-button-primary--small {
  padding: 8px 12px;
  font-size: .64rem;
}

.aw-button-primary.aw-button-primary--orange {
  color: #fff;
  background-color: #fc7044;
  border-color: #fc7044;
}

.aw-button-primary.aw-button-primary--orange.aw-footer-subscribe {
  font-style: normal;
}

.aw-text-small {
  font-size: .833rem;
  font-weight: 400;
  line-height: 1.5;
}

.aw-text-small.aw-text-white.aw-50-pc {
  width: 50%;
  display: inline-block;
}

.aw-text-small.aw-text-white.aw-50-pc.aw-float-right {
  text-align: right;
}

.aw-button__icon {
  margin-bottom: -4px;
  margin-left: 16px;
}

.aw-button-secondary {
  color: #3f3f46;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3f3f46;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 16px;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.aw-button-secondary:hover {
  background-color: #f4f4f5;
}

.aw-button-secondary:active {
  background-color: #e4e4e7;
}

.aw-button-secondary.aw-button-secondary--large {
  padding: 24px 32px;
  font-size: 1rem;
}

.aw-button-secondary.aw-button-secondary--medium {
  text-transform: capitalize;
  padding: 12px 20px;
}

.aw-button-secondary.aw-button-secondary--medium.aw-button-orange {
  color: #fff;
  border-color: #fc7044;
}

.aw-button-secondary.aw-button-secondary--medium.aw-button-orange:hover {
  background-color: #fc7044;
}

.aw-button-secondary.aw-button-secondary--small {
  padding: 8px 12px;
  font-size: .64rem;
}

.aw-button-secondary.aw-button-secondary--white {
  color: #fff;
  border-color: #fff;
}

.aw-button-secondary.aw-button-secondary--white:hover {
  background-color: rgba(0, 0, 0, 0);
}

.aw-spacer-12 {
  height: 12px;
}

.aw-spacer-40 {
  height: 40px;
}

.aw-spacer-32 {
  height: 32px;
}

.aw-spacer-4 {
  height: 4px;
}

.aw-spacer-28 {
  height: 28px;
}

.aw-spacer-8 {
  height: 8px;
}

.aw-spacer-16 {
  height: 16px;
}

.aw-spacer-24 {
  height: 24px;
}

.aw-spacer-64 {
  height: 64px;
}

.aw-spacer-96 {
  height: 96px;
}

.aw-spacer-48 {
  height: 48px;
}

.aw-spacer-80 {
  height: 80px;
}

.zs-spacer-placeholder {
  height: 100%;
  background-color: #000;
}

.aw-form-input-text-field {
  width: 100%;
  height: 59px;
  color: #777;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dcdee6;
  border-radius: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 12px;
  padding: 16px 12px;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.5;
  display: block;
}

.aw-field-label {
  color: #27272a;
  text-transform: capitalize;
  font-size: .8rem;
  font-weight: 400;
}

.aw-form-input-textarea {
  width: 100%;
  min-height: 96px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d4d4d8;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.aw-form-input-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #71717a;
  border-radius: 3px;
  margin: 2px 8px 0 -20px;
}

.aw-form-input-checkbox.w--redirected-checked {
  background-color: #71717a;
  border-color: #71717a;
}

.aw-form-input-select {
  width: 100%;
  height: 56px;
  color: #333;
  background-color: #fff;
  background-image: url('../images/dropdown-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border: 1px solid #d4d4d8;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 8px 40px 8px 12px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.aw-form-input-select.aw-form-input-select--small {
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: .875rem;
}

.aw-form-input-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #71717a;
  border-radius: 50%;
  margin: 2px 8px 0 -20px;
}

.aw-form-input-radio.w--redirected-checked {
  border: 6px solid #71717a;
}

.aw-section {
  width: 100%;
  margin-top: 128px;
  margin-bottom: 128px;
}

.aw-section.aw-section--inset {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}

.aw-section.aw-section--inset.aw-alignfull.aw-bg-blue-500.aw-contact {
  margin-top: -10px;
}

.aw-section.aw-section--outset-top {
  margin-bottom: 0;
}

.aw-section.aw-section--outset-bottom {
  margin-top: 0;
}

.aw-section.aw-section--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.aw-section.aw-section--no-margin.aw-alignfull.aw-bg-blue-gradient {
  background-image: linear-gradient(#19223f, #19223f 88%, #fafafa 88%, #fafafa);
}

.aw-section.aw-section--inset-top {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
}

.aw-section.aw-section--inset-bottom {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 96px;
}

.aw-section.aw-alignfull {
  width: 100vw;
}

.aw-divider {
  color: #babfce;
  border: 1px solid #babfce;
}

.aw-divider.aw-color-big-stone {
  -webkit-text-stroke-color: #676f89;
  border-color: #676f89;
}

.aw-v-divider {
  width: 1px;
  height: 100%;
  border-left: 1px solid #e4e4e7;
}

.zs-component__item-content {
  height: 100%;
  background-color: #f5f2f0;
  padding: 32px;
}

.zs-page-description {
  color: #52525b;
  margin-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.zs-code-block {
  background-color: #f5f2f0;
  margin-bottom: 32px;
  font-size: 14px;
  position: relative;
}

.aw-spacer-20 {
  height: 20px;
}

.aw-spacer-72 {
  height: 72px;
}

.aw-spacer-112 {
  height: 112px;
}

.aw-spacer-128 {
  height: 128px;
}

.aw-spacer-144 {
  height: 144px;
}

.aw-spacer-160 {
  height: 160px;
}

.aw-spacer-176 {
  height: 176px;
}

.aw-spacer-192 {
  height: 192px;
}

.classes-spacers {
  display: none;
}

.zs-inline-code {
  color: #690;
  background-color: #f4f4f5;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 1.1;
}

.zs-inline-emphasis {
  color: #cf5154;
}

.zs-page-header__version-text {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.zs-page-banner {
  color: #fff;
  margin-bottom: 32px;
  padding-top: 36.23%;
  position: relative;
  overflow: hidden;
}

.zs-page-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zs-page-banner__content {
  max-width: 480px;
  padding: 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zs-page-banner__heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.zs-cards {
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
}

.zs-card {
  width: 33.33%;
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.zs-card__image {
  width: 100%;
  margin-bottom: 32px;
}

.zs-card__heading {
  margin-bottom: 16px;
}

.zs-spacer-64 {
  height: 64px;
}

.aw-primary-nav__item {
  padding-left: 14px;
  padding-right: 14px;
  display: inline-block;
  position: relative;
}

.aw-primary-nav__item.aw-menu-button {
  display: none;
}

.aw-site-header__menu-button {
  z-index: 9999;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

.aw-site-header__content {
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.aw-site-header__content.aw-secondary-menu-header-line {
  border-bottom-color: rgba(197, 197, 255, .45);
}

.aw-primary-nav__link {
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: block;
}

.aw-primary-nav__link.aw-text-menu {
  letter-spacing: .21px;
}

.aw-primary-nav__link.aw-text-menu.aw-text-white {
  color: #fff;
}

.aw-primary-nav {
  margin-bottom: 0;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 0;
  list-style-type: none;
}

.aw-masthead.aw-masthead--fixed {
  z-index: 9997;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aw-masthead.aw-masthead--floating {
  z-index: 9997;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aw-masthead.aw-masthead--sticky {
  z-index: 9997;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.aw-site-branding__tagline {
  margin-top: 8px;
  line-height: 1;
}

.aw-site-branding__logo {
  width: 170px;
}

.aw-site-main {
  padding-top: 96px;
}

.aw-hero-slider__nav {
  font-size: 12px;
}

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

.aw-cover-image.brand {
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

.aw-hero-feature__content {
  z-index: 2;
  width: 680px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aw-hero-feature__content.aw-hero-feature__content-innerpage {
  width: 100%;
}

.aw-hero-feature {
  text-align: center;
  margin-bottom: 96px;
  position: relative;
}

.aw-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aw-overlay.aw-overlay--bottom-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.aw-hero-slider {
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -96px;
  position: relative;
}

.aw-hero-feature__content-wrapper {
  text-align: center;
  margin-top: 48px;
}

.aw-value-prop__icon {
  max-width: 448px;
}

.aw-value-prop__icon.online {
  max-width: 700px;
  text-align: center;
  margin-top: -80px;
}

.aw-v-gutter {
  padding-top: 16px;
  padding-bottom: 16px;
}

.aw-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.aw-slider__nav {
  font-size: 12px;
}

.aw-cover-background {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.aw-slider__arrows {
  color: #000;
}

.aw-star-rating {
  height: 16px;
}

.aw-product__inner {
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.aw-product__title {
  color: #333;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.5;
}

.aw-product__footer {
  margin-top: auto;
}

.aw-product {
  flex: 0 33.33%;
  margin-bottom: 64px;
}

.aw-product__price {
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1;
  display: flex;
}

.aw-onsale {
  z-index: 10;
  padding: 4px 8px;
  font-size: .8rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.aw-site-footer {
  background-color: #19223f;
  margin-top: auto;
  padding-top: 96px;
  padding-bottom: 48px;
}

.aw-tertiary-nav {
  margin-top: 12px;
  margin-bottom: -4px;
  padding-left: 0;
}

.aw-tertiary-nav__item {
  padding-top: 4px;
  padding-bottom: 4px;
}

.aw-tertiary-nav__link.aw-text-menu {
  color: #d4d4d8;
  text-decoration: none;
}

.aw-tertiary-nav__link.aw-text-menu.aw-text-white {
  color: #fff;
}

.aw-woocommerce-breadcrumb {
  margin-top: 24px;
  margin-bottom: 32px;
}

.aw-woocommerce-products-header, .aw-woocommerce-notices-wrapper {
  margin-bottom: 32px;
}

.aw-woocommerce-message {
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  display: flex;
}

.aw-woocommerce-result-count-ordering-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.aw-woocommerce-error {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.aw-woocommerce-error__item {
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 12px;
}

.aw-wc-forward {
  order: 1;
  margin: -4px;
  display: block;
}

.aw-woocommerce-info {
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px;
  display: flex;
}

.aw-woocommerce-pagination-menu {
  justify-content: center;
  margin-bottom: 64px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.aw-woocommerce-pagination-menu__item {
  padding-left: 4px;
  padding-right: 4px;
}

.aw-page-numbers {
  border: 1px solid #e4e4e7;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
}

.aw-single-product-slider__slide {
  overflow: hidden;
}

.aw-screen-reader-text {
  width: 1px;
  height: 1px;
  white-space: normal;
  border: 0 #000;
  margin-bottom: 0;
  margin-left: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.aw-single-product-meta__item {
  margin-left: 4px;
  margin-right: 4px;
}

.aw-aspect-ratio-box {
  position: relative;
}

.aw-aspect-ratio-box.aw-aspect-ratio-box--1-1 {
  padding-top: 100%;
}

.aw-aspect-ratio-box.aw-aspect-ratio-box--16-9 {
  padding-top: 56.25%;
}

.aw-aspect-ratio-box__content {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aw-my-account-navigation {
  flex: 0 25%;
}

.aw-my-account-nav {
  margin-bottom: 0;
  padding-left: 4px;
  list-style-type: none;
  overflow: auto;
}

.aw-my-account-nav__item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.aw-my-account-order {
  border-bottom: 1px solid #e4e4e7;
  padding-top: 24px;
  padding-bottom: 24px;
}

.aw-my-account-order-items {
  margin-bottom: 8px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  list-style-type: none;
}

.aw-my-account-order-item {
  width: 12.5%;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.aw-my-account-order-details {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.aw-my-account-order-actions {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.aw-my-account-order-secondary-actions {
  margin-left: -8px;
  margin-right: -8px;
}

.aw-my-account-order-secondary-actions__link {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.aw-my-account-order-primary-actions {
  margin-left: auto;
}

.aw-my-account-address {
  border-bottom: 1px solid #e4e4e7;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.aw-value-prop__text {
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.zs-sidebar-menu-divider {
  height: 8px;
  background-color: #f7f7f7;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.classes-widths {
  display: none;
}

.aw-secondary-heading {
  color: #fc7044;
  margin-right: 4px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.aw-secondary-heading.aw-text-white {
  color: #fff;
}

.aw-business-online {
  max-width: 480px;
}

.aw-marquee__container {
  flex: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.aw-marquee {
  flex-direction: column;
  overflow: hidden;
}

.aw-marquee_content {
  background-color: #fc7044;
  display: flex;
  overflow: hidden;
}

.aw-marquee__text {
  color: #19223f;
  padding-right: 60px;
  font-family: Playfair Display, sans-serif;
  font-size: 46.86px;
  font-style: italic;
  font-weight: 700;
}

.aw-steps {
  background-image: url('../images/Stroke.png');
  background-position: 20% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.aw-step_one {
  position: relative;
}

.aw-step_one--container {
  background-color: #ffee9f;
  border-top: 1px solid #ffee9f;
  border-radius: 16px;
  padding-bottom: 80px;
  padding-left: 35px;
  padding-right: 35px;
}

.aw-step_one--container.two {
  background-color: #e9ddf9;
}

.aw-step_one--container.three {
  background-color: #e7f6de;
}

.aw-step_one--heading {
  text-align: center;
  margin-top: 69px;
  font-size: 31.25px;
  line-height: 1.1em;
}

.aw-steps--circle {
  width: 128px;
  height: 128px;
  text-align: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 64px;
}

.aw-steps--circle.one {
  background-color: #ffee9f;
}

.aw-steps--circle.two {
  background-color: #e9ddf9;
}

.aw-steps--circle.three {
  background-color: #e7f6de;
}

.aw-step--number-circle {
  width: 88px;
  height: 88px;
  background-color: #f4c149;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
}

.aw-step--number-circle.two {
  background-color: #bf96ff;
}

.aw-step--number-circle.three {
  background-color: #96bb7f;
}

.aw-step--number--text {
  color: #fff;
  font-size: 47.86px;
  font-weight: 700;
}

.aw-step--image {
  margin-top: -71px;
}

.aw-step2-spacer {
  height: 200px;
}

.aw-pricing-container {
  color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.aw-pricing-container:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}

.aw-price {
  color: #fc7044;
  font-size: 61.04px;
}

.aw-price--service {
  border-top: 1px dashed #3f4865;
}

.aw-price--service-text {
  border-top: 1px dashed #3f4865;
  padding-top: 8px;
  padding-bottom: 8px;
}

.aw-blogs {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aw-case-studies {
  color: #676f89;
  font-size: 16px;
  font-weight: 400;
}

.aw-social-media {
  width: 42px;
  height: 42px;
  text-align: center;
  border: 1px solid #676f89;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.aw-social-media.aw-orange {
  border-color: #ffb89b;
}

.aw-social-media__icon {
  width: 20px;
}

.aw-pricing-hover {
  width: 42px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -35px;
  right: auto;
}

.aw-testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.slide, .slide-2 {
  width: 25%;
}

.aw-testimonial-slide {
  margin-bottom: 48px;
  margin-left: 8px;
  margin-right: 8px;
}

.aw-testimonial-slider--left-arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #fc7044;
  border-radius: 50%;
  padding: 12px;
  top: auto;
  bottom: -30%;
  left: -90px;
  right: 0%;
}

.aw-testimonial-slider--right-arrow {
  width: 70px;
  height: 70px;
  border: 1px solid #fc7044;
  border-radius: 50%;
  padding: 12px;
  top: auto;
  bottom: -30%;
  left: 0%;
  right: -90px;
}

.aw-testimonial-arrow {
  width: 70px;
  padding-bottom: 10px;
}

.aw-testimonial-slide--image {
  border-radius: 200px;
  padding: 8px;
}

.aw-testimony {
  color: #121212;
  margin-bottom: 28px;
  font-weight: 700;
}

.aw-logo-small {
  width: 25px;
  margin-left: 4px;
  margin-right: 4px;
}

.aw-inline-block {
  display: inline-block;
}

.aw-card__corner {
  width: 2em;
  height: 2em;
  background-color: #19223f;
  position: absolute;
  top: 0;
  right: 0;
}

.aw-card__corner-triangle {
  width: 0;
  height: 0;
  background-color: #19223f;
  border-top: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 2em solid #ffe27c;
  border-left: 0 solid rgba(0, 0, 0, 0);
  border-right: 2em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aw-testimonial-slide--wrapper {
  background-color: #fff8c9;
  border-radius: 16px;
  padding: 21px;
}

.aw-hero-image--top-left {
  width: 19%;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 12%;
  transform: rotate(2.44deg);
}

.aw-hero-image--top-right {
  width: 27%;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 4%;
  transform: rotate(3.47deg);
}

.aw-hero-image--bottom-left {
  width: 25%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 5%;
  right: auto;
  transform: rotate(-6deg);
}

.aw-hero-image--bottom-right {
  width: 21%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
  transform: rotate(-2.91deg);
}

.aw-relative {
  min-height: 100vh;
  position: relative;
}

.aw-build-brand--content {
  position: absolute;
  top: auto;
  bottom: 96px;
  left: 38%;
  right: 2%;
}

.text-h2 {
  text-transform: uppercase;
  font-size: 1.802rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-secondary {
  color: #3f3f46;
  text-align: center;
  text-transform: uppercase;
  background-color: #fed506;
  border: 1px solid #fed506;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 8px;
  padding: 16px 24px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  border-color: #ebbc06;
}

.button-secondary:active {
  background-color: #d8a505;
  border-color: #d8a505;
}

.button-secondary.button-secondary--white {
  color: #605746;
  background-color: #fff;
  border-color: #605746;
}

.button-secondary.button-secondary--white:hover {
  color: #3f3f46;
}

.first-slide-wrap {
  width: 200%;
  height: 100%;
  float: right;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.aw-chef-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  overflow: hidden;
}

.section {
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
}

.section.section--inset {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 96px;
}

.chef-detail {
  margin-top: 25px;
}

.aw-slider__arrows-2 {
  color: #000;
}

.aw-slider__arrows-2.hidden {
  display: none;
}

.slide-content {
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.last-slide-wrap {
  width: 200%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.chef-image {
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.chef-first-slide-content {
  width: 50%;
  height: 100%;
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-chef-image {
  width: 300px;
  height: 300px;
  background-color: #fed506;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.spacer-24 {
  height: 24px;
}

.aw-chef-slider__slide {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.aw-chef-slider__slide.last {
  z-index: 200;
}

.aw-chef-slider__slide.first {
  z-index: 10;
}

.buttons {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.buttons.buttons--center {
  justify-content: center;
}

.chef-last-slide-content {
  width: 50%;
}

.chef-last-slide-ghost {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.chef-first-ghos-slide {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.spacer-12 {
  height: 12px;
}

.aw-chef-slider__mask {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.text-h5 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.266rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacer-48 {
  height: 48px;
}

.text-base {
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hidden {
  display: none;
}

.aw-secondaryhead.aw-masthead--fixed {
  z-index: 9997;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aw-secondaryhead.aw-masthead--floating {
  z-index: 9997;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aw-secondaryhead.aw-masthead--sticky {
  z-index: 9997;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.aw-secondaryhead.aw-secpndary--floating {
  z-index: 9997;
  background-color: #19223f;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.aw-latest-blog--image {
  max-width: 480px;
  border-radius: 10px;
}

.aw-blog-detail--image {
  width: 650px;
  border-radius: 10px;
  display: block;
}

.aw-blog-image {
  border-radius: 10px;
  margin-bottom: 28px;
}

.marquee_wrap {
  z-index: 1;
  height: 42em;
  position: relative;
  overflow: hidden;
}

.marquee_wrap.home {
  background-color: #fc7044;
}

.marquee_track {
  z-index: 1;
  position: relative;
  transform: translate(0);
}

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

.marquee_item {
  color: #3863c7;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
}

.marquee_heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}

.marquee_gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#f9f9f9 4%, rgba(249, 249, 249, 0) 40%, rgba(249, 249, 249, 0) 50%, rgba(249, 249, 249, 0) 60%, #f9f9f9 98%);
  margin-top: -1px;
  margin-bottom: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marquee_gradient.is-2 {
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
}

.aw-about-us-hero {
  max-width: 490px;
}

.projects-col-list {
  width: 100%;
  position: relative;
}

.aw-testomonial-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.aw-testimonial {
  width: auto;
  height: 100%;
}

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

.aw-vyapary-profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.marquee_text {
  width: 50%;
  background-color: #ffd8c8;
  align-content: space-around;
  padding: 48px 28px;
}

.marquee_text-wrap.home {
  height: 100%;
}

.marquee_text-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee_text-list.home {
  height: 100%;
}

.marquee_text-item {
  opacity: 0;
  transition: opacity .4s;
  position: absolute;
}

.marquee_text-item.home {
  height: 100%;
  opacity: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee_text-p {
  color: #000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  font-size: 25px;
}

.marquee_text-p.home {
  z-index: 10;
  height: 100%;
  color: #676f89;
  margin-top: 28px;
  padding-bottom: 68px;
  position: relative;
}

.marquee--image {
  width: 120px;
  margin: 28px auto;
}

.aw-joined-on {
  color: #19223f;
  font-weight: 500;
}

.marqee-arrow {
  width: 350px;
  display: block;
}

.marquee-percentage {
  color: #96bb7f;
  align-items: stretch;
  margin-right: 5%;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.marquee-percentage-wrap {
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
}

.aw-testimonial--image {
  width: 80px;
  height: 80px;
  border-radius: 200px;
}

.aw-text-normal {
  font-weight: 400;
}

.aw-width-100 {
  width: 100%;
}

.aw-corner-round {
  border-radius: 5px;
}

.aw-link-box {
  display: block;
}

.aw-form-success {
  width: auto;
  color: #fff;
  text-align: left;
  background-color: rgba(255, 255, 255, .02);
  font-size: 21px;
  font-weight: 400;
}

.aw-form-success.aw-contact-success {
  color: #19223f;
  background-color: rgba(0, 0, 0, 0);
  font-style: normal;
  font-weight: 500;
}

.aw-form-error {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-style: normal;
  font-weight: 500;
}

.aw-contact-success {
  background-color: rgba(25, 34, 63, .05);
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.small-note {
  letter-spacing: .5px;
  font-size: 14px;
}

.subtitle {
  letter-spacing: .5px;
  text-shadow: none;
  font-size: 25px;
  line-height: 34px;
}

.success-message-2 {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .56);
  background-color: #3c3486;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .14), inset 0 0 0 1px rgba(255, 255, 255, .09), inset 0 1px rgba(255, 255, 255, .12);
}

.button {
  width: 32%;
  height: 54px;
  float: left;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .19);
  background-color: #3c3486;
  border-radius: 4px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), inset 0 1px rgba(255, 255, 255, .16), inset 0 -44px 38px -25px rgba(0, 0, 0, .09);
}

.button:hover {
  opacity: 1;
  background-color: #3c3486;
}

.button:active {
  background-color: rgba(230, 111, 64, .63);
  box-shadow: 0 1px rgba(255, 255, 255, .26), 0 0 0 1px rgba(0, 0, 0, .16), inset 0 2px 6px 1px rgba(0, 0, 0, .11), inset 0 1px rgba(0, 0, 0, .2), inset 0 44px 38px -25px rgba(0, 0, 0, .13);
}

.field {
  width: 65%;
  height: 54px;
  float: left;
  color: #fff;
  background-color: rgba(255, 255, 255, .65);
  border: 0 solid #000;
  border-radius: 4px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .31), inset 0 2px 9px -1px rgba(0, 0, 0, .14);
}

.field:hover {
  background-color: rgba(255, 255, 255, .76);
}

.field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .31), inset 0 2px 9px -1px rgba(0, 0, 0, .14), 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.header-section {
  height: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(252, 112, 68, .86), rgba(252, 112, 68, .86)), url('../images/arnaud-mariat-jkcfb3RZxGE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 151px;
  padding-bottom: 151px;
}

.container {
  padding-left: 129px;
  padding-right: 129px;
}

.error-message-2 {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.logo-2 {
  width: 50%;
  margin-bottom: 21px;
}

.sign-up-form {
  margin-top: 47px;
}

.referal-text {
  color: rgba(255, 255, 255, .61);
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.footer-section {
  color: #7e7c87;
  background-color: #3c3486;
  padding-top: 38px;
  padding-bottom: 34px;
  box-shadow: 0 -1px rgba(255, 255, 255, .08), inset 0 1px 1px rgba(0, 0, 0, .24);
}

.copyright {
  color: rgba(255, 255, 255, .29);
  letter-spacing: .5px;
}

.align-right {
  text-align: right;
  padding-left: 10px;
  display: block;
}

.address-link {
  color: #484441;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

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

.aw-terms-subheading {
  font-size: 35px;
}

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

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

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

.aw-blog-rich-text-box {
  width: 80%;
}

.aw-case-study-image {
  width: 60%;
  border-radius: 10px;
  display: block;
}

.block-quote {
  font-weight: 400;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .zs-sidebar {
    border-right-style: none;
  }

  .zs-page-grid {
    grid-template-columns: 1fr;
  }

  .zs-page-heading {
    margin-top: 0;
  }

  .zs-body {
    padding-left: 28px;
    padding-right: 28px;
  }

  .zs-container {
    max-width: 95%;
  }

  .zs-component__item.zs-component__item--w-33, .zs-component__item.zs-component__item--w-25 {
    width: 50%;
  }

  .aw-text-h2.aw-blog-heading {
    width: 70%;
  }

  .aw-flex.aw-flex--center.lg-aw-flex--top {
    align-items: flex-start;
  }

  .lg-aw-block {
    display: block;
  }

  .aw-gutter-offset {
    margin-left: -14px;
    margin-right: -14px;
  }

  .aw-gutter {
    padding-left: 14px;
    padding-right: 14px;
  }

  .aw-page-margin {
    padding-left: 28px;
    padding-right: 28px;
  }

  .aw-buttons.sm-aw-hidden {
    margin-left: 204px;
  }

  .lg-aw-hidden {
    display: none;
  }

  .aw-container {
    width: 100%;
  }

  .aw-spacer-96.lg-aw-spacer-4 {
    display: block;
  }

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

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

  .lg-aw-text-right {
    text-align: right;
  }

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

  .aw-section.aw-section--inset.aw-alignfull.aw-bg-white.aw-top-padding-100 {
    padding-top: 100px;
  }

  .aw-section.aw-section--inset-top {
    padding-top: 48px;
  }

  .lg-aw-spacer-4 {
    height: 4px;
  }

  .lg-aw-spacer-8 {
    height: 8px;
  }

  .lg-aw-spacer-16 {
    height: 16px;
  }

  .lg-aw-spacer-12 {
    height: 12px;
  }

  .lg-aw-spacer-20 {
    height: 20px;
  }

  .lg-aw-spacer-24 {
    height: 24px;
  }

  .lg-aw-spacer-28 {
    height: 28px;
  }

  .lg-aw-spacer-32 {
    height: 32px;
  }

  .lg-aw-spacer-40 {
    height: 40px;
  }

  .lg-aw-spacer-48 {
    height: 48px;
  }

  .lg-aw-spacer-64 {
    height: 64px;
  }

  .lg-aw-spacer-72 {
    height: 72px;
  }

  .lg-aw-spacer-80 {
    height: 80px;
  }

  .lg-aw-spacer-96 {
    height: 96px;
  }

  .lg-aw-spacer-112 {
    height: 112px;
  }

  .lg-aw-spacer-128 {
    height: 128px;
  }

  .lg-aw-spacer-144 {
    height: 144px;
  }

  .lg-aw-spacer-160 {
    height: 160px;
  }

  .lg-aw-spacer-176 {
    height: 176px;
  }

  .lg-aw-spacer-192 {
    height: 192px;
  }

  .aw-primary-nav__item {
    border-bottom: 1px solid #d7d7d7;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .aw-site-header__content {
    border: 1px #000;
  }

  .aw-primary-nav__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .aw-primary-nav__link.aw-text-menu.aw-text-white {
    color: #19223f;
  }

  .aw-site-header-navigation {
    z-index: 9998;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    padding: 64px 48px 96px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
    transform: translate(100%);
    box-shadow: -1px 0 20px rgba(0, 0, 0, .1);
  }

  .aw-primary-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .aw-site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .aw-hero-feature__content {
    margin-top: 125px;
    position: static;
  }

  .aw-hero-slider {
    min-height: auto;
    margin-top: 0;
  }

  .aw-hero-feature__content-wrapper {
    margin-top: 90px;
  }

  .aw-value-prop {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .aw-value-prop.aw-online {
    padding-bottom: 0;
  }

  .aw-value-prop__icon.online {
    margin-top: -45px;
  }

  .aw-v-gutter {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .aw-slider__arrows {
    display: none;
  }

  .aw-product {
    flex-basis: 33.33%;
  }

  .aw-my-account-navigation {
    flex-basis: 100%;
  }

  .aw-my-account-nav {
    margin: -16px -16px 24px;
    display: flex;
  }

  .aw-my-account-nav__item {
    margin-left: 16px;
    margin-right: 16px;
  }

  .aw-my-account-nav__link {
    white-space: nowrap;
  }

  .lg-aw-col-1 {
    width: 8.33333%;
  }

  .lg-aw-col-2 {
    width: 16.6667%;
  }

  .lg-aw-col-3 {
    width: 25%;
  }

  .lg-aw-col-4 {
    width: 33.3333%;
  }

  .lg-aw-col-5 {
    width: 41.6667%;
  }

  .lg-aw-col-6 {
    width: 50%;
  }

  .lg-aw-col-7 {
    width: 58.3333%;
  }

  .lg-aw-col-8 {
    width: 66.6667%;
  }

  .lg-aw-col-9 {
    width: 75%;
  }

  .lg-aw-col-10 {
    width: 83.3333%;
  }

  .lg-aw-col-11 {
    width: 91.6667%;
  }

  .lg-aw-col-12 {
    width: 100%;
  }

  .aw-marquee__container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .aw-marquee__text {
    font-size: 28px;
  }

  .aw-step_one {
    width: 300px;
  }

  .aw-hero-image--top-left {
    width: 27%;
    top: -20%;
    left: 14%;
  }

  .aw-hero-image--top-right {
    width: 30%;
    top: -30%;
    right: 21%;
  }

  .aw-hero-image--bottom-left {
    z-index: 10;
    bottom: -40%;
    left: 20%;
  }

  .aw-hero-image--bottom-right {
    z-index: 10;
    width: 23%;
    bottom: -41%;
    right: 25%;
  }

  .aw-build-brand--content {
    bottom: 28px;
  }

  .section.section--inset {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .aw-slider__arrows-2 {
    display: none;
  }

  .aw-chef-slider__mask {
    width: 45%;
  }

  .aw-blog-detail--image {
    width: 100%;
  }

  .aw-blog-image {
    margin-bottom: 28px;
  }

  .marquee_heading {
    font-size: 23px;
    line-height: 1.2em;
  }

  .aw-testimonial-wrap {
    width: 100%;
    overflow: hidden;
  }

  .container {
    padding-left: 79px;
    padding-right: 79px;
  }

  .aw-blog-rich-text-box, .aw-case-study-image {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .zs-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .aw-text-h4 {
    font-size: 1.424rem;
  }

  .aw-text-h3 {
    font-size: 1.602rem;
  }

  .aw-text-h2 {
    font-size: 41px;
  }

  .aw-text-h5 {
    font-size: 1.266rem;
  }

  .aw-text-h1 {
    font-size: 2.027rem;
    line-height: 48px;
  }

  .aw-text-h1.aw-text-white {
    line-height: 38px;
  }

  .aw-text-h1.hero {
    font-size: 41px;
  }

  .aw-text-h6 {
    font-size: 1.125rem;
  }

  .aw-flex.aw-md-swap {
    flex-wrap: wrap-reverse;
  }

  .aw-gutter-offset {
    margin-left: -12px;
    margin-right: -12px;
  }

  .aw-masonry-grid {
    column-count: 2;
  }

  .aw-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }

  .aw-page-margin {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md-aw-hidden {
    display: none;
  }

  .aw-buttons.aw-buttons--right.aw-submit {
    width: 100%;
  }

  .aw-buttons.sm-aw-hidden {
    margin-left: 0;
  }

  .md-aw-block {
    display: block;
  }

  .aw-button-primary.aw-button-primary--medium.aw-orange.aw-submit, .aw-button-primary.aw-button-primary--orange.aw-footer-subscribe, .aw-button-primary.hero {
    width: 100%;
  }

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

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

  .md-aw-text-right {
    text-align: right;
  }

  .aw-section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

  .aw-section.aw-section--no-margin.aw-alignfull.aw-bg-blue-gradient {
    background-image: linear-gradient(#19223f, #19223f 100%, #fafafa 100%, #fafafa);
  }

  .aw-section.aw-section--inset-top {
    padding-top: 48px;
  }

  .aw-section.aw-section--inset-bottom {
    padding-bottom: 48px;
  }

  .md-aw-spacer-4 {
    height: 4px;
  }

  .md-aw-spacer-8 {
    height: 8px;
  }

  .md-aw-spacer-12 {
    height: 12px;
  }

  .md-aw-spacer-16 {
    height: 16px;
  }

  .md-aw-spacer-20 {
    height: 20px;
  }

  .md-aw-spacer-24 {
    height: 24px;
  }

  .md-aw-spacer-28 {
    height: 28px;
  }

  .md-aw-spacer-32 {
    height: 32px;
  }

  .md-aw-spacer-40 {
    height: 40px;
  }

  .md-aw-spacer-48 {
    height: 48px;
  }

  .md-aw-spacer-64 {
    height: 64px;
  }

  .md-aw-spacer-72 {
    height: 72px;
  }

  .md-aw-spacer-80 {
    height: 80px;
  }

  .md-aw-spacer-96 {
    height: 96px;
  }

  .md-aw-spacer-112 {
    height: 112px;
  }

  .md-aw-spacer-128 {
    height: 128px;
  }

  .md-aw-spacer-144 {
    height: 144px;
  }

  .md-aw-spacer-160 {
    height: 160px;
  }

  .md-aw-spacer-176 {
    height: 176px;
  }

  .md-aw-spacer-192 {
    height: 192px;
  }

  .zs-page-banner {
    padding-top: 56.25%;
  }

  .aw-site-header__content {
    border: 1px #000;
    padding-bottom: 48px;
  }

  .aw-hero-feature__content {
    width: 400px;
  }

  .aw-value-prop__icon {
    max-width: 300px;
  }

  .aw-value-prop__icon.online {
    margin-top: -14px;
  }

  .aw-v-gutter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .aw-product {
    flex-basis: 50%;
  }

  .aw-my-account-order-item {
    width: 20%;
  }

  .aw-my-account-order-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .aw-my-account-order-secondary-actions {
    margin-top: 16px;
  }

  .aw-my-account-order-primary-actions {
    margin-top: 16px;
    margin-left: 0;
  }

  .md-aw-col-1 {
    width: 8.33333%;
  }

  .md-aw-col-2 {
    width: 16.6667%;
  }

  .md-aw-col-3 {
    width: 25%;
  }

  .md-aw-col-4 {
    width: 33.3333%;
  }

  .md-aw-col-5 {
    width: 41.6667%;
  }

  .md-aw-col-6 {
    width: 50%;
  }

  .md-aw-col-7 {
    width: 58.3333%;
  }

  .md-aw-col-8 {
    width: 66.6667%;
  }

  .md-aw-col-9 {
    width: 75%;
  }

  .md-aw-col-10 {
    width: 83.3333%;
  }

  .md-aw-col-11 {
    width: 91.6667%;
  }

  .md-aw-col-12 {
    width: 100%;
  }

  .aw-marquee__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aw-step--image {
    top: 65%;
  }

  .aw-step2-spacer {
    height: 400px;
  }

  .aw-pricing-container {
    margin-top: 28px;
  }

  .aw-blogs {
    margin-top: 0;
    display: block;
  }

  .aw-hero-image--top-left {
    top: -11%;
    left: 21%;
  }

  .aw-hero-image--top-right {
    width: 220px;
    top: -17%;
    right: 14%;
  }

  .aw-hero-image--bottom-left {
    width: 220px;
    left: 15%;
  }

  .aw-hero-image--bottom-right {
    bottom: -35%;
    right: 17%;
  }

  .aw-build-brand--content {
    margin-top: 48px;
    padding-bottom: 48px;
    position: static;
  }

  .text-h2 {
    font-size: 1.802rem;
  }

  .aw-chef-slider {
    height: 100%;
  }

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

  .aw-chef-slider__mask {
    width: 60%;
  }

  .text-h5 {
    font-size: 1.266rem;
  }

  .aw-latest-blog--image {
    margin-top: 28px;
  }

  .aw-step3-spacer {
    height: 10px;
  }

  .aw-blog-image {
    max-width: 100%;
    margin-left: auto;
  }

  .aw-about-us-hero {
    max-width: 300px;
    margin-bottom: 28px;
  }

  .marquee-percentage-wrap {
    margin-bottom: 0;
  }

  .header-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .sign-up-form {
    margin-bottom: 0;
  }

  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 479px) {
  .zs-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .zs-component__item.zs-component__item--w-33, .zs-component__item.zs-component__item--w-50, .zs-component__item.zs-component__item--w-25 {
    width: 100%;
  }

  .aw-text-black.aw-testi {
    font-size: 14px;
  }

  .aw-text-h2.aw-blog-heading {
    width: 100%;
  }

  .aw-text-h1.aw-text-white.aw-heading--mobile {
    line-height: 32px;
  }

  .aw-text-h1.hero {
    font-size: 41px;
  }

  .aw-flex.aw-flex--center.aw-gutter-offset.sm-aw-swap {
    flex-wrap: wrap-reverse;
  }

  .sm-aw-hidden {
    display: none;
  }

  .aw-gutter-offset {
    margin-left: -10px;
    margin-right: -10px;
  }

  .aw-masonry-grid {
    column-count: 1;
  }

  .aw-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aw-page-margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aw-page-margin.aw-blog-heading-margin {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-aw-block {
    display: block;
  }

  .aw-buttons.sm-aw-hidden {
    text-transform: uppercase;
  }

  .aw-buttons.sm-aw-buttons--center {
    justify-content: center;
  }

  .aw-button-primary.hero {
    width: 90%;
  }

  .aw-text-small.aw-text-white.aw-50-pc {
    width: 100%;
    display: block;
  }

  .aw-text-small.aw-text-white.aw-50-pc.aw-float-right {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 11px;
  }

  .aw-button-secondary {
    letter-spacing: .3px;
    margin-top: 30px;
    padding: 16px 12px;
    font-size: .9rem;
  }

  .aw-button-secondary.aw-menu {
    text-transform: capitalize;
    text-decoration: none;
  }

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

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

  .sm-aw-text-right {
    text-align: right;
  }

  .aw-section.aw-section--inset.aw-alignfull.aw-bg-white.aw-top-padding-100 {
    padding-top: 50px;
  }

  .aw-section.aw-section--inset-top.aw-alignfull.aw-bg-blue-500.aw-contact {
    margin-top: -10px;
  }

  .classes-spacers {
    display: none;
  }

  .sm-aw-spacer-4 {
    height: 4px;
  }

  .sm-aw-spacer-8 {
    height: 8px;
  }

  .sm-aw-spacer-12 {
    height: 12px;
  }

  .sm-aw-spacer-16 {
    height: 16px;
  }

  .sm-aw-spacer-20 {
    height: 20px;
  }

  .sm-aw-spacer-24 {
    height: 24px;
  }

  .sm-aw-spacer-28 {
    height: 28px;
  }

  .sm-aw-spacer-32 {
    height: 32px;
  }

  .sm-aw-spacer-40 {
    height: 40px;
  }

  .sm-aw-spacer-48 {
    height: 48px;
  }

  .sm-aw-spacer-64 {
    height: 64px;
  }

  .sm-aw-spacer-72 {
    height: 72px;
  }

  .sm-aw-spacer-80 {
    height: 80px;
  }

  .sm-aw-spacer-96 {
    height: 96px;
  }

  .sm-aw-spacer-112 {
    height: 112px;
  }

  .sm-aw-spacer-128 {
    height: 128px;
  }

  .sm-aw-spacer-144 {
    height: 144px;
  }

  .sm-aw-spacer-160 {
    height: 160px;
  }

  .sm-aw-spacer-176 {
    height: 176px;
  }

  .sm-aw-spacer-192 {
    height: 192px;
  }

  .zs-page-banner__content {
    padding: 16px;
  }

  .zs-page-banner__heading {
    font-size: 32px;
  }

  .aw-primary-nav__item.aw-menu-button {
    display: inline-block;
  }

  .aw-primary-nav__item.aw-menu-button.aw-buttons {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .aw-site-header__content {
    border-bottom-style: solid;
    border-bottom-color: #d4d4d4;
    padding-bottom: 16px;
  }

  .aw-hero-feature__content {
    width: 100%;
    margin-top: 0;
  }

  .aw-hero-feature {
    margin-top: 0;
    margin-bottom: 150px;
  }

  .aw-hero-feature__content-wrapper {
    margin-top: 180px;
  }

  .aw-value-prop {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .aw-value-prop__icon.online {
    margin-top: 14px;
  }

  .aw-v-gutter {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aw-product {
    flex-basis: 100%;
  }

  .aw-site-footer {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .aw-my-account-order-item {
    width: 25%;
  }

  .aw-value-prop__text {
    margin-bottom: 30px;
  }

  .sm-aw-col-1 {
    width: 8.33333%;
  }

  .sm-aw-col-2 {
    width: 16.6667%;
  }

  .sm-aw-col-3 {
    width: 25%;
  }

  .sm-aw-col-4 {
    width: 33.3333%;
  }

  .sm-aw-col-5 {
    width: 41.6667%;
  }

  .sm-aw-col-6 {
    width: 50%;
  }

  .sm-aw-col-7 {
    width: 58.3333%;
  }

  .sm-aw-col-8 {
    width: 66.6667%;
  }

  .sm-aw-col-9 {
    width: 75%;
  }

  .sm-aw-col-10 {
    width: 83.3333%;
  }

  .sm-aw-col-11 {
    width: 91.6667%;
  }

  .sm-aw-col-12 {
    width: 100%;
  }

  .aw-marquee__text {
    padding-right: 40px;
  }

  .aw-step_one {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .aw-steps--circle {
    left: auto;
  }

  .aw-step--image {
    top: 78%;
  }

  .aw-step2-spacer {
    height: 20px;
  }

  .aw-hero-image--top-left {
    width: 50%;
    top: 4%;
    left: 3%;
  }

  .aw-hero-image--top-right {
    width: 50%;
    top: -3%;
    right: 3%;
  }

  .aw-hero-image--bottom-left {
    width: 45%;
    bottom: -20%;
    left: 1%;
  }

  .aw-hero-image--bottom-right {
    width: 41%;
    bottom: -25%;
    right: 7%;
  }

  .aw-build-brand--content {
    margin-top: 0;
    padding-bottom: 28px;
  }

  .aw-build-brand--wrapper {
    padding-top: 20px;
  }

  .section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .bg-chef-image {
    width: 250px;
    height: 250px;
  }

  .aw-chef-slider__mask {
    width: 100%;
  }

  .aw-blog-detail--image {
    border-radius: 10px;
  }

  .aw-step3-spacer {
    height: 0;
  }

  .aw-blog-image {
    margin-bottom: 12px;
  }

  .marquee_wrap {
    height: 29em;
  }

  .marquee_wrap.home {
    padding-left: 28px;
    padding-right: 28px;
  }

  .marquee_heading {
    font-size: 21px;
  }

  .aw-testomonial-wrapper {
    width: 80%;
    overflow: visible;
  }

  .marquee_text.home {
    padding: 28px 14px;
  }

  .aw-joined-on {
    max-width: 100%;
    font-size: 16px;
  }

  .marqee-arrow {
    top: 38%;
    left: -8px;
  }

  .marquee-percentage {
    margin-right: 0%;
    font-size: 60px;
    line-height: 96px;
  }

  .marquee-percentage-wrap {
    max-width: 100%;
    display: block;
  }

  .aw-hero-para {
    margin-top: 8px;
    line-height: 28px;
  }

  .aw-form-success {
    text-align: left;
  }

  .small-note {
    margin-top: 21px;
  }

  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 7px;
  }

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

#w-node-_38052fde-3a4e-3ca6-3615-966a79a8788c-81878c80, #w-node-ff286ed7-9409-7f01-fbca-3b5ffa6fb977-fa6fb977, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c81, #w-node-_50f6dac0-6922-3834-2f8a-99553dd0d615-81878c83, #w-node-e2d96f45-1866-4336-2426-b72fd7ed4ad0-81878c85, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c87, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c88, #w-node-_8e665131-599e-00a7-59de-aa6962f2b8e3-81878c8a, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c8b, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c8f, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c90, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c9c, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878c9d, #w-node-_38052fde-3a4e-3ca6-3615-966a79a8788c-81878ca0, #w-node-_34d61406-c3fb-5432-d9c1-59edb878b3a4-81878ca2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
.ribbon{  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background:#fc7044;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}
