.homepage__hero {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(98deg, #FFDE00 0.55%, #FFC747 66.85%);
  box-shadow: 0px -8px 40px 0px rgba(135, 99, 1, 0.25) inset;
}
@media screen and (max-width: 768px) {
  .homepage__hero {
    min-height: 100vh;
    height: auto;
  }
}
.homepage__hero .container {
  position: relative;
  z-index: 2;
}
.homepage__hero_content {
  display: flex;
  flex-direction: column;
  padding: 48px;
  padding-top: 170px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .homepage__hero_content {
    padding: 0;
    padding-top: 130px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .homepage__hero_content__col {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.homepage__hero_content__subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #19417F;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homepage__hero_content__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.homepage__hero_content__title {
  margin-bottom: 1rem;
}
.homepage__hero_content__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #19417F;
  margin-bottom: 24px;
}
.homepage__hero_content__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 48px;
}
.homepage__hero_content__tags_item {
  padding: 8px 16px;
  border-radius: 16px;
  background: #FFE591;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #19417F;
}
.homepage__hero_content__cta {
  padding: 16px 24px;
  border-radius: 64px;
  background: #19417F;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  transition: all 0.3s ease;
}
.homepage__hero_content__cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #19417F;
  transition: all 0.3s ease;
}
.homepage__hero_bgSvg {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .homepage__hero_bgSvg {
    right: unset;
    left: 50%;
    transform: translateX(-60%) scale(0.7);
    bottom: -10%;
  }
}
.homepage__hero_image {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1220px) and (min-width: 769px) {
  .homepage__hero_image {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .homepage__hero_image {
    height: 500px;
  }
}
.homepage__hero_image img {
  position: absolute;
}
.homepage__hero_image_1 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .homepage__hero_image_1 {
    transform: translateX(-50%) scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  .homepage__hero_image_1 {
    transform: translateX(-50%) scale(0.6) !important;
    bottom: -10%;
  }
}
.homepage__hero_image_2 {
  bottom: 10%;
  left: -25%;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .homepage__hero_image_2 {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .homepage__hero_image_2 {
    transform: scale(0.6);
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 549px) {
  .homepage__hero_image_2 {
    transform: scale(0.6);
    bottom: 0;
  }
}
.homepage__hero_image_3 {
  bottom: 25%;
  right: -3%;
  z-index: 5;
  transform: scale(1.5);
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .homepage__hero_image_3 {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .homepage__hero_image_3 {
    transform: scale(1);
    bottom: 25%;
    right: 10%;
  }
}
@media screen and (max-width: 549px) {
  .homepage__hero_image_3 {
    transform: scale(1);
    bottom: 25%;
    right: 0;
  }
}
.homepage__hero_image_4 {
  top: 15%;
  right: -5%;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .homepage__hero_image_4 {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .homepage__hero_image_4 {
    transform: scale(0.5);
    top: -15%;
    right: 0;
  }
}
@media screen and (max-width: 549px) {
  .homepage__hero_image_4 {
    transform: scale(0.5);
    top: -15%;
    right: -30%;
  }
}
.homepage__hero_image_5 {
  top: 15%;
  left: -20%;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .homepage__hero_image_5 {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 550px) and (max-width: 768px) {
  .homepage__hero_image_5 {
    transform: scale(0.5);
    top: -10%;
    left: 0%;
  }
}
@media screen and (max-width: 549px) {
  .homepage__hero_image_5 {
    transform: scale(0.5);
    top: -10%;
    left: -25%;
  }
}
.homepage__product {
  background-color: #fff;
  padding-top: 5rem;
  position: relative;
}
.homepage__product_svg {
  position: absolute;
  top: -12%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .homepage__product_svg {
    top: -15%;
  }
}
.homepage__product_svg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .homepage__product_svg_mobile {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -2%;
  }
  .homepage__product_svg_mobile img {
    width: 100%;
  }
}
.homepage__product_svg img {
  width: 100%;
}
.homepage__product_section_title {
  margin-bottom: 3.5rem;
}
.homepage__product .swiper {
  height: 550px;
  border-radius: 24px;
  background: rgba(255, 244, 183, 0.5);
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  .homepage__product .swiper {
    position: relative;
    top: unset;
    border-radius: 0;
    width: 100vw;
    margin-left: -30px;
  }
}
.homepage__product .swiper .homepage__product_slider__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 148px;
  height: 148px;
}
@media screen and (max-width: 768px) {
  .homepage__product .swiper .homepage__product_slider__icon {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 25px;
  }
}
.homepage__product .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.homepage__product .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.homepage__product .swiper .swiper-wrapper .swiper-slide figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.homepage__product .swiper .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  right: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 13px;
}
.homepage__product .swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #FFDE00;
  margin: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
}
.homepage__product .swiper .swiper-pagination-bullet-active {
  width: 26px;
  background-color: #19417F;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.homepage__product_content {
  padding: 32px 48px;
}
@media screen and (max-width: 768px) {
  .homepage__product_content {
    padding: 32px 0;
  }
}
.homepage__product_content .highlight {
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .homepage__product_content__subtitle {
    font-size: 20px;
  }
}
.homepage__product_content__formats {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homepage__product_content__formats {
    flex-direction: column;
    align-items: flex-start;
  }
}
.homepage__product_content__formats p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0C1D38;
}
.homepage__product_content__formats_tags {
  display: flex;
  gap: 8px;
  align-items: center;
}
.homepage__product_content__formats_tags span {
  padding: 8px 16px;
  border-radius: 16px;
  border: 1px solid #19417F;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #19417F;
}
.homepage__product_content__banner {
  display: flex;
  gap: 2px;
  padding: 16px 8px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .homepage__product_content__banner {
    padding: 16px 0;
  }
}
.homepage__product_content__banner_item {
  width: calc(50% - 1px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(98deg, #FFDE00 0.55%, #FFC747 66.85%);
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .homepage__product_content__banner_item {
    padding: 8px;
  }
}
.homepage__product_content__banner_item:nth-child(2n) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.homepage__product_content__banner_item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.homepage__product_content__banner_item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #19417F;
}
@media screen and (max-width: 768px) {
  .homepage__product_content__banner_item p {
    text-align: center;
  }
}
.homepage__product_content__banner_svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #19417F 0%, #356ABB 52%, #19417F 100%);
  width: 27px;
  height: 30px;
}
.homepage__product_content__accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.homepage__product_content__accordion_item {
  border-radius: 8px;
  background: rgba(25, 65, 127, 0.1);
  cursor: pointer;
  padding: 8px 24px;
}
.homepage__product_content__accordion_item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__product_content__accordion_item_header p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  color: #0C1D38;
}
.homepage__product_content__accordion_item_header svg {
  transition: all 0.3s ease;
}
.homepage__product_content__accordion_item_header svg.active {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.homepage__product_content__accordion_item_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  opacity: 0;
  max-height: 0;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.homepage__product_content__accordion_item.active .homepage__product_content__accordion_item_text {
  opacity: 1;
  max-height: 100vh;
  transition: all 0.6s ease;
}
.homepage__blueSection {
  background-color: #19417F;
  padding: 145px 0 290px 0;
  background-image: url("/wp-content/themes/diet-sucaryl-theme/assets/img/Sfondoapprofondimenti.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .homepage__blueSection {
    padding: 80px 0 180px 0;
    margin-top: 80px;
  }
}
.homepage__blueSection figure {
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .homepage__blueSection figure {
    height: 311px;
  }
}
.homepage__blueSection figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage__blueSection_content {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .homepage__blueSection_content {
    padding: 32px 0;
  }
  .homepage__blueSection_content h3 {
    font-size: 36px;
  }
}
.homepage__animatedSection {
  background: linear-gradient(180deg, rgb(238, 196, 46) 5%, rgb(255, 255, 255) 70%);
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection {
    background: linear-gradient(180deg, rgb(238, 196, 46) 5%, rgb(255, 255, 255) 30%);
  }
}
.homepage__animatedSection_image {
  height: 940px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_image {
    width: 100vw;
    margin-left: -30px;
  }
}
.homepage__animatedSection_image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_image img {
    transform: translateX(-50%) scale(0.7);
  }
}
.homepage__animatedSection_image .goccia {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.homepage__animatedSection_image .tazzina-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}
.homepage__animatedSection_image .tazzina-bg-goccia {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_image .tazzina-bg-goccia {
    transform: translateX(-50%) scale(0.7);
  }
}
.homepage__animatedSection_svg {
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_svg {
    top: -5%;
  }
}
.homepage__animatedSection_svg img {
  width: 100%;
}
.homepage__animatedSection_banner {
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
  height: 320px;
  width: 100%;
  margin-top: -10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_banner {
    padding: 24px;
    gap: 16px;
    margin-top: -7rem;
  }
  .homepage__animatedSection_banner h3 {
    font-size: 24px;
  }
}
.homepage__animatedSection_content {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .homepage__animatedSection_content {
    padding: 0;
  }
}
.homepage__animatedSection_content__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 3rem;
}
.homepage__animatedSection_content__list h3 {
  padding-bottom: 24px;
  border-bottom: solid 1px #19417F;
}
.homepage__animatedSection_content__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #0C1D38;
}
.homepage__recipeSection {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .homepage__recipeSection {
    padding-top: 80px;
  }
}
.homepage__recipeSection_circle1 {
  position: absolute;
  right: 0;
  top: 20%;
}
.homepage__recipeSection_circle2 {
  position: absolute;
  left: 0;
  bottom: -20%;
}
.homepage__recipe {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage__recipe figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.homepage__recipe figure .homepage__recipe_tag {
  padding: 16px 24px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 16px 0px rgba(25, 65, 127, 0.25);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #19417F;
  position: absolute;
  animation: floating 3s ease-in-out infinite;
}
.homepage__recipe figure .homepage__recipe_tag__first {
  right: -15%;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .homepage__recipe figure .homepage__recipe_tag__first {
    right: 5%;
    top: 20%;
  }
}
.homepage__recipe figure .homepage__recipe_tag__second {
  left: 10%;
  bottom: 10%;
  animation-delay: 0.8s !important;
}
.homepage__recipe figure .homepage__recipe_tag__third {
  left: 0;
  top: 15%;
  animation-delay: 0.6s !important;
}
@media screen and (max-width: 768px) {
  .homepage__recipe figure .homepage__recipe_tag__third {
    left: 5%;
  }
}
.homepage__recipe figure .homepage__recipe_tag__fourth {
  right: 5%;
  bottom: 12%;
  animation-delay: 0.2s !important;
}
.homepage__recipe_cta {
  border-radius: 64px;
  background-color: #FFDE00;
  padding: 16px 24px;
  width: 220px;
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #19417F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  transition: all 0.3s ease;
}
.homepage__recipe_cta:hover {
  background: #FFC300;
  transition: all 0.3s ease;
}
.homepage__faqSection {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 350px;
  background: linear-gradient(180deg, #FFF 2.17%, rgba(255, 255, 255, 0) 41.05%), linear-gradient(136deg, rgba(255, 255, 255, 0.25) 20.47%, rgba(255, 200, 0, 0.4) 64.29%);
}
@media screen and (max-width: 768px) {
  .homepage__faqSection {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .homepage__faqSection h2 {
    margin-bottom: 48px;
  }
}
.homepage__faqSection_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.homepage__faqSection_content__item {
  padding: 0 16px 24px 16px;
  border-bottom: solid 1px #19417F;
  cursor: pointer;
}
.homepage__faqSection_content__item_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage__faqSection_content__item_header h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  color: #0C1D38;
}
@media screen and (max-width: 768px) {
  .homepage__faqSection_content__item_header h3 {
    font-size: 20px;
  }
}
.homepage__faqSection_content__item_header svg {
  margin-left: 24px;
  flex-shrink: 0;
}
.homepage__faqSection_content__item_header svg .vertical-line {
  transition: all 0.3s ease;
  transform-origin: center;
}
.homepage__faqSection_content__item_header svg.active .vertical-line {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.homepage__faqSection_content__item_text {
  opacity: 0;
  max-height: 0;
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.homepage__faqSection_content__item.active .homepage__faqSection_content__item_text {
  opacity: 1;
  max-height: 100vh;
  transition: all 0.6s ease;
}
.homepage__formSection {
  background-color: #19417F;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
.homepage__formSection_svg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .homepage__formSection_svg {
    top: -8%;
    left: -6px;
  }
}
.homepage__formSection_svg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .homepage__formSection_svg img {
    width: 103%;
  }
}
.homepage__formSection_form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}
.homepage__formSection_form input[type=text], .homepage__formSection_form input[type=email] {
  padding: 16px;
  border-radius: 8px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  color: #0C1D38;
  width: 100%;
}
.homepage__formSection_form input[type=text]::-moz-placeholder, .homepage__formSection_form input[type=email]::-moz-placeholder {
  color: rgba(19, 39, 69, 0.6);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.homepage__formSection_form input[type=text]::placeholder, .homepage__formSection_form input[type=email]::placeholder {
  color: rgba(19, 39, 69, 0.6);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.homepage__formSection_form__age_options {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 8px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
}
@media screen and (max-width: 768px) {
  .homepage__formSection_form__age_options {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }
}
.homepage__formSection_form__age_options .homepage__formSection_form__age_container {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Albert Sans", sans-serif;
  font-size: var(--Body-Large-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .homepage__formSection_form__age_options .homepage__formSection_form__age_container {
    margin: 0;
  }
}
.homepage__formSection_form__age_options .homepage__formSection_form__age_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.homepage__formSection_form__age_options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
}
.homepage__formSection_form__age_options .homepage__formSection_form__age_container input:checked ~ .checkmark {
  background-color: #FFDE00;
}
.homepage__formSection_form__label {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
}
.homepage__formSection_form__recipes {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .homepage__formSection_form__recipes {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }
}
.homepage__formSection_form__recipes_item {
  display: flex;
  padding: 24px 32px;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #FFF;
  cursor: pointer;
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .homepage__formSection_form__recipes_item {
    width: 100%;
  }
}
.homepage__formSection_form__recipes_item .square {
  width: 24px;
  height: 24px;
  border: solid 1px #0C1D38;
  position: relative;
}
.homepage__formSection_form__recipes_item .square::before {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #FFDE00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage__formSection_form__recipes_item p {
  color: #19417F;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.homepage__formSection_form__recipes_item a {
  display: none;
}
.homepage__formSection_form__recipes_item.active .square::before {
  display: block;
}
.homepage__formSection_form__privacy {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.homepage__formSection_form__privacy .homepage__formSection_form__privacy_container {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #FFF !important;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  height: 24px;
  display: flex;
  align-items: center;
}
.homepage__formSection_form__privacy .homepage__formSection_form__privacy_container a {
  color: #FFF !important;
  text-decoration: underline;
}
.homepage__formSection_form__privacy .homepage__formSection_form__privacy_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.homepage__formSection_form__privacy .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: solid 1px #fff;
}
.homepage__formSection_form__privacy .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.homepage__formSection_form__privacy .homepage__formSection_form__privacy_container input:checked ~ .checkmark:after {
  display: block;
}
.homepage__formSection_form__privacy .homepage__formSection_form__privacy_container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #FFDE00;
}
.homepage__formSection_form__submit {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.homepage__formSection_form__submit div {
  display: flex;
  width: 323px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  background-color: #FFDE00;
  color: #19417F;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.homepage__formSection_form__submit div:hover {
  background: #FFC300;
  transition: all 0.3s ease;
}
.homepage__formSection_form__success {
  margin-top: 40px;
  width: 100%;
  display: none;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.homepage__formSection_form__success p {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #FFDE00;
  border: solid 1px #FFDE00;
  border-radius: 10px;
  padding: 24px 32px;
  text-align: center;
}

.highlight div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .highlight div {
    gap: 4px;
  }
}
.highlight mark {
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.highlight-blue mark {
  background: linear-gradient(90deg, #19417F 0%, #356ABB 52%, #19417F 100%);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
.highlight-yellow mark {
  background: linear-gradient(98deg, #FFDE00 0.55%, #FFC747 66.85%);
  color: #19417F;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  color: rgba(19, 39, 69, 0.6);
  width: 100%;
  cursor: pointer;
}
.select-selected.active {
  color: #0C1D38;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%230C1D38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.3s ease;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease;
}

/* style the items (options), including the selected item: */
.select-items div {
  padding: 16px;
  border-radius: 0;
  background-color: #FFF;
  outline: none;
  border: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  color: #0C1D38;
  width: 100%;
  cursor: pointer;
}
.select-items div:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.select-items div:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #FFF;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #FFDE00;
}

.disabled {
  pointer-events: none;
  background: #D5D5D5 !important;
  color: #87898C !important;
}

.clicked {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .wrap-mobile {
    white-space: wrap !important;
  }
}

@media screen and (max-width: 768px) {
  .row-reversed-mobile {
    flex-direction: column-reverse;
  }
}

p, .text {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  p, .text {
    line-height: 28px;
  }
}

.h1, h1 {
  font-family: "Albert Sans", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 40px;
  }
}

.h2, h2 {
  font-family: "Albert Sans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .h2, h2 {
    font-size: 34px;
  }
}

.h3, h3 {
  font-family: "Albert Sans", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .h4, h4 {
    font-size: 18px;
  }
}

.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 800;
}

.container {
  max-width: 1345px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 1219px) {
  .container {
    max-width: unset;
    margin: 0 30px;
  }
}

.row {
  display: grid;
  height: 100%;
}
@media (min-width: 769px) {
  .row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 30px;
  }
  .row .col-1-1 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .row .col-1-2 {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .row .col-1-3 {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .row .col-1-4 {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .row .col-1-5 {
    grid-column-start: 1;
    grid-column-end: 6;
  }
  .row .col-1-6 {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .row .col-1-7 {
    grid-column-start: 1;
    grid-column-end: 8;
  }
  .row .col-1-8 {
    grid-column-start: 1;
    grid-column-end: 9;
  }
  .row .col-1-9 {
    grid-column-start: 1;
    grid-column-end: 10;
  }
  .row .col-1-10 {
    grid-column-start: 1;
    grid-column-end: 11;
  }
  .row .col-1-11 {
    grid-column-start: 1;
    grid-column-end: 12;
  }
  .row .col-1-12 {
    grid-column-start: 1;
    grid-column-end: 13;
  }
  .row .col-2-2 {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .row .col-2-3 {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .row .col-2-4 {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .row .col-2-5 {
    grid-column-start: 2;
    grid-column-end: 6;
  }
  .row .col-2-6 {
    grid-column-start: 2;
    grid-column-end: 7;
  }
  .row .col-2-7 {
    grid-column-start: 2;
    grid-column-end: 8;
  }
  .row .col-2-8 {
    grid-column-start: 2;
    grid-column-end: 9;
  }
  .row .col-2-9 {
    grid-column-start: 2;
    grid-column-end: 10;
  }
  .row .col-2-10 {
    grid-column-start: 2;
    grid-column-end: 11;
  }
  .row .col-2-11 {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  .row .col-2-12 {
    grid-column-start: 2;
    grid-column-end: 13;
  }
  .row .col-3-3 {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .row .col-3-4 {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .row .col-3-5 {
    grid-column-start: 3;
    grid-column-end: 6;
  }
  .row .col-3-6 {
    grid-column-start: 3;
    grid-column-end: 7;
  }
  .row .col-3-7 {
    grid-column-start: 3;
    grid-column-end: 8;
  }
  .row .col-3-8 {
    grid-column-start: 3;
    grid-column-end: 9;
  }
  .row .col-3-9 {
    grid-column-start: 3;
    grid-column-end: 10;
  }
  .row .col-3-10 {
    grid-column-start: 3;
    grid-column-end: 11;
  }
  .row .col-3-11 {
    grid-column-start: 3;
    grid-column-end: 12;
  }
  .row .col-3-12 {
    grid-column-start: 3;
    grid-column-end: 13;
  }
  .row .col-4-4 {
    grid-column-start: 4;
    grid-column-end: 5;
  }
  .row .col-4-5 {
    grid-column-start: 4;
    grid-column-end: 6;
  }
  .row .col-4-6 {
    grid-column-start: 4;
    grid-column-end: 7;
  }
  .row .col-4-7 {
    grid-column-start: 4;
    grid-column-end: 8;
  }
  .row .col-4-8 {
    grid-column-start: 4;
    grid-column-end: 9;
  }
  .row .col-4-9 {
    grid-column-start: 4;
    grid-column-end: 10;
  }
  .row .col-4-10 {
    grid-column-start: 4;
    grid-column-end: 11;
  }
  .row .col-4-11 {
    grid-column-start: 4;
    grid-column-end: 12;
  }
  .row .col-4-12 {
    grid-column-start: 4;
    grid-column-end: 13;
  }
  .row .col-5-5 {
    grid-column-start: 5;
    grid-column-end: 6;
  }
  .row .col-5-6 {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .row .col-5-7 {
    grid-column-start: 5;
    grid-column-end: 8;
  }
  .row .col-5-8 {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  .row .col-5-9 {
    grid-column-start: 5;
    grid-column-end: 10;
  }
  .row .col-5-10 {
    grid-column-start: 5;
    grid-column-end: 11;
  }
  .row .col-5-11 {
    grid-column-start: 5;
    grid-column-end: 12;
  }
  .row .col-5-12 {
    grid-column-start: 5;
    grid-column-end: 13;
  }
  .row .col-6-6 {
    grid-column-start: 6;
    grid-column-end: 7;
  }
  .row .col-6-7 {
    grid-column-start: 6;
    grid-column-end: 8;
  }
  .row .col-6-8 {
    grid-column-start: 6;
    grid-column-end: 9;
  }
  .row .col-6-9 {
    grid-column-start: 6;
    grid-column-end: 10;
  }
  .row .col-6-10 {
    grid-column-start: 6;
    grid-column-end: 11;
  }
  .row .col-6-11 {
    grid-column-start: 6;
    grid-column-end: 12;
  }
  .row .col-6-12 {
    grid-column-start: 6;
    grid-column-end: 13;
  }
  .row .col-7-7 {
    grid-column-start: 7;
    grid-column-end: 8;
  }
  .row .col-7-8 {
    grid-column-start: 7;
    grid-column-end: 9;
  }
  .row .col-7-9 {
    grid-column-start: 7;
    grid-column-end: 10;
  }
  .row .col-7-10 {
    grid-column-start: 7;
    grid-column-end: 11;
  }
  .row .col-7-11 {
    grid-column-start: 7;
    grid-column-end: 12;
  }
  .row .col-7-12 {
    grid-column-start: 7;
    grid-column-end: 13;
  }
  .row .col-8-8 {
    grid-column-start: 8;
    grid-column-end: 9;
  }
  .row .col-8-9 {
    grid-column-start: 8;
    grid-column-end: 10;
  }
  .row .col-8-10 {
    grid-column-start: 8;
    grid-column-end: 11;
  }
  .row .col-8-11 {
    grid-column-start: 8;
    grid-column-end: 12;
  }
  .row .col-8-12 {
    grid-column-start: 8;
    grid-column-end: 13;
  }
  .row .col-9-9 {
    grid-column-start: 9;
    grid-column-end: 10;
  }
  .row .col-9-10 {
    grid-column-start: 9;
    grid-column-end: 11;
  }
  .row .col-9-11 {
    grid-column-start: 9;
    grid-column-end: 12;
  }
  .row .col-9-12 {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  .row .col-10-10 {
    grid-column-start: 10;
    grid-column-end: 11;
  }
  .row .col-10-11 {
    grid-column-start: 10;
    grid-column-end: 12;
  }
  .row .col-10-12 {
    grid-column-start: 10;
    grid-column-end: 13;
  }
  .row .col-11-11 {
    grid-column-start: 11;
    grid-column-end: 12;
  }
  .row .col-11-12 {
    grid-column-start: 11;
    grid-column-end: 13;
  }
  .row .col-12-12 {
    grid-column-start: 12;
    grid-column-end: 13;
  }
}
@media (max-width: 768px) {
  .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
  .row .col-1-1-mobile {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .row .col-1-2-mobile {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .row .col-1-3-mobile {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .row .col-1-4-mobile {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .row .col-2-2-mobile {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .row .col-2-3-mobile {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .row .col-2-4-mobile {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .row .col-3-3-mobile {
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .row .col-3-4-mobile {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .row .col-4-4-mobile {
    grid-column-start: 4;
    grid-column-end: 5;
  }
}

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
}

html, body {
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

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

.color-blue {
  color: #19417F;
}
.color-dark-blue {
  color: #0C1D38;
}
.color-yellow {
  color: #FFDE00;
}
.color-white {
  color: #fff;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-05 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.flex {
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .row-reversed-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .text-left-mobile {
    text-align: left;
  }
}

.error-404 {
  width: 100vw;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #19417F;
  position: relative;
  z-index: 10;
}
.error-404__cta {
  border-radius: 64px;
  background-color: #FFDE00;
  padding: 16px 24px;
  width: 220px;
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #19417F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  transition: all 0.3s ease;
}
.error-404__cta:hover {
  background: #FFC300;
  transition: all 0.3s ease;
}

.header {
  padding: 32px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header.scrolling-down {
  transform: translateY(-200px);
}
.header.scrolling-up {
  transform: translateY(0);
  border-bottom: solid 1px #DFDFDF;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__content {
  display: flex;
  align-items: center;
  gap: 32px;
}
.navbar__content_p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #19417F;
  cursor: pointer;
}
.navbar__content_p:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .navbar__content_p {
    display: none;
  }
}
.navbar__logo {
  cursor: pointer;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .navbar__logo {
    height: 50px;
  }
  .navbar__logo svg {
    height: 50px;
  }
}
.navbar__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    position: fixed;
    bottom: 0;
    transform: translateY(200px);
    width: 100vw;
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
}
.navbar__mobile.active {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.navbar__mobile.header-is-visible {
  transform: translateY(134px);
}
.navbar__mobile_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-radius: 40px;
  background: #D4E4F7;
  box-shadow: 0px 0px 16px 0px rgba(25, 65, 127, 0.25);
  width: 100%;
}
.navbar__mobile_content__p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #0C1D38;
  flex-shrink: 0;
}

.footer {
  background-color: #19417F;
  position: relative;
}
.footer__svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.footer__content {
  border-radius: 48px 48px 0px 0px;
  background: #FFF;
  padding: 48px 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding: 32px 24px;
    padding-bottom: 80px;
  }
}
.footer__content_logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__content_logos {
    flex-direction: column;
    gap: 34px;
    align-items: center;
    margin-bottom: 64px;
  }
}
.footer__content_logos__corman {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__content_logos__corman p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #19417F;
}
@media screen and (max-width: 768px) {
  .footer__content_logos__corman p {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
  }
}
.footer__content_info {
  margin-bottom: 48px;
}
.footer__content_info p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #19417F;
}
@media screen and (max-width: 768px) {
  .footer__content_info p {
    text-align: center;
  }
}
.footer__content_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__content_bottom {
    flex-direction: column-reverse;
    gap: 48px;
    align-items: center;
  }
}
.footer__content_bottom__policy {
  display: flex;
  gap: 40px;
}
.footer__content_bottom__policy a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #19417F;
  text-decoration: none;
}
.footer__content_bottom__policy a:hover {
  text-decoration: underline;
}
.footer__content_bottom__social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer__content_bottom__social a {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__content_bottom__social a:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

body .footer__content_bottom__policy .iubenda-white {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #19417F !important;
  text-decoration: none !important;
  padding: 0 !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
body .footer__content_bottom__policy .iubenda-white:hover {
  text-decoration: underline !important;
  background: none !important;
  box-shadow: none !important;
}

@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Albert Sans";
  font-display: swap;
  src: url("/wp-content/themes/diet-sucaryl-theme/assets/fonts/Albert_Sans/static/AlbertSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@keyframes goDown {
  0% {
    top: 0;
  }
  90% {
    top: 70%;
    opacity: 1;
  }
  99% {
    top: 80%;
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(15deg);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goUp {
  0% {
    bottom: 20%;
    opacity: 0;
  }
  100% {
    bottom: 40%;
    opacity: 1;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Modifica l'altezza massima del fluttuamento */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatingMiddle {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */