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

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

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

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

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

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

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

@font-face {
  font-family: Itoya;
  src: url('../fonts/Itoya-ExtraBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --black: black;
  --orange-red: #e05826;
  --bowland-red: #be1c0d;
  --white: white;
  --coral: #ff7645;
  --floral-white: #f9f4ee;
  --bowland-green: #1c7013;
  --dim-grey: #565656;
  --gainsboro: #dfdfdd;
  --white-smoke: #eee;
}

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

body {
  color: var(--black);
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.51em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.19em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: .9;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: .9;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .97em;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Itoya, sans-serif;
  font-size: .97em;
  font-weight: 400;
  line-height: 1.3;
}

.button {
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 2em;
  flex: 0 auto;
  padding: .4em 1.9em .6em;
  font-family: Itoya, sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.button.outline {
  border: 2px solid var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.button.delivery {
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: .4em;
  margin-right: .4em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.3em;
  display: flex;
}

.body {
  background-color: var(--bowland-red);
  font-family: Akzidenzgrotesk, sans-serif;
}

.order-social {
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  height: auto;
  font-size: 1vw;
  display: flex;
}

.social {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2.frost {
  z-index: 2;
  background-color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.nav-link {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: .35em;
  font-family: Itoya, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  transition: border-width .5s;
  display: flex;
}

.nav-link:hover {
  border-style: solid;
  border-width: 10px 0;
  border-color: transparent black var(--orange-red);
  flex: 0 auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link.w--current {
  border-top: 10px solid #0000;
  border-bottom: 10px solid var(--coral);
  color: var(--orange-red);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.w--current:hover {
  padding-top: .35em;
  padding-bottom: .35em;
}

.nav-link.mobile {
  text-transform: uppercase;
  font-family: Ultra, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
}

.nav-link.mobile:hover {
  border-bottom-color: var(--bowland-red);
}

.nav-link.mobile.w--current {
  border-bottom-color: var(--bowland-red);
  color: var(--bowland-red);
  -webkit-text-stroke-color: var(--bowland-red);
  text-transform: uppercase;
  font-family: Ultra, sans-serif;
  font-size: 1.8em;
  text-decoration: none;
}

.navbutton {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

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

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.mobile-nav-overlay {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  font-size: 14px;
  display: flex;
}

.footer {
  background-color: var(--orange-red);
  text-align: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.footer-top {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  border: 0 solid #fff;
  border-bottom-width: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .25fr .5fr .5fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.6em;
  display: grid;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .4em;
  font-family: Akzidenzgrotesk super, sans-serif;
  font-size: 1.11em;
  font-weight: 400;
  line-height: 1;
}

.p-footer {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .97em;
  font-weight: 400;
  line-height: 1.3;
}

.map-2 {
  border-radius: 15px;
  height: 14.4em;
  position: absolute;
  inset: 0%;
}

.div-block-312 {
  height: 14.4em;
  position: relative;
}

.div-block-313 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-foot {
  color: #fff;
  text-align: left;
  padding-top: 1em;
  font-family: Itoya, sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
}

.a-foot.about, .a-foot.team {
  display: none;
}

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

.div-block-315 {
  flex-direction: row;
  justify-content: space-between;
  padding-top: .5em;
  display: flex;
}

.image-2 {
  height: 1.2em;
  padding-left: .6em;
}

.div-block-316 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14.3em;
  padding-bottom: 5.5em;
  display: flex;
}

.container.footer {
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  display: block;
}

.container.delivery {
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  max-width: 1440px;
  height: 6.9em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  align-items: stretch;
  width: 200px;
  display: flex;
  position: static;
}

.brand.w--current {
  width: 200px;
}

.h1-big {
  text-align: center;
  justify-content: center;
  display: block;
}

.text-span-5 {
  color: var(--orange-red);
}

.image-5 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.h4-menu-subtext {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Itoya, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.button-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 43em;
  display: flex;
}

.button-wrapper2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.company-wrappers {
  flex-direction: row;
  width: 100%;
  margin-top: 7em;
  margin-bottom: 7em;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  display: flex;
}

.collection-item-3 {
  background-color: #fff;
  border-radius: 11px;
  height: 18em;
}

.collection-list-4 {
  grid-column-gap: 19px;
  grid-row-gap: 22px;
  flex: 1;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  place-items: stretch stretch;
  display: grid;
}

.link-block-4 {
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logos {
  width: 17em;
}

.orange {
  color: var(--orange-red);
}

.nav-button {
  color: #fff;
  background-color: #1c7013;
  border-radius: .9375rem;
  flex: 0 auto;
  width: 230px;
  padding: .75rem 1.875rem;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: all .2s;
  position: relative;
  box-shadow: 1px 1px 1.125rem .75rem #9090903d;
}

.nav-button:hover {
  background-color: var(--bowland-red);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 3.4375rem 1.375rem #be1c0d4f;
}

.rotate-star {
  z-index: -20;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.hear-container {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.outline-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  min-width: 14ch;
  margin-top: -80px;
  font-family: Ultra, sans-serif;
  font-size: 8em;
  font-weight: 400;
  position: relative;
  top: 110px;
  transform: skew(-5deg, -11deg);
}

.eyebrow-02 {
  border: 3px solid var(--bowland-red);
  background-color: #f2f2ed;
  border-radius: 100px;
  width: 23px;
  height: 11px;
  margin-left: 20px;
  margin-right: 20px;
}

.head-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.part-03 {
  z-index: 10;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.main-container000 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.mouth {
  background-color: var(--bowland-red);
  border: 4px solid #f2f2ed;
  border-radius: 100px 100px 200px 200px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.right-hear {
  background-color: var(--bowland-red);
  border: 5px solid #f2f2ed;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 25px;
  height: 40px;
}

.left-hear {
  background-color: var(--bowland-red);
  border: 5px solid #f2f2ed;
  border-radius: 100px 10px 10px 100px;
  width: 25px;
  height: 40px;
}

.hair-02 {
  z-index: -10;
  background-color: #f2f2ed;
  border-radius: 0 0 100px 100px;
  width: 50%;
}

.section000 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: relative;
  top: 224px;
}

.hair-container {
  justify-content: center;
  min-width: 200px;
  display: flex;
  position: relative;
}

.footer000 {
  justify-content: center;
  align-items: center;
  padding: 40px 5vw;
  display: flex;
}

.hair-and-face {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.part-01 {
  justify-content: center;
  margin-bottom: 7px;
  display: flex;
}

.pupil {
  background-color: var(--bowland-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  display: flex;
}

.heart-pupil {
  width: 30px;
  position: absolute;
}

.eye-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.eye {
  background-color: #f2f2ed;
  border: 4px solid #f2f2ed;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.face {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 60em;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.head {
  border: 4px solid #f2f2ed;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #f2f2ed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 197.738em;
  padding: 10px 30px;
  font-size: 8.5px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  color: #41339f;
  background-color: #f2f2ed;
}

.button-2.is--aim {
  margin-left: 20px;
}

.eyebrow-01 {
  border: 3px solid var(--bowland-red);
  background-color: #f2f2ed;
  border-radius: 100px;
  width: 23px;
  height: 11px;
  margin-left: 20px;
  margin-right: 20px;
}

.space-between-eyes {
  width: 10px;
}

.choice-container {
  justify-content: space-between;
  width: auto;
  min-width: 600px;
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.part-04 {
  justify-content: center;
  display: flex;
}

.nose {
  border: 3px solid var(--bowland-green);
  background-color: #f2f2ed;
  border-radius: 100px;
  width: 26px;
  height: 15px;
}

.hair-01 {
  z-index: -10;
  background-color: #f2f2ed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 50%;
}

.teeth {
  background-color: #f2f2ed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 10px;
}

.star-overflow-hidden {
  z-index: -20;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.tongue {
  background-color: #ed74ae;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: -40%;
}

.part-02 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.hair-overflow-hidden {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  justify-content: center;
  height: 25%;
  display: flex;
  overflow: hidden;
}

.jetboost-toggle-favorite-19l1 {
  border: 2px solid #f2f2ed;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.choice-link-block {
  background-color: var(--bowland-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.choice-link-block:hover {
  background-color: #fff;
}

.item-is-not-favorite {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.jetboost-toggle-favorite-2p72 {
  border: 2px solid #f2f2ed;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #000219;
  font-family: Ultra, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.6875rem;
}

.paragraph-10 {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-grid {
  grid-template-rows: auto;
}

.menu-item {
  background-color: #fafafa;
  border-radius: .9375rem;
  justify-content: flex-start;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 1rem .25rem #00000040;
}

.menu-item:hover {
  box-shadow: 1px 1px 1rem .8125rem #00000040;
}

.paragraph-11 {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.divider {
  display: flex;
}

.divider.top {
  z-index: 21;
  align-items: flex-start;
  height: 10vw;
  margin-bottom: -.125rem;
  position: relative;
  bottom: 98px;
  overflow: hidden;
}

.divider.bottom {
  z-index: 11;
  align-items: flex-end;
  height: 10vw;
  margin-top: -.125rem;
  position: relative;
  inset: 0 0% -.1rem;
  overflow: hidden;
}

.divider.top-copy1-copy {
  z-index: 10;
  align-items: flex-end;
  height: 10vw;
  margin-bottom: -.125rem;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.divider.top-copy1-copy-copy {
  z-index: 10;
  align-items: flex-start;
  height: 10rem;
  margin-bottom: -.125rem;
  position: relative;
  top: -103px;
  bottom: auto;
  overflow: hidden;
}

.divider.bottom-copy {
  z-index: 11;
  align-items: flex-start;
  height: 10rem;
  margin-top: -.125rem;
  position: relative;
  inset: -312px 0% -.1rem;
  overflow: hidden;
}

.shape-divider {
  flex: 1;
}

.image-7 {
  max-width: 60px;
}

.image-7.image-list-1 {
  max-width: none;
  min-height: auto;
  max-height: 70px;
  position: relative;
  top: 8px;
  left: 7px;
}

.list-item {
  cursor: pointer;
  margin: 0 20px;
  transition: all .5s;
  display: block;
}

.list-item:hover {
  transform: translate(0, -15px);
}

.list-item.item1 {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 20px;
  transition: all .5s;
}

.content-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.textbox {
  max-width: 50vw;
  margin-left: 2%;
  position: relative;
  top: -12px;
  left: -59px;
  overflow: visible;
}

.circle {
  background-color: var(--bowland-red);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imgbox.starbucks {
  z-index: 1;
  z-index: 1;
  inset: auto 0% auto auto;
  justify-content: flex-end;
  width: 600px;
  margin-top: 50px;
  margin-right: 50px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: visible;
}

.margin-bottom-medium {
  margin-bottom: 32px;
  position: relative;
  top: 33px;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  top: -163px;
}

.image1-2 {
  min-width: 38rem;
  max-width: none;
  transition: opacity .5s;
  display: block;
  position: relative;
  top: -8px;
  left: 120px;
  overflow: auto;
}

.span-2 {
  color: var(--bowland-green);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--bowland-red);
  font-size: 1.2em;
  font-weight: 400;
}

.image2-2 {
  min-width: 30rem;
  max-width: none;
  transition: opacity .5s;
  display: none;
  position: relative;
  top: 15px;
  left: 120px;
  overflow: auto;
}

.image4-2 {
  min-width: 30rem;
  max-width: none;
  transition: opacity .5s;
  display: none;
  position: relative;
  top: 15px;
  left: 120px;
  overflow: auto;
  transform: none;
}

.smoothie {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 10%;
  display: flex;
  position: relative;
}

.heading-11 {
  font-family: Ultra, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.4em;
}

.circle-2 {
  background-color: #017143;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circle-2.circle {
  background-color: #ffba31;
}

.list-2 {
  z-index: 1;
  flex-wrap: nowrap;
  place-content: center flex-start;
  align-items: stretch;
  padding-left: 0;
  transition: all .5s;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.paragraph {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.container-9 {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  top: -48px;
}

.decoration {
  background-color: var(--bowland-red);
  border-radius: .625rem;
  max-width: 43.75rem;
  height: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.decoration.vertical {
  background-color: var(--bowland-red);
  max-width: 1rem;
  height: 45rem;
}

.about-section {
  z-index: 10;
  background-color: var(--white);
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  top: 0;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 6.25rem;
  display: flex;
  position: relative;
}

.paragraph-12 {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.paragraph-12.info {
  color: var(--dim-grey);
  margin-top: 6.25rem;
  font-size: 2rem;
  position: relative;
  top: -128px;
  right: 26px;
}

.menu-item-2-2 {
  background-color: #be1c0d;
  border-radius: 5rem;
  justify-content: flex-start;
  width: 60px;
  height: 60px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 1rem .25rem #00000040;
}

.menu-item-2-2:hover {
  box-shadow: 1px 1px 1rem .8125rem #00000040;
}

.paragraph-13 {
  color: #5c5c5c;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-13.menu {
  margin-top: .625rem;
  font-size: 1.375rem;
  line-height: 1.5625rem;
}

.button-6 {
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.5vw;
  display: block;
}

.button-6.w--current {
  color: var(--white);
  background-color: #3898ec00;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-4 {
  width: 230px;
  max-width: 100%;
  margin-left: 0;
  padding-top: 10px;
  position: relative;
  top: -15px;
}

.div-block-27 {
  background-color: var(--bowland-red);
  height: 360px;
  padding-top: 60px;
  padding-bottom: 66px;
  position: relative;
  top: 0;
}

.div-block-28 {
  width: 1110px;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.columns-3 {
  left: 0;
}

.text-span {
  color: #debeb6;
}

.menu-s {
  z-index: 10;
  background-color: var(--bowland-red);
  width: 100%;
  height: 400px;
  position: relative;
  top: auto;
}

.container-12 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-main_heading-wrapper-2 {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  letter-spacing: 3px;
  padding-top: 10px;
  font-family: Ultra, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.container-13 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_progress-bar-2 {
  z-index: -10;
  background-color: var(--bowland-red);
  width: 6px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.menu {
  z-index: 0;
  background-color: var(--white);
  position: relative;
}

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

.timeline_centre-3 {
  justify-content: center;
  display: flex;
}

.timeline_progress-3 {
  z-index: -2;
  background-color: #414141;
  width: 6px;
  height: 100%;
  position: absolute;
}

.timeline_item-3 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_left-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_date-text-3 {
  color: var(--bowland-red);
  letter-spacing: -.03em;
  font-family: Ultra, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.heading-13 {
  color: var(--black);
  align-self: center;
  padding-left: 0;
  font-size: 2.5em;
  position: relative;
  left: 0;
}

.div-block-321 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 39px;
  display: flex;
}

.image-9 {
  order: -1;
  align-self: auto;
  width: 15vw;
  overflow: hidden;
}

.image-9.yo {
  width: 16vw;
}

.image-9.yoyo {
  width: 13vw;
}

.div-block-321-copy {
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.heading-13-copy {
  direction: ltr;
  color: var(--black);
  text-align: center;
  align-self: center;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2em;
}

.image-9-copy {
  clear: left;
  order: -1;
  align-self: auto;
  width: 15vw;
  position: relative;
  left: 0;
  overflow: hidden;
}

.image-9-copy.yoyo {
  width: 13vw;
}

.image-9-copy.yoyy {
  width: 12vw;
}

.div-block-322 {
  text-align: center;
  flex: 1;
  padding-left: 0;
  padding-right: 40px;
}

.div-block-321-copy-copy {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.div-block-322-copy-cffopy {
  padding-left: 8px;
  padding-right: 40px;
}

.image-9-copy-copy {
  clear: left;
  order: -1;
  align-self: auto;
  width: 12vw;
  position: relative;
  left: 0;
  overflow: hidden;
}

.heading-13-copy-copy {
  direction: ltr;
  color: var(--black);
  text-align: center;
  align-self: center;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2em;
}

.image-10 {
  width: auto;
  max-width: 43px;
  height: auto;
  max-height: 40px;
  position: sticky;
  top: 45.7vh;
}

.image-11 {
  -webkit-text-stroke-color: var(--white);
}

.div-block-323 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  display: flex;
}

.div-block-324 {
  background-color: var(--white);
  width: auto;
  height: 14rem;
  position: absolute;
  inset: -110px 0% 0% 0;
}

.smoothie-s {
  z-index: 10;
  background-color: var(--bowland-green);
  width: 100%;
  height: 400px;
  position: relative;
  top: 50px;
}

.timeline-main_heading-wrapper-2-copy {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -78px;
}

.div-block-324-copy {
  background-color: var(--white);
  width: auto;
  height: 14rem;
  position: absolute;
  inset: auto 0% -121px;
}

.div-block-324-copfy {
  background-color: var(--white);
  width: auto;
  height: 14rem;
  position: absolute;
  inset: -17% 0% auto;
}

.s-top-banner {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  position: relative;
}

.c-floating-bottle {
  z-index: 2;
  width: 450px;
  position: absolute;
}

.c-floating-bottle.blue {
  inset: 0% auto auto -8%;
  transform: rotate(46deg);
}

.c-floating-bottle.pink {
  width: 450px;
  inset: auto 0% -35% 45%;
  transform: rotate(-26deg);
}

.c-floating-bottle.orange {
  inset: 10% -8% auto auto;
  transform: rotate(17deg);
}

.d-centred-max-600 {
  z-index: 4;
  color: #fd7320;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60vw;
  max-width: none;
  display: flex;
  position: relative;
}

.hero-1 {
  z-index: 1;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-logo {
  height: 200px;
  display: inline;
}

.heading-14 {
  color: var(--bowland-red);
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  padding-top: 0;
  font-family: Ultra, sans-serif;
  font-weight: 400;
}

.nav-button-copyhhhh {
  color: #fff;
  background-color: #1c7013;
  border-radius: .9375rem;
  flex: 0 auto;
  width: 230px;
  padding: .75rem 1.875rem;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: all .2s;
  position: relative;
  top: 37px;
  box-shadow: 1px 1px 1.125rem .75rem #9090903d;
}

.nav-button-copyhhhh:hover {
  background-color: var(--bowland-red);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 3.4375rem 1.375rem #be1c0d4f;
}

.margin-bottom-medium-copy {
  margin-bottom: 32px;
  position: relative;
  top: 96px;
}

.image-12 {
  width: 6em;
  max-width: none;
  position: absolute;
  top: -47px;
  left: 463px;
}

.nav-button-copy-copyh {
  color: #fff;
  background-color: #1c7013;
  border-radius: .9375rem;
  flex: 0 auto;
  width: 230px;
  padding: .75rem 1.875rem;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: all .2s;
  position: relative;
  top: 42px;
  box-shadow: 1px 1px 1.125rem .75rem #ff6e5840;
}

.nav-button-copy-copyh:hover {
  background-color: var(--bowland-red);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 3.4375rem 1.375rem #be1c0d4f;
}

.nav-button-copyh {
  color: #fff;
  background-color: #1c7013;
  border-radius: .9375rem;
  flex: 0 auto;
  width: 230px;
  padding: .75rem 1.875rem;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: all .2s;
  position: relative;
  box-shadow: 1px 1px 1.125rem .75rem #9090903d;
}

.nav-button-copyh:hover {
  background-color: var(--bowland-red);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 3.4375rem 1.375rem #be1c0d4f;
}

.nav-button-copyh.navv, .image-13 {
  display: none;
}

.text-block-10, .text-block-11 {
  font-size: 2em;
}

.image3-2 {
  min-width: 30rem;
  max-width: none;
  transition: opacity .5s;
  display: none;
  position: relative;
  top: 15px;
  left: 120px;
  overflow: auto;
  transform: none;
}

.div-block-325 {
  text-align: center;
  position: static;
  left: 18px;
}

.div-block-326 {
  text-align: center;
}

.link {
  color: var(--white);
  text-decoration: underline;
}

.text-span-6 {
  color: var(--bowland-green);
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-2 {
  color: #fff;
}

.textbox-copy {
  max-width: 50vw;
  margin-left: 2%;
  position: relative;
  top: -12px;
  left: -59px;
  overflow: visible;
}

.heading-11-copy {
  font-family: Ultra, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.4em;
}

.menu-item-2 {
  outline-offset: 0px;
  background-color: #fafafad6;
  border-radius: 7.4rem;
  outline: 3px #be1c0d5e;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 21px;
  transition: all .2s;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 1rem .25rem #00000040;
}

.menu-item-2:hover {
  box-shadow: 1px 1px 1rem .8125rem #00000040;
}

.menu-info {
  flex-direction: column;
  justify-content: center;
  margin: 2.5rem .9375rem 2.5rem 2.5rem;
  display: flex;
}

.heading-15 {
  color: #000219;
  font-size: 4.5rem;
  line-height: 4.6875rem;
}

.heading-15.menu-item {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.heading-15.menu-item:hover {
  box-shadow: none;
}

.heading-15.menu-item.price {
  color: #ff6e58;
}

.link-3 {
  color: var(--bowland-green);
}

.container-12-copy {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7 {
  color: #1c7013;
}

.paragraph-14 {
  font-family: Akzidenzgrotesk super, sans-serif;
  font-size: 1.4em;
}

.paragraph-14.yooo {
  color: var(--bowland-green);
}

.div-block-327 {
  padding-left: 20px;
}

.image-15 {
  max-width: 20%;
  position: relative;
  inset: 35% 0% auto -54px;
}

.image-16 {
  max-width: 25%;
  position: absolute;
  inset: auto 20% 20% auto;
}

.image-16.yo {
  max-width: 37%;
  bottom: 8%;
  right: 3%;
}

.image-16._1 {
  max-width: 27%;
  right: 8%;
}

.image-16._2 {
  max-width: 30%;
  bottom: 18%;
  right: -1%;
}

.image-16._3 {
  max-width: 37%;
  bottom: 0%;
  right: -11%;
}

.div-block-328 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-329 {
  position: relative;
}

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

.div-block-330 {
  padding-left: 22px;
}

.tab-panel {
  background-color: #fff;
  border-radius: 24px;
  min-height: 350px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0 60px 100px -50px #151c344f;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-16 {
  color: var(--bowland-red);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ultra, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.tab-button {
  opacity: .7;
  color: #151c34;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: #0000;
  position: relative;
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

.paragraph-15 {
  color: var(--black);
  max-width: 650px;
  font-family: Akzidenzgrotesk super, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.animation-credit {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brodie-text {
  color: #8c54ff;
  font-size: 16px;
}

.link-arrow {
  color: #6a35ff;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.load-bar-base {
  color: var(--bowland-red);
  background-color: #f8ecec;
  border-radius: 500px;
  max-width: 220px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.1;
}

.content-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.plain-text {
  color: #7a7c7f;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-block {
  border-radius: 25px;
}

.div-block-6 {
  text-align: left;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

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

.text-block-5 {
  margin-right: 14px;
}

.load-bar {
  background-color: var(--bowland-red);
  border-radius: 500px;
  width: 0%;
  height: 5px;
}

.avatar {
  border: 3px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  box-shadow: 21px 21px 80px #151c345e;
}

.content-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1vw;
  }

  h1, h2, h3 {
    text-transform: uppercase;
  }

  .body {
    font-size: 1vw;
  }

  .social {
    font-size: 13px;
  }

  .nav-link {
    font-size: 1.2em;
  }

  .mobile-nav-overlay {
    margin-left: 0;
    padding-left: 0;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .container.footer {
    font-size: 14px;
  }

  .nav-grid {
    grid-template-columns: .75fr 1fr .75fr;
    width: 86%;
  }

  .rotate-star {
    width: auto;
    left: auto;
  }

  .star-overflow-hidden {
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .divider.top {
    bottom: 136px;
  }

  .divider.bottom {
    top: 0;
  }

  .divider.top-copy1-copy-copy {
    top: -134px;
  }

  .divider.bottom-copy {
    position: relative;
    top: -345px;
  }

  .margin-bottom-medium {
    top: -122px;
  }

  .padding-vertical-xlarge {
    top: -27px;
  }

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

  .image-9 {
    overflow: hidden;
  }

  .heading-13-copy {
    font-size: 30px;
  }

  .image-9-copy {
    overflow: hidden;
  }

  .image-9-copy-copy {
    width: 15vw;
    overflow: hidden;
  }

  .heading-13-copy-copy {
    font-size: 1.6em;
  }

  .div-block-324 {
    height: 15rem;
    top: -143px;
  }

  .smoothie-s {
    top: 26px;
  }

  .div-block-324-copy {
    height: 15rem;
    inset: auto 0% -140px;
  }

  .div-block-324-copfy {
    height: 15rem;
    top: -128px;
  }

  .d-centred-max-600 {
    max-width: 6000px;
    top: 30px;
  }

  .margin-bottom-medium-copy {
    top: -46px;
  }

  .image-12 {
    left: 653px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-grid {
    width: 85%;
    max-width: 14400px;
  }

  .choice-container {
    min-width: 1200px;
  }

  .divider.top {
    bottom: 122px;
  }

  .divider.bottom {
    top: -38px;
  }

  .divider.top-copy1-copy-copy {
    top: -160px;
  }

  .divider.bottom-copy {
    top: -365px;
  }

  .margin-bottom-medium {
    top: -46px;
  }

  .timeline_image-wrapper {
    background-image: none;
  }

  .padding-vertical-xlarge {
    top: -111px;
  }

  .image1-2 {
    max-width: 50rem;
  }

  .menu-s {
    top: 40px;
  }

  .container-13 {
    max-width: 1860px;
  }

  .timeline_progress-bar-2 {
    z-index: -6;
  }

  .menu {
    z-index: -3;
    background-color: var(--white);
  }

  .timeline_date-text-3 {
    color: var(--bowland-red);
    font-family: Ultra, sans-serif;
    font-weight: 400;
  }

  .heading-13 {
    color: var(--black);
  }

  .image-9 {
    overflow: hidden;
  }

  .heading-13-copy {
    color: var(--black);
  }

  .image-9-copy, .image-9-copy-copy {
    overflow: hidden;
  }

  .heading-13-copy-copy {
    color: var(--black);
    font-size: 1em;
  }

  .div-block-324 {
    top: -124px;
  }

  .smoothie-s {
    top: 40px;
  }

  .div-block-324-copy {
    height: 18rem;
    inset: auto 0% -194px;
  }

  .div-block-324-copfy {
    top: -124px;
  }

  .hero-1 {
    top: 39px;
  }
}

@media screen and (max-width: 991px) {
  .order-social {
    grid-template-columns: .25fr 1fr;
    display: none;
  }

  .social {
    justify-content: flex-end;
  }

  .navbar-2 {
    margin-top: -7.7em;
    padding: 1em;
    font-size: 10px;
    position: sticky;
    top: 0;
  }

  .navbar-2.frost {
    z-index: 20;
    background-color: #e7e7dadb;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .nav-menu {
    z-index: 0;
    background-color: #000000eb;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    color: var(--floral-white);
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .nav-link:hover {
    border-style: none;
    border-width: 0 1px;
    border-left-color: #000;
    border-right-color: #000;
    padding-top: .35em;
    padding-bottom: .35em;
  }

  .nav-link.w--current {
    border-top-style: none;
    border-bottom-style: none;
    padding-top: .35em;
    padding-bottom: .35em;
  }

  .nav-link.mobile {
    text-transform: uppercase;
    font-family: Akzidenzgrotesk, sans-serif;
    text-decoration: none;
  }

  .navbutton {
    width: 60px;
    height: 100%;
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .navbutton.w--open {
    height: 100%;
  }

  .top-line, .middle-line, .bottom-line {
    background-color: var(--bowland-red);
  }

  .mobile-nav-overlay {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

  .section {
    display: block;
  }

  .nav-grid {
    z-index: 1;
    height: 5.6em;
    position: relative;
  }

  .nav-button {
    display: none;
  }

  .outline-heading {
    margin-top: -47px;
    font-size: 55px;
  }

  .footer000 {
    flex-wrap: wrap;
  }

  .button-2.is--aim {
    margin-top: 20px;
    margin-left: 0;
  }

  .star-overflow-hidden {
    justify-content: center;
  }

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

  .divider {
    top: -5.8em;
  }

  .divider.bottom {
    bottom: -6.2em;
  }

  .divider.top-copy1-copy-copy {
    top: -80px;
  }

  .divider.bottom-copy {
    top: -297px;
    bottom: -6.2em;
  }

  .image-7.image-list-1 {
    max-width: 40px;
  }

  .textbox {
    z-index: 2;
    margin-top: 360px;
    margin-bottom: 0;
    margin-left: 82px;
    font-size: 1.5vw;
    top: -311px;
  }

  .circle {
    margin-left: 0;
  }

  .imgbox.starbucks {
    margin-bottom: 300px;
  }

  .image1-2 {
    min-width: 40rem;
    max-width: none;
    margin: 0 auto;
    top: 153px;
    left: 169px;
  }

  .span-2 {
    color: var(--bowland-green);
  }

  .image2-2 {
    min-width: 46rem;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 150px;
    left: 156px;
  }

  .image4-2 {
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 181px;
    left: 151px;
  }

  .heading-11 {
    font-size: 3em;
  }

  .circle-2 {
    margin-left: 0;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .paragraph-12.info {
    top: 82px;
  }

  .nav-button-copyhhhh {
    display: block;
  }

  .image-12 {
    top: -4px;
    left: 347px;
  }

  .nav-button-copy-copyh {
    display: block;
    top: 40px;
  }

  .nav-button-copyh {
    display: none;
  }

  .image3-2 {
    min-width: 30rem;
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 172px;
    left: 144px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .textbox-copy {
    z-index: 2;
    margin-top: 360px;
    margin-bottom: 0;
    margin-left: 82px;
    font-size: 1.5vw;
    top: -311px;
  }

  .heading-11-copy {
    font-size: 3em;
  }

  .menu-item-2 {
    background-color: #fafafa38;
  }

  .content-block {
    padding: 20px 10px;
  }

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

  .container-15 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .button {
    display: none;
  }

  .button.delivery {
    font-size: 2.7em;
  }

  .order-social {
    justify-content: flex-end;
    display: none;
  }

  .social {
    display: none;
  }

  .footer {
    padding: 3em 0 3em 0;
  }

  .footer-top {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    font-size: 14px;
    display: flex;
  }

  .div-block-313 {
    padding-bottom: 3em;
  }

  .div-block-315 {
    flex-flow: wrap;
    place-content: flex-start space-between;
    font-size: 14px;
  }

  .div-block-316 {
    padding-top: .1em;
  }

  .container, .container.footer {
    width: 90%;
  }

  .container.delivery {
    width: 90%;
    padding-top: 20.2em;
  }

  .nav-grid {
    width: 90%;
  }

  .image-5 {
    padding-top: 6.1em;
  }

  .h4-menu-subtext {
    font-size: 3.4em;
  }

  .button-wrapper {
    width: 100%;
  }

  .collection-list-wrapper {
    flex-direction: row;
  }

  .collection-item-3 {
    height: 29em;
  }

  .collection-list-4 {
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
  }

  .logos {
    width: 39em;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .divider {
    top: -4.8em;
  }

  .divider.top {
    height: 3.4375rem;
  }

  .divider.bottom {
    height: 3.4375rem;
    bottom: -3.9em;
  }

  .divider.top-copy1-copy, .divider.top-copy1-copy-copy {
    height: 3.4375rem;
  }

  .divider.bottom-copy {
    height: 3.4375rem;
    bottom: -3.9em;
  }

  .imgbox.starbucks {
    margin-top: 0;
    margin-bottom: 321px;
    margin-right: -105px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-9 {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .timeline_centre-3 {
    justify-content: flex-start;
  }

  .timeline_progress-3 {
    left: 6px;
  }

  .timeline_item-3 {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_left-3 {
    text-align: left;
  }

  .timeline_date-text-3 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .s-top-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-floating-bottle.blue, .c-floating-bottle.pink, .c-floating-bottle.orange {
    width: 300px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 10em;
  }

  .button.delivery {
    margin-bottom: 1em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    font-size: 3em;
  }

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

  .navbar-2.frost {
    z-index: 20;
    background-color: var(--white);
    border: 2px solid #be1c0d5e;
    border-radius: 0;
    width: auto;
    height: 70px;
    position: fixed;
    inset: 0;
  }

  .nav-menu {
    z-index: 0;
  }

  .nav-link.mobile {
    color: var(--white);
    font-family: Ultra, sans-serif;
    font-size: 2em;
  }

  .nav-link.mobile.w--current {
    color: var(--white);
    font-size: 2em;
    text-decoration: underline;
  }

  .navbutton {
    z-index: 3;
    width: 50px;
    height: 1.5em;
    position: fixed;
    top: 14px;
    right: 12px;
  }

  .top-line {
    background-color: var(--bowland-red);
    width: 30px;
    height: 2px;
    top: 8px;
  }

  .middle-line {
    background-color: var(--bowland-red);
    width: 30px;
    top: 17px;
  }

  .bottom-line {
    background-color: var(--bowland-red);
    width: 30px;
    top: 26px;
  }

  .mobile-nav-overlay {
    z-index: 1;
    background-color: var(--bowland-red);
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-315 {
    font-size: 12px;
  }

  .container {
    min-width: 320px;
  }

  .container.footer {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-grid {
    z-index: 0;
    min-width: 320px;
    height: 3em;
  }

  .brand {
    position: relative;
  }

  .brand.w--current {
    z-index: -1;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
    top: -10px;
    left: -19px;
  }

  .h1-big {
    text-align: left;
    font-size: 9.9em;
  }

  .image-5 {
    padding-top: 4.1em;
  }

  .button-wrapper2 {
    flex-direction: column;
  }

  .collection-item-3 {
    height: 40em;
  }

  .logos {
    width: 43em;
  }

  .nav-button {
    text-align: center;
    display: block;
    position: absolute;
    inset: 66px 0% auto 57%;
  }

  .rotate-star {
    width: 100%;
  }

  .outline-heading {
    min-width: 100vw;
    margin-top: -29px;
    font-size: 14em;
  }

  .section000 {
    top: 172px;
  }

  .footer000 {
    position: relative;
    top: -57px;
  }

  .choice-container {
    justify-content: space-between;
    min-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .star-overflow-hidden {
    text-align: center;
    -webkit-text-stroke-color: #333;
    width: 395px;
    padding-left: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20;
  }

  .image-6 {
    z-index: 0;
    margin-top: 14px;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    bottom: 3px;
  }

  .heading-8 {
    font-size: 2rem;
    line-height: 4.125rem;
  }

  .menu-item {
    flex-direction: column;
    margin-top: 375px;
  }

  .divider {
    top: -3.9em;
  }

  .divider.top {
    z-index: 3;
    height: auto;
    position: relative;
    inset: -64px 0% 53%;
  }

  .divider.bottom, .divider.top-copy1-copy {
    height: 3.125rem;
  }

  .divider.top-copy1-copy-copy {
    height: 3.125rem;
    top: -48px;
  }

  .divider.bottom-copy {
    height: 5rem;
    top: 24px;
    bottom: auto;
  }

  .shape-divider.mobile-hide {
    display: none;
  }

  .image-7.image-list-1 {
    max-width: 50px;
    max-height: 65px;
    margin-top: 0;
    margin-left: -57px;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    left: 62px;
    right: -64px;
    transform: rotate(7deg);
  }

  .list-item.item1 {
    margin-top: 0;
    padding-top: 0;
  }

  .content-3 {
    min-height: 600px;
    top: 49px;
  }

  .textbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100vw;
    max-width: 600px;
    margin-top: 400px;
    margin-left: 0;
    display: flex;
    position: relative;
    top: -77px;
    left: auto;
  }

  .circle {
    background-color: var(--bowland-red);
    margin-top: -44px;
  }

  .imgbox.starbucks {
    width: auto;
    margin-top: 0;
    margin-bottom: 130%;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 137px;
    left: -183px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
    top: 111px;
  }

  .padding-vertical-xlarge {
    top: -95px;
  }

  .image1-2 {
    object-fit: contain;
    width: 530px;
    min-width: auto;
    max-width: none;
    margin: auto auto 0;
    display: block;
    top: -128px;
    left: 65px;
    overflow: auto;
  }

  .span-2 {
    color: var(--bowland-green);
    position: relative;
  }

  .image2-2 {
    object-fit: contain;
    width: 530px;
    min-width: auto;
    max-width: none;
    min-height: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: -108px;
    left: 65px;
    overflow: auto;
  }

  .image4-2 {
    object-fit: contain;
    width: 530px;
    min-width: auto;
    max-width: none;
    margin: 0 0 0 auto;
    display: none;
    position: relative;
    top: -112px;
    bottom: 0%;
    left: 65px;
    overflow: auto;
  }

  .smoothie {
    color: #333;
    font-weight: 700;
    top: 65px;
    overflow: hidden;
  }

  .heading-11 {
    z-index: 2;
    text-align: center;
    margin-top: 0;
    font-size: 6em;
    position: relative;
    top: -431px;
  }

  .circle-2.circle {
    background-color: #fad48a;
    top: 45px;
  }

  .list-2 {
    z-index: 3;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 25vw;
    margin-top: 0;
    padding-left: 0;
    display: block;
    inset: auto auto 290px 11%;
  }

  .decoration {
    top: -28%;
  }

  .decoration.vertical {
    top: -27%;
  }

  .about-content {
    padding-left: 14px;
    overflow: hidden;
  }

  .info-wrapper {
    padding-left: 2.5rem;
    top: 163px;
  }

  .paragraph-12.info {
    color: var(--dim-grey);
    margin-top: 2.5rem;
    font-size: 1.4rem;
    top: -69px;
    right: 0;
  }

  .menu-item-2-2 {
    flex-direction: column;
  }

  .column-10 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11 {
    margin-bottom: 60px;
  }

  .button-6 {
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
  }

  .button-6.w--current {
    padding-left: 0;
  }

  .column-13 {
    display: block;
  }

  .text-block-9 {
    text-align: center;
    height: 50px;
    padding-left: 0;
    font-size: 9px;
  }

  .image-4 {
    width: 170px;
    margin-bottom: 74px;
    margin-left: 0;
  }

  .column-14 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    top: -25px;
  }

  .div-block-27 {
    height: auto;
    padding-top: 79px;
  }

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

  .heading-12 {
    padding-top: 0;
    font-size: 35px;
  }

  .timeline_centre-3 {
    position: relative;
    left: -6px;
  }

  .timeline_item-3 {
    grid-template-columns: 48px 1fr;
  }

  .heading-13 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 5em;
    display: block;
    position: relative;
    left: auto;
  }

  .div-block-321 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -17px;
  }

  .image-9 {
    width: 35vw;
  }

  .image-9.yo {
    width: 36vw;
  }

  .image-9.yoyo {
    width: 34vw;
  }

  .heading-13-copy {
    font-size: 5em;
  }

  .image-9-copy {
    width: 32vw;
  }

  .image-9-copy.yoyo {
    width: 28vw;
  }

  .image-9-copy.yoyy {
    width: 25vw;
  }

  .image-9-copy-copy {
    width: 32vw;
  }

  .image-9-copy-copy.yooo {
    width: 26vw;
  }

  .heading-13-copy-copy {
    font-size: 5em;
  }

  .image-11 {
    height: 35px;
  }

  .div-block-323 {
    position: relative;
    top: 22px;
  }

  .div-block-324 {
    top: -126px;
  }

  .smoothie-s {
    overflow: visible;
  }

  .timeline-main_heading-wrapper-2-copy {
    top: -35px;
  }

  .div-block-324-copfy {
    z-index: 0;
    top: 0%;
    overflow: visible;
  }

  .s-top-banner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-floating-bottle.pink {
    width: 300px;
  }

  .d-centred-max-600 {
    width: 100vw;
  }

  .preloader {
    display: none;
  }

  .preloader-logo {
    display: inline;
  }

  .heading-14 {
    font-size: 9em;
  }

  .nav-button-copyhhhh {
    text-align: center;
    position: relative;
    inset: 44px auto 0% 0%;
  }

  .margin-bottom-medium-copy {
    margin-bottom: 24px;
    top: 111px;
  }

  .image-12 {
    width: 20em;
    position: absolute;
    inset: -4% 0% auto 8%;
  }

  .nav-button-copy-copyh {
    z-index: 3;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: 1px 1px 1.125rem .75rem #453f3f40;
  }

  .nav-button-copyh {
    text-align: center;
    display: block;
    position: absolute;
    inset: 66px 0% auto 57%;
  }

  .nav-button-copyh.navv {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: 300px;
    margin-top: 29px;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 0;
    font-family: Ultra, sans-serif;
    font-size: 2em;
    font-weight: 400;
    display: flex;
    position: static;
    box-shadow: 1px 1px 1.125rem .75rem #ff6e5840;
  }

  .image-13 {
    width: 300px;
    display: block;
    position: relative;
    top: -119px;
  }

  .image-14 {
    height: 35px;
  }

  .image3-2 {
    object-fit: contain;
    width: 530px;
    min-width: auto;
    max-width: none;
    margin: 0 0 0 auto;
    display: none;
    position: relative;
    top: -105px;
    bottom: 0%;
    left: 65px;
    overflow: auto;
    transform: none;
  }

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

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

  .textbox-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100vw;
    max-width: 600px;
    margin-top: 400px;
    margin-left: 0;
    font-size: 1.2vw;
    display: flex;
    position: relative;
    top: -77px;
    left: auto;
  }

  .heading-11-copy {
    z-index: 2;
    text-align: center;
    margin-top: 0;
    font-size: 6em;
    position: relative;
    top: -431px;
  }

  .menu-item-2 {
    background-color: #fafafa8f;
    flex-direction: column;
    padding-left: 0;
    padding-right: 63px;
  }

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

  .heading-15 {
    font-size: 4rem;
    line-height: 4.125rem;
  }

  .link-3 {
    color: var(--bowland-green);
  }

  .container-12-copy {
    position: relative;
    bottom: -31px;
  }

  .paragraph-14 {
    padding-left: 0;
    font-size: 3em;
  }

  .div-block-330 {
    padding-left: 8px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-block {
    padding-bottom: 10px;
  }

  .tabs-content {
    padding-top: 20px;
  }
}

#w-node-_5593b096-8b23-a34b-f933-390d83653d50-83653d4f {
  align-self: center;
}

#w-node-c290f2b4-bf85-3bef-a8bb-85ed39a0409c-83653d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5593b096-8b23-a34b-f933-390d83653d61-83653d4f {
  place-self: center stretch;
}

#w-node-_5593b096-8b23-a34b-f933-390d83653d64-83653d4f {
  place-self: stretch stretch;
}

#w-node-_2c471af0-81fc-3b10-1969-73960ac72f32-98b354a5 {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_5593b096-8b23-a34b-f933-390d83653d50-83653d4f {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5593b096-8b23-a34b-f933-390d83653d5d-83653d4f {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto end;
  }

  #w-node-_5593b096-8b23-a34b-f933-390d83653d50-83653d4f {
    align-self: center;
  }

  #w-node-_3830a10e-3c06-cc74-3cd0-f14420945704-98b354a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3830a10e-3c06-cc74-3cd0-f14420945706-98b354a5, #w-node-_3830a10e-3c06-cc74-3cd0-f14420945716-98b354a5, #w-node-_3830a10e-3c06-cc74-3cd0-f14420945724-98b354a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c3dd8999-4b44-c5d4-f5c0-8b555f2306d2-98b354a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c3dd8999-4b44-c5d4-f5c0-8b555f2306d4-98b354a5, #w-node-c3dd8999-4b44-c5d4-f5c0-8b555f2306e2-98b354a5, #w-node-c3dd8999-4b44-c5d4-f5c0-8b555f2306f0-98b354a5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2fe209c4-0cd3-6bc8-5ea1-748aa840f42d-98b354a5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2fe209c4-0cd3-6bc8-5ea1-748aa840f42f-98b354a5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c471af0-81fc-3b10-1969-73960ac72ef4-98b354a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72ef7-98b354a5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72ef9-98b354a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f00-98b354a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f03-98b354a5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f2d-98b354a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f30-98b354a5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f13-98b354a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2c471af0-81fc-3b10-1969-73960ac72f16-98b354a5 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f0d0da3a-cdf3-7842-46b4-4b2b3e019b86-98b354a5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0d0da3a-cdf3-7842-46b4-4b2b3e019b8b-98b354a5 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5593b096-8b23-a34b-f933-390d83653d5d-83653d4f {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center end;
  }
}


@font-face {
  font-family: 'Itoya';
  src: url('../fonts/Itoya-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itoya';
  src: url('../fonts/Itoya-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itoya';
  src: url('../fonts/Itoya-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Osake';
  src: url('../fonts/Osake.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ultra';
  src: url('../fonts/Ultra-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itoya';
  src: url('../fonts/Itoya-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk super';
  src: url('../fonts/AkzidenzGrotesk-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}