@import "./normalize.min.css";
@import "./hamburgers.min.css";
@import "./jquery.fancybox.min.css";
@import "./swiper-bundle.min.css";
@import "../fonts/stylesheet.css";
.has-primary-background-color {
  background-color: #E2FF32;
}

.has-secondary-background-color {
  background-color: #113C4A;
}

.has-light-gray-background-color {
  background-color: #F9F5F1;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #161615;
}

#header {
  color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.2s ease-in-out;
}
#header .header-marquee {
  background-color: #E2FF32;
  color: #113C4A;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid rgba(17, 60, 74, 0.2);
}
#header .header-marquee .header-marquee__track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: header-marquee-scroll 40s linear infinite;
  padding: 0.55rem 0;
}
#header .header-marquee .header-marquee__group {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  padding-right: 2.5rem;
}
#header .header-marquee .header-marquee__text {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  #header .header-marquee .header-marquee__text {
    font-size: 1.05rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  #header .header-marquee .header-marquee__track {
    animation: none;
    justify-content: center;
  }
}
@media screen and (max-width: 766px) {
  #header.is-open {
    background-color: rgba(17, 60, 74, 0.9);
    backdrop-filter: blur(10px) !important;
  }
}
#header.active {
  background-color: rgba(17, 60, 74, 0.9);
  backdrop-filter: blur(10px) !important;
}
#header.active .header-inner {
  padding-top: 1rem;
}
#header a {
  color: #ffffff;
  text-decoration: none;
}
#header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner {
    padding: 2.6rem 1rem 1rem 1rem;
    transition: 0.2s ease-in-out;
  }
}
#header .header-inner .header-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-logo {
    flex: initial;
  }
}
#header .header-inner .header-logo img, #header .header-inner .header-logo svg {
  max-width: 120px;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-logo .hamburger-wrapper {
    display: none;
  }
}
#header .header-inner .header-logo .hamburger-wrapper .hamburger-inner, #header .header-inner .header-logo .hamburger-wrapper .hamburger-inner:after, #header .header-inner .header-logo .hamburger-wrapper .hamburger-inner:before {
  background-color: #ffffff;
  border-radius: 0;
}
#header .header-inner .header-menu {
  flex: 0 0 100%;
  padding-top: 1rem;
  display: none;
}
@media screen and (max-width: 766px) {
  #header .header-inner .header-menu.is-open {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu {
    padding-top: 0;
    flex: initial;
    display: block;
  }
}
#header .header-inner .header-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-menu nav ul {
    flex-direction: row;
    gap: 3.188rem;
  }
}
#header .header-inner .header-menu nav ul li {
  text-align: center;
}
#header .header-inner .header-menu nav ul li a {
  display: block;
}
#header .header-inner .header-cta {
  flex: 0 0 100%;
  padding-top: 1rem;
  display: none;
}
@media screen and (max-width: 766px) {
  #header .header-inner .header-cta.is-open {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-cta {
    flex: initial;
    padding-top: 0;
    display: block;
  }
}
#header .header-inner .header-cta .wp-block-buttons {
  justify-content: center !important;
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-cta .wp-block-buttons {
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 767px) {
  body.has-marquee #header .header-inner {
    padding: 1.8rem 1rem 1rem 1rem;
  }
}

@keyframes header-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#footer {
  background-color: #113C4A;
  color: #ffffff;
  position: relative;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}
#footer .footer-inner .footer-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
  padding: 2.5rem 0;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner .footer-info {
    padding: 4.813rem 0;
    gap: 4rem;
    flex-wrap: nowrap;
  }
}
#footer .footer-inner .footer-info > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner .footer-info > * {
    flex: initial;
  }
}
#footer .footer-inner .footer-info nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-inner .footer-info nav ul li {
  line-height: 1.25em;
}
#footer .footer-inner .footer-info .footer-about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 1;
}
#footer .footer-inner .footer-info .footer-about .footer-about-text {
  flex: 1;
}
#footer .footer-inner .footer-info .footer-cta {
  flex: 1;
}
#footer .footer-inner .footer-info .footer-trust {
  text-align: center;
}
#footer .footer-inner .footer-info .footer-trust img {
  max-width: 80px;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner .footer-info .footer-trust img {
    max-width: 157px;
  }
}
#footer .footer-inner .footer-info .footer-social {
  text-align: center;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner .footer-info .footer-social {
    text-align: right;
  }
}
#footer .footer-inner .footer-info .footer-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 1.125rem;
}
@media screen and (min-width: 1200px) {
  #footer .footer-inner .footer-info .footer-social ul {
    justify-content: flex-end;
  }
}
#footer .footer-inner .footer-copyright {
  padding: 1.625rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner .footer-copyright {
    justify-content: space-between;
  }
}
#footer .footer-inner .footer-copyright ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#footer .footer-inner .footer-copyright ul li {
  position: relative;
  padding: 0 0.65rem;
}
#footer .footer-inner .footer-copyright ul li:first-child {
  padding-left: 0;
}
#footer .footer-inner .footer-copyright ul li:last-child {
  padding-right: 0;
}
#footer .footer-inner .footer-copyright ul li:last-child:after {
  display: none;
}
#footer .footer-inner .footer-copyright ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "|";
}

