@import "../../node_modules/swiper/swiper-bundle.min.css";
:root {
  --app-height: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
}


@font-face {
  font-family: "Argone";
  src: url("../../assets/fonts/Argone-Light.ttf");
  font-display: block;
}
.font-primary-bold {
  font-family: "Passion One", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-primary-normal {
  font-family: "Passion One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-secondary {
  font-family: "Argone";
  font-weight: 600 !important;
}

.font-body,
body {
  font-family: "Montserrat", sans-serif;
}

.text-heading1,
.wysiwyg h1 {
  font-size: 20vw;
  font-weight: 700;
  line-height: 16vw;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .text-heading1,
  .wysiwyg h1 {
    font-size: 148px;
    font-weight: 700;
    line-height: 110px;
    letter-spacing: -0.01em;
  }
}

.text-heading2,
.wysiwyg h2 {
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1030px) {
  .text-heading2,
  .wysiwyg h2 {
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
  }
}

.text-heading3,
.wysiwyg h3 {
  font-size: 140px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1030px) {
  .text-heading3,
  .wysiwyg h3 {
    font-size: 60px;
    line-height: 56px;
  }
}

.text-heading4,
.wysiwyg h4 {
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
}
@media screen and (max-width: 1030px) {
  .text-heading4,
  .wysiwyg h4 {
    font-size: 45px;
    line-height: 40px;
  }
}

.text-heading5,
.wysiwyg h5 {
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
}
@media screen and (max-width: 1030px) {
  .text-heading5,
  .wysiwyg h5 {
    font-size: 44px;
    line-height: 42px;
  }
}

.text-heading6,
.wysiwyg h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .text-heading6,
  .wysiwyg h6 {
    font-size: 25px;
    line-height: 24px;
  }
}

.text-subheading {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 1030px) {
  .text-subheading {
    font-size: 16px;
    line-height: 20px;
  }
}

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1030px) {
  .wysiwyg p,
  .wysiwyg ul,
  .wysiwyg ol {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-body {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1030px) {
  .text-body {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-body-large {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .text-body-large {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-body-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1030px) {
  .text-body-bold {
    font-size: 16px;
    line-height: 20px;
  }
}

.text-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .text-label {
    font-size: 14px;
    line-height: 16px;
  }
}

b,
strong {
  font-weight: 700;
}

.wysiwyg a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.wysiwyg a:hover {
  opacity: 0.8;
}

.color-grey {
  color: #ECEDED;
}

.color-cream {
  color: #fffad3;
}

.color-green {
  color: #408735;
}

.color-purple {
  color: #612C51;
}

.color-yellow {
  color: #FFD800;
}

.color-pink {
  color: #BC1B65;
}

.color-ocean {
  color: #00A4B7;
}

.color-oceansn {
  color: #03A391;
}

.color-red {
  color: #C11F3D;
}

.color-orange {
  color: #F29209;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  padding: 0 45px;
}
@media screen and (max-width: 1030px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.absolute {
  position: absolute;
}

.csselect-wrapper {
  position: relative;
  display: block;
  user-select: none;
  width: 100%;
}

.csselect-wrapper select {
  display: none;
}

.csselect {
  position: relative;
  display: block;
  width: 100%;
}
.csselect::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.05em;
  background: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s;
  z-index: 1;
  display: none;
}
.csselect.focus::before {
  transform: scaleX(1);
}

.csselect-trigger {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  font-family: "Argone";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #612C51;
  border-radius: 4px;
}

.csselect-trigger:hover {
  transition: all 0.3s;
}

.csselect-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  top: 50%;
  right: 20px;
  transform: rotate(0) translateY(-50%);
  transition: all 0.3s ease-in-out;
  transform-origin: 50% 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF80MTVfMTY5MzIpIj4KPHBhdGggZD0iTTAuMTc1MzM3IDEuNDM5NTZDLTAuMDYxMDcwNSAxLjIyNyAtMC4wNjEwNzA1IDAuODc5MTc1IDAuMTc1MzM3IDAuNjc2Mjc2TDAuNzQ0ODYzIDAuMTY0MTk5QzAuOTgxMjcgLTAuMDQ4MzYxNSAxLjM1NzM3IC0wLjA0ODM2MTUgMS41OTM3OCAwLjE2NDE5OUw1LjQ5NDUgMy42NTIxMkw5LjM5NTIyIDAuMTU0NTM3QzkuNjMxNjIgLTAuMDU4MDIzIDEwLjAxODUgLTAuMDU4MDIzIDEwLjI0NDEgMC4xNTQ1MzdMMTAuODI0NCAwLjY3NjI3N0MxMS4wNTAxIDAuODg4ODM3IDExLjA1MDEgMS4yMjcgMTAuODI0NCAxLjQzOTU2TDUuOTM1MDggNS44MzU3QzUuNjk4NjcgNi4wNDgyNiA1LjMxMTgyIDYuMDQ4MjYgNS4wNzU0MSA1LjgzNTdMMC4xNzUzMzcgMS40Mzk1NloiIGZpbGw9IiNCQzFCNjUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MTVfMTY5MzIiPgo8cmVjdCB3aWR0aD0iNiIgaGVpZ2h0PSIxMSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExKSByb3RhdGUoOTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}

.csselect.opened .csselect-trigger:after {
  margin-top: 1px;
  transform: rotate(180deg) translateY(-50%);
}

.csselect.opened .csselect-trigger::before {
  transform: rotate(180deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  padding: 10px 0;
  top: 60px;
  left: 0;
  right: 0;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  max-height: 180px;
  box-sizing: border-box;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 999;
  text-align: left;
  overflow-y: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  /* Handle */
}
.custom-options::-webkit-scrollbar {
  width: 5px;
}
.custom-options::-webkit-scrollbar-thumb {
  background: #F5F6FC;
}

.csselect.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #ffffff;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-family: "Argone";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.custom-option:hover {
  background: #F5F6FC;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 16px 15px 12px;
  gap: 8px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  transform: rotate(-2.87deg);
  border: 0;
  outline: 0;
  cursor: pointer;
}
.btn .btntext {
  font-family: "Argone";
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 400px) {
  .btn .btntext {
    font-size: 18px;
  }
}
.btn.btnPrimary {
  background: #FFD800;
  color: #612C51;
}
.btn.btngrey {
  background: #ECEDED;
  color: #612C51;
}
.btn.btnalt {
  background: #612C51;
  color: #FFD800;
}
.btn.btnalt svg path {
  fill: #FFD800;
}
.btn.btnpink {
  background: #BC1B65;
  color: #ECEDED;
}
.btn.btnpink svg path {
  fill: #ECEDED;
}
.btn:hover {
  transform: rotate(0) !important;
}
.btn br {
  display: none;
}

[data-btn] {
  transform-origin: 50% 50%;
}

.header {
  position: relative;
  z-index: 2000;
}
@media screen and (max-width: 1030px) {
  .header {
    padding: 20px 0;
  }
}
.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo.menuin svg path {
  fill: #612C51;
  transition: all 0.3s;
}
.header__logo.menuin svg path.exl {
  fill: #408735;
}
@media screen and (max-width: 767px) {
  .header__logo svg {
    max-width: 120px;
  }
}
.header__mbnav {
  position: relative;
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__mbnav {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .header__mbnav a {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1.5px solid #FFD800;
  }
  .header__mbnav button {
    position: relative;
    width: 40px;
    height: 40px;
    background: #FFD800;
    border-radius: 50%;
    border: 0;
    outline: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    z-index: 20;
  }
  .header__mbnav button span {
    display: flex;
    width: 100%;
    height: 1.5px;
    background: #612C51;
    transition: all 0.4s;
  }
  .header__mbnav button.active span:nth-child(1) {
    transform: rotate(45deg) translateY(2px) translateX(2px);
  }
  .header__mbnav button.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-2px) translateX(2px);
  }
}
.header__nav {
  position: static;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    position: absolute;
    top: 66.4px;
    left: 0;
    width: 100%;
    height: calc(var(--app-height) - 86.4px);
    background: #ECEDED;
    padding: 40px 20px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    overflow-y: auto;
  }
  .header__nav.show {
    opacity: 1;
    visibility: visible;
  }
}
.header__nav--menu {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .header__nav--menu {
    flex-direction: column;
    gap: 0;
  }
}
.header__nav--menu--item {
  position: static;
  padding: 35px 0;
}
@media screen and (max-width: 1200px) {
  .header__nav--menu--item {
    position: relative;
    padding: 20px 0;
  }
  .header__nav--menu--item:not(:last-child) {
    border-bottom: 1px solid #612C51;
  }
}
.header__nav--menu--item .mbicon {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__nav--menu--item .mbicon {
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFD800;
    transform: translateY(-50%);
    z-index: 2;
  }
  .header__nav--menu--item .mbicon::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #612C51;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__nav--menu--item .mbicon::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #612C51;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.header__nav--menu--item a {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.header__nav--menu--item a.nav-link {
  text-decoration: none;
  color: #ECEDED;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .header__nav--menu--item a.nav-link {
    display: flex;
    color: #612C51;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    width: 100%;
  }
  .header__nav--menu--item a.nav-link.active .mbicon::after {
    opacity: 0;
  }
}
.header__nav--menu--item .megamenu {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 105px);
  padding: 0 5px 5px;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
@media screen and (max-width: 1030px) {
  .header__nav--menu--item .megamenu {
    display: none;
  }
}
.header__nav--menu--item .megamenu__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background: rgba(0, 0, 0, 0.2);
}
.header__nav--menu--item .megamenu__inner {
  position: relative;
  padding: 0 40px 35px;
}
.header__nav--menu--item .megamenu__inner::before {
  position: absolute;
  content: "";
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(100% + 105px);
  background: #ECEDED;
  border-radius: 8px;
  pointer-events: none;
}
.header__nav--menu--item .megamenu__row {
  display: flex;
  gap: 30px;
}
.header__nav--menu--item .megamenu__col {
  max-width: 33.33%;
  width: 100%;
}
.header__nav--menu--item .megamenu__col.bgpurple h3 {
  color: #ECEDED !important;
}
.header__nav--menu--item .megamenu__col.bgpurple .btnPrimary {
  background: #FFD800 !important;
  color: #612C51 !important;
}
.header__nav--menu--item .megamenu__col.bgpurple .btnPrimary svg path {
  fill: #612C51 !important;
}
.header__nav--menu--item .megamenu__list {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}
.header__nav--menu--item .megamenu__list.alt {
  justify-content: flex-start;
  padding: 15px 0;
}
.header__nav--menu--item .megamenu__social {
  position: absolute;
  bottom: 30px;
  display: flex;
  gap: 8px;
  list-style: none;
}
.header__nav--menu--item .megamenu__social li a {
  display: inline-flex;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FFD800;
  justify-content: center;
  align-items: center;
}
.header__nav--menu--item .megamenu__item a {
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  text-decoration: none;
}
.header__nav--menu--item .megamenu__item a svg {
  display: inline-flex;
  transition: all 0.3s;
}
.header__nav--menu--item .megamenu__item a:hover svg {
  transform: translateX(5px);
}
.header__nav--menu--item .megamenu__item:not(:last-child) {
  border-bottom: 1px dashed #612C51;
}
.header__nav--menu--item .megamenu__card {
  position: relative;
  padding: 70px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.header__nav--menu--item .megamenu__card h5 {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.header__nav--menu--item .megamenu__card h3 {
  position: relative;
  font-size: 56px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
  z-index: 1;
  color: #ECEDED;
}
.header__nav--menu--item .megamenu__card a {
  position: relative;
  width: max-content;
}
.header__nav--menu--item .megamenu__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.header__nav--menu--item .megamenu__card.hover img {
  transform: scale(1.03);
}
.header__nav--menu--item .megamenu__card.alt {
  padding: 40px 40px 65px;
  background: #BC1B65;
  border-radius: 8px;
}
.header__nav--menu--item .megamenu__card.alt h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}
.header__nav--menu--item .mbdropdown {
  display: none;
}
@media screen and (max-width: 1030px) {
  .header__nav--menu--item .mbdropdown {
    display: block;
    list-style: none;
    height: 0;
    overflow: hidden;
  }
  .header__nav--menu--item .mbdropdown li {
    position: relative;
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .header__nav--menu--item .mbdropdown li:not(:last-child) {
    border-bottom: 1px dashed rgba(97, 44, 81, 0.2);
  }
  .header__nav--menu--item .mbdropdown li a {
    position: relative;
    text-decoration: none;
    font-family: "Argone";
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #BC1B65;
    width: 100%;
    display: block;
  }
  .header__nav--menu--item .mbdropdown li a br {
    display: none;
  }
  .header__nav--menu--item .mbdropdown li span.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-top: -8px;
  }
}
.header__nav--menu--item.active .megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media screen and (min-width: 1030px) {
  .header__nav--menu--item.active a.nav-link {
    color: #BC1B65 !important;
  }
}
.header__nav--menu--item:nth-child(1) .megamenu__col:nth-child(2) h3 {
  color: #612C51;
}
.header__nav--menu--item:nth-child(1) .megamenu__col:nth-child(2) .btnPrimary {
  background: #612C51;
  color: #ECEDED;
}
.header__nav--menu--item:nth-child(1) .megamenu__col:nth-child(2) .btnPrimary svg path {
  fill: #ECEDED;
}
.header__nav--menu--item:nth-child(2) .megamenu__col:nth-child(1) h3 {
  color: #612C51;
}
.header__nav--menu--item:nth-child(2) .megamenu__col:nth-child(1) .btnPrimary {
  background: #612C51;
  color: #ECEDED;
}
.header__nav--menu--item:nth-child(2) .megamenu__col:nth-child(1) .btnPrimary svg path {
  fill: #ECEDED;
}
.header__nav--menu--item:nth-child(3) .megamenu__col .megamenu__card {
  padding: 40px 40px 65px;
}
.header__nav--menu--item:nth-child(3) .megamenu__col:nth-child(3) h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}
.header__nav--menu--item:nth-child(4) .megamenu__col:nth-child(3) h3 {
  color: #612C51;
}
.header__nav--menu--item:nth-child(4) .megamenu__col:nth-child(3) .btnPrimary {
  background: #612C51;
  color: #ECEDED;
}
.header__nav--menu--item:nth-child(4) .megamenu__col:nth-child(3) .btnPrimary svg path {
  fill: #ECEDED;
}
.header__nav--mobilefeature {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__nav--mobilefeature {
    display: block;
    margin-top: 40px;
  }
  .header__nav--mobilefeature h6 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .header__nav--mobilefeature div {
    position: relative;
    padding: 50px 25px;
  }
  .header__nav--mobilefeature div h5 {
    max-width: 50%;
    margin-bottom: 25px;
  }
  .header__nav--mobilefeature div h5,
  .header__nav--mobilefeature div a {
    position: relative;
    z-index: 2;
  }
  .header__nav--mobilefeature div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
  }
}
.header__nav.menuin .header__nav--menu--item a.nav-link {
  color: #612C51;
}
.header.sn .header__logo svg path {
  fill: #612C51;
  transition: all 0.3s;
}
.header.sn .header__logo svg path.exl {
  fill: #408735;
}
.header.sn .mbhumbuger {
  background: #612C51;
}
.header.sn .mbhumbuger span {
  background: #ECEDED;
}
.header.sn .header__mbnav a {
  border-color: #612C51;
}
.header.sn .header__mbnav a svg path {
  fill: #612C51;
}
.header.sn .header__nav--menu--item a.nav-link {
  color: #612C51;
}
.header.mobileactive {
  background: #ECEDED;
}
.header.mobileactive .header__mbnav a {
  opacity: 0;
  visibility: hidden;
}

