:root {
  --white: white;
  --background: #122025;
}

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

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

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 187px;
  height: 80px;
  display: grid;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding-top: 45px;
  position: absolute;
  inset: 0% 0% 710px;
}

.nav-link {
  color: #868c8f;
  cursor: pointer;
  font-family: Chivo, sans-serif;
  font-size: 150px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link._2 {
  margin-left: 105px;
}

.nav-link._4 {
  margin-left: 178px;
}

.nav-link._1 {
  cursor: pointer;
}

.container {
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 230px;
  padding-bottom: 140px;
  padding-right: 0;
  display: grid;
}

.hero-section {
  color: var(--white);
  background-color: #122025;
  overflow: hidden;
}

.hero-small-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
}

.hero-title.span {
  font-weight: 300;
}

.hero-text {
  width: 100%;
  max-width: 664px;
  margin-bottom: 56px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.hero-title-wrapper {
  margin-bottom: 20px;
}

.div-block {
  display: flex;
}

.text-with-circle-1 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ellipse-5 {
  position: absolute;
  top: 5%;
  right: 0;
}

.ellipse-5.hide-desktop {
  display: none;
}

.ellipse-6 {
  position: absolute;
  top: -125px;
  right: 0;
}

.ellipse-6.hide-desktop {
  display: none;
}

.hero-container {
  z-index: 1;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.slider {
  background-color: #0000;
  align-items: center;
  height: 665px;
  max-height: 665px;
}

.hero-left-wrapper {
  z-index: 1;
  position: relative;
}

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

.mask {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  width: 100%;
  max-width: 439px;
  max-height: 665px;
}

.slide-nav {
  color: #e18417;
  width: 100%;
  bottom: 13%;
  right: -50%;
  transform: translate(-100%);
}

.button-wrapper {
  z-index: 10;
  display: inline-block;
  position: relative;
}

.primary-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #122025;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.button-arrow._2 {
  top: 65%;
}

.body {
  background-color: #fff;
}

.featured {
  padding-top: 80px;
  padding-bottom: 140px;
}

.featured-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.featured-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 95px;
  display: flex;
  position: relative;
}

.featured-tier-icon {
  z-index: 1;
  position: relative;
}

.featured-type-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.featured-type-circle._2 {
  transform: rotate(45deg);
}