.service-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 -0.5rem;
}
.service-wrapper .service-item {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 0.5rem;
  aspect-ratio: 250/320;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
}
.service-wrapper .service-item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  .service-wrapper .service-item {
    width: 33.3333%;
    flex: 0 0 33.3333%;
  }
  .service-wrapper .service-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item {
    width: 25%;
    flex: 0 0 25%;
  }
  .service-wrapper .service-item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.service-wrapper .service-item:hover figure figcaption {
  height: 100%;
}
.service-wrapper .service-item img {
  aspect-ratio: 250/320;
  object-fit: cover;
  height: 100%;
}
.service-wrapper .service-item figure {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
}
.service-wrapper .service-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  background: linear-gradient(to top, #113C4A, rgba(255, 255, 255, 0));
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .service-wrapper .service-item figure figcaption {
    padding: 1.25rem;
  }
}

.service-container {
  display: flex;
  justify-content: center;
}

#logos {
  overflow: hidden;
  width: 100%;
  padding: 31.5px 0;
}
@media screen and (min-width: 767px) {
  #logos {
    padding: 51.5px 0;
  }
}

.logo-slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.logos-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.logos-inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logos-inner img {
  height: 55px;
  max-width: 220px;
  margin: 0 40px;
  display: block;
  vertical-align: middle;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .logos-inner img {
    height: 32px;
    margin: 0 20px;
  }
}
.logoslider {
  transform: rotate(-1deg);
  position: relative;
  z-index: 2;
  margin-top: -20px;
}

.intro {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .intro {
    flex-direction: row;
  }
}
.intro:before {
  position: absolute;
  content: "";
  height: 75%;
  width: 100%;
  background: radial-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 60%);
  mix-blend-mode: soft-light;
  right: 0;
  z-index: 1;
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .intro:before {
    height: 100%;
    width: 50%;
  }
}
.intro .intro-caption, .intro .intro-image {
  position: relative;
}
.intro .intro-caption {
  flex: 1;
  z-index: 2;
}
.intro .intro-caption .wp-block-buttons {
  flex-direction: column !important;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .intro .intro-caption .wp-block-buttons {
    flex-direction: row !important;
  }
}
.intro .intro-image {
  width: 100%;
  text-align: right;
  margin-top: -20%;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .intro .intro-image {
    padding-top: 98px;
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .intro .intro-image {
    max-width: 530px;
  }
}
.intro .intro-image img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  margin-right: -20%;
  position: relative;
  margin-bottom: -5px;
}
@media screen and (min-width: 480px) {
  .intro .intro-image img {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .intro .intro-image img {
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .intro .intro-image img {
    max-height: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .intro .intro-image img {
    max-height: initial;
  }
}

.textIntro {
  padding-top: 114px;
}
@media screen and (min-width: 1500px) {
  .textIntro {
    padding-top: 242px;
  }
}

.colIntro {
  padding-top: 114px;
  max-height: 90vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .colIntro {
    padding-top: 0;
    max-height: initial;
  }
}
@media screen and (min-width: 1200px) {
  .colIntro {
    min-height: 630px;
  }
}

.faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.faq-wrapper .faq-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.faq-wrapper .faq-item.active .faq-action button svg {
  transform: rotate(45deg);
}
.faq-wrapper .faq-item .faq-question-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  background-color: #113C4A;
  color: #ffffff;
  padding: 0.825rem 1.25rem;
  border-radius: 6px;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-question {
  flex: 1;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button {
  background: initial;
  border: 0 none;
  cursor: pointer;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button:hover {
  background: initial;
  border: 0 none;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button svg {
  transition: 0.2s ease-in-out;
}
.faq-wrapper .faq-item .faq-answer-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faq-wrapper .faq-item .faq-answer-wrapper .faq-answer {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 1rem;
  margin-top: 1rem;
  position: relative;
}
.faq-wrapper .faq-item .faq-answer-wrapper .faq-answer:before {
  position: absolute;
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  background-color: #ffffff;
  top: -7px;
  left: 1.563rem;
  z-index: -1;
}

.faq-block .wp-block-heading > img {
  position: absolute;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .faq-block .wp-block-heading > img {
    max-height: 101px;
    margin-left: 40px;
  }
}

#blog-showcase {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #blog-showcase {
    margin-bottom: 2rem;
  }
}
#blog-showcase .blog-showcase-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  #blog-showcase .blog-showcase-inner {
    flex-direction: row;
  }
}
#blog-showcase .blog-showcase-inner .blog-showcase-meta {
  flex: 1;
  padding: 1rem;
  background-color: #E2FF32;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  #blog-showcase .blog-showcase-inner .blog-showcase-meta {
    padding: 2rem;
  }
}
#blog-showcase .blog-showcase-inner .blog-showcase-meta .badges {
  margin-bottom: 1rem;
}
#blog-showcase .blog-showcase-inner .blog-showcase-meta-action a {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
#blog-showcase .blog-showcase-inner .blog-showcase-meta-action a svg {
  transition: 0.2s ease-in-out;
}
#blog-showcase .blog-showcase-inner .blog-showcase-meta-action a:hover svg {
  transform: rotate(-45deg);
}

