@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

p {
  margin-bottom: 0;
}

.radio-wrapper {
  margin-bottom: 30px;
}

.main-wrapper {
  padding: 0;
}

.feedback {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  min-height: 126px;
  margin-bottom: 32px;
}

.hero {
  background-color: #ffc303;
  padding: 48px 16px;
}

.hero-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.text-block {
  font-family: Kron, Arial, sans-serif;
}

.hero-logo {
  max-width: 307.12px;
  margin-bottom: 48px;
}

.hero-h1 {
  color: #000;
  letter-spacing: .02em;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Kron, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.hero-p {
  max-width: 500px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.hero-images {
  max-width: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.hero-plato {
  z-index: 2;
  width: 448px;
  height: auto;
  position: absolute;
  inset: 5% 0% auto auto;
}

.hero-pack {
  z-index: 1;
  width: auto;
  max-width: 65%;
  height: auto;
  position: absolute;
  inset: 30% 0% auto auto;
}

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

.hero-right {
  width: 60%;
  max-width: 60%;
}

.features {
  background-color: #fafafa;
  padding: 80px 16px;
}

.features-h2 {
  text-align: center;
  letter-spacing: .02em;
  margin: 0 auto 64px;
  font-family: Kron, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.features-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-card {
  text-align: center;
  background-color: #fff;
  border: 0 #e6e6e6;
  border-radius: 30px;
  flex-flow: column;
  width: 270px;
  height: auto;
  min-height: 270px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.features-emoji {
  font-size: 64px;
  line-height: 64px;
}

.features-h3 {
  text-align: center;
  font-family: Kron, Arial, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.features-p {
  font-size: 18px;
  line-height: 28px;
}

.how {
  background-color: #fff;
  padding: 80px 16px;
}

.features-emoji-48 {
  font-size: 48px;
  line-height: 48px;
}

.how-h3 {
  text-align: center;
  letter-spacing: .02em;
  font-family: Kron, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.how-p {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 28px;
}

.how-card {
  text-align: center;
  background-color: #fafafa;
  border: 0 #e6e6e6;
  border-radius: 30px;
  flex-flow: column;
  width: 270px;
  height: auto;
  min-height: 270px;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.features-card-copy {
  text-align: center;
  background-color: #fff;
  border: 0 #e6e6e6;
  border-radius: 30px;
  flex-flow: column;
  width: 270px;
  height: auto;
  min-height: 270px;
  padding: 32px;
  transition: top .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.features-card-copy:hover {
  transform: translate(0, -10px);
}

.form {
  background-color: #3e5be1;
  padding: 96px 16px;
}

.form-h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Kron, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.form-chook-p {
  color: #540b0e;
  text-align: center;
  margin-bottom: 28px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.form-block {
  background-color: #fff;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 32px;
}

.form-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.form-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.radio-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.radio-button {
  border: 2px solid #ffc303;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: -30px;
}

.radio-button.crunch {
  border-color: #ff9763;
}

.radio-button.lofi {
  border-color: #f7a377;
}

.radio-button.chook {
  border-color: #e09f3e;
}

.radio-button-label {
  margin-bottom: 0;
  font-weight: 500;
}

.submit-button {
  color: #000;
  background-color: #fbd1bb;
  border-radius: 20px;
  width: 100%;
  min-height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer {
  color: #fff;
  background-color: #000;
  min-height: 212px;
  padding: 64px 16px;
}

.footer-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kron, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.footer-p {
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 20px;
}

.coming-bt {
  color: #000;
  text-align: center;
  background-color: #e5b006;
  border: 1px solid #a07a0e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  min-height: 40px;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lofi-hero {
  background-color: #f7a377;
  height: 645px;
  position: relative;
  overflow: hidden;
}

.code-embed {
  display: none;
}

.hero-circle {
  background-color: #463030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140dvw;
  height: 140dvh;
  display: flex;
  position: absolute;
  inset: -10% 0% 0% 50%;
}

.lofi-manifest {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f0e4cd;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px;
  display: flex;
}

.lofi-hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.lofi-h1 {
  max-width: 330px;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Kravo, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.lofi-hero-p {
  max-width: 380px;
  margin-bottom: 0;
  font-family: Familjengrotesk, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.lofi-coming-bt {
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #efefef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  min-height: 40px;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  inset: 48px 16px auto auto;
}

.hero-circle-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 140px;
  display: block;
}

.hero-bote {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.css-styles {
  display: none;
}

.crunch-hero {
  color: #fff;
  background-color: #2c4c9b;
  height: 100dvh;
}

.crunch-coming-bt {
  color: #fff;
  text-align: center;
  background-color: #425fa5;
  border: 1px solid #efefef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  min-height: 40px;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  inset: 48px 16px auto auto;
}

.crunch-hero-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.crunch-hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 60px;
  display: flex;
}

.crunch-hero-right {
  width: 50%;
  height: 100%;
}

.crunch-h1 {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.crunch-hero-p {
  font-family: Supreme, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  position: static;
}

.bote-mobile {
  width: auto;
  height: 90dvh;
  display: none;
}

.crunch-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #dee1e8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.crunch-feature-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  min-width: 615px;
  padding: 24px 32px;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 36px;
  line-height: 28px;
  display: inline-flex;
}

.crunch-marquee {
  background-color: #ff9763;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #ff9763;
  width: 100%;
  min-height: 35px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee.hide {
  display: none;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.marquee-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
}

.image-2 {
  max-height: 25px;
}

.crunch-features-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.crunch-features2-h2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.crunch-features2-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  display: flex;
}

.crunch-card {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #ff9763;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 278px;
  max-width: 278px;
  min-height: 332px;
  padding: 43px 32px;
  display: flex;
}

.crunch-card-h2 {
  color: #2c4c9b;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.crunch-card-p {
  font-size: 24px;
  line-height: 28px;
}

.form-crunch {
  background-color: #2c4c9b;
  padding: 96px 16px;
}

.form-crunch-h2 {
  color: #ff9763;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.crunch-submit-button {
  color: #000;
  background-color: #fbd1bb;
  border-radius: 20px;
  width: 100%;
  min-height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.crunch-footer {
  color: #fff;
  background-color: #540b0e;
  min-height: 212px;
  padding: 64px 16px;
}

.crunch-footer-h2 {
  color: #2c4c9b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.crunch-footer-p {
  color: #2c4c9b;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.bote-desktop {
  width: auto;
  height: 90dvh;
  display: inline-block;
}

.lofi-manifest-h2 {
  max-width: 510px;
  font-family: Kravo, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.lofi-manifest-p {
  font-family: Familjengrotesk, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.lofi-features {
  padding-top: 96px;
  padding-bottom: 96px;
}

.lofi-features-h2 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Kravo, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.lofi-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lofi-card {
  background-color: #463030;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 277px;
  height: 378px;
  padding: 43px 32px;
  display: flex;
}

.lofi-card-h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Kravo, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
}

.lofi-card-p {
  color: #fff;
  font-family: Familjengrotesk, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lofi-form-h2 {
  color: #f7a377;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kravo, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.lofi-form {
  background-color: #463030;
  padding: 96px 16px;
}

.we-disagree {
  max-width: 400px;
  height: auto;
  margin-top: 24px;
  margin-bottom: 40px;
}

.heading {
  margin-bottom: 20px;
}

.lofi-footer-h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kravo, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 64px;
}

.lofi-footer {
  color: #000;
  background-color: #f7a377;
  min-height: 212px;
  padding: 64px 16px;
}

.lofi-hero-right {
  position: absolute;
  inset: 0% 0% auto auto;
}

.lofi-hero-bottom {
  display: none;
}

.tazon {
  width: 300px;
  height: auto;
}

.lofi-manifest-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: 60px;
  display: flex;
}

.chook-header {
  background-color: #eba845;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.chook-coming-bt {
  color: #000;
  text-align: center;
  background-color: #d3973e;
  border: 1px solid #946a2b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  min-height: 40px;
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  inset: 48px 16px auto auto;
}

.chook-header-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.chook-h1 {
  color: #2b3a78;
  max-width: 380px;
  margin-bottom: 40px;
  font-family: Tanker, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.chook-p {
  max-width: 480px;
  font-size: 24px;
  line-height: 32px;
}

.chook-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #540b0e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.crunch-cards {
  background-color: #fff7ad;
  padding-top: 86px;
  padding-bottom: 86px;
}

.chook-features-h2 {
  color: #eba845;
  text-align: center;
  max-width: 700px;
  margin-bottom: 40px;
  font-family: Clayful, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.chook-feature-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 4px;
  min-width: 615px;
  padding: 24px 32px;
  font-family: Tanker, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 28px;
  display: inline-flex;
}

.chook-cards-h2 {
  color: #540b0e;
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Clayful, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.chook-cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/soup.webp'), url('../images/snake-big-desktop.svg');
  background-position: 140%, 50% 200%;
  background-repeat: no-repeat, no-repeat;
  background-size: 525px, auto;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 40px 100px;
  display: flex;
}

.chook-cards {
  background-color: #fff7ad;
  padding-top: 86px;
  padding-bottom: 40px;
  position: relative;
}

.chook-card {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #2b3a78;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 278px;
  max-width: 278px;
  min-height: 286px;
  padding: 32px;
  display: flex;
}

.chook-card-h3 {
  color: #fff;
  text-transform: uppercase;
  min-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tanker, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
}

.chook-card-p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.div-block {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.form-chook {
  background-color: #fff7ad;
  padding: 0 16px 96px;
}

.form-chook-h2 {
  color: #540b0e;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Specialgothicexpandedone, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.chook-footer-h2 {
  color: #e09f3e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Clayful, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.chook-footer-p {
  color: #e09f3e;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.form-h3-bottom {
  margin-top: 0;
  margin-bottom: 10px;
}

.chook-submit-button {
  color: #000;
  background-color: #e09f3e;
  border-radius: 20px;
  width: 100%;
  min-height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.chook-bags-desktop {
  margin-left: auto;
  margin-right: auto;
}

.chook-logo {
  width: 350px;
  height: auto;
}

.chook-bags-mobile {
  display: none;
}

.chook-salad-desktop {
  width: 550px;
  height: auto;
  display: inline-flex;
  position: absolute;
  inset: auto auto -120px -130px;
}

.chook-header-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.chook-salad-mobile {
  width: 550px;
  height: auto;
  display: inline-flex;
  position: absolute;
  inset: auto auto -120px -130px;
}

.image-4 {
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.snake-mobile, .soup-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero-container {
    display: flex;
  }

  .hero-pack {
    max-width: 100%;
  }

  .hero-right {
    width: 60%;
    position: relative;
  }

  .form-container {
    max-width: 770px;
  }

  .lofi-hero {
    height: 100dvh;
  }

  .lofi-hero-left {
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    padding-left: 0;
  }

  .lofi-h1 {
    font-size: 72px;
    line-height: 72px;
  }

  .crunch-hero-left {
    width: 60%;
    padding-left: 140px;
  }

  .crunch-hero-right {
    width: 40%;
  }

  .crunch-hero-p {
    max-width: 560px;
  }

  .crunch-feature-item {
    min-width: 800px;
  }

  .crunch-card {
    min-height: 390px;
    padding: 43px 32px 40px;
  }

  .crunch-card-h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .crunch-card-p {
    font-size: 28px;
    line-height: 30px;
  }

  .form-crunch-h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .lofi-manifest-h2 {
    max-width: 690px;
    font-size: 72px;
    line-height: 72px;
  }

  .we-disagree {
    max-width: none;
  }

  .lofi-hero-right {
    width: auto;
    height: 100%;
  }

  .tazon {
    width: 378px;
  }

  .lofi-manifest-container {
    margin-left: 140px;
  }

  .chook-header {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .chook-header-top {
    justify-content: space-between;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .chook-h1 {
    font-size: 72px;
    line-height: 72px;
  }

  .chook-p {
    max-width: 520px;
  }

  .chook-features-h2 {
    max-width: none;
  }

  .chook-feature-item {
    min-width: 800px;
  }

  .chook-cards-wrap {
    background-image: url('../images/soup.webp'), url('../images/snake-big-desktop.svg');
    background-position: 120%, 50% 110%;
    background-repeat: no-repeat, no-repeat;
    background-size: 525px, auto;
  }

  .chook-card {
    min-height: 320px;
    padding: 43px 32px 40px;
  }

  .chook-card-h3 {
    font-size: 34px;
    line-height: 34px;
  }

  .chook-card-p {
    font-size: 28px;
    line-height: 30px;
  }

  .form-chook-h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .chook-bags-desktop {
    margin-left: 0;
    margin-right: 0;
  }

  .chook-salad-desktop {
    width: 550px;
    height: auto;
    bottom: -100px;
    left: -40px;
  }

  .chook-header-img {
    max-width: 1400px;
  }

  .chook-salad-mobile {
    width: 550px;
    height: auto;
    bottom: -100px;
    left: -40px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .hero-h1 {
    text-align: center;
    max-width: none;
    font-size: 60px;
    line-height: 60px;
  }

  .hero-p {
    text-align: center;
    max-width: none;
  }

  .hero-plato {
    margin-left: 220px;
    position: static;
  }

  .hero-pack {
    max-width: 1200px;
    margin-top: -320px;
    position: static;
    inset: auto 0% 0%;
  }

  .hero-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .hero-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    min-height: 0;
    max-height: 500px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .features-h2 {
    font-weight: 400;
  }

  .features-card {
    min-height: 302px;
  }

  .how-card {
    min-height: 292px;
  }

  .coming-bt {
    right: 3%;
  }

  .lofi-hero {
    height: 560px;
  }

  .hero-circle {
    width: auto;
    height: auto;
    display: block;
  }

  .lofi-manifest {
    flex-flow: column;
  }

  .lofi-hero-left {
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .lofi-h1 {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .lofi-coming-bt {
    right: 3%;
  }

  .crunch-hero {
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    display: flex;
  }

  .crunch-coming-bt {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    right: 3%;
  }

  .crunch-hero-container {
    flex-flow: column;
    height: auto;
  }

  .crunch-hero-left {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    max-width: 560px;
    height: auto;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .crunch-hero-right {
    display: none;
  }

  .crunch-h1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .bote-mobile {
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-top: -50px;
    display: block;
  }

  .crunch-features {
    padding: 50px 32px;
  }

  .crunch-features-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .crunch-features2-h2 {
    max-width: 400px;
    font-size: 48px;
    line-height: 48px;
  }

  .crunch-features2-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .crunch-card {
    width: 278px;
    min-height: 0;
    padding: 43px 32px;
  }

  .crunch-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .crunch-footer-h2 {
    font-size: 34px;
  }

  .image-3 {
    width: 260px;
    height: auto;
  }

  .bote-desktop {
    display: none;
  }

  .lofi-features {
    padding: 60px 20px;
  }

  .lofi-features-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .we-disagree {
    max-width: none;
  }

  .lofi-footer-h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Kravo, Arial, sans-serif;
    font-size: 40px;
    line-height: 64px;
  }

  .lofi-footer {
    color: #000;
    background-color: #f7a377;
  }

  .lofi-hero-right {
    width: 430px;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    inset: 0% -5% auto auto;
  }

  .lofi-hero-bottom {
    display: none;
  }

  .lofi-manifest-container {
    flex-flow: column;
    margin-left: 0;
  }

  .chook-header {
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
  }

  .chook-coming-bt {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    right: 3%;
  }

  .chook-header-top {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .chook-h1 {
    max-width: 470px;
    margin-bottom: 20px;
  }

  .chook--header-right {
    margin-left: 32px;
  }

  .chook-features {
    padding: 50px 32px;
  }

  .crunch-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chook-features-h2 {
    margin-bottom: 20px;
  }

  .chook-cards-h2 {
    max-width: 400px;
    font-size: 48px;
    line-height: 48px;
  }

  .chook-cards-wrap {
    background-position: 130% 200%, 50% 200%;
    background-size: 400px, auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .chook-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chook-card {
    width: 278px;
    min-height: 314px;
    padding: 43px 32px;
  }

  .chook-footer-h2 {
    font-size: 34px;
  }

  .chook-bags-desktop {
    display: none;
  }

  .chook-logo {
    margin-left: 32px;
  }

  .chook-bags-mobile {
    background-image: url('../images/bags-mobile2x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: inline-flex;
  }

  .chook-salad-desktop {
    width: 450px;
    bottom: 28%;
    left: -150px;
  }

  .chook-header-img {
    position: static;
  }

  .chook-salad-mobile {
    width: 450px;
    bottom: 28%;
    left: -150px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    overflow: hidden;
  }

  .hero {
    padding-top: 32px;
  }

  .hero-logo {
    max-width: 230px;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-p {
    font-size: 20px;
  }

  .hero-pack {
    max-width: 710px;
    margin-top: -240px;
  }

  .hero-left {
    padding-top: 64px;
  }

  .features-h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
  }

  .features-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features-card {
    width: 100%;
    min-height: 230px;
  }

  .how {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .how-card {
    width: 100%;
    min-height: 230px;
  }

  .form-h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .form-chook-p {
    font-size: 18px;
  }

  .footer-h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lofi-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 40px;
    display: flex;
  }

  .lofi-manifest {
    flex-flow: column;
    padding: 48px 24px;
  }

  .lofi-hero-left {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 290px;
    margin-bottom: 28px;
    padding-left: 0;
    position: static;
  }

  .lofi-h1 {
    margin-top: 32px;
    font-size: 40px;
    line-height: 42px;
  }

  .lofi-hero-p {
    font-size: 16px;
    line-height: 20px;
  }

  .lofi-coming-bt {
    color: #000;
    background-color: #de936b;
    border-color: #9b674b;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .crunch-hero-left {
    max-width: 380px;
  }

  .crunch-h1 {
    font-size: 34px;
    line-height: 32px;
  }

  .crunch-hero-p {
    font-size: 18px;
    line-height: 18px;
  }

  .bote-mobile {
    height: 400px;
  }

  .crunch-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .crunch-feature-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    min-width: 430px;
    padding: 16px 24px;
    font-size: 28px;
    line-height: 22px;
  }

  .crunch-features2-h2 {
    max-width: 300px;
    font-size: 36px;
    line-height: 32px;
  }

  .crunch-features2-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .crunch-card {
    width: 278px;
    max-width: 278px;
    min-height: 0;
    padding: 42px 32px;
  }

  .crunch-card-h2 {
    font-size: 34px;
    line-height: 30px;
  }

  .crunch-card-p {
    font-size: 28px;
    line-height: 26px;
  }

  .form-crunch {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .form-crunch-h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .crunch-footer-h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lofi-manifest-h2 {
    max-width: 340px;
    font-size: 42px;
    line-height: 40px;
  }

  .lofi-manifest-p {
    font-size: 16px;
    line-height: 20px;
  }

  .lofi-features {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .lofi-features-h2 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    line-height: 40px;
  }

  .lofi-features-container {
    flex-flow: column;
  }

  .lofi-form-h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .we-disagree {
    width: 342px;
    height: auto;
    margin-bottom: 30px;
  }

  .lofi-footer-h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .lofi-hero-right {
    display: none;
  }

  .lofi-hero-bottom {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: block;
  }

  .lofi-logo {
    width: 175px;
    height: auto;
  }

  .tazon {
    width: 278px;
    height: auto;
  }

  .lofi-manifest-container {
    flex-flow: column;
    width: 100%;
  }

  .chook-h1 {
    max-width: 250px;
    font-size: 32px;
    line-height: 36px;
  }

  .chook-p {
    font-size: 18px;
    line-height: 18px;
  }

  .chook--header-right {
    margin-right: 32px;
  }

  .chook-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 48px 16px;
  }

  .chook-features-h2 {
    max-width: 400px;
    font-size: 40px;
    line-height: 44px;
  }

  .chook-feature-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 430px;
    padding: 16px 24px;
    font-size: 28px;
    line-height: 22px;
  }

  .chook-cards-h2 {
    max-width: 300px;
    font-size: 40px;
    line-height: 60px;
  }

  .chook-cards-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
  }

  .chook-cards {
    padding: 50px 0 0;
  }

  .chook-card {
    z-index: 2;
    width: 90%;
    min-width: 0;
    max-width: none;
    min-height: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding: 42px 32px;
    position: relative;
  }

  .chook-card-h3 {
    min-height: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .chook-card-p {
    font-size: 18px;
    line-height: 28px;
  }

  .form-chook {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .form-chook-h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .chook-footer-h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .chook-logo {
    width: 242px;
  }

  .chook-emoji {
    font-size: 48px;
    line-height: 48px;
  }

  .text-block-2 {
    line-height: 32px;
  }

  .chook-salad-desktop, .chook-salad-mobile {
    width: 400px;
    bottom: 26%;
  }

  .snake-mobile {
    background-image: url('../images/snake-big-mobile.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 200px;
    display: block;
  }

  .soup-mobile {
    z-index: 1;
    width: 400px;
    height: auto;
    display: block;
    position: absolute;
    inset: auto -120px -20px auto;
  }
}

@media screen and (max-width: 479px) {
  .footer-p {
    line-height: 25px;
  }

  .bote-mobile {
    height: 330px;
    margin-top: -30px;
  }

  .crunch-feature-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: 280px;
    font-size: 20px;
    line-height: 20px;
  }

  .chook-header {
    position: static;
  }

  .chook-feature-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: 300px;
    font-size: 20px;
    line-height: 20px;
  }

  .chook-cards-wrap {
    background-position: 50% 105%;
  }

  .chook-cards {
    padding-bottom: 0;
  }

  .chook-card {
    width: 90%;
    min-width: 0;
  }

  .chook-bags-mobile {
    height: 250px;
    position: relative;
  }

  .chook-salad-desktop {
    width: 300px;
    display: none;
    bottom: 32%;
  }

  .chook-salad-mobile {
    width: auto;
    height: 250px;
    display: block;
    bottom: auto;
    left: -110px;
  }
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Specialgothicexpandedone';
  src: url('../fonts/SpecialGothicExpandedOne-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supreme';
  src: url('../fonts/Supreme-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Familjengrotesk';
  src: url('../fonts/FamiljenGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kron';
  src: url('../fonts/KRON.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kravo';
  src: url('../fonts/Kravo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clayful';
  src: url('../fonts/Clayful.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}