.featured-type {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-type-title {
  color: #122025;
  margin-bottom: 8px;
  font-family: Chivo, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.featured-type-text {
  color: #566a73;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.featured-content {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 40px;
  display: grid;
}

.featured-title {
  color: #4b3b29;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 50px;
  font-weight: 400;
  line-height: 59px;
}

.featured-title-wrapper {
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.featured-title-wrapper._2 {
  align-items: flex-start;
  display: none;
}

.featured-item {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.featured-item-images {
  height: 364.359px;
  min-height: 0;
  margin-bottom: 24px;
  overflow: hidden;
}

.featured-item-title {
  color: #122025;
  text-transform: uppercase;
  font-family: Chivo, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.featured-images {
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.trending-content {
  grid-column-gap: 27px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 4.4fr 2.8fr 2.8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trending-item-images-wrapper {
  background-color: #f9f8f8;
  height: 20vw;
  max-height: 300px;
  margin-bottom: 16px;
  overflow: hidden;
}

.trending-item-big {
  cursor: auto;
  background-color: #f9f8f8;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 56vw;
  padding-top: 73px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trending-big-title-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.trending-big-title {
  color: #393f44;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.trending-item-images {
  align-self: flex-end;
  width: 100%;
}

.start-from {
  color: #7b8792;
  margin-right: 8px;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}

.text-block-2 {
  color: #393f44;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  display: inline-block;
}

.trending-content-wrapper {
  margin-bottom: 56px;
  padding-right: 27px;
  position: relative;
}

.trending-item-images-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trending-item-images-1.pachakari {
  object-fit: cover;
  object-position: 50% 50%;
}

.trending-small-title {
  color: #393f44;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.trending-small-title-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.trending-item {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.trending {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.trending-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  padding-bottom: 46px;
  display: flex;
  position: relative;
}

.trending-header-title-wrapper {
  z-index: 1;
  text-align: center;
  font-family: Chivo, sans-serif;
  font-size: 50px;
  line-height: 65px;
  display: flex;
  position: relative;
}

.trending-header-title {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.light-font {
  margin-right: 5px;
  font-weight: 400;
}

.header-bg {
  position: absolute;
  top: -5%;
  left: 15%;
  transform: translate(-50%, -50%);
}

.featured-section {
  z-index: 1;
  position: relative;
}

.secondary-button {
  color: #122025;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #12202533;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.products {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.products-left-wrapper {
  color: #122025;
  background-color: #ffeece;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 52px;
  position: relative;
  overflow: hidden;
}

.products-right-wrapper {
  color: #fff;
  background-color: #122025;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 49px;
  position: relative;
}

.heading-2 {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 75px;
  position: relative;
}

.product-description {
  color: #344a52;
  max-width: 357px;
  margin-bottom: 52px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.product-description._2 {
  opacity: .7;
  color: #fff;
}

.products-left-images {
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.products-content {
  z-index: 1;
  position: relative;
}

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

.products-right-images {
  width: 73%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15%);
}

.text-with-circle-2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.design {
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}

.design-row-1 {
  justify-content: flex-end;
  display: flex;
}

.design-description-wrapper._1 {
  max-width: 412px;
}

.design-description-wrapper._2 {
  max-width: 477px;
}

.design-description-title {
  color: #121d26;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Barlow, sans-serif;
  font-size: 57px;
  font-weight: 200;
  line-height: 72px;
}

.design-description-text {
  color: #516a75;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.design-row-3 {
  justify-content: flex-start;
  display: flex;
}

.bg-circle {
  position: absolute;
  top: 142px;
  left: 0;
}

.design-row-2 {
  justify-content: flex-end;
  margin-bottom: 41px;
  display: flex;
  position: relative;
  top: -54px;
}

.design-big-heading {
  color: #122025;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 170px;
  font-weight: 200;
  line-height: 204px;
}

.design-big-heading._1 {
  z-index: 1;
  margin-top: 67px;
  margin-bottom: 0;
  font-size: 130px;
  line-height: 11vw;
  position: relative;
}

.design-big-heading._2 {
  font-family: Playfair Display, sans-serif;
  font-size: 150px;
}

.design-wrapper {
  z-index: 1;
  position: relative;
}

.big-heading-wrapper {
  position: relative;
}

.big-heading-image {
  height: 100%;
  min-height: 0;
  position: absolute;
  top: 10%;
  left: 10%;
}

.big-heading-image._3 {
  top: 80%;
  left: 68%;
}

.subscribe {
  flex-direction: column;
  align-items: center;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 30px 140px;
  display: flex;
}

.subscribe-heading-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.relative {
  width: auto;
  position: relative;
}

.line {
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translate(0, 100%);
}

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

.text-with-circle {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.text-circle {
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-with-circle-4 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.text-circle-3 {
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

.design-heading-wrapper {
  margin-bottom: 46px;
}

.suscribe-description-text {
  text-align: center;
  max-width: 838px;
  margin-bottom: 56px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.subscribe-form {
  align-items: flex-end;
  display: flex;
}

.subscribe-text-field {
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #a6aeb0;
  width: 342px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 21px;
  padding-top: 21px;
  padding-bottom: 11px;
  font-size: 15px;
  line-height: 28px;
}

.subscribe-text-field::placeholder {
  color: #122025;
  font-family: Nunito Sans, sans-serif;
}

.form-button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #122025;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

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

.footer {
  background-color: #122025;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-content {
  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;
}

.footer-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.footer-nav-link {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #fe782c;
}

.footer-nav-menu {
  flex-direction: column;
  display: flex;
}

.copyright-wrapper {
  align-items: flex-end;
  display: flex;
}

.line-2 {
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 80%);
}

.social-link {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: underline;
}

.social-link:hover {
  color: #fe782c;
}

.featured-title-image {
  color: #4b3b29;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 50px;
  font-weight: 400;
  line-height: 59px;
}

.trending-flex-horizontal {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.subscribe-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 43px;
}

.subscribe-flex-horizontal {
  display: flex;
}

.tap-circle-wrapper {
  z-index: 5;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 136px;
  height: 136px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.tap-circle-image-1 {
  position: relative;
}

.tap-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.primary-button-text {
  z-index: 1;
  opacity: .7;
  position: relative;
}

.button-bg {
  background-color: #febd11;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%);
}

.tertiary-button {
  color: #122025;
  text-transform: uppercase;
  background-color: #ffeece;
  border: 1px solid #12202533;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.secondary-button-bg {
  background-color: #122025;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.secondary-button-text, .tertiary-button-text {
  z-index: 1;
  position: relative;
}

.tertiary-button-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.tap-circle-link-wrapper {
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 136px;
  height: 136px;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

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

.start {
  position: absolute;
  inset: 27% auto auto 13%;
}

.image-4 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: auto;
}

.button-arrow-wrapper {
  width: 97px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}

.button-arrow-block {
  background-color: var(--background);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.button-arrow-block.white {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
}

.button-arrow-block._3 {
  background-color: #ffeece;
}

.footer-tap-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-button {
  z-index: 1000;
  background-color: #0000;
  overflow: hidden;
}

.menu-button.w--open {
  z-index: 1;
  background-color: #0000;
  overflow: hidden;
}

.menu-button._2 {
  border: 2px solid #fff;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 33px;
  right: 56px;
}

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

.nav-menu {
  background-color: var(--background);
  color: #fff;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  height: auto;
  max-height: 100vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: fixed;
}

.nav-link-text {
  text-decoration: none;
  transform: none;
}

.bar {
  background-color: var(--white);
  width: 45px;
  height: 2px;
  position: absolute;
  inset: 29px 21px auto auto;
  transform: translate(0);
}

.bar._2 {
  opacity: 0;
  width: 24px;
  top: 38px;
  transform: translate(-29px, 36px);
}

.bar._3 {
  top: 48px;
  transform: translate(-29px, 27px)rotate(-45deg);
}

.bar._1 {
  transform: translate(-29px, 45px)rotate(45deg);
}

.nav-link-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav-circle {
  background-color: #4c6874;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-title-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 95px;
}

.store {
  color: #7eb355;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #2c6933, #94ca61);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
}

.hero-title-copy-copy-for-grocery-store {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 95px;
}

.hero-title-copy-copy-for-grocery-store.span {
  font-weight: 300;
}

.hero-title-copy {
  color: #febd11;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
}

.hero-title-copy.span {
  font-weight: 300;
}

.capee {
  font-weight: 700;
}

.zindagi-highlighter {
  color: #febd11;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
}

.zindagi-highlighter.span {
  font-weight: 300;
}

.feature_2-container {
  grid-column-gap: 4rem;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

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

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.heading-xsmall.faq {
  width: 100%;
}

.category_container {
  flex-direction: column;
  width: 70%;
  display: none;
}

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

.feature_2-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.snack-item {
  border: .0625rem solid #c1c1bf;
  border-radius: 1rem;
  max-height: 10rem;
  padding: 1rem;
  overflow: hidden;
}

.snack-item.nil {
  border-style: none;
}

.snack-item.offset-col {
  margin-top: 6rem;
  margin-bottom: -6rem;
}

.snack-item.offset-col._1 {
  display: none;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-medium.text-color-white {
  color: #fff;
  cursor: default;
  font-weight: 700;
}

.text-size-small.text-color-secondary.text-weight-medium.text-style-nounderline {
  transition: color .2s;
}

.text-size-small.text-color-secondary.text-weight-medium.text-style-nounderline:hover {
  color: #f47121;
}

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

.padding-bottom.padding-xhuge {
  padding-top: 0;
  padding-bottom: 2rem;
}

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

.category-item {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-bottom: .0625rem solid #c1c1bf;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.feature_2-right {
  width: 50%;
  display: flex;
}

.snacks_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.chip_component {
  grid-column-gap: .25rem;
  background-color: #febd11;
  border-radius: 40rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.page-padding {
  margin-top: 4px;
  padding-bottom: 4.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.category_icon {
  background-color: #9a9a99;
  border-radius: 10rem;
  padding: .5rem;
  transition: opacity .2s;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xhuge, .margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.text-color-secondary {
  color: #1f1f1fb3;
}

.text-color-secondary.text-align-center {
  font-family: Chivo, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.ingredients {
  font-weight: 400;
}

.feature_2-container-2 {
  grid-column-gap: 4rem;
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Chivo, sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
}

.store-copy {
  color: #7eb355;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(111deg, #2c6933, #94ca61);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Chivo, sans-serif;
  font-weight: 900;
}

.icon-xsmall {
  max-height: 1.5rem;
}

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

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

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.padding-vertical.padding-medium.footer_top-stroke {
  border-top: .0625rem solid #c1c1bf;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.location-map {
  background-color: #e8e7e5;
  border-radius: 4px;
  width: 100%;
  max-width: 64rem;
  height: 40rem;
  margin-bottom: 40px;
  overflow: visible;
}

.location_badges-container {
  grid-column-gap: 1rem;
  display: flex;
}

.code-embed {
  border-radius: 5px;
  height: 100%;
}

.title {
  color: #0bd95a;
  font-family: Chivo, sans-serif;
  font-size: 16px;
}

.feature-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link-2 {
  color: #f4f0ed;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .3s;
}

.social-link-2:hover {
  opacity: .5;
}

.slider-arrow-right {
  z-index: 9999;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  transition: border-color .4s;
  display: flex;
  right: 2%;
}

.slider-arrow-right:hover {
  border-color: #ffffff8c;
}

.text-block-6 {
  color: #ffffff80;
  margin-left: 10px;
  margin-right: 10px;
}

.feature-text {
  color: #fff;
  border-bottom: 2px dotted #fff;
  padding-top: 4px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.hero-header {
  color: #fff;
  max-width: 690px;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Chivo, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.slider-2 {
  height: 80vh;
  min-height: 650px;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-image {
  z-index: 3;
  background-image: linear-gradient(#000000b8, #fff0), url('../images/freepik__the-style-is-candid-image-photography-with-natural__4578.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(#000000b8, #fff0), url('../images/freepik__the-style-is-candid-image-photography-with-natural__4579.jpeg');
}

.slide-2 {
  overflow: hidden;
}

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

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

.slider-arrow-left {
  z-index: 9999;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  font-size: 16px;
  transition: border-color .4s;
  display: flex;
  left: 2%;
}

.slider-arrow-left:hover {
  border-color: #ffffff8c;
}

.slider-section {
  position: relative;
  overflow: hidden;
}

.button-outline {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 46px;
  padding-right: 46px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  color: #000;
  background-color: #fff;
}

.slide-content-wrap {
  z-index: 9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 160px 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav-2 {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.social-block {
  color: #fff;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 50px 3%;
}

.slider-3 {
  height: 100vh;
  min-height: 650px;
}

.slide-3 {
  overflow: hidden;
}

.container-3 {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.slide-nav-3 {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.support_help-container {
  border: .0625rem solid #c1c1bf;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: padding-left .3s cubic-bezier(.075, .82, .165, 1), color .3s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.faq_question:hover {
  color: #febd11;
}

.faq_question:active {
  padding-left: .25rem;
}

.text-weight-medium {
  font-weight: 500;
}

.text-color-primary {
  color: #000;
}

.text-color-primary.text-weight-medium.text-style-nounderline {
  transition: color .3s cubic-bezier(.075, .82, .165, 1);
}

.text-color-primary.text-weight-medium.text-style-nounderline:hover {
  color: #f47121;
}

.nav_menu-button {
  padding: .5rem;
  display: none;
}

.text-color-orange {
  color: #febd11;
}

.main-wrapper {
  margin-top: 200px;
}

.nav_links-container {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.footer_container-pages {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.support_faq-container {
  flex-direction: column;
  display: flex;
}

.nav_logo-container {
  color: #f47121;
  line-height: 1;
  transition: color .3s cubic-bezier(.075, .82, .165, 1);
}

.nav_logo-container:hover {
  color: #ec5900;
}

.nav_links-block-arrow {
  align-self: center;
  line-height: 0;
}

.faq_answer {
  z-index: 1;
  position: relative;
}

.nav_component {
  z-index: 10;
  background-color: #fff;
  border-bottom: .0625rem solid #c1c1bf;
  position: sticky;
  inset: 0% 0% auto;
}

.faq_expand-icon {
  background-color: #febd11;
  border-radius: 5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  transition: opacity .3s;
  display: flex;
}

.faq_expand-icon:hover {
  background-color: #ec5900;
}

.button-secondary {
  color: #1f1f1f;
  text-align: center;
  background-color: #fff;
  border: .0625rem solid #9a9a99;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .6875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: background-color .3s cubic-bezier(.075, .82, .165, 1);
}

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

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

.footer_container {
  justify-content: center;
  display: flex;
}

.nav_container_no_cta {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faq_answer-content {
  padding-bottom: 2rem;
}

.nav_links-block {
  grid-column-gap: .25rem;
  color: #1f1f1f;
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.nav_links-block:hover, .nav_links-block.w--current {
  color: #f47121;
}

.faq_item {
  border-bottom: .0625rem solid #c1c1bf;
}

.navbar-copy {
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.relative-copy {
  width: 280px;
  position: relative;
}

.footer-nav-menu-copy {
  flex-direction: column;
  display: flex;
}

.title-2 {
  color: #febd11;
  font-size: 16px;
}

.static-hero-optional {
  background-image: url('../images/Home-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 80vh;
  min-height: 650px;
  padding: 132px 3%;
  display: none;
  position: relative;
}

.author-image {
  border-radius: 400px;
  width: 100%;
  max-width: 290px;
}

.brand-2 {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.category-bar {
  border-bottom: 1px solid #00000021;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 20px 3%;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  padding: 8px 20px;
  font-size: 17px;
  text-decoration: none;
}

.category-detail {
  color: #4b3b29;
  margin-right: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.bar-2 {
  background-color: #fff;
  width: 45px;
  height: 2px;
  position: absolute;
  inset: 29px 21px auto auto;
  transform: translate(0);
}

.bar-2._1 {
  transform: translate(-29px, 45px)rotate(45deg);
}

.bar-2._3 {
  top: 48px;
  transform: translate(-29px, 27px)rotate(-45deg);
}

.bar-2._2 {
  opacity: 0;
  width: 24px;
  top: 38px;
  transform: translate(-29px, 36px);
}

.author-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.hero-header-2 {
  color: #fff;
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 32px;
  font-family: Chivo, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}

.slider-4 {
  height: 80vh;
  min-height: 650px;
}

.navbar-2 {
  color: #fff;
  background-color: #0000;
  width: 100%;
  padding-top: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-logo {
  margin-right: 20px;
}

.slider-wrapper-2 {
  width: 100%;
  height: 100%;
}

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

.slide-4 {
  overflow: hidden;
}

.footer-2 {
  background-color: #000;
  padding: 132px 3%;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.social-icon-wrap-circles {
  justify-content: flex-end;
  display: flex;
}

.category-link {
  color: #000;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .35s;
  display: block;
}

.category-link:hover {
  opacity: .5;
}

.author-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}

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

.social-link-circle {
  background-color: #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px;
  display: flex;
}

.content-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.author-title {
  color: #febd11;
  margin-bottom: 12px;
  font-size: 16px;
}

.logo-social {
  width: 18px;
}

.image-7 {
  width: 160px;
}

.nav-link-2 {
  color: #868c8f;
  cursor: pointer;
  font-size: 150px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

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

.nav-link-2._4 {
  margin-left: 178px;
}

.nav-link-2._2 {
  margin-left: 105px;
}

.slide-nav-4 {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.nav-menu-2 {
  color: #fff;
  object-fit: fill;
  background-color: #122025;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  height: auto;
  max-height: 100vh;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: fixed;
}

.author-section {
  padding: 60px 3% 100px;
}

.author-block {
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  align-items: center;
  min-height: 282px;
  padding: 52px;
  display: flex;
}

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

.pacha {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(266deg, #337036, #8cc25d);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  min-height: 630px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.comp-pane.left {
  background-image: url('../images/freepik__the-style-is-candid-image-photography-with-natural__94396.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50rem;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.component-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.credit-btn {
  color: #000;
  mix-blend-mode: difference;
  background-color: #fff;
  background-image: url('../images/Untitled-design.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  box-shadow: -2px 5px 9px #0003;
}

.credit-btn:hover {
  filter: brightness(96%);
}

.form-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.form-wrap {
  margin-bottom: 0;
}

.submit-button {
  color: #000;
  background-color: #ffd000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -4% -6% auto;
}

.botton-wrap {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0 0% auto;
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.text-block {
  transform-origin: 0%;
  color: #fff;
  text-align: left;
  mix-blend-mode: difference;
  align-self: auto;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  left: 25px;
  transform: rotate(-90deg);
}

.credit-btn-alt {
  color: #000;
  background-color: #dcdcdd;
  background-image: url('../images/code-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  box-shadow: 0 5px 9px #0003;
}

.credit-btn-alt:hover {
  filter: brightness(96%);
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.featured-copy {
  padding-top: 80px;
  padding-bottom: 0;
}

.featured-header-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.button-arrow-block-2 {
  background-color: var(--background);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.button-arrow-block-2.white {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
}

.button-arrow-block-2._3 {
  background-color: #ffeece;
}

.button-arrow-block-2._2 {
  background-color: #fff;
}

.primary-button-2 {
  color: var(--white);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #0707074d;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-button-text-2 {
  z-index: 1;
  opacity: .7;
  color: #000;
  position: relative;
}

.text-big-2 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-subwrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  height: 75%;
  position: relative;
}

.right-arrow-2 {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  right: -35px;
}

.slide-nav-5 {
  width: auto;
  margin-bottom: -50px;
  font-size: 11px;
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.left-arrow-2 {
  background-color: #333;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  left: -35px;
}

.slider-wrapper-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 800px;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.arrow-wrapper {
  background-color: #333;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.left, .arrow-wrapper.right {
  background-color: #febd11;
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.slide-5._3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.slide-5._2 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5._1 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5._4 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.text-small {
  text-transform: none;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: #0009;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.slider-5 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  inset: auto auto 2% 5%;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.div-block-9 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-3 {
  width: 40%;
}

.div-block-10 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-8 {
  width: 40%;
}

.div-block-11 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-9 {
  width: 40%;
}

.footer3_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.icon-embed-xsmall-8-copy-copy {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-145 {
  color: #00e;
  text-decoration: none;
}

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

.container-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-wrapper-8 {
  background-color: #fff;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
  text-decoration: none;
}

.link-131 {
  text-decoration: none;
}

.footer3_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_credit-text {
  font-size: .875rem;
}

.icon-embed-xsmall {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-144 {
  color: #00e;
  text-decoration: none;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.code-embed-2 {
  margin-left: 5%;
  margin-right: 5%;
}

.section-policy {
  border-bottom: .1px solid #333;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-104 {
  text-decoration: none;
}

.paragraph-padding-bulletpoints {
  padding-left: 30px;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.heading-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
}

.footer3_component {
  display: block;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.trending-item-big-copy-for-mobile {
  cursor: auto;
  background-color: #f9f8f8;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 56vw;
  padding-top: 73px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.main-wrapper-copy-for-contact {
  margin-top: 200px;
}

.trending-big-title-copy-for-mobile {
  color: #393f44;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.logo-grid_wrapper {
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem 1rem;
  display: flex;
}

.logo-grid_logo {
  object-fit: cover;
  width: 12rem;
  height: 3rem;
  max-height: none;
}

.logo-grid_logo._1 {
  width: auto;
}

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

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section_logo-grid {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.text-muted-eyebrow {
  color: #0009;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

.logo-grid_logo-2 {
  object-fit: cover;
  width: 12rem;
  height: auto;
  max-height: 3rem;
}

.logo-grid_logo-2.adjust {
  width: 8rem;
  height: 3.2rem;
  max-height: none;
}

.logo-grid_logo-2.adjust-2 {
  width: 8rem;
}

.logo-grid_logo-2.adjust-3 {
  object-fit: contain;
  height: 4rem;
  max-height: none;
}

.link-146, .link-147 {
  color: #000000b3;
  text-decoration: none;
}

.link-148, .link-149 {
  color: #000;
  text-decoration: none;
}

.paragraph {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.link-150 {
  color: #000000b3;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 100px;
  }

  .hero {
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .ellipse-5 {
    display: none;
    top: auto;
    bottom: 0;
  }

  .ellipse-5.hide-desktop {
    width: 100%;
    display: block;
    top: -35px;
    bottom: auto;
    right: -30px;
  }

  .ellipse-6 {
    display: none;
    top: 0;
    bottom: 23px;
  }

  .ellipse-6.hide-desktop {
    width: 100%;
    display: block;
    top: -35px;
    bottom: auto;
    right: -30px;
  }

  .slider {
    padding-top: 69px;
  }

  .image {
    height: 100%;
  }

  .slide-nav {
    display: flex;
    top: 0;
    bottom: auto;
    right: 0%;
    transform: translate(0%);
  }

  .featured {
    padding-bottom: 80px;
  }

  .featured-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured-title-wrapper._2 {
    display: flex;
  }

  .featured-title-wrapper._1 {
    display: none;
  }

  .trending-content {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .trending-item-images-wrapper {
    height: auto;
  }

  .trending-item-images {
    max-height: 500px;
  }

  .trending-content-wrapper {
    padding-right: 0;
  }

  .trending-item {
    overflow: hidden;
  }

  .trending {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .products-left-wrapper, .products-right-wrapper {
    padding-top: 80px;
    padding-bottom: 230px;
    padding-left: 30px;
  }

  .products-right-images {
    width: 50%;
  }

  .design-description-wrapper._2 {
    padding-top: 40px;
  }

  .design-row-2 {
    justify-content: center;
    margin-bottom: 104px;
    top: 0;
  }

  .design-big-heading {
    font-size: 11.8vw;
    line-height: 14vw;
  }

  .design-big-heading._1 {
    z-index: 3;
    margin-bottom: 167px;
  }

  .design-big-heading._2 {
    z-index: 1;
    position: relative;
    top: -15px;
  }

  .big-heading-image {
    top: 12%;
    left: 1%;
  }

  .big-heading-image._3 {
    z-index: 2;
    left: 45%;
    overflow: hidden;
  }

  .line {
    height: 80px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-wrapper {
    justify-content: flex-end;
  }

  .trending-flex-horizontal {
    flex-direction: column;
    align-items: center;
  }

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

  .tap-circle-link-wrapper {
    margin-top: 50px;
    margin-left: 70px;
  }

  .menu-button {
    overflow: hidden;
  }

  .nav-menu {
    height: 100%;
    padding-top: 20%;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
  }

  .feature_2-container {
    grid-column-gap: 3rem;
  }

  .feature_2-left {
    width: 40%;
  }

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

  .feature_2-right {
    width: 60%;
  }

  .snacks_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .feature_2-container-2 {
    grid-column-gap: 3rem;
  }

  .location_container {
    grid-row-gap: 3rem;
  }

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

  .location-map {
    height: 32rem;
  }

  .title {
    color: #0bd95a;
  }

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

  .hero-header {
    font-size: 55px;
  }

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

  .slider-3 {
    height: 100%;
  }

  .faq_question {
    grid-column-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer_container-pages {
    grid-column-gap: 1.5rem;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .title-2 {
    color: #0bd95a;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
  }

  .link {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .author-image-wrapper {
    padding: 0;
  }

  .hero-header-2 {
    font-size: 55px;
  }

  .footer-logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
  }

  .social-icon-wrap-circles {
    justify-content: center;
    margin-top: 10px;
  }

  .nav-link-2 {
    font-size: 100px;
  }

  .nav-menu-2 {
    height: 100%;
    padding-top: 20%;
  }

  .author-block {
    padding: 36px;
  }

  .comp-pane.right {
    width: 60%;
  }

  .comp-pane.left {
    background-size: contain;
    width: 60%;
    margin-left: -80px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .component-wrap {
    justify-content: flex-end;
  }

  .featured-copy {
    padding-bottom: 80px;
  }

  .right-arrow-2 {
    right: -35px;
  }

  .div-block-9, .div-block-10, .div-block-11 {
    width: 120px;
    height: 100px;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .brand-image {
    width: 40px;
    height: 40px;
  }

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

  .navbar {
    padding-top: 25px;
  }

  .nav-link._2 {
    margin-left: 5%;
  }

  .nav-link._4 {
    margin-left: 8%;
  }

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

  .hero {
    padding-bottom: 70px;
  }

  .hero-small-title {
    font-size: 18px;
    line-height: 21px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 62px;
  }

  .hero-text {
    margin-bottom: 39px;
  }

  .ellipse-6.hide-desktop {
    width: 100%;
    bottom: auto;
  }

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

  .button-arrow, .button-arrow._2 {
    width: 92px;
    height: 32px;
  }

  .featured {
    padding-top: 40px;
  }

  .featured-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .featured-type-text {
    font-size: 18px;
  }

  .featured-content {
    grid-row-gap: 40px;
    padding-right: 0;
  }

  .trending-content {
    grid-template-columns: 1fr;
  }

  .trending-item-images-wrapper {
    max-height: 80vw;
  }

  .trending-item-big {
    display: none;
  }

  .trending-big-title {
    font-size: 35px;
    line-height: 42px;
  }

  .trending-item-images {
    max-height: none;
  }

  .trending-item {
    text-decoration: none;
  }

  .trending {
    align-items: flex-start;
  }

  .trending-header-title {
    font-size: 24px;
    line-height: 32px;
  }

  .products-left-wrapper, .products-right-wrapper {
    padding-top: 58px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .product-description {
    margin-bottom: 40px;
  }

  .design-row-1 {
    margin-bottom: 150px;
  }

  .design-description-title {
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 49px;
  }

  .design-big-heading {
    font-size: 74px;
    line-height: 89px;
  }

  .design-big-heading._1 {
    z-index: 3;
  }

  .design-big-heading._2 {
    z-index: 1;
    position: relative;
  }

  .big-heading-image {
    z-index: 2;
    top: 9%;
    left: 0%;
  }

  .subscribe {
    padding-bottom: 114px;
  }

  .line {
    display: none;
  }

  .flex-horizontal {
    align-items: flex-start;
  }

  .design-heading-wrapper {
    margin-bottom: 29px;
  }

  .subscribe-form {
    grid-column-gap: 16px;
    grid-row-gap: 27px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: grid;
  }

  .subscribe-text-field {
    width: 342px;
    max-width: 342px;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto auto;
  }

  .subscribe-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .subscribe-flex-horizontal {
    align-items: flex-start;
  }

  .tap-circle-wrapper {
    width: 100px;
    height: 100px;
  }

  .tap-circle {
    width: 56px;
    height: 56px;
  }

  .start {
    left: 8%;
  }

  .image-4 {
    width: 120px;
  }

  .menu-button._2 {
    width: 100px;
    height: 100px;
    right: 16px;
  }

  .bar._2 {
    transform: translate(-4px, 12px);
  }

  .bar._3 {
    transform: translate(-4px, 3px)rotate(-45deg);
  }

  .bar._1 {
    transform: translate(-4px, 21px)rotate(45deg);
  }

  .nav-link-wrapper {
    justify-content: flex-start;
  }

  .hero-title-copy, .hero-title-copy-copy-for-grocery-store, .hero-title-copy, .zindagi-highlighter {
    font-size: 50px;
    line-height: 62px;
  }

  .feature_2-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .feature_2-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .snack-item.nil {
    display: none;
  }

  .snack-item.offset-col {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .feature_2-right {
    width: 100%;
    max-width: 24rem;
  }

  .snacks_container {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto auto;
  }

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

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

  .feature_2-container-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .location_container {
    grid-row-gap: 2rem;
  }

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

  .location-map {
    height: 24rem;
  }

  .slider-2 {
    min-height: 700px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .social-block {
    display: none;
  }

  .slider-3 {
    height: 100%;
    min-height: 700px;
  }

  .support_help-container {
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .faq_question {
    grid-column-gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .footer_container-pages {
    grid-column-gap: 1.25rem;
    justify-content: flex-start;
  }

  .faq_answer {
    margin-bottom: 0;
  }

  .footer_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .navbar-copy {
    padding-top: 25px;
  }

  .static-hero-optional {
    height: 100vh;
  }

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

  .category-detail {
    margin-right: 0;
  }

  .bar-2._1 {
    transform: translate(-4px, 21px)rotate(45deg);
  }

  .bar-2._3 {
    transform: translate(-4px, 3px)rotate(-45deg);
  }

  .bar-2._2 {
    transform: translate(-4px, 12px);
  }

  .slider-4 {
    min-height: 700px;
  }

  .navbar-2 {
    padding-top: 25px;
  }

  .category-wrap {
    justify-content: center;
  }

  .author-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-link-2._4 {
    margin-left: 8%;
  }

  .nav-link-2._2 {
    margin-left: 5%;
  }

  .brand-image-2 {
    width: 40px;
    height: 40px;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .featured-copy {
    padding-top: 40px;
  }

  .featured-header-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-big-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-2 {
    inset: auto 10% -35px auto;
  }

  .right-arrow-2:hover {
    transform: none;
  }

  .text-wrapper-grand-canyon {
    bottom: 12%;
  }

  .left-arrow-2 {
    inset: auto auto -35px 10%;
  }

  .left-arrow-2:hover {
    transform: none;
  }

  .text-wrapper-sequoia {
    bottom: 12%;
  }

  .text-small, .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

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

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

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .trending-item-big-copy-for-mobile {
    display: block;
  }

  .trending-big-title-copy-for-mobile {
    font-size: 35px;
    line-height: 42px;
  }

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

  .logo-grid_list {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid_logo-2 {
    max-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    object-position: 50% 50%;
  }

  .navbar {
    align-items: center;
    padding-top: 20px;
    position: relative;
    bottom: 0;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .nav-link._2, .nav-link._4 {
    margin-left: 0%;
  }

  .hero-title {
    font-size: 45px;
    line-height: 58px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .slider {
    max-height: 500px;
    padding-top: 0;
  }

  .image {
    max-height: 500px;
  }

  .featured {
    padding-top: 40px;
  }

  .featured-header {
    grid-row-gap: 51px;
    margin-bottom: 0;
  }

  .featured-type-title {
    font-size: 16px;
    line-height: 19px;
  }

  .featured-type-text {
    font-size: 14px;
    line-height: 19px;
  }

  .featured-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .featured-item-title {
    text-align: center;
  }

  .featured-images {
    width: 100%;
  }

  .trending-content {
    grid-column-gap: 27px;
    grid-row-gap: 52px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .trending-item-big {
    padding-top: 0;
    display: none;
  }

  .trending-big-title-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trending-item-images {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .products-left-wrapper {
    padding-bottom: 286px;
  }

  .products-right-wrapper {
    padding-bottom: 245px;
  }

  .products-left-images {
    width: 80%;
  }

  .products-right-images {
    width: 100%;
  }

  .design {
    padding-bottom: 20px;
  }

  .design-row-1 {
    margin-bottom: 55px;
  }

  .design-description-wrapper._2 {
    margin-top: 139px;
  }

  .design-description-title {
    margin-top: 19px;
  }

  .design-big-heading {
    font-size: 17vw;
  }

  .design-big-heading._1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 18vw;
  }

  .design-big-heading._2 {
    font-size: 50px;
    line-height: 55px;
    top: 0;
  }

  .big-heading-image._3 {
    object-fit: contain;
    width: 250px;
    height: 300px;
    top: 80%;
    left: 21%;
  }

  .subscribe-text-field {
    width: 100%;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-nav-link {
    text-align: left;
  }

  .social-link {
    text-align: left;
    padding-left: 28px;
  }

  .subscribe-flex-horizontal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .start {
    width: 100px;
    height: 100px;
    top: 42%;
    left: 14px;
  }

  .image-4 {
    width: auto;
    max-width: 150px;
  }

  .button-arrow-wrapper {
    width: 80px;
  }

  .menu-button._2 {
    height: 100px;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 39%;
    padding-right: 5%;
  }

  .nav-circle {
    display: none;
  }

  .hero-title-copy, .hero-title-copy-copy-for-grocery-store, .hero-title-copy, .zindagi-highlighter {
    font-size: 45px;
    line-height: 58px;
  }

  .snack-item.offset-col {
    padding-bottom: 1.5rem;
  }

  .snack-item.offset-col._1 {
    display: block;
  }

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

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

  .margin-bottom.margin-medium {
    text-align: left;
  }

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

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

  .hero-header {
    font-size: 48px;
  }

  .slider-wrapper {
    height: auto;
  }

  .slider-3 {
    height: 199%;
  }

  .footer_container-pages {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_container {
    flex-direction: column;
  }

  .navbar-copy {
    align-items: center;
    bottom: 761px;
  }

  .relative-copy {
    text-align: center;
    width: auto;
  }

  .footer-nav-menu-copy {
    flex-flow: row;
  }

  .static-hero-optional {
    min-height: 400px;
  }

  .category-detail {
    color: #4b3b29;
    padding-top: 0;
    padding-bottom: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .hero-header-2 {
    font-size: 48px;
  }

  .navbar-2 {
    align-items: center;
  }

  .category-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .author-grid {
    grid-row-gap: 32px;
  }

  .nav-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .nav-link-2._4, .nav-link-2._2 {
    margin-left: 0%;
  }

  .brand-image-2 {
    width: auto;
    height: auto;
  }

  .nav-menu-2 {
    width: 100vw;
    padding-top: 39%;
    padding-right: 5%;
  }

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

  .author-block {
    padding: 20px;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .credit-btn {
    background-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .submit-button {
    width: 100%;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .botton-wrap {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    inset: auto 0% 0%;
    box-shadow: 0 -4px 10px #0000000d;
  }

  .text-block {
    margin-right: 5px;
    left: auto;
    transform: rotate(0);
  }

  .credit-btn-alt {
    background-size: 18px;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .featured-copy {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .featured-header-copy {
    grid-row-gap: 51px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .div-block-9, .div-block-10 {
    width: 80px;
    height: 80px;
  }

  .div-block-11 {
    width: 90px;
    height: 80px;
    padding-bottom: 70px;
  }

  .image-9 {
    width: 60%;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

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

  .text-size-small-2, .link-131 {
    text-decoration: none;
  }

  .icon-embed-xsmall {
    color: #fff;
  }

  .footer3_social-list {
    grid-column-gap: .9rem;
    place-items: center;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .footer3_component {
    display: block;
  }

  .footer3_top-wrapper {
    grid-row-gap: 1rem;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .trending-item-big-copy-for-mobile {
    padding-top: 0;
    display: block;
  }

  .main-wrapper-copy-for-contact {
    margin-top: 0;
  }

  .trending-big-title-copy-for-mobile {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 1rem;
  }
}

#w-node-_5972945e-26d3-00d5-5375-16eb10a8794a-531e7d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea542943-708b-8b7b-defe-44db377067af-531e7d45, #w-node-e030af71-8071-8df9-e516-61bf708a53dc-531e7d45 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e5efac69-c47b-5748-9b9a-2348ce3fbf40-531e7d45 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e5efac69-c47b-5748-9b9a-2348ce3fbf42-531e7d45 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c78-531e7d45, #w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c82-531e7d45, #w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c88-531e7d45, #w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c8e-531e7d45 {
  place-self: stretch center;
}

#w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c94-531e7d45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_103bcb4e-043b-6b88-48d6-6a64dc061c9a-531e7d45, #w-node-_103bcb4e-043b-6b88-48d6-6a64dc061ca0-531e7d45, #w-node-_103bcb4e-043b-6b88-48d6-6a64dc061ca6-531e7d45 {
  place-self: stretch center;
}

#w-node-d12ccb3f-7538-7363-1da3-486511382114-531e7d45, #w-node-beef9138-b5cd-89f9-194e-e9fdf2affa7a-531e7d45, #w-node-b9e953c9-c2b4-c766-1fff-557fbaf5c031-baf5c00a, #w-node-e59f0ce0-2a0f-ef87-e675-375d29ee86cb-ac66c391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ea542943-708b-8b7b-defe-44db377067af-531e7d45, #w-node-e030af71-8071-8df9-e516-61bf708a53dc-531e7d45 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b9e953c9-c2b4-c766-1fff-557fbaf5c027-baf5c00a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9e953c9-c2b4-c766-1fff-557fbaf5c031-baf5c00a {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea542943-708b-8b7b-defe-44db377067af-531e7d45, #w-node-e030af71-8071-8df9-e516-61bf708a53dc-531e7d45, #w-node-e5efac69-c47b-5748-9b9a-2348ce3fbf40-531e7d45, #w-node-e5efac69-c47b-5748-9b9a-2348ce3fbf42-531e7d45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95dba1a6-e320-3501-5ffa-6af1beab7470-531e7d45 {
    justify-self: center;
  }

  #w-node-b9e953c9-c2b4-c766-1fff-557fbaf5c027-baf5c00a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9e953c9-c2b4-c766-1fff-557fbaf5c027-baf5c00a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