.blog-container {
  max-width: 1349px;
  margin: 0 auto;
  padding: 0 1rem;
}

.blog-single-image {
  aspect-ratio: 1020/464;
  object-fit: cover;
  margin-top: -50px;
}
@media screen and (min-width: 1200px) {
  .blog-single-image {
    margin-top: -150px;
  }
}
.blog-single-image img {
  aspect-ratio: 1020/464;
  object-fit: cover;
}

.rezepte-wrapper:not(.rezepte-wrapper.swiper) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 540px) {
  .rezepte-wrapper:not(.rezepte-wrapper.swiper) {
    flex-direction: row;
    gap: 0;
    margin: 0 -0.5rem;
  }
}
.rezepte-wrapper:not(.rezepte-wrapper.swiper) .rezepte-item {
  margin-top: 2rem;
}
@media screen and (min-width: 540px) {
  .rezepte-wrapper:not(.rezepte-wrapper.swiper) .rezepte-item {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .rezepte-wrapper:not(.rezepte-wrapper.swiper) .rezepte-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
  }
  .rezepte-wrapper:not(.rezepte-wrapper.swiper) .rezepte-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.rezepte-wrapper .rezepte-item {
  flex: 1;
}
.rezepte-wrapper .rezepte-item .rezepte-container {
  margin-bottom: 0;
}
.rezepte-wrapper .rezepte-item .rezepte-container a {
  position: relative;
  display: block;
}
.rezepte-wrapper .rezepte-item .rezepte-container a > img {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.rezepte-wrapper .rezepte-item .rezepte-container a .badges {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}
.rezepte-wrapper .rezepte-item .rezepte-container figcaption {
  background-color: #ffffff;
  border: 1px solid rgba(117, 117, 117, 0.17);
  border-radius: 6px;
  max-width: calc(100% - 2rem);
  width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  margin-top: -55px;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .rezepte-wrapper .rezepte-item .rezepte-container figcaption {
    max-width: calc(100% - 4rem);
  }
}

.app-download {
  display: inline-flex !important;
  gap: 1rem;
  flex-direction: row;
}
.app-download img {
  max-width: 130px;
}
@media screen and (min-width: 370px) {
  .app-download img {
    max-width: 150px;
  }
}
@media screen and (min-width: 767px) {
  .app-download img {
    max-width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .app-download img {
    max-width: 212px;
  }
}

.app-cta {
  position: relative;
}

.app-image {
  position: relative;
}
.app-image img {
  max-height: 150px;
  object-fit: contain;
}
@media screen and (min-width: 767px) {
  .app-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-height: 350px;
  }
}
@media screen and (min-width: 1500px) {
  .app-image img {
    max-height: initial;
  }
}

.intro .google-wrapper {
  color: #ffffff;
}
.intro .google-wrapper .google-stars svg path {
  fill: #f1c40f;
}
.intro .google-wrapper svg path {
  fill: #ffffff;
}

.google-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.google-wrapper.alignleft {
  justify-content: flex-start;
}
.google-wrapper.alignright {
  justify-content: flex-end;
}
.google-wrapper.aligncenter {
  justify-content: center;
}
.google-wrapper .google-people img {
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
  max-width: 32px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people img {
    max-width: 50px;
  }
}
.google-wrapper .google-people img:first-child {
  z-index: 3;
  margin-right: -16px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people img:first-child {
    margin-right: -25px;
  }
}
.google-wrapper .google-people img:nth-child(2) {
  z-index: 2;
  margin-right: -16px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people img:nth-child(2) {
    margin-right: -25px;
  }
}
.google-wrapper .google-people img:nth-child(3) {
  z-index: 1;
  right: 0;
}

.kursplan {
  background-color: #F9F5F1;
  padding: 2rem 0;
}

.kursplan__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 1.25rem 1rem;
  scroll-behavior: smooth;
}

.kursplan__days {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  min-width: 100%;
}

.kursplan__day {
  flex: 1 1 360px;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(112, 112, 112, 0.4);
}

.kursplan__day:first-child {
  border-left: 0;
}

.kursplan__day-header {
  background-color: rgba(17, 60, 74, 0.12);
  color: #113C4A;
  text-align: center;
  font-weight: 600;
  padding: 0.65rem 0.75rem;
  border-radius: 0;
}

.kursplan__day-content {
  background-color: transparent;
  border-radius: 0;
  padding: 0.75rem;
  min-height: 100%;
}

.kursplan__day-track {
  position: relative;
  box-sizing: border-box;
}
.kursplan__day-track:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #161615;
  opacity: 0.6;
  transform: translateX(-50%);
}