.footer {
  position: relative;
  padding: 40px 0 0;
  background: #ECEDED;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .footer {
    height: unset;
  }
}
.footer > .container {
  z-index: 2;
  position: relative;
  pointer-events: none;
}
.footer > .container a {
  pointer-events: all;
}
.footer__wrapper {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}
.footer__heading {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .footer__heading {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #612C51;
  }
}
.footer__heading h2 {
  max-width: 600px;
  font-size: 70px;
  font-weight: 700;
  line-height: 75.882%;
  color: #612C51;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__heading h2 {
    font-size: 46px;
    font-weight: 700;
    text-align: left;
  }
}
.footer__heading h2 .line {
  display: inline-block !important;
}
.footer__heading h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #612C51;
}
@media screen and (max-width: 768px) {
  .footer__heading h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 26px;
  }
}
.footer__content {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .footer__content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.footer__content--link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .footer__content--link {
    order: 2;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content--link {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__content--link ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
.footer__content--link ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  text-decoration: none;
  white-space: nowrap;
}
.footer__content--link p {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #612C51;
}
@media screen and (max-width: 768px) {
  .footer__content--link p {
    margin-top: 20px;
  }
}
.footer__content--link p a {
  color: inherit;
}
.footer__content--main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__content--main {
    flex-wrap: wrap;
  }
}
.footer__content--main h4 {
  color: #612C51;
  margin-bottom: 20px;
}
.footer__content--main p:not(:last-child) {
  margin-bottom: 10px;
}
.footer__content--main p a {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #BC1B65;
  text-decoration: none;
}
.footer__content--main ul {
  display: flex;
  gap: 5px;
  margin-top: 40px;
  list-style: none;
}
.footer__content--main ul li a {
  display: inline-flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFD800;
  transition: all 0.3s;
}
.footer__content--main ul li a:hover {
  transform: translateY(-6px);
}
.footer__content--widget {
  width: 50%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__content--widget {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer__content--card {
  position: relative;
  width: 50%;
  padding: 30px;
  border-radius: 8px;
  overflow: hidden;
  background: #fffad3 !important;
}
@media screen and (max-width: 768px) {
  .footer__content--card {
    width: 100%;
  }
}
.footer__content--card h4 {
  position: relative;
  color: #ECEDED;
  margin-bottom: 20px;
}
.footer__content--card h5 {
  position: relative;
  color: #FFD800;
  margin-bottom: 70px;
}
.footer__content--card a {
  position: relative;
}
.footer__content--card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .footer__content--card img {
    height: 100%;
    object-fit: cover;
  }
}
.footer__content--card.hover img {
  transform: scale(1.03);
}
.footer__shape {
  width: 100%;
  margin-top: 55px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.footer__shape img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer__shape {
    display: none;
  }
}
.footer__dropper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__dropper .dropper__visible, .footer__dropper .dropper__invisible {
  display: block;
  font-family: sans-serif;
  font-weight: 300;
  height: auto;
  line-height: 2;
  position: relative;
  text-align: center;
  width: 100%;
  will-change: transform;
  transition: all 0s linear;
}
.footer__dropper .dropper__visible {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transform: translateY(-300vh);
  will-change: transform;
}
.footer__dropper .dropper__invisible {
  display: none;
}
.footer canvas {
  width: 100vw;
  height: 100%;
  margin-left: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__mobiledropmask {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer__mobiledropmask {
    display: block;
    width: 100%;
  }
  .footer__mobiledropmask img {
    width: 100%;
  }
}

.hero {
  position: relative;
  margin-top: -117px;
  overflow: hidden;
  z-index: 3;
  background: #408735;
}
.hero__contwrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .hero__contwrapper {
    height: var(--app-height);
    padding-bottom: 200px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .hero__contwrapper {
    min-height: unset;
    padding-bottom: 15px;
    align-items: flex-end;
    margin-bottom: 175px;
    height: auto;
  }
}
.hero__content {
  position: relative;
  max-width: 60%;
}
.hero__content .line:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1030px) {
  .hero__content {
    max-width: 100%;
  }
}
.hero__content--heading .mbposter {
  display: none;
}
@media screen and (max-width: 1030px) {
  .hero__content--heading .mbposter {
    display: block;
    position: absolute;
    max-width: 180px;
    top: -150px;
    left: -50px;
  }
}
.hero__content--heading .text-heading2 {
  font-size: 12.2vw;
  font-weight: 700;
  line-height: 80%;
}
@media screen and (max-height: 1265px) {
  .hero__content--heading .text-heading2 {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1030px) {
  .hero__content--heading .text-heading2 {
    font-size: 12vw;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .hero__content--heading .text-heading2 {
    font-size: 20vw;
    font-weight: 700;
  }
}
.hero__content--subheading {
  padding-left: 5px;
  margin-top: 35px;
}
.hero__content--subheading .text-heading6 {
  font-size: 42px;
  font-weight: 400;
  line-height: 110%;
}
.hero__content--btn {
  position: absolute;
  padding-left: 8px;
  margin-top: 80px;
}
@media screen and (max-height: 865px) {
  .hero__content--btn {
    margin-top: 8vh;
  }
}
.hero__banner {
  position: absolute;
  top: 0;
  right: -30%;
  width: 80vw;
  height: 88vw;
}
@media screen and (min-width: 1600px) {
  .hero__banner {
    width: 70vw;
    height: 75vw;
  }
}
@media screen and (max-height: 900px) {
  .hero__banner {
    width: 70vw;
    height: 75vw;
  }
}
@media screen and (max-width: 1030px) {
  .hero__banner {
    right: -15%;
    width: 95vw;
    height: 105vw;
  }
}
@media screen and (max-width: 768px) {
  .hero__banner {
    right: -25%;
    width: 100vw;
    height: 120vw;
    top: 75px;
    position: relative;
  }
}
.hero__banner--ring {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero__banner--ring img {
  width: 100%;
  height: 100%;
}
.hero__banner--dish {
  position: absolute;
  width: 68%;
  height: 57%;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.hero__banner--dish img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .hero__banner--dish {
    width: 70%;
    height: 60%;
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hero__banner--dish {
    width: 80%;
  }
}
.hero__banner--linseeds {
  position: absolute;
  right: 45%;
  top: 10%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .hero__banner--linseeds {
    right: 30%;
    max-width: 60px;
    top: 5%;
  }
}
.hero__banner--lime {
  position: absolute;
  right: 40%;
  top: 25%;
  z-index: 2;
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .hero__banner--lime {
    right: 31%;
    top: 15%;
    max-width: 80px;
    right: 15%;
  }
}
.hero__banner--chilli {
  position: absolute;
  left: 9%;
  top: 19%;
  max-width: 80px;
}
@media screen and (max-width: 768px) {
  .hero__banner--chilli {
    max-width: 30px;
  }
}
.hero__banner--garlic {
  position: absolute;
  left: 20%;
  top: 20%;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .hero__banner--garlic {
    display: none;
  }
}
.hero__banner--carrotsmall {
  position: absolute;
  top: 40%;
  left: 3%;
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  .hero__banner--carrotsmall {
    max-width: 30px;
  }
}
.hero__banner--carrot {
  position: absolute;
  top: 46%;
  left: 12%;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .hero__banner--carrot {
    max-width: 50px;
  }
}
.hero__banner--yellowpaper {
  position: absolute;
  top: 62%;
  left: 23%;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .hero__banner--yellowpaper {
    max-width: 50px;
  }
}
.hero__goshveg {
  position: absolute;
  bottom: -16%;
  left: 35%;
  z-index: 1;
}
.hero__coriander {
  position: absolute;
  bottom: 0;
  left: 47%;
  max-width: 200px;
}
@media screen and (max-width: 1030px) {
  .hero__coriander {
    bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  .hero__coriander {
    max-width: 150px;
    bottom: 30%;
    right: -15%;
    left: unset;
  }
}
.hero__bird {
  position: absolute;
  left: 30%;
  bottom: 5%;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .hero__bird {
    max-width: 235px;
    bottom: unset;
    top: 25vh;
    left: 0;
    height: auto;
  }
}
.hero__bird img {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__bird img {
    display: block;
    max-width: 200px;
  }
}
.hero__bird video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero__bird video {
    display: none;
  }
}
.hero__videosection {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 115px;
}
@media screen and (max-width: 1030px) {
  .hero__videosection {
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .hero__videosection {
    margin-top: 0;
  }
}
.hero__videosection--video {
  position: relative;
  width: 55.5vw;
}
@media screen and (max-width: 1030px) {
  .hero__videosection--video {
    width: 100%;
    padding-right: 30px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .hero__videosection--video {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__videosection--video {
    aspect-ratio: 1/0.85;
  }
}
.hero__videosection--video--poster {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__videosection--video--poster img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  filter: brightness(0.8);
}
.hero__videosection--play {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hero__videosection--play {
    left: 20px;
    bottom: 20px;
  }
}
.hero__videosection--play--icon {
  width: 70px;
  height: 70px;
  display: flex;
  padding-left: 5px;
  justify-content: center;
  align-items: center;
  background: #FFD800;
  border-radius: 50%;
}
.hero__videosection--play--icon svg path {
  fill: #612C51;
}
.hero__videosection--play--text {
  text-transform: capitalize;
  text-align: left;
  color: #fffad3;
}
.hero__videosection--content {
  position: relative;
  max-width: 355px;
  width: 40vw;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  .hero__videosection--content {
    width: 100%;
    margin-top: 0;
    padding: 0 30px 60px;
  }
}
@media screen and (max-width: 767px) {
  .hero__videosection--content {
    padding: 0 20px 100px;
    max-width: 100%;
  }
}
.hero__videosection--content h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero__videosection--content h3 br {
    display: none;
  }
}
.hero__videosection--content--garlic {
  position: absolute;
  top: -250px;
  left: -90px;
  max-width: 80px;
}
@media screen and (max-width: 1030px) {
  .hero__videosection--content--garlic {
    display: none;
  }
}
.hero .hero__content--headingbird {
  display: none;
}
.hero.yellowbg .color-grey {
  color: #612C51;
}
.hero.yellowbg .btnPrimary {
  background: #612C51;
  color: #ECEDED;
}
.hero.yellowbg .btnPrimary svg path {
  fill: #ECEDED;
}

.aboutgosh {
  position: relative;
  padding: 50vh 0 50vh;
  background: #BC1B65;
  margin-top: -25px;
  overflow: hidden;
}
@media screen and (max-height: 865px) {
  .aboutgosh {
    padding: 55vh 0 50vh;
  }
}
@media screen and (max-width: 1030px) {
  .aboutgosh {
    padding: 220px 0 300px;
    z-index: 2;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh {
    padding: 250px 0 305px;
  }
}
.aboutgosh--sus {
  padding: 170px 0 120px !important;
}
.aboutgosh::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #eceded;
  top: 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
}
.aboutgosh__toprect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.aboutgosh__toprect img {
  width: 100%;
}
.aboutgosh__sbheading {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.aboutgosh__sbheading h6 {
  font-size: 35px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__sbheading {
    display: none;
  }
}
.aboutgosh__cflower {
  position: absolute;
  right: -30px;
  top: 400px;
  z-index: 2;
  max-width: 150px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__cflower {
    top: 125px;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh__cflower {
    max-width: 140px;
  }
}
.aboutgosh__sunflower {
  right: -70px;
  top: 25px;
  z-index: 2;
  max-width: 300px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__sunflower {
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh__sunflower {
    max-width: 250px;
    top: 0;
  }
}
.aboutgosh__chikpeas {
  right: 110px;
  top: 90px;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__chikpeas {
    display: none;
  }
}
.aboutgosh__garlichalf {
  right: 50px;
  top: 230px;
  z-index: 2;
  max-width: 100px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__garlichalf {
    display: none;
  }
}
.aboutgosh__coriander {
  right: -60px;
  top: 275px;
  z-index: 2;
  max-width: 200px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__coriander {
    display: none;
  }
}
.aboutgosh__garlic {
  right: 70px;
  top: 330px;
  z-index: 3;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .aboutgosh__garlic {
    display: none;
  }
}
.aboutgosh__carrot {
  right: 140px;
  top: 330px;
  z-index: 2;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .aboutgosh__carrot {
    display: none;
  }
}
.aboutgosh__daffodils {
  left: 150px;
  top: 100px;
  z-index: 2;
  max-width: 200px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__daffodils {
    left: 51px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh__daffodils {
    max-width: 280px;
  }
}
.aboutgosh__pinut {
  left: 60px;
  top: 40px;
  z-index: 2;
  max-width: 120px;
}
.aboutgosh__yellowpaper {
  left: -20px;
  top: 100px;
  z-index: 3;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__yellowpaper {
    display: none;
  }
}
.aboutgosh__springgreens {
  left: -40px;
  top: 220px;
  z-index: 2;
  max-width: 170px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__springgreens {
    display: none;
  }
}
.aboutgosh__lime {
  left: 60px;
  top: 140px;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__lime {
    top: 25px;
    left: 0;
  }
}
.aboutgosh__carrotleft {
  left: 100px;
  top: 150px;
  z-index: 2;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .aboutgosh__carrotleft {
    display: none;
  }
}
.aboutgosh__corianderleft {
  left: -30px;
  top: 400px;
  z-index: 2;
  max-width: 300px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__corianderleft {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh__corianderleft {
    left: -50px;
    max-width: 300px;
  }
}
.aboutgosh__gpack {
  left: 100px;
  top: 300px;
  z-index: 3;
  max-width: 195px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__gpack {
    left: 0;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aboutgosh__gpack {
    max-width: 150px;
  }
}
.aboutgosh__sweetcorn {
  left: 100px;
  bottom: 40%;
  z-index: 3;
  max-width: 100px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__sweetcorn {
    display: none;
  }
}
.aboutgosh__sweetpotato {
  left: -50px;
  bottom: 10%;
  z-index: 3;
  max-width: 150px;
}
.aboutgosh__bitroot {
  left: 20%;
  bottom: 6%;
  z-index: 3;
  max-width: 100px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__bitroot {
    display: none;
  }
}
.aboutgosh__redpaper {
  right: 10%;
  bottom: 30%;
  z-index: 3;
  max-width: 100px;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__redpaper {
    display: none;
  }
}
.aboutgosh__carrotbottom {
  right: 5%;
  bottom: 10%;
  z-index: 3;
  max-width: 100px;
}
.aboutgosh__banner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  .aboutgosh__banner {
    margin-top: -50px;
  }
}
.aboutgosh__banner--right, .aboutgosh__banner--left {
  position: relative;
  max-width: 330px;
  height: 399px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aboutgosh__banner--right, .aboutgosh__banner--left {
    width: 170px;
    height: 206px;
  }
}
.aboutgosh__banner--right img, .aboutgosh__banner--left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutgosh__banner--left {
  transform: rotate(-2deg);
}
.aboutgosh__banner--right {
  margin-left: -70px;
  margin-top: 10px;
  transform: rotate(6deg);
}
.aboutgosh__wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}
.aboutgosh .container {
  position: relative;
  z-index: 5;
}
.aboutgosh__heading {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}
.aboutgosh__heading--block {
  position: relative;
}
.aboutgosh__heading--block h1 .word:last-child,
.aboutgosh__heading--block h2 .word:last-child {
  text-transform: lowercase;
}
.aboutgosh__heading--thumb {
  position: absolute;
}
.aboutgosh__heading--thumb.coriander {
  top: -200px;
}
.aboutgosh__heading--thumb.perplepack {
  top: -120px;
  left: 205px;
  z-index: 2;
  height: 342px;
}
.aboutgosh__heading--thumb.perplepack img {
  height: 100%;
  object-fit: contain;
}
.aboutgosh__heading--thumb.greenpack {
  top: -105px;
  left: 40px;
  z-index: 2;
}
.aboutgosh__heading--thumb.carrot {
  right: 0;
  top: -100px;
  z-index: 2;
}
.aboutgosh__text {
  position: relative;
  max-width: 670px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutgosh__text p {
    text-align: center;
  }
}
.aboutgosh__text p strong {
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .aboutgosh__text p strong {
    font-size: 25px;
    line-height: 24px;
  }
}
.aboutgosh.sn {
  background: #408735;
}
.aboutgosh.sn::before {
  display: none;
}
.aboutgosh.sn .aboutgosh__heading--block h3,
.aboutgosh.sn .aboutgosh__heading--block h1,
.aboutgosh.sn .aboutgosh__heading--block h2 {
  color: #ECEDED;
}
@media screen and (max-width: 767px) {
  .aboutgosh.sn .aboutgosh__heading--block .text-heading1 {
    font-size: 118px;
  }
}
.aboutgosh.sn .aboutgosh__text p {
  color: #ECEDED;
}

.ctablock {
  position: relative;
  padding: 65vh 0 8vh;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .ctablock {
    padding: 50vh 0 8vh;
  }
}
@media screen and (max-width: 768px) {
  .ctablock {
    padding: 30vh 0 8vh;
    margin-top: -5px;
  }
}
.ctablock__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-65%);
}
.ctablock__mask img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ctablock__mask {
    top: -2px;
  }
}
.ctablock__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ctablock__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.ctablock__content {
  position: relative;
  z-index: 30;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .ctablock__content {
    padding: 0 20px;
  }
}
.ctablock__content--subheading {
  margin-bottom: 40px;
}
.ctablock__content--heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .ctablock__content--heading {
    font-size: 64px;
    line-height: 60px;
  }
}
.ctablock__content--sbheading {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .ctablock__content--sbheading {
    font-size: 38px;
    line-height: 36px;
  }
}
.ctablock__content--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.ctablock__content--copy {
  max-width: 610px;
  width: 100%;
  margin: 30vh auto 0;
}
@media screen and (max-width: 1030px) {
  .ctablock__content--copy {
    margin: 15vh auto 0;
  }
}
.ctablock.alt {
  min-height: 120vh;
  padding: 60vh 0 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctablock.alt .ctablock__mask {
  top: 120px;
}
@media screen and (max-width: 575px) {
  .ctablock.alt {
    padding: 0;
    min-height: 100vh;
    margin-top: -5px;
  }
  .ctablock.alt .ctablock__mask {
    top: 35px;
  }
}
.ctablock.altsn {
  height: 100vh;
  padding: 45vh 0 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctablock.altsn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.tbblock {
  position: relative;
  padding: 7vh 0 30vh;
  background: #612C51;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock {
    padding: 7vh 0 0;
  }
}
.tbblock__butterfly {
  position: absolute;
  max-width: 300px;
  right: 40px;
  top: -120px;
}
@media screen and (max-width: 1030px) {
  .tbblock__butterfly {
    display: none;
  }
}
.tbblock__heading {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tbblock__heading {
    margin-bottom: 40px;
  }
}
.tbblock__heading h3 a,
.tbblock__heading h4 a {
  color: inherit;
}
.tbblock__heading h3 .underline,
.tbblock__heading h4 .underline {
  position: relative;
}
.tbblock__heading h3 .underline::before,
.tbblock__heading h4 .underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 8px;
  left: 0;
  background: #612C51;
}
.tbblock__bottomrow {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tbblock__bottomrow {
    flex-wrap: wrap;
  }
}
.tbblock__bottomcol {
  position: relative;
  max-width: 320px;
  width: 100%;
}
.tbblock__bottomcol:nth-child(2) {
  max-width: 390px;
}
.tbblock__bottomcol h6 {
  margin-bottom: 10px;
  font-weight: 600;
}
.tbblock__bottomcol p {
  color: #612C51;
}
.tbblock__bottomcol p.color-grey {
  color: #ECEDED;
}
.tbblock__bottomcol p:nth-child(1) {
  margin-bottom: 0;
}
.tbblock__bottomcol p:not(:last-child) {
  margin-bottom: 30px;
}
.tbblock__bottomcol p a {
  color: inherit;
}
.tbblock__bottomcol a {
  margin-top: 20px;
}
.tbblock__bottomcol--thumb {
  display: flex;
  gap: 10px;
}
.tbblock__bottomcol--thumb img {
  max-width: 150px;
}
.tbblock__bottomcol:first-child p {
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .tbblock__bottomcol:first-child p {
    font-size: 25px;
    line-height: 24px;
  }
}
.tbblock__beetroot {
  position: absolute;
  bottom: -80px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .tbblock__beetroot {
    display: none;
  }
}
.tbblock__glinseeds {
  right: 0;
  top: 25%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__glinseeds {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__glinseeds {
    max-width: 60px;
    top: 60%;
    right: 20px;
  }
}
.tbblock__garlichalf {
  right: 18%;
  top: 35%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__garlichalf {
    top: 40%;
    right: 40%;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__garlichalf {
    max-width: 80px;
    top: 65%;
  }
}
.tbblock__carrotsm {
  right: 35%;
  top: 55%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tbblock__carrotsm {
    max-width: 46px;
    right: 70%;
    top: 70%;
  }
}
.tbblock__carrot {
  right: 25%;
  top: 65%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tbblock__carrot {
    max-width: 65px;
    top: 75%;
    right: 52%;
  }
}
.tbblock__corinander {
  right: 32%;
  top: 75%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__corinander {
    right: unset;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__corinander {
    max-width: 100px;
    right: unset;
    left: -5%;
    top: 90%;
  }
}
.tbblock__chilli {
  right: 25%;
  top: 88%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__chilli {
    right: unset;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__chilli {
    max-width: 60px;
    left: 30%;
    top: 90%;
  }
}
.tbblock__lemon {
  right: 0;
  bottom: -15%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__lemon {
    bottom: -8%;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__lemon {
    right: -20%;
    display: none;
  }
}
.tbblock__garlichalfsn {
  right: 40%;
  bottom: -18%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__garlichalfsn {
    right: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__garlichalfsn {
    max-width: 90px;
    bottom: -5%;
  }
}
.tbblock__redonion {
  left: 10%;
  bottom: -15%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__redonion {
    display: none;
  }
}
.tbblock__lime {
  left: 25%;
  bottom: -18%;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .tbblock__lime {
    display: none;
  }
}
.tbblock__banner {
  position: absolute;
  width: 60vw;
  height: 60vw;
  right: 0;
  bottom: -180px;
  overflow: hidden;
  z-index: 1;
}
.tbblock__banner--bowl, .tbblock__banner--sunring, .tbblock__banner--inner {
  position: absolute;
}
.tbblock__banner--inner {
  width: 100%;
  height: 100%;
  right: -30%;
}
@media screen and (max-width: 1030px) {
  .tbblock__banner--inner {
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .tbblock__banner--inner {
    width: 120%;
    height: 120%;
    right: -35%;
  }
}
.tbblock__banner--sunring {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.tbblock__banner--30pp {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.tbblock__banner--30pp img {
  width: 100%;
}
.tbblock__banner--bowl {
  width: 74%;
  height: 74%;
  left: 49%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
  .tbblock__banner {
    position: relative;
    width: 100%;
    height: 100vw;
    bottom: unset;
    margin-top: 30px;
  }
}
.tbblock__bottommask {
  position: absolute;
  bottom: -120px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .tbblock__bottommask {
    bottom: -70px;
  }
}
.tbblock__bottommask img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tbblock__bottommask {
    bottom: -50px;
  }
}
.tbblock.alt {
  padding: 7vh 0 0;
  background: #ECEDED;
}
.tbblock.alt .tbblock__banner {
  width: 45vw;
  height: 54vw;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .tbblock.alt .tbblock__banner {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .tbblock.alt .tbblock__banner {
    width: 100vw;
    height: 100vw;
    bottom: 0;
    top: unset;
    transform: translateY(0);
  }
}
.tbblock.alt .tbblock__banner .tbblock__banner--inner {
  width: 100%;
  height: 100%;
  right: -5%;
}
.tbblock.alt .tbblock__banner .tbblock__banner--inner img {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
}

.tppp {
  position: relative;
  padding: 215px 0 0;
  background: #FFD800;
}
@media screen and (max-width: 768px) {
  .tppp {
    padding: 150px 0 0;
  }
}
.tppp__heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tppp__heading h3 {
    margin-bottom: 20px;
  }
}
.tppp__wrapper {
  display: flex;
  padding-right: 100px;
}
@media screen and (max-width: 1030px) {
  .tppp__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.tppp__banner {
  position: relative;
  max-width: calc(100% - 460px);
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .tppp__banner {
    max-width: 100%;
  }
}
.tppp__banner--garlichalf {
  left: 30%;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tppp__banner--garlichalf {
    max-width: 80px;
  }
}
.tppp__banner--chilli {
  right: 22%;
  top: 45%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tppp__banner--chilli {
    display: none;
  }
}
.tppp__banner--chillibottom {
  right: 10%;
  top: 55%;
  z-index: 2;
}
.tppp__banner--springgreens {
  left: 15%;
  top: 12%;
  z-index: 2;
}
.tppp__banner--vegbites, .tppp__banner--tpppgg, .tppp__banner--spanish {
  position: absolute;
}
.tppp__banner--vegbites, .tppp__banner--tpppgg {
  width: 304px;
  height: 432px;
}
@media screen and (max-width: 768px) {
  .tppp__banner--vegbites, .tppp__banner--tpppgg {
    width: 174px;
    height: 247px;
    z-index: 4;
  }
}
.tppp__banner--vegbites img, .tppp__banner--tpppgg img {
  width: 100%;
  height: 100%;
}
.tppp__banner--vegbites {
  top: 30%;
  left: 15%;
  z-index: 2;
  transform: rotate(-12deg);
}
.tppp__banner--tpppgg {
  top: 18%;
  left: 35%;
  transform: rotate(2.3deg);
}
@media screen and (max-width: 768px) {
  .tppp__banner--tpppgg {
    max-width: 200px;
    left: 40%;
  }
}
.tppp__banner--spanish {
  top: 15%;
  left: 53%;
}
.tppp__content {
  max-width: 460px;
  width: 100%;
  margin-top: 180px;
}
@media screen and (max-width: 1030px) {
  .tppp__content {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .tppp__content {
    padding: 0 20px;
  }
}
.tppp__content h3 {
  margin-bottom: 20px;
}
.tppp__content P {
  margin-bottom: 40px;
}
.tppp.alt {
  background: #408735;
  margin-top: -10px;
  padding: 15vh 0 60vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tppp.alt {
    padding: 15vh 0 5vh;
  }
}
.tppp.alt .productslider {
  top: 45%;
}
@media screen and (max-width: 768px) {
  .tppp.alt .productslider {
    position: relative;
    height: 250px;
    margin-top: 40px;
  }
}

.galleryreeler {
  position: relative;
  padding: 0 10px 10px;
  display: flex;
  gap: 10px;
  margin-top: -15%;
}
@media screen and (max-width: 1030px) {
  .galleryreeler {
    margin-top: 10%;
    flex-wrap: wrap;
  }
}
.galleryreeler #sb_instagram {
  padding-bottom: 0 !important;
}
.galleryreeler #sb_instagram #sbi_images {
  padding: 0;
}
.galleryreeler #sb_instagram #sbi_images .sbi_item {
  border-radius: 8px;
  overflow: hidden;
}
.galleryreeler__cflower {
  left: 0;
  top: -200px;
}
@media screen and (max-width: 1030px) {
  .galleryreeler__cflower {
    display: none;
  }
}
.galleryreeler__carrot {
  left: 35%;
  top: -100px;
}
@media screen and (max-width: 1030px) {
  .galleryreeler__carrot {
    display: none;
  }
}
.galleryreeler__card {
  width: calc(25% - 50px);
  aspect-ratio: 1;
  background: #ECEDED;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .galleryreeler__card {
    width: calc(50% - 5px);
  }
}
.galleryreeler__card img {
  width: 100%;
  height: 100%;
}
.galleryreeler__card a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .galleryreeler__card a {
    gap: 0;
  }
}
.galleryreeler__card a h4 {
  font-size: 45px;
  font-weight: 400;
  line-height: 46px;
  color: #612C51;
}
@media screen and (max-width: 767px) {
  .galleryreeler__card a h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
  }
}
.galleryreeler__card a h5 {
  color: #BC1B65;
}
@media screen and (max-width: 767px) {
  .galleryreeler__card a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 1030px) {
  .galleryreeler__card:last-child {
    display: none;
  }
}
.galleryreeler.alt {
  margin: 0;
  padding: 10px;
  background: #408735;
}
.galleryreeler.bgpurple {
  background: #612C51;
}
.galleryreeler.bgocean {
  background: #00A4B7;
}
.galleryreeler.pt0 {
  padding-top: 0;
}

.tppphero {
  position: relative;
  padding: 200px 0 0;
  background: #408735;
  margin-top: -117px;
  z-index: 40;
}
@media screen and (max-width: 1030px) {
  .tppphero {
    padding: 200px 0 100px;
  }
}
.tppphero__heading {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .tppphero__heading {
    width: 100%;
  }
}
.tppphero__heading h3,
.tppphero__heading h2 {
  position: relative;
}
@media screen and (max-width: 1350px) {
  .tppphero__heading h3 {
    font-size: 120px;
  }
}
@media screen and (max-width: 1030px) {
  .tppphero__heading h3 {
    font-size: 60px !important;
    line-height: 50px;
  }
  .tppphero__heading h3 .line {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .tppphero__heading h3 {
    margin-bottom: 10px;
  }
}
.tppphero__heading--sweetcorn {
  left: -85px;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--sweetcorn {
    display: none;
  }
}
.tppphero__heading--yellowpaper {
  left: 60px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--yellowpaper {
    width: 75px;
    left: -30px;
    top: 0;
  }
}
.tppphero__heading--boardbeans {
  right: 160px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--boardbeans {
    display: none;
  }
}
.tppphero__heading--paper {
  right: 0;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--paper {
    display: none;
  }
}
.tppphero__heading--beetroot {
  right: 50px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--beetroot {
    width: 130px;
    right: 0;
  }
}
.tppphero__heading--kale {
  top: -180px;
  left: 28%;
}
@media screen and (max-width: 768px) {
  .tppphero__heading--kale {
    width: 120px;
    left: unset;
    right: 10%;
    top: -100px;
  }
}
.tppphero__subheading {
  position: relative;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.tppphero__subheading h6 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  font-size: 26px;
  line-height: 100%;
}
@media screen and (max-width: 1030px) {
  .tppphero__subheading h6 {
    margin-top: 20px;
  }
}
.tppphero__subheading--mask {
  position: absolute;
  top: 25%;
  left: 39%;
  transform: translate(-50%, -50%);
  width: 180%;
}
@media screen and (max-width: 1030px) {
  .tppphero__subheading--mask {
    left: -90%;
    max-width: 200px;
    transform: rotate(35deg);
    top: -50%;
  }
}
@media screen and (max-width: 768px) {
  .tppphero__subheading--mask {
    width: 120px;
    left: -30%;
  }
}
.tppphero__subheading--mask img {
  width: 100%;
}
.tppphero__30pp {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  margin-top: 66px;
  left: 50%;
  transform: translateX(-50%);
}
.tppphero__bottommask {
  position: absolute;
  bottom: -125px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .tppphero__bottommask {
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .tppphero__bottommask {
    bottom: -30px;
  }
}
.tppphero__bottommask img {
  width: 100%;
}

.ppmessage {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 30;
}
@media screen and (max-width: 575px) {
  .ppmessage {
    flex-direction: column;
  }
}
.ppmessage__banner {
  position: relative;
  width: 50%;
  padding-top: 100px;
  background: #FFD800;
}
@media screen and (max-width: 575px) {
  .ppmessage__banner {
    order: 2;
    width: 100%;
  }
}
.ppmessage__banner img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .ppmessage__banner img {
    height: 480px;
  }
}
.ppmessage__content {
  width: 50%;
  padding-top: 100px;
}
@media screen and (max-width: 1030px) {
  .ppmessage__content {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 575px) {
  .ppmessage__content {
    width: 100%;
  }
}
.ppmessage__content--inner {
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
}
.ppmessage__content--inner h3 {
  margin-bottom: 40px;
}
.ppmessage__content--inner p {
  margin-bottom: 20px;
  color: #612C51;
}
.ppmessage__content--inner p:first-of-type {
  font-family: "Argone";
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .ppmessage__content--inner p:first-of-type {
    font-size: 25px;
    line-height: 24px;
  }
}
.ppmessage__content--inner p a {
  color: inherit;
}
.ppmessage.alt {
  align-items: stretch;
}
.ppmessage.alt .ppmessage__banner {
  padding: 0;
}
.ppmessage.alt .ppmessage__banner img {
  height: 100%;
}
.ppmessage.alt .ppmessage__content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD800;
}
.ppmessage__garlichalf {
  right: 0;
  bottom: 40px;
}
@media screen and (max-width: 1030px) {
  .ppmessage__garlichalf {
    display: none;
  }
}
.ppmessage__lemon {
  right: 0;
  bottom: -100px;
  z-index: 2;
  right: 80px;
}
@media screen and (max-width: 1030px) {
  .ppmessage__lemon {
    display: none;
  }
}
.ppmessage__kale {
  right: 0;
  bottom: -100px;
}
@media screen and (max-width: 1030px) {
  .ppmessage__kale {
    display: none;
  }
}
.ppmessage.pp .ppmessage__banner {
  order: 1;
}
.ppmessage.pp .ppmessage__content {
  order: 2;
}

.cppblock {
  position: relative;
  padding: 180px 0 0;
  background: #612C51;
}
.cppblock__heading {
  position: relative;
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cppblock__heading h3 {
  margin-bottom: 20px;
}
.cppblock__heading p {
  color: #ECEDED;
}
@media screen and (max-width: 768px) {
  .cppblock__heading {
    padding: 0 20px;
  }
}
.cppblock__row {
  position: relative;
  max-width: 745px;
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cppblock__row {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .cppblock__col {
    width: 45%;
  }
}
.cppblock__col:nth-child(1) {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .cppblock__col:nth-child(1) {
    margin: 0;
  }
}
.cppblock__col:nth-child(4) {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .cppblock__col:nth-child(4) {
    margin: 0;
  }
}
.cppblock__bottom {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cppblock__bottom {
    flex-direction: column;
  }
}
.cppblock__banner {
  position: relative;
  width: 55%;
  left: -12%;
  margin-bottom: -13%;
}
.cppblock__banner--pack {
  max-width: 262px;
  right: -17%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--pack {
    max-width: 199px;
    top: -10%;
    right: 5%;
  }
}
.cppblock__banner--11pp {
  max-width: 262px;
  right: -25%;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--11pp {
    max-width: 160px;
    right: 0;
    top: 30%;
  }
}
.cppblock__banner--lemon {
  max-width: 262px;
  left: 20%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--lemon {
    max-width: 117px;
    top: -5%;
  }
}
.cppblock__banner--paper {
  max-width: 262px;
  left: 75%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--paper {
    display: none;
  }
}
.cppblock__banner--carrot {
  max-width: 262px;
  left: 78%;
  top: 55%;
  max-width: 78px;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--carrot {
    max-width: 46px;
  }
}
.cppblock__banner--carrotsm {
  max-width: 262px;
  left: 90%;
  top: 62%;
  max-width: 58px;
}
@media screen and (max-width: 768px) {
  .cppblock__banner--carrotsm {
    max-width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .cppblock__banner {
    width: 120%;
    order: 2;
    margin-top: 80px;
    margin-bottom: -90px;
    margin-left: -20%;
  }
}
.cppblock__bottomcontent {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .cppblock__bottomcontent {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.cppblock__bottomcontent--inner {
  max-width: 377px;
  width: 100%;
  margin: 0 auto;
}
.cppblock__bottomcontent--inner h4 {
  margin-bottom: 30px;
}
.cppblock__bottomcontent--inner p {
  color: #ECEDED;
}

.productslider {
  height: 100vh;
  top: -135px;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .productslider {
    top: -220px;
  }
}
.productslider__wheel {
  position: absolute;
  top: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300vw;
  height: 300vw;
  max-width: 3000px;
  max-height: 3000px;
  left: 50%;
  transform: translateX(-50%);
}
.productslider__item {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 352px;
  aspect-ratio: 9.5/11;
}
@media screen and (max-width: 768px) {
  .productslider__item {
    min-height: unset;
    height: 185px;
  }
  .productslider__item:nth-child(15) {
    display: none;
  }
  .productslider__item:nth-child(16) {
    display: none;
  }
  .productslider__item:nth-child(17) {
    display: none;
  }
  .productslider__item:nth-child(18) {
    display: none;
  }
  .productslider__item:nth-child(19) {
    display: none;
  }
  .productslider__item:nth-child(20) {
    display: none;
  }
  .productslider__item:nth-child(21) {
    display: none;
  }
  .productslider__item:nth-child(22) {
    display: none;
  }
}
.productslider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listblock {
  position: relative;
  padding: 60px 0 0;
  background: #ECEDED;
}
@media screen and (max-width: 768px) {
  .listblock {
    overflow: hidden;
  }
}
.listblock__heading {
  position: relative;
  max-width: 950px;
  width: 100%;
}
.listblock__wrapper {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .listblock__wrapper {
    flex-direction: column;
  }
}
.listblock__text {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .listblock__text {
    width: 100%;
    margin-bottom: 200px;
  }
}
.listblock__text--inner {
  max-width: 550px;
  width: 100%;
}
.listblock__text--inner p {
  font-weight: 500;
  color: #612C51;
}
.listblock__text--inner p a {
  color: inherit;
}
.listblock__text--inner p:not(:last-child) {
  margin-bottom: 30px;
}
.listblock__list {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .listblock__list {
    width: 100%;
  }
}
.listblock__list--item {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px 30px 20px 20px;
  background: #BC1B65;
  border-radius: 8px;
}
.listblock__mask img {
  width: 100%;
}
.listblock__yellowpaper {
  left: -70px;
}
.listblock__spinach {
  left: 40px;
  bottom: -80px;
}
@media screen and (max-width: 768px) {
  .listblock__spinach {
    bottom: -40%;
  }
}
.listblock__onion {
  right: 240px;
  bottom: -140px;
}
@media screen and (max-width: 768px) {
  .listblock__onion {
    right: 10%;
    bottom: -51%;
  }
}
.listblock__beetroot {
  right: 30px;
  bottom: -120px;
}
@media screen and (max-width: 768px) {
  .listblock__beetroot {
    right: -70px;
    width: 120px;
    bottom: -45%;
  }
}
.listblock__carrot {
  right: 30px;
  top: -200px;
}
@media screen and (max-width: 768px) {
  .listblock__carrot {
    display: none;
  }
}
.listblock__sweetcorn {
  right: -40px;
  top: -200px;
}
@media screen and (max-width: 768px) {
  .listblock__sweetcorn {
    display: none;
  }
}

.orhero {
  position: relative;
  padding: 195px 0 80px;
  background: #408735;
  margin-top: -117px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .orhero {
    padding: 180px 0 0;
  }
}
.orhero__heading {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .orhero__heading {
    text-align: center;
  }
}
.orhero__heading h2 {
  margin-bottom: 20px;
}
.orhero__heading h6 {
  margin-bottom: 24px;
}
.orhero__heading p {
  max-width: 434px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .orhero__heading p {
    margin: 0 auto;
  }
}
.orhero__mask {
  position: absolute;
  bottom: -140px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.orhero__mask img {
  max-width: unset;
  width: 120%;
}
.orhero__banner {
  position: absolute;
  bottom: -34%;
  right: -5%;
  width: 50vw;
  max-width: 740px;
}
@media screen and (max-width: 1030px) {
  .orhero__banner {
    position: relative;
    width: 80vw;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .orhero__banner {
    width: 120vw;
    margin-bottom: -120px;
  }
}
.orhero__banner--garlic {
  right: 25%;
  top: 5%;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .orhero__banner--garlic {
    max-width: 80px;
  }
}
.orhero__banner--paper {
  right: 5%;
  top: 25%;
}
@media screen and (max-width: 575px) {
  .orhero__banner--paper {
    max-width: 75px;
  }
}
.orhero__banner--carrot {
  left: 15%;
  top: 35%;
}
@media screen and (max-width: 575px) {
  .orhero__banner--carrot {
    max-width: 65px;
  }
}
.orhero__banner--carrotsm {
  top: 30%;
}
@media screen and (max-width: 575px) {
  .orhero__banner--carrotsm {
    max-width: 45px;
    left: 5%;
  }
}
.orhero__banner--coriander {
  top: 60%;
}
@media screen and (max-width: 575px) {
  .orhero__banner--coriander {
    max-width: 95px;
    left: 10%;
    top: 67%;
  }
}

.products {
  position: relative;
  padding: 120px 0 0;
  background: #ECEDED;
  z-index: 20;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .products {
    padding: 80px 0;
  }
}
.products__heading {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .products__heading h2 {
    margin-bottom: 20px;
  }
}
.products__heading h5 {
  margin-top: 40px;
}
.products__nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 55px;
  padding: 40px 0;
  border-top: 1px dashed #612C51;
  border-bottom: 1px dashed #612C51;
}
@media screen and (max-width: 1030px) {
  .products__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .products__nav {
    gap: 25px 40px;
  }
}
.products__nav--item {
  position: relative;
  white-space: nowrap;
}
.products__nav--item a {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  color: #612C51;
  text-decoration: none;
}
.products__nav--item::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  margin-top: -3px;
  transform: translateY(-50%);
  background: #C11F3D;
}
.products__block {
  position: relative;
  padding: 30px 0 80px;
}
.products__block--auberginer {
  right: -220px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--auberginer {
    display: none;
  }
}
.products__block--redpaper {
  left: -90px;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--redpaper {
    display: none;
  }
}
.products__block--yellowpaper {
  right: -90px;
  top: -80px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--yellowpaper {
    display: none;
  }
}
.products__block--bbeans {
  right: -40px;
  top: -80px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--bbeans {
    display: none;
  }
}
.products__block--beetroot {
  left: -60px;
  bottom: 180px;
  z-index: 3;
}
@media screen and (max-width: 1030px) {
  .products__block--beetroot {
    display: none;
  }
}
.products__block--sweetcorn {
  left: 20px;
  bottom: 150px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--sweetcorn {
    display: none;
  }
}
.products__block--cbeans {
  right: -60px;
  bottom: -20px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--cbeans {
    display: none;
  }
}
.products__block--cflower {
  right: -100px;
  top: -90px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--cflower {
    display: none;
  }
}
.products__block--carrot {
  right: -50px;
  top: 60px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--carrot {
    display: none;
  }
}
.products__block--spinash {
  left: -150px;
  bottom: -160px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .products__block--spinash {
    display: none;
  }
}
.products__block:not(:last-child) {
  border-bottom: 1px dashed #612C51;
}
.products__block--heading {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .products__block--heading {
    text-align: left;
  }
}
.products__block--heading h4 {
  font-weight: 600;
}
.products__block--heading h4 span.number {
  color: inherit;
  opacity: 0.3;
}
.products__block--heading h6 {
  font-weight: 600;
}
.products__block--row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  z-index: 20;
}
.products__card {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: calc(25% - 30px);
  text-decoration: none;
}
@media screen and (max-width: 1030px) {
  .products__card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .products__card {
    width: 100%;
  }
}
.products__card--img {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 25px 30px 0;
  align-items: flex-end;
}
.products__card--img img {
  position: relative;
  height: 355px;
  object-fit: contain;
  transition: all 0.3s;
}
.products__card--img::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  border-radius: 8px;
  background: #C11F3D;
}
.products__card--info {
  margin-top: 15px;
}
.products__card--info h4 {
  margin-bottom: 5px;
  font-weight: 600;
}
.products__card--info h6 {
  font-weight: 600;
}
.products__card.bites .products__card--img::before {
  background: #FFD800;
}
.products__card.burger .products__card--img::before {
  background: #408735;
}
.products__card.sausages .products__card--img::before {
  background: #F29209;
}
.products__card.steetfood .products__card--img::before {
  background: #03A391;
}
.products__card.glazegrill .products__card--img::before {
  background: #612C51;
}
.products__card:hover .products__card--img img {
  transform: scale(1.03);
}
.products.pro .products__card--img {
  padding: 0;
  background: #C4C4C4;
  border-radius: 8px;
  aspect-ratio: 1;
  overflow: hidden;
}
.products.pro .products__card--img img {
  height: 100%;
}
.products.pro .products__card--img::before {
  display: none;
}
.products.pro .products__nav--item:nth-child(2)::before {
  background: #F29209;
}
.products.pro .products__nav--item:nth-child(4)::before {
  background: #03A391;
}
.products.pro .products__block--heading h4 span.number {
  color: inherit;
  opacity: 0.4;
}

.rdetailshero {
  position: relative;
  padding: 146px 0 0;
  background: #FFD800;
  margin-top: -117px;
}
.rdetailshero__wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .rdetailshero__wrapper {
    flex-direction: column;
  }
}
.rdetailshero__heading {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .rdetailshero__heading {
    width: 100%;
  }
}
.rdetailshero__heading a {
  display: inline-flex;
  margin-bottom: 24px;
}
.rdetailshero__heading h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .rdetailshero__heading h3 {
    max-width: 280px;
  }
}
.rdetailshero__banner {
  position: relative;
  width: 50%;
  margin-top: -80px;
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner {
    width: 100%;
    margin-top: 20px;
  }
}
.rdetailshero__banner img {
  width: 100%;
}
.rdetailshero__banner--product {
  max-width: 450px;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
}
.rdetailshero__banner--product img {
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .rdetailshero__banner--product {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner--product {
    max-width: 250px;
  }
}
.rdetailshero__banner--sweetcorn {
  left: 5%;
  bottom: 20%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner--sweetcorn {
    max-width: 70px;
  }
}
.rdetailshero__banner--blackbeans {
  left: 2%;
  top: 20%;
  z-index: 1;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner--blackbeans {
    max-width: 80px;
  }
}
.rdetailshero__banner--spinash {
  right: 2%;
  top: 40%;
  z-index: 1;
  max-width: 200px;
  width: 100%;
}
.rdetailshero__banner--spinash img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner--spinash {
    max-width: 120px;
  }
}
.rdetailshero__banner--spinashalt {
  right: 5%;
  top: 10%;
  z-index: 1;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rdetailshero__banner--spinashalt {
    max-width: 80px;
  }
}
.rdetailshero__banner--spinashalt img {
  width: 100%;
}
.rdetailshero.green {
  background: #408735;
  padding-top: 195px;
}

.rdetailsblock {
  position: relative;
  display: flex;
  background: #ECEDED;
  margin-top: -90px;
  z-index: 2;
}
.rdetailsblock__banner {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__banner {
    display: none;
  }
}
.rdetailsblock__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.rdetailsblock__content {
  width: 50%;
  padding: 100px 30px 10px;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__content {
    width: 100%;
    padding: 60px 20px 80px;
  }
}
.rdetailsblock__topcontent {
  position: relative;
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
}
.rdetailsblock__headingblock {
  margin-bottom: 60px;
}
.rdetailsblock__headingblock h2,
.rdetailsblock__headingblock h3,
.rdetailsblock__headingblock h5 {
  font-family: "Passion One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
  color: #612C51;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .rdetailsblock__headingblock h2,
  .rdetailsblock__headingblock h3,
  .rdetailsblock__headingblock h5 {
    font-size: 44px;
    line-height: 42px;
  }
}
.rdetailsblock__headingblock p {
  color: #612C51;
}
.rdetailsblock__headingblock p:not(:last-child) {
  margin-bottom: 20px;
}
.rdetailsblock__textblock {
  margin-bottom: 60px;
}
.rdetailsblock__textblock h3 {
  font-family: "Passion One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rdetailsblock__textblock h3 {
    font-size: 44px;
    line-height: 42px;
  }
}
.rdetailsblock__textblock h6 {
  margin-bottom: 10px;
}
.rdetailsblock__textblock p {
  color: #612C51;
}
.rdetailsblock__logoblock {
  margin-bottom: 60px;
}
.rdetailsblock__logoblock h6 {
  margin-bottom: 15px;
}
.rdetailsblock__logowrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__logowrapper {
    flex-wrap: wrap;
  }
}
.rdetailsblock__logo {
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__logo {
    width: calc(50% - 10px);
    aspect-ratio: 1;
    height: unset;
  }
}
.rdetailsblock__mbbanner {
  display: none;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__mbbanner {
    display: flex;
    width: 100%;
    height: 460px;
    margin-bottom: 60px;
    border-radius: 8px;
    overflow: hidden;
  }
  .rdetailsblock__mbbanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.rdetailsblock__bottomcontent h6 {
  display: none;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__bottomcontent h6 {
    display: flex;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.rdetailsblock__bottombanner {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__bottombanner {
    display: none;
  }
}
.rdetailsblock__bottombanner img {
  width: 100%;
  border-radius: 8px;
}
.rdetailsblock__card {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .rdetailsblock__card {
    flex-direction: column;
    width: 100%;
  }
}
.rdetailsblock__card:not(:last-child) {
  margin-bottom: 20px;
}
.rdetailsblock__card--img {
  width: 30%;
}
@media screen and (max-width: 1030px) {
  .rdetailsblock__card--img {
    width: 100%;
    height: 200px;
  }
}
.rdetailsblock__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rdetailsblock__card--info {
  width: 70%;
  padding: 35px 90px;
  background: #FFD800;
}
@media screen and (max-width: 1030px) {
  .rdetailsblock__card--info {
    width: 100%;
    padding: 30px;
  }
}
.rdetailsblock__card--info h6 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .rdetailsblock__card--info h6 {
    display: none;
  }
}
.rdetailsblock__card--info h4 {
  margin-bottom: 25px;
  font-weight: 600;
}

.relatedproducts {
  position: relative;
  padding: 320px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .relatedproducts {
    padding: 160px 0 120px;
  }
}
.relatedproducts__mask {
  position: absolute;
  width: 120%;
  left: 50%;
  top: -17%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .relatedproducts__mask {
    top: -45px;
  }
}
.relatedproducts__mask img {
  width: 100%;
}
.relatedproducts__kale {
  right: 0;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .relatedproducts__kale {
    display: none;
  }
}
.relatedproducts__lemon {
  right: 5%;
  top: 26%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__lemon {
    display: none;
  }
}
.relatedproducts__redpaper {
  right: -40px;
  top: 16%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__redpaper {
    max-width: 80px;
    right: -15px;
    top: 5%;
  }
}
.relatedproducts__bbeans {
  right: 80px;
  top: 16%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__bbeans {
    display: none;
  }
}
.relatedproducts__spinash {
  left: -10px;
  top: 16%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__spinash {
    max-width: 142px;
    left: -15px;
    top: 8%;
  }
}
.relatedproducts__beetroot {
  left: -30px;
  top: 2%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__beetroot {
    max-width: 105px;
    left: -45px;
    top: 5%;
  }
}
.relatedproducts__sweetcorn {
  left: 30px;
  top: 10%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__sweetcorn {
    max-width: 90px;
    left: 5px;
    top: 6%;
  }
}
.relatedproducts__cflower {
  left: 80px;
  top: 22%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__cflower {
    display: none;
  }
}
.relatedproducts__carrot {
  left: 40px;
  top: 30%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .relatedproducts__carrot {
    display: none;
  }
}
.relatedproducts__heading {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .relatedproducts__heading {
    max-width: 225px;
    width: 100%;
  }
}
.relatedproducts__row {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .relatedproducts__row {
    flex-wrap: wrap;
  }
}
.relatedproducts__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .relatedproducts .products__card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .relatedproducts .products__card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .relatedproducts__heading {
    text-align: center;
    z-index: 22;
  }
}

.recipeshero {
  position: relative;
  padding: 30vh 0 15vh;
  margin-top: -117px;
}
.recipeshero__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recipeshero__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.recipeshero__heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.recipeshero__search {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recipeshero__search {
    padding: 0 20px;
  }
}
.recipeshero__search form {
  position: relative;
  width: 100%;
}
.recipeshero__search input {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 17px 20px 14px;
  font-family: "Argone";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  background: #ECEDED;
  border-radius: 4px;
  border: 0;
  outline: 0;
}
.recipeshero__search input::placeholder {
  color: #612C51;
}
@media screen and (max-width: 400px) {
  .recipeshero__search input {
    font-size: 13px;
  }
}
.recipeshero__search button {
  position: absolute;
  right: 3px;
  width: 105px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Argone";
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  gap: 8px;
  border-radius: 4px;
  background: #FFD800;
  border: 0;
  outline: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .recipeshero__search button {
    right: 3px;
  }
}

.recipescontent {
  position: relative;
  padding: 45px 0 40px;
  background: #ECEDED;
  z-index: 3;
}
.recipescontent .container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recipescontent .container {
    flex-wrap: wrap;
  }
}
.recipescontent__filter {
  width: 25%;
}
@media screen and (min-width: 1200px) {
  .recipescontent__filter--inner {
    position: sticky;
    top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .recipescontent__filter {
    position: relative;
    top: unset;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #612C51;
  }
}
.recipescontent__filter h6 {
  margin-bottom: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.recipescontent__filter h5 {
  margin-bottom: 20px;
}
.recipescontent__filter p {
  margin-bottom: 30px;
}
.recipescontent__filterwrapper {
  margin-bottom: 20px;
  height: 320px;
  overflow: hidden;
}
.recipescontent__singlefilter {
  margin-bottom: 20px;
}
.recipescontent__morebtn {
  margin-bottom: 30px;
}
.recipescontent__morebtn button {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  outline: 0;
  font-family: "Argone";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  cursor: pointer;
  background: transparent;
}
.recipescontent__result {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .recipescontent__result {
    width: 100%;
  }
}
.recipescontent__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .recipescontent__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .recipescontent__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recipescontent__row.alt {
  grid-template-columns: repeat(1, 1fr);
}
.recipescontent__card {
  position: relative;
  width: 100%;
  text-decoration: none;
}
.recipescontent__card:hover .recipescontent__card__img img {
  transform: scale(1.03);
}
.recipescontent__card__img {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .recipescontent__card__img {
    aspect-ratio: unset;
    height: 240px;
  }
}
.recipescontent__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.recipescontent__card h6 {
  font-weight: 600;
}
.recipescontent__checkcont {
  position: relative;
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #612C51;
}
.recipescontent__checkcont.flexcol {
  flex-direction: column;
}

.goshpagination {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px dashed #612C51;
}
@media screen and (max-width: 768px) {
  .goshpagination {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .goshpagination__next {
    order: 2;
    width: 47%;
    justify-content: center;
    transform: rotate(0) !important;
  }
}
@media screen and (max-width: 767px) {
  .goshpagination__prev {
    order: 3;
    width: 47%;
    justify-content: center;
    transform: rotate(0) !important;
  }
}
.goshpagination__list {
  display: flex;
  gap: 8px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .goshpagination__list {
    flex-wrap: wrap;
    order: 1;
    justify-content: center;
  }
}
.goshpagination__list--number a {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  background: white;
  border-radius: 50%;
  color: #BC1B65;
  transition: all 0.3s;
}
.goshpagination__list--number a:hover, .goshpagination__list--number a.active {
  background: #BC1B65;
  color: #ECEDED;
}

.rcpdetailshero {
  position: relative;
  padding: 150px 0 180px;
  background: #612C51;
  margin-top: -117px;
  z-index: 2;
}
.rcpdetailshero__heading {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rcpdetailshero__heading {
    text-align: left;
  }
}
.rcpdetailshero__heading a {
  display: inline-flex;
  margin-bottom: 30px;
}
.rcpdetailshero__heading h3 {
  margin-bottom: 20px;
}
.rcpdetailshero__mask {
  position: absolute;
  width: 100%;
  bottom: -190px;
}
@media screen and (max-width: 1440px) {
  .rcpdetailshero__mask {
    bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .rcpdetailshero__mask {
    bottom: -30px;
  }
}
.rcpdetailshero__mask img {
  width: 100%;
}
.rcpdetailshero.nobanner .rcpdetailshero__mask {
  bottom: -120px;
}

.rcptopbanner {
  position: relative;
  z-index: 30;
  margin-top: 35px;
  margin-top: -130px;
}
.rcptopbanner__cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rcptopbanner__cta {
    justify-content: flex-start;
    padding-left: 15px;
  }
}
.rcptopbanner__banner {
  width: 100%;
}
.rcptopbanner__banner img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .rcptopbanner__banner img {
    height: 280px;
  }
}

.rcpdetailsblock {
  position: relative;
  padding: 40px 0 150px;
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock {
    padding: 10px 0 60px;
  }
}
.rcpdetailsblock .container {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock .container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock .container {
    flex-direction: column;
  }
}
.rcpdetailsblock__left {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__left {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock__left {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.rcpdetailsblock__right {
  position: relative;
  width: 50%;
}
.rcpdetailsblock__right ul, .rcpdetailsblock__right p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__right {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock__right {
    width: 100%;
  }
}
.rcpdetailsblock__leftcard {
  position: sticky;
  top: 40px;
  max-width: 550px;
  width: 100%;
  padding: 80px 85px;
  border-radius: 8px;
  background: #408735;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__leftcard {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock__leftcard {
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 80px;
  }
}
.rcpdetailsblock__leftcard h5 {
  margin-bottom: 20px;
}
.rcpdetailsblock__leftcard p {
  margin-bottom: 20px;
}
.rcpdetailsblock__leftcard h6 a {
  color: #ECEDED;
}
.rcpdetailsblock__leftcardbottom {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px dashed #ECEDED;
  display: flex;
  justify-content: space-between;
}
.rcpdetailsblock__leftcardbottom h6 {
  width: 110px;
}
.rcpdetailsblock__leftcardbottom ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rcpdetailsblock__leftcardbottom ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFD800;
}
.rcpdetailsblock__rightblock {
  position: relative;
  max-width: 550px;
  width: 100%;
}
.rcpdetailsblock__rightblock:not(:last-child) {
  margin-bottom: 80px;
}
.rcpdetailsblock__rightblock h5 {
  position: relative;
  margin-bottom: 30px;
}
.rcpdetailsblock__rightblock h5 span {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  color: #BC1B65;
}
@media screen and (max-width: 768px) {
  .rcpdetailsblock__rightblock h5 span {
    left: 0;
    top: -20px;
  }
}
.rcpdetailsblock__rightblock li {
  padding: 30px 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__rightblock li {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock__rightblock li:not(:last-child) {
  border-bottom: 1px dashed #612C51;
}
.rcpdetailsblock__rightblock li p,
.rcpdetailsblock__rightblock li span {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__rightblock li p,
  .rcpdetailsblock__rightblock li span {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock__ilist--item {
  padding: 10px 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__ilist--item {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock__ilist--item:not(:last-child) {
  border-bottom: 1px dashed #612C51;
}
.rcpdetailsblock__ilist--item p,
.rcpdetailsblock__ilist--item span {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__ilist--item p,
  .rcpdetailsblock__ilist--item span {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock__mlist--item {
  padding: 30px 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__mlist--item {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock__mlist--item:not(:last-child) {
  border-bottom: 1px dashed #612C51;
}
.rcpdetailsblock__mlist--item p,
.rcpdetailsblock__mlist--item span {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .rcpdetailsblock__mlist--item p,
  .rcpdetailsblock__mlist--item span {
    font-size: 16px;
    line-height: 20px;
  }
}
.rcpdetailsblock.nobanner {
  margin-top: 200px;
}

.relatedpost {
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .relatedpost {
    padding: 0;
  }
}
.relatedpost__wrapper {
  position: relative;
  padding: 130px 30px 75px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #612C51;
}
@media screen and (max-width: 767px) {
  .relatedpost__wrapper {
    padding: 80px 20px 60px;
    border-radius: 0;
  }
}
.relatedpost__coriander {
  right: -40px;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .relatedpost__coriander {
    max-width: 120px;
    top: 18%;
  }
}
.relatedpost__garlic {
  right: 60px;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .relatedpost__garlic {
    max-width: 120px;
    top: 16%;
    right: 40px;
  }
}
.relatedpost__paper {
  right: 60px;
  top: 26%;
}
@media screen and (max-width: 767px) {
  .relatedpost__paper {
    display: none;
  }
}
.relatedpost__carrot {
  top: 26%;
}
@media screen and (max-width: 767px) {
  .relatedpost__carrot {
    width: 100px;
    top: 0;
    left: -5%;
  }
}
.relatedpost__heading {
  text-align: center;
  margin-bottom: 60px;
}
.relatedpost__heading h3 {
  margin-bottom: 20px;
}
.relatedpost__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .relatedpost__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.relatedpost__col a {
  text-decoration: none;
}
.relatedpost__col--img {
  width: 100%;
  aspect-ratio: 1/0.65;
}
@media screen and (max-width: 767px) {
  .relatedpost__col--img {
    aspect-ratio: 1/0.85;
  }
}
.relatedpost__col--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relatedpost__col--title {
  margin-top: 15px;
  max-width: 620px;
  width: 100%;
}
.relatedpost.bggreen .relatedpost__wrapper {
  background: #408735;
}

.bloghero {
  position: relative;
  padding: 190px 0 50px;
  background: #00A4B7;
  margin-top: -117px;
}
@media screen and (max-width: 768px) {
  .bloghero {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .bloghero {
    padding: 220px 0 10px;
  }
}
.bloghero__heading {
  position: relative;
  max-width: 443px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .bloghero__heading {
    max-width: 410px;
  }
}
@media screen and (max-width: 767px) {
  .bloghero__heading {
    text-align: center;
  }
}
.bloghero__heading h2 {
  margin-bottom: 20px;
}
.bloghero__heading h6 {
  margin-bottom: 20px;
}
.bloghero__card {
  position: absolute;
  max-width: 609px;
  width: 100%;
  right: 10px;
  bottom: 10px;
  padding: 50px 40px;
  background: #FFD800;
  border-radius: 8px;
}
@media screen and (max-width: 1030px) {
  .bloghero__card {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .bloghero__card {
    position: relative;
    margin: 80px auto 0;
    max-width: 100%;
    right: unset;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .bloghero__card {
    padding: 20px 20px 30px;
  }
}
.bloghero__card--content {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .bloghero__card--content {
    width: 62%;
  }
}
.bloghero__card--content h5 {
  margin-bottom: 30px;
}
.bloghero__card--content h6 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bloghero__card--content h6 {
    width: 80%;
  }
}
.bloghero__card--img {
  position: absolute;
  top: 0;
  right: 0;
}
.bloghero__card--img--product {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 206px;
  height: 228px;
  border-radius: 8px;
  overflow: hidden;
  transform: rotate(7deg);
}
@media screen and (max-width: 1030px) {
  .bloghero__card--img--product {
    width: 190px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .bloghero__card--img--product {
    width: 136px;
    height: 149px;
    right: 20px;
    bottom: 20px;
  }
}
.bloghero__card--img--product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1030px) {
  .bloghero__card--img {
    max-width: 250px;
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .bloghero__card--img {
    width: 200px;
  }
}
.bloghero__garlic {
  right: 38%;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .bloghero__garlic {
    right: unset;
    top: 35%;
    left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .bloghero__garlic {
    top: 40%;
    left: -27%;
  }
}
.bloghero__garlicalt {
  right: 26%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .bloghero__garlicalt {
    right: unset;
    left: -5%;
    top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .bloghero__garlicalt {
    left: -12%;
    top: 50%;
  }
}
.bloghero__lemon {
  right: 44%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .bloghero__lemon {
    right: -8%;
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .bloghero__lemon {
    right: -14%;
  }
}
.bloghero__paper {
  right: 44%;
  top: 68%;
}
@media screen and (max-width: 768px) {
  .bloghero__paper {
    top: 15%;
    right: 4%;
  }
}
.bloghero__coriander {
  right: 35%;
  top: 68%;
}
@media screen and (max-width: 768px) {
  .bloghero__coriander {
    display: none;
  }
}

.bloglist {
  position: relative;
  padding: 0 10px 0;
  background: #00A4B7;
}
@media screen and (max-width: 768px) {
  .bloglist {
    padding: 0;
  }
}
.bloglist__wrapper {
  position: relative;
  padding: 30px 30px 80px;
  background: #ECEDED;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .bloglist__wrapper {
    padding: 20px 20px 60px;
    border-radius: 0;
  }
}
.bloglist__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 30px;
}
@media screen and (max-width: 768px) {
  .bloglist__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .bloglist__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.bloglist__card {
  position: relative;
  width: 100%;
}
.bloglist__card a {
  text-decoration: none;
}
.bloglist__card--img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.bloglist__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.bloglist__card:hover .bloglist__card--img img {
  transform: scale(1.03);
}
.bloglist__card--heading {
  position: relative;
  max-width: 433px;
  width: 100%;
}
.bloglist__card--heading h5 {
  margin-bottom: 10px;
}

.blogdetailshero {
  position: relative;
  padding: 150px 0 50px;
  background: #00A4B7;
  margin-top: -117px;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .blogdetailshero {
    padding: 150px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .blogdetailshero {
    padding: 150px 0 150px;
  }
}
.blogdetailshero__heading {
  position: relative;
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .blogdetailshero__heading {
    text-align: left;
  }
}
.blogdetailshero__heading a {
  display: inline-flex;
  margin-bottom: 30px;
}
.blogdetailshero__heading h4 {
  margin-bottom: 30px;
}
.blogdetailshero__mask {
  position: absolute;
  width: 100%;
  bottom: -190px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .blogdetailshero__mask {
    bottom: -80px;
  }
}
.blogdetailshero__mask img {
  width: 120%;
  max-width: unset;
}

.bdetailstopbanner {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 769px) {
  .bdetailstopbanner {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .bdetailstopbanner {
    margin-top: -100px;
  }
}
.bdetailstopbanner .container {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.bdetailstopbanner__cta {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: -20px;
}
.bdetailstopbanner__banner {
  width: 100%;
}
.bdetailstopbanner__banner img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .bdetailstopbanner__banner img {
    height: 280px;
    object-fit: cover;
  }
}

.bdcontent {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .bdcontent {
    padding: 70px 20px 100px;
  }
}
.bdcontent__block {
  position: relative;
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}
.bdcontent__textblock h1,
.bdcontent__textblock h2 {
  font-family: "Passion One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .bdcontent__textblock h1,
  .bdcontent__textblock h2 {
    font-size: 44px;
    line-height: 42px;
  }
}
.bdcontent__textblock h3,
.bdcontent__textblock h4,
.bdcontent__textblock h5,
.bdcontent__textblock h6 {
  margin: 40px 0 20px;
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #BC1B65;
}
@media screen and (max-width: 1030px) {
  .bdcontent__textblock h3,
  .bdcontent__textblock h4,
  .bdcontent__textblock h5,
  .bdcontent__textblock h6 {
    font-size: 25px;
    line-height: 24px;
  }
}
.bdcontent__textblock h3 a,
.bdcontent__textblock h4 a,
.bdcontent__textblock h5 a,
.bdcontent__textblock h6 a {
  color: inherit;
  text-decoration: none;
}
.bdcontent__textblock p {
  color: #612C51;
}
.bdcontent__textblock p:not(:last-child) {
  margin-bottom: 20px;
}
.bdcontent__textblock p a {
  color: inherit;
  text-decoration: none;
}
.bdcontent__textblock ul li, .bdcontent__textblock ol li {
  position: relative;
  padding-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .bdcontent__textblock ul li, .bdcontent__textblock ol li {
    font-size: 16px;
    line-height: 20px;
  }
}
.bdcontent__textblock ul li:not(:last-child), .bdcontent__textblock ol li:not(:last-child) {
  margin-bottom: 15px;
}
.bdcontent__textblock ul li::before, .bdcontent__textblock ol li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #BC1B65;
}
.bdcontent__textblock ul li a, .bdcontent__textblock ol li a {
  color: inherit;
  text-decoration: none;
}
.bdcontent__textblock ol {
  padding-left: 20px;
}
.bdcontent__textblock ol li {
  padding-left: 0;
}
.bdcontent__textblock ol li::before {
  display: none;
}
.bdcontent__imgblock {
  position: relative;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .bdcontent__imgblock {
    margin: 60px 0;
  }
}
.bdcontent__imgblock img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.bdcontent__bannerslider {
  position: relative;
  padding: 0 10px;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .bdcontent__bannerslider {
    padding: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 150px;
  }
}
.bdcontent__bannerslider .bdcontent__bsnav {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .bdcontent__bannerslider .bdcontent__bsnav {
    bottom: -100px;
  }
}
.bdcontent__bannerslider .bdsliderprev,
.bdcontent__bannerslider .bdslidernext {
  position: relative;
  bottom: 20px;
  width: 72px;
  height: 72px;
  border: 1px solid #FFD800;
  border-radius: 50%;
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 2;
}
.bdcontent__bannerslider .bdsliderprev svg path,
.bdcontent__bannerslider .bdslidernext svg path {
  fill: #FFD800;
  transition: all 0.3s;
}
.bdcontent__bannerslider .bdsliderprev:hover,
.bdcontent__bannerslider .bdslidernext:hover {
  background: #FFD800;
}
.bdcontent__bannerslider .bdsliderprev:hover svg path,
.bdcontent__bannerslider .bdslidernext:hover svg path {
  fill: #612C51;
}
.bdcontent__bannerslider--item {
  position: relative;
  width: 100%;
  height: 100vh;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .bdcontent__bannerslider--item {
    height: 55vh;
  }
}
@media screen and (max-width: 767px) {
  .bdcontent__bannerslider--item {
    height: 400px;
    border-radius: 0;
  }
}
.bdcontent__bannerslider--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bdcontent__bannerslider::before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 300px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  border-radius: 8px;
}
.bdcontent__video {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bdcontent__video {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
.bdcontent__video--poster {
  width: 100%;
  height: 470px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bdcontent__video--poster {
    height: auto;
  }
}
.bdcontent__video--poster img {
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  filter: brightness(0.8);
}
.bdcontent__video--play {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bdcontent__video--play {
    left: 20px;
    bottom: 20px;
  }
}
.bdcontent__video--play--icon {
  width: 70px;
  height: 70px;
  display: flex;
  padding-left: 5px;
  justify-content: center;
  align-items: center;
  background: #FFD800;
  border-radius: 50%;
}
.bdcontent__video--play--icon svg path {
  fill: #612C51;
}
.bdcontent__video--play--text {
  text-transform: capitalize;
  text-align: left;
  color: #fffad3;
}
.bdcontent__quote {
  position: relative;
  margin: 80px 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bdcontent__quote {
    text-align: center;
  }
}
.bdcontent__quote h5 {
  position: relative;
  margin-bottom: 80px;
}
.bdcontent__quote h6 {
  position: relative;
}
.bdcontent__quote p {
  position: relative;
}
.bdcontent__quote::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFD800;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .bdcontent__quote::before {
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
.bdcontent__shareblock {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 40px;
  margin-top: 80px;
  border-top: 1px dashed #612C51;
}
@media screen and (max-width: 767px) {
  .bdcontent__shareblock {
    flex-direction: column;
  }
}
.bdcontent__shareheading {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .bdcontent__shareheading {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.bdcontent__shareheading h5 {
  margin-bottom: 10px;
}
.bdcontent__sharelist {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .bdcontent__sharelist {
    width: 100%;
    justify-content: center;
  }
}
.bdcontent__sharelist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #FFD800;
}

.faqhero {
  position: relative;
  padding: 190px 0 150px;
  background: #00A4B7;
  margin-top: -117px;
}
@media screen and (max-width: 768px) {
  .faqhero {
    padding: 190px 0 300px;
    overflow: hidden;
  }
}
.faqhero__heading {
  position: relative;
  max-width: 475px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .faqhero__heading {
    text-align: center;
  }
}
.faqhero__heading h2 {
  margin-bottom: 20px;
}
.faqhero__heading h6 {
  margin-bottom: 20px;
}
.faqhero__banner {
  width: 55vw;
  height: 54vw;
  top: 50px;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faqhero__banner {
    width: 100vw;
    top: unset;
    bottom: -45px;
    right: -120px;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__banner {
    width: 150vw;
    height: 80vw;
    top: unset;
    bottom: -45px;
    right: -120px;
  }
}
.faqhero__bannerring {
  top: 12%;
  right: -80px;
  width: 80%;
}
.faqhero__bannerburger {
  top: 20%;
  right: 5px;
  width: 60%;
}
.faqhero__bannerburger img {
  width: 100%;
}
.faqhero__garlicalt {
  right: 16%;
  top: 20%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__garlicalt {
    width: 45px;
    top: 50%;
    right: 22%;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__garlicalt {
    top: 58%;
    right: 25%;
  }
}
.faqhero__glinseeds {
  right: 6%;
  top: 5%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__glinseeds {
    width: 85px;
    top: 45%;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__glinseeds {
    right: 0;
    top: 55%;
  }
}
.faqhero__spinash {
  right: 0;
  top: 25%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__spinash {
    display: none;
  }
}
.faqhero__paper {
  right: 0%;
  top: 28%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__paper {
    display: none;
  }
}
.faqhero__carrot {
  right: 34%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .faqhero__carrot {
    width: 35px;
    right: 40%;
    top: 70%;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__carrot {
    right: 45%;
    z-index: 2;
  }
}
.faqhero__carrotsm {
  right: 44%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .faqhero__carrotsm {
    width: 25px;
    right: 47%;
    top: 68%;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__carrotsm {
    right: 60%;
    z-index: 2;
  }
}
.faqhero__peas {
  right: 30%;
  top: 58%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__peas {
    width: 85px;
    right: 45%;
    top: 75%;
  }
}
@media screen and (max-width: 575px) {
  .faqhero__peas {
    right: 50%;
    z-index: 2;
    top: 80%;
  }
}
.faqhero__coriander {
  right: 25%;
  top: 88%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faqhero__coriander {
    top: unset;
    bottom: -120px;
  }
}

.faqcontent {
  position: relative;
  padding: 0 10px 10px;
  background: #00A4B7;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .faqcontent {
    padding: 0;
  }
}
.faqcontent__wrapper {
  position: relative;
  border-radius: 8px;
  background: #ECEDED;
}
@media screen and (max-width: 768px) {
  .faqcontent__wrapper {
    border-radius: 0;
  }
}
.faqcontent__tabnav {
  padding: 10px 10px 0;
  margin-bottom: 70px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .faqcontent__tabnav {
    display: none;
  }
}
.faqcontent__tabnav li {
  position: relative;
  width: 25%;
}
.faqcontent__tabnav li button {
  display: flex;
  width: 100%;
  height: 82px;
  justify-content: center;
  align-items: center;
  font-family: "Passion One", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  color: #612C51;
  text-decoration: none;
  border-radius: 8px;
  background: white;
  transition: all 0.3s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1030px) {
  .faqcontent__tabnav li button {
    font-size: 26px;
  }
}
.faqcontent__tabnav li button:hover, .faqcontent__tabnav li button.active {
  background: #FFD800;
}
@media screen and (min-width: 769px) {
  .faqcontent__tabcontent {
    display: none;
    min-height: 100vh;
  }
  .faqcontent__tabcontent.active {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .faqcontent__tabcontent {
    padding: 0 20px;
  }
}
.faqcontent__tabcontent--mbbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .faqcontent__tabcontent--mbbtn {
    position: relative;
    display: flex;
    width: 100%;
    padding: 25px 0;
    font-family: "Passion One", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    border: 0;
    border-bottom: 1px dashed #612C51;
    background: transparent;
    color: #612C51;
  }
  .faqcontent__tabcontent--mbbtn::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background: #BC1B65;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqcontent__tabcontent--mbbtn::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    background: #BC1B65;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .faqcontent__tabcontent--mbbtn.active::after {
    opacity: 0;
  }
}
.faqcontent .faqsingletab {
  position: relative;
}
@media screen and (max-width: 768px) {
  .faqcontent .faqsingletab {
    height: 0;
    overflow: hidden;
  }
}
.faqcontent .faqsingletab__wrapper {
  display: flex;
  gap: 85px;
  padding: 0 30px 120px 80px;
}
@media screen and (max-width: 768px) {
  .faqcontent .faqsingletab__wrapper {
    padding: 0 0 40px;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
}
.faqcontent .faqsingletab__heading {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .faqcontent .faqsingletab__heading {
    width: 100%;
  }
}
.faqcontent .faqsingletab__heading h4 {
  margin-bottom: 20px;
}
.faqcontent .faqsingletab__accordion {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .faqcontent .faqsingletab__accordion {
    width: 100%;
  }
}
.faqcontent .faqaccordion__item:not(:last-child) {
  margin-bottom: 10px;
}
.faqcontent .faqaccordion__button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #ECEDED;
  background: #BC1B65;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .faqcontent .faqaccordion__button {
    padding: 30px 16px;
    font-size: 25px;
    line-height: 24px;
  }
}
.faqcontent .faqaccordion__button h4 {
  position: relative;
  width: calc(100% - 65px);
}
.faqcontent .faqaccordion__button .icon {
  position: relative;
  display: flex;
  width: 42px;
  height: 42px;
  background: #FFD800;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.faqcontent .faqaccordion__button .icon::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #BC1B65;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faqcontent .faqaccordion__button .icon::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 2px;
  background: #BC1B65;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqcontent .faqaccordion__button:hover {
  color: #612C51;
  background: #FFD800;
}
.faqcontent .faqaccordion__button:hover .icon {
  background: #BC1B65;
}
.faqcontent .faqaccordion__button:hover .icon::before {
  background: #FFD800;
}
.faqcontent .faqaccordion__button:hover .icon::after {
  background: #FFD800;
}
.faqcontent .faqaccordion__button.active {
  color: #612C51;
  background: #FFD800;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faqcontent .faqaccordion__button.active .icon {
  background: #BC1B65;
}
.faqcontent .faqaccordion__button.active .icon::before {
  background: #FFD800;
}
.faqcontent .faqaccordion__button.active .icon::after {
  opacity: 0;
}
.faqcontent .faqaccordion__content {
  background: #FFD800;
  padding: 0 65px 0 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.faqcontent .faqaccordion__content p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #612C51;
}
.faqcontent .faqaccordion__content p:not(:last-child) {
  margin-bottom: 20px;
}
.faqcontent .faqaccordion__content ul {
  margin-bottom: 20px;
}
.faqcontent .faqaccordion__content ul li {
  position: relative;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #612C51;
  padding-left: 20px;
}
.faqcontent .faqaccordion__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.faqcontent .faqaccordion__content ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #612C51;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.faqcontent .faqaccordion__content h6 {
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #612C51;
  margin-bottom: 20px;
  margin-top: 60px;
}
.faqcontent .faqaccordion__content .spacer {
  display: block;
  width: 100%;
  height: 40px;
}
.faqcontent__coriander {
  z-index: 2;
  top: 30%;
  left: 9px;
}
@media screen and (max-width: 768px) {
  .faqcontent__coriander {
    display: none;
  }
}
.faqcontent__lemon {
  z-index: 2;
  top: 35%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .faqcontent__lemon {
    display: none;
  }
}
.faqcontent__peas {
  z-index: 2;
  top: 35%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .faqcontent__peas {
    display: none;
  }
}
.faqcontent__paper {
  z-index: 2;
  top: 42%;
  left: 21%;
}
@media screen and (max-width: 768px) {
  .faqcontent__paper {
    display: none;
  }
}

.tpppblock {
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .tpppblock {
    overflow: hidden;
    padding: 0;
  }
}
.tpppblock.bgocean {
  background: #00A4B7;
}
.tpppblock.bggrey {
  background: #ECEDED;
}
.tpppblock__wrapper {
  position: relative;
  padding: 100px 0 130px 120px;
  background: #408735;
  border-radius: 8px;
}
@media screen and (max-width: 1030px) {
  .tpppblock__wrapper {
    padding: 100px 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .tpppblock__wrapper {
    padding: 60px 0 0 20px;
    border-radius: 0;
  }
}
.tpppblock__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tpppblock__content {
    padding-right: 20px;
  }
}
.tpppblock__content h3 {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin-bottom: 30px;
}
.tpppblock__content h6 {
  position: relative;
  max-width: 580px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Argone";
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  color: #ECEDED;
}
@media screen and (max-width: 1030px) {
  .tpppblock__content h6 {
    font-size: 25px;
    line-height: 24px;
  }
}
.tpppblock__content p {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ECEDED;
}
@media screen and (max-width: 1030px) {
  .tpppblock__content p {
    font-size: 16px;
    line-height: 20px;
  }
}
.tpppblock__banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45vw;
  height: 45vw;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .tpppblock__banner {
    position: relative;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .tpppblock__banner {
    width: 100%;
    height: 45vh;
    right: -10px;
    margin-top: 30px;
  }
}
.tpppblock__banner img {
  width: 100%;
}
.tpppblock__banner img.packimg {
  position: absolute;
  top: 28%;
  left: 11%;
  max-width: 400px;
  width: 100%;
  z-index: 3;
  transform: rotate(-11deg);
}
@media screen and (max-width: 767px) {
  .tpppblock__banner img.packimg {
    max-width: 200px;
    top: 30%;
    left: 25%;
  }
}
.tpppblock__banner img.packimg:nth-of-type(2) {
  position: absolute;
  top: 13%;
  right: 10%;
  left: unset;
  max-width: 358px;
  width: 100%;
  z-index: 2;
  transform: rotate(2deg);
}
@media screen and (max-width: 767px) {
  .tpppblock__banner img.packimg:nth-of-type(2) {
    max-width: 168px;
    top: 20%;
  }
}
.tpppblock__banner img.sunmask {
  position: absolute;
  bottom: -30%;
  right: -21%;
  width: 120%;
  max-width: unset;
}
@media screen and (min-width: 1200px) {
  .tpppblock__banner img.sunmask {
    position: absolute;
    bottom: -220px;
    right: -19%;
    width: 120%;
    max-width: unset;
  }
}
.tpppblock__bannergarlic {
  right: 50%;
  top: 0;
  max-width: 90px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .tpppblock__bannergarlic {
    width: 75px;
  }
}
.tpppblock__bannerpaper {
  top: 30%;
  left: 0;
  max-width: 70px;
}
@media screen and (max-width: 767px) {
  .tpppblock__bannerpaper {
    width: 40px;
  }
}
.tpppblock__bannerpaperalt {
  top: 50%;
  left: 15%;
  max-width: 70px;
  z-index: 4;
  display: none;
}
@media screen and (max-width: 767px) {
  .tpppblock__bannerpaperalt {
    width: 40px;
  }
}
.tpppblock__bannercarrot {
  bottom: 0;
  left: 5%;
  max-width: 80px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .tpppblock__bannercarrot {
    width: 80px;
  }
}

.abouthero {
  position: relative;
  padding: 200px 0 140px;
  background: #FFD800;
  margin-top: -117px;
}
@media screen and (max-width: 1030px) {
  .abouthero {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .abouthero {
    padding-bottom: 250px;
    overflow: hidden;
  }
}
.abouthero__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.abouthero__banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .abouthero__banner {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .abouthero__banner {
    width: 80vw;
    height: 80vw;
    bottom: -50px;
  }
}
.abouthero__bannerring {
  position: absolute;
  width: 100%;
  top: 20%;
  right: -30%;
}
.abouthero__bannerring img {
  width: 100%;
}
.abouthero__bannerdish {
  position: absolute;
  width: 65%;
  right: -10%;
  top: 32%;
}
.abouthero__bannerdish img {
  width: 100%;
}
.abouthero__glinseeds {
  right: 0;
  top: 10%;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .abouthero__glinseeds {
    max-width: 80px;
    top: 62%;
    right: -5%;
  }
}
.abouthero__garlic {
  right: 20%;
  top: 25%;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .abouthero__garlic {
    max-width: 45px;
    top: 66%;
    right: 15%;
  }
}
.abouthero__carrotsm {
  right: 31%;
  top: 73%;
  max-width: 45px;
}
@media screen and (max-width: 767px) {
  .abouthero__carrotsm {
    max-width: 25px;
    top: 72%;
    right: 56%;
  }
}
.abouthero__carrot {
  right: 24%;
  top: 80%;
  max-width: 66px;
}
@media screen and (max-width: 767px) {
  .abouthero__carrot {
    max-width: 25px;
    top: 76%;
    right: 45%;
  }
}
.abouthero__coriander {
  right: 28%;
  top: 85%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .abouthero__coriander {
    max-width: 80px;
    top: unset;
    left: 35%;
    bottom: -20px;
  }
}
.abouthero__yellowpaper {
  left: 25%;
  top: 5%;
  max-width: 90px;
}
@media screen and (max-width: 1030px) {
  .abouthero__yellowpaper {
    left: 10%;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .abouthero__yellowpaper {
    max-width: 55px;
    left: 5%;
  }
}
.abouthero__spinash {
  left: 18%;
  top: 2%;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .abouthero__spinash {
    left: 0;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .abouthero__spinash {
    max-width: 85px;
    left: -8%;
  }
}
.abouthero__redpaper {
  left: 20%;
  top: 15%;
  max-width: 90px;
}
@media screen and (max-width: 1030px) {
  .abouthero__redpaper {
    left: 0;
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .abouthero__redpaper {
    max-width: 65px;
    top: 25%;
  }
}
.abouthero__bird {
  left: 0;
  top: 35%;
}
.abouthero__bird video {
  width: 300px;
}
@media screen and (max-width: 1030px) {
  .abouthero__bird {
    display: none;
  }
}
.abouthero__peas {
  left: 10%;
  top: 65%;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .abouthero__peas {
    display: none;
  }
}
.abouthero__chikpeas {
  max-width: 90px;
}
@media screen and (max-width: 1030px) {
  .abouthero__chikpeas {
    display: none;
  }
}

.imgtextblock {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #ECEDED;
  z-index: 20;
}
@media screen and (max-width: 1030px) {
  .imgtextblock {
    flex-direction: column;
  }
}
.imgtextblock__beetroot {
  max-width: 90px;
  top: -18%;
  left: 50%;
  z-index: 2;
}
.imgtextblock__carrot {
  max-width: 90px;
  left: 46%;
  top: 13%;
  z-index: 2;
}
.imgtextblock__carrotsn {
  max-width: 70px;
  left: 40%;
  top: 5%;
  z-index: 2;
}
.imgtextblock__sweetcorn {
  max-width: 100px;
  left: 45%;
  top: 0%;
  z-index: 2;
  transform: rotate(70deg);
}
.imgtextblock__spinash {
  max-width: 190px;
  left: 35%;
  top: -2%;
  z-index: 2;
}
.imgtextblock__beans {
  max-width: 100px;
  right: 8%;
  top: -2%;
  z-index: 2;
}
.imgtextblock__lemon {
  max-width: 140px;
  right: 5%;
  top: 5%;
  z-index: 2;
}
.imgtextblock__kale {
  max-width: 120px;
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(-90deg);
}
.imgtextblock__peper {
  max-width: 120px;
  right: 0;
  top: -10%;
  z-index: 2;
  transform: rotate(70deg);
}
.imgtextblock__img {
  position: relative;
  width: 50%;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 1030px) {
  .imgtextblock__img {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .imgtextblock__img {
    padding: 0 10px 10px;
  }
}
.imgtextblock__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .imgtextblock__img img {
    height: 460px;
  }
}
.imgtextblock__img--mask {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: 400px;
  width: 100%;
  aspect-ratio: 1;
}
.imgtextblock__img--mask img.sunring {
  position: absolute;
  max-width: 484px;
  left: 0;
  bottom: 0;
}
.imgtextblock__img--mask img.teamlogo {
  position: absolute;
  max-width: 275px;
  left: 15px;
  bottom: 15px;
  height: 270px;
}
.imgtextblock__text {
  width: 50%;
  padding: 120px 0;
}
@media screen and (max-width: 1030px) {
  .imgtextblock__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .imgtextblock__text {
    padding: 60px 20px 80px;
  }
}
.imgtextblock__textwrapper {
  position: relative;
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
}
.imgtextblock__textwrapper h4 {
  margin-bottom: 40px;
}
.imgtextblock__textwrapper h6 {
  margin-bottom: 30px;
  font-weight: 600;
}
.imgtextblock__textwrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .imgtextblock__textwrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.imgtextblock__textwrapper p:not(:last-child) {
  margin-bottom: 30px;
}
.imgtextblock__textwrapper a {
  margin-top: 55px;
  color: inherit;
}
.imgtextblock.bgpurple {
  background: #612C51;
}
.imgtextblock.bgpurple p {
  color: #ECEDED;
}
.imgtextblock.bggreen {
  background: #408735;
}
.imgtextblock.bggreen p {
  color: #ECEDED;
}
.imgtextblock.bgpink {
  background: #BC1B65;
}
.imgtextblock.bgpink p {
  color: #ECEDED;
}
.imgtextblock.sn .imgtextblock__text {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.imgtextblock.alt .imgtextblock__img {
  order: 2;
}
.imgtextblock.alt .imgtextblock__text {
  order: 1;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.bigbannerblock {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .bigbannerblock {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 0;
    background: #ECEDED;
  }
}
.bigbannerblock__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__banner {
    height: 55%;
  }
}
.bigbannerblock__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.bigbannerblock__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 1030px) {
  .bigbannerblock__heading {
    flex-direction: column;
    gap: 0;
    order: 1;
  }
}
.bigbannerblock__heading h2 {
  font-size: 15.5vw;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__heading h2 {
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
  }
}
.bigbannerblock__heading h5 {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__heading h5 br {
    display: none;
  }
}
.bigbannerblock__heading.bottom {
  gap: 3.5vw;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__heading.bottom {
    gap: 0;
    margin-top: 160px;
  }
}
.bigbannerblock__heading.bottom h2 {
  font-size: 19.5vw;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__heading.bottom h2 {
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
  }
}
.bigbannerblock__content {
  position: relative;
  max-width: 432px;
  width: 100%;
  margin: 175px 0 80px;
}
@media screen and (max-width: 1030px) {
  .bigbannerblock__content {
    margin: 175px auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .bigbannerblock__content {
    order: 3;
    margin: 100px 0 80px;
    text-align: center;
  }
}
.bigbannerblock__content h5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bigbannerblock__content h5 {
    color: #612C51;
  }
}
.bigbannerblock__content p {
  margin-bottom: 30px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #ECEDED;
}
@media screen and (max-width: 1030px) {
  .bigbannerblock__content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bigbannerblock__content p {
    color: #612C51;
    text-align: center;
  }
}

.findus {
  position: relative;
  padding: 150px 10px 10px;
  background: #ECEDED;
  overflow: hidden;
}
.findus__kale {
  right: 0;
  top: 20%;
}
@media screen and (max-width: 1030px) {
  .findus__kale {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .findus__kale {
    width: 100px;
    top: 0;
  }
}
.findus__lemon {
  right: 5%;
  top: 26%;
  z-index: 2;
  max-width: 160px;
}
@media screen and (max-width: 1030px) {
  .findus__lemon {
    top: 10%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .findus__lemon {
    width: 114px;
    top: 2%;
  }
}
.findus__redpaper {
  right: -40px;
  top: 16%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .findus__redpaper {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .findus__redpaper {
    width: 90px;
    top: 0;
  }
}
.findus__bbeans {
  right: 80px;
  top: 16%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .findus__bbeans {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .findus__bbeans {
    width: 75px;
    top: 2%;
  }
}
.findus__spinash {
  left: -10px;
  top: 16%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .findus__spinash {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .findus__spinash {
    width: 112px;
    top: 1%;
  }
}
.findus__beetroot {
  left: 20px;
  top: 2%;
  z-index: 2;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .findus__beetroot {
    width: 85px;
    top: 0;
  }
}
.findus__sweetcorn {
  left: 80px;
  top: 10%;
  z-index: 2;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .findus__sweetcorn {
    width: 75px;
    top: 2%;
  }
}
.findus__cflower {
  left: 80px;
  top: 22%;
  z-index: 2;
  max-width: 160px;
}
@media screen and (max-width: 1030px) {
  .findus__cflower {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .findus__cflower {
    width: 105px;
    top: 1%;
    left: 70px;
  }
}
.findus__carrot {
  left: 40px;
  top: 30%;
  z-index: 2;
  max-width: 70px;
}
@media screen and (max-width: 1030px) {
  .findus__carrot {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .findus__carrot {
    width: 100px;
    left: -30px;
    top: 3%;
  }
}
.findus__heading {
  position: relative;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.findus__heading h3 {
  margin-bottom: 20px;
}
.findus__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .findus__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.findus__card {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
}
.findus__card h6 {
  font-weight: 600;
}
.findus__card p {
  margin: 10px auto 0;
  max-width: 285px;
  width: 100%;
  color: #612C51;
}

.goshprohero {
  position: relative;
  padding: 190px 0 60px;
  margin-top: -117px;
  background: #00A4B7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .goshprohero {
    padding: 180px 0 0;
  }
}
.goshprohero__content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .goshprohero__content {
    width: 100%;
    text-align: center;
  }
}
.goshprohero__content h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .goshprohero__content h3 {
    margin-bottom: 20px;
  }
}
.goshprohero__content h6 {
  margin-bottom: 30px;
  font-weight: 600;
}
.goshprohero__content p {
  max-width: 435px;
  width: 100%;
}
.goshprohero__banner {
  position: absolute;
  top: 5%;
  right: -5%;
  width: 50vw;
  height: 42vw;
}
.goshprohero__banner--cflower {
  max-width: 140px;
  left: 30%;
  z-index: 1;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .goshprohero__banner--cflower {
    max-width: 110px;
    top: 10%;
  }
}
.goshprohero__banner--carrotslice {
  max-width: 60px;
  left: 10%;
  z-index: 1;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .goshprohero__banner--carrotslice {
    top: 15%;
    max-width: 40px;
  }
}
.goshprohero__banner--carrotslicesn {
  max-width: 80px;
  left: 20%;
  z-index: 1;
  top: 32%;
}
@media screen and (max-width: 768px) {
  .goshprohero__banner--carrotslicesn {
    top: 20%;
    max-width: 80px;
  }
}
.goshprohero__banner--yellowpeper {
  max-width: 100px;
  left: 10%;
  z-index: 1;
  top: 62%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .goshprohero__banner--yellowpeper {
    top: 40%;
    max-width: 90px;
  }
}
.goshprohero__banner--kale {
  max-width: 110px;
  right: 12%;
  z-index: 1;
  top: 62%;
  z-index: 1;
}
.goshprohero__banner--ring {
  position: absolute;
}
.goshprohero__banner--thumb {
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 360px;
  height: 425px;
  border-radius: 8px;
  transform: rotate(-12deg);
  overflow: hidden;
  z-index: 2;
}
.goshprohero__banner--thumb:last-child {
  max-width: 335px;
  right: 18%;
  bottom: 2%;
  left: unset;
  transform: rotate(7deg);
  z-index: 2;
}
.goshprohero__banner--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .goshprohero__banner--thumb {
    max-width: 222px !important;
    height: 260px;
    bottom: unset !important;
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .goshprohero__banner {
    position: relative;
    width: 110vw;
    height: 605px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    margin-bottom: -50%;
  }
}
.goshprohero__banner img {
  width: 100%;
}

.bigcontentbanner {
  position: relative;
  padding: 30px 40px 100px;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner {
    padding: 30px 20px 60px;
  }
}
.bigcontentbanner__banner {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bigcontentbanner__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigcontentbanner__heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__heading {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.bigcontentbanner__heading h2 {
  font-size: 17.8vw;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__heading h2 {
    font-size: 140px;
    font-weight: 700;
    line-height: 120px;
    text-align: center;
  }
}
.bigcontentbanner__heading h5 {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__heading h5 br {
    display: none;
  }
}
.bigcontentbanner__content {
  position: relative;
  max-width: 780px;
  width: 100%;
  margin: 80px auto 120px;
  text-align: center;
}
.bigcontentbanner__content p {
  max-width: 600px;
  margin: 30px auto 0;
  color: #ECEDED;
}
.bigcontentbanner__bottom {
  position: relative;
}
.bigcontentbanner__bottom h5 {
  text-align: center;
  margin-bottom: 20px;
}
.bigcontentbanner__row {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__card {
    width: 45%;
  }
}
.bigcontentbanner__card:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__card:nth-child(2) {
    margin: 0;
  }
}
.bigcontentbanner__card:nth-child(3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__card:nth-child(3) {
    margin: 0;
  }
}
.bigcontentbanner__card:nth-child(4) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bigcontentbanner__card:nth-child(4) {
    margin: 0;
  }
}

.stats {
  position: relative;
  padding: 160px 0 0;
  background: #58A5C6;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats {
    padding: 100px 0;
  }
}
.stats__carrot {
  max-width: 75px;
  bottom: -105px;
  left: 100px;
  transform: rotate(-65deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__carrot {
    display: none;
  }
}
.stats__courgette {
  max-width: 95px;
  bottom: 105px;
  left: 100px;
  transform: rotate(-65deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__courgette {
    display: none;
  }
}
.stats__garlic {
  max-width: 75px;
  bottom: 105px;
  left: 20px;
  transform: rotate(-65deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__garlic {
    display: none;
  }
}
.stats__cflower {
  max-width: 125px;
  bottom: 105px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__cflower {
    display: none;
  }
}
.stats__redonion {
  max-width: 90px;
  bottom: 125px;
  right: 120px;
  transform: rotate(-65deg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__redonion {
    display: none;
  }
}
.stats__mask {
  position: absolute;
  bottom: -140px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .stats__mask {
    bottom: -60px;
  }
}
.stats__mask img {
  width: 120%;
  max-width: unset;
}
.stats__heading {
  position: relative;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .stats__heading h4 {
    margin-bottom: 10px;
  }
}
.stats__row {
  position: relative;
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 110px 65px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .stats__row {
    margin-top: 150px;
  }
}
.stats__col {
  position: relative;
  max-width: 287px;
  width: 100%;
  text-align: center;
}
.stats__col--lime {
  max-width: 120px;
  top: -60px;
  left: -20px;
  display: none;
}
.stats__col--beetroot {
  max-width: 80px;
  right: -10px;
  transform: rotate(60deg);
  display: none;
}
.stats__col--sweetcorn {
  max-width: 20px;
  top: -40px;
  right: 20px;
  transform: rotate(60deg);
  display: none;
}
.stats__col--peas {
  max-width: 100px;
  top: -40px;
  right: 10px;
  transform: rotate(60deg);
  display: none;
}
.stats__col--peper {
  max-width: 100px;
  top: -10px;
  right: -20px;
  display: none;
}
.stats__col--spinash {
  max-width: 70px;
  top: -80px;
  right: 10px;
  display: none;
}
.stats__col--garlic {
  max-width: 80px;
  top: -100px;
  right: -10px;
  display: none;
}
.stats__col--beans {
  max-width: 100px;
  top: 10px;
  right: -10px;
  display: none;
}
.stats__col--cflower {
  max-width: 90px;
  top: -110px;
  right: 40px;
  display: none;
}
.stats__col--sweetcornbig {
  max-width: 90px;
  top: 30px;
  left: 0;
  z-index: 1;
  display: none;
}
.stats__col--kale {
  max-width: 70px;
  top: -50px;
  left: 0;
  transform: rotate(-120deg);
  display: none;
}
.stats__col--chilli {
  max-width: 60px;
  top: -70px;
  right: -40px;
  display: none;
}
.stats__col--coriander {
  max-width: 100px;
  top: -70px;
  left: 0px;
  transform: rotate(90deg);
  display: none;
}
.stats__col--bbeans {
  max-width: 100px;
  top: 20px;
  right: 0px;
  transform: rotate(120deg);
  display: none;
}
.stats__col:nth-child(1) .stats__col--lime,
.stats__col:nth-child(1) .stats__col--beetroot,
.stats__col:nth-child(1) .stats__col--peas,
.stats__col:nth-child(1) .stats__col--sweetcorn {
  display: block;
}
.stats__col:nth-child(2) .stats__col--spinash,
.stats__col:nth-child(2) .stats__col--peper {
  display: block;
}
.stats__col:nth-child(3) .stats__col--garlic,
.stats__col:nth-child(3) .stats__col--beans {
  display: block;
}
.stats__col:nth-child(4) .stats__col--cflower,
.stats__col:nth-child(4) .stats__col--sweetcornbig,
.stats__col:nth-child(4) .stats__col--kale {
  display: block;
}
.stats__col:nth-child(5) .stats__col--coriander,
.stats__col:nth-child(5) .stats__col--chilli,
.stats__col:nth-child(5) .stats__col--bbeans {
  display: block;
}
.stats__col--number {
  position: relative;
  margin-bottom: 75px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .stats__col--number {
    margin-bottom: 90px;
  }
}
.stats__col--number img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stats__col--number h4 {
  position: relative;
}
.stats__col--text p {
  color: #ECEDED;
}
.stats__col--text p b,
.stats__col--text p strong {
  font-weight: 700;
}

.joinus {
  position: relative;
  padding: 250px 0 160px;
}
@media screen and (max-width: 768px) {
  .joinus {
    padding: 120px 20px;
  }
}
.joinus__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.joinus__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinus__heading {
  position: relative;
  max-width: 896px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.joinus__heading h3 {
  margin-bottom: 30px;
}
.joinus__heading h6 {
  margin-bottom: 20px;
}
.joinus__heading p {
  max-width: 643px;
  width: 100%;
  margin: 0 auto;
  color: #ECEDED;
}
.joinus__form {
  position: relative;
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}

.goshform {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.goshform__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
}
.goshform__col {
  grid-column: span 12;
}
.goshform__col.col50 {
  grid-column: span 6;
}
@media screen and (max-width: 575px) {
  .goshform__col.col50 {
    grid-column: span 12;
  }
}
.goshform__col label {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: "Argone" !important;
}
.goshform .goshinput {
  position: relative;
  padding: 14px 20px 11px;
  width: 100%;
  font-family: "Argone";
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #612C51;
  text-align: left;
  background: #ECEDED;
  border-radius: 8px;
  border: 0;
  outline: 0;
}
.goshform .goshinput::placeholder {
  color: #612C51;
}
.goshform textarea {
  min-height: 260px;
}
.goshform__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}
.goshform__footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #ECEDED;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .goshform__footer p {
    margin-top: 25px;
    max-width: 220px;
  }
}
.goshform__footer p a {
  color: inherit;
}
.goshform .wpcf7-list-item {
  margin: 0;
  margin-top: 2rem;
}
.goshform .wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .goshform .wpcf7 form .wpcf7-response-output {
    font-size: 16px;
    line-height: 20px;
  }
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Passion One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #612C51;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #612C51;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #612C51;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Passion One", sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #612C51;
}

/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiocontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #612C51;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
  top: 5px;
  left: 6.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #612C51;
}

.contacthero {
  position: relative;
  padding: 200px 0 50px;
  background: #FFD800;
  margin-top: -117px;
}
.contacthero__content {
  position: relative;
}
.contacthero__content h2 {
  max-width: 595px;
}
@media screen and (max-width: 575px) {
  .contacthero__content h2 {
    margin-bottom: 30px;
  }
}
.contacthero__content p {
  position: relative;
  max-width: 433px;
  width: 100%;
  margin-bottom: 40px;
}
.contacthero__contentcta {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .contacthero__contentcta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.contacthero__mask {
  position: absolute;
  bottom: -135px;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.contacthero__mask img {
  width: 120%;
  max-width: unset;
}
.contacthero__banner {
  position: absolute;
  top: 50px;
  right: 0;
  width: 55vw;
  height: 55vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contacthero__banner {
    display: none;
  }
}
.contacthero__bannerring {
  position: absolute;
  width: 100%;
  top: 15%;
  right: -22%;
}
.contacthero__bannerring img {
  width: 100%;
}
.contacthero__bannerdish {
  position: absolute;
  width: 65%;
  right: -4%;
  top: 30%;
}
.contacthero__bannerdish img {
  width: 100%;
}
.contacthero__glinseeds {
  right: 0;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .contacthero__glinseeds {
    display: none;
  }
}
.contacthero__garlic {
  right: 20%;
  top: 20%;
}
@media screen and (max-width: 768px) {
  .contacthero__garlic {
    display: none;
  }
}
.contacthero__carrotsm {
  right: 37%;
  top: 38%;
}
@media screen and (max-width: 768px) {
  .contacthero__carrotsm {
    display: none;
  }
}
.contacthero__carrot {
  right: 27%;
  top: 48%;
}
@media screen and (max-width: 768px) {
  .contacthero__carrot {
    display: none;
  }
}
.contacthero__coriander {
  right: 30%;
  top: 78%;
}
@media screen and (max-width: 768px) {
  .contacthero__coriander {
    display: none;
  }
}

.contactform {
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .contactform {
    flex-direction: column;
  }
}
.contactform__banner {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactform__banner {
    width: 100%;
  }
}
.contactform__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .contactform__banner img {
    height: 500px;
  }
}
.contactform__form {
  position: relative;
  width: 50%;
  padding: 140px 0 80px;
  background: #BC1B65;
}
@media screen and (max-width: 1030px) {
  .contactform__form {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contactform__form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .contactform__form {
    margin-top: -5px;
  }
}
.contactform__wrapper {
  position: relative;
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
.contactform__wrapper h5 {
  margin-bottom: 20px;
}
.contactform__forminfo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .contactform__forminfo {
    flex-wrap: wrap;
  }
}
.contactform__forminfo--col {
  width: 45%;
}
@media screen and (max-width: 575px) {
  .contactform__forminfo--col {
    width: 100%;
  }
  .contactform__forminfo--col:not(:last-child) {
    margin-bottom: 60px;
  }
}
.contactform__forminfo--col h6 {
  margin-bottom: 10px;
}
.contactform__forminfo--col p:not(:last-child) {
  margin-bottom: 20px;
}
.contactform__forminfo--col p.mapcta {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}
.contactform__forminfo--col p.mapcta a {
  color: #ECEDED;
}
.contactform__forminfo--col ul {
  display: flex;
  gap: 5px;
  list-style: none;
}
@media screen and (max-width: 1030px) {
  .contactform__forminfo--col ul {
    flex-wrap: wrap;
  }
}
.contactform__forminfo--col ul li a {
  display: inline-flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ECEDED;
}
.contactform__forminfo--col ul li a svg path {
  fill: #BC1B65;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ECEDED;
  z-index: 3000;
}

.videomodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.videomodal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.videomodal__content {
  max-width: 80vw;
  position: relative;
}
.videomodal__content video {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}
.videomodal__cancel {
  position: absolute;
  right: 30px;
  top: 30px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 20;
}
.videomodal__cancel svg {
  width: 30px;
  height: 30px;
}
.videomodal__cancel svg rect {
  fill: #ECEDED;
}

.phero {
  position: relative;
  padding: 200px 0 90px;
  margin-top: -117px;
}
.phero__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.phero__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phero__content {
  position: relative;
  z-index: 2;
}
.phero__content h2 {
  margin-bottom: 20px;
}
.phero__content .btn {
  margin-top: 20px;
}

.whybcrop {
  position: relative;
  display: block;
  padding: 40px 0 85px;
  background: #408735;
}
@media screen and (max-width: 767px) {
  .whybcrop {
    overflow: hidden;
  }
}
.whybcrop__kale {
  right: 0;
  top: 20%;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__kale {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__kale {
    width: 100px;
    top: 0;
  }
}
.whybcrop__lemon {
  right: 5%;
  top: 26%;
  z-index: 2;
  max-width: 160px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__lemon {
    top: 10%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__lemon {
    width: 114px;
    top: 3%;
    right: -10%;
  }
}
.whybcrop__redpaper {
  right: -40px;
  top: 16%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__redpaper {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__redpaper {
    width: 90px;
    top: 0;
  }
}
.whybcrop__bbeans {
  right: 80px;
  top: 16%;
  z-index: 2;
  max-width: 101px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__bbeans {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__bbeans {
    width: 75px;
    top: 2%;
    right: -5px;
  }
}
.whybcrop__spinash {
  left: -10px;
  top: 16%;
  z-index: 2;
  max-width: 203px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__spinash {
    top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__spinash {
    width: 112px;
    top: 1%;
  }
}
.whybcrop__beetroot {
  left: -30px;
  top: 2%;
  z-index: 2;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .whybcrop__beetroot {
    width: 85px;
    top: 0;
  }
}
.whybcrop__sweetcorn {
  left: 30px;
  top: 10%;
  z-index: 2;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .whybcrop__sweetcorn {
    width: 75px;
    top: 6%;
    left: -20px;
  }
}
.whybcrop__cflower {
  left: 80px;
  top: 22%;
  z-index: 2;
  max-width: 180px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__cflower {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__cflower {
    width: 105px;
    top: 1%;
    left: -40px;
  }
}
.whybcrop__carrot {
  left: 40px;
  top: 30%;
  z-index: 2;
  max-width: 99px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__carrot {
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__carrot {
    width: 100px;
    left: -30px;
    top: 3%;
  }
}
.whybcrop__heading {
  position: relative;
  text-align: center;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .whybcrop__heading {
    margin-bottom: 60px;
  }
}
.whybcrop__heading h2 {
  font-size: 15.5vw;
  line-height: 0.85;
  color: #ECEDED;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .whybcrop__heading h2 {
    font-size: 110px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.whybcrop__heading h6 {
  font-family: "Argone";
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFD800;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__heading h6 {
    font-size: 25px;
    line-height: 24px;
  }
}
.whybcrop__heading p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ECEDED;
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .whybcrop__heading p {
    font-size: 16px;
    line-height: 20px;
  }
}
.whybcrop__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1030px) {
  .whybcrop__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .whybcrop__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.whybcrop__col {
  position: relative;
}
.whybcrop__col--img {
  width: 100%;
  aspect-ratio: 1/0.5;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.whybcrop__col--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whybcrop__col--title {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #ECEDED;
  margin-bottom: 20px;
}
.whybcrop__col--title .icon {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #FFD800;
  border-radius: 50%;
}
.whybcrop__col--text p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #ECEDED;
}
@media screen and (max-width: 1030px) {
  .whybcrop__col--text p {
    font-size: 16px;
    line-height: 20px;
  }
}

.numberstats {
  position: relative;
  padding: 100px 0 190px;
  z-index: 20;
}
.numberstats__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.numberstats__bg img {
  width: 100%;
  height: 100%;
}
.numberstats__bmask {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.numberstats__bmask img {
  width: 120%;
}
.numberstats__heading {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  z-index: 2;
}
.numberstats__lime {
  max-width: 165px;
  right: 2%;
  top: -8%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__lime {
    right: 8%;
  }
}
.numberstats__coriander {
  max-width: 325px;
  left: 0;
  top: 8%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__coriander {
    display: none;
  }
}
.numberstats__paper {
  max-width: 124px;
  left: -2%;
  top: 48%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__paper {
    left: -6%;
  }
}
.numberstats__carrot {
  max-width: 134px;
  right: 0;
  top: 28%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__carrot {
    display: none;
  }
}
.numberstats__onion {
  max-width: 90px;
  left: 47%;
  top: 38%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__onion {
    display: none;
  }
}
.numberstats__beans {
  max-width: 161px;
  left: 47%;
  top: 52%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__beans {
    display: none;
  }
}
.numberstats__cflower {
  max-width: 161px;
  left: 0;
  bottom: -2%;
  z-index: 2;
}
.numberstats__garlic {
  max-width: 101px;
  left: 10%;
  bottom: -10%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__garlic {
    display: none;
  }
}
.numberstats__coriandersn {
  max-width: 161px;
  left: 0;
  bottom: -10%;
  z-index: 2;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .numberstats__coriandersn {
    display: none;
  }
}
.numberstats__aubergine {
  max-width: 141px;
  right: 0;
  bottom: -5%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .numberstats__aubergine {
    display: none;
  }
}
.numberstats__row {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px 0;
  z-index: 2;
  text-align: center;
}
.numberstats__col {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .numberstats__col {
    width: 100%;
  }
}
.numberstats__col h2 span {
  transform: translateY(30%);
  display: inline-block;
}
.numberstats__col p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ECEDED;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .numberstats__col p {
    font-size: 16px;
    line-height: 20px;
  }
}

.headedblock {
  position: relative;
  padding: 260px 10px 10px;
  background: #ECEDED;
  margin-top: -100px;
}
.headedblock__heading {
  text-align: center;
  margin-bottom: 10px;
}
.headedblock__heading h3 {
  margin-bottom: 30px;
}
.headedblock .imgtextblock {
  border-radius: 8px;
}
.headedblock .imgtextblock:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .headedblock .imgtextblock .imgtextblock__text {
    min-height: unset;
    padding: 60px 20px;
  }
}
.headedblock--non-combo {
  padding: 260px 10px 10px;
  padding-bottom: 130px;
}
.headedblock--non-combo + .headedblock {
  margin-top: 0;
  padding-top: 130px;
}

@media screen and (min-width: 1200px) {
  .privacy-policy .blogdetailshero {
    padding: 180px 0 0;
  }
}
.privacy-policy .bdcontent {
  padding: 280px 0 120px;
}
@media screen and (max-width: 1200px) {
  .privacy-policy .bdcontent {
    padding: 170px 20px 100px;
  }
}
.privacy-policy .bdcontent h1,
.privacy-policy .bdcontent h3 {
  font-family: "Passion One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 30px;
  color: #612C51;
}
@media screen and (max-width: 1030px) {
  .privacy-policy .bdcontent h1,
  .privacy-policy .bdcontent h3 {
    font-size: 44px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.privacy-policy .bdcontent h1 a,
.privacy-policy .bdcontent h3 a {
  color: inherit;
}
.privacy-policy .bdcontent h3 {
  margin-top: 60px;
}
@media screen and (max-width: 1030px) {
  .privacy-policy .bdcontent h3 {
    margin-top: 20px;
  }
}
.privacy-policy .bdcontent p a {
  color: inherit;
}

section.error-404.not-found {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
  section.error-404.not-found {
    position: relative;
    width: 100%;
    height: 70vh;
    left: unset;
    top: unset;
    transform: translate(0);
    background: #ECEDED;
  }
}
section.error-404.not-found h6 {
  margin-bottom: 24px;
  color: #612C51;
}

/*# sourceMappingURL=app.css.map */
