@font-face {
  font-family: Rammettoone;
  src: url('../fonts/RammettoOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rammettoone;
  src: url('../fonts/RammettoOne-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rammettoone;
  src: url('../fonts/RammettoOne-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --olive-drab: #539111;
  --crimson: #f6293b;
  --crimson-2: #ef145f;
  --yellow-green: #aece12;
  --deep-pink: #d93689;
  --sea-green: #11834e;
  --yellow: #fff200;
  --relume-library-lite-rl-white: white;
  --relume-library-lite-rl-black: black;
  --royal-blue: #0064b7;
  --yellow-green-2: #8dc545;
  --relume-library-lite-grey: #e4e2df;
  --relume-library-lite-white: white;
  --relume-library-lite-rl-gray: #f4f4f4;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--olive-drab);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rammettoone, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #e9e9e9;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rammettoone, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rammettoone, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

a {
  background-color: #0000;
  font-family: Rammettoone, sans-serif;
  text-decoration: underline;
}

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

.page-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hero {
  background-color: var(--crimson);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 89px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 1;
  width: 70%;
  margin-top: 0;
  position: relative;
}

.main-heading {
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-stroke-width: 0px;
  font-size: 58px;
  font-weight: 400;
  line-height: 75px;
}

.main-heading.text-stroke {
  margin-top: 0;
  padding-top: 0;
  font-size: 3.625rem;
  line-height: 133%;
  position: absolute;
  inset: 0%;
}

.main-heading.text-stroke.yellow.efw {
  position: static;
  inset: 0%;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-wrapper {
  float: none;
  clear: both;
  position: relative;
}

.image-wapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  min-height: 45vh;
  margin-top: 50px;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.image-wapper:active {
  color: var(--olive-drab);
  font-family: Rammettoone, sans-serif;
}

.img1 {
  width: 25%;
  position: absolute;
  inset: auto 0% 5% 25%;
}

.img3 {
  z-index: 0;
  width: 20%;
  position: absolute;
  inset: auto 25% 5% auto;
}

.img4 {
  z-index: 5;
  width: 18%;
  position: absolute;
  inset: auto 0% 0% 20%;
}

.img5 {
  z-index: 6;
  width: 18%;
  position: absolute;
  inset: auto 0% -1% 29%;
}

.img6 {
  z-index: 7;
  width: 12%;
  position: absolute;
  inset: auto 33% -3% auto;
}

.img7 {
  z-index: 8;
  width: 18%;
  position: absolute;
  inset: auto 20% -1% auto;
}

.img8 {
  z-index: 9;
  width: 6%;
  position: absolute;
  top: 86%;
  left: 54%;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.padding-global-3 {
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.services_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  display: flex;
}

.stack_card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--crimson-2);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 90vh;
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: sticky;
  top: 5.9rem;
  overflow: hidden;
}

.stack_card-2.is-6 {
  background-color: var(--yellow-green);
  height: 90vh;
  margin-bottom: 0;
  top: 14.6rem;
}

.stack_card-2.is-6.is-lasts {
  background-color: #89a400;
  margin-bottom: -.6rem;
  top: auto;
}

.stack_card-2.is-last {
  background-color: #fff;
  margin-bottom: -.6rem;
  top: 17.8rem;
}

.stack_card-2.is-last.hideitnow {
  text-transform: capitalize;
  display: none;
}

.stack_card-2.is-2 {
  background-color: var(--deep-pink);
  margin-bottom: 8rem;
  top: 9.8rem;
}

.btn---wrap-3 {
  background-color: #000;
  border: .0625rem solid #000;
  border-radius: 8rem;
  transition: border-color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.s_heading-2 {
  opacity: 1;
  color: #000;
  text-transform: none;
  border-bottom: 1px #a9a9a9;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  display: block;
}

.stack_component-2 {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: block;
  position: relative;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  width: 100%;
  padding-right: 14em;
}

.bold-text-53 {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--olive-drab);
  text-transform: capitalize;
  border-radius: 0;
  width: 100%;
  font-size: 3.125rem;
  display: block;
}

.bold-text-53.is-newtxt {
  -webkit-text-stroke-width: 3px;
  font-size: 3.125rem;
  line-height: 120%;
}

.services_casestudys {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.service_show {
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  display: block;
}

.stack_card-content-2 {
  opacity: 0;
  border-bottom: 1px #a5a5a5;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.paragraph-15 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 40px;
  font-size: 1.25rem;
  line-height: 140%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.stack_card-image-wrapper-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

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

.splide__track {
  width: 100%;
}

.section-cta {
  background-image: url('../images/Softchews-2.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 110vh;
}

.cta-wrapper {
  padding: 10% 5% 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: block;
}

.cta-heading.is-productss {
  width: 100%;
}

.cta-images {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-2 {
  width: 130%;
  max-width: 130%;
}

.heading {
  text-transform: capitalize;
  line-height: 133.33%;
}

.heading.text-stroke.yellow {
  margin-top: 0;
  margin-bottom: 0;
  inset: 0%;
}

.heading.text-stroke.yellow.is-okay {
  width: 100%;
}

.heading.text-stroke.yellow.ok9iju {
  margin-bottom: 0;
}

.heading.text-stroke.yellow.ok9iju.efw.xwq {
  inset: 0%;
}

.heading.text-stroke.yellow.ijijjj.efw {
  text-align: center;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading.text-stroke.yellow.ijijjj.efw.is-lift {
  text-align: left;
  width: 100%;
  padding-right: 45px;
  font-size: 45px;
  display: block;
  inset: 0%;
}

.heading.text-stroke.is-okay {
  text-align: left;
  width: 100%;
  font-size: 3.125rem;
}

.heading.text-stroke.is-okay.ssdf {
  margin-top: 20px;
}

.heading.text-stroke.is-okay.ssdf.iffd {
  margin-bottom: 0;
  position: sticky;
}

.heading.text-stroke.plso {
  margin-top: 20px;
  font-size: 3.125rem;
}

.heading.text-stroke.plso.mobile-txtss.ijijjj {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.text-stroke.plso.ddde {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.heading.text-stroke.ijijjj {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.text-stroke.ijijjj.aadss, .heading.text-stroke.ijijjj.aadss.adwaw {
  display: block;
}

.heading.text-stroke.okijhj {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.heading.text-stroke {
  text-align: center;
  margin-bottom: 85px;
  font-size: 50px;
}

.heading.text-stroke.is-okay {
  text-align: left;
  font-size: 50px;
}

.heading.text-stroke.plso {
  margin-top: 20px;
}

.heading.text-stroke.ijijjj {
  text-align: center;
  position: static;
}

.heading.text-stroke.ijijjj.is-left {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-right: 45px;
  font-size: 45px;
  display: block;
}

.cts-text-wrap {
  position: relative;
}

.cts-text-wrap.text-container {
  min-height: 0;
}

.cts-text-wrap.text-container.is-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-bottom: 10px;
  display: flex;
}

.cts-text-wrap.text-container.is-100.is-onit {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-bottom: 0;
  position: absolute;
}

.cts-text-wrap.text-container.is-100.is-onit.is-news {
  flex-direction: column;
  margin-top: 145px;
  position: relative;
}

.cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  margin-top: 0;
}

.cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc.is-fid {
  align-items: flex-start;
  width: 100%;
}

.cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc.secsc {
  display: none;
}

.cts-text-wrap.text-container.is-100.is-onit.is-newtext {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  margin-left: 0;
  position: static;
  inset: 3% 0% auto;
}

.cts-text-wrap.text-container.is-100.is-onit.is-newtext.fojes {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
  position: relative;
}

.cts-text-wrap.text-container.is-100.is-product-txt {
  z-index: 2;
  flex-direction: column;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 103px;
}

.cts-text-wrap.text-container.is-100.is-product-txt.is-bnie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  top: 78px;
}

.cts-text-wrap.text-container.is-100.is-product-txt.is-bnie.aww {
  position: relative;
  top: 35px;
}

.cts-text-wrap.text-container.is-100.is-product-txt.is-bnie._4ete {
  display: none;
}

.paragraph-16 {
  margin-top: 10px;
  font-size: 1.125rem;
}

.paragraph-16.iskdd {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-16.oksi {
  margin-top: 191px;
}

.paragraph-16.oksi.is-tops {
  margin-top: 10px;
}

.paragraph-16.is-paratxt {
  text-align: center;
  margin-top: 0;
}

.paragraph-16.oksi-copy {
  text-align: center;
  margin-top: 0;
  line-height: 24px;
}

.paragraph-16.oksi-copy.swada {
  text-align: left;
}

.paragraph-16.oksi-copy.is-bigtext {
  font-size: 1.4rem;
}

.paragraph-16.oksi-copy-copy {
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
}

.cta-btn {
  color: var(--sea-green);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50vw;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 12px;
}

.cta-btn.is-notneed {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 21%;
  margin-top: 140px;
  display: block;
}

.cta-btn.is-notneed.cta-fruit {
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  width: 25%;
  margin-top: -27px;
  display: block;
}

.cta-btn.is-notneed.cta-fruit.is-mobbtn.isdokf {
  z-index: 1;
  width: 100%;
  position: relative;
}

.cta-btn.is-notneed.cta-fruit-copy {
  border: 3px solid var(--yellow);
  text-transform: uppercase;
  margin-top: -13px;
}

.cta-btn.is-notneed.cta-fruit-copy.ok {
  width: auto;
}

.cta-btn.isfir-bof {
  font-size: .75rem;
}

.section-adventure {
  background-image: linear-gradient(to bottom, #ced715 12%, var(--deep-pink) 41%);
  width: 100%;
  height: auto;
  padding: 1% 5% 5%;
}

.txt-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-items {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.adv-item1 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrap {
  background-color: #ffffff30;
  border-radius: 20px;
  height: 45vh;
  padding: 20px 40px 10px;
  position: relative;
}

.text-wrap.item2, .text-wrap.item2.is-topno.okai {
  height: 45vh;
  position: relative;
}

.img-txt {
  z-index: 0;
  cursor: auto;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  width: 90%;
  margin-left: 1%;
  margin-right: 0%;
  padding: 3% 20px;
  display: block;
  position: absolute;
  top: 117px;
}

.img-txt.is-diffg {
  padding-top: 5%;
  padding-bottom: 5%;
  top: 121px;
}

.sub-txt {
  color: #11834e;
  font-family: Rammettoone, sans-serif;
  font-size: .875rem;
  line-height: 155%;
}

.think-img {
  position: absolute;
  top: 92px;
  left: 42px;
}

.image-3 {
  z-index: 2;
  position: absolute;
  inset: auto 0% -28% auto;
}

.image-3.imgoi {
  z-index: 2;
  width: 254px;
  position: absolute;
  inset: auto 0% -19% auto;
}

.text-span {
  color: var(--crimson);
}

.image-3-copy {
  z-index: 2;
  position: absolute;
  inset: auto 0% -30% auto;
}

.section-tastymonials {
  background-color: var(--deep-pink);
  width: 100%;
  height: 70vh;
  position: relative;
}

.slider {
  background-color: var(--deep-pink);
  width: 100%;
  height: 70vh;
}

.slide-nav {
  color: var(--yellow);
  background-color: #0000;
  bottom: 51px;
}

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

.main-test-text {
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--sea-green);
  text-transform: capitalize;
  margin-top: 47px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Rammettoone, sans-serif;
  font-size: 1.875rem;
  line-height: 140%;
  position: static;
}

.main-content-txr {
  width: 40%;
}

.image-4 {
  width: 71px;
  position: absolute;
  inset: auto 21% 32% auto;
}

.image-4.test2 {
  z-index: -1;
  right: 31%;
}

.image-4.is-ing {
  bottom: 58%;
  right: 23%;
}

.image-4-copy {
  width: 51px;
  position: absolute;
  inset: 35% auto auto 23%;
}

.image-4-copy.is-sizemore {
  width: 100px;
  top: 63%;
  left: 9%;
}

.image-5 {
  width: 15%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  width: 14%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-insta_feed {
  background-color: var(--deep-pink);
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.image-7 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.social-icons.okaus {
  display: none;
}

.text-block {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
}

.main-instafeed {
  z-index: 5;
  position: relative;
}

.footer {
  background-color: #fff;
  width: 100%;
}

.footer-content {
  justify-content: space-between;
  padding: 20px 5%;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links {
  color: var(--sea-green);
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.text-block-2 {
  color: var(--sea-green);
  font-family: Rubik, sans-serif;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.sideimg {
  position: absolute;
  inset: auto 0% -4% auto;
}

.sideimg2 {
  width: 11%;
  position: absolute;
  inset: auto auto -7% 0%;
}

.body {
  background-color: var(--crimson);
}

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

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_link {
  color: #363940;
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Rammettoone, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: var(--olive-drab);
}

.rl_navbar1_link:visited {
  color: #363940;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_link.active.w--current {
  color: var(--sea-green);
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_navbar1_logo {
  width: 100%;
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px none var(--relume-library-lite-rl-black);
  background-color: #0000;
  background-image: url('../images/Default.webp');
  background-position: 50%;
  background-size: contain;
  align-items: center;
  width: 90%;
  height: auto;
  min-height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 15px;
}

.lottie-files {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-content-wrap {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.image-12 {
  z-index: -1;
  width: 120%;
  max-width: 120%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-12.last-img {
  width: 100%;
  max-width: 100%;
}

.chewsimg1 {
  z-index: 0;
  width: 64%;
  position: absolute;
  top: 21px;
  left: 230px;
}

.chewsimg1.isplok {
  inset: auto 0% 25% auto;
}

.chewsimg1.is-ontop {
  inset: 1% -7% 0% auto;
}

.chewsimg2 {
  width: 50%;
  position: absolute;
  top: -17.975px;
  left: 83.55px;
}

.chewsimg2.is-shw {
  z-index: -1;
  inset: 7% auto 0% 23%;
}

.chewsimg1-copy {
  z-index: 1;
  width: 22%;
  position: absolute;
  inset: 25% 8% 0% auto;
}

.image-12-copy {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.chewsimg2-copy {
  width: 55%;
  position: absolute;
  inset: 17% 22% 0% auto;
}

.chewsimg2-copy.is-pop {
  inset: 17% auto 0% 26%;
}

.ground-img {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.ground-img.is-for-mob {
  display: none;
}

.ball-img {
  width: 20%;
  position: absolute;
  inset: auto 24% 23% auto;
}

.chewsimg2-copy {
  width: 55%;
  position: absolute;
  top: 64.025px;
  left: 69.55px;
  right: -6%;
}

.chewsimg2-copy.is-newp {
  inset: auto auto 21% 13%;
}

.srroll-div {
  display: none;
}

.slider-right-arrow {
  color: #444;
  display: block;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.slider-icon {
  color: #fff;
}

.slide-content-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-container {
  z-index: 1;
  cursor: grab;
  width: 100vw;
  min-height: 300px;
  padding: 2.5rem 0 2.5rem 5%;
  position: relative;
  overflow: hidden;
}

.slider-container.okhide-itnow {
  display: none;
}

.slider-left-arrow {
  color: #444;
  display: block;
}

.mask {
  position: static;
  overflow: visible;
}

.slide {
  margin-right: 40px;
}

.slider-2 {
  background-color: #0000;
  width: 300px;
  height: 290px;
  display: none;
  position: static;
}

.lottie-files-copy {
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.voting-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10% 5% 0%;
  display: flex;
}

.heading-div {
  width: 70%;
  height: 100%;
  padding-top: 0;
}

.voting-main {
  background-color: #ffffff61;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.img9 {
  z-index: -1;
  width: 25%;
  position: absolute;
  inset: auto 12% -6% auto;
}

.img10 {
  z-index: -1;
  width: 17%;
  position: absolute;
  inset: auto auto 1% 21%;
}

.img11 {
  z-index: -2;
  width: 16%;
  position: absolute;
  inset: auto auto 0% 15%;
}

.image-13 {
  width: 22%;
  position: absolute;
  bottom: 2%;
}

.products-hero {
  background-image: url('../images/Hover-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.products-hero.is-shownow {
  display: none;
}

.image-wrapper-pro {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-img1 {
  object-fit: fill;
  background-image: url('../images/Sweet-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-img2 {
  object-fit: fill;
  background-image: url('../images/Vector-2_2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2, .heading-3 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1.125rem;
}

.heading-4 {
  text-transform: capitalize;
  margin-top: 0;
}

.toggle-main {
  background-color: var(--crimson-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 5% 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-wrapper {
  margin-top: 20px;
}

.toggle {
  cursor: pointer;
  background-color: #d1e3f1;
  border: 1px solid #cbdbe7;
  border-radius: 40px;
  align-items: center;
  width: 110px;
  height: 40px;
  display: flex;
  position: relative;
}

.toggle-circle {
  z-index: 1;
  background-color: var(--crimson-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  left: 6%;
  box-shadow: 1px 1px 5px #00000012;
}

.toggle-clouds {
  width: 52px;
  position: absolute;
  inset: 14px 10px 0 auto;
}

.toggle-stars {
  width: 54px;
  padding-left: 10px;
  position: absolute;
  inset: 13px auto 0 8px;
}

.five-images {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/Ellipse-1-1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 20px 0% 0;
  padding-top: 5%;
  padding-bottom: 6%;
  padding-left: 0%;
  display: flex;
  position: relative;
}

.five-images.for-moleit {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/Ring.webp');
  width: 98%;
  padding-top: 0%;
}

.five-images.for-moleit.seffe {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  padding-top: 8%;
}

.five-images.ismonf {
  display: none;
}

.five-images.ismonf.okayddf {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0% 5%;
  display: flex;
}

.fruit-imgs {
  width: 12%;
}

.fruit-imgs.is-difffru {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 16%;
}

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

.videos-car {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.videos-car.hide-it {
  margin-top: 0;
}

.main-videos {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0%;
  display: none;
  position: static;
  top: 164px;
}

.pick-me-up {
  margin-top: 0;
  margin-bottom: 0;
}

.pickup-posts {
  margin-top: 40px;
}

.post-main-content {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-img {
  height: 30vh;
}

.post-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px 20px;
  display: flex;
}

.exclusive-content {
  background-image: linear-gradient(#0009, #0009), url('../images/Exclusive-content.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
}

.heading-5 {
  text-align: center;
  font-size: 50px;
}

.paragraph-16-copy {
  text-align: center;
  margin-top: 20px;
}

.text-block-4 {
  color: var(--sea-green);
  font-family: Rammettoone, sans-serif;
  font-size: 16px;
}

.image-15 {
  width: 100%;
  height: 30vh;
}

.posttxt-2 {
  color: #ef145f;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Rammettoone, sans-serif;
  font-size: 14px;
}

.floting-txt {
  color: #ffffff52;
  font-family: Rammettoone, sans-serif;
  font-size: 35px;
  position: absolute;
  inset: 7% auto auto 0%;
}

.floting-txt.two {
  z-index: 0;
  inset: 5% 0% auto auto;
}

.floting-txt.two._2 {
  z-index: 10;
  top: 7%;
}

.floting-txt.three {
  top: 37%;
  left: 41%;
}

.floting-txt.three._3 {
  top: 39%;
}

.floting-txt.four {
  top: 42%;
  left: 4%;
}

.floting-txt.five {
  z-index: 0;
  inset: auto 4% 56% auto;
}

.floting-txt.five._5 {
  bottom: 54%;
}

.floting-txt.seven {
  inset: auto 4% 19% auto;
}

.floting-txt.seven._7 {
  bottom: 17%;
}

.floting-txt.six {
  inset: auto auto 27% 1%;
}

.floting-txt.six._6 {
  bottom: 25%;
}

.floting-txt._1 {
  top: 9%;
}

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

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: block;
}

.mid-img {
  position: absolute;
  inset: auto 0% 34% 45%;
}

.side-firstimg {
  position: absolute;
  inset: auto auto 31% 0%;
}

.ballendimg {
  width: 6%;
  position: absolute;
  inset: -2% auto auto -2%;
}

.image-16 {
  margin-right: 20px;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1.pill {
  padding-right: 14em;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 33.3333%;
}

.swiper-slide.five-cards {
  width: 50%;
}

.bg-imges {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 20%;
  position: relative;
  top: 30px;
  left: 38px;
}

.lottie-animation.e54g54 {
  position: static;
}

.post-imgd {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.post-imgd.is-top, .image-20 {
  display: none;
}

.image-22 {
  padding-right: 10px;
}

.lottie-animation-2, .lottie-animation-2.grgd {
  width: 20%;
}

.slider-7 {
  z-index: 3;
  max-width: 1200px;
  margin-bottom: -140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video {
  width: 80%;
  height: 80%;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-hero1 {
  width: 60%;
}

.img-hero1.is-difgg {
  width: 70%;
}

.videos1 {
  object-fit: contain;
  border-radius: 10px;
  width: 100vw;
  height: 40vh;
}

.section-herocri {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.part1 {
  background-image: url('../images/Group-316124837.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.part2 {
  background-image: url('../images/Group-316124844.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-24 {
  width: 40%;
  margin-top: 100px;
  margin-left: 140px;
}

.image-25 {
  width: 40%;
  margin-top: 100px;
  margin-right: 140px;
}

.ball2 {
  width: 16%;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.ball1 {
  width: 15%;
  position: absolute;
  inset: 40% 0% 0% auto;
}

.img-in1 {
  width: 44%;
  position: absolute;
  inset: 21% auto 23% 0%;
}

.img-in2 {
  width: 35%;
  position: absolute;
  inset: 22% 0% 20% auto;
}

.center-img {
  width: 20%;
  position: absolute;
  inset: 47% 0% auto 40%;
}

.center-img2 {
  width: 37%;
  position: absolute;
  top: 66%;
}

.section-playnow {
  background-image: linear-gradient(#000, #0000 68%), url('../images/Banner-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.playnow1, .playnow2 {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
}

.logo-img1 {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 10px;
}

.logoimg2 {
  width: 30%;
  margin-bottom: 40px;
}

.play-cta {
  z-index: 18;
  color: var(--sea-green);
  background-color: #fff;
  border-radius: 50vw;
  margin-top: 20px;
  padding: 15px 40px;
  position: relative;
  inset: 0% auto auto 0%;
}

.play-cta.iush {
  margin-top: 0;
}

.play-cta.iush.cta-btn.is-chnaged {
  padding-left: 70px;
  padding-right: 70px;
}

.play-cta.vsees.cta-btn.ddr {
  display: none;
}

.play-cta.sefsf.cta-btn.is-chaanged {
  padding-left: 70px;
  padding-right: 70px;
}

.section-pitchmaster {
  background-color: var(--royal-blue);
  background-image: url('../images/Vector-4.webp'), linear-gradient(to bottom, var(--royal-blue) 70%, var(--yellow-green-2));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: auto;
  position: relative;
}

.gully-striker {
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.play-img-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  height: 50vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-image: linear-gradient(#5391118c, #5391118c), url('../images/CF_Gully_01-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-10 {
  background-image: linear-gradient(#0064b775, #0064b775), url('../images/Cricketball-boundary-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.flavourful-zing {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.div-block-11 {
  width: 50%;
}

.lastimg {
  width: 8%;
  position: absolute;
  inset: auto auto 7% 40%;
}

.image-26 {
  width: 12%;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.image-26.adw {
  inset: 0% auto 0% 15%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--crimson-2);
  font-family: Rammettoone, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.play_btn {
  justify-content: center;
  align-items: center;
  display: block;
}

.play_btn.is-hidenow {
  display: none;
}

.play_btn.oijoi {
  z-index: 26;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play_btn.oijoi.okij {
  top: -12%;
}

.play_btn.oijoi.okij.ughuh {
  position: static;
}

.lottie-animation-3, .lottie-animation-4, .lottie-animation-5 {
  width: 20%;
}

.slider-8 {
  display: none;
}

.hover-item {
  display: flex;
}

.collection-wrap {
  margin-top: 0;
}

.hover-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cloneable-hover-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.hover-image.team-images {
  background-image: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.hover-item-link {
  color: #fff;
  border: 1px #fcfcfc;
  border-radius: 20px;
  width: 25%;
  min-width: 25vw;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.slide-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-wrap.team-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: visible;
}

.image-wapper-2 {
  margin-top: 40px;
}

.insta-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-hero_cricketing {
  width: 100%;
  height: 100vh;
  position: relative;
}

.bg-video-cri {
  width: 100%;
  height: 100%;
}

.bg-video-cri.mob-hidenow {
  object-fit: fill;
  height: 120vh;
  display: block;
  bottom: 125px;
  overflow: visible;
}

.bg-video-cri.hide-ondes {
  display: none;
}

.side-img15 {
  width: 10%;
  position: absolute;
  inset: -7% auto auto 0%;
}

.image-27 {
  width: 20%;
  position: absolute;
  inset: 19% 0% 0% 41%;
}

.section-loader {
  z-index: 999999999;
  background-color: var(--royal-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.loading-animation {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.hero-scroll {
  z-index: 50;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% 8% auto;
}

.hero-scroll_text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.image-28 {
  width: 28px;
}

.video-background-section {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.heading-1 {
  color: #fff;
  text-align: center;
}

.video-wrap {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 100%;
  position: absolute;
}

.video-embed {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-stack {
  background-color: #f5f7fa;
  background-image: url('../images/defsgdhnhg-1.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.desktop-blocker {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/125g8N8xM5skGxS7JGhUt9MujsjEONCTCs0.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: padding-box;
}

@media screen and (min-width: 1280px) {
  .s_heading-2 {
    font-size: 30px;
  }

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

  .heading.text-stroke.yellow.is-okay, .heading.text-stroke.is-okay {
    margin-top: 0;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news, .cts-text-wrap.text-container.is-100.is-onit.is-newtext {
    margin-right: 5%;
  }

  .paragraph-16.iskdd {
    margin-top: 40px;
  }

  .img-txt {
    margin-left: 0%;
  }

  .sideimg2 {
    z-index: 1;
    bottom: -5%;
  }

  .rl_navbar1_link.active {
    color: var(--sea-green);
  }

  .chewsimg1.is-ontop {
    inset: -2% -3% 0% auto;
  }

  .chewsimg2.is-shw {
    z-index: -1;
    inset: auto auto 33% 18%;
  }

  .voting-wrapper {
    align-items: flex-start;
    margin-right: 0%;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-div {
    width: 70%;
  }

  .voting-main {
    z-index: 1;
    position: relative;
  }

  .products-hero {
    background-image: url('../images/Hover-min.webp');
  }

  .toggle-main {
    padding-right: 0%;
  }

  .five-images {
    margin-right: 5%;
  }

  .main-videos {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .bg-imges {
    z-index: 0;
  }

  .section-pitchmaster {
    height: 170vh;
  }

  .gully-striker {
    height: 100vh;
  }

  .flavourful-zing {
    height: 75vh;
    position: relative;
  }

  .lastimg {
    width: 8%;
    position: absolute;
    inset: auto auto 3% 39%;
  }

  .side-img15 {
    top: -11%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-content {
    margin-top: 10px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .image-wapper {
    margin-top: 50px;
  }

  .img1 {
    width: 24%;
  }

  .img3 {
    width: 20%;
  }

  .img4 {
    bottom: 0%;
    left: 21%;
  }

  .img5 {
    bottom: -2%;
    left: 29%;
  }

  .img6 {
    bottom: -2%;
    right: 34%;
  }

  .img7 {
    bottom: -2%;
    right: 22%;
  }

  .img8 {
    top: 85%;
    left: 53%;
  }

  .splide__slide {
    width: 50%;
  }

  .stack_card-2 {
    margin-bottom: 10rem;
    padding-bottom: 0;
  }

  .stack_card-2.is-6.is-lasts {
    top: auto;
  }

  .stack_card-2.is-2 {
    margin-bottom: 4rem;
    top: 10.8rem;
  }

  .btn---wrap-3 {
    border-radius: 8rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide.slider1.pill {
    padding-top: 1em;
  }

  .bold-text-53 {
    font-size: 3.125rem;
    line-height: 120%;
  }

  .stack_card-content-2 {
    padding-top: 0;
  }

  .paragraph-15 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-cta {
    background-position: 50% 0;
  }

  .cta-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .image-2 {
    width: 130%;
    max-width: 130%;
  }

  .heading.text-stroke {
    font-size: 3.125rem;
  }

  .heading.text-stroke.is-okay {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.text-stroke.is-okay.ssdf {
    margin-top: 0;
  }

  .heading.text-stroke.ijijjj.aadss {
    display: block;
  }

  .heading.text-stroke.is-okay {
    margin-bottom: 0;
  }

  .heading.text-stroke.ijijjj.is-left {
    display: block;
  }

  .cts-text-wrap.text-container {
    min-height: 24vh;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-newtext {
    margin-left: 5%;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt {
    padding-top: 0;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt.is-bnie {
    top: 100px;
  }

  .paragraph-16.iskdd {
    margin-top: 10px;
  }

  .paragraph-16.is-paratxt {
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .paragraph-16.oksi-copy.swada {
    margin-top: 10px;
  }

  .cta-btn.is-notneed {
    width: 18%;
  }

  .cta-btn.is-notneed.cta-fruit.is-mobbtn.isdokf {
    z-index: 1;
    position: relative;
  }

  .text-wrap, .text-wrap.item2, .text-wrap.item2.is-topno.okai {
    height: 38vh;
  }

  .img-txt {
    z-index: 1;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .img-txt.is-diffg.gvghv {
    z-index: 1;
  }

  .think-img {
    top: 96.863px;
  }

  .slide-nav {
    background-color: #0000;
  }

  .image-4.is-ing {
    z-index: -1;
  }

  .image-5 {
    width: 15%;
  }

  .image-6 {
    width: 16%;
  }

  .sideimg2 {
    z-index: 2;
    bottom: -6%;
  }

  .rl_navbar1_link {
    font-size: .8rem;
  }

  .rl_navbar1_link.active {
    color: var(--olive-drab);
  }

  .rl_navbar1_menu.is-page-height-tablet {
    justify-content: flex-end;
  }

  .rl_navbar1_logo {
    width: 100%;
  }

  .rl_navbar1_component {
    min-height: 4.5rem;
  }

  .chewsimg1 {
    inset: auto -3% 25% auto;
  }

  .chewsimg1.is-ontop {
    z-index: 1;
    top: 5%;
  }

  .chewsimg2.is-shw {
    inset: auto auto 25% 16%;
  }

  .chewsimg1-copy.assdd {
    inset: 26% 9% 0% auto;
  }

  .chewsimg2-copy.is-pop {
    inset: 17% auto 0% 22%;
  }

  .ground-img {
    width: 100%;
  }

  .ball-img {
    inset: auto 23% 23% auto;
  }

  .chewsimg2-copy.is-newp {
    inset: auto auto 21% 15%;
  }

  .slider-container {
    z-index: 1;
    padding-left: 5%;
    padding-right: 0%;
    position: relative;
  }

  .voting-wrapper {
    z-index: 1;
    justify-content: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .heading-div {
    width: 60%;
    padding-top: 0;
  }

  .voting-main {
    width: 40%;
  }

  .img10 {
    width: 16%;
  }

  .image-13 {
    width: 22%;
  }

  .toggle-main {
    padding-top: 5%;
  }

  .toggle {
    width: 114px;
  }

  .five-images {
    z-index: 1;
    align-items: center;
    margin-left: 5%;
    position: relative;
  }

  .five-images.ismonf.okayddf {
    margin-left: 0%;
  }

  .main-videos {
    padding-left: 0%;
  }

  .exclusive-content {
    display: none;
  }

  .bg-imges {
    z-index: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .post-imgd {
    display: flex;
  }

  .lottie-animation-2 {
    width: 20%;
  }

  .lottie-animation-2.grgd {
    width: 25%;
  }

  .videos1 {
    height: 50vh;
  }

  .part1 {
    background-image: url('../images/Group-316124837.webp');
    background-position: 50%;
    background-size: cover;
  }

  .part2 {
    background-image: url('../images/Group-316124844.webp');
    background-position: 50%;
    background-size: cover;
  }

  .section-playnow {
    background-image: linear-gradient(#000, #0000 62%), url('../images/Banner-2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .playnow1, .playnow2 {
    background-image: none;
  }

  .play-cta.vsees.cta-btn.ddr {
    display: none;
  }

  .section-pitchmaster {
    background-image: url('../images/Vector-4.webp'), linear-gradient(to bottom, var(--royal-blue) 64%, var(--yellow-green-2));
    background-position: 50%, 0 0;
    background-size: cover, auto;
    height: auto;
    padding-right: 0%;
  }

  .gully-striker {
    height: 90vh;
    padding-bottom: 0%;
  }

  .flavourful-zing {
    height: 76vh;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lastimg {
    bottom: 4%;
    left: 37%;
  }

  .image-26 {
    inset: 0% 20% 0% auto;
  }

  .image-26.adw {
    inset: 0% auto 0% 20%;
  }

  .text-block-5 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--crimson-2);
    font-family: Rammettoone, sans-serif;
    font-size: 32px;
    line-height: 120%;
  }

  .lottie-animation-6, .lottie-animation-7, .lottie-animation-8 {
    width: 20%;
  }

  .image-wapper-2 {
    cursor: grab;
  }

  .side-img15 {
    top: 0%;
  }

  .section-loader {
    width: 100%;
    height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    min-height: 0;
    margin-top: 0;
    padding-top: 60px;
  }

  .image-wapper {
    min-height: 54vh;
    margin-top: 35px;
  }

  .img1 {
    width: 30%;
    bottom: 0%;
    left: 20%;
  }

  .img3 {
    width: 22%;
    bottom: 11%;
    right: 28%;
  }

  .img4 {
    width: 18%;
    bottom: 7%;
    left: 21%;
  }

  .img5 {
    width: 18%;
    bottom: 5%;
    left: 29%;
  }

  .img6 {
    width: 14%;
    bottom: 5%;
    right: 34%;
  }

  .img7 {
    width: 18%;
    bottom: 5%;
    right: 23%;
  }

  .img8 {
    width: 6%;
    top: 79%;
    left: 51%;
  }

  .section-main_products {
    width: 100%;
  }

  .splide__slide {
    justify-content: center;
    width: 60%;
  }

  .services_casestudys {
    top: 4%;
  }

  .service_show {
    width: 100%;
  }

  .container-large-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading.text-stroke.ijijjj {
    margin-top: 60px;
  }

  .heading.text-stroke.ijijjj.sefesef {
    margin-top: 0;
  }

  .cts-text-wrap.text-container {
    min-height: 19vh;
  }

  .paragraph-16.iskdd {
    margin-top: 32px;
  }

  .paragraph-16.oksi-copy.swada._5yer5 {
    margin-top: 20px;
  }

  .section-adventure {
    height: auto;
    padding-bottom: 5%;
  }

  .text-wrap {
    height: 30vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-wrap.item2, .text-wrap.item2.is-topno.okai {
    height: 30vh;
  }

  .img-txt {
    width: 80%;
  }

  .think-img {
    top: 107.863px;
  }

  .sideimg2 {
    z-index: 0;
  }

  .rl_navbar1_component {
    min-height: 5.5rem;
  }

  .chewsimg1.isplok {
    bottom: 29%;
  }

  .ball-img {
    bottom: 27%;
  }

  .chewsimg2-copy.is-newp {
    bottom: 25%;
    left: 15%;
  }

  .img9 {
    width: 23%;
    bottom: 5%;
    right: 14%;
  }

  .img10 {
    bottom: 8%;
    left: 18%;
  }

  .img11 {
    width: 15%;
    bottom: 6%;
    left: 14%;
  }

  .image-13 {
    width: 25%;
    bottom: 7.7375px;
  }

  .play_btn.oijoi.okij {
    top: -13%;
  }

  .bg-video-cri.mob-hidenow {
    display: block;
    bottom: 140px;
  }

  .video-background-section {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-heading.text-stroke {
    margin-top: 0;
    font-size: 3rem;
  }

  .main-heading.text-stroke.yellow.efw {
    margin-top: 0;
  }

  .heading-wrapper.text-container {
    margin-top: 12px;
  }

  .image-wapper {
    justify-content: center;
    min-height: 34vh;
    margin-top: 0;
  }

  .splide__slide {
    width: 50%;
  }

  .services_content {
    padding-top: 0;
  }

  .stack_card-2, .stack_card-2.is-6.is-lasts, .stack_card-2.is-2 {
    height: 70vh;
  }

  .s_heading-2 {
    margin-top: 0;
  }

  .container-7 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .bold-text-53.is-newtxt {
    font-size: 2.5rem;
  }

  .services_casestudys {
    align-items: center;
  }

  .stack_card-content-2 {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .cta-heading.is-productss {
    width: 100%;
  }

  .heading.text-stroke, .heading.text-stroke.yellow {
    font-size: 3rem;
  }

  .heading.text-stroke.yellow.mob-textaz.efw, .heading.text-stroke.yellow.ok9iju.efw.xwq.snm, .heading.text-stroke.yellow.ijijjj.efw, .heading.text-stroke.yellow.ijijjj.efw.is-lift {
    font-size: 2.5rem;
  }

  .heading.text-stroke.is-okay, .heading.text-stroke.plso, .heading.text-stroke.ijijjj {
    font-size: 3rem;
  }

  .heading.text-stroke.ijijjj.aadss, .heading.text-stroke.ijijjj.is-5 {
    font-size: 2.5rem;
  }

  .heading.text-stroke.okijhj {
    font-size: 3rem;
  }

  .heading.text-stroke {
    font-size: 30px;
  }

  .heading.text-stroke.ijijjj, .heading.text-stroke.ijijjj.is-left {
    font-size: 2.5rem;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc.is-fid {
    width: 100%;
  }

  .paragraph-16.iskdd {
    margin-top: 100px;
  }

  .paragraph-16.is-paratxt {
    margin-top: 129px;
  }

  .paragraph-16.oksi-copy {
    margin-top: 0;
  }

  .cta-btn.is-notneed {
    width: 35%;
  }

  .text-wrap {
    height: 50vh;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-wrap.item2, .text-wrap.item2.is-topno.okai {
    height: 50vh;
  }

  .img-txt {
    width: 90%;
    height: 25vh;
  }

  .think-img {
    top: 163px;
  }

  .image-3, .image-3.imgoi {
    width: 180px;
  }

  .image-3-copy {
    width: 145px;
  }

  .main-content-txr {
    width: 80%;
  }

  .image-4 {
    z-index: -1;
  }

  .image-7 {
    height: 100%;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_navbar1_logo {
    width: 75%;
  }

  .rl_navbar1_container {
    justify-content: space-between;
  }

  .rl_navbar1_component {
    background-size: cover;
    justify-content: space-between;
  }

  .lottie-files {
    display: none;
  }

  .slider-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lottie-files-copy {
    display: block;
  }

  .voting-wrapper {
    align-items: flex-start;
  }

  .heading-div {
    width: 60%;
    padding-top: 0;
  }

  .voting-main {
    width: 40%;
  }

  .hero-img2 {
    background-position: 0%;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: .9rem;
  }

  .five-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .swiper-slide {
    width: 50%;
  }

  .lottie-animation {
    width: auto;
  }

  .image-22 {
    padding-right: 20px;
  }

  .lottie-animation-2, .lottie-animation-2.grgd {
    width: auto;
  }

  .image-24, .image-25 {
    width: 50%;
  }

  .img-in1 {
    width: 50%;
    top: 30%;
  }

  .img-in2 {
    width: 50%;
    top: 25%;
  }

  .center-img {
    width: 30%;
    left: 34%;
  }

  .center-img2 {
    width: 50%;
    top: 76%;
  }

  .logo-img1, .logoimg2 {
    width: 45%;
  }

  .image-26 {
    display: none;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .lottie-animation-3, .lottie-animation-4, .lottie-animation-5 {
    width: auto;
  }

  .hover-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hover-wrapper {
    justify-content: flex-start;
    min-height: 0;
    overflow: auto;
  }

  .cloneable-hover-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hover-item-link {
    min-width: 48vw;
  }

  .slide-wrap {
    height: 50vh;
    min-height: 500px;
  }

  .slide-wrap.team-image {
    min-height: auto;
  }

  .insta-img {
    border-radius: 0;
  }

  .video-embed {
    z-index: 1;
  }

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

@media screen and (max-width: 767px) {
  .section-hero {
    padding-top: 102px;
  }

  .image {
    height: 100%;
  }

  .hero-content {
    width: 90%;
    margin-top: -62px;
  }

  .main-heading.text-stroke {
    margin-top: 0;
    font-size: 40px;
  }

  .padding-global-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide {
    width: 100%;
  }

  .container-7 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splide.slider1.pill {
    padding-right: 0;
  }

  .bold-text-53.is-newtxt {
    font-size: 2.2rem;
  }

  .services_casestudys {
    align-items: center;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .cta-wrapper {
    flex-direction: column;
    padding-right: 5%;
  }

  .cta-heading {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .cta-heading.is-productss {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .cta-images {
    width: 100%;
  }

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

  .heading.text-stroke.yellow {
    font-size: 2.2rem;
  }

  .heading.text-stroke.yellow.ok9iju.efw.xwq.snm, .heading.text-stroke.yellow.ijijjj.efw {
    font-size: 2.3rem;
  }

  .heading.text-stroke.yellow.ijijjj.efw.is-lift {
    font-size: 2rem;
  }

  .heading.text-stroke.yellow.ijijjj.efw.is-5 {
    font-size: 2.5rem;
  }

  .heading.text-stroke.is-okay {
    text-align: center;
    font-size: 2.2rem;
  }

  .heading.text-stroke.is-okay.ssdf.iffd {
    margin-top: 0;
  }

  .heading.text-stroke.plso {
    font-size: 2.2rem;
  }

  .heading.text-stroke.ijijjj, .heading.text-stroke.ijijjj.aadss {
    font-size: 2.3rem;
  }

  .heading.text-stroke.okijhj {
    font-size: 2.2rem;
  }

  .heading.text-stroke {
    font-size: 35px;
  }

  .heading.text-stroke.is-okay {
    text-align: center;
  }

  .heading.text-stroke.ijijjj.is-left {
    font-size: 2rem;
  }

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

  .cts-text-wrap.text-container.is-100 {
    align-items: flex-start;
    min-height: 21vh;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news {
    align-items: center;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc.is-fid {
    width: 100%;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-newtext {
    justify-content: center;
    align-items: center;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt {
    align-items: center;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt.is-bnie {
    align-items: center;
    top: 54px;
  }

  .paragraph-16 {
    text-align: center;
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-16.iskdd, .paragraph-16.is-paratxt {
    margin-top: 0;
  }

  .paragraph-16.oksi-copy {
    margin-top: 10px;
  }

  .paragraph-16.oksi-copy.swada {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cta-btn.is-notneed {
    width: 47%;
    margin-top: 40px;
  }

  .section-adventure {
    padding-top: 25%;
  }

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

  .text-wrap {
    width: 100%;
    height: 35vh;
    padding-left: 5%;
  }

  .text-wrap.item2 {
    height: 222px;
    margin-top: 60px;
    position: relative;
  }

  .text-wrap.item2.is-topno {
    position: relative;
  }

  .text-wrap.item2.is-topno.okai {
    height: 200px;
    margin-top: 0;
    padding-left: 5%;
  }

  .img-txt {
    width: auto;
    height: 16vh;
    margin-left: 5%;
    margin-right: 5%;
    top: 54px;
  }

  .img-txt.is-diffg {
    height: 16vh;
    margin-left: 5%;
    margin-right: 5%;
  }

  .think-img {
    top: 99px;
  }

  .image-3 {
    width: 32%;
    inset: auto 0% 0% auto;
  }

  .image-3.imgoi {
    width: 32%;
    position: absolute;
    inset: auto 0% -13% auto;
  }

  .image-3-copy {
    width: 25%;
    position: absolute;
    inset: auto 0% -20% auto;
  }

  .main-test-text {
    font-size: 1.5rem;
  }

  .main-content-txr {
    width: 83%;
  }

  .image-4 {
    bottom: 21%;
  }

  .image-4-copy {
    top: 29%;
    left: 9%;
  }

  .section-insta_feed {
    padding-bottom: 0%;
  }

  .image-7 {
    height: 100%;
  }

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

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .sideimg2 {
    width: 17%;
    bottom: -6%;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .hero-img2 {
    background-image: url('../images/Vector-2-1.webp');
    background-position: 0%;
    width: 64%;
  }

  .five-images.for-moleit.seffe {
    padding-top: 3%;
  }

  .paragraph-16-copy {
    text-align: center;
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid-img {
    width: 20%;
  }

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .swiper-slide, .swiper-slide.five-cards, .swiper-slide.five-cards {
    width: 100%;
  }

  .lottie-animation {
    width: auto;
    top: 0;
  }

  .lottie-animation-2, .lottie-animation-2.grgd {
    width: auto;
  }

  .img-hero1 {
    width: 60%;
  }

  .img-hero1.is-difgg {
    width: 80%;
  }

  .center-img {
    top: 43%;
  }

  .logo-img1, .logoimg2 {
    width: 50%;
  }

  .play-img-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flavourful-zing {
    height: 62vh;
  }

  .lastimg {
    left: 39%;
  }

  .lottie-animation-3, .lottie-animation-4, .lottie-animation-5 {
    width: auto;
  }

  .hover-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .hover-wrapper {
    min-height: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cloneable-hover-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-image.team-images {
    background-image: none;
  }

  .hover-item-link {
    min-width: 55vw;
  }

  .slide-wrap {
    min-height: 400px;
  }

  .slide-wrap.team-image {
    min-height: 0;
  }

  .insta-video {
    border-radius: 20px;
    width: 300px;
    height: 300px;
  }

  .insta-img {
    border-radius: 20px;
  }

  .heading-1 {
    width: 90%;
    font-size: 7vw;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: auto;
    padding-top: 157px;
  }

  .image {
    height: 100%;
    margin-bottom: 5%;
  }

  .hero-content {
    width: 100%;
    margin-top: -57px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-heading.text-stroke {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 30px;
    line-height: 45px;
    position: absolute;
  }

  .main-heading.text-stroke.yellow.efw {
    position: static;
  }

  .paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .image-wapper {
    margin-top: 60px;
  }

  .img1 {
    width: 45%;
    bottom: 23%;
    left: 0%;
  }

  .img3 {
    width: 35%;
    bottom: 27%;
    right: 5%;
  }

  .img4 {
    z-index: 6;
    width: 36%;
    inset: auto auto 15% 0%;
  }

  .img5 {
    width: 36%;
    inset: auto auto 13% 11%;
  }

  .img6 {
    z-index: 5;
    width: 29%;
    bottom: 12%;
    right: 20%;
  }

  .img7 {
    z-index: 5;
    width: 36%;
    inset: auto 0% 13% auto;
  }

  .img8 {
    width: 12%;
    top: 74%;
    left: 49%;
  }

  .padding-global-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .splide__slide {
    width: 80%;
  }

  .services_content {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 0;
  }

  .stack_card-2 {
    height: 32rem;
    top: 3.5rem;
  }

  .stack_card-2.is-6 {
    top: 14.2rem;
  }

  .stack_card-2.is-6.is-lasts {
    height: 77vh;
    top: 22.1rem;
  }

  .stack_card-2.is-last.hideitnow {
    display: none;
  }

  .stack_card-2.is-2 {
    top: 9.9rem;
  }

  .btn---wrap-3 {
    margin-right: 10px;
  }

  .s_heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .container-7 {
    padding-top: 0;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .splide.slider1.pill {
    width: 100%;
  }

  .bold-text-53 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
  }

  .bold-text-53.is-newtxt {
    text-align: left;
    font-size: 30px;
  }

  .services_casestudys {
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .service_show {
    width: 100%;
  }

  .stack_card-content-2 {
    padding-top: 0;
    display: none;
  }

  .paragraph-15 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .splide__arrows.is--mobile-center {
    display: none;
  }

  .stack_card-image-wrapper-2 {
    flex-direction: column;
  }

  .section-cta {
    height: 100vh;
  }

  .cta-wrapper {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-heading {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .cta-heading.is-productss {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .cta-images {
    width: 100%;
  }

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

  .heading.text-stroke.yellow.is-okay {
    padding-top: 0;
  }

  .heading.text-stroke.yellow.mob-textaz {
    font-size: 26px;
    inset: 0%;
  }

  .heading.text-stroke.yellow.mob-textaz.efw {
    inset: 0%;
  }

  .heading.text-stroke.yellow.mob-textaz.efw.zd-dx {
    font-size: 1.6rem;
  }

  .heading.text-stroke.yellow.ok9iju {
    font-size: 1.875rem;
  }

  .heading.text-stroke.yellow.ok9iju.efw.xwq, .heading.text-stroke.yellow.ok9iju.efw.xwq.snm.eas {
    font-size: 1.6rem;
  }

  .heading.text-stroke.yellow.ijijjj.efw {
    padding-left: 0;
    font-size: 1.6rem;
    position: absolute;
    inset: 0%;
  }

  .heading.text-stroke.yellow.ijijjj.efw.is-lift {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-size: 1.6rem;
    display: block;
  }

  .heading.text-stroke.yellow.ijijjj.efw.is-5 {
    padding-left: 5%;
  }

  .heading.text-stroke.yellow.ijijjj.efw.is-5.is-1-6 {
    font-size: 1.6rem;
  }

  .heading.text-stroke.yellow.ijijjj.efw.ceses {
    font-size: 1.4rem;
  }

  .heading.text-stroke.is-okay.ssdf {
    margin-top: 0;
  }

  .heading.text-stroke.is-okay.ssdf.iffd {
    padding-top: 0;
    position: static;
  }

  .heading.text-stroke.plso {
    margin-top: 0;
    font-size: 20px;
  }

  .heading.text-stroke.plso.mobile-txtss {
    font-size: 26px;
  }

  .heading.text-stroke.plso.mobile-txtss.ijijjj {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.text-stroke.ijijjj {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
    position: static;
  }

  .heading.text-stroke.ijijjj.aadss {
    font-size: 1.4rem;
  }

  .heading.text-stroke.ijijjj.aadss.adwaw {
    display: block;
  }

  .heading.text-stroke.ijijjj.is-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading.text-stroke.ijijjj.is-5.djhbd {
    font-size: 1.6rem;
  }

  .heading.text-stroke.okijhj {
    font-size: 1.875rem;
  }

  .heading.text-stroke {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 30px;
  }

  .heading.text-stroke.yellow {
    font-size: 30px;
  }

  .heading.text-stroke.is-okay {
    text-align: center;
    margin-top: 0;
    padding-top: 114px;
    font-size: 30px;
  }

  .heading.text-stroke.plso {
    font-size: 30px;
  }

  .heading.text-stroke.ijijjj {
    font-size: 1.6rem;
    position: static;
  }

  .heading.text-stroke.ijijjj.is-left {
    text-align: center;
    padding-right: 0;
    font-size: 1.6rem;
  }

  .cts-text-wrap.text-container {
    justify-content: center;
    align-items: center;
    min-height: 0;
    display: flex;
  }

  .cts-text-wrap.text-container.is-100 {
    min-height: 0;
  }

  .cts-text-wrap.text-container.is-100.is-onit {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news {
    justify-content: flex-start;
    min-height: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc {
    min-height: auto;
    margin-top: 30px;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-news.uhyugytdyfc.is-fid {
    align-items: center;
    width: 100%;
    margin-top: 0;
    top: 0;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-newtext {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .cts-text-wrap.text-container.is-100.is-onit.is-newtext.fojes {
    padding-top: 0;
    top: 0%;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt {
    align-items: center;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt.is-bnie {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    top: 37px;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt.is-bnie.is-hideformobile {
    display: none;
  }

  .cts-text-wrap.text-container.is-100.is-product-txt.is-bnie._4ete {
    display: flex;
  }

  .paragraph-16 {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-16.iskdd {
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
  }

  .paragraph-16.oksi {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-16.oksi.is-tops {
    margin-top: 10px;
  }

  .paragraph-16.is-paratxt {
    margin-top: 0;
  }

  .paragraph-16.oksi-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-16.oksi-copy.swada {
    text-align: center;
    margin-top: 10px;
  }

  .paragraph-16.oksi-copy-copy {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .cta-btn.is-notneed {
    width: 100%;
    margin-top: 60px;
  }

  .cta-btn.is-notneed.cta-fruit {
    margin-top: 20px;
  }

  .cta-btn.is-notneed.cta-fruit.is-mobbtn {
    width: 100%;
    margin-bottom: 60px;
  }

  .cta-btn.is-notneed.cta-fruit.is-mobbtn.isdokf {
    width: 100%;
    margin-bottom: 0;
  }

  .cta-btn.is-notneed.cta-fruit-copy {
    padding: 10px 20px;
  }

  .cta-btn.isfir-bof {
    width: 80%;
  }

  .section-adventure {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .txt-wrap {
    width: 100%;
  }

  .main-items {
    align-items: stretch;
    height: 55vh;
    min-height: 55vh;
    margin-top: 30px;
    overflow: auto;
  }

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

  .adv-item1 {
    padding-top: 10px;
  }

  .text-wrap {
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-wrap.item2 {
    height: 50vh;
    margin-top: 40px;
    position: relative;
  }

  .text-wrap.item2.is-topno {
    margin-top: 0;
  }

  .text-wrap.item2.is-topno.okai {
    height: 41vh;
  }

  .img-txt {
    height: 19vh;
    top: 93px;
  }

  .img-txt.is-diffg {
    height: 19vh;
    top: 194px;
  }

  .img-txt.is-diffg.gvghv {
    top: 151px;
  }

  .think-img {
    top: 119px;
  }

  .image-3 {
    width: 56%;
    inset: auto 0% 0% auto;
  }

  .image-3.imgoi {
    width: 60%;
    position: absolute;
    inset: auto 0% 3% auto;
  }

  .image-3-copy {
    width: 49%;
    position: absolute;
    inset: auto 0% -15% auto;
  }

  .main-test-text {
    font-size: 22px;
  }

  .main-content-txr {
    width: 100%;
  }

  .image-4 {
    bottom: 16%;
    right: 66%;
  }

  .image-4.test2 {
    inset: auto 20% 19% auto;
  }

  .image-4.is-ing {
    z-index: -1;
  }

  .image-4-copy {
    top: 31%;
    left: 5%;
  }

  .image-4-copy.is-sizemore {
    z-index: -1;
  }

  .image-5 {
    width: 27%;
    bottom: 3%;
  }

  .image-6 {
    z-index: -1;
    width: 30%;
    top: 19%;
  }

  .section-insta_feed {
    height: auto;
    padding-top: 5%;
    padding-bottom: 0%;
  }

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

  .social-icons {
    flex-direction: column;
  }

  .social-icons.okaus {
    flex-direction: column;
    margin-top: 266px;
    display: block;
    position: relative;
  }

  .main-instafeed {
    top: -60px;
  }

  .footer-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

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

  .sideimg {
    width: 20%;
    bottom: -3%;
  }

  .sideimg2 {
    width: 20%;
    bottom: -14%;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: var(--olive-drab);
  }

  .rl_navbar1_link {
    color: var(--relume-library-lite-rl-white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--olive-drab);
    font-size: 1.8rem;
  }

  .rl_navbar1_link:hover {
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--olive-drab);
    text-shadow: 4px 0 0 var(--yellow);
  }

  .rl_navbar1_link.active {
    color: var(--olive-drab);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--yellow);
  }

  .rl_navbar1_menu.is-page-height-tablet {
    z-index: 0;
    background-color: var(--crimson);
    flex-direction: row;
    justify-content: space-between;
    height: 100vh;
    margin-top: 0;
    display: block;
  }

  .rl_navbar1_logo {
    width: 70%;
  }

  .rl_navbar1_container {
    justify-content: space-between;
  }

  .rl_navbar1_component {
    background-color: #0000;
    background-size: cover;
    width: 100%;
    min-height: 4rem;
    margin-bottom: -84px;
    top: 0;
  }

  .lottie-files {
    height: 100%;
    display: none;
  }

  .main-content-wrap {
    padding-top: 3%;
  }

  .image-12 {
    object-fit: fill;
    width: 120%;
    max-width: 120%;
    height: 100%;
    inset: auto 0% 0% -22%;
  }

  .image-12.last-img.ia-diffs {
    height: 100%;
    left: 0%;
  }

  .chewsimg1.isplok {
    width: 70%;
    bottom: 23%;
    right: -3%;
  }

  .chewsimg1.is-ontop {
    width: 75%;
    inset: auto -3% 12% auto;
  }

  .chewsimg2.is-shw {
    width: 55%;
    inset: auto auto 12% 4%;
  }

  .chewsimg1-copy.assdd {
    width: 28%;
    inset: auto 6% 31% auto;
  }

  .chewsimg2-copy.is-pop {
    width: 80%;
    inset: auto auto 31% 4%;
  }

  .ground-img {
    height: 24%;
    display: none;
  }

  .ground-img.is-for-mob {
    height: 22%;
    display: block;
  }

  .ball-img {
    width: 30%;
    bottom: 15%;
    right: 11%;
  }

  .chewsimg2-copy.is-newp {
    width: 65%;
    bottom: 10%;
    left: 0%;
  }

  .srroll-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 3%;
    display: flex;
  }

  .scroll-text {
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: Rammettoone, sans-serif;
    font-size: 12px;
    line-height: 140%;
  }

  .slider-container {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .mask {
    width: auto;
  }

  .slide {
    margin-right: 20px;
  }

  .lottie-files-copy {
    object-fit: cover;
    width: 100%;
    min-width: 0%;
    max-width: none;
    height: 133%;
    display: block;
    inset: -15% 0% 0%;
  }

  .voting-wrapper {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0%;
    position: relative;
    top: 61px;
  }

  .heading-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .voting-main {
    z-index: 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    top: 33.4375px;
  }

  .img9, .img10, .img11 {
    display: none;
  }

  .image-13 {
    width: 45%;
    bottom: 16%;
  }

  .products-hero {
    background-image: url('../images/Banner-3-min.webp');
    display: none;
  }

  .products-hero.is-shownow {
    display: block;
  }

  .image-wrapper-pro {
    height: 90vh;
    display: block;
  }

  .image-wrapper-pro.for-mobhide {
    display: none;
  }

  .hero-img1 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 61%;
    padding-top: 0;
    padding-bottom: 75px;
  }

  .hero-img1.for-mobliw {
    z-index: 0;
    width: 61%;
    height: 100vh;
  }

  .hero-img2 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 67%;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 75px;
  }

  .hero-img2.forbile {
    background-color: #0000;
    background-image: url('../images/Vector-2_1.webp');
    width: 66%;
    height: 100vh;
  }

  .toggle-main {
    z-index: 2;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .five-images {
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0%;
    padding-top: 15%;
    padding-bottom: 0%;
    padding-left: 20%;
    overflow: auto;
  }

  .five-images.for-moleit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0%;
    display: flex;
    overflow: auto;
  }

  .five-images.for-moleit.seffe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-size: contain;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .five-images.ismonf {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
    padding-bottom: 0%;
    padding-left: 9%;
    display: none;
    overflow: auto;
  }

  .five-images.ismonf.okayddf {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 0;
  }

  .fruit-imgs {
    width: 100%;
  }

  .fruit-imgs.is-difffru {
    object-fit: contain;
    background-image: none;
    width: 100%;
    height: 249px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .html-embed {
    margin-top: 0;
  }

  .videos-car {
    margin-top: 40px;
  }

  .videos-car.hide-it {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
    top: -39px;
  }

  .main-videos {
    padding-left: 0%;
  }

  .pick-me-up {
    margin-top: 140px;
  }

  .post-main-content {
    width: 100%;
    margin-right: 0;
  }

  .post-img {
    height: 30vh;
  }

  .post-txt {
    padding: 10px;
  }

  .exclusive-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    line-height: 58px;
  }

  .paragraph-16-copy {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    font-size: 15px;
  }

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

  .posttxt-2 {
    font-size: 13px;
  }

  .floting-txt {
    display: none;
  }

  .floting-txt.two {
    top: 5%;
  }

  .floting-txt._1 {
    display: none;
  }

  .div-block-5 {
    width: 80%;
  }

  .div-block-6 {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: block;
    position: relative;
  }

  .mid-img {
    inset: auto -22% 0% auto;
  }

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .swiper-slide.five-cards {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-imges {
    height: 0;
    inset: 0%;
  }

  .lottie-animation {
    z-index: 0;
    width: 400%;
    height: auto;
    margin-left: 0;
    display: none;
    position: static;
    top: 0;
    left: 0;
  }

  .lottie-animation.e54g54 {
    height: auto;
    margin-left: 0;
    display: none;
  }

  .lottie-animation.e54g54.show-mob {
    width: 80%;
    display: block;
  }

  .lottie-animation.show-mob {
    width: 60%;
    display: block;
  }

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

  .post-imgd {
    padding-top: 0;
    overflow: visible;
  }

  .post-imgd.is-top {
    margin-top: 80px;
  }

  .image-20 {
    z-index: 0;
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .image-21 {
    padding-right: 20px;
  }

  .paragraph-17 {
    margin-top: 10px;
    font-size: .875rem;
  }

  .image-22 {
    padding-right: 20px;
  }

  .lottie-animation-2 {
    width: 400%;
    display: none;
  }

  .lottie-animation-2.grgd {
    width: 400%;
  }

  .lottie-animation-2.grgd.show-mob {
    width: 65%;
    display: block;
  }

  .lottie-animation-2.show-mob {
    width: 80%;
    display: block;
  }

  .img-hero1 {
    width: 67%;
  }

  .img-hero1.is-difgg {
    width: 77%;
  }

  .videos1 {
    width: 100%;
  }

  .image-24 {
    width: 75%;
    margin-top: 0;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .image-25 {
    width: 75%;
    margin-top: 0;
    margin-bottom: 220px;
    margin-right: 0;
  }

  .ball2 {
    width: 40%;
    top: 64%;
  }

  .ball1 {
    width: 39%;
    top: 64%;
  }

  .img-in1 {
    width: 80%;
    display: block;
    top: 54%;
  }

  .img-in2 {
    width: 80%;
    display: block;
    top: 52%;
  }

  .center-img {
    width: 50%;
    top: 66%;
    left: 25%;
  }

  .center-img2 {
    width: 82%;
    top: 80%;
  }

  .section-playnow {
    height: 80vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-img1 {
    width: 63%;
  }

  .logoimg2 {
    width: 66%;
  }

  .play-cta.iush.cta-btn.is-chnaged {
    margin-bottom: 0;
  }

  .play-cta.vsees.cta-btn.ddr {
    display: block;
  }

  .play-cta.sefsf {
    display: none;
  }

  .section-pitchmaster {
    height: 197vh;
  }

  .gully-striker {
    height: 103vh;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .play-img-cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    margin-bottom: 0;
  }

  .div-block-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flavourful-zing {
    height: auto;
    padding-right: 0%;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-11.ija-is {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lastimg {
    width: 20%;
    display: block;
    bottom: 3%;
    left: 72%;
  }

  .image-26 {
    display: none;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 120%;
  }

  .play_btn {
    margin-top: 40px;
  }

  .play_btn.oijoi {
    margin-top: 10px;
  }

  .lottie-animation-3 {
    width: 400%;
    display: none;
  }

  .lottie-animation-3.show-mob {
    width: 80%;
    display: block;
  }

  .lottie-animation-4 {
    width: 400%;
    display: none;
  }

  .lottie-animation-4.show-mob {
    width: 80%;
    display: block;
  }

  .lottie-animation-5 {
    width: 400%;
    display: none;
  }

  .lottie-animation-5.show-mob {
    width: 80%;
    display: block;
  }

  .lottie-animation-6 {
    width: 400%;
    display: none;
  }

  .lottie-animation-6.show-mob {
    width: 65%;
    display: block;
  }

  .lottie-animation-7 {
    width: 400%;
    display: none;
  }

  .lottie-animation-7.show-mob {
    width: 65%;
    display: block;
  }

  .lottie-animation-8 {
    width: 400%;
    display: none;
  }

  .lottie-animation-8.show-mob {
    width: 65%;
    display: block;
  }

  .slider-8 {
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .right-arrow-4, .left-arrow-4, .slide-nav-5 {
    display: none;
  }

  .slide-6 {
    background-color: #0000;
  }

  .div-block-13 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-19, .div-block-20 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
    width: 288px;
    display: flex;
  }

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

  .div-block-23 {
    margin-bottom: 10px;
  }

  .hover-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: .9rem;
  }

  .hover-wrapper {
    min-height: 385px;
    padding-bottom: 40px;
  }

  .cloneable-hover-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hover-item-link {
    min-width: 90vw;
  }

  .slide-wrap {
    height: 40vh;
    min-height: 300px;
  }

  .slide-wrap.team-image {
    height: 100%;
    min-height: auto;
  }

  .bg-video-cri.mob-hidenow {
    display: none;
  }

  .bg-video-cri.hide-ondes {
    display: block;
  }

  .side-img15 {
    width: 20%;
    top: -4%;
  }

  .image-27 {
    display: none;
  }

  .hero-scroll {
    inset: auto 0% 5%;
  }

  .hero-stack {
    background-image: url('../images/Background.png');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 100vh;
  }

  .container {
    max-width: none;
    display: block;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .image-29 {
    margin-top: 14px;
  }

  .form-step-1 {
    background-color: #0000;
    border-radius: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .heading-6.question_text {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
  }

  .heading-6.thank_you_page {
    font-size: 33px;
    line-height: 40px;
  }

  .heading-6.card_text {
    color: #11834e;
    -webkit-text-stroke-width: 0px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-size: 19px;
    font-weight: 800;
  }

  .heading-6.card_text.card_text_2 {
    color: #eb4793;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .heading-6.card_text.card_text_2.bottom-text {
    color: #fff;
    text-transform: none;
    margin-top: 20%;
    font-size: 13px;
    font-weight: 400;
  }

  .text-block-6 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 14px;
    font-family: Rubik, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .flex-block {
    background-color: #fff;
    border-radius: 34px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-field {
    border: 0 solid #000;
    border-radius: 34px;
    flex: 1;
    order: 0;
    align-self: center;
    margin-bottom: 0;
    font-family: Rubik, sans-serif;
  }

  .text-field-2, .text-field-3 {
    border-radius: 34px;
    padding-left: 20px;
    font-family: Rubik, sans-serif;
  }

  .checkbox-label {
    color: #fff;
    text-align: left;
    font-family: Rubik, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }

  .container-9 {
    outline-offset: -8px;
    background-color: #fff;
    border: 2px #000;
    border-radius: 16px;
    outline: 3px dashed #333;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .submit-button {
    outline-offset: 0px;
    color: #11834e;
    vertical-align: middle;
    object-fit: fill;
    background-color: #fff;
    border: 3px solid #ffa1c7;
    border-radius: 180px;
    outline: 3px #11834e;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: Rammettoone, sans-serif;
    display: block;
  }

  .div-1 {
    display: block;
  }

  .continue_button {
    color: #11834e;
    background-color: #fff;
    border: 3px solid #ffa1c7;
    border-radius: 186px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    display: block;
  }

  .continue_button.poll {
    margin-left: auto;
    margin-right: auto;
  }

  .div-2 {
    display: block;
  }

  .question {
    text-align: left;
    -webkit-text-stroke-width: 1px;
    font-size: 16px;
    font-weight: 400;
  }

  .question.heading-6 {
    font-size: 14px;
  }

  .radio-button-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
    display: flex;
  }

  .radio-button-label {
    box-sizing: border-box;
    color: #fff;
    background-color: #fff0;
    padding-left: 20px;
    font-family: Rammettoone, sans-serif;
    font-weight: 400;
  }

  .radio-button {
    color: #fff;
    -webkit-text-stroke-width: 2px;
    border: 2px solid #fff;
    order: -1;
    align-self: center;
    margin-top: 0;
    padding: 7px;
    font-size: 14px;
  }

  .paragraph-18, .paragraph-19 {
    font-size: 14px;
  }

  .form-background {
    background-color: #ffffff1a;
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px;
  }

  .desktop-blocker {
    background-image: url('../images/Background.png');
    background-position: 0 0;
    background-size: cover;
    height: 100vh;
  }

  .text-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link, .link-2 {
    color: #fff;
    font-family: Rubik, sans-serif;
  }
}

#w-node-_2ff5d23a-dfb8-9c31-a2ff-e43942f4ef7b-c5fdb62a, #w-node-_2ff5d23a-dfb8-9c31-a2ff-e43942f4ef7f-c5fdb62a, #w-node-_27e3f030-be24-546c-8f40-acf5f6b7c8d1-c5fdb62a, #w-node-_5f52d8d7-6061-e73f-fe1a-9e7c464bf1d6-c5fdb62a, #w-node-_5f52d8d7-6061-e73f-fe1a-9e7c464bf1da-c5fdb62a, #w-node-_172cffc9-dd2c-85e9-365e-91b44e448bda-c5fdb62a, #w-node-_8b0be0f2-a111-ad92-78a5-f49361855a2f-c5fdb62a, #w-node-_23ed4c91-d42d-8192-0326-c2151f0bc2cb-c5fdb62a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_23ed4c91-d42d-8192-0326-c2151f0bc2cb-c5fdb62a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rammettoone';
  src: url('../fonts/RammettoOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rammettoone';
  src: url('../fonts/RammettoOne-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rammettoone';
  src: url('../fonts/RammettoOne-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}