.kursplan__day.is-current .kursplan__day-header {
  background-color: #409D8A;
  color: #ffffff;
}
.kursplan__day.is-current .kursplan__day-content {
  border: 0;
}

.kursplan__course {
  position: absolute;
  background-color: #81BAAE;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-sizing: border-box;
  text-decoration: none;
}

.kursplan__day.is-current .kursplan__course {
  background-color: #409D8A;
}

.kursplan__course-title {
  font-weight: 600;
}

.kursplan__course-time {
  font-size: 0.85rem;
  opacity: 0.85;
}

.kursplan__empty {
  font-size: 0.9rem;
  color: #113C4A;
  opacity: 0.75;
}

.taxonomy-category a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 20px;
  background-color: #E2FF32;
  border-radius: 38px;
  margin: 0 0.5rem;
  display: inline-block;
}
.taxonomy-category a:first-child {
  margin-left: 0;
}
.taxonomy-category a:last-child {
  margin-right: 0;
}
.taxonomy-category span {
  display: none;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
#modal .modal-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#modal .modal-wrapper .modal-container {
  max-width: 569px;
  padding: 1rem;
  width: 100%;
}
#modal .modal-wrapper .modal-container .modal-inner {
  background-color: #ffffff;
  color: #161615;
  padding: 0.625rem 2rem;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.23);
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
}
#modal .modal-wrapper .modal-container .modal-inner .modal-notice .modal-notice-inner {
  background-color: #E2FF32;
  padding: 1rem;
  color: #113C4A;
}
#modal .modal-wrapper .modal-container .modal-inner .modal-notice .modal-notice-inner p {
  margin: 0;
}
#modal .modal-wrapper .modal-container .modal-inner .modal-close {
  position: absolute;
  font-size: 0;
  cursor: pointer;
  height: 30px;
  display: inline-block;
  width: 30px;
  right: 1rem;
}
#modal .modal-wrapper .modal-container .modal-inner .modal-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  transform: rotate(45deg);
  background-color: #161615;
  top: 50%;
}
#modal .modal-wrapper .modal-container .modal-inner .modal-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 30px;
  transform: rotate(-45deg);
  background-color: #161615;
  top: 50%;
}

.nf-form-cont h3 {
  font-size: var(--wp--preset--font-size--h-3) !important;
}
.nf-form-cont .nf-form-content {
  margin-top: 1.75rem !important;
}
.nf-form-cont .nf-field-label {
  margin-bottom: 0 !important;
}
.nf-form-cont label {
  font-weight: 400 !important;
  font-size: 1rem !important;
}
.nf-form-cont .checkbox-wrap label {
  font-size: 0.825rem !important;
}
.nf-form-cont input {
  border-radius: 10px;
  border: 1px solid #161615;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}
.nf-form-cont .label-above .field-wrap {
  position: relative;
}
.nf-form-cont .label-above .field-wrap .nf-field-label {
  background-color: #ffffff;
  padding: 0 0.25rem;
  position: absolute;
  top: 0;
  left: 0.75rem;
  z-index: 2;
  transform: translateY(-50%);
}
.nf-form-cont .label-above .field-wrap .nf-field-element {
  position: relative;
  z-index: 1;
}

.ninja-forms-field[type=submit] {
  text-align: center;
  width: 100% !important;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  letter-spacing: -0.024em;
  padding: 0.992rem 1.785rem;
  background-color: #E2FF32;
  color: #113C4A;
  border: 0;
  font-size: var(--wp--preset--font-size--paragraph-2) !important;
  border-radius: 9999px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.ninja-forms-field[type=submit]:hover {
  background-color: #113C4A;
  color: #ffffff;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pagination a,
.pagination span {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  margin-top: initial;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #E2FF32;
  color: #113C4A;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .pagination a,
  .pagination span {
    height: 56px;
    width: 56px;
    line-height: 56px;
  }
}

.pagination .current {
  background: #113c4a;
  color: #fff;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: "Britanica", sans-serif;
}
body.wp-singular .yoast-breadcrumbs {
  color: #ffffff;
}

#content {
  position: relative;
  overflow: hidden;
}

body.has-marquee #content {
  padding-top: 2.2rem;
}
@media screen and (min-width: 767px) {
  body.has-marquee #content {
    padding-top: 2.3rem;
  }
}

