.error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 4.5rem);
  min-height: 400px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .error {
    min-height: unset;
    height: 100%;
  }
}
.error__content {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 2.25rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .error__content {
    margin-top: 17rem;
    margin-bottom: 9rem;
  }
}
.error__content__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.error__content__text h1 {
  color: var(--Primary-vert-tige, #007837);
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 10rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 94.578px */
  letter-spacing: -1.991px;
  text-transform: uppercase;
}
.error__content__text h1 svg {
  width: 8rem;
  height: 7.4rem;
  transform: translateY(6px);
  margin: 0 0.5rem;
}
.error__content__text p {
  color: var(--Primary-vert-tige, #007837);
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
.error__content__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: initial;
}
.error__content__cta::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.error__content__cta:not(.disabled):hover::after {
  rotate: 45deg;
}
.offline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .offline {
    padding: 0 1.6rem;
  }
}
.offline__heading {
  margin-top: auto;
}
.offline__heading h1 span {
  display: block;
  text-align: center;
  color: var(--Primary-vert-tige, #007837);
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Extended Bold", sans-serif;
}
.offline__heading h1 span:nth-of-type(1) {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 33.782px */
  letter-spacing: -0.711px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .offline__heading h1 span:nth-of-type(1) {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
  }
}
.offline__heading h1 span:nth-of-type(2) {
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -1.28px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .offline__heading h1 span:nth-of-type(2) {
    font-size: 5rem;
    letter-spacing: -1px;
  }
}
.offline__heading h1 span:nth-of-type(3) {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.4px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .offline__heading h1 span:nth-of-type(3) {
    font-size: 2rem;
    letter-spacing: -0.4px;
  }
}
.offline__tomatoe--svg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 3.7rem;
  height: 4.4rem;
}
.offline__content {
  margin-bottom: auto;
  color: var(--Primary-vert-tige, #007837);
  text-align: center;
  font-family: "Skolar Sans PE Extended", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .offline__content {
    font-size: 1.4rem;
  }
}
.offline__footer {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 8rem;
}
.offline__footer svg {
  width: 100%;
  height: auto;
}
:root {
  --vh: 1vh;
  --svg-size: 2.13rem;
  --frame-size: 1.42rem;
}

@media (min-width: 1440px) {
  .home-page {
    --svg-size: 3rem;
    --frame-size: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  :root {
    --svg-size: 24px;
    --frame-size: 16px;
  }
}
.section-evitement {
  opacity: 0;
  position: absolute;
  color: #555;
  padding: 0.5em;
  z-index: 10000;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.section-evitement:focus {
  opacity: 1;
}
.section-evitement--top {
  top: 0;
}
.section-evitement--bottom {
  bottom: 0;
}

a.evitement {
  display: inline-block;
  color: #555;
  background: #fff;
  padding: 0.5em;
  position: absolute;
  left: -99999rem;
  z-index: 10000;
}

a.evitement:focus {
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.frame {
  position: absolute;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  left: 0;
  right: 0;
}
.frame.hide .frame--border {
  transition: none;
  visibility: hidden;
  width: 0rem;
  height: 0rem;
}
.frame.hide .frame--top svg {
  top: calc(var(--svg-size) * -1);
  right: calc(var(--svg-size) * -1);
}
.frame.hide .frame--bottom svg:first-of-type {
  bottom: calc(var(--svg-size) * -1);
  left: calc(var(--svg-size) * -1);
}
.frame.hide .frame--bottom svg:last-of-type {
  bottom: calc(var(--svg-size) * -1);
  right: calc(var(--svg-size) * -1);
}
.frame.hide .frame--bottom .frame--bottom--logo {
  bottom: -10rem;
}
.frame--border {
  position: fixed;
  background: white;
}
.frame--border svg {
  width: var(--svg-size);
  height: var(--svg-size);
  transition: all 0.3s ease;
}
.frame--top {
  left: 0;
  top: 0;
  width: 100%;
  height: var(--frame-size);
  transition: height 0.3s ease;
  z-index: 1000;
}
.frame--top svg {
  position: absolute;
  right: 0;
  top: 0;
}
.frame--bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  height: var(--frame-size);
  transition: height 0.3s ease;
  z-index: 1003;
}
.frame--bottom svg:first-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
  rotate: 180deg;
}
.frame--bottom svg:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  rotate: 90deg;
}
.frame--bottom--logo {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 11.5rem;
  height: 7.2rem;
}
@media (min-width: 1440px) {
  .home-page .frame--bottom--logo {
    width: 16.2rem;
    height: 10.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .frame--bottom--logo {
    width: 122px;
    height: 76px;
  }
}
.frame--bottom--logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.frame--left {
  left: 0;
  top: 0;
  width: var(--frame-size);
  height: 100dvh;
  transition: width 0.3s ease;
  z-index: 1000;
}
.frame--right {
  right: 0;
  top: 0;
  width: var(--frame-size);
  height: 100dvh;
  transition: width 0.3s ease;
  z-index: 1000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  width: 100vw;
  transition: all 0.3s ease;
}
.header.hide .header__button__language {
  transform: translate3d(-5rem, -5rem, 1px);
  transition: none;
}
.header.hide .header__button__menu {
  top: -5rem;
  transition: none;
}
.header__switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  /* The switch - the box around the slider */
  position: absolute;
  top: 1.8rem;
  left: 6rem;
  z-index: 10001;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher {
    top: 1.2rem;
    left: 4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__switcher {
    position: static;
    margin-right: auto;
    margin-left: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.header__switcher .header__switcher__text {
  font-size: 14px;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  color: #7C7C7C;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher .header__switcher__text {
    font-size: 12px;
  }
}
.header__switcher .header__switcher__text--enable {
  display: none;
}
.header__switcher .header__switcher__text--disable {
  display: block;
}
.header__switcher.actived .header__switcher__text {
  color: #00693A;
}
.header__switcher.actived .header__switcher__text--enable {
  display: block;
}
.header__switcher.actived .header__switcher__text--disable {
  display: none;
}
.header__switcher__switch {
  position: relative;
  display: inline-block;
  width: 3.4rem;
  height: 1.9rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher__switch {
    width: 2.5rem;
    height: 1.4rem;
  }
}
.header__switcher__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.header__switcher__switch input:checked + .header__switcher__switch__slider {
  background-color: #00693A;
}
.header__switcher__switch input:checked + p {
  color: #00693A;
}
.header__switcher__switch input:checked + .header__switcher__switch__slider:before {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher__switch input:checked + .header__switcher__switch__slider:before {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
  }
}
.header__switcher__switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BDBDBD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2rem;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher__switch__slider {
    border-radius: 1rem;
  }
}
.header__switcher__switch__slider:before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  left: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__switcher__switch__slider:before {
    height: 1.1rem;
    width: 1.1rem;
    left: 0.15rem;
    bottom: 0.15rem;
  }
}
.header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #007837;
  background: white;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .home-page .header__button {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__button {
    font-size: 1.4rem;
  }
}
.header__button[tabindex="-1"] {
  display: none;
}
.header__button img {
  pointer-events: none;
}
.header__button__language {
  position: relative;
  z-index: 1000;
  transform: translate3d(0, 0, 1px);
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1rem;
  width: 3.6rem;
  height: 3rem;
  padding: 1.4rem 0.7rem 0.7rem 1.4rem;
  border-bottom-right-radius: 1.42rem;
}
@media (min-width: 1440px) {
  .home-page .header__button__language {
    font-size: 1.4rem;
    width: 5.1rem;
    height: 4.3rem;
    padding: 2rem 1rem 1rem 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__button__language {
    font-size: 1rem;
    width: 4.1rem;
    height: 3.5rem;
    padding: 1.6rem 1rem 1rem 1.6rem;
    border-bottom-right-radius: 2rem;
  }
}
.header__button__menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  transition: all 0.3s ease;
  padding: 0;
  cursor: pointer;
  font-size: 0.9rem;
  width: 9.1rem;
  height: 3.3rem;
  border-bottom-right-radius: 2.13rem;
  border-bottom-left-radius: 2.13rem;
}
@media (min-width: 1440px) {
  .home-page .header__button__menu {
    font-size: 1.2rem;
    width: 12.8rem;
    height: 4.7rem;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__button__menu {
    font-size: 1rem;
    width: 9.6rem;
    height: 3.5rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}
.header__button__menu--burger {
  margin-top: 0.4rem;
  width: 2.8rem;
}
@media (min-width: 1440px) {
  .home-page .header__button__menu--burger {
    width: 4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__button__menu--burger {
    width: 3.3rem;
  }
}
.header__button__menu--cross {
  margin-top: 0.4rem;
}
.header__button__menu--close {
  margin-top: 0.4rem;
}
.header__button__menu--close img {
  width: 1.1rem;
}
.header__button__menu::before {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -0.2rem;
  height: 2.5rem;
  width: 1.25rem;
  left: -1.25rem;
  border-top-left-radius: 1.25rem;
  box-shadow: 0 -1.25rem 0 0 #FFF;
  rotate: 0deg;
  transform: scale(-1, 1);
}
.header__button__menu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -0.2rem;
  height: 2.5rem;
  width: 1.25rem;
  right: -1.2rem;
  border-top-left-radius: 1.25rem;
  box-shadow: 0 -1.25rem 0 0 #FFF;
  rotate: 0deg;
}
.header__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  min-height: 100dvh;
  background: #FFF;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10rem 0;
}
.header__modal.open {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal.open {
    padding: 4.5rem 1.6rem 9rem 1.6rem;
    flex-direction: column;
    justify-content: start;
  }
}
.header__modal__menu {
  height: max-content;
  width: 47.8rem;
  padding: 0 1.42rem;
  margin: auto 0;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu {
    width: 67.3rem;
    padding: 0 2rem;
    margin: auto 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.header__modal__menu__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  list-style: none;
  gap: 0.7rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list {
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list {
    gap: 1rem;
  }
}
.header__modal__menu__list__item {
  margin-left: 1.4rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__item {
    margin-left: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__item {
    margin-left: 1.6rem;
  }
}
.header__modal__menu__list__item a {
  display: inline-flex;
  align-items: center;
  gap: 0rem;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #007837;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__item a {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__item a {
    font-size: 2.5rem;
  }
}
.header__modal__menu__list__item a:hover {
  color: #E00A1E;
  gap: 0.7rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__item a:hover {
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__item a:hover {
    gap: 1rem;
  }
}
.header__modal__menu__list__item a:hover::after {
  content: "";
  display: block;
  background: url("/app/themes/azura/static/assets/red_arrow_hover_modal.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 2rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__item a:hover::after {
    width: 3.9rem;
    height: 2.9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__item a:hover::after {
    content: none;
  }
}
.header__modal__menu__list__subitem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-radius: 1rem;
  background: rgba(0, 107, 53, 0.1);
  padding: 1.42rem;
  gap: 1.42rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__subitem {
    padding: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__subitem {
    padding: 1.6rem;
    gap: 1rem;
  }
}
.header__modal__menu__list__subitem p {
  /* v2/mobile/heading/Title XS */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 11.4px */
  text-transform: uppercase;
  font-size: 1.06rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-transform: uppercase;
  color: #86BB48;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__subitem p {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__subitem p {
    font-size: 1.2rem;
  }
}
.header__modal__menu__list__subitem__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.header__modal__menu__list__subitem__list li a {
  display: inline-flex;
  align-items: center;
  gap: 0rem;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #007837;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__subitem__list li a {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__subitem__list li a {
    font-size: 2.5rem;
  }
}
.header__modal__menu__list__subitem__list li a:hover {
  color: #E00A1E;
  gap: 0.7rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__subitem__list li a:hover {
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__subitem__list li a:hover {
    gap: 1rem;
  }
}
.header__modal__menu__list__subitem__list li a:hover::after {
  content: "";
  display: block;
  background: url("/app/themes/azura/static/assets/red_arrow_hover_modal.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 2rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__list__subitem__list li a:hover::after {
    width: 3.9rem;
    height: 2.9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__list__subitem__list li a:hover::after {
    content: none;
  }
}
.header__modal__menu__sublist {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1rem;
  list-style: none;
  margin-top: 2.1rem;
  margin-left: 1.4rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__sublist {
    margin-top: 3rem;
    margin-left: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__sublist {
    margin-top: 2rem;
    margin-left: 1.6rem;
  }
}
.header__modal__menu__sublist__item__links {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #007837;
  transition: all 0.3s ease;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__sublist__item__links {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__sublist__item__links {
    font-size: 1.4rem;
  }
}
.header__modal__menu__sublist__item__links:hover {
  color: #E00A1E;
}
.header__modal__menu__sublist__item__links svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.28rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__menu__sublist__item__links svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__menu__sublist__item__links svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.4rem;
  }
}
.header__modal__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  gap: 2.4rem;
  padding-right: 1.42rem;
  margin: auto 0;
  height: max-content;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right {
    width: 42.1rem;
    gap: 3.4rem;
    padding-right: 2rem;
    margin: auto 0;
    height: max-content;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right {
    width: 100%;
    gap: 0;
    padding: 0 1.6rem;
    margin-top: 0.4rem;
    height: max-content;
  }
}
.header__modal__right__card {
  order: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: rotate(-5deg);
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-soleil-levant, #FFB51B);
  width: 23rem;
  padding: 1.42rem;
  border-radius: 0.85rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card {
    width: 32.5rem;
    padding: 2rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card {
    order: 2;
    width: 100%;
    transform: rotate(0deg);
    padding: 1.6rem;
    border-radius: 0.8rem;
    margin-top: 1rem;
  }
}
.header__modal__right__card__content {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content {
    gap: 0.3rem;
  }
}
.header__modal__right__card__content__title {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #790016;
  white-space: pre-wrap;
  font-size: 1.8rem !important;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__content__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__content__title {
    font-size: 2.5rem !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__title {
    /* v2/mobile/heading/Title XS */
    font-family: "Skolar Sans Latin Extended Bold";
    font-style: normal;
    font-weight: 900;
    line-height: 95%; /* 11.4px */
    text-transform: uppercase;
    font-size: 1.06rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) and (min-width: 1440px) {
  .home-page .header__modal__right__card__content__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__title {
    font-size: 1.2rem;
  }
}
.header__modal__right__card__content__text {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  color: white;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__content__text {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__text {
    font-family: "Skolar Sans Latin Extended";
    font-style: normal;
    font-weight: 800;
    line-height: 115%; /* 19.2px */
    font-size: 1.28rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) and (min-width: 1440px) {
  .home-page .header__modal__right__card__content__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) and (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__content__text {
    font-size: 1.4rem;
  }
}
.header__modal__right__card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  margin-top: 5.7rem;
}
.header__modal__right__card__button.allreadyclose::after {
  rotate: 90deg;
}
.header__modal__right__card__button.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.header__modal__right__card__button::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__button::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__button::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header__modal__right__card__button:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__button {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__button {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__card__button {
    margin-top: 8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__button {
    margin-top: 1.5rem;
  }
}
.header__modal__right__card__image {
  position: absolute;
  bottom: 1.2rem;
  right: -2.2rem;
  width: 15.4rem;
  height: 11.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__card__image {
    width: 15rem;
    height: 10.5rem;
    transform: rotate(19.85deg);
    bottom: -1.8rem;
    right: -0.2rem;
  }
}
.header__modal__right__social {
  order: 2;
  transform: rotate(3deg);
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
}
@media (min-width: 1440px) {
  .header__modal__right__social {
    border-radius: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__modal__right__social {
    border-radius: 0.7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__social {
    transform: rotate(0deg);
    border-radius: 1rem;
    order: 1;
    margin-left: auto;
  }
}
.header__modal__right__social__list {
  display: flex;
  align-items: flex-start;
  list-style: none;
  padding: 1.42rem;
  gap: 1.42rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__social__list {
    padding: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__social__list {
    padding: 1rem;
    gap: 1rem;
  }
}
.header__modal__right__social__list a {
  display: block;
  height: max-content;
}
.header__modal__right__social__list a img {
  width: auto;
  transform: rotate(-5deg);
  height: 1.7rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__social__list a img {
    height: 2.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__social__list a img {
    height: 2.4rem;
    transform: rotate(0deg);
  }
}
.header__modal__right__social__decoration {
  position: absolute;
  width: 2.6rem;
  bottom: 1.8rem;
  right: -1.5rem;
}
@media (min-width: 1440px) {
  .home-page .header__modal__right__social__decoration {
    width: 3.6rem;
    bottom: 2.7rem;
    right: -2.3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .header__modal__right__social__decoration {
    width: 2.3rem;
    bottom: 1.15rem;
    right: -1.3rem;
  }
}
.header__modal__right__social__decoration img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1003;
  padding: 0 1.8rem;
}
@media (min-width: 1440px) {
  .home-page .footer {
    padding: 0 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer {
    flex-direction: column;
    padding: 0 0 9rem;
    align-items: center;
    gap: 1rem;
    z-index: 1000;
  }
}
.footer ul {
  display: flex;
  flex-direction: row;
  gap: 3.4rem;
  list-style: none;
  position: relative;
  z-index: 1003;
  padding: 1.6rem 0;
  background: #FFF;
  background-color: #FFF;
}
@media (min-width: 1440px) {
  .home-page .footer ul {
    padding: 2rem 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer ul {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 1rem;
    z-index: 999;
    padding: 2rem 0;
  }
}
.footer ul:last-child {
  align-items: end;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer ul:last-child {
    align-items: center;
  }
}
.footer ul li a {
  /* v2/mobile/heading/Title XS */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 11.4px */
  text-transform: uppercase;
  font-size: 1.06rem;
  color: #007837;
  text-decoration: none;
  text-transform: initial;
}
@media (min-width: 1440px) {
  .home-page .footer ul li a {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer ul li a {
    font-size: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer ul li a {
    text-align: center;
  }
}
.footer svg {
  width: var(--svg-size);
  height: var(--svg-size);
  transition: all 0.3s ease;
}
.footer svg:first-of-type {
  position: absolute;
  left: 0;
  rotate: 180deg;
  bottom: 3.2rem;
}
@media (min-width: 1440px) {
  .home-page .footer svg:first-of-type {
    bottom: 3.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer svg:first-of-type {
    bottom: unset;
    top: -8px;
  }
}
.footer svg:last-of-type {
  position: absolute;
  right: 0;
  rotate: 90deg;
  bottom: 3.2rem;
}
@media (min-width: 1440px) {
  .home-page .footer svg:last-of-type {
    bottom: 3.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .footer svg:last-of-type {
    bottom: unset;
    top: -8px;
  }
}
@keyframes parallaxTomatoes {
  0% {
    transform: translate3d(0, 0, 1px) scale(1);
  }
  25% {
    transform: translate3d(0.3rem, 0.1rem, 1px) scale(1.02);
  }
  50% {
    transform: translate3d(0rem, -0.3rem, 1px) scale(1);
  }
  75% {
    transform: translate3d(-0.3rem, 0.2rem, 1px) scale(0.98);
  }
  100% {
    transform: translate3d(0, 0, 1px) scale(1);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.brand {
  width: 100vw;
  position: relative;
  --hero-img--transition: 0.4s;
  --hero-img--delay: 0.5s;
  --hero-ease: cubic-bezier(0.77, 0, 0.175, 1);
}
.brand__hero {
  height: 100dvh;
  overflow: hidden;
  padding: 1.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero {
    height: 100vh;
  }
}
.brand__hero__opening {
  display: none;
  position: relative;
  z-index: 5;
  height: 100%;
  background: #FFF;
}
.brand__hero__opening.show {
  display: block;
}
.brand__hero__opening.go-down {
  z-index: 1;
}
.brand__hero__opening ul {
  list-style: none;
}
@media (prefers-reduced-motion: reduce) {
  .brand__hero__opening {
    display: block;
  }
}
.reduce-motion .brand__hero__opening {
  display: block;
}
.brand__hero__opening__images, .brand__hero__opening__image__wrapper {
  width: 100%;
  height: 100%;
}
.brand__hero__opening__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand__hero__opening__image__wrapper.hidden {
  display: none;
}
.brand__hero__opening__image, .brand__hero__opening__video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 25.6rem;
  border-radius: 1rem;
  will-change: transform;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__opening__image, .brand__hero__opening__video {
    width: 20.2rem;
    height: 16.2rem;
  }
}
.brand__hero__opening__image video,
.brand__hero__opening__image img, .brand__hero__opening__video video,
.brand__hero__opening__video img {
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.brand__hero__opening__image--4, .brand__hero__opening__video {
  transform: rotate(2deg) scale(0);
  z-index: 10;
}
.brand__hero__opening__image--4 img,
.brand__hero__opening__image--4 video, .brand__hero__opening__video img,
.brand__hero__opening__video video {
  object-position: center 36%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__opening__image--4 img,
  .brand__hero__opening__image--4 video, .brand__hero__opening__video img,
  .brand__hero__opening__video video {
    object-position: center 34%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__hero__opening__image--4, .brand__hero__opening__video {
    transform: rotate(0) scale(1) !important;
    width: 100% !important;
    height: 100% !important;
  }
}
.reduce-motion .brand__hero__opening__image--4, .reduce-motion .brand__hero__opening__video {
  transform: rotate(0) scale(1) !important;
  width: 100% !important;
  height: 100% !important;
}
.brand__hero__opening__image--1 {
  transform: rotate(-3deg) scale(0);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__opening__image--1 {
    transform: rotate(-3deg) scale(0.8);
  }
}
.brand__hero__opening__image--2 {
  transform: rotate(-9deg) scale(0);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__opening__image--2 {
    animation-delay: calc(var(--hero-img--delay) * 1);
  }
}
.brand__hero__opening__image--3 {
  transform: rotate(9deg) scale(0);
}
@media (prefers-reduced-motion: reduce) {
  .brand__hero__opening__image:not(.brand__hero__opening__image--4) {
    display: none !important;
  }
}
.reduce-motion .brand__hero__opening__image:not(.brand__hero__opening__image--4) {
  display: none !important;
}
.brand__hero__header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.brand__hero__header__title {
  /* Product Header/1440 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: 10rem;
  text-align: center;
  color: #FFF;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__header__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .brand__hero__header__title {
    font-size: 7rem;
  }
}
.brand__hero__header__title > span {
  display: block;
}
.brand__hero__header__title__row {
  visibility: hidden;
  max-height: 0px;
  transition: all 0.6s ease;
  transform-origin: bottom;
}
@media (prefers-reduced-motion: reduce) {
  .brand__hero__header__title__row {
    visibility: visible;
    transition: none;
    transform: none;
    max-height: 16rem;
  }
}
.reduce-motion .brand__hero__header__title__row {
  visibility: visible;
  transition: none;
  transform: none;
  max-height: 16rem;
}
.brand__hero__header__title__row.animate {
  visibility: visible;
  max-height: 16rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__hero__header__title__row {
    max-height: unset;
  }
}
.brand__hero__header__title__row span {
  display: inline-block;
  max-height: 0%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s ease;
}
.brand__hero__header__title__row span.animate {
  max-height: 100%;
  transform: scaleY(1);
}
@media (prefers-reduced-motion: reduce) {
  .brand__hero__header__title__row span {
    transition: none;
    transform: none;
  }
}
.reduce-motion .brand__hero__header__title__row span {
  transition: none;
  transform: none;
}
.brand__intro {
  position: relative;
  padding: 8rem 1.6rem 4.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro {
    padding-top: 6rem;
  }
}
.brand__intro__mid {
  position: relative;
}
.brand__intro__mid__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) and (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__mid__svg {
    top: 57%;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .reduce-motion .brand__intro__mid__svg {
    top: 57%;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__mid__svg {
    top: 57%;
  }
}
.brand__intro__mid__svg--desktop {
  display: block;
  max-width: 84rem;
  min-width: 77.7rem;
  margin: 0 auto;
}
.brand__intro__mid__svg--desktop svg {
  margin-left: -2vw;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__mid__svg--desktop {
    display: none;
  }
}
.brand__intro__mid__svg--mobile {
  display: none;
  margin: -2.5rem 1.4rem 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__mid__svg--mobile {
    display: block;
  }
}
.brand__intro__mid__svg svg g {
  opacity: 0;
  transition: 0.2s ease-in-out opacity;
  animation: parallaxTomatoes 6s ease-in-out infinite;
  animation-delay: 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .brand__intro__mid__svg svg g {
    animation: none;
    transition: none;
    opacity: 1;
  }
}
.reduce-motion .brand__intro__mid__svg svg g {
  animation: none;
  transition: none;
  opacity: 1;
}
.brand__intro__mid__svg.show-bug svg g {
  opacity: 1;
}
.brand__intro__text {
  position: relative;
  color: #790016;
}
.brand__intro__text--main {
  max-width: 44.2rem;
  margin: 0 auto;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__text--main {
    max-width: 15ch;
    font-size: 2.5rem;
  }
}
.brand__intro__text--sec {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-size: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__text--sec {
    font-size: 1.4rem;
  }
}
.brand__intro__text--sec--1 {
  max-width: 20.9rem;
  margin-left: calc((100vw - 95rem) / 2);
  margin-top: 9rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .brand__intro__text--sec--1 {
    margin-left: calc((100vw - 80rem) / 2);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__text--sec--1 {
    max-width: 19.1rem;
    margin-top: 4rem;
    margin-left: 3.2rem;
  }
}
.brand__intro__text--sec--2 {
  max-width: 28.8rem;
  margin-left: auto;
  margin-right: calc((100vw - 100rem) / 2);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__text--sec--2 {
    max-width: 11rem;
    margin-right: 1.3rem;
  }
}
.brand__intro__tomato {
  position: absolute;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato {
    position: relative;
  }
}
.brand__intro__tomato img {
  width: 100%;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .brand__intro__tomato img {
    animation: none;
    transition: none;
  }
}
.reduce-motion .brand__intro__tomato img {
  animation: none;
  transition: none;
}
.brand__intro__tomato--1 {
  bottom: -1.3rem;
  left: calc((100vw - 99.6rem) / 2);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--1 {
    bottom: 0;
    left: 3.6rem;
    margin-top: 4rem;
  }
}
.brand__intro__tomato--1 div:first-child {
  width: 9.5rem;
  transform: rotate(-108.2deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--1 div:first-child {
    width: 7.1rem;
  }
}
.brand__intro__tomato--1 div:first-child img {
  animation-delay: 0.5s;
}
.brand__intro__tomato--1 div:last-child {
  width: 7rem;
  margin-top: -3em;
  margin-left: 6.5rem;
  transform: rotate(2deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--1 div:last-child {
    width: 5rem;
    margin-top: -2rem;
    margin-left: 3.5rem;
  }
}
.brand__intro__tomato--1 div:last-child img {
  animation-delay: 1s;
}
.brand__intro__tomato--2 {
  bottom: -5rem;
  right: calc((100vw - 90rem) / 2);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--2 {
    display: none;
  }
}
.brand__intro__tomato--2 div {
  width: 8.1rem;
  transform: rotate(7deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--2 div {
    width: 5.5rem;
  }
}
.brand__intro__tomato--2 div img {
  animation-delay: 0.5s;
}
.brand__intro__tomato--3 {
  bottom: -2rem;
  left: calc((100vw - 98rem) / 2);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--3 {
    bottom: 1.5rem;
    left: 1.6rem;
  }
}
.brand__intro__tomato--3 div {
  width: 5.3rem;
  transform: rotate(-104deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__tomato--3 div {
    width: 4rem;
  }
}
.brand__intro__tomato--3 div img {
  animation-delay: 1s;
}
.brand__intro__banner {
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding: 10.5rem 0;
  --offset: 20vw;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__banner {
    padding: 6rem 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) and (prefers-reduced-motion: reduce) {
  .brand__intro__banner {
    padding: 2rem 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .reduce-motion .brand__intro__banner {
    padding: 2rem 0;
  }
}
.brand__intro__banner p {
  --tw: calc(2370px + 2vw);
  --ad: 10s;
  width: var(--tw);
  white-space: nowrap;
  text-shadow: var(--tw) 0 currentColor, calc(var(--tw) * 2) 0 currentColor, calc(var(--tw) * 3) 0 currentColor, calc(var(--tw) * 4) 0 currentColor;
  will-change: transform;
  animation: marquee var(--ad) linear infinite;
  /* Product Header/1440 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: 10rem;
  font-size: clamp(6vw, 10rem, 10vw);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__banner p {
    font-size: 4.4rem;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .brand__intro__banner p {
    font-size: 7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__banner p {
    font-size: clamp(21vw, 7.6rem, 30vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__intro__banner p {
    animation: none;
    padding-left: 0.5rem;
  }
}
.reduce-motion .brand__intro__banner p {
  animation: none;
  padding-left: 0.5rem;
}
@media (prefers-reduced-motion: reduce) and (min-width: 320px) and (max-width: 1023px) {
  .brand__intro__banner p {
    font-size: clamp(12vw, 4.6rem, 30vw);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .reduce-motion .brand__intro__banner p {
    font-size: clamp(12vw, 4.6rem, 30vw);
  }
}
.brand__intro__banner p span {
  display: inline-block;
}
.brand__intro__banner p span:first-child {
  color: #FFB51B;
}
.brand__intro__banner p span:nth-child(2) {
  color: #F1A0C4;
}
.brand__intro__banner p span:nth-child(3) {
  color: #00693A;
}
.brand__intro__banner p span:last-child {
  color: #E00A1E;
}
@media (prefers-reduced-motion: reduce) {
  .brand__intro__banner p > span {
    display: flex;
    flex-direction: column;
  }
}
.reduce-motion .brand__intro__banner p > span {
  display: flex;
  flex-direction: column;
}
.brand__mission {
  position: relative;
}
.brand__mission__discover, .brand__mission__hook {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100dvh;
  min-height: 500px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover, .brand__mission__hook {
    height: 100vh;
    min-height: 66.7rem;
    position: relative !important;
    top: unset;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__discover, .brand__mission__hook {
    position: relative;
    top: unset;
  }
}
.reduce-motion .brand__mission__discover, .reduce-motion .brand__mission__hook {
  position: relative;
  top: unset;
}
.brand__mission__discover {
  width: 100%;
  position: sticky;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover {
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__discover {
    flex-direction: column;
    height: auto;
  }
}
.reduce-motion .brand__mission__discover {
  flex-direction: column;
  height: auto;
}
.brand__mission__discover__tomato {
  position: absolute;
  z-index: 10;
}
.brand__mission__discover__tomato img {
  width: 100%;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__discover__tomato img {
    transition: none;
    animation: none;
  }
}
.reduce-motion .brand__mission__discover__tomato img {
  transition: none;
  animation: none;
}
.brand__mission__discover__tomato--1 {
  left: calc(100% - 4rem);
  top: -4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--1 {
    top: 0;
    left: 100%;
  }
}
.brand__mission__discover__tomato--1 div {
  width: 10.9rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--1 div {
    width: 9.8rem;
  }
}
.brand__mission__discover__tomato--2 {
  right: calc(100% + 8rem);
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--2 {
    right: unset;
    left: -1.4rem;
    bottom: -1rem;
  }
}
.brand__mission__discover__tomato--2 div {
  width: 6.6rem;
  transform: rotate(90deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--2 div {
    width: 4.7rem;
    transform: rotate(97deg);
  }
}
.brand__mission__discover__tomato--2 div img {
  animation-delay: 0.5s;
}
.brand__mission__discover__tomato--3 {
  left: calc(100% + 11rem);
  bottom: -8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--3 {
    left: 100%;
    bottom: -19rem;
  }
}
.brand__mission__discover__tomato--3 div:first-child {
  width: 9.5rem;
  transform: rotate(-108.2deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--3 div:first-child {
    width: 7.1rem;
  }
}
.brand__mission__discover__tomato--3 div:first-child img {
  animation-delay: 1s;
}
.brand__mission__discover__tomato--3 div:last-child {
  width: 7rem;
  margin-top: -3em;
  margin-left: 6.5rem;
  transform: rotate(2deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__discover__tomato--3 div:last-child {
    width: 5rem;
    margin-top: -2rem;
    margin-left: 3.5rem;
  }
}
.brand__mission__discover__tomato--3 div:last-child img {
  animation-delay: 1.5s;
}
.brand__mission__title, .brand__mission__text {
  position: absolute;
  z-index: 10;
}
.brand__mission__title {
  top: 0;
  right: calc(100% - 1.8rem);
  color: #E00A1E;
  /* desktop/heading/heading 1 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__title {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__title {
    bottom: calc(100% + 4rem);
    top: unset;
    right: unset;
  }
}
.brand__mission__text {
  top: 50%;
  left: calc(100% + 2rem);
  max-width: 28.8rem;
  width: 100%;
  transform: translate(0, -50%);
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-size: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__text {
    top: calc(100% + 4rem);
    left: 0;
    transform: none;
    max-width: 22rem;
  }
}
.brand__mission__image {
  position: relative;
  width: 28.7rem;
  height: 37.3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__image {
    width: 22.87rem;
    height: 29.7rem;
    left: 3.2rem;
    flex-shrink: 0;
    margin: 16rem 0px 21rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__image {
    flex-shrink: 0;
    margin: 14rem 0 12rem;
  }
}
@media (prefers-reduced-motion: reduce) and (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__image {
    margin: 16rem 0px 21rem;
  }
}
.reduce-motion .brand__mission__image {
  flex-shrink: 0;
  margin: 14rem 0 12rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .reduce-motion .brand__mission__image {
    margin: 16rem 0px 21rem;
  }
}
.brand__mission__image--main img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__image--main img {
    border-radius: 0.6rem;
  }
}
.brand__mission__image__shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  background: radial-gradient(36.2% 36.2% at 52.26% 50%, rgba(0, 0, 0, 0.12) 0.07%, rgba(0, 0, 0, 0.04) 100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__image__shadow {
    background: radial-gradient(21.81% 21.81% at 50.15% 42.28%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.02) 100%);
  }
}
.brand__mission__hook {
  position: absolute;
  z-index: 10;
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__hook {
    height: 100vh;
  }
}
.reduce-motion .brand__mission__hook {
  height: 100vh;
}
.brand__mission__hook__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__content {
    height: 100%;
    padding: 0 0 17rem;
  }
  .brand__mission__hook__content::after {
    background: radial-gradient(21.81% 21.81% at 50.15% 42.28%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.02) 100%);
  }
}
.brand__mission__hook__title {
  text-align: center;
  color: #FFF;
  /* Product Header/1440 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: 10rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .brand__mission__hook__title {
    font-size: 7rem;
  }
}
.brand__mission__hook__title > span {
  display: block;
}
.brand__mission__hook__title__row {
  visibility: hidden;
  max-height: 0px;
  transition: all 0.6s ease;
  transform-origin: bottom;
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__hook__title__row {
    visibility: visible;
    transition: none;
    transform: none;
    max-height: 16rem;
  }
}
.reduce-motion .brand__mission__hook__title__row {
  visibility: visible;
  transition: none;
  transform: none;
  max-height: 16rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__title__row {
    visibility: visible;
    transition: none;
    transform: none;
    max-height: 16rem;
  }
}
.brand__mission__hook__title__row.animate {
  visibility: visible;
  max-height: 14rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__title__row {
    max-height: unset;
  }
}
.brand__mission__hook__title__row span {
  display: inline-block;
  max-height: 0%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s ease;
}
.brand__mission__hook__title__row span.animate {
  max-height: 100%;
  transform: scaleY(1);
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__hook__title__row span {
    transition: none;
    transform: none;
  }
}
.reduce-motion .brand__mission__hook__title__row span {
  transition: none;
  transform: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__title__row span {
    transition: none;
    transform: none;
  }
}
.brand__mission__hook__content, .brand__mission__hook__text__wrapper {
  position: relative;
}
.brand__mission__hook__text {
  position: relative;
  transform: translateY(102%);
  padding: 0.8rem 3rem;
  border-radius: 10rem;
  background-color: #FFF;
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  font-size: 2rem;
  transition: all 0.6s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__text {
    font-size: 1.4rem;
  }
}
.brand__mission__hook__text.animate {
  transform: translateY(0);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__text {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .brand__mission__hook__text {
    font-size: 1.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__hook__text {
    transform: none;
  }
}
.reduce-motion .brand__mission__hook__text {
  transform: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__text {
    transform: none;
  }
}
.brand__mission__hook__text__wrapper {
  position: absolute;
  bottom: -9rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__text__wrapper {
    padding: 0 3.2rem;
    bottom: 10rem;
  }
}
@media (min-width: 1024px) and (max-height: 700px) {
  .brand__mission__hook__text__wrapper {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
  }
}
.brand__mission__hook__bck {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission__hook__bck {
    display: block;
  }
  .brand__mission__hook__bck img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.reduce-motion .brand__mission__hook__bck {
  display: block;
}
.reduce-motion .brand__mission__hook__bck img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission__hook__bck {
    display: block;
  }
  .brand__mission__hook__bck img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.brand__mission .spacer {
  height: 200vh;
  min-height: 120rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__mission .spacer {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__mission .spacer {
    display: none;
  }
}
.reduce-motion .brand__mission .spacer {
  display: none;
}
.brand__values {
  position: relative;
  z-index: 15;
  padding-top: 8rem;
  background: white;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values {
    padding-top: 4rem;
  }
}
.brand__values__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.brand__values__btns button {
  padding: 1rem 1.25rem;
  border-radius: 8rem;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  background-color: #FFF;
  color: #E00A1E;
  text-decoration: none;
  border: 1px solid #F1A0C4;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .brand__values__btns button {
    transition: none;
  }
}
.reduce-motion .brand__values__btns button {
  transition: none;
}
.brand__values__btns button:hover, .brand__values__btns button.active {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  text-decoration: underline;
  color: #FFF;
  border-color: transparent;
}
.brand__values__tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100vw;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow-x: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tabs {
    gap: 1.6rem;
    width: auto;
    padding-top: 8.6rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    overflow-x: scroll;
    scroll-snap-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .brand__values__tabs::-webkit-scrollbar {
    display: none;
  }
}
.brand__values__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  gap: 2rem;
  transition: transform 0.3s var(--hero-ease);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab {
    flex: 0 0 auto;
    gap: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__values__tab {
    animation: none;
    transition: none;
  }
}
.reduce-motion .brand__values__tab {
  animation: none;
  transition: none;
}
.brand__values__tab__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 28.8rem;
  height: 29rem;
  padding: 0.2rem 3.5rem 3.5rem;
  border-radius: 2rem;
  text-align: center;
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab__card {
    width: 22.9rem;
    height: 26.6rem;
    padding: 0.2rem 1.6rem 3.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__values__tab__card {
    animation: none;
    transition: none;
    transform: rotate(0deg) !important;
  }
}
.reduce-motion .brand__values__tab__card {
  animation: none;
  transition: none;
  transform: rotate(0deg) !important;
}
.brand__values__tab__card--image {
  width: 12.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab__card--image {
    width: 11.1rem;
  }
}
.brand__values__tab__card--image img {
  width: 100%;
}
.brand__values__tab__card h3 {
  padding-bottom: 1rem;
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.brand__values__tab__card p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
}
@media (min-width: 1440px) {
  .home-page .brand__values__tab__card p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab__card p {
    font-size: 1.4rem;
  }
}
.brand__values__tab--1 .brand__values__tab__card:first-child, .brand__values__tab--1 .brand__values__tab__card:nth-child(2) {
  position: relative;
  color: #FFF;
}
.brand__values__tab--1 .brand__values__tab__card:first-child::after, .brand__values__tab--1 .brand__values__tab__card:nth-child(2)::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/brand/red_leaves.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand__values__tab--1 .brand__values__tab__card:first-child {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F1A0C4;
  transform: rotate(2deg);
}
.brand__values__tab--1 .brand__values__tab__card:first-child::after {
  top: -1.2rem;
  right: -1.8rem;
  width: 2.7rem;
  height: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--1 .brand__values__tab__card:first-child {
    transform: rotate(1deg);
  }
}
.brand__values__tab--1 .brand__values__tab__card:nth-child(2) {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  transform: rotate(-2deg);
}
.brand__values__tab--1 .brand__values__tab__card:nth-child(2)::after {
  bottom: -1.1rem;
  right: -1.3rem;
  width: 2.2rem;
  height: 1.6rem;
  transform: rotate(88deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--1 .brand__values__tab__card:nth-child(2) {
    transform: rotate(-1deg);
  }
}
.brand__values__tab--1 .brand__values__tab__card:last-child {
  background-color: #FFF4E1;
  color: #E00A1E;
  transform: rotate(5deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--1 .brand__values__tab__card:last-child {
    transform: rotate(1deg);
  }
}
.brand__values__tab--2 .brand__values__tab__card:first-child, .brand__values__tab--2 .brand__values__tab__card:last-child {
  color: #FFF;
}
.brand__values__tab--2 .brand__values__tab__card:first-child {
  position: relative;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  transform: rotate(-2deg);
}
.brand__values__tab--2 .brand__values__tab__card:first-child::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/brand/red_leaves.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -1.6rem;
  right: -2.2rem;
  width: 3.55rem;
  height: 2.66rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--2 .brand__values__tab__card:first-child {
    transform: rotate(-1deg);
  }
}
.brand__values__tab--2 .brand__values__tab__card:nth-child(2) {
  background-color: #FFF4E1;
  color: #E00A1E;
  transform: rotate(-2deg);
}
.brand__values__tab--2 .brand__values__tab__card:nth-child(2)::after {
  bottom: -1.1rem;
  right: -1.3rem;
  width: 2.2rem;
  height: 1.6rem;
  transform: rotate(2deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--2 .brand__values__tab__card:nth-child(2) {
    transform: rotate(1deg);
  }
}
.brand__values__tab--2 .brand__values__tab__card:last-child {
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFB51B;
  transform: rotate(5deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__tab--2 .brand__values__tab__card:last-child {
    transform: rotate(2deg);
  }
}
.brand__values__tab .brand__values__tab__card:hover {
  transform: rotate(0deg);
}
.brand__values__bck__tomato {
  position: absolute;
  z-index: -1;
}
.brand__values__bck__tomato img {
  width: 100%;
}
.brand__values__bck__tomato--1 {
  top: 4rem;
  left: 4rem;
}
.brand__values__bck__tomato--1 div {
  width: 8.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--1 {
    top: 10.2rem;
    left: 2.2rem;
  }
  .brand__values__bck__tomato--1 div {
    width: 4.3rem;
  }
}
.brand__values__bck__tomato--2 {
  top: 10rem;
  left: calc(50vw - 30rem);
}
.brand__values__bck__tomato--2 div {
  width: 5rem;
}
.brand__values__bck__tomato--2 div img {
  animation-delay: 0.5s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--2 {
    top: 13rem;
    left: 20.7rem;
  }
  .brand__values__bck__tomato--2 div {
    width: 4.2rem;
  }
}
.brand__values__bck__tomato--3 {
  top: 12.3rem;
  right: calc(50vw - 20rem);
}
.brand__values__bck__tomato--3 div {
  width: 5.2rem;
}
.brand__values__bck__tomato--3 div img {
  animation-delay: 1s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--3 {
    top: 9.1rem;
    right: 1.95rem;
  }
  .brand__values__bck__tomato--3 div {
    width: 3.8rem;
  }
}
.brand__values__bck__tomato--4 {
  top: 7rem;
  right: 4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--4 {
    display: none;
  }
}
.brand__values__bck__tomato--4 div:first-child {
  width: 9.5rem;
  transform: rotate(65.88deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--4 div:first-child {
    width: 7.1rem;
  }
}
.brand__values__bck__tomato--4 div:first-child img {
  animation-delay: 1.5s;
}
.brand__values__bck__tomato--4 div:last-child {
  position: relative;
  bottom: 9rem;
  right: 3rem;
  width: 5.7rem;
  transform: rotate(177deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__tomato--4 div:last-child {
    width: 5rem;
    margin-top: -2rem;
    margin-left: 3.5rem;
  }
}
.brand__values__bck__tomato--4 div:last-child img {
  animation-delay: 2s;
}
.brand__values__bck__tomato img {
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
.brand__values__bck__leaves {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.brand__values__bck__leaves--desktop {
  display: block;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__leaves--desktop {
    display: none;
  }
}
.brand__values__bck__leaves--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__values__bck__leaves--mobile {
    display: block;
  }
}
.brand__more {
  position: relative;
  z-index: 15;
  background: white;
}
.brand__more__container {
  padding: 10rem 4.5rem 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
  max-width: 90.6rem;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__container {
    padding: 10.7rem 3.2rem 8.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
    padding: 10.7rem 3.2rem 8.8rem;
  }
}
.brand__more__images, .brand__more__content {
  flex: 0 0 50%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__images, .brand__more__content {
    flex: 1 1 100%;
  }
}
.brand__more__images {
  position: relative;
}
.brand__more__images__bck img {
  width: 28.9rem;
  border-radius: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__images__bck img {
    width: 100%;
  }
}
.brand__more__images__bee {
  position: absolute;
  top: -8rem;
  right: 5rem;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__images__bee {
    right: -1.6rem;
  }
}
.brand__more__images__bee--desktop {
  display: block;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__images__bee--desktop {
    display: none;
  }
}
.brand__more__images__bee--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__images__bee--mobile {
    display: block;
  }
}
.brand__more__content {
  max-width: 44.3rem;
  margin-left: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__content {
    padding-right: 0;
  }
}
.brand__more__content h2 {
  padding-right: 3rem;
  color: #00693A;
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__content h2 {
    font-size: 2.5rem;
  }
}
.brand__more__content p {
  color: #790016;
  padding: 3rem 0;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
}
@media (min-width: 1440px) {
  .home-page .brand__more__content p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__content p {
    font-size: 1.4rem;
  }
}
.brand__more__content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.brand__more__content a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.brand__more__content a:not(.disabled):hover::after {
  rotate: 45deg;
}
.brand__more__bck {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.brand__more__bck--desktop {
  display: block;
  width: 21.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__bck--desktop {
    display: none;
  }
}
.brand__more__bck--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__more__bck--mobile {
    display: block;
  }
}
.forms {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 1.4rem;
  max-width: 1440px;
  margin: 0 auto;
}
.forms__picture img {
  width: 5.5rem;
  height: 5.5rem;
  transform: rotate(6.464deg);
  position: absolute;
  top: 0;
  left: 2.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__picture img {
    display: none;
  }
}
.forms__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 8rem 4.6rem 6rem 4.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content {
    flex-direction: column;
    width: 100%;
    padding: 4rem 1.6rem 2rem 1.6rem;
    box-sizing: border-box;
  }
}
.forms__content__push {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 36.5rem;
  padding: 2rem;
  margin-top: 5rem;
  gap: 1rem;
  transform: rotate(6.464deg);
  border-radius: 1rem;
  background: radial-gradient(62.11% 72.83% at 36.97% 24.64%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-rose, #f1a0c4);
}
.forms__content__push svg {
  width: 27.4rem;
  height: 19rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push {
    width: 31.1rem;
    margin: 0 auto;
  }
}
.forms__content__push__burst {
  width: 5.5rem;
  height: 5.5rem;
  transform: rotate(6.464deg);
  position: absolute;
  top: -5.5rem;
  left: -5.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push__burst {
    width: 4.1rem;
    height: 4.1rem;
    top: -4.1rem;
    left: -4.1rem;
  }
}
.forms__content__push__ladybug {
  position: absolute;
  width: 22.4rem;
  height: 15.8rem;
  transform: rotate(-6deg);
  right: 1.5rem;
  top: -5.5rem;
  z-index: 2;
}
.forms__content__push__tomatoround {
  position: absolute;
  width: 11.5rem;
  height: 10.1rem;
  transform: rotate(66deg);
  bottom: -32rem;
  left: 8rem;
  z-index: 3;
  transform: scaleX(-1);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push__tomatoround {
    display: none;
  }
}
.forms__content__push__tomatocerise {
  position: absolute;
  width: 6.9rem;
  height: 7.2rem;
  transform: rotate(-92deg);
  bottom: -15.5rem;
  left: -4.5rem;
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push__tomatocerise {
    display: none;
  }
}
.forms__content__push__pepins {
  position: absolute;
  transform: rotate(-10.202deg);
  flex-shrink: 0;
  bottom: -19rem;
  left: -1rem;
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push__pepins {
    display: none;
  }
}
.forms__content__push__vectorgreen {
  position: absolute;
  transform: rotate(-6deg);
  width: 30.9rem;
  height: 30rem;
  bottom: -38rem;
  left: -8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push__vectorgreen {
    display: none;
  }
}
.forms__content__push h2 {
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: var(--Secondary-bordeaux, #790016);
  margin-bottom: 2rem;
}
.forms__content__push p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: var(--Secondary-bordeaux, #790016);
}
@media (min-width: 1440px) {
  .home-page .forms__content__push p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__push p {
    font-size: 1.4rem;
  }
}
.forms__content__push p:nth-of-type(2) {
  white-space: pre-wrap;
}
.forms__content__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__form {
    width: 100%;
    margin-top: 4rem;
  }
}
.forms__content__form__title {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.forms__content__form__title h2 {
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: var(--Secondary-bordeaux, #790016);
}
.forms__content__form__title p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: var(--Secondary-bordeaux, #790016);
}
@media (min-width: 1440px) {
  .home-page .forms__content__form__title p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__form__title p {
    font-size: 1.4rem;
  }
}
.forms__content__form__title p span {
  padding-right: 0.4rem;
  color: var(--Primary-rouge-tomate, #e00a1e);
}
.forms__content__form__title img {
  position: absolute;
  z-index: -1;
  transform: rotate(-29.272deg);
  right: -25.2rem;
  bottom: -3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__form__title img {
    right: -11.5rem;
  }
}
.forms__content__form__question {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 44.2rem;
  min-height: 55rem;
  height: auto;
  gap: 4rem;
  border-radius: 1rem;
  background: var(--Neutral-neutral-100, #efefef);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .forms__content__form__question {
    width: 100%;
  }
}
@keyframes parallaxTomatoes {
  0% {
    transform: translate3d(0, 0, 1px) scale(1);
  }
  25% {
    transform: translate3d(0.3rem, 0.1rem, 1px) scale(1.02);
  }
  50% {
    transform: translate3d(0rem, -0.3rem, 1px) scale(1);
  }
  75% {
    transform: translate3d(-0.3rem, 0.2rem, 1px) scale(0.98);
  }
  100% {
    transform: translate3d(0, 0, 1px) scale(1);
  }
}
html[lang=fr-FR] .homepage__debate__cards__item__img--en {
  display: none;
}

html[lang=en-US] .homepage__debate__cards__item__img--fr, html[lang=en-UK] .homepage__debate__cards__item__img--fr {
  display: none;
}

.homepage {
  width: 100vw;
  overflow-x: hidden;
}
.homepage__hero {
  height: 100dvh;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero {
    height: 100vh;
  }
}
.homepage__hero__opening {
  display: none;
  position: relative;
  z-index: 1000;
  height: 100%;
  background: #FFF;
}
.homepage__hero__opening.show {
  display: block;
}
.homepage__hero__opening.go-down {
  z-index: 1;
}
.homepage__hero__opening__pattern {
  display: none;
}
.homepage__hero__opening__pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__hero__opening__pattern.show {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.homepage__hero__opening__tomato {
  display: block;
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  bottom: 6rem;
}
@media (min-width: 1440px) {
  .homepage__hero__opening__tomato {
    width: 11rem;
    height: 18rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__opening__tomato {
    width: 8.8rem;
    height: 14.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__opening__tomato {
    width: 6.5rem;
    height: 10.6rem;
  }
}
.homepage__hero__opening__tomato img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homepage__hero__header {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.homepage__hero__header.animate {
  z-index: 999;
}
.homepage__hero__header.animate .homepage__hero__header__background {
  background: none;
  opacity: 0;
  transform: scale(10);
}
.homepage__hero__header.animate .homepage__hero__header__background__tomatoes {
  opacity: 0;
}
.homepage__hero__header.animate .homepage__hero__header__background--foreground {
  background: none;
  opacity: 0;
  transform: scale(10);
}
.homepage__hero__header.animate .homepage__hero__header__background--foreground .homepage__hero__header__background__tomatoes--mobile {
  opacity: 0;
}
.homepage__hero__header.hide {
  z-index: -1;
}
.homepage__hero__header.hide .homepage__hero__header__background {
  display: none;
}
.homepage__hero__header__background {
  position: absolute;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.05, 0.9, 0, 1);
}
@media (min-width: 1440px) {
  .homepage__hero__header__background {
    padding: 0 calc((100vw - 1440px) / 2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .homepage__hero__header__background {
    transform: scale(1);
    transition: none;
  }
}
.reduce-motion .homepage__hero__header__background {
  transform: scale(1);
  transition: none;
}
.homepage__hero__header__background--foreground {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.05, 0.9, 0, 1);
}
@media (min-width: 1440px) {
  .homepage__hero__header__background--foreground {
    padding: 0 calc((100vw - 1440px) / 2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .homepage__hero__header__background--foreground {
    transform: scale(1);
    transition: none;
  }
}
.reduce-motion .homepage__hero__header__background--foreground {
  transform: scale(1);
  transition: none;
}
.homepage__hero__header__background__tomatoes {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 1440px;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
.homepage__hero__header__background__tomatoes:nth-of-type(1) {
  animation-delay: 0.5s;
}
.homepage__hero__header__background__tomatoes:nth-of-type(2) {
  animation-delay: 1s;
}
.homepage__hero__header__background__tomatoes:nth-of-type(3) {
  animation-delay: 1.5s;
}
.homepage__hero__header__background__tomatoes:nth-of-type(4) {
  animation-delay: 2s;
}
@media (prefers-reduced-motion: reduce) {
  .homepage__hero__header__background__tomatoes {
    animation: none;
    transform: scale(1);
    transition: none;
  }
}
.reduce-motion .homepage__hero__header__background__tomatoes {
  animation: none;
  transform: scale(1);
  transition: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header__background__tomatoes {
    display: none;
  }
}
.homepage__hero__header__background__tomatoes--mobile {
  display: none;
  animation: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header__background__tomatoes--mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .homepage__hero__header .homepage__hero__title {
    bottom: calc(50vh - 14rem + 2rem);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__header .homepage__hero__title {
    bottom: calc(50vh - 10rem + 2rem);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header .homepage__hero__title {
    bottom: calc(50vh - 12.5rem + 4rem);
  }
}
.homepage__hero__header .homepage__hero__title__row.animate {
  max-height: 17rem !important;
}
@media (min-width: 1440px) {
  .homepage__hero__header .homepage__hero__title__row {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__header .homepage__hero__title__row {
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header .homepage__hero__title__row {
    gap: 0.5rem;
    row-gap: 0rem;
  }
}
.homepage__hero__header .homepage__hero__title__row--1, .homepage__hero__header .homepage__hero__title__row--2 {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__hero__header .homepage__hero__title__row--1, .home-page .homepage__hero__header .homepage__hero__title__row--2 {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header .homepage__hero__title__row--1, .homepage__hero__header .homepage__hero__title__row--2 {
    font-size: 2.5rem;
  }
}
.homepage__hero__header .homepage__hero__title__row--1 span, .homepage__hero__header .homepage__hero__title__row--2 span {
  color: #FFF;
}
@media (min-width: 1440px) {
  .homepage__hero__header .homepage__hero__title__row--1, .homepage__hero__header .homepage__hero__title__row--2 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__header .homepage__hero__title__row--1, .homepage__hero__header .homepage__hero__title__row--2 {
    margin-top: 0;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header .homepage__hero__title__row--1, .homepage__hero__header .homepage__hero__title__row--2 {
    margin: 0 auto;
    width: 23.2rem;
  }
}
@media (min-width: 1440px) {
  .homepage__hero__header .homepage__hero__title__row--3 {
    font-size: 16rem;
    margin-top: -3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__header .homepage__hero__title__row--3 {
    font-size: 11.3rem;
    margin-top: -3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__header .homepage__hero__title__row--3 {
    margin: -1rem auto 0;
  }
}
.homepage__hero__header .homepage__hero__title__row--3 span {
  color: #790016;
}
.homepage__hero__title {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
  text-align: center;
}
@media (min-width: 1440px) {
  .homepage__hero__title {
    bottom: calc(50vh - 18.5rem + 4rem);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__title {
    bottom: calc(50vh - 14.5rem + 4rem);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title {
    bottom: calc(50vh - 14.5rem + 4rem);
  }
}
@media (min-width: 1440px) {
  .homepage__hero__title__row {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__title__row {
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row {
    gap: 0.5rem;
    row-gap: 0rem;
  }
}
.homepage__hero__title.--opening-runned .homepage__hero__title__row {
  transition: none !important;
  visibility: visible;
  max-height: 21rem;
}
.homepage__hero__title.--opening-runned .homepage__hero__title__row span {
  transition: none !important;
  max-height: 100%;
  transform: scaleY(1);
}
.homepage__hero__title__row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0rem;
  visibility: hidden;
  max-height: 0px;
  transition: all 0.6s ease;
  transform-origin: bottom;
}
.homepage__hero__title__row.animate {
  visibility: visible;
  max-height: 21rem;
}
@media (prefers-reduced-motion: reduce) {
  .homepage__hero__title__row {
    transition: none !important;
    visibility: visible;
    max-height: 21rem;
  }
  .homepage__hero__title__row span {
    transition: none !important;
    max-height: 100%;
    transform: scaleY(1);
  }
}
.reduce-motion .homepage__hero__title__row {
  transition: none !important;
  visibility: visible;
  max-height: 21rem;
}
.reduce-motion .homepage__hero__title__row span {
  transition: none !important;
  max-height: 100%;
  transform: scaleY(1);
}
.homepage__hero__title__row--1 {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__hero__title__row--1 {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row--1 {
    font-size: 2.5rem;
  }
}
.homepage__hero__title__row--2 {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 190px */
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 12.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__hero__title__row--2 {
    font-size: 20rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row--2 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__hero__title__row--2 {
    margin-top: -6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__title__row--2 {
    margin-top: -4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row--2 {
    margin: -1rem auto 0;
  }
}
.homepage__hero__title__row--3 {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 190px */
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 12.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__hero__title__row--3 {
    font-size: 20rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row--3 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__hero__title__row--3 {
    margin-top: -5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__hero__title__row--3 {
    margin-top: -7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__hero__title__row--3 {
    margin: -2rem auto 0;
    width: 33rem;
  }
}
.homepage__hero__title span {
  display: inline-block;
  max-height: 0%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s ease;
  color: #007837;
}
.homepage__hero__title span.animate {
  max-height: 100%;
  transform: scaleY(1);
}
.homepage__tomatoes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 900px;
  padding-bottom: 2rem;
  padding-top: var(--frame-size);
  background: #FFF;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes {
    padding-top: 13rem;
    min-height: 100vh;
    height: auto;
    max-height: unset;
  }
}
.homepage__tomatoes .shape {
  position: absolute;
  top: 0;
  z-index: 12;
  left: calc(var(--frame-size) - 1px);
  width: calc(100% - var(--frame-size) * 2 + 2px);
  transition: all 0.3s ease;
  transition-delay: 1s;
}
.homepage__tomatoes .shape #whiterect {
  position: relative;
  z-index: 0;
}
.homepage__tomatoes h2 {
  color: #007837;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 7rem;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .home-page .homepage__tomatoes h2 {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes h2 {
    margin-bottom: 5rem;
  }
}
.homepage__tomatoes:hover .homepage__tomatoes__category, .homepage__tomatoes:focus .homepage__tomatoes__category {
  color: #007837;
}
.homepage__tomatoes:hover .homepage__tomatoes__category:not(:hover), .homepage__tomatoes:focus .homepage__tomatoes__category:not(:hover) {
  color: #E00A1E;
}
.homepage__tomatoes__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  transform: scale(10);
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.desktop {
    display: none;
  }
}
.homepage__tomatoes__background.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.mobile {
    display: block;
  }
}
.homepage__tomatoes__background.animate-in {
  visibility: visible;
  transform: scale(1);
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.05, 0.9, 0, 1);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns img {
    width: 25rem !important;
    height: 25rem !important;
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--rondes img:nth-of-type(1) {
  top: 0rem;
  left: 75vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--rondes img:nth-of-type(1) {
    left: 85vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--rondes img:nth-of-type(1) {
    left: unset;
    right: var(--frame-size);
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--rondes img:nth-of-type(2) {
  bottom: 0rem;
  right: 53vw;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--rondes img:nth-of-type(2) {
    left: var(--frame-size);
    right: unset;
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(1) {
  top: 0rem;
  right: 69vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(1) {
    right: 75vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(1) {
    left: var(--frame-size);
    right: unset;
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(2) {
  bottom: 0rem;
  left: 69vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(2) {
    left: 70vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--allongees img:nth-of-type(2) {
    right: var(--frame-size);
    left: unset;
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(1) {
  top: 0rem;
  left: 65vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(1) {
    left: 77vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(1) {
    right: var(--frame-size);
    left: unset;
  }
}
.homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(2) {
  bottom: 0rem;
  right: 65vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(2) {
    right: 77vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background.animate-in .homepage__tomatoes__background__paterns--melangees img:nth-of-type(2) {
    left: var(--frame-size);
    right: unset;
  }
}
.homepage__tomatoes__background.animate-out {
  visibility: visible;
  transform: scale(10);
  z-index: 1;
  transition: transform 0.8s ease;
}
.homepage__tomatoes__background__frames img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (min-width: 1440px) {
  .homepage__tomatoes__background__frames img {
    max-width: 1440px;
    left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__background__frames img {
    animation: none;
    object-fit: cover;
  }
}
.homepage__tomatoes__background__frames img:nth-of-type(1) {
  animation-delay: 0.5s;
}
.homepage__tomatoes__background__frames img:nth-of-type(2) {
  animation-delay: 1s;
}
.homepage__tomatoes__background__frames img:nth-of-type(3) {
  animation-delay: 1.5s;
}
.homepage__tomatoes__background__frames img:nth-of-type(4) {
  animation-delay: 2s;
}
@media (prefers-reduced-motion: reduce) {
  .homepage__tomatoes__background__frames img {
    animation: none;
    transform: scale(1);
    transition: none;
  }
}
.reduce-motion .homepage__tomatoes__background__frames img {
  animation: none;
  transform: scale(1);
  transition: none;
}
.homepage__tomatoes__background__paterns img {
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.homepage__tomatoes__background__paterns--rondes img:nth-of-type(1) {
  width: 450px;
  height: auto;
  top: -10rem;
  left: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--rondes img:nth-of-type(1) {
    width: 300px;
  }
}
.homepage__tomatoes__background__paterns--rondes img:nth-of-type(2) {
  width: 876px;
  height: auto;
  bottom: -10rem;
  right: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--rondes img:nth-of-type(2) {
    width: 622px;
  }
}
.homepage__tomatoes__background__paterns--allongees img:nth-of-type(1) {
  width: 626px;
  height: auto;
  top: -20rem;
  right: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--allongees img:nth-of-type(1) {
    width: 412px;
  }
}
.homepage__tomatoes__background__paterns--allongees img:nth-of-type(2) {
  width: 577px;
  height: auto;
  bottom: -20rem;
  left: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--allongees img:nth-of-type(2) {
    width: 390px;
  }
}
.homepage__tomatoes__background__paterns--melangees img:nth-of-type(1) {
  width: 650px;
  height: auto;
  top: -10rem;
  left: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--melangees img:nth-of-type(1) {
    width: 285px;
  }
}
.homepage__tomatoes__background__paterns--melangees img:nth-of-type(2) {
  width: 650px;
  height: auto;
  bottom: -10rem;
  right: 100vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__background__paterns--melangees img:nth-of-type(2) {
    width: 285px;
  }
}
.homepage__tomatoes__category {
  position: relative;
  z-index: 2;
}
.homepage__tomatoes__category__top {
  width: 20rem;
  height: auto;
  position: absolute;
  top: -13rem;
  right: 0rem;
}
.homepage__tomatoes__category__bottom {
  width: 20rem;
  height: auto;
  position: absolute;
  bottom: -13rem;
  left: -14rem;
}
.homepage__tomatoes__category:hover .homepage__tomatoes__category__item__link, .homepage__tomatoes__category:focus .homepage__tomatoes__category__item__link {
  color: #007837;
}
.homepage__tomatoes__category:hover .homepage__tomatoes__category__item:not(:hover) .homepage__tomatoes__category__item__link, .homepage__tomatoes__category:focus .homepage__tomatoes__category__item:not(:hover) .homepage__tomatoes__category__item__link {
  color: #86BB48;
}
.homepage__tomatoes__category__item {
  position: relative;
  width: max-content;
  max-width: 100vw;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item {
    position: static;
  }
}
.homepage__tomatoes__category__item__bottom, .homepage__tomatoes__category__item__top {
  height: auto;
}
@media (min-width: 1440px) {
  .homepage__tomatoes__category__item__bottom, .homepage__tomatoes__category__item__top {
    width: 11rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__category__item__bottom, .homepage__tomatoes__category__item__top {
    width: 7.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item__bottom, .homepage__tomatoes__category__item__top {
    display: none;
  }
}
@media (min-width: 1440px) {
  .homepage__tomatoes__category__item__bottom {
    margin-bottom: -11rem;
    margin-left: -11rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__category__item__bottom {
    margin-bottom: -7.8rem;
    margin-left: -7.8rem;
  }
}
@media (min-width: 1440px) {
  .homepage__tomatoes__category__item__top {
    transform: translateY(-8.3rem);
    margin-right: -11rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__tomatoes__category__item__top {
    transform: translateY(-6rem);
    margin-right: -7.8rem;
  }
}
.homepage__tomatoes__category__item--allongee:hover .homepage__tomatoes__category__item__link span,
.homepage__tomatoes__category__item--allongee .homepage__tomatoes__category__item__link:focus span {
  transform: scaleX(1.25);
  color: #E00A1E;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item--allongee .homepage__tomatoes__category__item__link.active span {
    transform: scaleX(1.1);
    color: #E00A1E;
  }
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span,
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span {
  transition: all 0.3s ease;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 1),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 1) {
  color: #FFB51B;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 2),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 2) {
  color: #E00A1E;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 3),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 3) {
  color: #F1912A;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 4),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 4) {
  color: #E5354F;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 5),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 5) {
  color: #FFB51B;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 6),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 6) {
  color: #E00A1E;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 7),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 7) {
  color: #FFB51B;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 8),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 8) {
  color: #E5354F;
}
.homepage__tomatoes__category__item--melangee:hover .homepage__tomatoes__category__item__link span:nth-of-type(9n + 9),
.homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link:focus span:nth-of-type(9n + 9) {
  color: #F1912A;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span {
    transition: all 0.3s ease;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 1) {
    color: #E00A1E;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 2) {
    color: #790016;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 3) {
    color: #FFB51B;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 4) {
    color: #F1912A;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 5) {
    color: #790016;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 6) {
    color: #E5354F;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 7) {
    color: #FFB51B;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 8) {
    color: #790016;
  }
  .homepage__tomatoes__category__item--melangee .homepage__tomatoes__category__item__link.active span:nth-of-type(9n + 9) {
    color: #E00A1E;
  }
}
.homepage__tomatoes__category__item__link {
  display: inline-flex;
  /* Product Header/1440 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 0.7; /* 133px */
  letter-spacing: -2.8px;
  text-transform: uppercase;
  font-size: 10rem;
  color: #E00A1E;
  text-align: center;
  text-decoration: none;
  padding-bottom: 1rem;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 1440px) {
  .home-page .homepage__tomatoes__category__item__link {
    font-size: 14rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item__link {
    font-size: 5rem;
  }
}
.homepage__tomatoes__category__item__link span {
  transition: all 0.3s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item__link {
    position: static;
    line-height: 80%;
    color: #86BB48;
  }
  .homepage__tomatoes__category__item__link.active {
    color: #007837;
  }
  .homepage__tomatoes__category__item__link span {
    pointer-events: none;
  }
}
.homepage__tomatoes__category__item__link:hover, .homepage__tomatoes__category__item__link:focus {
  z-index: 1000;
}
.homepage__tomatoes__category__item__link:hover .homepage__tomatoes__category__item__sticker, .homepage__tomatoes__category__item__link:focus .homepage__tomatoes__category__item__sticker {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.homepage__tomatoes__category__item__link.active .homepage__tomatoes__category__item__sticker {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.homepage__tomatoes__category__item__sticker {
  visibility: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: max-content;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  padding: 1.2rem 1.4rem 1.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: all 0.3s ease;
  width: max-content;
}
@media (min-width: 1440px) {
  .home-page .homepage__tomatoes__category__item__sticker {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item__sticker {
    font-size: 1.4rem;
  }
}
.homepage__tomatoes__category__item__sticker p {
  color: white !important;
  text-transform: none;
  letter-spacing: normal;
  text-align: start;
  white-space: pre-wrap;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__category__item__sticker {
    top: 125% !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: unset !important;
    flex-wrap: wrap;
  }
}
.homepage__tomatoes__category__item__sticker svg {
  width: 2.1rem;
  height: 1.6rem;
}
.homepage__tomatoes__category__item__sticker--ronde {
  top: 80%;
  left: calc(50% + 6.7rem);
  rotate: -5deg;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
}
.homepage__tomatoes__category__item__sticker--allongee {
  top: 80%;
  left: calc(50% + 8rem);
  rotate: -5deg;
  background: radial-gradient(97.27% 97.3% at 48.83% 0.6%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-orange, #F1912A);
}
.homepage__tomatoes__category__item__sticker--melangee {
  top: 80%;
  left: calc(50% - 6rem);
  transform: translateX(-50%);
  rotate: -5deg;
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-soleil-levant, #FFB51B);
}
.homepage__tomatoes__pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 var(--frame-size);
    margin-top: 19rem;
    margin-bottom: 2rem;
  }
}
.homepage__tomatoes__pagination__next, .homepage__tomatoes__pagination__prev {
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage__tomatoes__pagination__next svg, .homepage__tomatoes__pagination__prev svg {
  width: 2.9rem;
  height: 2.1rem;
}
.homepage__tomatoes__pagination__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.homepage__tomatoes__pagination__wrapper__pages {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  padding-top: 1.8rem;
}
.homepage__tomatoes__pagination__wrapper__pages span {
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.3;
}
.homepage__tomatoes__pagination__wrapper__pages span.active {
  opacity: 1;
}
.homepage__tomatoes__pagination__wrapper__counter {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #E5354F;
}
@media (min-width: 1440px) {
  .home-page .homepage__tomatoes__pagination__wrapper__counter {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__tomatoes__pagination__wrapper__counter {
    font-size: 1.4rem;
  }
}
.homepage__debate {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #007837;
  margin-top: var(--frame-size);
  position: relative;
  z-index: 11;
  transform: translateY(-2rem);
  min-height: 770px;
}
@media (min-width: 1440px) {
  .homepage__debate {
    padding-top: 5.1rem;
    height: 100vh;
    max-height: 900px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate {
    padding-top: 3.6rem;
    height: 100vh;
    max-height: 900px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate {
    padding-top: 1.6rem;
    height: 98.2rem;
  }
}
.homepage__debate__pattern {
  position: absolute;
  left: 0;
  right: 0;
  height: var(--frame-size);
}
.homepage__debate__pattern svg {
  height: 100%;
  width: 100%;
}
.homepage__debate__pattern--top {
  top: calc(var(--frame-size) * -1 + 2px);
}
.homepage__debate__pattern--bottom {
  bottom: calc(var(--frame-size) * -1 + 2px);
}
.homepage__debate__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1440px) {
  .homepage__debate__title {
    width: 90rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__title {
    width: 64.1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title {
    gap: 1rem;
  }
}
@media (min-width: 1440px) {
  .homepage__debate__title img {
    width: 6rem;
    height: 6.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__title img {
    width: 4.3rem;
    height: 4.7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title img {
    width: 2.6rem;
    height: 3.1rem;
  }
}
.homepage__debate__title span:nth-of-type(1) {
  color: #F1A0C4;
  text-align: center;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__title span:nth-of-type(1) {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
.homepage__debate__title span:nth-of-type(2) {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 190px */
  letter-spacing: -4px;
  text-transform: uppercase;
  font-size: 12.5rem;
  color: #86BB48;
  text-align: center;
  line-height: 75%;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__title span:nth-of-type(2) {
    font-size: 20rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title span:nth-of-type(2) {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__debate__title span:nth-of-type(2) {
    font-size: 16rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__title span:nth-of-type(2) {
    font-size: 11rem !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__title span:nth-of-type(2) {
    font-size: 5rem;
    letter-spacing: -1px;
    line-height: 100%;
  }
}
.homepage__debate__cards {
  width: 53.7rem;
  height: 57.8rem;
  position: relative;
}
@media (min-width: 1440px) {
  .homepage__debate__cards {
    width: 53.7rem;
    height: 57.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards {
    width: 38.1rem;
    height: 41.1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: -20px;
    width: 34.3rem;
    height: 45.8rem;
  }
}
.homepage__debate__cards__item {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item {
    width: 21rem;
    height: 26rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item {
    width: 15rem;
    height: 18.4rem;
    padding: 1rem;
    border-radius: 0.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 23.4rem;
    height: 14.6rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
}
.homepage__debate__cards__item h3 {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__cards__item h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item h3 {
    font-size: 1.6rem;
  }
}
.homepage__debate__cards__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  margin-top: auto;
}
.homepage__debate__cards__item a.allreadyclose::after {
  rotate: 90deg;
}
.homepage__debate__cards__item a.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.homepage__debate__cards__item a::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__cards__item a::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.homepage__debate__cards__item a:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__cards__item a {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item a {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.homepage__debate__cards__item--red {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
  color: #FFF4E1;
  transform: rotate(-4.4deg);
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item--red {
    bottom: 28rem;
    left: 6.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item--red {
    bottom: 21rem;
    left: 4.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--red {
    margin-top: 3rem;
    transform: rotate(5deg);
  }
}
.homepage__debate__cards__item--creme {
  background: #FFF4E1;
  color: #00693A;
  z-index: 2;
  transform: rotate(15deg);
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item--creme {
    top: 19.2rem;
    left: 23.7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item--creme {
    bottom: 6.4rem;
    left: 15.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--creme {
    margin-top: 17.5rem;
    transform: rotate(-5deg);
  }
}
.homepage__debate__cards__item--creme .homepage__debate__cards__item__img {
  position: absolute;
  height: auto;
  pointer-events: none;
}
.homepage__debate__cards__item--creme .homepage__debate__cards__item__img--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--creme .homepage__debate__cards__item__img--mobile {
    display: block;
    width: 8.5rem;
    height: auto;
    right: -4.5rem;
    bottom: -1.8rem;
  }
}
.homepage__debate__cards__item--creme .homepage__debate__cards__item__img--desktop {
  display: block;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--creme .homepage__debate__cards__item__img--desktop {
    display: none;
  }
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item--creme .homepage__debate__cards__item__img {
    right: -9rem;
    bottom: -7rem;
    rotate: -14deg;
    width: 22.1rem;
    height: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item--creme .homepage__debate__cards__item__img {
    right: -6.5rem;
    bottom: -5rem;
    rotate: -14deg;
    width: 15.7rem;
  }
}
.homepage__debate__cards__item--yellow {
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-soleil-levant, #FFB51B);
  color: #790016;
  transform: rotate(-11.4deg);
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item--yellow {
    bottom: 0rem;
    left: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item--yellow {
    bottom: 1.5rem;
    left: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--yellow {
    margin-top: 32rem;
    transform: rotate(5deg);
    z-index: 3;
  }
}
.homepage__debate__cards__item--yellow .homepage__debate__cards__item__img {
  position: absolute;
  transform: rotate(15deg);
  height: auto;
  pointer-events: none;
}
@media (min-width: 1440px) {
  .homepage__debate__cards__item--yellow .homepage__debate__cards__item__img {
    right: calc(100% - 4rem);
    bottom: 2rem;
    width: 12.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__cards__item--yellow .homepage__debate__cards__item__img {
    right: calc(100% - 2.2rem);
    bottom: 1.7rem;
    width: 6.7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__cards__item--yellow .homepage__debate__cards__item__img {
    width: 96.202px;
    height: 124.076px;
    right: calc(100% - 3.5rem);
    bottom: -1rem;
  }
}
.homepage__debate__push {
  text-align: center;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
  color: #FFF4E1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: auto;
  margin-top: 5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__push {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__push {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__debate__push {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__debate__push {
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__push {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0 2.6rem;
    line-height: 130%;
    margin-bottom: 8rem;
    font-size: 2rem;
    line-height: 140%;
  }
}
.homepage__debate__push a {
  margin: 0 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  text-transform: initial !important;
  font-weight: 10;
  transform: translateY(-0.25rem);
  letter-spacing: 0px;
}
.homepage__debate__push a.allreadyclose::after {
  rotate: 90deg;
}
.homepage__debate__push a.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.homepage__debate__push a::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__push a::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__push a::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.homepage__debate__push a:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .homepage__debate__push a {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__push a {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
html.tabpressed .homepage__debate__push a:focus {
  outline: 2px solid #005fcc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #FFF;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__debate__push a {
    margin: 0 0.7rem;
    margin-bottom: -0.6rem;
  }
}
.homepage__receipe {
  height: 100vh;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFF;
}
@media (min-width: 1440px) {
  .homepage__receipe {
    margin-top: 5.7rem;
    padding-bottom: 5rem;
    min-height: 960px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe {
    margin-top: 3.5rem;
    padding-bottom: 8rem;
    min-height: 66.7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe {
    margin-top: 14.4rem;
    padding-bottom: 7rem;
    height: 100%;
  }
}
.homepage__receipe__pattern {
  position: absolute;
  height: max-content;
  width: auto;
}
.homepage__receipe__pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__receipe__pattern--left {
  bottom: 0rem;
  left: var(--frame-size);
}
@media (min-width: 1440px) {
  .homepage__receipe__pattern--left {
    height: 57.9rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__pattern--left {
    height: 48.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__pattern--left {
    height: 45rem;
    left: -17rem;
    bottom: 20rem;
  }
}
.homepage__receipe__pattern--right {
  right: var(--frame-size);
  top: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__pattern--right {
    height: 53.3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__pattern--right {
    height: 38.3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__pattern--right {
    height: 35rem;
    top: -12rem;
    right: -1rem;
  }
}
.homepage__receipe__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 9rem;
}
@media (min-width: 1440px) {
  .homepage__receipe__title {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__title {
    position: relative;
    margin-bottom: 3rem;
  }
}
.homepage__receipe__title span:nth-of-type(1) {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #E5354F;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__title span:nth-of-type(1) {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__title span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
.homepage__receipe__title span:nth-of-type(2) {
  color: var(--Secondary-rose, #F1A0C4);
  text-align: center;
  /* v2/desktop/heading/Title L */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 85.5px */
  letter-spacing: -1.8px;
  text-transform: uppercase;
  font-size: 6.4rem;
  color: #FFB51B;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__title span:nth-of-type(2) {
    font-size: 9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__title span:nth-of-type(2) {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__receipe__title img {
    width: 13.2rem;
    height: 10rem;
    margin-right: -13.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__title img {
    width: 9.4rem;
    height: 7.1rem;
    margin-right: -9.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__title img {
    position: absolute;
    width: 9.9rem;
    height: 7.5rem;
    top: -8.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepage__receipe__swiper {
  position: relative;
  width: calc(100% - 2 * var(--frame-size));
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper {
    height: 57.5rem;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper {
    height: 49.5rem;
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper {
    height: 44rem;
    padding-top: 3rem !important;
  }
}
.homepage__receipe__swiper.goNext .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  rotate: -45deg;
  opacity: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper.goNext .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    margin-top: 50rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper.goNext .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    margin-top: 40rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper.goNext .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    rotate: -15deg;
  }
}
.homepage__receipe__swiper.goNext .swiper-slide-next ~ .swiper-slide {
  rotate: 45deg !important;
  transform-origin: bottom right;
  opacity: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper.goNext .swiper-slide-next ~ .swiper-slide {
    margin-top: 50rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper.goNext .swiper-slide-next ~ .swiper-slide {
    margin-top: 40rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper.goNext .swiper-slide-next ~ .swiper-slide {
    rotate: 15deg;
  }
}
.homepage__receipe__swiper.goPrev .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  rotate: 45deg;
  opacity: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    margin-top: 50rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    margin-top: 40rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    rotate: 15deg;
  }
}
.homepage__receipe__swiper.goPrev .swiper-slide:has(+ .swiper-slide-prev) {
  rotate: -45deg !important;
  transform-origin: bottom left;
  opacity: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:has(+ .swiper-slide-prev) {
    margin-top: 50rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:has(+ .swiper-slide-prev) {
    margin-top: 40rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper.goPrev .swiper-slide:has(+ .swiper-slide-prev) {
    rotate: -15deg;
  }
}
.homepage__receipe__swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  transform: translateY(0) !important;
  transition: all 0.8s ease;
  width: max-content;
  height: max-content;
  opacity: 0;
}
html.tabpressed .homepage__receipe__swiper .swiper-slide:focus {
  outline: 2px solid #005fcc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #FFF;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper .swiper-slide {
    margin: 0 2.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper .swiper-slide {
    margin: 0 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper .swiper-slide {
    margin: 0 0.4rem;
  }
}
.homepage__receipe__swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.homepage__receipe__swiper .swiper-slide-active {
  transform-origin: center;
  transition: all 0.4s ease;
  transform: translateY(0) !important;
  opacity: 1;
}
.homepage__receipe__swiper .swiper-slide-prev {
  rotate: -15deg;
  transform-origin: bottom right;
  transition: all 0.4s ease;
  transform: translateY(0rem) !important;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper .swiper-slide-prev {
    rotate: -5deg;
  }
}
.homepage__receipe__swiper .swiper-slide-next {
  rotate: 15deg;
  transform-origin: bottom left;
  transition: all 0.4s ease;
  transform: translateY(0rem) !important;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper .swiper-slide-next {
    rotate: 5deg;
  }
}
.homepage__receipe__swiper__card {
  display: flex;
  flex-direction: row;
  gap: 1.4rem;
  padding: 1.4rem;
  border-radius: 1.2rem;
  text-decoration: none;
}
.homepage__receipe__swiper__card--1 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
}
.homepage__receipe__swiper__card--1 .homepage__receipe__swiper__card__content__title {
  color: #FFB51B;
}
.homepage__receipe__swiper__card--1 .homepage__receipe__swiper__card__content__body {
  color: #FFF4E1;
}
.homepage__receipe__swiper__card--2 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F1912A;
}
.homepage__receipe__swiper__card--2 .homepage__receipe__swiper__card__content__title {
  color: #790016;
}
.homepage__receipe__swiper__card--2 .homepage__receipe__swiper__card__content__body {
  color: #FFF4E1;
}
.homepage__receipe__swiper__card--3 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F1A0C4;
}
.homepage__receipe__swiper__card--3 .homepage__receipe__swiper__card__content__title {
  color: #E00A1E;
}
.homepage__receipe__swiper__card--3 .homepage__receipe__swiper__card__content__body {
  color: #790016;
}
.homepage__receipe__swiper__card--4 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #86BB48;
}
.homepage__receipe__swiper__card--4 .homepage__receipe__swiper__card__content__title {
  color: #790016;
}
.homepage__receipe__swiper__card--4 .homepage__receipe__swiper__card__content__body {
  color: #FFF4E1;
}
.homepage__receipe__swiper__card--5 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E5354F;
}
.homepage__receipe__swiper__card--5 .homepage__receipe__swiper__card__content__title {
  color: #FFF4E1;
}
.homepage__receipe__swiper__card--5 .homepage__receipe__swiper__card__content__body {
  color: #790016;
}
.homepage__receipe__swiper__card--6 {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-vert-tige, #007837);
}
.homepage__receipe__swiper__card--6 .homepage__receipe__swiper__card__content__title {
  color: #FFF4E1;
}
.homepage__receipe__swiper__card--6 .homepage__receipe__swiper__card__content__body {
  color: #F1912A;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper__card {
    width: 52.6rem;
    height: 34.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper__card {
    width: 39.3rem;
    height: 26.7rem;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.85rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card {
    flex-direction: column;
    width: 23.4rem;
    height: 36rem;
  }
}
.homepage__receipe__swiper__card__img {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper__card__img {
    border-radius: 1.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper__card__img {
    border-radius: 0.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__img {
    flex: unset;
    width: 100%;
    height: 13.7rem;
    border-radius: 0.6rem;
  }
}
.homepage__receipe__swiper__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage__receipe__swiper__card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper__card__content {
    gap: 1.7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper__card__content {
    gap: 1.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__content {
    flex: 1;
    width: 100%;
  }
}
.homepage__receipe__swiper__card__content__title {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0;
  white-space: pre-wrap;
  line-height: 120%;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__swiper__card__content__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__content__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .homepage__receipe__swiper__card__content__title {
    padding-top: 6.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__swiper__card__content__title {
    padding-top: 4.8rem;
  }
}
.homepage__receipe__swiper__card__content__body {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__swiper__card__content__body {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__content__body {
    font-size: 1.6rem;
  }
}
.homepage__receipe__swiper__card__content__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  margin-top: auto;
  margin-left: auto;
}
.homepage__receipe__swiper__card__content__button.allreadyclose::after {
  rotate: 90deg;
}
.homepage__receipe__swiper__card__content__button.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.homepage__receipe__swiper__card__content__button::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__swiper__card__content__button::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__content__button::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.homepage__receipe__swiper__card__content__button:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__swiper__card__content__button {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__swiper__card__content__button {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.homepage__receipe__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100% - var(--frame-size));
}
@media (min-width: 1440px) {
  .homepage__receipe__footer {
    margin-top: -11rem;
    margin-bottom: 4.5rem;
    gap: 2.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__footer {
    margin-top: -13.5rem;
    gap: 2.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__footer {
    gap: 2.8rem;
    margin-top: 5rem;
  }
}
.homepage__receipe__footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  .homepage__receipe__footer__wrapper {
    padding-top: 0.8rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__footer__wrapper {
    padding-top: 0.5rem;
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__footer__wrapper {
    padding-top: 0.4rem;
    gap: 1.5rem;
  }
}
.homepage__receipe__footer__wrapper .swiper-pagination {
  position: static;
  width: max-content;
}
.homepage__receipe__footer__wrapper .swiper-pagination-bullets {
  all: unset;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1440px) {
  .homepage__receipe__footer__wrapper .swiper-pagination-bullets {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__footer__wrapper .swiper-pagination-bullets {
    gap: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__footer__wrapper .swiper-pagination-bullets {
    gap: 2.1rem;
  }
}
.homepage__receipe__footer__wrapper .swiper-pagination-bullet {
  margin: 0 !important;
  background: unset;
}
@media (min-width: 1440px) {
  .homepage__receipe__footer__wrapper .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
  .homepage__receipe__footer__wrapper .swiper-pagination-bullet svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__footer__wrapper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .homepage__receipe__footer__wrapper .swiper-pagination-bullet svg {
    width: 1rem;
    height: 1rem;
  }
}
.homepage__receipe__footer__wrapper .swiper-counter {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #E5354F;
}
@media (min-width: 1440px) {
  .home-page .homepage__receipe__footer__wrapper .swiper-counter {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__receipe__footer__wrapper .swiper-counter {
    font-size: 1.4rem;
  }
}
.homepage__receipe__footer .swiper-button-next::after,
.homepage__receipe__footer .swiper-button-prev::after {
  display: none;
}
.homepage__receipe__footer .swiper-button-next,
.homepage__receipe__footer .swiper-button-prev {
  position: static;
  height: max-content;
  padding: 0;
  margin: 0;
}
@media (min-width: 1440px) {
  .homepage__receipe__footer .swiper-button-next svg,
  .homepage__receipe__footer .swiper-button-prev svg {
    width: 3.9rem;
    height: 2.9rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__receipe__footer .swiper-button-next svg,
  .homepage__receipe__footer .swiper-button-prev svg {
    width: 2.7rem;
    height: 2rem;
  }
}
.homepage__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  max-height: 900px;
  width: 100%;
  background: var(--Primary-rouge-tomate, #E00A1E);
  margin-top: var(--frame-size);
}
@media (min-width: 1440px) {
  .homepage__footer {
    padding: 9.5rem 0 9.5rem;
    min-height: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer {
    padding: 8rem 0 8.5rem;
    min-height: 57rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer {
    padding: 8rem 0;
    min-height: 55.5rem;
    height: max-content;
  }
}
.homepage__footer__pattern {
  position: absolute;
  width: 100%;
  top: calc(var(--frame-size) * -1 + 1px);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__pattern {
    top: calc(var(--frame-size) * -1 + 7px);
  }
}
.homepage__footer__pattern svg {
  width: 100%;
  height: auto;
}
.homepage__footer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__title {
    width: 30rem;
  }
}
.homepage__footer__title span:nth-of-type(1) {
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: white;
  text-align: center;
}
@media (min-width: 1440px) {
  .home-page .homepage__footer__title span:nth-of-type(1) {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__title span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
.homepage__footer__title span:nth-of-type(2) {
  margin-top: 0.5rem;
  color: var(--Secondary-rose, #F1A0C4);
  text-align: center;
  /* v2/desktop/heading/Title L */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 85.5px */
  letter-spacing: -1.8px;
  text-transform: uppercase;
  font-size: 6.4rem;
}
@media (min-width: 1440px) {
  .home-page .homepage__footer__title span:nth-of-type(2) {
    font-size: 9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__title span:nth-of-type(2) {
    font-size: 5rem;
  }
}
.homepage__footer__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .homepage__footer__container {
    height: 46.5rem;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container {
    height: 32.9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container {
    height: 32.1rem;
  }
}
@media (min-width: 1440px) {
  .homepage__footer__container__offset .homepage__footer__container__card {
    margin-left: 12rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__offset .homepage__footer__container__card {
    margin-left: 9rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__offset .homepage__footer__container__card:nth-of-type(1) {
    transform: rotate(8.3deg);
    bottom: 9.3rem;
    left: 3.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__offset .homepage__footer__container__card:nth-of-type(2) {
    transform: rotate(-6.7deg);
    bottom: 1rem;
    left: 12rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__offset .homepage__footer__container__card:nth-of-type(3) {
    transform: rotate(-15deg);
    bottom: 10rem;
    left: 20.7rem;
  }
  .homepage__footer__container__offset .homepage__footer__container__card:nth-of-type(3) .homepage__footer__container__card__illu {
    width: 6rem;
    bottom: 2rem;
    right: 0.5rem;
  }
}
.homepage__footer__container__card {
  display: flex;
  position: relative;
  flex-direction: column;
  position: absolute;
  background: white;
  box-shadow: 0px 0px 4.5px 0px rgba(180, 0, 75, 0.6);
  border-radius: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.homepage__footer__container__card__illu {
  position: absolute;
}
.homepage__footer__container__card:hover {
  scale: 1.1;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card {
    width: 28.5rem;
    height: 32rem;
    padding: 1.4rem;
    gap: 1.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card {
    width: 20.3rem;
    height: 22.7rem;
    padding: 1rem;
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card {
    width: 12.5rem;
    height: 15.5rem;
    padding: 1rem;
    gap: 1.4rem;
  }
}
.homepage__footer__container__card:nth-of-type(1) {
  z-index: 2;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card:nth-of-type(1) {
    transform: rotate(-5deg);
    bottom: 6.2rem;
    left: 24rem;
  }
  .homepage__footer__container__card:nth-of-type(1) .homepage__footer__container__card__illu {
    width: 11.7rem;
    bottom: 3.1rem;
    right: -3.3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card:nth-of-type(1) {
    transform: rotate(-5deg);
    bottom: 4.2rem;
    left: 17.3rem;
  }
  .homepage__footer__container__card:nth-of-type(1) .homepage__footer__container__card__illu {
    width: 8.3rem;
    bottom: 2rem;
    right: -2.3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card:nth-of-type(1) {
    transform: rotate(-1.6deg);
    bottom: 10.4rem;
    left: 1rem;
  }
  .homepage__footer__container__card:nth-of-type(1) .homepage__footer__container__card__illu {
    width: 6.6rem;
    bottom: 4.7rem;
    right: -4rem;
  }
}
.homepage__footer__container__card:nth-of-type(2) {
  z-index: 1;
  bottom: 2rem;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card:nth-of-type(2) {
    left: 49.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card:nth-of-type(2) {
    left: 35.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card:nth-of-type(2) {
    transform: rotate(-6.7deg);
    bottom: 5.9rem;
    left: 8.1rem;
  }
}
.homepage__footer__container__card:nth-of-type(3) {
  z-index: 3;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card:nth-of-type(3) {
    transform: rotate(2deg);
    bottom: 7.7rem;
    left: 71.5rem;
  }
  .homepage__footer__container__card:nth-of-type(3) .homepage__footer__container__card__illu {
    width: 10.5rem;
    bottom: 16rem;
    left: -3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card:nth-of-type(3) {
    transform: rotate(2deg);
    bottom: 5rem;
    left: 51rem;
  }
  .homepage__footer__container__card:nth-of-type(3) .homepage__footer__container__card__illu {
    width: 7.5rem;
    bottom: 11rem;
    left: -2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card:nth-of-type(3) {
    transform: rotate(7deg);
    bottom: 9.3rem;
    left: 17.1rem;
  }
  .homepage__footer__container__card:nth-of-type(3) .homepage__footer__container__card__illu {
    width: 6rem;
    bottom: 4rem;
    right: -3rem;
  }
}
.homepage__footer__container__card:nth-of-type(4) {
  z-index: 1;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card:nth-of-type(4) {
    transform: rotate(-2deg);
    bottom: 1.8rem;
    left: 90.1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card:nth-of-type(4) {
    transform: rotate(-2deg);
    bottom: 1.8rem;
    left: 64.3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card:nth-of-type(4) {
    transform: rotate(2.4deg);
    bottom: 7.8rem;
    left: 26.3rem;
  }
}
.homepage__footer__container__card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  line-height: 100%;
}
@media (min-width: 1440px) {
  .home-page .homepage__footer__container__card__header {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card__header {
    font-size: 1.4rem;
  }
}
.homepage__footer__container__card__header img {
  margin-bottom: -2px;
}
@media (min-width: 1440px) {
  .homepage__footer__container__card__header img {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card__header img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card__header img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.homepage__footer__container__card__img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .homepage__footer__container__card__img {
    height: 10.5rem;
    border-radius: 0.57rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .homepage__footer__container__card__img {
    height: 18.24rem;
    border-radius: 0.4rem;
  }
}
@media (min-width: 1440px) {
  .homepage__footer__container__card__img {
    height: 25.6rem;
    border-radius: 0.6rem;
  }
}
.homepage__footer__container__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@charset "UTF-8";
.component__header__hubpost .section__header__container--color {
  background: #007837;
}
.component__header__hubpost .section__header__container--color + .shape--bottom path {
  fill: #007837;
}

.hubpost {
  display: flex;
  padding: 0 1.4rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost {
    padding: 0 1.6rem;
  }
}
.hubpost__content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 6rem 4.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content {
    padding: 4rem 1.6rem;
  }
}
.hubpost__content__tomatoyellow {
  position: absolute;
  width: 5.7rem;
  height: 6.5rem;
  right: 0.3rem;
  top: -7.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__tomatoyellow {
    width: 4.3rem;
    height: 4.9rem;
    top: -5.5rem;
    right: 0.6rem;
  }
}
.hubpost__content__tomatocerise {
  position: absolute;
  width: 10.4rem;
  height: 10.4rem;
  transform: rotate(177.073deg);
  left: 0.4rem;
  top: -6.3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__tomatocerise {
    width: 5.2rem;
    height: 5.4rem;
    left: 1.6rem;
    top: -1.2rem;
  }
}
.hubpost__content__article {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.hubpost__content__article--no-content {
  display: none;
  margin: 12rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: unset;
  width: 100%;
}
.hubpost__content__article--no-content.show {
  display: flex;
}
.hubpost__content__article--no-content p {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/UI/UI 3 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article--no-content p {
    font-size: 1.4rem;
  }
}
.hubpost__content__article--no-content .hubpost__clear-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: initial;
}
.hubpost__content__article--no-content .hubpost__clear-cta::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.hubpost__content__article--no-content .hubpost__clear-cta:not(.disabled):hover::after {
  rotate: 45deg;
}
.hubpost__content__article__card {
  width: 28.8rem;
  min-height: 26.4rem;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-self: stretch;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card {
    width: 100%;
  }
}
.hubpost__content__article__card a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card a {
    width: 100%;
    max-width: 100%;
  }
}
.hubpost__content__article__card a .hubpost__content__article__card__img {
  aspect-ratio: 34/27;
  height: 21.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card a .hubpost__content__article__card__img {
    height: 23.4rem;
    width: 100%;
    aspect-ratio: unset;
  }
}
.hubpost__content__article__card a .hubpost__content__article__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hubpost__content__article__card a .hubpost__content__article__card__tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hubpost__content__article__card a .hubpost__content__article__card__tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.5rem;
  height: 2.2rem;
  padding: 1.1rem 1rem 1.3rem 1rem;
  border-radius: 4rem;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2reù;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
  color: var(--Neutral-neutral-0, #fff);
  background: rgba(255, 255, 255, 0.3);
}
.hubpost__content__article__card a .hubpost__content__article__card__intro {
  align-self: stretch;
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  color: var(--Secondary-crme, #fff4e1);
}
.hubpost__content__article__card:nth-of-type(1) {
  background-color: #E00A1E;
}
.hubpost__content__article__card:nth-of-type(1) p {
  color: #FFB51B;
}
.hubpost__content__article__card:nth-of-type(2) {
  background-color: #007837;
}
.hubpost__content__article__card:nth-of-type(2) p {
  color: #FFF4E1;
}
.hubpost__content__article__card:nth-of-type(3) {
  background-color: #86BB48;
}
.hubpost__content__article__card:nth-of-type(3) span {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(3) p {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(4) {
  background-color: #F1A0C4;
}
.hubpost__content__article__card:nth-of-type(4) span {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(4) p {
  color: #E00A1E;
}
.hubpost__content__article__card:nth-of-type(5) {
  background-color: #F1912A;
}
.hubpost__content__article__card:nth-of-type(5) p {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(6) {
  background-color: #E5354F;
}
.hubpost__content__article__card:nth-of-type(6) p {
  color: #FFF4E1;
}
.hubpost__content__article {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.hubpost__content__article__card {
  width: 28.8rem;
  min-height: 26.4rem;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-self: stretch;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card {
    width: 100%;
  }
}
.hubpost__content__article__card a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card a {
    width: 100%;
    max-width: 100%;
  }
}
.hubpost__content__article__card a .hubpost__content__article__card__img {
  aspect-ratio: 34/27;
  height: 21.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__article__card a .hubpost__content__article__card__img {
    height: 23.4rem;
    width: 100%;
    aspect-ratio: unset;
  }
}
.hubpost__content__article__card a .hubpost__content__article__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hubpost__content__article__card a .hubpost__content__article__card__tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hubpost__content__article__card a .hubpost__content__article__card__tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.5rem;
  height: 2.2rem;
  padding: 1.1rem 1rem 1.3rem 1rem;
  border-radius: 4rem;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2reù;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
  color: var(--Neutral-neutral-0, #fff);
  background: rgba(255, 255, 255, 0.3);
}
.hubpost__content__article__card a .hubpost__content__article__card__intro {
  align-self: stretch;
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  color: var(--Secondary-crme, #fff4e1);
}
.hubpost__content__article__card:nth-of-type(1) {
  background-color: #E00A1E;
}
.hubpost__content__article__card:nth-of-type(1) p {
  color: #FFB51B;
}
.hubpost__content__article__card:nth-of-type(2) {
  background-color: #007837;
}
.hubpost__content__article__card:nth-of-type(2) p {
  color: #FFF4E1;
}
.hubpost__content__article__card:nth-of-type(3) {
  background-color: #86BB48;
}
.hubpost__content__article__card:nth-of-type(3) span {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(3) p {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(4) {
  background-color: #F1A0C4;
}
.hubpost__content__article__card:nth-of-type(4) span {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(4) p {
  color: #E00A1E;
}
.hubpost__content__article__card:nth-of-type(5) {
  background-color: #F1912A;
}
.hubpost__content__article__card:nth-of-type(5) p {
  color: #790016;
}
.hubpost__content__article__card:nth-of-type(6) {
  background-color: #E5354F;
}
.hubpost__content__article__card:nth-of-type(6) p {
  color: #FFF4E1;
}
.hubpost__content__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hubpost__content__pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  list-style: unset;
  width: 100%;
}
.hubpost__content__pagination__list__items {
  display: flex;
  gap: 1rem;
}
.hubpost__content__pagination__list li:not(.hubpost__content__pagination__list__item) {
  pointer-events: none;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E00A1E;
}
.hubpost__content__pagination__list li:not(.hubpost__content__pagination__list__item) span {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .hubpost__content__pagination__list li:not(.hubpost__content__pagination__list__item) span {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__pagination__list li:not(.hubpost__content__pagination__list__item) span {
    font-size: 1.6rem;
  }
}
.hubpost__content__pagination__list li:not(.hubpost__content__pagination__list__item)::marker {
  content: none;
}
.hubpost__content__pagination__list__item {
  display: flex;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 8rem;
  transition: background-color 0.3s ease;
  color: #E00A1E;
  border: 1px solid var(--Secondary-rose, #f1a0c4);
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .home-page .hubpost__content__pagination__list__item {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubpost__content__pagination__list__item {
    font-size: 1.6rem;
  }
}
.hubpost__content__pagination__list__item svg {
  width: 2.9rem;
  height: 2.2rem;
}
.hubpost__content__pagination__list__item--next {
  border: 0;
}
.hubpost__content__pagination__list__item.pagination__item--active {
  text-decoration: underline;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
  color: #FFF;
}
.hubpost__content__pagination__list__item.pagination__item--disabled {
  opacity: 0.5;
  cursor: auto;
  border: 0;
  pointer-events: none;
  color: #FFF;
}
.hubpost__content__pagination__list__item.pagination__item--active {
  text-decoration: underline;
  background-color: #E00A1E;
  color: #FFF;
}
@charset "UTF-8";
html,
body {
  height: 100%;
  overflow-x: hidden;
}

.hubrecipe {
  display: flex;
  padding: 0 1.4rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe {
    padding: 0 1.6rem;
  }
}
.hubrecipe__modal {
  width: 100vw;
  height: 100vh;
  padding: 0;
  visibility: hidden;
  z-index: -1;
}
.hubrecipe__modal.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005 !important;
  visibility: visible;
}
.hubrecipe__modal.open .hubrecipe__modal__content {
  transform: translateX(0);
}
.hubrecipe__modal.open .hubrecipe__modal__content .hubrecipe__modal__content__text {
  opacity: 1;
}
.hubrecipe__modal__content {
  display: flex;
  position: fixed;
  flex-direction: column;
  gap: 3rem;
  width: 36rem;
  min-height: 100vh;
  max-height: 100vh;
  top: 0;
  left: 0;
  padding: 2rem;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__modal__content {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.hubrecipe__modal__content__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.hubrecipe__modal__content__header h2 {
  color: var(--Secondary-bordeaux, #790016);
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 95%; /* 13.3px */
}
.hubrecipe__modal__content__header .hubrecipe__clear-cta {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/UI/UI 3 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.hubrecipe__modal__content__header svg {
  width: 2rem;
  height: 2rem;
}
.hubrecipe__modal__content__header__close {
  margin-left: auto;
  padding: 0;
  cursor: pointer;
}
.hubrecipe__modal__content__header__close svg {
  pointer-events: none;
}
.hubrecipe__modal__content__validate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: capitalize;
  width: 100%;
}
.hubrecipe__modal__content__validate::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.hubrecipe__modal__content__validate:not(.disabled):hover::after {
  rotate: 45deg;
}
.hubrecipe__filters__group {
  border: none;
  margin: 0;
  padding: 0;
}
.hubrecipe__filters__group legend {
  width: 100%;
  color: var(--Secondary-bordeaux, #790016);
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 11.4px */
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 0;
}
.hubrecipe__filters__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  width: 100%;
  margin-bottom: 2rem;
}
.hubrecipe__filters__options button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8rem;
  border: 1px solid var(--Secondary-rose, #f1a0c4);
  background: var(--Neutral-neutral-0, #fff);
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 95%; /* 13.3px */
  color: #E00A1E;
  transition: all 0.3s ease;
}
.hubrecipe__filters__options button:hover {
  border: 1px solid #E00A1E;
}
.hubrecipe__filters__options button.active {
  border: 1px solid transparent;
  color: white;
  text-decoration: underline;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
}
.hubrecipe__content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 6rem 4.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content {
    padding: 4rem 1.6rem;
  }
}
.hubrecipe__content__tomatoround {
  position: absolute;
  width: 11.5rem;
  height: 10.2rem;
  right: 2.5rem;
  top: -3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__tomatoround {
    width: 8.6rem;
    height: 7.6rem;
    right: -1rem;
    top: -4.5rem;
  }
}
.hubrecipe__content__tomatocerise {
  position: absolute;
  width: 6.9rem;
  height: 7.3rem;
  left: 2.6rem;
  top: -5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__tomatocerise {
    width: 5.2rem;
    height: 5.4rem;
    left: -0.6rem;
    top: -7rem;
  }
}
.hubrecipe__content__pepins {
  position: absolute;
  left: 8.7rem;
  top: -7rem;
  transform: scaleX(-1) rotate(-44.768deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__pepins {
    width: 11rem;
    height: 8.5rem;
    object-fit: contain;
    left: 1.6rem;
  }
}
.hubrecipe__content__filters {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.hubrecipe__content__filters .hubrecipe__filters__open {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8rem;
  border: 1px solid var(--Secondary-rose, #f1a0c4);
  background: var(--Neutral-neutral-0, #fff);
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 95%; /* 13.3px */
  color: #E00A1E;
}
.hubrecipe__content__filters .hubrecipe__filters__open svg {
  width: 1.4rem;
  height: 1.4rem;
}
.hubrecipe__content__recipe {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
.hubrecipe__content__recipe--no-content {
  display: none;
  margin: 12rem 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: unset;
  width: 100%;
}
.hubrecipe__content__recipe--no-content.show {
  display: flex;
}
.hubrecipe__content__recipe--no-content p {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/UI/UI 3 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__recipe--no-content p {
    font-size: 1.4rem;
  }
}
.hubrecipe__content__recipe--no-content .hubrecipe__clear-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: initial;
}
.hubrecipe__content__recipe--no-content .hubrecipe__clear-cta::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.hubrecipe__content__recipe--no-content .hubrecipe__clear-cta:not(.disabled):hover::after {
  rotate: 45deg;
}
.hubrecipe__content__recipe__card {
  width: 28.8rem;
  min-height: 26.4rem;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-self: stretch;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__recipe__card {
    width: 100%;
  }
}
.hubrecipe__content__recipe__card a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__recipe__card a {
    width: 100%;
    max-width: 100%;
  }
}
.hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__img {
  aspect-ratio: 34/27;
  height: 21.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__img {
    height: 23.4rem;
    width: 100%;
    aspect-ratio: unset;
  }
}
.hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-self: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.5rem;
  height: 2.2rem;
  padding: 1.1rem 1rem 1.3rem 1rem;
  border-radius: 4rem;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2reù;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
  color: var(--Neutral-neutral-0, #fff);
  background: rgba(255, 255, 255, 0.3);
}
.hubrecipe__content__recipe__card a .hubrecipe__content__recipe__card__intro {
  align-self: stretch;
  text-transform: uppercase;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  color: var(--Secondary-crme, #fff4e1);
}
.hubrecipe__content__recipe__card:nth-of-type(1) {
  background-color: #E00A1E;
}
.hubrecipe__content__recipe__card:nth-of-type(1) p {
  color: #FFB51B;
}
.hubrecipe__content__recipe__card:nth-of-type(2) {
  background-color: #007837;
}
.hubrecipe__content__recipe__card:nth-of-type(2) p {
  color: #FFF4E1;
}
.hubrecipe__content__recipe__card:nth-of-type(3) {
  background-color: #86BB48;
}
.hubrecipe__content__recipe__card:nth-of-type(3) span {
  color: #790016;
}
.hubrecipe__content__recipe__card:nth-of-type(3) p {
  color: #790016;
}
.hubrecipe__content__recipe__card:nth-of-type(4) {
  background-color: #F1A0C4;
}
.hubrecipe__content__recipe__card:nth-of-type(4) span {
  color: #790016;
}
.hubrecipe__content__recipe__card:nth-of-type(4) p {
  color: #E00A1E;
}
.hubrecipe__content__recipe__card:nth-of-type(5) {
  background-color: #F1912A;
}
.hubrecipe__content__recipe__card:nth-of-type(5) p {
  color: #790016;
}
.hubrecipe__content__recipe__card:nth-of-type(6) {
  background-color: #E5354F;
}
.hubrecipe__content__recipe__card:nth-of-type(6) p {
  color: #FFF4E1;
}
.hubrecipe__content__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hubrecipe__content__pagination__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  list-style: unset;
  width: 100%;
}
.hubrecipe__content__pagination__list__items {
  display: flex;
  gap: 1rem;
}
.hubrecipe__content__pagination__list li:not(.hubrecipe__content__pagination__list__item) {
  pointer-events: none;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E00A1E;
}
.hubrecipe__content__pagination__list li:not(.hubrecipe__content__pagination__list__item) span {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .hubrecipe__content__pagination__list li:not(.hubrecipe__content__pagination__list__item) span {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__pagination__list li:not(.hubrecipe__content__pagination__list__item) span {
    font-size: 1.6rem;
  }
}
.hubrecipe__content__pagination__list li:not(.hubrecipe__content__pagination__list__item)::marker {
  content: none;
}
.hubrecipe__content__pagination__list__item {
  display: flex;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 8rem;
  transition: background-color 0.3s ease;
  color: #E00A1E;
  border: 1px solid var(--Secondary-rose, #f1a0c4);
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .home-page .hubrecipe__content__pagination__list__item {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hubrecipe__content__pagination__list__item {
    font-size: 1.6rem;
  }
}
.hubrecipe__content__pagination__list__item svg {
  width: 2.9rem;
  height: 2.2rem;
}
.hubrecipe__content__pagination__list__item--next, .hubrecipe__content__pagination__list__item--prev {
  border: 0;
}
.hubrecipe__content__pagination__list__item.pagination__item--active {
  text-decoration: underline;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
  color: #FFF;
}
.hubrecipe__content__pagination__list__item.pagination__item--disabled {
  opacity: 0.5;
  cursor: auto;
  border: 0;
  pointer-events: none;
  color: #FFF;
}
.hubrecipe__content__pagination__list__item.pagination__item--active {
  text-decoration: underline;
  background-color: #E00A1E;
  color: #FFF;
}
.modular {
  min-height: calc(100vh - 4.5rem);
}
.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product {
    overflow-x: hidden;
  }
}
.product__header__sizing {
  width: 100vw;
  position: relative;
  padding-bottom: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing {
    padding-bottom: 0;
  }
}
.product__header__sizing__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background {
    height: 66.7rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background.desktop {
    display: none;
  }
}
.product__header__sizing__background.mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background.mobile {
    display: block;
  }
}
.product__header__sizing__background__frames {
  width: 100vw;
  overflow-x: hidden;
}
.product__header__sizing__background__frames img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (min-width: 1440px) {
  .product__header__sizing__background__frames img {
    max-width: 1440px;
    left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__frames img {
    animation: none;
    object-fit: cover;
  }
}
.product__header__sizing__background__frames img:nth-of-type(1) {
  animation-delay: 0.5s;
}
.product__header__sizing__background__frames img:nth-of-type(2) {
  animation-delay: 1s;
}
.product__header__sizing__background__frames img:nth-of-type(3) {
  animation-delay: 1.5s;
}
.product__header__sizing__background__frames img:nth-of-type(4) {
  animation-delay: 2s;
}
@media (prefers-reduced-motion: reduce) {
  .product__header__sizing__background__frames img {
    animation: none;
    transform: scale(1);
    transition: none;
  }
}
.reduce-motion .product__header__sizing__background__frames img {
  animation: none;
  transform: scale(1);
  transition: none;
}
.product__header__sizing__background__paterns {
  width: 100vw;
  overflow-x: hidden;
}
.product__header__sizing__background__paterns img {
  position: absolute;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__paterns img {
    height: auto !important;
    width: 250px !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__paterns img:nth-of-type(1) {
    left: unset;
    right: var(--frame-size);
    top: 0;
    bottom: unset;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__paterns img:nth-of-type(2) {
    right: unset;
    left: var(--frame-size);
    top: unset;
    bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--melangees img {
    height: 258px;
    width: 510px;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--melangees img {
    height: 363px;
    width: 718px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(1) {
    top: 0;
    left: 65vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(1) {
    top: 0;
    left: 61.5vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(1) {
    left: unset;
    right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(2) {
    bottom: 0;
    right: 65vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(2) {
    bottom: 0;
    right: 61vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--melangees img:nth-of-type(2) {
    left: 0;
    right: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(1) {
    width: 461px;
    height: 223px;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(1) {
    height: 314px;
    width: 649px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(1) {
    bottom: 0;
    left: 70vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(1) {
    bottom: 0;
    left: 65vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(1) {
    right: 0;
    left: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    width: 383px;
    height: 390px;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    height: 549px;
    width: 539px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    bottom: 0;
    right: unset;
    left: var(--frame-size);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    bottom: 0;
    right: 77vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    bottom: 0;
    right: 70.9vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--allongees img:nth-of-type(2) {
    left: 0;
    right: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    width: 377px;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    width: 514px;
    height: 679px;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    left: unset;
    right: var(--frame-size);
    top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    top: 0;
    left: 79vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    top: 0;
    left: 72vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(1) {
    right: 0;
    left: unset;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(2) {
    width: auto;
    height: 366px;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(2) {
    width: 674px;
    height: 311px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(2) {
    bottom: 0;
    right: 68vw;
  }
}
@media (min-width: 1440px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(2) {
    bottom: 0;
    right: 63vw;
  }
}
@media (min-width: 1920px) {
  .product__header__sizing__background__paterns--rondes img:nth-of-type(2) {
    left: 0;
    right: unset;
  }
}
.product__titles {
  text-align: center;
  /* Home/tablet - 1024/heading/Product Header$ */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 9.9rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 94.578px */
  letter-spacing: -1.991px;
  text-transform: uppercase;
  padding-top: 8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__titles {
    font-size: 5rem;
    padding-top: 15rem;
  }
}
.product__titles p {
  width: 100%;
  text-align: center;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.07rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__titles p {
    font-size: 2.5rem;
  }
}
.product__titles--rondes {
  color: var(--Primary-vert-tige, #007837);
}
.product__titles--melangees {
  color: var(--Secondary-fuschia, #E5354F);
}
.product__titles--melangees span:nth-of-type(1), .product__titles--melangees span:nth-of-type(6), .product__titles--melangees span:nth-of-type(9) {
  color: var(--Secondary-fuschia, #E5354F);
}
.product__titles--melangees span:nth-of-type(2), .product__titles--melangees span:nth-of-type(5), .product__titles--melangees span:nth-of-type(8) {
  color: var(--Primary-rouge-tomate, #E00A1E);
}
.product__titles--melangees span:nth-of-type(3), .product__titles--melangees span:nth-of-type(7) {
  color: #FFB51B;
}
.product__titles--melangees span:nth-of-type(4) {
  color: var(--Secondary-orange, #F1912A);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__titles--melangees span:nth-of-type(1), .product__titles--melangees span:nth-of-type(5), .product__titles--melangees span:nth-of-type(7) {
    color: #FFB51B;
  }
  .product__titles--melangees span:nth-of-type(2), .product__titles--melangees span:nth-of-type(6) {
    color: var(--Primary-rouge-tomate, #E00A1E);
  }
  .product__titles--melangees span:nth-of-type(3), .product__titles--melangees span:nth-of-type(9) {
    color: var(--Secondary-orange, #F1912A);
  }
  .product__titles--melangees span:nth-of-type(4), .product__titles--melangees span:nth-of-type(8) {
    color: var(--Secondary-fuschia, #E5354F);
  }
}
.product__titles--allongees {
  color: var(--Primary-rouge-tomate, #E00A1E);
}
.product__titles--allongees:not(p) {
  transform: scaleX(1.25);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__titles--allongees:not(p) {
    transform: scaleX(1.1);
  }
}
.product__content {
  color: #FFB51B;
  text-align: center;
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-bottom: 6rem;
  margin-top: -4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__content {
    width: 27.9rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    margin-bottom: 13rem;
  }
}
.product__image {
  position: sticky;
  top: 18rem;
  margin-top: -2rem;
  margin-bottom: 6rem;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 40.2rem;
  height: 30rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__image {
    position: static;
    width: 31rem;
    height: 23rem;
    margin: 0 auto;
    transform: translateX(0);
  }
}
.product__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product__knowit {
  position: relative;
  width: 100%;
  background: #FFB51B;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit {
    padding-bottom: 6rem;
  }
}
.product__knowit__shape {
  position: absolute;
  left: 0;
  width: 100vw;
}
.product__knowit__shape--top {
  top: calc(-2rem + 1px);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__shape--top {
    top: calc(-0.75rem + 1px);
  }
}
.product__knowit__shape--bottom {
  top: 57.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__shape--bottom {
    bottom: -0.6rem;
    top: unset;
  }
}
.product__knowit__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 57.6rem;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper {
    min-height: unset;
  }
}
.product__knowit__wrapper__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100rem;
  padding: 0rem 6rem;
  margin-top: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__text {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    height: auto;
    padding: 6rem 3.2rem 2rem;
    margin-top: 0rem;
  }
}
.product__knowit__wrapper__text__left {
  width: 35.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__text__left {
    width: 31.1rem;
  }
}
.product__knowit__wrapper__text__left h2 {
  color: var(--Primary-rouge-tomate, #E00A1E);
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__text__left h2 {
    color: var(--Primary-rouge-tomate, #E00A1E);
    font-size: 25px;
    letter-spacing: -0.5px;
  }
}
.product__knowit__wrapper__text__right {
  width: 44.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__text__right {
    width: 25.3rem;
  }
}
.product__knowit__wrapper__text__right p {
  color: var(--Secondary-bordeaux, #790016);
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__text__right p {
    color: var(--Secondary-bordeaux, #790016);
    /* mobile/body/Ui 1 */
    font-family: "Skolar Sans Latin Extended";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
  }
}
.product__knowit__wrapper__sticker {
  display: flex;
  margin-right: 4.7rem;
  margin-left: auto;
  margin-top: 22.8rem;
  margin-bottom: 5.1rem;
  width: 30rem;
  height: 6.6rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__wrapper__sticker {
    display: none;
    width: 22.5rem;
    height: 4.9rem;
    transform: rotate(-5deg);
    bottom: 1.3rem;
    right: 0.9rem;
  }
}
.product__knowit__wrapper__sticker img {
  height: inherit;
  width: inherit;
  object-fit: contain;
  overflow: hidden;
}
.product__knowit__patchs {
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  max-width: 1440px;
  left: max(0px, (100vw - 1440px) / 2);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patchs {
    position: static;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
}
.product__knowit__patch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 21.1rem;
  padding: 1.2rem;
  height: max-content;
  border-radius: 1.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patch {
    width: 25.7rem;
    padding: 1.2rem;
    gap: 3rem;
    position: unset;
  }
}
.product__knowit__patch__red {
  background: radial-gradient(95.87% 97.46% at 47.38% -0.25%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-fuschia, #E5354F);
  margin-left: 13.7rem;
  margin-top: 38.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patch__red {
    transform: rotate(5deg);
    margin-left: 0;
    margin-top: 0;
    order: 1;
  }
}
.product__knowit__patch__pink {
  background: radial-gradient(62.11% 72.83% at 36.97% 24.64%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-rose, #F1A0C4);
  margin-left: 2rem;
  margin-top: 26.9rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patch__pink {
    transform: rotate(-2deg);
    margin-left: 0;
    margin-top: 0;
    order: 2;
  }
}
.product__knowit__patch__orange {
  background: radial-gradient(97.27% 97.3% at 48.83% 0.6%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-orange, #F1912A);
  margin-left: 17.5rem;
  margin-top: 49.9rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patch__orange {
    transform: rotate(5deg);
    margin-left: 0;
    margin-top: 0;
    order: 3;
  }
}
.product__knowit__patch__header {
  width: 100%;
  height: auto;
  color: var(--Neutral-neutral-0, #FFF);
  text-align: center;
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.product__knowit__patch__content {
  width: 100%;
  height: auto;
  color: var(--Neutral-neutral-0, #FFF);
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__knowit__patch__content {
    color: var(--Neutral-neutral-0, #FFF);
    text-align: center;
    /* mobile/body/Ui 1 */
    font-family: "Skolar Sans Latin Extended";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
  }
}
.product__sizing--middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.product__sizing--middle__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper {
    display: flex;
    width: 100%;
  }
}
.product__sizing--middle__wrapper__texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90.4rem;
  gap: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__texts {
    gap: 2rem;
  }
}
.product__sizing--middle__wrapper__texts__header {
  color: var(--Secondary-bordeaux, #790016);
  text-align: center;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__texts__header {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    width: 30.1rem;
  }
}
.product__sizing--middle__wrapper__texts__body {
  color: var(--Secondary-bordeaux, #790016);
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__texts__body {
    color: var(--Secondary-bordeaux, #790016);
    text-align: center;
    /* mobile/body/Ui 1 */
    font-family: "Skolar Sans Latin Extended";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
    width: 31.1rem;
  }
}
.product__sizing--middle__wrapper__image {
  display: flex;
  height: 27.8rem;
  margin-top: 2.2rem;
  position: relative;
  padding: 2.4rem 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__image {
    padding: 0;
    margin-top: 4rem;
    height: 23rem;
    width: 31rem;
  }
}
.product__sizing--middle__wrapper__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.product__sizing--middle__wrapper__image__sticker {
  padding: 1rem 1.6rem;
  position: absolute;
  z-index: 5;
  left: calc(100% - 2rem);
  top: 8rem;
  width: max-content;
  border-radius: 0.8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Primary-rouge-tomate, #E00A1E);
  color: var(--Neutral-neutral-0, #FFF);
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__image__sticker {
    top: 0;
    left: 22.4rem;
  }
}
.product__sizing--middle__wrapper__tab {
  display: none;
}
.product__sizing--middle__wrapper__tab.active {
  display: block;
}
.product__sizing--middle__wrapper__btns {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__btns {
    display: block;
    overflow-x: scroll;
    margin-top: 4rem;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .product__sizing--middle__wrapper__btns::-webkit-scrollbar {
    display: none;
  }
}
.product__sizing--middle__wrapper__btns__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.3rem;
  padding: 0 3.2rem;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__btns__container {
    flex-wrap: nowrap;
    width: max-content;
    justify-content: flex-start;
  }
}
.product__sizing--middle__wrapper__btns button {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/UI/UI 2 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--middle__wrapper__btns button {
    font-size: 1.4rem;
  }
}
.product__sizing--middle__wrapper__btns button.active {
  border-radius: 10rem;
  display: flex;
  padding: 1rem 1.6rem;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFB51B;
}
.product__sizing--middle__wrapper__btns button.active::before {
  content: "";
  background: url("static/assets/bullet.svg");
  background-size: cover;
  width: 0.9rem;
  height: 0.8rem;
}
.product__nutrition--green {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 10;
  background: var(--Primary-vert-tige, #007837);
}
.product__nutrition--green__shape {
  position: absolute;
  left: 0;
  width: 100vw;
}
.product__nutrition--green__shape--top {
  top: calc(-2rem + 1px);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__shape--top {
    top: calc(-0.75rem + 1px);
  }
}
.product__nutrition--green__shape--bottom {
  top: calc(100% - 1px);
}
.product__nutrition--green__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 12rem 6rem;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper {
    flex-direction: column;
    padding: 6rem 3.2rem;
    gap: 4rem;
  }
}
.product__nutrition--green__wrapper__left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  width: 50%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__left {
    gap: 0.5rem;
    width: 31.1rem;
  }
}
.product__nutrition--green__wrapper__left__header {
  color: var(--Secondary-crme, #FFF4E1);
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__left__header {
    color: var(--Secondary-crme, #FFF4E1);
    /* mobile/heading/heading 3 */
    font-family: "Skolar Sans Latin Extended Bold";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 95%; /* 23.75px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
}
.product__nutrition--green__wrapper__left__header strong {
  color: #FFB51B;
}
.product__nutrition--green__wrapper__left__header span {
  position: relative;
}
.product__nutrition--green__wrapper__left__header span img {
  position: absolute;
  top: -4.5rem;
  left: calc(100% - 5.5rem);
  width: 10.7rem;
  height: 7.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__left__header span img {
    width: 8rem;
    height: 5.7rem;
    left: calc(100% + 1.1rem);
    top: -2rem;
  }
}
.product__nutrition--green__wrapper__left__content {
  color: var(--Secondary-crme, #FFF4E1);
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__left__content {
    /* mobile/body/Ui 1 */
    font-family: "Skolar Sans Latin Extended";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
    margin-top: 2rem;
  }
}
.product__nutrition--green__wrapper__left__sticker {
  display: flex;
  width: 10.7rem;
  height: 7.7rem;
  position: absolute;
  top: -5.5rem;
  left: 23rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__left__sticker {
    top: -3.5rem;
    right: 2.5rem;
    left: auto;
  }
}
.product__nutrition--green__wrapper__left__sticker img {
  width: inherit;
  height: inherit;
  overflow: hidden;
  object-fit: cover;
}
.product__nutrition--green__wrapper__right {
  width: 50%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--Secondary-crme, #FFF4E1);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__right {
    line-height: 2rem;
    width: 25.7rem;
  }
}
.product__nutrition--green__wrapper__right li {
  color: var(--Secondary-crme, #FFF4E1);
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--green__wrapper__right li {
    /* mobile/body/Ui 1 */
    font-family: "Skolar Sans Latin Extended";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
  }
}
.product__gifsection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49.8rem;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__gifsection {
    width: 100%;
    height: 63.4rem;
  }
}
.product__gifsection__gif {
  width: 100%;
  height: 100%;
}
.product__gifsection__gif img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product__gifsection__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0;
}
.product__gifsection__button svg {
  width: 6.3rem;
  height: 6rem;
  pointer-events: none;
}
.product__gifsection__button.active {
  opacity: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__gifsection__button.active {
    opacity: 1;
  }
}
.product__gifsection__button.active .product__gifsection__button--pause {
  display: block;
}
.product__gifsection__button.active .product__gifsection__button--play {
  display: none;
}
.product__gifsection__button:hover, .product__gifsection__button:focus {
  opacity: 1;
}
.product__gifsection__button--pause {
  display: none;
}
.product__gifsection__button--play {
  display: block;
}
.product__nutrition--orange {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.product__nutrition--orange__shape {
  position: absolute;
  top: calc(-2rem + 1px);
  width: 100vw;
  left: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__shape {
    top: calc(-0.75rem + 1px);
  }
}
.product__nutrition--orange__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 55.6rem;
  padding: 0rem 4.8rem;
  gap: 4rem;
  background: #FFB51B;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__wrapper {
    padding: 6rem 0rem;
  }
}
.product__nutrition--orange__wrapper__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.product__nutrition--orange__wrapper__title__top {
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 38px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  color: var(--Neutral-neutral-0, #FFF);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__wrapper__title__top {
    font-size: 2.5rem;
  }
}
.product__nutrition--orange__wrapper__title span {
  color: var(--Secondary-fuschia, #E5354F);
}
.product__nutrition--orange__wrapper__title__sticker {
  position: absolute;
  top: -4rem;
  left: calc(100% + 1.6rem);
  width: 9.6rem;
  height: 7.3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__wrapper__title__sticker {
    width: 7.2rem;
    height: 5.5rem;
    left: 12rem;
    top: -4.7rem;
  }
}
.product__nutrition--orange__wrapper__title__sticker img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__nutrition--orange__wrapper__cards {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__wrapper__cards {
    overflow-x: scroll;
  }
}
.product__nutrition--orange__wrapper__cards__container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.95rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--orange__wrapper__cards__container {
    width: max-content;
    padding: 0 3.2rem;
  }
}
.product__nutrition--orange__wrapper__cards__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 27.5rem;
  min-height: 26.4rem;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  gap: 1.2rem;
  border-radius: 0.8rem;
  background: var(--Neutral-neutral-0, #FFF);
  text-decoration: none;
}
.product__nutrition--orange__wrapper__cards__card__img {
  height: 21.6rem;
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.product__nutrition--orange__wrapper__cards__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__nutrition--orange__wrapper__cards__card__content {
  width: 100%;
}
.product__nutrition--orange__wrapper__cards__card__content p {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.product__nutrition--red {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: var(--Secondary-fuschia, #E5354F);
}
.product__nutrition--red__shape {
  width: 100%;
  position: absolute;
  left: 0;
}
.product__nutrition--red__shape--top {
  top: calc(-2rem + 1px);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__shape--top {
    top: calc(-0.75rem + 1px);
  }
}
.product__nutrition--red__shape--bottom {
  top: calc(100% - 1px);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__shape--bottom {
    bottom: calc(-0.75rem + 1px);
  }
}
.product__nutrition--red__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55.6rem;
  padding: 0rem 6rem;
  gap: 10.4rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper {
    width: 100%;
    min-height: 83.8rem;
    padding: 6rem 3.2rem;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product__nutrition--red__wrapper__ladybird {
  position: absolute;
  z-index: 12;
  top: 2.7rem;
  right: 37.2rem;
  width: 8.7rem;
  height: 8.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__ladybird {
    width: 6.5rem;
    height: 6.4rem;
    top: 20.7rem;
    right: 4rem;
  }
}
.product__nutrition--red__wrapper__ladybird img {
  width: 100%;
  height: 100%;
}
.product__nutrition--red__wrapper__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.5rem;
  width: 44.2rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left {
    gap: 48.5rem;
    width: 100%;
  }
}
.product__nutrition--red__wrapper__left__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  align-self: stretch;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__text {
    width: 100%;
    gap: 2rem;
    height: auto;
  }
}
.product__nutrition--red__wrapper__left__text__header {
  line-height: 1.2rem;
  color: var(--Neutral-neutral-0, #FFF);
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  display: inline;
}
.product__nutrition--red__wrapper__left__text__header span {
  position: relative;
}
.product__nutrition--red__wrapper__left__text__header span img {
  position: absolute;
  left: -6rem;
  top: -9.5rem;
  z-index: -1;
  width: 21rem;
  height: 21rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__text__header span img {
    width: 15rem;
    height: 15rem;
    top: -5.5rem;
    left: -3rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__text__header {
    color: var(--Neutral-neutral-0, #FFF);
    /* mobile/heading/heading 3 */
    font-family: "Skolar Sans Latin Extended Bold";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 95%; /* 23.75px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
}
.product__nutrition--red__wrapper__left__text__content {
  color: var(--Neutral-neutral-0, #FFF);
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__text__content {
    /* mobile/body/Ui 1 */
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 19.2px */
  }
}
.product__nutrition--red__wrapper__left__card {
  display: flex;
  width: 28rem;
  transform: rotate(-5deg);
  padding: 1.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 1.2rem;
  background: radial-gradient(62.11% 72.83% at 36.97% 24.64%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), var(--Secondary-rose, #F1A0C4);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__card {
    margin: auto;
    margin-top: 4rem;
  }
}
.product__nutrition--red__wrapper__left__card__title {
  width: 100%;
  color: var(--Secondary-fuschia, #E5354F);
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.product__nutrition--red__wrapper__left__card__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  font-size: 1.4rem !important;
}
.product__nutrition--red__wrapper__left__card__btn.allreadyclose::after {
  rotate: 90deg;
}
.product__nutrition--red__wrapper__left__card__btn.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.product__nutrition--red__wrapper__left__card__btn::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .product__nutrition--red__wrapper__left__card__btn::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__card__btn::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.product__nutrition--red__wrapper__left__card__btn:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .product__nutrition--red__wrapper__left__card__btn {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__left__card__btn {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.product__nutrition--red__wrapper__right {
  display: flex;
  width: 35.8rem;
  padding: 2.6rem 3.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 1rem;
  background: var(--Neutral-neutral-0, #FFF);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__right {
    display: flex;
    width: 31.9rem;
    padding: 3rem 2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4rem;
    position: absolute;
    z-index: 10;
  }
}
.product__nutrition--red__wrapper__right__wrapper {
  display: flex;
  flex-direction: column;
  width: 28.8rem;
  gap: 4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__right__wrapper {
    width: 100%;
  }
}
.product__nutrition--red__wrapper__right__wrapper__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.product__nutrition--red__wrapper__right__wrapper__item__text {
  width: 12.7rem;
}
.product__nutrition--red__wrapper__right__wrapper__item__text p {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.product__nutrition--red__wrapper__right__wrapper__item__rate {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.product__nutrition--red__wrapper__right__wrapper__item__rate__heart svg {
  width: 1.5rem;
  height: 1.4rem;
}
.product__nutrition--red__wrapper__right__wrapper__item__rate__numbers {
  color: var(--Secondary-bordeaux, #790016);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__right__wrapper__item__rate__numbers {
    display: none;
  }
}
.product__nutrition--red__wrapper__right__wrapper__item__rate__numbers p {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.product__nutrition--red__wrapper__right__wrapper__item__rate__numbers p span {
  /* desktop/UI/UI 3 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.product__nutrition--red__wrapper__right__wrapper__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__nutrition--red__wrapper__right__wrapper__bottom {
    margin-top: 0;
  }
}
.product__nutrition--red__wrapper__right__wrapper__bottom__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: unset;
}
.product__nutrition--red__wrapper__right__wrapper__bottom__btn::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.product__nutrition--red__wrapper__right__wrapper__bottom__btn:not(.disabled):hover::after {
  rotate: 45deg;
}
.product__nutrition--red__wrapper__right__wrapper__bottom__link {
  color: var(--Secondary-bordeaux, #790016);
  /* desktop/UI/UI 3 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 14.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  cursor: pointer;
}
.product__sizing--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  padding-top: 7rem;
  padding-bottom: 4.6rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom {
    align-items: center;
    padding: 6rem 3.2rem 3.5rem;
  }
}
.product__sizing--bottom__background {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.product__sizing--bottom__background--desktop {
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .product__sizing--bottom__background--desktop {
    animation: unset;
  }
}
.reduce-motion .product__sizing--bottom__background--desktop {
  animation: unset;
}
.product__sizing--bottom__background--desktop:nth-of-type(1) {
  animation-delay: 0.5s;
}
.product__sizing--bottom__background--desktop:nth-of-type(2) {
  animation-delay: 1s;
}
.product__sizing--bottom__background--desktop:nth-of-type(3) {
  animation-delay: 1.5s;
}
.product__sizing--bottom__background--desktop:nth-of-type(4) {
  animation-delay: 2s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__background--desktop {
    display: none;
  }
}
.product__sizing--bottom__background--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__background--mobile {
    display: block;
  }
}
.product__sizing--bottom__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product__sizing--bottom__wrapper__pattern {
  position: absolute;
  bottom: 0;
  z-index: -2;
  height: 30rem;
}
.product__sizing--bottom__wrapper__pattern--rondes {
  left: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__pattern--rondes {
    top: 10rem;
    bottom: unset;
  }
}
.product__sizing--bottom__wrapper__pattern--allongees {
  right: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__pattern--allongees {
    bottom: 7rem;
  }
}
.product__sizing--bottom__wrapper__pattern--melangees {
  left: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__pattern--melangees {
    top: 10rem;
    bottom: unset;
  }
}
.product__sizing--bottom__wrapper__pattern--melangees.product__sizing--bottom__wrapper__pattern--right {
  right: 0;
  left: unset;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__pattern--melangees.product__sizing--bottom__wrapper__pattern--right {
    bottom: 7rem;
    top: unset;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.product__sizing--bottom__wrapper__header__title {
  line-height: 1rem;
  color: var(--Secondary-bordeaux, #790016);
  text-align: center;
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__header__title {
    font-size: 2.5rem;
  }
}
.product__sizing--bottom__wrapper__header__content {
  margin-top: 2rem;
  color: var(--Secondary-bordeaux, #790016);
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__header__content {
    font-size: 1.6rem;
  }
}
.product__sizing--bottom__wrapper__products {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90.4rem;
  height: 29rem;
  gap: 12.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__products {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 5rem;
    align-items: center;
    gap: 4rem;
  }
}
.product__sizing--bottom__wrapper__products__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__products__product {
    gap: 1rem;
  }
}
.product__sizing--bottom__wrapper__products__product--rondes {
  order: 1;
}
.product__sizing--bottom__wrapper__products__product--melangees {
  order: 2;
}
.product__sizing--bottom__wrapper__products__product--allongees {
  order: 3;
}
.product__sizing--bottom__wrapper__products__product__img {
  height: 25rem;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .product__sizing--bottom__wrapper__products__product__img {
    height: 22.4rem;
  }
}
.product__sizing--bottom__wrapper__products__product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__sizing--bottom__wrapper__products__product__text p {
  color: var(--Primary-rouge-tomate, #E00A1E);
  text-align: center;
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@charset "UTF-8";
@keyframes eye {
  0% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.1);
  }
}
@keyframes pupil {
  0% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.1);
  }
}
.pupilanim {
  transform-origin: center;
  animation: pupil 1s ease-out alternate infinite;
}
@media (prefers-reduced-motion: reduce) {
  .pupilanim {
    animation: none;
  }
}
.reduce-motion .pupilanim {
  animation: none;
}

.eyeanim {
  transform-origin: center;
  animation: eye 1s ease-out alternate infinite;
  transform: scaleY(1);
}
@media (prefers-reduced-motion: reduce) {
  .eyeanim {
    animation: none;
  }
}
.reduce-motion .eyeanim {
  animation: none;
}

.rse {
  width: 100vw;
  overflow: hidden;
}
.rse__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.rse__header__title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 12rem 5rem 5rem 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title {
    padding: 6rem 3.2rem 3rem;
  }
}
.rse__header__title__row1, .rse__header__title__row2, .rse__header__title__row3, .rse__header__title__row4 {
  display: inline;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 1.5rem;
  line-height: 80%; /* 142.5px */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 80%; /* 142.5px */
  text-transform: uppercase;
  color: #007837;
}
.rse__header__title__row1 {
  font-size: 15rem;
  letter-spacing: -0.3rem;
  padding-bottom: 2rem;
}
.rse__header__title__row1 svg {
  width: 10.9rem;
  height: 10.1rem;
  margin-left: 1.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row1 {
    font-size: 10rem;
    padding-bottom: 0.1rem;
    letter-spacing: -0.2rem;
  }
  .rse__header__title__row1 svg {
    width: 7.2rem;
    height: 6.7rem;
    margin-left: 0.5rem;
  }
}
.rse__header__title__row2 {
  font-size: 7.7rem;
  letter-spacing: -0.15rem;
  margin-top: -3rem;
  padding-bottom: 1rem;
}
.rse__header__title__row2 svg {
  width: 3.9rem;
  height: 5.2rem;
  margin-right: 1.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row2 {
    font-size: 5rem;
    letter-spacing: -0.12rem;
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
    line-height: 90%;
  }
  .rse__header__title__row2 svg {
    width: 2.8rem;
    height: 3.8rem;
    margin-right: 0.5rem;
  }
}
.rse__header__title__row3 svg {
  margin: 0 1.5rem;
}
.rse__header__title__row3--fr {
  font-size: 12rem;
  letter-spacing: -0.25rem;
  margin-top: -2.5rem;
}
.rse__header__title__row3--fr svg {
  width: 6.6rem;
  height: 8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row3--fr {
    font-size: 4.5rem;
    letter-spacing: -0.1rem;
    margin-top: -1rem;
  }
  .rse__header__title__row3--fr svg {
    width: 2.5rem;
    height: 3rem;
    margin: 0 0.8rem;
  }
}
.rse__header__title__row3--en {
  font-size: 10.5rem;
  letter-spacing: -0.25rem;
  margin-top: -2.2rem;
}
.rse__header__title__row3--en svg {
  width: 6rem;
  height: 7.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row3--en {
    font-size: 3.3rem;
    margin-top: -1rem;
    letter-spacing: -0.07rem;
  }
  .rse__header__title__row3--en svg {
    width: auto;
    height: 2.5rem;
    margin: 0 0.5rem;
  }
}
.rse__header__title__row4 svg {
  margin: 0 1.5rem;
}
.rse__header__title__row4--fr {
  font-size: 16rem;
  letter-spacing: -0.32rem;
  margin-top: -2rem;
}
.rse__header__title__row4--fr svg {
  width: 7rem;
  height: 10.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row4--fr {
    font-size: 5.5rem;
    letter-spacing: -0.11rem;
    margin-top: -1rem;
  }
  .rse__header__title__row4--fr svg {
    width: 2.5rem;
    height: 3.8rem;
    margin: 0 0.5rem;
  }
}
.rse__header__title__row4--en {
  font-size: 9rem;
  letter-spacing: -0.18rem;
  margin-top: -1rem;
}
.rse__header__title__row4--en svg {
  width: 3.8rem;
  height: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__title__row4--en {
    font-size: 5.6rem;
    letter-spacing: -0.11rem;
    margin-top: -0.75rem;
    line-height: 90%;
  }
  .rse__header__title__row4--en svg {
    width: 2.5rem;
    height: 3.8rem;
    margin: 0 0 0 0.8rem;
  }
}
.rse__header__text {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__text {
    flex-direction: column;
    padding: 0 var(--frame-size);
  }
}
.rse__header__text img {
  height: 6.5rem;
  width: 30rem;
  margin-top: 11rem;
  margin-right: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__text img {
    width: 21.2rem;
    height: auto;
    order: 1;
    margin-top: 2rem;
    margin-right: unset;
    margin-left: auto;
  }
}
.rse__header__text__content {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  width: 36.5rem;
  font-size: 1.6rem !important;
  color: #007837;
}
@media (min-width: 1440px) {
  .home-page .rse__header__text__content {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__text__content {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__header__text__content {
    width: 27.3rem;
    margin: 0 var(--frame-size);
  }
}
.rse__header__text__content span {
  display: block;
  margin-top: 2rem;
}
.rse__environment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment {
    width: 100vw;
    overflow: hidden;
  }
}
.rse__environment__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.rse__environment__title__top {
  width: 36.5rem;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  color: #007837;
  margin: 0 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__top {
    width: calc(100% - 3.2rem);
    margin: 0 1.6rem;
    font-size: 2.5rem;
  }
}
.rse__environment__title__line {
  width: 15rem;
  height: 14.1rem;
  margin-left: auto;
  margin-right: 50%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__line {
    width: 11rem;
    height: 14.6rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 7.7rem;
  }
}
.rse__environment__title__deco {
  position: absolute;
  top: 0;
  width: 601px;
  height: 607.5px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .rse__environment__title__deco {
    right: -15rem;
    width: 40.1rem;
    height: auto;
  }
}
@media (min-width: 1440px) {
  .rse__environment__title__deco {
    left: 72vw;
  }
}
@media (min-width: 1920px) {
  .rse__environment__title__deco {
    left: 55vw;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__deco {
    display: none;
  }
}
.rse__environment__title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container {
    gap: 2rem;
  }
}
.rse__environment__title__container__content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  height: 10rem;
  position: relative;
  margin-top: 1.25rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container__content {
    margin-top: -2.5rem;
  }
}
.rse__environment__title__container__content__span1 {
  color: #e00a1e;
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 15rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 142.5px */
  letter-spacing: -3px;
  text-transform: uppercase;
  transform: translateY(0.5rem);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container__content__span1 {
    font-size: 9rem;
  }
}
.rse__environment__title__container__content__span2 {
  color: #86bb48;
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 9.1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 86.45px */
  letter-spacing: -1.82px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container__content__span2 {
    font-size: 5.5rem;
  }
}
.rse__environment__title__container__content svg {
  position: absolute;
  top: -2.25rem;
  right: 4.5rem;
  width: 4rem;
  height: 4.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container__content svg {
    top: unset;
    bottom: 4.7rem;
    right: 3rem;
    width: 2.8rem;
    height: 3.5rem;
  }
}
.rse__environment__title__container__text {
  width: 74.8rem;
  margin-bottom: 5rem;
  color: #007837;
  text-align: center;
  /* desktop/heading/heading 2 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 38px */
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__title__container__text {
    width: 100%;
    font-size: 2.5rem;
    padding: 0 1.6rem;
    margin-bottom: 4rem;
  }
}
.rse__environment__steps {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 21.4rem 4rem;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps {
    padding: 0 1.6rem 4rem;
  }
}
.rse__environment__steps__sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: max-content;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  z-index: 10;
  transform: rotate(-3deg);
  border-radius: 1rem;
  background: #e5354f;
  color: #fff;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__environment__steps__sticker {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__sticker {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__sticker {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__environment__steps__tomato {
  position: absolute;
  z-index: 9;
  width: 5.4rem;
  height: 5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__tomato {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rse__environment__steps__rootline {
  position: absolute;
  top: 5.5rem;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.rse__environment__steps__rootline svg {
  width: 59.6rem;
  height: 102.5rem;
  object-fit: contain;
  overflow: visible;
  transform: translateZ(0);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__rootline {
    display: none;
  }
}
.rse__environment__steps__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 24.2rem;
  height: 24.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__image {
    width: 18.1rem;
    height: 18.1rem;
  }
}
.rse__environment__steps__image__src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 1rem;
}
.rse__environment__steps__image__burst {
  position: absolute;
  width: 8.5rem;
  height: 8.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__image__burst {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.rse__environment__steps__text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 44.2rem;
  padding: 3.5rem 2rem;
  gap: 2rem;
  border-radius: 2rem;
  border: 1px solid #86bb48;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__text {
    width: 27.3rem;
  }
}
.rse__environment__steps__text h3 {
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  font-size: 3.2rem !important;
  color: #007837;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__text h3 {
    font-size: 2rem !important;
  }
}
.rse__environment__steps__text p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  color: #007837;
  z-index: 10;
}
@media (min-width: 1440px) {
  .home-page .rse__environment__steps__text p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__text p {
    font-size: 1.4rem;
  }
}
.rse__environment__steps__co2 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.rse__environment__steps__co2 .rse__environment__steps__text {
  min-height: 33.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__co2 .rse__environment__steps__text {
    height: auto;
  }
}
.rse__environment__steps__co2 .rse__environment__steps__image {
  position: absolute;
  left: -14rem;
  top: -5.7rem;
  transform: rotate(5deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__co2 .rse__environment__steps__image {
    left: 1.6rem;
    top: -11.9rem;
  }
}
.rse__environment__steps__co2 .rse__environment__steps__image__burst {
  top: -6rem;
  left: -6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__co2 .rse__environment__steps__image__burst {
    top: -3rem;
    left: -3rem;
  }
}
.rse__environment__steps__waste {
  display: flex;
  width: 100%;
  position: relative;
}
.rse__environment__steps__waste .rse__environment__steps__text {
  min-height: 26.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__waste .rse__environment__steps__text {
    height: auto;
  }
}
.rse__environment__steps__waste .rse__environment__steps__image {
  position: absolute;
  right: -13.7rem;
  top: -6rem;
  transform: rotate(-5deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__waste .rse__environment__steps__image {
    right: 1.6rem;
    top: -11.9rem;
  }
}
.rse__environment__steps__waste .rse__environment__steps__image__burst {
  bottom: -6rem;
  right: -6rem;
  rotate: 180deg;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__waste .rse__environment__steps__image__burst {
    bottom: unset;
    top: -3rem;
    right: unset;
    left: -3rem;
    transform: rotate(-180deg);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__line--desktop {
    display: none;
  }
}
.rse__environment__steps__line--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__line--mobile {
    display: block;
  }
}
.rse__environment__steps__line1, .rse__environment__steps__line2, .rse__environment__steps__line3 {
  position: relative;
  height: 14.3rem;
}
.rse__environment__steps__line1 svg, .rse__environment__steps__line2 svg, .rse__environment__steps__line3 svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rse__environment__steps__line1 {
  width: 7.8rem;
  margin-left: 50%;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__line1 {
    width: 5.6rem;
  }
}
.rse__environment__steps__line2 {
  width: 15.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__line2 {
    width: 11.1rem;
  }
}
.rse__environment__steps__line3 {
  width: 7.8rem;
  margin-left: 22.2rem;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__environment__steps__line3 {
    width: 5.6rem;
    margin-left: 11.8rem;
  }
}
.rse__shape {
  display: flex;
  flex-direction: column;
  width: calc(100% - var(--frame-size) - var(--frame-size));
  margin: 0 auto;
  margin-top: -14rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape {
    margin-top: -6rem;
    overflow-x: hidden;
  }
}
.rse__shape__wave {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__wave {
    width: 67rem;
    transform: translateX(-25%);
  }
}
.rse__shape__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: -1rem;
  padding: 0 6rem 2rem 6rem;
  background: #079fe3;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container {
    padding: 0 1.6rem 2rem;
  }
}
.rse__shape__container__content {
  display: flex;
  width: 74.8rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__content {
    width: 100%;
  }
}
.rse__shape__container__content__sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 1rem 2rem;
  transform: rotate(-3.041deg);
  border-radius: 1rem;
  background: #007837;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  color: #fff;
}
@media (min-width: 1440px) {
  .home-page .rse__shape__container__content__sticker {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__content__sticker {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__content__sticker {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__shape__container__content__text {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .rse__shape__container__content__text {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__content__text {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__content__text br {
    display: none;
  }
}
.rse__shape__container__content__text a {
  display: inline;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  line-height: 160%;
  margin-right: 4px;
  color: white;
  text-decoration: underline;
}
.rse__shape__container__logo {
  width: 8.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__shape__container__logo {
    width: 6.5rem;
  }
}
.rse__shape__shape-bottom {
  width: 100%;
  margin-top: -3px;
}
.rse__tooltip-container {
  position: relative;
  display: inline-block;
  pointer-events: auto; /* Assure-toi que ce n'est pas none */
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__tooltip-container {
    position: unset;
  }
}
.rse__tooltip-trigger {
  cursor: pointer;
  text-decoration: underline dotted;
  color: inherit;
  width: max-content;
  z-index: 10; /* ou plus si nécessaire */
  position: relative;
}
.rse__tooltip-trigger__button {
  text-decoration: none;
  position: relative;
  pointer-events: none;
}
.rse__tooltip-trigger__button i {
  display: none;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__tooltip-trigger__button i {
    display: inline-block;
    font-size: 1rem;
    text-decoration: underline;
    line-height: 100%;
    transform: translateY(-0.2rem);
    margin-left: 0.4rem;
    font-style: normal;
  }
}
.rse__tooltip-trigger__button svg {
  pointer-events: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.2rem;
  pointer-events: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__tooltip-trigger__button svg {
    margin-bottom: 0rem;
  }
}
.rse__tooltip-content {
  visibility: hidden;
  opacity: 0;
  width: 25rem;
  position: absolute;
  top: 110%;
  z-index: 1;
  text-align: left;
  padding: 1rem;
  transform: translateX(-50%);
  border-radius: 0.5rem;
  transition: opacity 0.3s ease;
  border: 1px solid #86bb48;
  background: #fff;
  color: #007837;
  font-family: "Lato";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
}
.rse__tooltip-content.visible {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__tooltip-content {
    left: 50%;
    top: unset;
    margin-top: 3rem;
    transform: translateX(-50%);
  }
}
.rse__tooltip-content strong {
  font-family: "Skolar Sans Latin Extended Bold";
}
.rse__objectif {
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow: hidden;
  padding: 10rem 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif {
    padding: 6rem 0;
  }
}
.rse__objectif__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0 6rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 1440px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__title {
    padding: 0 3.2rem;
  }
}
.rse__objectif__title__sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: max-content;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  z-index: 10;
  transform: rotate(-3deg);
  border-radius: 1rem;
  background: #e5354f;
  color: #fff;
  text-align: center;
  margin-right: auto;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__objectif__title__sticker {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__title__sticker {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__title__sticker {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__objectif__title__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rse__objectif__title__content h2 {
  max-width: 44rem;
  flex: 1;
  color: #007837;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__title__content h2 {
    font-size: 2.5rem;
  }
}
.rse__objectif__title__content img {
  width: 23.4rem;
  margin-right: 6.3rem;
  height: auto;
  object-fit: contain;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__title__content img {
    display: none;
  }
}
.rse__objectif__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 6rem;
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content {
    flex-direction: column;
    padding: 0 3.2rem;
    gap: 4rem;
  }
}
.rse__objectif__content__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 43.9rem;
  padding-left: 7.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__header {
    width: 100%;
    padding-left: 0;
    gap: 2rem;
  }
}
.rse__objectif__content__header__text {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  color: #007837;
  display: inline-block;
}
@media (min-width: 1440px) {
  .home-page .rse__objectif__content__header__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__header__text {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__header__text br {
    display: none;
  }
}
.rse__objectif__content__header__text a {
  display: inline;
  border-radius: 0.5rem;
  background: rgba(0, 120, 55, 0.15);
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  line-height: 160%;
  margin-right: 4px;
  color: #007837;
  text-decoration: underline;
}
.rse__objectif__content__header__text .rse__tooltip-trigger {
  color: var(--Primary-vert-tige, #007837) !important;
}
.rse__objectif__content__header__text .rse__tooltip-trigger svg {
  color: var(--Primary-vert-tige, #007837) !important;
}
.rse__objectif__content__header__push {
  position: relative;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #86bb48;
}
.rse__objectif__content__header__push svg {
  width: 5.5rem;
  height: 3.7rem;
  position: absolute;
  right: -2.2rem;
  top: -2.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__header__push svg {
    right: 0;
  }
}
.rse__objectif__content__header__push p {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  font-size: 1.2rem !important;
  color: #fff;
}
.rse__objectif__content__table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 36.5rem;
  margin-left: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table {
    width: 100%;
    margin-left: unset;
  }
}
.rse__objectif__content__table__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
  color: #007837;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 10.45px */
  letter-spacing: -0.22px;
  text-transform: uppercase;
}
.rse__objectif__content__table__title span {
  color: #e00a1e;
  text-align: right;
}
.rse__objectif__content__table__line1, .rse__objectif__content__table__line2, .rse__objectif__content__table__line3 {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
  border: 1px solid #86bb48;
}
.rse__objectif__content__table__line1 th, .rse__objectif__content__table__line2 th, .rse__objectif__content__table__line3 th {
  text-align: left;
  width: 21.1rem;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  font-size: 1.6rem !important;
  color: #007837;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 th, .rse__objectif__content__table__line2 th, .rse__objectif__content__table__line3 th {
    width: 100%;
    font-size: 1.4rem !important;
  }
}
.rse__objectif__content__table__line1 th span, .rse__objectif__content__table__line2 th span, .rse__objectif__content__table__line3 th span {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.2rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__objectif__content__table__line1 th span, .home-page .rse__objectif__content__table__line2 th span, .home-page .rse__objectif__content__table__line3 th span {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 th span, .rse__objectif__content__table__line2 th span, .rse__objectif__content__table__line3 th span {
    font-size: 1.4rem;
  }
}
.rse__objectif__content__table__line1 td, .rse__objectif__content__table__line2 td, .rse__objectif__content__table__line3 td {
  min-width: 9.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e00a1e;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  font-size: 1.6rem !important;
}
.rse__objectif__content__table__line1 td span, .rse__objectif__content__table__line2 td span, .rse__objectif__content__table__line3 td span {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.2rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__objectif__content__table__line1 td span, .home-page .rse__objectif__content__table__line2 td span, .home-page .rse__objectif__content__table__line3 td span {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td span, .rse__objectif__content__table__line2 td span, .rse__objectif__content__table__line3 td span {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td, .rse__objectif__content__table__line2 td, .rse__objectif__content__table__line3 td {
    font-size: 1.4rem !important;
  }
}
.rse__objectif__content__table__line1 td .td-container, .rse__objectif__content__table__line2 td .td-container, .rse__objectif__content__table__line3 td .td-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td .td-container, .rse__objectif__content__table__line2 td .td-container, .rse__objectif__content__table__line3 td .td-container {
    flex-direction: column;
  }
}
.rse__objectif__content__table__line1 td .td-container__flag, .rse__objectif__content__table__line2 td .td-container__flag, .rse__objectif__content__table__line3 td .td-container__flag {
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  border-radius: 0.5rem;
  background: rgba(0, 120, 55, 0.15);
}
.rse__objectif__content__table__line1 td .rse__tooltip, .rse__objectif__content__table__line2 td .rse__tooltip, .rse__objectif__content__table__line3 td .rse__tooltip {
  display: flex;
  border-radius: 0.5rem;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  text-decoration: none;
  margin-right: 4px;
  color: #007837;
  height: max-content;
  width: max-content;
}
.rse__objectif__content__table__line1 td .rse__tooltip__trigger, .rse__objectif__content__table__line2 td .rse__tooltip__trigger, .rse__objectif__content__table__line3 td .rse__tooltip__trigger {
  text-decoration: none;
  color: #e00a1e;
}
.rse__objectif__content__table__line1 td .rse__tooltip__trigger br, .rse__objectif__content__table__line2 td .rse__tooltip__trigger br, .rse__objectif__content__table__line3 td .rse__tooltip__trigger br {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td .rse__tooltip__trigger br, .rse__objectif__content__table__line2 td .rse__tooltip__trigger br, .rse__objectif__content__table__line3 td .rse__tooltip__trigger br {
    display: block;
  }
}
.rse__objectif__content__table__line1 td .rse__tooltip__trigger i, .rse__objectif__content__table__line2 td .rse__tooltip__trigger i, .rse__objectif__content__table__line3 td .rse__tooltip__trigger i {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td .rse__tooltip__trigger i, .rse__objectif__content__table__line2 td .rse__tooltip__trigger i, .rse__objectif__content__table__line3 td .rse__tooltip__trigger i {
    display: inline-block;
    font-size: 1rem;
    text-decoration: underline;
    line-height: 100%;
    transform: translateY(-0.2rem);
    margin-left: 0.4rem;
    font-style: normal;
  }
}
.rse__objectif__content__table__line1 td .rse__tooltip__trigger svg, .rse__objectif__content__table__line2 td .rse__tooltip__trigger svg, .rse__objectif__content__table__line3 td .rse__tooltip__trigger svg {
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td .rse__tooltip__trigger svg, .rse__objectif__content__table__line2 td .rse__tooltip__trigger svg, .rse__objectif__content__table__line3 td .rse__tooltip__trigger svg {
    margin-bottom: 0rem;
  }
}
.rse__objectif__content__table__line1 td .rse__tooltip__content, .rse__objectif__content__table__line2 td .rse__tooltip__content, .rse__objectif__content__table__line3 td .rse__tooltip__content {
  font-family: "Lato" !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  left: unset;
  right: 0;
  transform: translateX(20%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__objectif__content__table__line1 td .rse__tooltip__content, .rse__objectif__content__table__line2 td .rse__tooltip__content, .rse__objectif__content__table__line3 td .rse__tooltip__content {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
}
.rse__slider {
  background: #007837;
  position: relative;
  z-index: 10;
  min-height: 63rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider {
    min-height: auto;
  }
}
.rse__slider__shape {
  position: absolute;
  width: calc(100% - var(--frame-size) - var(--frame-size));
  left: var(--frame-size);
}
.rse__slider__shape--top {
  top: -1.9rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__shape--top {
    top: -0.6rem;
  }
}
.rse__slider__shape--bottom {
  bottom: calc(0px - var(--frame-size) + 0.5rem);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__shape--bottom {
    bottom: calc(0px - var(--frame-size) + 1rem);
  }
}
.rse__slider__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin-top: -0.5rem;
  padding: 10rem 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content {
    padding: 6rem 0;
    row-gap: 2rem;
  }
}
.rse__slider__content__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 36.5rem;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  color: #fff;
  margin-left: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__title {
    font-size: 2.5rem;
    margin-left: 0;
    width: 100%;
    padding: 0 4.8rem;
    margin-bottom: 2rem;
  }
}
.rse__slider__content__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__pagination {
    order: 3;
    margin-right: auto;
  }
}
.rse__slider__content__pagination__left, .rse__slider__content__pagination__right {
  display: flex;
  padding: 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 8rem;
  border: 1px solid #86bb48;
  cursor: pointer;
}
.rse__slider__content__pagination__left img, .rse__slider__content__pagination__right img {
  pointer-events: none;
}
.rse__slider__content__pagination__left.swiper-button-disabled, .rse__slider__content__pagination__right.swiper-button-disabled {
  opacity: 0.3;
}
.rse__slider__content__pagination__right {
  transform: rotate(180deg);
}
@media (min-width: 1920px) {
  .rse__slider__content__swipper {
    width: 100%;
    position: absolute !important;
    left: 0 !important;
    top: 25rem !important;
    padding-left: calc((100vw - 1440px) / 2) !important;
  }
}
@media (min-width: 1440px) {
  .rse__slider__content__swipper {
    width: 100%;
    position: absolute !important;
    left: 0 !important;
    top: 25rem !important;
    padding-left: calc((100vw - 1440px) / 2) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .rse__slider__content__swipper {
    width: 100%;
    position: absolute !important;
    left: 0 !important;
    top: 25rem !important;
    padding-left: calc((100vw - 1440px) / 2) !important;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper {
    min-height: auto;
  }
}
.rse__slider__content__swipper .swiper-slide {
  padding: 2rem 0.5rem;
  width: 30.6rem;
  height: 30.6rem;
  margin: 0 1.25rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper .swiper-slide {
    width: 26.9rem;
    height: 28rem;
  }
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(1) {
  margin-left: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper .swiper-slide:nth-of-type(1) {
    margin-left: 2.5rem;
  }
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(2) .rse__slider__content__swipper__card {
  transform: rotate(5deg);
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(3) .rse__slider__content__swipper__card {
  transform: rotate(-2deg);
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(4) .rse__slider__content__swipper__card {
  transform: rotate(-2deg);
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(5) {
  margin-right: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper .swiper-slide:nth-of-type(5) {
    margin-right: 1.25rem;
  }
}
.rse__slider__content__swipper .swiper-slide:nth-of-type(5) .rse__slider__content__swipper__card {
  transform: rotate(5deg);
}
.rse__slider__content__swipper__card {
  width: 26.6rem;
  height: 26.6rem;
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper__card {
    width: 22.9rem;
    height: 26.6rem;
  }
}
.rse__slider__content__swipper__card-item {
  background: var(--Secondary-crme, #fff4e1);
}
.rse__slider__content__swipper__card-item.expanded p {
  -webkit-line-clamp: 100;
}
.rse__slider__content__swipper__card-item.expanded img {
  display: none;
}
.rse__slider__content__swipper__card-item img {
  width: 10.7rem;
}
.rse__slider__content__swipper__card-item h3 {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  font-size: 1.6rem !important;
  color: var(--Secondary-bordeaux, #790016);
}
.rse__slider__content__swipper__card-item p {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  padding: 1rem 1rem 0;
  font-size: 1.2rem !important;
  text-align: center;
  color: var(--Secondary-bordeaux, #790016);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.rse__slider__content__swipper__card-item button {
  padding: 0;
  text-decoration: underline;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  font-size: 1.2rem !important;
  text-align: center;
  color: var(--Secondary-bordeaux, #790016);
  cursor: pointer;
}
.rse__slider__content__swipper__card1 {
  transform: rotate(-2deg);
  border: 1px solid #86bb48;
  position: relative;
}
.rse__slider__content__swipper__card1 p {
  padding: 5.2rem 1rem;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  font-size: 2rem !important;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 1440px) {
  .home-page .rse__slider__content__swipper__card1 p {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__slider__content__swipper__card1 p {
    font-size: 1.6rem;
  }
}
.rse__slider__content__swipper__card1 p img {
  position: absolute;
  left: 1rem;
  transform: translateX(-50%);
  top: 0;
  width: 10.9rem;
}
.rse__slider__content__swipper__card1 svg {
  margin-bottom: 1rem;
  margin-top: auto;
}
.rse__engagement {
  width: 100vw;
  overflow: hidden;
  height: 59.8rem;
  padding: 2rem 0 0;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement {
    height: 63.4rem;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
  }
  .rse__engagement::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(129.61% 43.14% at 50% 71.18%, rgba(255, 255, 255, 0.75) 25.96%, rgba(255, 255, 255, 0) 100%);
  }
}
.rse__engagement__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__background {
    height: 73rem;
    width: auto;
    object-fit: cover;
    object-position: center left;
  }
}
.rse__engagement__content {
  display: flex;
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translateY(-50%);
  width: 44.1rem;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content {
    position: relative;
    right: unset;
    top: unset;
    transform: translateY(0);
    z-index: 100;
    padding-bottom: 10rem;
  }
}
.rse__engagement__content__text1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3.6rem;
}
.rse__engagement__content__text1__surtitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  z-index: 10;
  border-radius: 1rem;
  transform: rotate(-3deg);
  background: #e5354f;
  color: #fff;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {
  .home-page .rse__engagement__content__text1__surtitle {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content__text1__surtitle {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content__text1__surtitle {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__engagement__content__text1__surtitle img {
  position: absolute;
  width: 6.2rem;
  height: 6rem;
  transform: rotate(5.29deg);
  left: -2rem;
  top: -4.2rem;
}
.rse__engagement__content__text1__title {
  color: #007837;
  text-align: center;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content__text1__title {
    font-size: 2.5rem;
  }
}
.rse__engagement__content .rse__modal__open {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  display: flex;
  gap: 1rem;
  color: #007837;
  border: 1px solid #86bb48;
  font-size: 1.4rem;
}
.rse__engagement__content .rse__modal__open.allreadyclose::after {
  rotate: 90deg;
}
.rse__engagement__content .rse__modal__open.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.rse__engagement__content .rse__modal__open::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .rse__engagement__content .rse__modal__open::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content .rse__modal__open::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.rse__engagement__content .rse__modal__open:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .rse__engagement__content .rse__modal__open {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__engagement__content .rse__modal__open {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.rse__engagement__content .rse__modal__open::after {
  background-image: url("/app/themes/azura/static/assets/crossgreen2.png");
}
.rse__engagement__content__text2 {
  display: flex;
  padding: 12px 15px;
  margin: 0 14.4rem 0 14.4rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  border: 1px solid #86bb48;
  background: #fff;
}
.rse__modal {
  width: 100vw;
  height: 100%;
  display: block;
  padding: 0;
  outline: unset;
  outline-color: rgba(0, 0, 0, 0);
  overflow-y: auto;
  opacity: 0;
}
.rse__modal.open {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005 !important;
  opacity: 1;
}
.rse__modal.open .rse__modal__content {
  transform: translateX(0);
}
.rse__modal.open .rse__modal__content__text {
  opacity: 1;
}
.rse__modal__content {
  margin-left: calc(100% - 51.6rem);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 51.6rem;
  min-height: calc(100vh - 6px);
  padding: 0 7rem;
  background: white;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content {
    width: 100%;
    margin-left: 0;
    padding: 0 5.5rem;
  }
}
.rse__modal__content__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  margin: 8rem 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content__text {
    margin-top: 8rem;
  }
}
.rse__modal__content__text__part {
  position: relative;
  display: flex;
  gap: 1rem;
  width: 100%;
}
.rse__modal__content__text__part span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  z-index: 10;
  border-radius: 1rem;
  transform: rotate(-3deg);
  background: #e5354f;
  color: #fff;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  margin-bottom: 1rem;
}
@media (min-width: 1440px) {
  .home-page .rse__modal__content__text__part span {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content__text__part span {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content__text__part span {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__modal__content__text__part__ladybug {
  position: absolute;
  width: 6.2rem;
  height: 6rem;
  transform: rotate(5.29deg);
  left: -2rem;
  top: -4.2rem;
  z-index: 11;
}
.rse__modal__content__text__part__azura {
  width: auto;
  height: 5.6rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.rse__modal__content__text h3 {
  color: #007837;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content__text h3 {
    font-size: 2.5rem;
  }
}
.rse__modal__content__text p {
  margin-top: 2rem;
  color: #007837;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.2rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__modal__content__text p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__content__text p {
    font-size: 1.4rem;
  }
}
.rse__modal__content__text p a {
  color: #e5354f;
}
.rse__modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
  color: #007837;
  border: 1px solid #86bb48;
  font-size: 1.4rem;
}
.rse__modal__close.allreadyclose::after {
  rotate: 90deg;
}
.rse__modal__close.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.rse__modal__close::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .rse__modal__close::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__close::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.rse__modal__close:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .rse__modal__close {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__modal__close {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.rse__modal__close::after {
  background-image: url("/app/themes/azura/static/assets/crossgreen2.png");
}
.rse__quality {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 10rem 0 0;
  flex-direction: column;
  gap: 5rem;
  background: white;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality {
    padding: 6rem 0 0;
    gap: 4rem;
  }
}
.rse__quality__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__title {
    flex-direction: column;
    padding: 0 3.2rem;
    gap: 3rem;
  }
}
.rse__quality__title h2 {
  position: relative;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  color: #86bb48;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__title h2 {
    font-size: 2.5rem;
  }
}
.rse__quality__title h2 span {
  position: relative;
}
.rse__quality__title h2 img {
  position: absolute;
  left: -3.5rem;
  transform: scaleX(-1);
  top: -6rem;
  width: 10.9rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__title h2 img {
    width: 4.7rem;
    top: -2.5rem;
    left: -1rem;
  }
}
.rse__quality__title p {
  display: flex;
  width: 44rem;
  padding-right: 7.6rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  font-size: 2rem !important;
  color: #007837;
}
@media (min-width: 1440px) {
  .home-page .rse__quality__title p {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__title p {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__title p {
    width: 100%;
    padding-right: unset;
    font-size: 1.6rem !important;
  }
}
.rse__quality__steps {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 0px 6rem;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps {
    padding: 0 1.6rem;
  }
}
.rse__quality__steps__tomato {
  position: absolute;
  width: 3.8rem;
  height: 5.8rem;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__tomato {
    display: none;
  }
}
.rse__quality__steps__rootline {
  position: absolute;
  top: 5rem;
  z-index: 100;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.rse__quality__steps__rootline svg {
  width: 59.6rem;
  height: 154.7rem;
  object-fit: contain;
  overflow: visible;
  transform: translateZ(0);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__rootline {
    display: none;
  }
}
.rse__quality__steps__sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: max-content;
  padding: 1rem 2rem;
  height: 5rem;
  position: relative;
  z-index: 10;
  transform: rotate(-3deg);
  border-radius: 1rem;
  background: #e5354f;
  color: #fff;
  text-align: center;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
}
@media (min-width: 1440px) {
  .home-page .rse__quality__steps__sticker {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__sticker {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__sticker {
    height: 4rem;
    font-size: 1.4rem !important;
  }
}
.rse__quality__steps__bee {
  position: absolute;
  right: 4.6rem;
  top: 12.5rem;
  width: 9.2rem;
  height: 8.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__bee {
    width: 6.8rem;
    height: 6rem;
    top: 7.5rem;
    right: 1.6rem;
  }
}
.rse__quality__steps__text {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 44.2rem;
  padding: 3.5rem 2rem;
  gap: 2rem;
  border-radius: 2rem;
  border: 1px solid #86bb48;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__text {
    width: 27.2rem;
    z-index: 10;
  }
}
.rse__quality__steps__text h3 {
  align-self: stretch;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #007837;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__text h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.rse__quality__steps__text p {
  align-self: stretch;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  font-size: 1.6rem !important;
  color: #007837;
}
@media (min-width: 1440px) {
  .home-page .rse__quality__steps__text p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__text p {
    font-size: 1.4rem !important;
    text-align: center;
  }
}
.rse__quality__steps__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 24.2rem;
  height: 24.2rem;
  position: absolute;
  border-radius: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__image {
    width: 18.7rem;
    height: 18.7rem;
  }
}
.rse__quality__steps__image span {
  color: #007837;
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 18.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 188px */
  letter-spacing: -3.76px;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__image span {
    font-size: 14.1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line--desktop {
    display: none;
  }
}
.rse__quality__steps__line--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line--mobile {
    display: block;
  }
}
.rse__quality__steps__line1, .rse__quality__steps__line2, .rse__quality__steps__line3, .rse__quality__steps__line4, .rse__quality__steps__line5 {
  position: relative;
  margin-left: 50%;
  margin-right: auto;
  height: 14.3rem;
}
.rse__quality__steps__line1 svg, .rse__quality__steps__line2 svg, .rse__quality__steps__line3 svg, .rse__quality__steps__line4 svg, .rse__quality__steps__line5 svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line1, .rse__quality__steps__line2, .rse__quality__steps__line3, .rse__quality__steps__line4, .rse__quality__steps__line5 {
    height: 14.8rem;
  }
}
.rse__quality__steps__line1 {
  width: 7.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line1 {
    width: 5.6rem;
  }
}
.rse__quality__steps__line3 {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.rse__quality__steps__line2, .rse__quality__steps__line3, .rse__quality__steps__line4 {
  width: 15.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line2, .rse__quality__steps__line3, .rse__quality__steps__line4 {
    width: 11.1rem;
  }
}
.rse__quality__steps__line5 {
  width: 7.8rem;
  margin-left: 37.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__line5 {
    width: 5.6rem;
    margin-left: 11.8rem;
  }
}
.rse__quality__steps__production {
  position: relative;
}
.rse__quality__steps__production .rse__quality__steps__text {
  min-height: 21.9rem;
  margin-left: 30.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__production .rse__quality__steps__text {
    margin-left: auto;
    height: auto;
  }
}
.rse__quality__steps__production .rse__quality__steps__image {
  position: absolute;
  left: 4rem;
  bottom: -1.6rem;
  transform: rotate(5deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__production .rse__quality__steps__image {
    left: 0;
    bottom: unset;
    top: -15rem;
  }
}
.rse__quality__steps__production .rse__quality__steps__image span {
  transform: rotate(15deg);
}
.rse__quality__steps__production .rse__quality__steps__image img {
  width: 25.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__production .rse__quality__steps__image img {
    width: 18rem;
  }
}
.rse__quality__steps__recolte {
  position: relative;
}
.rse__quality__steps__recolte .rse__quality__steps__text {
  min-height: 19.6rem;
  margin-left: 15.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__recolte .rse__quality__steps__text {
    margin-right: auto;
    margin-left: 0;
    height: auto;
  }
}
.rse__quality__steps__recolte .rse__quality__steps__image {
  position: absolute;
  right: 4rem;
  bottom: -1.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__recolte .rse__quality__steps__image {
    right: 0;
    bottom: unset;
    top: -15rem;
  }
}
.rse__quality__steps__recolte .rse__quality__steps__image span {
  transform: rotate(-15deg);
  margin: auto;
  margin-left: 3rem;
}
.rse__quality__steps__recolte .rse__quality__steps__image img {
  position: absolute;
  width: 16.7rem;
  height: 11.3rem;
  transform: rotate(28deg);
  position: absolute;
  bottom: -1rem;
  right: -2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__recolte .rse__quality__steps__image img {
    width: 12.5rem;
    height: auto;
    right: 0;
  }
}
.rse__quality__steps__agreage {
  position: relative;
}
.rse__quality__steps__agreage .rse__quality__steps__text {
  min-height: 19.6rem;
  margin-left: 30.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__agreage .rse__quality__steps__text {
    margin-left: auto;
    height: auto;
  }
}
.rse__quality__steps__agreage .rse__quality__steps__image {
  position: absolute;
  left: 4rem;
  bottom: -1.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__agreage .rse__quality__steps__image {
    left: 0;
    bottom: unset;
    top: -15rem;
  }
}
.rse__quality__steps__agreage .rse__quality__steps__image span {
  transform: rotate(15deg);
  margin: auto;
  margin-left: 7rem;
}
.rse__quality__steps__agreage .rse__quality__steps__image img {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  width: 10.6rem;
  height: 14.8rem;
  transform: rotate(-80deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__agreage .rse__quality__steps__image img {
    width: 8rem;
    height: auto;
    left: 1.6rem;
  }
}
.rse__quality__steps__analyse {
  position: relative;
}
.rse__quality__steps__analyse .rse__quality__steps__text {
  margin-left: 15.4rem;
  min-height: 22.6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__analyse .rse__quality__steps__text {
    margin-right: auto;
    margin-left: 0;
    height: auto;
  }
}
.rse__quality__steps__analyse .rse__quality__steps__image {
  position: absolute;
  right: 4rem;
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__analyse .rse__quality__steps__image {
    right: 0;
    bottom: unset;
    top: -15rem;
  }
}
.rse__quality__steps__analyse .rse__quality__steps__image span {
  transform: rotate(20deg);
  margin: auto;
  margin-left: 5rem;
  margin-bottom: 45%;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__analyse .rse__quality__steps__image span {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
.rse__quality__steps__analyse .rse__quality__steps__image img {
  position: absolute;
  width: 11.8rem;
  height: 17.9rem;
  position: absolute;
  bottom: 0;
  right: -2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__quality__steps__analyse .rse__quality__steps__image img {
    width: 8.8rem;
    height: auto;
    right: 0;
  }
}
.rse__taste {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 6rem 10rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste {
    padding: 0 1.6rem 6rem;
  }
}
.rse__taste__image {
  width: 100%;
  height: 50rem;
  transform: rotate(-1.844deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__image {
    height: 19rem;
    width: 33.7rem;
    margin-left: 0.2rem;
  }
}
.rse__taste__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__image img {
    border-radius: 1.1rem;
  }
}
.rse__taste__mouth {
  position: absolute;
  top: 43.8rem;
  right: 10%;
  width: 15.5rem;
  height: 9.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__mouth {
    top: 14.4rem;
    right: 2.7rem;
    width: 11.6rem;
    height: 6.9rem;
  }
}
.rse__taste__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container {
    padding: 0 1.6rem;
  }
}
.rse__taste__container__title {
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  width: 44rem;
  color: #86bb48;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__title {
    width: 100%;
  }
}
.rse__taste__container__content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content {
    flex-direction: column;
  }
}
.rse__taste__container__content__paragraphe1 {
  display: flex;
  padding: 2rem 0 0 7.6rem;
  width: 44rem;
  flex-direction: column;
  align-items: flex-end;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
  font-size: 2rem !important;
  color: #007837;
}
@media (min-width: 1440px) {
  .home-page .rse__taste__container__content__paragraphe1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content__paragraphe1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content__paragraphe1 {
    width: 100%;
    font-size: 1.6rem !important;
    padding: 0;
  }
}
.rse__taste__container__content__paragraphe2 {
  display: inline-block;
  width: 43.7rem;
  color: #E00A1E;
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 60.8px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content__paragraphe2 {
    width: 100%;
    font-size: 5rem;
    margin-top: 2rem;
  }
}
.rse__taste__container__content__paragraphe2 img {
  width: 2.6rem;
  height: auto;
  transform: rotate(30deg);
  margin-left: 0.6rem;
}
.rse__taste__container__content__paragraphe2 .mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content__paragraphe2 .mobile {
    display: inline;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rse__taste__container__content__paragraphe2 .desktop {
    display: none;
  }
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.add__review {
  width: 100vw;
  height: 100dvh;
  padding: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.add__review.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005 !important;
  visibility: visible;
  overflow-y: auto;
  overflow-x: hidden;
}
.add__review.open .add__review__poppin {
  transform: translateX(0);
}
.add__review__poppin {
  display: flex;
  flex-direction: column;
  height: max-content;
  width: 84.4rem;
  background-color: white;
  padding: 3rem;
  color: #790016;
  overflow: auto;
  margin: auto;
  margin-left: calc(100% - 84.4rem);
  transform: translateX(100%);
  transition: all 0.3s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin {
    width: 100vw;
    min-height: 100vh;
    margin-left: 0;
    padding: 1.6rem 1.6rem 3.2rem;
    overflow: hidden;
  }
}
.add__review__poppin__close {
  cursor: pointer;
}
.add__review__poppin__close svg {
  width: 2.4rem;
  height: 2.4rem;
}
.add__review__poppin__close svg path {
  fill: #E00A1E;
}
.add__review__poppin__form {
  height: 100%;
  display: none;
}
.add__review__poppin__form.show {
  display: block;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form.show {
    display: flex;
  }
}
.add__review__poppin__form fieldset {
  margin-inline: 0;
  border: 0;
  padding-block: 0;
  padding-inline: 0;
}
.add__review__poppin__form__required {
  color: #E00A1E;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form {
    flex-direction: column;
    padding: 0 1.6rem;
  }
}
.add__review__poppin__form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__header {
    margin-top: 1.6rem;
    margin-bottom: 3.1rem;
  }
}
.add__review__poppin__form__header > :first-child {
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__header > :first-child {
    font-size: 2rem;
  }
}
.add__review__poppin__form__header > :last-child {
  padding: 0;
}
.add__review__poppin__form__header > :last-child img {
  width: 2.4rem;
  height: 2.4rem;
}
.add__review__poppin__form__subheader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.add__review__poppin__form__subheader > :first-child {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  text-transform: uppercase;
  max-width: 36.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__subheader > :first-child {
    font-size: 2rem !important;
    max-width: 31.1rem;
  }
}
.add__review__poppin__form__subheader > :last-child {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  font-size: 1.2rem !important;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__subheader {
    flex-direction: column;
  }
}
.add__review__poppin__form__input__block {
  display: flex;
  flex-direction: column;
}
.add__review__poppin__form__input__block__wrapper {
  position: relative;
  width: 100%;
}
.add__review__poppin__form__input__block__wrapper label {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 1rem;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.add__review__poppin__form__input__block label {
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.add__review__poppin__form__input__block input,
.add__review__poppin__form__input__block textarea {
  padding: 1rem;
  background-color: #EFEFEF;
  border: none;
  border-radius: 0.4rem;
  margin-bottom: 0.5rem;
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #790016;
  width: 100%;
  resize: none;
}
@media (min-width: 1440px) {
  .home-page .add__review__poppin__form__input__block input,
  .home-page .add__review__poppin__form__input__block textarea {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__input__block input,
  .add__review__poppin__form__input__block textarea {
    font-size: 1.4rem;
  }
}
.add__review__poppin__form__input__block input::placeholder,
.add__review__poppin__form__input__block textarea::placeholder {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  opacity: 0.5;
}
@media (min-width: 1440px) {
  .home-page .add__review__poppin__form__input__block input::placeholder,
  .home-page .add__review__poppin__form__input__block textarea::placeholder {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__input__block input::placeholder,
  .add__review__poppin__form__input__block textarea::placeholder {
    font-size: 1.4rem;
  }
}
.add__review__poppin__form__input__block input {
  height: 4.3rem;
}
.add__review__poppin__form__input__block input[aria-invalid=true] {
  border: 1px solid #E00A1E;
}
.add__review__poppin__form__input__block input:focus + label, .add__review__poppin__form__input__block input:not(:placeholder-shown) + label {
  top: 0.2rem;
  font-size: 0.96rem;
  transform: unset;
}
.add__review__poppin__form__error-message {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.add__review__poppin__form__name {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
.add__review__poppin__form__name > * {
  flex: 1 0 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__name {
    flex-direction: column;
  }
}
.add__review__poppin__form__email {
  margin-bottom: 4rem;
}
.add__review__poppin__form__ratings {
  margin-bottom: 4rem;
  display: flex;
  gap: 2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__ratings {
    flex-direction: column;
  }
}
.add__review__poppin__form__ratings > * {
  flex: 1 0 0;
}
.add__review__poppin__form__ratings > :first-child {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.add__review__poppin__form__ratings > :first-child > p {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.add__review__poppin__form__ratings__img {
  width: 100%;
  height: 25.3rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.add__review__poppin__form__ratings__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__ratings__img {
    display: none;
  }
}
.add__review__poppin__form__ratings__group {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.add__review__poppin__form__ratings__group > p:first-child {
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 23px */
  width: 12.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__ratings__group > p:first-child {
    font-size: 1.6rem;
  }
}
.add__review__poppin__form__ratings__group button {
  padding: 0;
}
.add__review__poppin__form__ratings__group button.active > svg:first-child {
  display: none;
}
.add__review__poppin__form__ratings__group button:not(.active) > svg:last-child {
  display: none;
}
.add__review__poppin__form__ratings__group__options {
  display: flex;
  gap: 0.6rem;
  margin-right: 1rem;
}
.add__review__poppin__form__ratings__group__options button {
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__ratings__group__options {
    margin-left: auto;
  }
}
.add__review__poppin__form__ratings__group__options .visually-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.add__review__poppin__form__ratings__group__options .heart-label {
  cursor: pointer;
}
.add__review__poppin__form__ratings__group__options input[type=checkbox]:not(:checked) + .heart-label > svg:first-child {
  display: block;
}
.add__review__poppin__form__ratings__group__options input[type=checkbox]:not(:checked) + .heart-label > svg:last-child {
  display: none;
}
.add__review__poppin__form__ratings__group__options input[type=checkbox]:checked + .heart-label > svg:first-child {
  display: none;
}
.add__review__poppin__form__ratings__group__options input[type=checkbox]:checked + .heart-label > svg:last-child {
  display: block;
}
html.tabpressed .add__review__poppin__form__ratings__group__options input[type=checkbox]:focus + .heart-label {
  outline: 2px solid #005fcc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #FFF;
}
.add__review__poppin__form__ratings__group__rating {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
}
.add__review__poppin__form__ratings__group__rating span {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.add__review__poppin__form__comment {
  margin-bottom: 4rem;
}
.add__review__poppin__form__comment label {
  margin-bottom: 0.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__form__comment label {
    margin-bottom: 1rem;
  }
}
.add__review__poppin__form__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: unset;
}
.add__review__poppin__form__submit::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.add__review__poppin__form__submit:not(.disabled):hover::after {
  rotate: 45deg;
}
.add__review__poppin__form__submit.disabled {
  opacity: 0.3;
  cursor: auto;
}
.add__review__poppin__thanks {
  height: calc(100vh - 6rem);
  display: none;
}
.add__review__poppin__thanks.show {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__thanks {
    gap: 3rem;
    height: calc(100vh - 4.8rem);
  }
}
.add__review__poppin__thanks__header {
  display: flex;
  justify-content: end;
}
.add__review__poppin__thanks__header button {
  padding: 0;
}
.add__review__poppin__thanks__header button img {
  width: 2.4rem;
  height: 2.4rem;
}
.add__review__poppin__thanks__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
.add__review__poppin__thanks__content > :first-child {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.add__review__poppin__thanks__content > :nth-child(3) {
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__thanks__content > :nth-child(3) {
    text-align: center;
  }
}
.add__review__poppin__thanks__content > :nth-child(4) {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  margin-bottom: 3rem;
}
@media (min-width: 1440px) {
  .home-page .add__review__poppin__thanks__content > :nth-child(4) {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .add__review__poppin__thanks__content > :nth-child(4) {
    font-size: 1.4rem;
  }
}
.add__review__poppin__thanks__content > :last-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-transform: unset;
}
.add__review__poppin__thanks__content > :last-child::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.add__review__poppin__thanks__content > :last-child:not(.disabled):hover::after {
  rotate: 45deg;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.read__reviews {
  width: 100vw;
  height: 100vh;
  padding: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.read__reviews.open {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1005 !important;
  visibility: visible;
}
.read__reviews.open .read__reviews__poppin {
  transform: translateX(0);
}
.read__reviews__poppin {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 84.4rem;
  background-color: white;
  padding: 3rem;
  color: #790016;
  overflow: auto;
  margin: auto;
  margin-left: calc(100% - 84.4rem);
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.read__reviews__poppin__close {
  cursor: pointer;
}
.read__reviews__poppin__close svg {
  width: 2.4rem;
  height: 2.4rem;
}
.read__reviews__poppin__close svg path {
  fill: #E00A1E;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin {
    width: 100vw;
    margin-left: 0;
    padding: 1.6rem;
  }
}
.read__reviews__poppin__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__header {
    margin-top: 1.6rem;
    margin-bottom: 3.1rem;
  }
}
.read__reviews__poppin__header > :first-child {
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__header > :first-child {
    font-size: 2rem;
    padding-left: 1.6rem;
  }
}
.read__reviews__poppin__header > :last-child {
  padding: 0;
}
.read__reviews__poppin__header > :last-child img {
  width: 2.4rem;
  height: 2.4rem;
}
.read__reviews__poppin__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.7rem;
}
.read__reviews__poppin__container__review {
  background-color: #EFEFEF;
  padding: 3.19rem 3.15rem 3.41rem 4.25rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  border-radius: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__container__review {
    padding: 3.2rem 2rem;
  }
}
.read__reviews__poppin__container__review__author {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__container__review__author {
    font-size: 2rem;
  }
}
.read__reviews__poppin__container__review__ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 8rem;
}
.read__reviews__poppin__container__review__ratings > * {
  min-width: calc(50% - 4rem);
  display: flex;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__container__review__ratings > * {
    width: 100%;
  }
}
.read__reviews__poppin__container__review__ratings > * > :first-child {
  width: 12.7rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  font-family: "Skolar Sans Latin Extended";
}
.read__reviews__poppin__container__review__ratings > * > :nth-child(2) {
  display: flex;
  gap: 0.6rem;
  margin-right: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__container__review__ratings > * > :nth-child(2) {
    margin-left: auto;
  }
}
.read__reviews__poppin__container__review__ratings > * > :last-child {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
}
.read__reviews__poppin__container__review__ratings > * > :last-child span {
  /* desktop/heading/heading 4 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 19px */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.read__reviews__poppin__container__review__comment {
  display: flex;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 115%;
  font-family: "Skolar Sans Latin Extended";
}
@media (min-width: 320px) and (max-width: 1023px) {
  .read__reviews__poppin__container__review__comment {
    font-size: 1.6rem;
  }
}
.read__reviews__poppin__see-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
}
.read__reviews__poppin__see-more::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.read__reviews__poppin__see-more:not(.disabled):hover::after {
  rotate: 45deg;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

html {
  font-size: 14px;
  overflow: visible;
  width: 100vw;
  margin: 0 !important;
  scroll-behavior: smooth;
}
html.overflow-hidden {
  height: 100dvh;
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-variant-ligatures: none;
    font-size: 0.9765625vw;
    font-size: calc(0.9765625vw - var(0px) / 102.4);
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  html {
    overflow-x: hidden;
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(0px) / 37.5);
  }
}

body {
  margin: 0px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  width: 100vw;
  background: #FFF;
  background-color: #FFF;
}
body.overflow-hidden {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

main {
  min-height: calc(100vh - 4.5rem);
  background: #FFF;
  background-color: #FFF;
}

section {
  position: relative;
}

html.tabpressed button:focus {
  outline: 2px solid #005fcc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #FFF;
}

html.tabpressed [focus-it]:focus {
  outline: 2px solid #005fcc;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #FFF;
}

.rich-text h2 {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text h2 {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
    padding-top: 6rem;
  }
}
.rich-text h3 {
  color: #007837;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.072rem;
  text-transform: uppercase;
  padding-top: 6rem;
  padding-bottom: 1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text h3 {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    padding-top: 4rem;
  }
}
.rich-text h4 {
  color: #007837;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
  padding-top: 4rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text h4 {
    font-size: 1.6rem;
    letter-spacing: unset;
    padding-top: 2rem;
  }
}
.rich-text p, .rich-text ul, .rich-text ol {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text p, .rich-text ul, .rich-text ol {
    font-size: 1.6rem;
  }
}
.rich-text p {
  padding-block: 0.5rem;
}
.rich-text ol {
  max-width: 71.7rem;
  padding-block: 0.5rem;
  list-style: none;
  counter-reset: custom-counter;
}
.rich-text ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2.5rem;
  padding-block: 0.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text ol li {
    padding-left: 2.2rem;
  }
}
.rich-text ol li::before {
  content: counter(custom-counter) ". ";
  position: absolute;
  left: 0;
  color: #007837;
}
.rich-text ul {
  max-width: 71.7rem;
  padding-left: 3rem;
  padding-block: 0.5rem;
  list-style-type: disc;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text ul {
    padding-left: 2.5rem;
  }
}
.rich-text ul li {
  padding-block: 0.5rem;
}
.rich-text ul ul {
  margin-top: 1rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  list-style-type: disc;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .rich-text ul ul {
    padding-left: 1.5rem;
    font-size: 1.4rem;
  }
}
.rich-text ul ul ul {
  font-size: 1.2rem;
  list-style-type: disc;
}
.rich-text a {
  text-decoration: none;
  color: inherit;
}
.rich-text a.btn-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  margin-block: 1.5rem;
}
.rich-text a.btn-cta::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.rich-text a.btn-cta:not(.disabled):hover::after {
  rotate: 45deg;
}
.rich-text a:hover:not(.btn-cta) {
  text-decoration: underline;
}
.rich-text span.align-left {
  display: block;
  text-align: left;
  max-width: 71.6rem;
  margin-right: auto;
}
.rich-text span.align-right {
  display: block;
  text-align: right;
  max-width: 71.6rem;
  margin-left: auto;
}
.rich-text span.align-center {
  display: block;
  text-align: center;
  max-width: 56.9rem;
  margin: auto;
}
.rich-text *:first-child:not(a.btn-cta) {
  padding-top: 0;
}
.rich-text *:last-child:not(a.btn-cta) {
  padding-bottom: 0;
}

#cmplz-cookiebanner-container .cmplz-title {
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.04rem;
}
#cmplz-cookiebanner-container .cmplz-message, #cmplz-cookiebanner-container .cmplz-link, #cmplz-cookiebanner-container a, #cmplz-cookiebanner-container span {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

#cmplz-manage-consent .cmplz-manage-consent {
  background: #007837 !important;
  color: white !important;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  #cmplz-manage-consent .cmplz-manage-consent {
    right: 20px !important;
    bottom: 20px !important;
    border-radius: 50% !important;
    padding: 10px !important;
    width: 50px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px !important;
  }
}
.brand__believe {
  opacity: 0;
  background: #E00A1E;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe {
    height: auto;
    min-height: 100vh;
  }
}
.brand__believe::after {
  content: "";
  display: block;
  width: 74.4rem;
  height: 40.5rem;
  border-radius: 74.4rem;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(23.2rem);
  position: absolute;
  z-index: -1;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s ease;
}
.brand__believe.anim-step1 {
  opacity: 1;
  background: transparent;
}
.brand__believe.anim-step1::after {
  opacity: 0;
}
.brand__believe.anim-step1 .brand__believe__pattern,
.brand__believe.anim-step1 .brand__believe__wrapper__backgrounds,
.brand__believe.anim-step1 .brand__believe__wrapper {
  opacity: 0;
}
.brand__believe.anim-step1 .brand__believe__wrapper > .brand__believe__section {
  opacity: 0;
}
.brand__believe.anim-step2 {
  background: #E00A1E;
}
.brand__believe.anim-step2 .brand__believe__wrapper > .brand__believe__section,
.brand__believe.anim-step2 .brand__believe__wrapper__backgrounds {
  opacity: 0;
}
.brand__believe.animated {
  opacity: 1;
}
.brand__believe__gif {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__gif {
    display: none;
  }
}
.brand__believe__gif img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__believe__gif.show {
  visibility: visible;
  opacity: 1;
}
.brand__believe__pattern {
  position: fixed;
  top: 0;
  right: 0;
  height: 10.5rem;
  width: 24.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__pattern {
    position: absolute;
    right: var(--frame-size);
    height: 9rem;
    width: 16.3rem;
  }
}
.brand__believe__pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__believe__background--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__background--mobile {
    position: absolute;
    height: 100vh;
    width: 100vw;
    display: block;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .brand__believe__background--mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.brand__believe__container {
  display: flex;
  height: 100%;
  width: 400vw; /* 4 panels */
}
.brand__believe__container__section {
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__container__section {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__container {
    position: initial;
    width: 100vw;
    display: unset;
  }
}
.brand__believe__wrapper {
  position: absolute;
  top: 0;
  z-index: 11;
  transform-origin: center center;
}
@media (prefers-reduced-motion: reduce) {
  .brand__believe__wrapper {
    display: flex;
    position: initial;
    width: 400vw;
  }
}
.reduce-motion .brand__believe__wrapper {
  display: flex;
  position: initial;
  width: 400vw;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__wrapper {
    position: initial;
  }
}
.brand__believe__wrapper__backgrounds {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__wrapper__backgrounds {
    order: 1;
    width: 100vw;
    height: 100vh;
    z-index: 20;
  }
}
.brand__believe__wrapper__backgrounds img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  object-fit: fill;
  object-position: top left;
  max-width: none;
  max-height: none;
}
.brand__believe__wrapper__backgrounds img.brand__believe__wrapper__backgrounds--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__wrapper__backgrounds img {
    display: none;
  }
  .brand__believe__wrapper__backgrounds img.brand__believe__wrapper__backgrounds--mobile {
    display: block;
  }
}
.brand__believe__section {
  top: 0;
  left: 0;
  width: 60vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.brand__believe__section--dummy {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  left: 20vw;
}
.brand__believe__section--dummy.panel1 {
  transform: rotate(0deg);
}
.brand__believe__section--dummy.active {
  opacity: 1;
  visibility: visible;
  z-index: 15;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section--dummy {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand__believe__section--dummy {
    display: none;
  }
}
.reduce-motion .brand__believe__section--dummy {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .brand__believe__section {
    position: initial;
    width: 100vw;
  }
  .brand__believe__section.panel1 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel2 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel3 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel4 {
    transform: rotate(0deg);
  }
}
.reduce-motion .brand__believe__section {
  position: initial;
  width: 100vw;
}
.reduce-motion .brand__believe__section.panel1 {
  transform: rotate(0deg);
}
.reduce-motion .brand__believe__section.panel2 {
  transform: rotate(0deg);
}
.reduce-motion .brand__believe__section.panel3 {
  transform: rotate(0deg);
}
.reduce-motion .brand__believe__section.panel4 {
  transform: rotate(0deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section {
    position: initial;
    width: 100vw !important;
    height: 100vh !important;
  }
  .brand__believe__section:not(.brand__believe__section--dummy) {
    display: flex !important;
  }
  .brand__believe__section.panel1 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel2 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel3 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel4 {
    transform: rotate(0deg);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .brand__believe__section {
    position: absolute;
  }
  .brand__believe__section.panel1 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel2 {
    transform: rotate(22.5deg);
  }
  .brand__believe__section.panel3 {
    transform: rotate(45deg);
  }
  .brand__believe__section.panel4 {
    transform: rotate(67.5deg);
  }
}
@media (min-width: 1440px) {
  .brand__believe__section {
    position: absolute;
  }
  .brand__believe__section.panel1 {
    transform: rotate(0deg);
  }
  .brand__believe__section.panel2 {
    transform: rotate(22.5deg);
  }
  .brand__believe__section.panel3 {
    transform: rotate(45deg);
  }
  .brand__believe__section.panel4 {
    transform: rotate(67.5deg);
  }
}
.brand__believe__section h2 {
  color: var(--Neutral-neutral-0, #FFF);
  text-align: center;
  /* desktop/heading/heading 1 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 60.8px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section h2 {
    font-size: 5rem;
    width: 28rem;
  }
}
.brand__believe__section h2 .brand__believe__section__title__row {
  visibility: hidden;
  max-height: 0px;
  transition: all 0.6s ease;
  transform-origin: bottom;
}
.brand__believe__section h2 .brand__believe__section__title__row.animate {
  visibility: visible;
  max-height: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section h2 .brand__believe__section__title__row.animate {
    max-height: unset;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section h2 .brand__believe__section__title__row {
    visibility: visible;
    max-height: unset;
  }
}
.brand__believe__section h2 .brand__believe__section__title__row span {
  display: inline-block;
  max-height: 0%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.3s ease;
}
.brand__believe__section h2 .brand__believe__section__title__row span.animate {
  max-height: 100%;
  transform: scaleY(1);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section h2 .brand__believe__section__title__row span {
    transform: scaleY(1);
    visibility: visible;
  }
}
.brand__believe__section h3 {
  width: 44.2rem;
  color: var(--Secondary-bordeaux, #790016);
  text-align: center;
  /* desktop/heading/heading 3 */
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 34.2px */
  letter-spacing: -0.72px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section h3 {
    font-size: 2.5rem;
    width: 30.3rem;
  }
}
.brand__believe__section p {
  width: 44.2rem;
  margin-top: 1.5rem;
  color: var(--Secondary-crme, #FFF4E1);
  text-align: center;
  /* desktop/UI/UI 2 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  position: relative;
  z-index: 1;
}
.brand__believe__section p strong {
  color: rgb(121, 0, 22);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section p {
    font-size: 1.4rem;
    width: 30.3rem;
    color: #E5354F;
  }
}
.brand__believe__section__overlay {
  position: absolute;
  background: white;
  height: 28.4rem;
  width: 32.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section__overlay {
    display: block;
  }
}
.brand__believe__section__background {
  position: absolute;
  height: 100vh;
  width: 100vw;
  display: block;
  top: 0;
  left: -20vw;
  z-index: 10;
  pointer-events: none;
}
.brand__believe__section__background img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.brand__believe__section__background:not(.brand__believe__section__background--mobile) {
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section__background {
    display: none;
    left: 0;
  }
}
.brand__believe__section__background--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section__background--mobile {
    display: block;
  }
}
.brand__believe__section.panel4 .brand__believe__section__illu {
  position: absolute;
  top: 6rem;
  right: 13rem;
  width: 10.4rem;
  height: 9.7rem;
  animation: parallaxTomatoes 6s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .brand__believe__section.panel4 .brand__believe__section__illu {
    animation: none;
  }
}
.reduce-motion .brand__believe__section.panel4 .brand__believe__section__illu {
  animation: none;
}
.brand__believe__section.panel4 .brand__believe__section__illu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__section.panel4 .brand__believe__section__illu {
    display: none;
  }
}
.brand__believe__footer {
  display: none;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__footer {
    display: flex;
    gap: 5rem;
    width: 100%;
  }
}
.brand__believe__footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__footer__wrapper {
    padding-top: 0.4rem;
    gap: 1.5rem;
  }
}
.brand__believe__footer__wrapper .swiper-pagination {
  position: static;
  width: max-content;
}
.brand__believe__footer__wrapper .swiper-pagination-bullets {
  all: unset;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.brand__believe__footer__wrapper .swiper-pagination-bullet {
  margin: 0 !important;
  background: unset;
}
.brand__believe__footer__wrapper .swiper-pagination-bullet svg {
  width: 1.1rem;
  height: 1.1rem;
}
.brand__believe__footer__wrapper .swiper-counter {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: white;
}
@media (min-width: 1440px) {
  .home-page .brand__believe__footer__wrapper .swiper-counter {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .brand__believe__footer__wrapper .swiper-counter {
    font-size: 1.4rem;
  }
}
.brand__believe__footer .swiper-button-next::after,
.brand__believe__footer .swiper-button-prev::after {
  display: none;
}
.brand__believe__footer .swiper-button-next,
.brand__believe__footer .swiper-button-prev {
  position: static;
  height: max-content;
  padding: 0;
  margin: 0;
}
.brand__believe__footer .swiper-button-next svg,
.brand__believe__footer .swiper-button-prev svg {
  width: 3rem;
  height: 2.1rem;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__cross-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__cross-content {
    padding: 4rem 1.6rem;
  }
}
.section__cross-content h2 {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__cross-content h2 {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__cross-content__cards-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__cross-content__cards-list {
    display: none;
  }
}
.section__cross-content__cards-list__card {
  width: 28.8rem;
  border-radius: 0.8rem;
}
.section__cross-content__cards-list__card article {
  height: 100%;
}
.section__cross-content__cards-list__card__card-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.2rem;
  height: 100%;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  text-decoration: none;
}
.section__cross-content__cards-list__card__card-container__img-container {
  width: 100%;
}
.section__cross-content__cards-list__card__card-container__img-container img {
  width: 100%;
  aspect-ratio: 34/27;
  border-radius: 0.4rem;
  object-fit: cover;
  background-color: #FFF;
}
.section__cross-content__cards-list__card__card-container__tags-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.section__cross-content__cards-list__card__card-container__tags-list__tag {
  padding: 0.5rem 1rem;
  border-radius: 4rem;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.section__cross-content__cards-list__card__card-container h3 {
  padding-top: 0.4rem;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04rem;
  line-height: 0.95;
  text-transform: uppercase;
}
.section__cross-content__cards-list__card:nth-of-type(3n+1) {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
}
.section__cross-content__cards-list__card:nth-of-type(3n+1) h3 {
  color: #FFB51B;
}
.section__cross-content__cards-list__card:nth-of-type(3n+2) {
  background: radial-gradient(97.27% 97.3% at 48.83% 0.6%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F1912A;
}
.section__cross-content__cards-list__card:nth-of-type(3n+2) h3 {
  color: #790016;
}
.section__cross-content__cards-list__card:nth-of-type(3n) {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #007837;
}
.section__cross-content__cards-list__card:nth-of-type(3n) h3 {
  color: #FFF4E1;
}
.section__cross-content__mobile {
  display: none;
  flex-direction: column;
  align-self: stretch;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__cross-content__mobile {
    display: flex;
  }
}
.section__cross-content__mobile__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-shrink: inherit !important;
  width: 28.4rem !important;
  min-height: 26.4rem;
  gap: 1.2rem !important;
  margin: 0rem 0.8rem !important;
  border-radius: 0.8rem !important;
}
.section__cross-content__mobile__card:nth-of-type(1) {
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
}
.section__cross-content__mobile__card:nth-of-type(1) h3 {
  color: #FFB51B;
}
.section__cross-content__mobile__card:nth-of-type(2) {
  background: radial-gradient(97.27% 97.3% at 48.83% 0.6%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #F1912A;
}
.section__cross-content__mobile__card:nth-of-type(2) h3 {
  color: #790016;
}
.section__cross-content__mobile__card:nth-of-type(3) {
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #007837;
}
.section__cross-content__mobile__card:nth-of-type(3) h3 {
  color: #FFF4E1;
}
.section__cross-content__mobile__card article {
  height: 100%;
}
.section__cross-content__mobile__card__card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0.8rem 1.2rem 0.8rem;
  text-decoration: none;
}
.section__cross-content__mobile__card__card-container__img {
  height: 21.2rem;
  align-self: stretch;
  aspect-ratio: 268/212.82;
  border-radius: 0.4rem;
}
.section__cross-content__mobile__card__card-container__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #FFF;
}
.section__cross-content__mobile__card__card-container__tags {
  display: flex;
  max-width: 100%;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.section__cross-content__mobile__card__card-container__tags__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.8rem;
  border-radius: 3.9rem;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.section__cross-content__mobile__card__card-container__content h3 {
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.section__cross-content__mobile__swipper {
  display: flex !important;
  align-items: flex-start !important;
  align-self: stretch !important;
  padding: 0rem 1.6rem !important;
  gap: 1.6rem !important;
  margin: 0rem 0rem !important;
}
.section__cross-content__mobile__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2.8rem;
  margin-top: 4rem;
}
.section__cross-content__mobile__footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.4rem;
  gap: 1.5rem;
}
.section__cross-content__mobile__footer__wrapper .swiper-pagination {
  display: flex;
  position: static;
  width: max-content;
}
.section__cross-content__mobile__footer__wrapper .swiper-pagination-bullets {
  gap: 2.1rem;
}
.section__cross-content__mobile__footer__wrapper .swiper-pagination-bullet {
  margin: 0 !important;
  background: unset;
}
.section__cross-content__mobile__footer__wrapper .swiper-counter {
  color: var(--Secondary-fuschia, #E5354F);
  text-align: center;
  /* mobile/body/Ui 2 */
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 16.8px */
}
.section__cross-content__mobile__footer .swiper-button-next::after,
.section__cross-content__mobile__footer .swiper-button-prev::after {
  display: none;
}
.section__cross-content__mobile__footer .swiper-button-next,
.section__cross-content__mobile__footer .swiper-button-prev {
  position: static;
  height: max-content;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__carousel {
  padding: 0 1.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel {
    padding: 0 1.6rem;
  }
}
.section__carousel__skip-link {
  position: absolute;
  top: 6rem;
  left: -100vw;
  z-index: 100;
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem;
  background: #000;
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section__carousel__skip-link:focus {
  left: 5rem;
  outline-offset: 0.2rem;
}
.section__carousel__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  padding: 6rem 0rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container {
    padding: 4rem 0;
  }
}
.section__carousel__container__title-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 0 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__title-text {
    padding: 0 1.6rem;
  }
}
.section__carousel__container__title-text__title {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__title-text__title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__carousel__container__title-text__text {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__title-text__text {
    font-size: 1.6rem;
  }
}
.section__carousel__container__carousel {
  width: 100%;
}
.section__carousel__container__carousel__card.swiper-slide {
  width: 40rem;
  height: 26.4rem;
  padding: 0.8rem;
  border-radius: 0.8rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__carousel__card.swiper-slide {
    width: 25.7rem;
    height: 17rem;
  }
}
.section__carousel__container__carousel__card.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
  background-color: #FFF;
}
.section__carousel__container__carousel__card.swiper-slide:nth-of-type(3n) {
  background: #007837;
}
.section__carousel__container__carousel__card.swiper-slide:nth-of-type(3n+1) {
  background: #E00A1E;
}
.section__carousel__container__carousel__card.swiper-slide:nth-of-type(3n+2) {
  background: #FFB51B;
}
.section__carousel__container__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100% - var(--frame-size));
}
@media (min-width: 1440px) {
  .section__carousel__container__footer {
    gap: 2.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__carousel__container__footer {
    gap: 2.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__footer {
    gap: 2.8rem;
  }
}
.section__carousel__container__footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  .section__carousel__container__footer__wrapper {
    padding-top: 0.8rem;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__carousel__container__footer__wrapper {
    padding-top: 0.5rem;
    gap: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__footer__wrapper {
    padding-top: 0.4rem;
    gap: 1.5rem;
  }
}
.section__carousel__container__footer__wrapper .swiper-pagination {
  position: static;
  width: max-content;
}
.section__carousel__container__footer__wrapper .swiper-pagination-bullets {
  all: unset;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1440px) {
  .section__carousel__container__footer__wrapper .swiper-pagination-bullets {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__carousel__container__footer__wrapper .swiper-pagination-bullets {
    gap: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__footer__wrapper .swiper-pagination-bullets {
    gap: 2.1rem;
  }
}
.section__carousel__container__footer__wrapper .swiper-pagination-bullet {
  margin: 0 !important;
  background: unset;
}
@media (min-width: 1440px) {
  .section__carousel__container__footer__wrapper .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
  }
  .section__carousel__container__footer__wrapper .swiper-pagination-bullet svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__carousel__container__footer__wrapper .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
  .section__carousel__container__footer__wrapper .swiper-pagination-bullet svg {
    width: 1rem;
    height: 1rem;
  }
}
.section__carousel__container__footer__wrapper .swiper-counter {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #E5354F;
}
@media (min-width: 1440px) {
  .home-page .section__carousel__container__footer__wrapper .swiper-counter {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__carousel__container__footer__wrapper .swiper-counter {
    font-size: 1.4rem;
  }
}
.section__carousel__container__footer .swiper-button-next::after,
.section__carousel__container__footer .swiper-button-prev::after {
  display: none;
}
.section__carousel__container__footer .swiper-button-next,
.section__carousel__container__footer .swiper-button-prev {
  position: static;
  height: max-content;
  padding: 0;
  margin: 0;
}
@media (min-width: 1440px) {
  .section__carousel__container__footer .swiper-button-next svg,
  .section__carousel__container__footer .swiper-button-prev svg {
    width: 3.9rem;
    height: 2.9rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__carousel__container__footer .swiper-button-next svg,
  .section__carousel__container__footer .swiper-button-prev svg {
    width: 2.7rem;
    height: 2rem;
  }
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.1rem);
  }
  70% {
    transform: translateY(0.05rem);
  }
  100% {
    transform: translateY(0);
  }
}
.section__download {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__download {
    padding: 4rem 3.2rem;
  }
}
.section__download__title {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__download__title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__download__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  list-style: none;
}
.section__download__links__item {
  max-width: 100%;
}
.section__download__links__item__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
  border: 0.1rem solid #F1A0C4;
  border-radius: 8rem;
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.section__download__links__item__link__filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section__download__links__item__link__filetype {
  text-transform: uppercase;
}
.section__download__links__item__link__filesize {
  white-space: nowrap;
}
.section__download__links__item__link svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1rem;
}
.section__download__links__item__link:hover #arrow {
  animation: bounce 1s ease infinite;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__edito {
  padding: 3rem 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__edito {
    padding: 3.1rem 1.6rem;
  }
}
.section__edito__core {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  padding: 3rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__edito__core {
    padding: 3rem 1.6rem;
  }
}
.section__edito__core h2 {
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__edito__core h2 {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__edito__core ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  list-style-position: inside;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__edito__core ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}
.section__edito__core ul li {
  padding-left: 1.3rem;
}
.section__edito__core--green-light {
  background: #86BB48;
  color: #FFF;
}
.section__edito__core--green-tige {
  background: #007837;
  color: #FFF;
}
.section__edito__core--pink {
  background: #F1A0C4;
  color: #790016;
}
.section__edito__core--yellow {
  background: #FFB51B;
  color: #790016;
}
.section__edito .shape {
  display: block;
  width: 100%;
  height: 2rem;
  position: relative;
}
.section__edito .shape--bottom {
  top: -0.1rem;
}
.section__edito .shape--top {
  top: 0.1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__edito .shape--top--desktop {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section__edito .shape--top--mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  .section__edito .shape--top--mobile {
    display: none;
  }
}
.section__edito--green-light svg {
  fill: #86BB48;
}
.section__edito--green-tige svg {
  fill: #007837;
}
.section__edito--pink svg {
  fill: #F1A0C4;
}
.section__edito--yellow svg {
  fill: #FFB51B;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__full-width-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media {
    padding: 4rem 3.2rem;
  }
}
.section__full-width-media__title-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.section__full-width-media__title-text__title {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__title-text__title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__full-width-media__title-text__text {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__title-text__text {
    font-size: 1.6rem;
  }
}
.section__full-width-media__media-and-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__media-and-link {
    gap: 1rem;
  }
}
.section__full-width-media__media-and-link__media-container {
  position: relative;
}
.section__full-width-media__media-and-link__media-container__burst {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__media-and-link__media-container__burst {
    width: 4.125rem;
    height: 4.125rem;
  }
}
.section__full-width-media__media-and-link__media-container__burst--red {
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__media-and-link__media-container__burst--red {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.section__full-width-media__media-and-link__media-container__burst--yellow {
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__media-and-link__media-container__burst--yellow {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.section__full-width-media__media-and-link__media-container img, .section__full-width-media__media-and-link__media-container iframe, .section__full-width-media__media-and-link__media-container video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0.8rem;
}
.section__full-width-media__media-and-link__media-container__video-poster {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.section__full-width-media__media-and-link__media-container__video-poster__video-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.28rem;
  height: 6rem;
  border-radius: 6rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  backdrop-filter: blur(0.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section__full-width-media__media-and-link__media-container__video-poster__video-player svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__full-width-media__media-and-link__media-container__video-poster__video-player {
    width: 4.71rem;
    height: 4.5rem;
    border-radius: 4.5rem;
    backdrop-filter: blur(0.375rem);
  }
  .section__full-width-media__media-and-link__media-container__video-poster__video-player svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.section__full-width-media__media-and-link__media-container__video-poster.invisible {
  opacity: 0;
  pointer-events: none;
}
.section__full-width-media__media-and-link__description-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.section__full-width-media__media-and-link__description-link svg {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  top: 0.1rem;
  transition: all 0.3s ease;
}
.section__full-width-media__media-and-link__description-link:hover svg {
  rotate: 45deg;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__header {
  padding: 0 1.4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header {
    padding: 0 1.6rem 2rem 1.6rem;
  }
}
.section__header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
  padding: 6rem 4.8rem 9rem 4.8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header__container {
    gap: 4rem;
    padding: 6rem 1.6rem;
  }
}
.section__header__container__breadcrumb {
  align-self: stretch;
}
.section__header__container__breadcrumb__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.section__header__container__breadcrumb__list__item {
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
.section__header__container__breadcrumb__list__item a {
  color: inherit;
  text-decoration: none;
}
.section__header__container__breadcrumb__list__item a::after {
  content: ">";
  margin-inline: 0.3rem;
}
.section__header__container__breadcrumb__list__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.section__header__container__title {
  color: #FFF;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.128rem;
  text-transform: uppercase;
  text-align: center;
  word-break: break-word;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header__container__title {
    font-size: 4.8rem;
    letter-spacing: -0.1rem;
  }
}
.section__header .shape--bottom {
  display: block;
  width: 100%;
  height: 2rem;
  position: relative;
  top: -0.1rem;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__header-actu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10.5rem;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu {
    position: relative;
    padding-bottom: 24.5rem;
  }
}
.section__header-actu__left-side {
  position: relative;
  padding: 6rem 0 8rem 6.2rem;
  width: 50rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__left-side {
    padding: 6rem 3.2rem 12.7rem 3.2rem;
    width: 100vw;
  }
}
.section__header-actu__left-side__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .section__header-actu__left-side__background {
    left: calc((100vw - 1440px) / 2 * -1);
  }
}
.section__header-actu__left-side__background__rectangle {
  background: radial-gradient(112.67% 99.73% at 50.15% 0.17%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #FFB51B;
  width: 100%;
  height: 98%;
}
.section__header-actu__left-side__background .shape--bottom {
  display: block;
  width: 100%;
  height: 2rem;
  position: relative;
  top: -0.1rem;
}
.section__header-actu__left-side__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__left-side__content {
    gap: 4rem;
  }
}
.section__header-actu__left-side__content__breadcrumb__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  max-width: 83vw;
}
.section__header-actu__left-side__content__breadcrumb__list__item {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
.section__header-actu__left-side__content__breadcrumb__list__item a {
  color: inherit;
  text-decoration: none;
}
.section__header-actu__left-side__content__breadcrumb__list__item a::after {
  content: ">";
  margin-inline: 0.3rem;
}
.section__header-actu__left-side__content__breadcrumb__list__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.section__header-actu__left-side__content__main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
  max-width: 43.8rem;
}
.section__header-actu__left-side__content__main-content__date {
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
.section__header-actu__left-side__content__main-content__tag {
  align-self: flex-start;
  padding: 0.4rem 1rem;
  border-radius: 2.8rem;
  background: #790016;
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__left-side__content__main-content__tag {
    font-size: 1.4rem;
  }
}
.section__header-actu__left-side__content__main-content__title {
  color: #790016;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__left-side__content__main-content__title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__header-actu__left-side__content__main-content__description {
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__left-side__content__main-content__description {
    font-size: 1.6rem;
  }
}
.section__header-actu__right-side {
  width: 41.9rem;
  padding-top: 16.2rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__right-side {
    padding-top: 0;
    width: unset;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
  }
}
.section__header-actu__right-side__img-container {
  width: 35.7rem;
  height: 35.7rem;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__right-side__img-container {
    width: 31.1rem;
    height: 31.1rem;
  }
}
.section__header-actu__right-side__img-container__burst {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-actu__right-side__img-container__burst {
    width: 4.125rem;
    height: 4.125rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.section__header-actu__right-side__img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  aspect-ratio: 1/1;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__header-recipe__first-bloc {
  padding: 0 1.2rem 28.5rem 1.2rem;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc {
    padding: 0 1.6rem 11rem 1.6rem;
  }
}
.section__header-recipe__first-bloc__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 6rem;
  padding: 6rem 4.8rem 12rem 4.8rem;
  background: radial-gradient(93.31% 100.67% at 48.72% -0.04%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #007837;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__container {
    gap: 4rem;
    padding: 6rem 1.6rem 12rem 1.6rem;
  }
}
.section__header-recipe__first-bloc__container__breadcrumb__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.section__header-recipe__first-bloc__container__breadcrumb__list__item {
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}
.section__header-recipe__first-bloc__container__breadcrumb__list__item a {
  color: inherit;
  text-decoration: none;
}
.section__header-recipe__first-bloc__container__breadcrumb__list__item a::after {
  content: ">";
  margin-inline: 0.3rem;
}
.section__header-recipe__first-bloc__container__breadcrumb__list__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.section__header-recipe__first-bloc__container__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__container__content {
    gap: 2rem;
  }
}
.section__header-recipe__first-bloc__container__content__tag-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.section__header-recipe__first-bloc__container__content__tag-list__item {
  padding: 0.4rem 1rem;
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.3);
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__container__content__tag-list__item {
    font-size: 1.4rem;
  }
}
.section__header-recipe__first-bloc__container__content__title {
  color: #FFF;
  text-align: center;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.128rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__container__content__title {
    font-size: 5rem;
    letter-spacing: -0.1rem;
  }
}
.section__header-recipe__first-bloc__container__content__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__container__content__info {
    font-size: 1.4rem;
  }
}
.section__header-recipe__first-bloc__container__content__info svg {
  width: 1.6rem;
  height: 1.6rem;
}
.section__header-recipe__first-bloc__container__content__info__main-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.section__header-recipe__first-bloc__container__content__info__main-info__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem 0.4rem 0.6rem;
  border-radius: 2.8rem;
  background: #86BB48;
}
.section__header-recipe__first-bloc__container__content__info__other-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.section__header-recipe__first-bloc__container__content__info__other-info__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0 0.2rem;
}
.section__header-recipe__first-bloc .shape--bottom {
  display: block;
  width: 100%;
  height: 2rem;
  position: relative;
  top: -0.1rem;
}
.section__header-recipe__first-bloc__img-container {
  width: 59.55rem;
  height: 39.7rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__img-container {
    width: 31.1rem;
    height: 20.7rem;
  }
}
.section__header-recipe__first-bloc__img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
}
.section__header-recipe__first-bloc__img-container__burst {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%) rotate(180deg);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__first-bloc__img-container__burst {
    width: 4.125rem;
    height: 4.125rem;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.section__header-recipe__second-bloc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__second-bloc {
    gap: 3rem;
    padding: 4rem 3.2rem 4rem 3.2rem;
  }
}
.section__header-recipe__second-bloc__title {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__second-bloc__title {
    font-size: 1.6rem;
  }
}
.section__header-recipe__second-bloc__share-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__header-recipe__second-bloc__share-links {
    gap: 1.5rem;
  }
}
.section__header-recipe__second-bloc__share-links__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  position: relative;
  list-style: none;
}
.section__header-recipe__second-bloc__share-links__list #copyUrlBtn {
  padding: 0;
  cursor: pointer;
}
.section__header-recipe__second-bloc__share-links__list #copyUrlFeedback {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4rem;
  left: -100vw;
  padding: 1rem;
  border-radius: 0.5rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  color: #FFF;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
  transition: all 0.3s ease;
}
.section__header-recipe__second-bloc__share-links__list #copyUrlFeedback.active {
  left: 0;
}
.section__header-recipe__second-bloc__share-links__list svg {
  width: 2.4rem;
  height: 2.4rem;
}
.modal__hotnews {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: end;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999 !important;
  left: unset;
  bottom: unset;
  padding: 3rem;
  backdrop-filter: blur(0);
  opacity: 1;
  transition: left 1s ease, bottom 1s ease, opacity 1s ease;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews {
    display: none;
  }
}
.modal__hotnews--mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews--mobile {
    display: flex;
  }
}
.modal__hotnews.hide {
  opacity: 0;
  transition: none;
  transition-delay: 0s;
}
.modal__hotnews.open {
  backdrop-filter: blur(10px);
  left: 0;
  bottom: 0;
  z-index: 1004 !important;
}
.modal__hotnews.open .modal__hotnews__container {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 1440px) {
  .modal__hotnews.open .modal__hotnews__container {
    width: 62.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews.open .modal__hotnews__container {
    width: 40.2rem;
  }
}
.modal__hotnews.open .modal__hotnews__container__card {
  padding: 4rem;
}
.modal__hotnews.open .modal__hotnews__container__title {
  max-height: 200rem;
  opacity: 1;
  width: 54.2rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews.open .modal__hotnews__container__title {
    width: 32.2rem;
  }
}
.modal__hotnews.open .modal__hotnews__container__media {
  height: 27.1rem;
}
.modal__hotnews.open .modal__hotnews__container__clicker {
  display: none;
}
.modal__hotnews.open .modal__hotnews__container__content {
  opacity: 1;
  max-height: 200rem;
  width: 54.2rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews.open .modal__hotnews__container__content {
    width: 32.2rem;
  }
}
.modal__hotnews.open .modal__hotnews__container__header {
  height: 1.6rem;
}
.modal__hotnews.open .modal__hotnews__container__header__point {
  width: 1.6rem;
  height: 1.6rem;
}
.modal__hotnews.open .modal__hotnews__container__header button svg:nth-of-type(1) {
  display: none;
}
.modal__hotnews.open .modal__hotnews__container__header button svg:nth-of-type(2) {
  display: block;
}
.modal__hotnews__container {
  display: flex;
  flex-direction: column;
  background: #007837;
  transition: all 0.5s ease;
  position: relative;
}
@media (min-width: 1440px) {
  .modal__hotnews__container {
    width: 29rem;
    height: 18.4rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container {
    width: 23.5rem;
    height: 12.9rem;
    border-radius: 0.8rem;
  }
}
.modal__hotnews__container__clicker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  padding: 0;
}
.modal__hotnews__container__card {
  height: max-content;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .modal__hotnews__container__card {
    padding: 1.14rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container__card {
    padding: 0.8rem;
  }
}
.modal__hotnews__container__title {
  color: #86BB48;
  max-height: 0rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3.5rem;
}
@media (min-width: 1440px) {
  .home-page .modal__hotnews__container__title {
    font-size: 5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__title {
    font-size: 2.5rem;
  }
}
.modal__hotnews__container__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
}
@media (min-width: 1440px) {
  .modal__hotnews__container__header {
    font-family: "Skolar Sans Latin Extended";
    font-style: normal;
    font-weight: 800;
    line-height: 115%; /* 19px */
    font-size: 1.5rem;
    gap: 1.14rem;
    height: 2.3rem;
  }
}
@media (min-width: 1440px) and (min-width: 1440px) {
  .home-page .modal__hotnews__container__header {
    font-size: 2.2rem;
  }
}
@media (min-width: 1440px) and (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__header {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container__header {
    gap: 0.8rem;
    height: 1.4rem;
  }
}
.modal__hotnews__container__header h2 {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19px */
  font-size: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .modal__hotnews__container__header h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__header h2 {
    font-size: 1.6rem;
  }
}
.modal__hotnews__container__header__point {
  animation: flash 0.7s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .modal__hotnews__container__header__point {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container__header__point {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.modal__hotnews__container__header__point svg {
  width: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .modal__hotnews__container__header__point {
    animation: none;
  }
}
.reduce-motion .modal__hotnews__container__header__point {
  animation: none;
}
.modal__hotnews__container__header button {
  display: block;
  margin-left: auto;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1440px) {
  .modal__hotnews__container__header button {
    width: 2.1rem;
    height: 2.1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container__header button {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.modal__hotnews__container__header button svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal__hotnews__container__header button svg:nth-of-type(2) {
  display: none;
}
@keyframes flash {
  0%, 49%, 100% {
    opacity: 1;
  }
  50%, 99% {
    opacity: 0;
  }
}
.modal__hotnews__container__media {
  width: 100%;
  background: grey;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  display: block;
}
@media (min-width: 1440px) {
  .modal__hotnews__container__media {
    height: 11.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .modal__hotnews__container__media {
    height: 8rem;
  }
}
.modal__hotnews__container__media video, .modal__hotnews__container__media img, .modal__hotnews__container__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__hotnews__container__media img {
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal__hotnews__container__media img.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.modal__hotnews__container__media button {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal__hotnews__container__media button svg {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
}
.modal__hotnews__container__media button.played {
  display: none;
}
.modal__hotnews__container__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 0rem;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.modal__hotnews__container__content__seemore {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  color: #FFF4E1;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1px;
}
.modal__hotnews__container__content__seemore:hover svg {
  rotate: 45deg;
}
.modal__hotnews__container__content__seemore svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s ease;
}
.modal__hotnews__container__content p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #FFF;
}
@media (min-width: 1440px) {
  .home-page .modal__hotnews__container__content p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__content p {
    font-size: 1.4rem;
  }
}
.modal__hotnews__container__content__discover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
}
.modal__hotnews__container__content__discover.allreadyclose::after {
  rotate: 90deg;
}
.modal__hotnews__container__content__discover.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.modal__hotnews__container__content__discover::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .modal__hotnews__container__content__discover::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__content__discover::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.modal__hotnews__container__content__discover:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .modal__hotnews__container__content__discover {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .modal__hotnews__container__content__discover {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}

.layer__hotnews {
  display: none;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews {
    display: block;
  }
}
.layer__hotnews.open .layer__hotnews__container {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
}
.layer__hotnews.open .layer__hotnews__container__title {
  max-height: 200rem;
  opacity: 1;
  width: 100%;
  margin-top: 1rem;
}
.layer__hotnews.open .layer__hotnews__container__media {
  display: block;
  height: 15.8rem;
}
.layer__hotnews.open .layer__hotnews__container__clicker {
  display: none;
}
.layer__hotnews.open .layer__hotnews__container__content {
  display: flex;
  opacity: 1;
  max-height: 200rem;
  width: 100%;
}
.layer__hotnews.open .layer__hotnews__container__header {
  height: 1.6rem;
}
.layer__hotnews.open .layer__hotnews__container__header__point {
  width: 1.6rem;
  height: 1.6rem;
}
.layer__hotnews.open .layer__hotnews__container__header button {
  width: 1.6rem;
  height: 1.6rem;
}
.layer__hotnews.open .layer__hotnews__container__header button svg:nth-of-type(1) {
  display: none;
}
.layer__hotnews.open .layer__hotnews__container__header button svg:nth-of-type(2) {
  display: block;
}
.layer__hotnews__container {
  display: flex;
  flex-direction: column;
  background: #007837;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 0.8rem;
  padding: 1rem 1.6rem;
  margin: 0 1.6rem 2rem;
}
.layer__hotnews__container__clicker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  padding: 0;
}
.layer__hotnews__container__card {
  height: max-content;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.layer__hotnews__container__title {
  color: #86BB48;
  max-height: 0rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  /* v2/desktop/heading/Title M */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 47.5px */
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 100%;
}
@media (min-width: 1440px) {
  .home-page .layer__hotnews__container__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews__container__title {
    font-size: 2.5rem;
  }
}
.layer__hotnews__container__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
}
.layer__hotnews__container__header h2 {
  /* v2/mobile/heading/Title XS */
  font-family: "Skolar Sans Latin Extended Bold";
  font-style: normal;
  font-weight: 900;
  line-height: 95%; /* 11.4px */
  text-transform: uppercase;
  font-size: 1.06rem;
}
@media (min-width: 1440px) {
  .home-page .layer__hotnews__container__header h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews__container__header h2 {
    font-size: 1.2rem;
  }
}
.layer__hotnews__container__header__point {
  animation: flash 0.7s linear infinite;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer__hotnews__container__header__point svg {
  width: 100%;
  height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .layer__hotnews__container__header__point {
    animation: none;
  }
}
.reduce-motion .layer__hotnews__container__header__point {
  animation: none;
}
.layer__hotnews__container__header button {
  display: block;
  margin-left: auto;
  cursor: pointer;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.layer__hotnews__container__header button svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.layer__hotnews__container__header button svg:nth-of-type(2) {
  display: none;
}
@keyframes flash {
  0%, 49%, 100% {
    opacity: 1;
  }
  50%, 99% {
    opacity: 0;
  }
}
.layer__hotnews__container__media {
  width: 100%;
  background: grey;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  display: none;
}
.layer__hotnews__container__media video, .layer__hotnews__container__media img, .layer__hotnews__container__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer__hotnews__container__media img {
  transition: all 0.3s ease;
  cursor: pointer;
}
.layer__hotnews__container__media img.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}
.layer__hotnews__container__media button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 1px);
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  pointer-events: none;
}
.layer__hotnews__container__media button svg {
  width: 1.6rem;
  height: 1.6rem;
}
.layer__hotnews__container__media button.played {
  display: none;
}
.layer__hotnews__container__content {
  flex-direction: column;
  gap: 2rem;
  max-height: 0rem;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 2rem;
  display: none;
}
.layer__hotnews__container__content__seemore {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  color: #86BB48;
  text-decoration: none;
  border-bottom: 1px solid #86BB48;
  padding-bottom: 1px;
}
.layer__hotnews__container__content__seemore:hover svg {
  rotate: 45deg;
}
.layer__hotnews__container__content__seemore svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: all 0.3s ease;
}
.layer__hotnews__container__content p {
  font-family: "Skolar Sans Latin Extended";
  font-style: normal;
  font-weight: 800;
  line-height: 115%; /* 19.2px */
  font-size: 1.28rem;
  color: #FFF;
}
@media (min-width: 1440px) {
  .home-page .layer__hotnews__container__content p {
    font-size: 1.8rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews__container__content p {
    font-size: 1.4rem;
  }
}
.layer__hotnews__container__content__discover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  background: white;
  cursor: pointer;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 19.2px */
  text-decoration: none;
  color: #E00A1E;
  padding: 0.85rem 1.1rem;
  border-radius: 5.6rem;
  gap: 0.6rem;
  font-size: 1rem;
}
.layer__hotnews__container__content__discover.allreadyclose::after {
  rotate: 90deg;
}
.layer__hotnews__container__content__discover.allreadyclose:not(.disabled):hover::after {
  rotate: 45deg;
}
.layer__hotnews__container__content__discover::after {
  content: "";
  display: block;
  pointer-events: none;
  background-image: url("/app/themes/azura/static/assets/crossred.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center center;
  rotate: 45deg;
  transition: all 0.3s ease;
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1440px) {
  .home-page .layer__hotnews__container__content__discover::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews__container__content__discover::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.layer__hotnews__container__content__discover:not(.disabled):hover::after {
  rotate: 90deg;
}
@media (min-width: 1440px) {
  .home-page .layer__hotnews__container__content__discover {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
@media (min-width: 320px) and (max-width: 1023px) {
  .layer__hotnews__container__content__discover {
    padding: 1.2rem 1.5rem;
    border-radius: 8rem;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.hr__illustration {
  height: 0;
  width: 100%;
  border: none;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.hr__illustration__two-half-tomatoes::before {
  content: "";
  background-image: url("static/assets/half-red-tomato.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 112px;
  height: 117px;
  position: absolute;
  top: -4.8rem;
  left: 0.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__two-half-tomatoes::before {
    width: 87px;
    height: 88px;
    top: -2.4rem;
    left: 1.2rem;
  }
}
.hr__illustration__two-half-tomatoes::after {
  content: "";
  background-image: url("static/assets/half-yellow-tomato.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 58px;
  height: 66px;
  position: absolute;
  top: -7.3rem;
  right: 1.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__two-half-tomatoes::after {
    width: 43px;
    height: 49px;
    top: -4.5rem;
    right: 2.1rem;
  }
}
.hr__illustration__half-tomato-and-full-tomato::before {
  content: "";
  background-image: url("static/assets/half-red-tomato-seed.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 166px;
  height: 123px;
  position: absolute;
  top: -8.4rem;
  left: 2.7rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__half-tomato-and-full-tomato::before {
    width: 124px;
    height: 91.5px;
    left: -0.45rem;
    top: -7rem;
  }
}
.hr__illustration__half-tomato-and-full-tomato::after {
  content: "";
  background-image: url("static/assets/rounded-red-tomato.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 116px;
  height: 103px;
  position: absolute;
  top: -3.1rem;
  right: 2.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__half-tomato-and-full-tomato::after {
    width: 86.8px;
    height: 76.4px;
    right: 0;
    top: -2.8rem;
  }
}
.hr__illustration__hearts::before {
  content: "";
  background-image: url("static/assets/hearts.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 78px;
  height: 63px;
  position: absolute;
  top: -1.45rem;
  left: 1.55rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__hearts::before {
    width: 57.8px;
    height: 46.3px;
    left: 2.5rem;
    top: -1.2rem;
  }
}
.hr__illustration__ladybug::after {
  content: "";
  background-image: url("static/assets/ladybug.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleX(-1) rotate(31deg);
  width: 262px;
  height: 164px;
  position: absolute;
  top: -5.5rem;
  right: -1rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__ladybug::after {
    width: 172px;
    height: 124px;
    right: 0;
    top: -5.3rem;
  }
}
.hr__illustration__yellow-and-red-tomatoes::after {
  content: "";
  background-image: url("static/assets/yellow-and-red-tomatoes.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 71px;
  position: absolute;
  top: -2.7rem;
  right: 1.84rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__yellow-and-red-tomatoes::after {
    height: 53.3px;
    width: 74.5px;
    right: 1.7rem;
    top: -1.82rem;
  }
}
.hr__illustration__mouth::before {
  content: "";
  background-image: url("static/assets/mouth.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 105px;
  height: 69px;
  position: absolute;
  top: -1.9rem;
  left: 1.76rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .hr__illustration__mouth::before {
    width: 78px;
    height: 51.5px;
    left: 1.7rem;
    top: -2.05rem;
  }
}

.demo {
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .demo {
    padding: 4rem 1.6rem;
  }
}
.demo__container {
  height: 20rem;
  background: #EFEFEF;
  border-radius: 0.8rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.modal.open {
  z-index: 999;
}

dialog {
  margin: 0;
  overflow-x: hidden;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__rich-text {
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__rich-text {
    padding: 4rem 3.2rem;
  }
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__stepping {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__stepping {
    padding: 4rem 3.2rem;
  }
}
.section__stepping h2 {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__stepping h2 {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__stepping ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  list-style: none;
}
.section__stepping ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.2rem;
  position: relative;
}
.section__stepping ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.section__stepping ul li h3 {
  padding-left: 2.8rem;
  color: #007837;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.section__stepping ul li p {
  color: #790016;
  font-family: "Skolar Sans Latin Extended";
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__stepping ul li p {
    font-size: 1.6rem;
  }
}
.section__stepping ul li:nth-child(odd)::before {
  width: 1.8rem;
  height: 2rem;
  background-image: url("static/assets/tomato-red.png");
}
.section__stepping ul li:nth-child(even)::before {
  width: 1.7rem;
  height: 1.9rem;
  background-image: url("static/assets/tomato-yellow.png");
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__table {
  padding: 2rem 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__table {
    padding: 4rem 1.6rem;
    overflow-x: auto;
  }
}
.section__table table {
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: unset;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__table table {
    font-size: 1.4rem;
  }
}
.section__table table th, .section__table table td {
  padding: 2rem 1rem;
  vertical-align: top;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__table table th, .section__table table td {
    padding: 2rem 0.8rem;
    width: 13.6rem;
  }
}
.section__table table th ul, .section__table table td ul {
  padding-left: 2.5rem;
}
.section__table table th a, .section__table table td a {
  text-decoration: none;
  color: inherit;
}
.section__table table th:first-child, .section__table table td:first-child {
  padding-left: 2.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__table table th:first-child, .section__table table td:first-child {
    padding-left: 1.6rem;
    width: 14.4rem;
  }
}
.section__table table th:last-child, .section__table table td:last-child {
  padding-right: 2.5rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__table table th:last-child, .section__table table td:last-child {
    padding-right: 1.6rem;
    width: 14.4rem;
  }
}
.section__table table tbody tr:nth-of-type(odd) {
  background: #EFEFEF;
}
.section__table .table--green {
  text-align: center;
}
.section__table .table--green tbody tr:nth-of-type(odd) {
  color: #86BB48;
}
.section__table .table--green thead, .section__table .table--green tr:nth-of-type(even) {
  color: #007837;
}
.section__table .table--red {
  text-align: left;
}
.section__table .table--red tbody tr:nth-of-type(odd) {
  color: #E00A1E;
}
.section__table .table--red thead, .section__table .table--red tr:nth-of-type(even) {
  color: #790016;
}
@font-face {
  font-family: "Skolar Sans Latin Extended";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Eb.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Skolar Sans Latin Extended Bold";
  src: url("/app/themes/azura/static/fonts/Skolar-Sans-PE-Extended/SkolarSansPEEx-Bl.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  background: none;
}

.section__text-and-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  padding: 6rem;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual {
    padding: 4rem 3.2rem;
  }
}
.section__text-and-visual--image-left {
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual--image-left {
    flex-direction: column;
  }
}
.section__text-and-visual--image-right {
  flex-direction: row-reverse;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual--image-right {
    flex-direction: column;
  }
}
.section__text-and-visual__img-container {
  width: 40.5rem;
  height: 40.5rem;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__img-container {
    width: 31.1rem;
    height: 31.1rem;
  }
}
.section__text-and-visual__img-container__burst {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__img-container__burst {
    width: 4.125rem;
    height: 4.125rem;
  }
}
.section__text-and-visual__img-container__burst--red {
  left: 0;
  top: 0;
  transform: translate(-100%, -100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__img-container__burst--red {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.section__text-and-visual__img-container__burst--yellow {
  right: 0;
  bottom: 0;
  transform: translate(100%, 100%);
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__img-container__burst--yellow {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
.section__text-and-visual__img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
}
.section__text-and-visual__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  align-self: center;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__text-container {
    gap: 2rem;
  }
}
.section__text-and-visual__text-container__title {
  color: #E00A1E;
  font-family: "Skolar Sans Latin Extended Bold";
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.08rem;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1023px) {
  .section__text-and-visual__text-container__title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}
.section__text-and-visual__text-container__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  padding: 1.2rem 1.5rem;
  border-radius: 8rem;
  background: radial-gradient(106.34% 97.71% at 49.06% 0.29%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), #E00A1E;
  font-family: "Skolar Sans Latin Extended";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 95%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.section__text-and-visual__text-container__cta::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/app/themes/azura/static/assets/icon-plus-white.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.section__text-and-visual__text-container__cta:not(.disabled):hover::after {
  rotate: 45deg;
}