a {
  color: #E2FF32;
}

mark {
  padding: 0.532rem 1.28rem;
  border-radius: 38px;
  display: inline-block;
}

.border-radius {
  border-radius: 6px;
}
.border-radius img {
  border-radius: 6px;
}

.nomargin {
  margin: 0;
}

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

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

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

.nopadding {
  padding: 0 !important;
}

.wp-block-image {
  margin-bottom: 0;
}

.mx-w-545 {
  max-width: 545px !important;
}

.mx-w-1020 {
  max-width: 1020px !important;
}

.mx-w-1349 {
  max-width: 1349px !important;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding: 0.992rem 1.785rem;
}

.wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  letter-spacing: -0.024em;
}

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.img-responsive img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

:where(.wp-block-columns.has-background) {
  padding: 0;
}

.wp-block-columns.alignwide {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.gradient {
  position: relative;
  overflow: hidden;
}
.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  z-index: 1;
}
.gradient > * {
  position: relative;
  z-index: 2;
}

.wp-block-button .wp-block-button__link {
  transition: 0.2s ease-in-out;
}
.wp-block-button .wp-block-button__link.has-primary-background-color:hover {
  background-color: #113C4A !important;
  color: #ffffff !important;
}
.wp-block-button .wp-block-button__link.has-primary-background-color:hover img {
  filter: invert(1);
}
.wp-block-button .wp-block-button__link.has-primary-background-color img {
  transition: 0.2s ease-in-out;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #ffffff;
  color: #113C4A !important;
  border-color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover img {
  mix-blend-mode: difference;
}

.ingredients ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ingredients ul li {
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.5em;
  color: var(--wp--preset--color--black) !important;
}
.ingredients ul li:before {
  background: url(../images/checkbox-outline.svg) no-repeat center center/cover;
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 0;
  top: 5px;
}

.swiper-navigation-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  margin-top: 1rem;
}
@media screen and (min-width: 767px) {
  .swiper-navigation-controls {
    margin-top: 2rem;
  }
}
.swiper-navigation-controls .swiper-pagination {
  position: relative;
}
.swiper-navigation-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #113C4A;
  opacity: 1;
  width: 20px;
  height: 5px;
  border-radius: initial;
  margin: 0;
  transition: 0.2s ease-in-out;
}
.swiper-navigation-controls .swiper-pagination .swiper-pagination-bullet:hover {
  height: 10px;
  background-color: #E2FF32;
}
.swiper-navigation-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E2FF32;
  height: 10px;
  width: 30px;
}
.swiper-navigation-controls .swiper-horizontal > .swiper-pagination-bullets, .swiper-navigation-controls .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-navigation-controls .swiper-pagination-custom, .swiper-navigation-controls .swiper-pagination-fraction {
  bottom: initial;
  top: initial;
  width: auto;
}
.swiper-navigation-controls .swiper-button-next, .swiper-navigation-controls .swiper-button-prev {
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  margin-top: initial;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background-color: #E2FF32;
  color: #113C4A;
}
.swiper-navigation-controls .swiper-button-next:after, .swiper-navigation-controls .swiper-button-prev:after {
  font-size: 1rem;
}
.swiper-navigation-controls .swiper-button-next:hover, .swiper-navigation-controls .swiper-button-prev:hover {
  background-color: #113C4A;
  color: #E2FF32;
}

.badges .badge {
  background-color: #000;
  color: #fff;
  padding: 7px 16px;
  display: inline-block;
  border-radius: 999px;
}

.is-style-link {
  position: relative;
}
.is-style-link .wp-block-cover__inner-container {
  position: static;
}
.is-style-link .wp-block-cover__inner-container a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.is-style-link .wp-block-cover__inner-container a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
