@charset "UTF-8";
/*!
Theme Name: nutricia
Theme URI: http://underscores.me/
Author: mrm
Author URI: https://www.mccann.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nutricia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "gotham_book", sans-serif;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
body.no-scroll {
  overflow-y: hidden;
}

h1 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h2 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h5 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

:root {
  --white: hsl(0, 0%, 100%);
  --black: #1d2433;
  --off-white: hsl(225, 40%, 98%);
  --text-secondary: rgba(29, 36, 51, 0.8);
  --brand-300: #4758b8;
  --brand-400: #2436a1;
  --brand-500: #001489;
  --brand-700: #00106e;
  --secondary-400: #33bae6;
  --secondary-500: #00a9e0;
  --neutral-300: #fbfbfb;
  --neutral-400: #f9f9f9;
  --neutral-500: #f8f8f8;
  --neutral-700: #bdbdbd;
  --gradient: linear-gradient(180deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  --ecru-white: #f4f3ec;
  --pink: #ffdeff;
  --error-400: hsl(4, 92%, 69%);
  --error-500: hsl(4, 86%, 58%);
  --warning-300: hsl(42, 99%, 65%);
  --warning-400: hsl(39, 98%, 56%);
  --success-400: hsl(150, 66%, 52%);
  --success-500: hsl(152, 82%, 39%);
}

.stages-intro,
.aboutus-intro,
.filters-intro,
.contact-intro,
.standard-intro,
.intro, .pronomia-intro, .testimonials-intro, .section--testimonials, .testimonials-page, .single-testimonials .testimonials-single-container, .music-banner, .podcasts-banner, .calendar-banner, .hero-carousel .hero-swiper .swiper-slide, .desktop-header, .main-navigation-desktop .main-submenu.active, .mobile-header, .main-navigation-mobile .misc, .qr-intro h2, .qr-intro h3, .qr-sections, .pronomia-section, .career .career-content, .calculator-container, .successful-message, .page-template-club-pronomia .pronomia-section, .deigmata-container, .coupons-container, .thilasmos-disclaimer, .about-us-internal-sections .section, .about-us-sections, .aboutus-divider, .tabs-content, .section--relatedproducts, .calendar-filters-section, .stages .facet-container.d-mobile, .stages .stages-content, .section--news, .coupons-banner, .breadcrumbs, .subfooter, .footer-top, .footer-bottom, .extra-footer {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .stages-intro,
  .aboutus-intro,
  .filters-intro,
  .contact-intro,
  .standard-intro,
  .intro, .pronomia-intro, .testimonials-intro, .section--testimonials, .testimonials-page, .single-testimonials .testimonials-single-container, .music-banner, .podcasts-banner, .calendar-banner, .hero-carousel .hero-swiper .swiper-slide, .desktop-header, .main-navigation-desktop .main-submenu.active, .mobile-header, .main-navigation-mobile .misc, .qr-intro h2, .qr-intro h3, .qr-sections, .pronomia-section, .career .career-content, .calculator-container, .successful-message, .page-template-club-pronomia .pronomia-section, .deigmata-container, .coupons-container, .thilasmos-disclaimer, .about-us-internal-sections .section, .about-us-sections, .aboutus-divider, .tabs-content, .section--relatedproducts, .calendar-filters-section, .stages .facet-container.d-mobile, .stages .stages-content, .section--news, .coupons-banner, .breadcrumbs, .subfooter, .footer-top, .footer-bottom, .extra-footer {
    --container: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .stages-intro,
  .aboutus-intro,
  .filters-intro,
  .contact-intro,
  .standard-intro,
  .intro, .pronomia-intro, .testimonials-intro, .section--testimonials, .testimonials-page, .single-testimonials .testimonials-single-container, .music-banner, .podcasts-banner, .calendar-banner, .hero-carousel .hero-swiper .swiper-slide, .desktop-header, .main-navigation-desktop .main-submenu.active, .mobile-header, .main-navigation-mobile .misc, .qr-intro h2, .qr-intro h3, .qr-sections, .pronomia-section, .career .career-content, .calculator-container, .successful-message, .page-template-club-pronomia .pronomia-section, .deigmata-container, .coupons-container, .thilasmos-disclaimer, .about-us-internal-sections .section, .about-us-sections, .aboutus-divider, .tabs-content, .section--relatedproducts, .calendar-filters-section, .stages .facet-container.d-mobile, .stages .stages-content, .section--news, .coupons-banner, .breadcrumbs, .subfooter, .footer-top, .footer-bottom, .extra-footer {
    --container: 1346px;
  }
}
.hero-carousel .hero-swiper .swiper-nav {
  --container: 768px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 1024px) {
  .hero-carousel .hero-swiper .swiper-nav {
    --container: 1260px;
  }
}
.vision .vision-content, .faq .faq-thematologia, .article-content, .share-buttons-container {
  --container: 768px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
.product-categories {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .product-categories {
    --container: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .product-categories {
    --container: 1186px;
  }
}
.product-first-section {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 768px) {
  .product-first-section {
    --container: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .product-first-section {
    --container: 1020px;
  }
}
@font-face {
  font-family: "gotham_book";
  src: url("./fonts/GothamGRBook.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "gotham_medium";
  src: url("./fonts/GothamGRMedium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "gotham_bold";
  src: url("./fonts/GothamGRBold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.hero-carousel .hero-swiper .message p.carousel-title, .career .career-content h1 {
  font: 700 38px/44px "gotham_bold", sans-serif;
}
@media screen and (min-width: 1024px) {
  .hero-carousel .hero-swiper .message p.carousel-title, .career .career-content h1 {
    font: 700 48px/50px "gotham_bold", sans-serif;
  }
}

h2, .h2, .stages-intro h1,
.aboutus-intro h1,
.filters-intro h1,
.contact-intro h1,
.standard-intro h1,
.intro h1, .pronomia-intro h1, .testimonials-intro h1, .single-testimonials .testimonials-single-container h1, .qr-intro h1, .about-us-internal-sections h1, .single-nutricia_articles .periferiakes h1,
.periferiakes .periferiakes h1,
.single-calendar-pages .periferiakes h1, .single-calendar-pages h1, .single-nutricia_articles .article-meta h1 {
  font: 500 28px/40px "gotham_medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  h2, .h2, .stages-intro h1,
  .aboutus-intro h1,
  .filters-intro h1,
  .contact-intro h1,
  .standard-intro h1,
  .intro h1, .pronomia-intro h1, .testimonials-intro h1, .single-testimonials .testimonials-single-container h1, .qr-intro h1, .about-us-internal-sections h1, .single-nutricia_articles .periferiakes h1,
  .periferiakes .periferiakes h1,
  .single-calendar-pages .periferiakes h1, .single-calendar-pages h1, .single-nutricia_articles .article-meta h1 {
    font: 500 40px/42px "gotham_medium", sans-serif;
  }
}

.qr-sections .section h2, .pronomia-section h3.pronomia-title, .successful-message p, .product-first-section .product-main-info .product-title, .stages h3, .stages .stages-content h3.title, .coupons-banner .coupons-content h3 {
  font: 500 24px/24px "gotham_medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .qr-sections .section h2, .pronomia-section h3.pronomia-title, .successful-message p, .product-first-section .product-main-info .product-title, .stages h3, .stages .stages-content h3.title, .coupons-banner .coupons-content h3 {
    font: 500 28px/28px "gotham_medium", sans-serif;
  }
}

.page-template-club-pronomia .pronomia-section .pronomia-box h2.pronomia-title, .thilasmos-disclaimer .thilasmos-disclaimer-content h4, .tab-title, .calendar-filters-section .calendar-filter h2.calendαr-filter-title {
  font: 500 20px/32px "gotham_medium", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-template-club-pronomia .pronomia-section .pronomia-box h2.pronomia-title, .thilasmos-disclaimer .thilasmos-disclaimer-content h4, .tab-title, .calendar-filters-section .calendar-filter h2.calendαr-filter-title {
    font: 500 24px/35px "gotham_medium", sans-serif;
  }
}

.h5, .about-us-internal-sections .section .content h2, .article-content h2.wp-block-heading, .contact-form .contact-subtitle, .contact-form-content h2.wp-block-heading, .share-buttons-container h2.share-this-title {
  font: 500 20px/32px "gotham_medium", sans-serif;
}

.faq h2, .product-box h3.news-card__title a, .contact-form-content .form-directions h2, .footer-top h2.footer-title {
  font: 500 18px/26px "gotham_medium", sans-serif;
}

.career .career-content .career-options .career-option p, .stages .stages-content .stages-boxes-container .news-card__title a, .page-template-videos .news-card__title, .section--news .thumb-card .news-card__title a, .box-container .box__title {
  font: 400 18px/30px "gotham_book", sans-serif;
}
@media screen and (min-width: 1024px) {
  .career .career-content .career-options .career-option p, .stages .stages-content .stages-boxes-container .news-card__title a, .page-template-videos .news-card__title, .section--news .thumb-card .news-card__title a, .box-container .box__title {
    font: 400 20px/32px "gotham_book", sans-serif;
  }
}

.medium-text-regular, .pronomia-intro .main-text p, .vision .vision-content p, .section--testimonials .thumb-card p,
.testimonials-page .thumb-card p, .main-navigation-desktop .parent-menu-item, .main-navigation-mobile .menu-item h1, .qr-intro h2, .qr-sections .section p, .qr-sections .section p em, .calculator-container label.cbddc-input-wrapper.-format-element, .page-template-club-pronomia .pronomia-section .pronomia-box .pronomia-maintext, .about-us-internal-sections .section .content p, .product-first-section .product-main-info p, .tab-menu ul a,
.tab-menu li a, .tab-text p,
.tab-text ul,
.tab-text li, .info-tab-box .tab-main-content .main-text p,
.info-tab-box .tab-main-content .main-text ul,
.info-tab-box .tab-main-content .main-text li, .article-content p,
.article-content ul,
.article-content li, .calendar-filters-section .calendar-filter .calendar-filter-maintext, .contact-form input:not(.button),
.contact-form textarea,
.contact-form select, .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.button, .contact-form-content p,
.contact-form-content ul,
.contact-form-content li,
.contact-form-content label, a.button,
input.button,
.button,
.cbddc-button {
  font: 400 17px/25px "gotham_book", sans-serif;
}
@media screen and (min-width: 1024px) {
  .medium-text-regular, .pronomia-intro .main-text p, .vision .vision-content p, .section--testimonials .thumb-card p,
  .testimonials-page .thumb-card p, .main-navigation-desktop .parent-menu-item, .main-navigation-mobile .menu-item h1, .qr-intro h2, .qr-sections .section p, .qr-sections .section p em, .calculator-container label.cbddc-input-wrapper.-format-element, .page-template-club-pronomia .pronomia-section .pronomia-box .pronomia-maintext, .about-us-internal-sections .section .content p, .product-first-section .product-main-info p, .tab-menu ul a,
  .tab-menu li a, .tab-text p,
  .tab-text ul,
  .tab-text li, .info-tab-box .tab-main-content .main-text p,
  .info-tab-box .tab-main-content .main-text ul,
  .info-tab-box .tab-main-content .main-text li, .article-content p,
  .article-content ul,
  .article-content li, .calendar-filters-section .calendar-filter .calendar-filter-maintext, .contact-form input:not(.button),
  .contact-form textarea,
  .contact-form select, .contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.button, .contact-form-content p,
  .contact-form-content ul,
  .contact-form-content li,
  .contact-form-content label, a.button,
  input.button,
  .button,
  .cbddc-button {
    font: 400 18px/28px "gotham_book", sans-serif;
  }
}

.normal-text-regular, .single-testimonials .testimonials-single-container .testimonials-single-content .main-content, .main-navigation-desktop .submenu a, .main-navigation-mobile .submenu a:not(.account-link), .faq .item .answer p, .thilasmos-disclaimer .thilasmos-disclaimer-content p, .stages .facetwp-facet .facetwp-radio.checked,
.stages .facetwp-facet .facetwp-radio, .contact-form-content .form-directions p, .footer-top .menu a {
  font: 400 16px/25px "gotham_book", sans-serif;
}

.section--testimonials .thumb-card .news-card__meta time,
.testimonials-page .thumb-card .news-card__meta time, .single-testimonials .testimonials-single-container .testimonials-single-content .testimonial-meta, .calendar-banner .small-title, .menu-articles .menu-articles-thumbs article .news-card__title a, .menu-articles .menu-articles-cta, .deigmata-container .product-box p, .coupons-container .product-box p, .merchants .extra-info p, .multiple-steps .step .step-content p, .multiple-steps .step .number-step, .instructions .step .step-content p, .instructions .step .number-step, .single-step .step .step-content p, .etiketa-tab-box p, .calendar-filters-section select, .stages .choose-stage-container ul a,
.stages .choose-stage-container li a, .stages .stages-content .stages-boxes-container .news-card__excerpt, .page-template-videos .news-card__excerpt, .section--news .thumb-card .news-card__excerpt, .product-box p.news-card__excerpt, .contact-form select, .contact-form .wpcf7-form-control wpcf7-acceptance, .contact-form label.contact-child-subtitle span, .underlined-link {
  font: 400 14px/22px "gotham_book", sans-serif;
}

.single-testimonials .testimonials-single-container .testimonials-single-content .testimonial-name, .article-content h3.wp-block-heading, .contact-form-content h3.wp-block-heading {
  font: 700 18px/30px "gotham_book", sans-serif;
}
@media screen and (min-width: 1024px) {
  .single-testimonials .testimonials-single-container .testimonials-single-content .testimonial-name, .article-content h3.wp-block-heading, .contact-form-content h3.wp-block-heading {
    font: 700 20px/32px "gotham_book", sans-serif;
  }
}

.section--testimonials .thumb-card h3.news-card__title a,
.testimonials-page .thumb-card h3.news-card__title a, .main-navigation-desktop .has-submenu, .main-navigation-mobile .menu-item h2, .qr-intro h3, .qr-sections .section p strong,
.qr-sections .section p bold, .about-us-internal-sections .section .content p strong, .about-us-internal-sections .section .content.dark-theme p strong, .product-first-section .product-main-info p strong, .tab-text p strong,
.tab-text ul strong,
.tab-text li strong, .info-tab-box .tab-main-content .main-text p strong,
.info-tab-box .tab-main-content .main-text ul strong,
.info-tab-box .tab-main-content .main-text li strong, .article-content p strong,
.article-content ul strong,
.article-content li strong, .contact-form-content p strong,
.contact-form-content ul strong,
.contact-form-content li strong,
.contact-form-content label strong {
  font: 700 17px/25px "gotham_book", sans-serif;
}
@media screen and (min-width: 1024px) {
  .section--testimonials .thumb-card h3.news-card__title a,
  .testimonials-page .thumb-card h3.news-card__title a, .main-navigation-desktop .has-submenu, .main-navigation-mobile .menu-item h2, .qr-intro h3, .qr-sections .section p strong,
  .qr-sections .section p bold, .about-us-internal-sections .section .content p strong, .about-us-internal-sections .section .content.dark-theme p strong, .product-first-section .product-main-info p strong, .tab-text p strong,
  .tab-text ul strong,
  .tab-text li strong, .info-tab-box .tab-main-content .main-text p strong,
  .info-tab-box .tab-main-content .main-text ul strong,
  .info-tab-box .tab-main-content .main-text li strong, .article-content p strong,
  .article-content ul strong,
  .article-content li strong, .contact-form-content p strong,
  .contact-form-content ul strong,
  .contact-form-content li strong,
  .contact-form-content label strong {
    font: 700 18px/28px "gotham_book", sans-serif;
  }
}

.faq .item .question h3, .faq .item .answer p em,
.faq .item .answer p strong, .coupon-popup .coupon-popup-content {
  font: 700 16px/25px "gotham_book", sans-serif;
}

.merchants .extra-info p strong, .contact-form button.remove-child,
.contact-form button#add-child, .contact-form label.contact-child-subtitle, .contact-form-content .form-directions a, .footer-bottom .footer__copy .craft a, .extra-footer .footer__copy .footer__links .extra-links .extra__link {
  font: 700 14px/22px "gotham_bold", sans-serif;
}

a.button,
input.button,
.button,
.cbddc-button {
  cursor: pointer;
  background: none repeat scroll 0 0 transparent;
  border: none none;
  border: 1px white transparent;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  position: relative;
  background-color: var(--brand-500);
  color: white;
  padding: 15px 35px;
  border-radius: 29px;
  display: inline-block;
  justify-content: center;
  transition: background-color 3s ease, color 0.2s ease;
}
a.button.transparent,
input.button.transparent,
.button.transparent,
.cbddc-button.transparent {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
a.button.transparent:hover,
input.button.transparent:hover,
.button.transparent:hover,
.cbddc-button.transparent:hover {
  background-color: white;
  border: 1px solid var(--brand-500);
  color: var(--brand-500);
}
a.button.transparent:active,
input.button.transparent:active,
.button.transparent:active,
.cbddc-button.transparent:active {
  background-color: white;
  border: 1px solid var(--brand-500);
  color: var(--brand-500);
}
a.button.white,
input.button.white,
.button.white,
.cbddc-button.white {
  background-color: white;
  color: var(--brand-500);
}
a.button.white:hover,
input.button.white:hover,
.button.white:hover,
.cbddc-button.white:hover {
  background-color: var(--brand-500);
  color: white;
}
a.button.white:active,
input.button.white:active,
.button.white:active,
.cbddc-button.white:active {
  background-color: var(--brand-500);
  color: white;
}
a.button:disabled,
input.button:disabled,
.button:disabled,
.cbddc-button:disabled {
  opacity: 0.5;
}
a.button:hover,
input.button:hover,
.button:hover,
.cbddc-button:hover {
  background-color: var(--secondary-400);
}
a.button:active,
input.button:active,
.button:active,
.cbddc-button:active {
  background-color: var(--secondary-400);
}

.underlined-link {
  color: var(--text-secondary);
  display: inline-block;
  position: relative;
}
.underlined-link:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #1d2433;
  transition: all 0.4s ease-in;
}
.underlined-link:hover:after {
  content: "";
  width: 10%;
}

.subfooter {
  padding-block: 32px;
  border-top: 1px solid #f8f8f8;
}
.subfooter .footer__homelink img {
  width: 85px;
}
@media screen and (min-width: 1024px) {
  .subfooter .footer__homelink img {
    width: 185px;
  }
}

.footer-top {
  background-color: var(--brand-500);
  display: flex;
  flex-wrap: wrap;
  padding-block: 48px;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .footer-top {
    padding-top: 128px;
    padding-bottom: 152px;
    justify-content: space-between;
  }
}
.footer-top .col {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-top .col {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-top .col {
    width: 22%;
  }
}
.footer-top .col.col-small {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-top .col.col-small {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-top .col.col-small {
    width: 15%;
  }
}
.footer-top h2.footer-title {
  color: white;
  margin-bottom: 16px;
}
.footer-top .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-top .menu a {
  color: white;
  margin-bottom: 10px;
}
.footer-top .menu .menu__item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-top__social {
    flex: 0 0 100%;
    order: -1;
  }
}

.footer-bottom {
  padding-block: 15px;
}
.footer-bottom .footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer__copy {
    justify-content: space-between;
  }
}
.footer-bottom .footer__copy .copy,
.footer-bottom .footer__copy .craft {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer__copy .copy,
  .footer-bottom .footer__copy .craft {
    width: 35%;
  }
}
.footer-bottom .footer__copy .craft a {
  color: var(--brand-500);
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer__copy .craft {
    text-align: end;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer__copy .copy {
    text-align: start;
  }
}
.footer-bottom .footer__copy .footer__social {
  width: 100%;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .footer-bottom .footer__copy .footer__social {
    width: 30%;
    margin-block: 0;
  }
}

.extra-footer {
  padding-block: 15px;
}
.extra-footer .footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.extra-footer .footer__copy .footer__links {
  width: 100%;
  margin-block: 20px;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .extra-footer .footer__copy .footer__links {
    margin-block: 0;
  }
}
.extra-footer .footer__copy .footer__links .extra-links .extra__link {
  transition: opacity 0.2s ease;
  color: var(--brand-500);
}
.extra-footer .footer__copy .footer__links .extra-links .extra__link:hover {
  opacity: 0.5;
}

.burger-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.burger-button {
  cursor: pointer;
  width: 24px;
  height: 16px;
  position: relative;
  /*Reset's every elements apperance*/
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.burger-button span {
  transition: all 0.3s ease;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: black;
}
.burger-button span:first-child {
  top: 0;
}
.burger-button span:nth-child(2) {
  top: 6px;
}
.burger-button span:last-child {
  top: 12px;
}

.open.burger-button span:first-child,
.open.burger-button span:last-child {
  top: 6px;
}
.open.burger-button span:first-child {
  transform: rotate(45deg);
}
.open.burger-button span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.open.burger-button span:last-child {
  transform: rotate(-45deg);
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social__item {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}
.social__link {
  transition: opacity 0.2s ease;
}
.social__link:hover {
  opacity: 0.5;
}

.is-search-form label {
  position: relative;
}
.is-search-form label:before {
  content: "";
  position: absolute;
  background-image: url("./img/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 4;
  transform: translate(10px, 10px);
}
.is-search-form button.is-search-submit {
  display: none;
}
.is-search-form .is-screen-reader-text {
  display: none;
}
.is-search-form .is-search-input {
  width: 100%;
  background-color: rgba(234, 236, 240, 0.2901960784);
  border-radius: 8px;
  border: none;
  padding: 10px 35px;
}

.is-search-form label:before {
  content: "";
  background-image: url("./img/search.svg");
}

#backtotop {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer;
  z-index: 1000;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(218, 24%, 27%);
}
#backtotop img {
  width: 24px;
  transform: rotate(180deg) translateY(3px);
}
@media screen and (min-width: 1024px) {
  #backtotop {
    right: 30px; /* Place the button 30px from the right */
  }
}

.products-container .products {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .products-container .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  .products-container .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-container .products.products-three {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .products-container .products.products-three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  .products-container .products.products-three {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-container .products-card {
  position: relative;
  text-align: center;
  margin: auto;
  width: 268px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 22px 10px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  .products-container .products-card {
    width: 313px;
  }
}
@media screen and (min-width: 768px) {
  .products-container .products-card {
    width: 378px;
  }
}
@media screen and (min-width: 1130px) {
  .products-container .products-card {
    width: 345px;
  }
}
@media screen and (min-width: 1320px) {
  .products-container .products-card {
    width: 378px;
  }
}
.products-container .products-card__image img {
  width: 100%;
  height: 201px;
  object-position: center;
  object-fit: cover;
  margin: auto;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.products-container .products-card .title {
  margin-bottom: 24px;
}
.products-container .products-card .details {
  margin-bottom: 32px;
}

.products-boxes-container {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .products-boxes-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  .products-boxes-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1368px) {
  .products-boxes-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1368px) {
  .products-boxes-container.triple {
    grid-template-columns: repeat(3, 1fr);
  }
}

.contact-widget p.box-title {
  font: 400 24px/22px "gotham_book", sans-serif;
  color: var(--brand-500);
  margin-bottom: 10px;
}
.contact-widget p.box-details {
  font: 400 12px/12px "gotham_book", sans-serif;
  color: var(--text-secondary);
}

@media screen and (max-width: 768px) {
  .contact-widget {
    top: 50%;
    padding: 10px 40px;
    z-index: 19;
    position: fixed;
    background-color: #ffffff;
    transition: all 0.4s ease-in;
    transform: translateX(100%);
    right: 0;
    transition: all 0.4s ease-in;
    cursor: pointer;
  }
  .contact-widget .widget-button {
    opacity: 1;
    transition: all 0.2s ease-in;
    top: 0;
    left: -35px;
    width: 35px;
    height: 150px;
    z-index: 9999;
    position: absolute;
    border-radius: 20px 0 0 20px;
    background-color: var(--brand-500);
  }
  .contact-widget .widget-button .vertical {
    left: -63px;
    color: #fff;
    width: 160px;
    display: block;
    position: absolute;
    font-size: 16px;
    transform: translateY(-50%) rotate(-90deg);
    top: 27%;
  }
  .contact-widget.isWidgetOpen {
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    right: unset;
    z-index: 99;
    transform: translateX(0);
  }
  .contact-widget.isWidgetOpen .contact-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 400px;
  }
  .contact-widget.isWidgetOpen .contact-boxes .box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
  }
  .contact-widget.isWidgetOpen .contact-boxes .box a {
    width: 15%;
  }
  .contact-widget.isWidgetOpen .contact-boxes .box-content {
    width: 80%;
    max-width: 300px px;
  }
  .contact-widget.isWidgetOpen .widget-button {
    opacity: 0;
  }
  .contact-widget.isWidgetOpen .widget-close {
    position: absolute;
    right: 8px;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contact-widget {
    top: 50%;
    padding: 10px 40px;
    z-index: 19;
    position: fixed;
    background-color: #ffffff;
    transition: all 0.4s ease-in;
    width: 631px;
    right: 0;
    transform: translateX(100%);
  }
  .contact-widget .contact-boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact-widget .contact-boxes .box {
    display: flex;
    margin-block: 15px;
    justify-content: space-between;
    width: 50%;
  }
  .contact-widget .contact-boxes .box .box-content {
    width: 80%;
  }
  .contact-widget .contact-boxes .box a {
    width: 17%;
  }
  .contact-widget .widget-close {
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
  }
  .contact-widget .widget-button {
    top: 0;
    left: -35px;
    width: 35px;
    height: 100%;
    z-index: 9999;
    position: absolute;
    border-radius: 20px 0 0 20px;
    background-color: var(--brand-500);
    cursor: pointer;
  }
  .contact-widget .widget-button .vertical {
    left: -63px;
    color: #fff;
    width: 160px;
    display: block;
    position: absolute;
    font-size: 16px;
    transform: translateY(-50%) rotate(-90deg);
    top: 35%;
  }
  .contact-widget.isWidgetOpen {
    transform: translateX(0);
  }
}
.taglist {
  color: white;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.taglist__item {
  border-radius: 2rem;
  padding: 2px 10px;
  border: 1px solid white;
  margin: 0.5em;
  font: 400 11px/16px "gotham_book", sans-serif;
  transition: background-color 0.2s ease;
}
.taglist__link {
  display: block;
  color: inherit;
  font: inherit;
  text-decoration: none;
  padding: 0.5em 1em;
}

.single-nutricia_articles .article-hero .taglist {
  color: var(--brand-500);
  flex-direction: column;
}
.single-nutricia_articles .article-hero .taglist__item {
  border: 1px solid var(--brand-500);
}

.full-hero {
  position: relative;
  height: 245px;
}
@media screen and (min-width: 1200px) {
  .full-hero {
    height: 431px;
  }
}
.full-hero:after {
  content: "";
  height: 58px;
  background: linear-gradient(360deg, #ffffff -24.14%, #ffffff 28.84%, #ffffff 42.31%, rgba(255, 255, 255, 0) 90.8%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 1023px) {
  .single-nutricia_articles .single-hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 245px;
  }
  .single-nutricia_articles .single-hero:after {
    content: "";
    height: 58px;
    background: linear-gradient(360deg, #ffffff -24.14%, #ffffff 28.84%, #ffffff 42.31%, rgba(255, 255, 255, 0) 90.8%);
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-nutricia_articles .single-hero .with-border {
    border: 1px solid var(--neutral-700);
    border-radius: 8px;
  }
}

.breadcrumbs {
  background-color: var(--neutral-400);
  padding-block: 30px;
  color: var(--neutral-700);
  font: 400 12px/14px "gotham_book", sans-serif;
}
.breadcrumbs .del {
  margin: 0 3px;
  color: var(--neutral-700);
}
.breadcrumbs a {
  color: var(--brand-500);
}
.breadcrumbs svg {
  width: 13px;
  height: 12px;
}

.share-buttons-container h2.share-this-title {
  color: var(--brand-500);
  margin-bottom: 16px;
}
.share-buttons-container .share-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.share-buttons-container .share-buttons a {
  margin-right: 16px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 110; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Body */
.modal-body {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  /* The Close Button */
}
.modal-body .close-popup {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body .close-popup img {
  padding: 7px;
}
.modal-body .modal-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.modal-body .modal-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modal-body .modal-text-container .modal-text {
  margin-bottom: 40px;
  text-align: center;
}
.modal-body .modal-text-container .modal-text .modal-title {
  color: var(--text-secondary);
}
.modal-body .modal-text-container .modal-text .modal-subtitle {
  color: var(--text-secondary);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#progress-bar {
  position: fixed;
  top: 92px;
  left: 0;
  width: 0%;
  height: 4px;
  background: #001489;
  z-index: 19;
}
@media screen and (min-width: 1300px) {
  #progress-bar {
    top: 126px;
  }
}

.box-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  .box-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.box-container .box {
  width: min(20rem, 100%);
  padding: clamp(1rem, 0.3954480797rem + 2.2759601707vw, 2rem);
  color: var(--neutral-600);
  position: relative;
  background-color: #f9fafb;
  text-align: center;
}
.box-container .box__title {
  line-height: 1.5;
  margin-block: 2em 1em;
}
.box-container .box__title a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.box-container .box__title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.box-container .box .sport-box-image {
  width: 100px;
  height: 100px;
  margin: auto;
}
.box-container .box .sport-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: auto;
  transition: all 0.2s ease-in;
}
.box-container .box .athlete-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .box-container .box {
    margin: auto;
  }
}
.box-container .box:hover .sport-image,
.box-container .box:hover .athlete-image {
  width: 90px;
  height: 90px;
}

.contact-form {
  font-family: oscine, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact-form .contact-row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
.contact-form .contact-row.contact-row-children {
  flex-direction: column;
  align-items: flex-start;
}
.contact-form .contact-row.justify-content-center {
  justify-content: center;
  margin-top: 30px;
}
.contact-form .field-half {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form .field-half {
    width: 48%;
  }
}
.contact-form .field-full {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form .field-full {
    width: 100%;
  }
}
.contact-form .field-full,
.contact-form .field-half {
  margin-bottom: 15px;
}
.contact-form .field-half-block {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .contact-form .field-half-block {
    width: 48%;
    display: block;
  }
}
.contact-form input:not(.button),
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--neutral-700);
  border-radius: 6px;
  color: #999999;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
}
.contact-form input {
  position: relative;
}
.contact-form button.remove-child,
.contact-form button#add-child {
  cursor: pointer;
  background: none repeat scroll 0 0 transparent;
  border: none none;
  border: 1px white solid;
  border-spacing: 0;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .contact-form button.remove-child,
  .contact-form button#add-child {
    width: 30px;
    height: 30px;
    top: -42px;
    transform: translate(100%, 0);
  }
}
.contact-form button#add-child {
  background-color: var(--brand-500);
  margin-left: 20px;
}
.contact-form button.remove-child {
  background-color: red;
  position: absolute;
  right: -7px;
  transform: translate(100%, -18%);
  top: 50%;
}
.contact-form .add-field {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-form select {
  background-color: white;
  color: var(--text-secondary);
  border-radius: 8px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 17px;
  background-repeat: no-repeat;
  background-image: url("./img/select-arrow.svg");
}
.contact-form .contact-subtitle {
  color: var(--brand-500);
  margin-block: 24px;
}
.contact-form label.contact-child-subtitle {
  color: var(--text-secondary);
}
.contact-form input[type=checkbox],
.contact-form input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: white;
  position: relative;
  top: 0;
  border: 2px solid var(--brand-500);
  padding: 0;
}
.contact-form input[type=checkbox]:checked,
.contact-form input[type=radio] {
  outline: none;
  position: relative;
}
.contact-form input[type=checkbox]:checked:checked:after,
.contact-form input[type=radio]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 4px;
  height: 13px;
  border: solid var(--brand-500);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-form a {
  color: var(--brand-500);
}
.contact-form a:hover {
  color: var(--secondary-400);
}
.contact-form .small-text {
  font-size: 12px;
  color: #afafaf;
  margin-bottom: 0 !important;
  position: relative;
  top: 3px;
}
.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
  position: relative;
  background-color: var(--brand-500);
  color: white;
  padding: 15px 35px;
  border-radius: 29px;
  display: inline-block;
  justify-content: center;
  transition: background-color 3s ease, color 0.2s ease;
}
.contact-form ::-webkit-file-upload-button {
  visibility: hidden;
  width: 1px;
}
.contact-form .upload {
  position: relative;
  margin-bottom: 50px;
}
.contact-form .upload input {
  width: 310px;
  max-width: 100%;
  position: relative;
  padding: 5px 0 6px 107px;
  font-size: 12px !important;
  height: 38px;
}
.contact-form .upload input:before {
  content: "Επισύναψη Αρχείου*";
  background: var(--brand-500);
  position: absolute;
  left: 0;
  padding: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 6;
  height: 100%;
  width: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  top: 0;
}
.contact-form .upload.no-margin {
  margin-bottom: 15px;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.contact-form-content {
  box-shadow: 0px 6.4px 11.2px 3.2px rgba(18, 78, 86, 0.1);
  border-radius: 48px;
  margin-top: 80px;
  padding: 40px;
}
.contact-form-content.special-contact-form-content {
  max-width: 600px;
  margin: auto;
}
.contact-form-content h2.wp-block-heading {
  margin-bottom: 16px;
  color: var(--brand-500);
  margin-top: 48px;
}
.contact-form-content h3.wp-block-heading {
  color: var(--brand-500);
}
.contact-form-content p {
  margin-bottom: 16px;
}
.contact-form-content p,
.contact-form-content ul,
.contact-form-content li,
.contact-form-content label {
  color: var(--text-secondary);
}
.contact-form-content p strong,
.contact-form-content ul strong,
.contact-form-content li strong,
.contact-form-content label strong {
  color: var(--brand-500);
}
.contact-form-content iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1023px) {
  .contact-form-content iframe {
    height: 434px;
  }
}
.contact-form-content .paragraph-with-heading-section-bg-color {
  padding: 15px;
  border-radius: 20px;
}
.contact-form-content input[type=submit i] {
  border: none;
}
.contact-form-content .login-msg {
  color: red;
}
.contact-form-content .form-directions {
  margin-bottom: 40px;
}
.contact-form-content .form-directions h2 {
  color: var(--text-primary);
  margin-bottom: 6px;
}
.contact-form-content .form-directions p {
  color: var(--text-secondary);
}
.contact-form-content .form-directions a {
  color: var(--brand-500);
}
.contact-form-content .form-directions a.red {
  color: red;
}
.contact-form-content .form-directions a.block {
  display: block;
}

.product-box {
  background-color: white;
  border: 1px solid #f8f8f8;
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  width: 320px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .product-box {
    padding: 47px 38px;
  }
}
.product-box figure img {
  width: 145px;
  height: 180px;
  object-fit: contain;
  margin: auto;
  transition: all 0.4s ease-in;
}
.product-box h3.news-card__title a {
  color: var(--brand-500);
}
.product-box p.news-card__excerpt {
  color: var(--text-secondary);
  margin-bottom: auto;
}
.product-box:hover {
  cursor: pointer;
}
.product-box:hover img {
  width: 160px;
  height: 200px;
}
.product-box .button {
  margin-top: 20px;
}

.coupons-banner {
  padding-block: 67px;
}
.coupons-banner .coupons-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
  background-position: bottom;
  background-repeat: no-repeat;
  align-items: flex-end;
  min-height: 500px;
}
@media screen and (min-width: 420px) {
  .coupons-banner .coupons-content {
    min-height: 600px;
  }
}
@media screen and (min-width: 500px) {
  .coupons-banner .coupons-content {
    min-height: 720px;
  }
}
@media screen and (min-width: 768px) {
  .coupons-banner .coupons-content {
    align-items: center;
    min-height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .coupons-banner .coupons-content {
    min-height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .coupons-banner .coupons-content {
    min-height: 370px;
  }
}
.coupons-banner .coupons-content .left {
  width: 100%;
  order: 2;
  padding: 23px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .coupons-banner .coupons-content .left {
    padding: 20px;
    width: 56%;
    order: 1;
    padding: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .coupons-banner .coupons-content .left {
    width: 44%;
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .coupons-banner .coupons-content .left {
    padding: 40px 0 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.coupons-banner .coupons-content .right {
  width: 100%;
  order: 1;
}
.coupons-banner .coupons-content .right img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .coupons-banner .coupons-content .right img {
    right: -1px;
  }
}
@media screen and (min-width: 768px) {
  .coupons-banner .coupons-content .right {
    width: 44%;
    order: 2;
  }
}
.section--news {
  padding-block: 67px;
}
.section--news .thumbs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section--news .thumb-card {
  flex: 0 0 auto;
  position: relative;
  text-align: center;
  width: 322px;
  margin: 6px;
  padding: 0;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section--news .thumb-card {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .section--news .thumb-card {
    margin: auto;
  }
}
.section--news .thumb-card .thumb-image {
  position: relative;
  border-radius: 8px;
  transform-origin: center top;
  transition: all 1s ease-in-out;
}
.section--news .thumb-card .thumb-image .taglist {
  position: absolute;
  bottom: 10px;
}
.section--news .thumb-card .thumb-image .overlay-before-hover,
.section--news .thumb-card .thumb-image .overlay-after-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  border-radius: 8px;
}
.section--news .thumb-card .thumb-image .overlay-before-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1.95%, rgba(0, 0, 0, 0) 53.65%);
  opacity: 1;
}
.section--news .thumb-card .thumb-image .overlay-after-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  opacity: 0;
}
.section--news .thumb-card .thumb-image img {
  margin-bottom: 20px;
  transition: all 1s ease-in-out;
}
.section--news .thumb-card .thumb-image:hover {
  transform: scale(0.98);
}
.section--news .thumb-card .thumb-image:hover img {
  margin-bottom: 0;
}
.section--news .thumb-card .thumb-image:hover .overlay-before-hover {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.section--news .thumb-card .thumb-image:hover .overlay-after-hover {
  opacity: 0.24;
  transition: opacity 0.8s ease;
}
.section--news .thumb-card .thumb-image img {
  position: relative;
  width: 322px;
  height: 430px;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin: auto;
  margin-bottom: 20px;
}
.section--news .thumb-card .news-card__title a {
  color: var(--brand-500);
}
.section--news .thumb-card .news-card__excerpt {
  color: var(--text-secondary);
}

.stages .full-hero {
  position: relative;
  height: 245px;
}
@media screen and (min-width: 1200px) {
  .stages .full-hero {
    height: 431px;
  }
}
.stages .full-hero:after {
  content: "";
  height: 58px;
  background: linear-gradient(360deg, #ffffff -24.14%, #ffffff 28.84%, #ffffff 42.31%, rgba(255, 255, 255, 0) 90.8%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.stages .facetwp-counter {
  display: none;
}
@media screen and (min-width: 768px) {
  .stages .filters {
    --container: 800px;
    padding: 0 max(1.5rem, 50vw - var(--container) / 2);
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .stages .filters {
    --container: 1346px;
  }
}
@media screen and (min-width: 1200px) {
  .stages .filters {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.stages .facetwp-facet {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.stages .facetwp-facet .facetwp-radio.checked,
.stages .facetwp-facet .facetwp-radio {
  background-image: none;
  display: inline-block;
  color: var(--brand-400);
  padding: 5px 9px;
  border: 0.8px solid #2436a1;
  border-radius: 26px;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}
.stages .facetwp-facet .facetwp-radio.checked .facetwp-display-value,
.stages .facetwp-facet .facetwp-radio .facetwp-display-value {
  margin-right: 0;
  padding-right: 0;
}
.stages .facetwp-facet .facetwp-radio.checked.checked, .stages .facetwp-facet .facetwp-radio.checked:hover,
.stages .facetwp-facet .facetwp-radio.checked,
.stages .facetwp-facet .facetwp-radio:hover {
  background-color: var(--brand-500);
  color: white;
}
.stages .facet-container.d-mobile h3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 0;
  background-color: var(--neutral-700);
  display: block;
  margin-top: 20px;
}

.choose-stage-products {
  margin: auto;
}

.stages .choose-stage-container.d-mobile {
  color: #fff;
  line-height: 0px;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: var(--brand-500); /* WBackground color */
}
.stages .choose-stage-container.d-mobile ul {
  background-color: var(--brand-500); /* WBackground color */
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
}
.stages .choose-stage-container.d-desktop .choose-stage {
  background-color: var(--brand-500); /* WBackground color */
  padding: 12px 16px;
  border-radius: 36px;
}
@media screen and (min-width: 1200px) {
  .stages .choose-stage-container.d-desktop .choose-stage {
    margin-right: 40px;
  }
}
.stages .choose-stage-container ul,
.stages .choose-stage-container li {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
.stages .choose-stage-container ul a,
.stages .choose-stage-container li a {
  padding: 10px 20px;
  color: white;
  transition: all 0.4s ease-in;
  border-radius: 36px;
  white-space: nowrap;
  display: block;
}
.stages .choose-stage-container ul a.active, .stages .choose-stage-container ul a:hover,
.stages .choose-stage-container li a.active,
.stages .choose-stage-container li a:hover {
  background-color: white;
  color: var(--brand-500);
}
.stages .stages-content h3.title {
  text-align: center;
}
.stages .stages-content .stages-boxes-container .news-card__title a {
  color: var(--brand-500);
  text-align: left;
}
.stages .stages-content .stages-boxes-container .news-card__excerpt {
  color: var(--text-secondary);
}
.stages .stages-content .stages-boxes-container .facetwp-template {
  padding-top: 64px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .stages .stages-content .stages-boxes-container .facetwp-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  .stages .stages-content .stages-boxes-container .facetwp-template {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .stages .stages-content .stages-boxes-container .facetwp-template {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card {
  position: relative;
}
@media screen and (max-width: 767px) {
  .stages .stages-content .stages-boxes-container .facetwp-template .thumb-card {
    margin: auto;
  }
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image {
  position: relative;
  transform-origin: center top;
  transition: all 1s ease-in-out;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
  transition: all 1s ease-in-out;
  border-radius: 8px;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image .taglist {
  position: absolute;
  bottom: 10px;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image .overlay-before-hover,
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image .overlay-after-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  border-radius: 8px;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image .overlay-before-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1.95%, rgba(0, 0, 0, 0) 53.65%);
  opacity: 1;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image .overlay-after-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  opacity: 0;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image:hover {
  transform: scale(0.98);
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image:hover img {
  margin-bottom: 0;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image:hover .overlay-before-hover {
  opacity: 0;
  transition: opacity 0.8s ease;
  cursor: pointer;
}
.stages .stages-content .stages-boxes-container .facetwp-template .thumb-card .thumb-image:hover .overlay-after-hover {
  opacity: 0.24;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 992px) {
  .stages .stages-content .stages-boxes-container .facetwp-template .thumb-card:first-child,
  .stages .stages-content .stages-boxes-container .facetwp-template .thumb-card:nth-child(10) {
    width: 100%;
    grid-column: span 2/auto;
  }
}

.page-template-videos .news-card__title {
  color: var(--brand-500);
  text-align: left;
}
.page-template-videos .news-card__excerpt {
  color: var(--text-secondary);
}

@media screen and (min-width: 1024px) {
  .single-nutricia_articles .article-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    --container: 1346px;
    margin-top: 48px;
    padding: 0 max(1.5rem, 50vw - var(--container) / 2);
  }
  .single-nutricia_articles .article-hero .single-hero {
    order: 2;
  }
  .single-nutricia_articles .article-hero .single-hero img {
    width: 690px;
    height: 646px;
    object-fit: cover;
    margin-right: auto;
    object-fit: center;
  }
  .single-nutricia_articles .article-hero .article-meta {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .single-nutricia_articles .article-meta {
    --container: 500px;
    padding: 0 max(1.5rem, 50vw - var(--container) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .single-nutricia_articles .article-meta {
    --container: 800px;
    padding: 0 max(1.5rem, 50vw - var(--container) / 2);
  }
}
.single-nutricia_articles .article-meta h1 {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .single-nutricia_articles .article-meta h1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .single-nutricia_articles .article-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .single-nutricia_articles .article-mobile {
    display: none !important;
  }
}

.calendar-filters-section {
  padding-top: 32px;
  padding-bottom: 67px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .calendar-filters-section {
    justify-content: space-between;
    align-items: inherit;
  }
}
.calendar-filters-section .calendar-filter {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .calendar-filters-section .calendar-filter {
    width: 335px;
  }
}
@media screen and (max-width: 992px) {
  .calendar-filters-section .calendar-filter {
    width: 435px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 993px) {
  .calendar-filters-section .calendar-filter {
    width: 49%;
    padding: 64px 120px 80px 15px;
    border-radius: 8px;
  }
}
.calendar-filters-section .calendar-filter h2.calendαr-filter-title {
  color: var(--text-primary);
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  .calendar-filters-section .calendar-filter h2.calendαr-filter-title {
    color: white;
  }
}
.calendar-filters-section .calendar-filter .calendar-filter-maintext {
  color: var(--text-secondary);
  margin-bottom: 28px;
}
@media screen and (min-width: 993px) {
  .calendar-filters-section .calendar-filter .calendar-filter-maintext {
    color: white;
  }
}
.calendar-filters-section .calendar-filter-image {
  position: relative;
  margin-bottom: 20px;
}
.calendar-filters-section .calendar-filter-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 993px) {
  .calendar-filters-section .calendar-filter-image {
    display: none;
  }
}
.calendar-filters-section select {
  background-color: white;
  color: var(--text-secondary);
  border-radius: 8px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 17px;
  background-repeat: no-repeat;
  background-image: url("./img/select-arrow.svg");
}
.calendar-filters-section .calendar-filter-pregnancy select {
  border: 1px solid var(--pink);
}
.calendar-filters-section .calendar-filter-pregnancy .calendar-cta-link {
  border: 1px solid var(--pink);
}
.calendar-filters-section .calendar-filter-baby select {
  border: 1px solid var(--secondary-400);
}
.calendar-filters-section .calendar-filter-baby .calendar-cta-link {
  border: 1px solid var(--secondary-400);
}
.calendar-filters-section .calendar-filter-cta {
  display: flex;
  align-items: center;
}
.calendar-filters-section .calendar-filter-cta .calendar-cta-link {
  margin-left: 20px;
  background-color: white;
  width: 37px;
  height: 41px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-nutricia_articles .periferiakes h1,
.periferiakes .periferiakes h1,
.single-calendar-pages .periferiakes h1 {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .single-nutricia_articles .periferiakes h1,
  .periferiakes .periferiakes h1,
  .single-calendar-pages .periferiakes h1 {
    margin-top: 40px;
  }
}

.single-calendar-pages h1 {
  text-align: center;
}

article {
  margin-bottom: 80px;
}

.article-content {
  margin-top: 80px;
}
.article-content h2.wp-block-heading {
  margin-bottom: 16px;
  color: var(--brand-500);
  margin-top: 48px;
}
.article-content h3.wp-block-heading {
  color: var(--brand-500);
}
.article-content p {
  margin-bottom: 16px;
}
.article-content p,
.article-content ul,
.article-content li {
  color: var(--text-secondary);
}
.article-content p strong,
.article-content ul strong,
.article-content li strong {
  color: var(--brand-500);
}
.article-content iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1023px) {
  .article-content iframe {
    height: 434px;
  }
}
.article-content .paragraph-with-heading-section-bg-color {
  padding: 15px;
  border-radius: 20px;
}

.product-first-section {
  padding-top: 32px;
  padding-bottom: 67px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .product-first-section {
    justify-content: space-between;
    align-items: inherit;
  }
}
.product-first-section .left,
.product-first-section .right {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 993px) {
  .product-first-section .left,
  .product-first-section .right {
    width: 48%;
    margin-top: 0;
  }
}
.product-first-section .left {
  border: 1.47877px solid var(--neutral-400);
  border-radius: 20px;
  text-align: center;
  padding-block: 40px;
}
.product-first-section .left img {
  margin: 0 auto 40px auto;
}
.product-first-section .product-main-info {
  background-color: var(--neutral-400);
  border-radius: 28px;
  padding: 28px 34px;
}
.product-first-section .product-main-info .product-title {
  color: var(--brand-500);
}
.product-first-section .product-main-info p {
  color: var(--text-secondary);
}
.product-first-section .product-main-info p strong {
  color: var(--brand-500);
}

.merchants .merchants-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.merchants .extra-info p {
  margin-bottom: 16px;
  color: var(--text-secondary);
}
.merchants .merchant-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tab-box {
  display: none;
}

.tab-menu {
  padding: 12px 16px;
}
@media screen and (min-width: 1200px) {
  .tab-menu {
    margin-right: 40px;
  }
}
.tab-menu ul {
  max-width: 100%;
  overflow-x: auto;
  padding: 10px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .tab-menu ul {
    max-width: 815px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
.tab-menu ul,
.tab-menu li {
  list-style: none;
  white-space: nowrap;
  padding: 0px;
}
.tab-menu ul a,
.tab-menu li a {
  padding: 10px 20px;
  color: var(--neutral-700);
  transition: all 0.4s ease-in;
  border-radius: 36px;
  white-space: nowrap;
  display: block;
  position: relative;
}
.tab-menu ul a:after,
.tab-menu li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--brand-500);
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in;
}
.tab-menu ul a.active, .tab-menu ul a:hover,
.tab-menu li a.active,
.tab-menu li a:hover {
  color: var(--brand-500);
  position: relative;
}
.tab-menu ul a.active:after, .tab-menu ul a:hover:after,
.tab-menu li a.active:after,
.tab-menu li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--brand-500);
  bottom: 0;
  left: 0;
}
.tab-menu li {
  margin: 0;
  display: inline-block;
}

.tabs-content .tab-main-box {
  margin-block: 40px;
}

.tab-title {
  color: var(--brand-500);
}

.tab-text {
  display: flow-root;
}
.tab-text img {
  float: left;
  margin-right: 15px;
}
.tab-text p {
  margin-bottom: 28px;
}
.tab-text p,
.tab-text ul,
.tab-text li {
  color: var(--text-secondary);
}
.tab-text p strong,
.tab-text ul strong,
.tab-text li strong {
  color: var(--brand-500);
}

.description-tab-box,
.composition-tab-box,
.info-tab-box,
.etiketa-tab-box {
  background-color: white;
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  border-radius: 32px;
  padding: 20px;
}
@media screen and (min-width: 993px) {
  .description-tab-box,
  .composition-tab-box,
  .info-tab-box,
  .etiketa-tab-box {
    padding: 40px;
  }
}

.composition-tab-box .tab-main-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .composition-tab-box .tab-main-content {
    flex-wrap: nowrap;
  }
}

.preparation-tab-box .tab-main-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .preparation-tab-box .tab-main-content {
    flex-wrap: nowrap;
  }
}

.multiple-steps {
  background-color: white;
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .multiple-steps {
    padding: 40px;
    flex-wrap: nowrap;
    margin-right: 48px;
  }
}
.multiple-steps .step {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 30px;
}
.multiple-steps .step .step-content {
  width: 300px;
}
.multiple-steps .step .step-content p {
  margin-top: 20px;
  color: var(--text-secondary);
}
.multiple-steps .step .number-step {
  background-color: var(--brand-500);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.multiple-steps .step .number-step:after {
  content: "";
  height: calc(100% - 48px);
  width: 2px;
  background-color: var(--brand-500);
  bottom: 14px;
  position: absolute;
}

.instructions {
  background-color: var(--secondary-400);
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .instructions {
    margin-top: 0;
    padding: 40px;
    flex-wrap: nowrap;
  }
}
.instructions .step {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 30px;
}
.instructions .step .step-content {
  width: 300px;
}
.instructions .step .step-content p {
  margin-top: 20px;
  color: var(--text-secondary);
}
.instructions .step .number-step {
  background-color: var(--brand-500);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
.instructions .step .number-step:after {
  content: "";
  height: calc(100% - 48px);
  width: 2px;
  background-color: var(--brand-500);
  bottom: 14px;
  position: absolute;
}

.single-step {
  background-color: white;
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  border-radius: 32px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .single-step {
    margin-right: 48px;
    padding: 40px;
    flex-wrap: nowrap;
  }
}
.single-step .step {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 30px;
}
.single-step .step .step-content {
  width: 300px;
}
.single-step .step .step-content p {
  margin-top: 20px;
  color: var(--text-secondary);
}

.info-tab-box .tab-main-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.info-tab-box .tab-main-content .col-3 {
  width: 100%;
  border: 1px solid #e7eaee;
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (min-width: 993px) {
  .info-tab-box .tab-main-content .col-3 {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .info-tab-box .tab-main-content .col-3 {
    width: 30%;
  }
}
.info-tab-box .tab-main-content .main-text img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 15px auto;
}
.info-tab-box .tab-main-content .main-text p {
  margin-bottom: 28px;
}
.info-tab-box .tab-main-content .main-text p,
.info-tab-box .tab-main-content .main-text ul,
.info-tab-box .tab-main-content .main-text li {
  color: var(--text-secondary);
}
.info-tab-box .tab-main-content .main-text p strong,
.info-tab-box .tab-main-content .main-text ul strong,
.info-tab-box .tab-main-content .main-text li strong {
  color: var(--brand-500);
}

.etiketa-tab-box p {
  margin-block: 28px;
  text-align: center;
  color: var(--text-secondary);
}

.section--relatedproducts {
  padding-block: 67px;
}
.section--relatedproducts .swiper-slide {
  display: flex;
  height: auto;
}

.featured-post {
  max-width: 320px;
  margin: auto;
}
.featured-post h2 {
  text-align: center;
}

.about-us-sections .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block: 124px;
  margin-inline: auto;
  max-width: 500px;
}
.about-us-sections .section .image {
  width: 100%;
  margin-bottom: 12px;
  order: 1;
}
.about-us-sections .section .image .products-card__image img {
  width: 558px;
  height: 372px;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.about-us-sections .section .content {
  width: 100%;
  order: 2;
}
.about-us-sections .section h2 {
  margin-bottom: 10px;
}
.about-us-sections .section .normal-text-regular {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .about-us-sections .section {
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: unset;
  }
  .about-us-sections .section .image {
    width: 48%;
    max-width: unset;
    margin-bottom: 0;
  }
  .about-us-sections .section .content {
    width: 48%;
  }
  .about-us-sections .section:nth-child(odd) .image {
    order: 2;
  }
  .about-us-sections .section:nth-child(odd) .content {
    order: 1;
  }
  .about-us-sections .section h2 {
    margin-bottom: 27px;
  }
  .about-us-sections .section .normal-text-regular {
    margin-bottom: 47px;
  }
}

.aboutus-divider {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 122px;
  position: relative;
}
.aboutus-divider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 1.95%, rgba(24, 24, 24, 0.6) 30.21%, rgba(0, 0, 0, 0.6) 91.67%);
  left: 0;
  top: 0;
}
.aboutus-divider .divider-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 458px;
  margin-right: auto;
}
.aboutus-divider h2 {
  margin-bottom: 27px;
}
.aboutus-divider .normal-text-regular {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .aboutus-divider h2 {
    margin-bottom: 27px;
  }
  .aboutus-divider .normal-text-regular {
    margin-bottom: 47px;
  }
}

.about-us-internal-sections h1 {
  margin-top: 60px;
  text-align: center;
}
.about-us-internal-sections .section {
  padding-block: 16px;
}
.about-us-internal-sections .section .outer {
  position: relative;
}
.about-us-internal-sections .section .outer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 42.8315412186%;
  margin-block: 24px;
}
.about-us-internal-sections .section .outer > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-us-internal-sections .section .outer > .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about-us-internal-sections .section .content {
  max-width: 720px;
  margin: auto;
}
.about-us-internal-sections .section .content.wide-content {
  max-width: 875px;
  margin: auto;
}
.about-us-internal-sections .section .content h2 {
  color: var(--brand-500);
}
.about-us-internal-sections .section .content p {
  margin-bottom: 16px;
  color: var(--text-secondary);
}
.about-us-internal-sections .section .content p em {
  font-style: italic;
}
.about-us-internal-sections .section .content p em strong {
  font-style: italic !important;
  color: var(--brand-500);
}
.about-us-internal-sections .section .content p strong em {
  font-style: italic !important;
  color: var(--brand-500);
}
.about-us-internal-sections .section .content p ul {
  color: var(--text-secondary);
}
.about-us-internal-sections .section .content p a {
  color: var(--brand-500);
}
.about-us-internal-sections .section .content.dark-theme h2 {
  color: white;
}
.about-us-internal-sections .section .content.dark-theme p {
  color: white;
}
.about-us-internal-sections .section .content.dark-theme p em {
  font-style: italic;
}
.about-us-internal-sections .section .content.dark-theme p em strong {
  font-style: italic !important;
  color: white;
}
.about-us-internal-sections .section .content.dark-theme p strong em {
  font-style: italic !important;
  color: white;
}
.about-us-internal-sections .section .content.dark-theme ul {
  color: white;
}
.about-us-internal-sections .section .content.light-theme h2 {
  color: var(--brand-500);
}
.about-us-internal-sections .section .content.light-theme p {
  color: var(--text-secondary);
}
.about-us-internal-sections .section .content.light-theme p em,
.about-us-internal-sections .section .content.light-theme p strong {
  color: var(--brand-500);
}
.about-us-internal-sections .section .content.light-theme ul {
  color: var(--text-secondary);
}
.about-us-internal-sections .section .content ul {
  padding-inline-start: 20px;
}
.about-us-internal-sections .section .timeline-image {
  margin: auto;
  width: 100%;
  max-width: 700px;
}
.about-us-internal-sections .section .gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-us-internal-sections .section .gallery img {
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 18px;
}
.about-us-internal-sections .section .sos-xoria {
  width: 380px;
  margin: auto;
}

.successful-message {
  padding-block: 80px;
}
.successful-message p {
  color: var(--brand-500);
  max-width: 830px;
  margin: auto;
  text-align: center;
}
.successful-message p span.red {
  color: red;
}
.successful-message p span.ciel {
  color: var(--secondary-500);
}
.successful-message p.red {
  color: red;
}
.successful-message p.ciel {
  color: var(--secondary-500);
}
.successful-message p.text-secondary {
  color: var(--text-secondary);
}
.successful-message img {
  margin: auto;
}

.calendar-filter-deigmata {
  background-color: var(--brand-500);
  position: relative;
}
.calendar-filter-deigmata h2.pronomia-title {
  color: white;
}
.calendar-filter-deigmata .pronomia-maintext {
  color: white;
}
.calendar-filter-deigmata a.underlined-link {
  color: white;
}
.calendar-filter-deigmata a.underlined-link:after {
  background-color: white;
}
.calendar-filter-deigmata:before {
  content: "";
  background-image: url("./img/deigmata.svg");
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  width: 83px;
  height: 83px;
  right: 20px;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .calendar-filter-deigmata:before {
    width: 81px;
    height: 132px;
    right: 50px;
    border-bottom: unset;
    top: 80px;
  }
}

.calendar-filter-coupons {
  background-color: var(--pink);
  position: relative;
}
.calendar-filter-coupons h2.pronomia-title {
  color: var(--text-secondary);
}
.calendar-filter-coupons .pronomia-maintext {
  color: var(--text-secondary);
}
.calendar-filter-coupons a.underlined-link {
  color: var(--text-secondary);
}
.calendar-filter-coupons a.underlined-link:after {
  background-color: var(--text-secondary);
}
.calendar-filter-coupons:before {
  content: "";
  background-image: url("./img/kouponia.svg");
  background-size: contain;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  right: 20px;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .calendar-filter-coupons:before {
    width: 146px;
    height: 132px;
    right: 50px;
    border-bottom: unset;
    top: 80px;
  }
}

.page-template-club-pronomia {
  background-image: url("./img/bubbles.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-club-pronomia .pronomia-section {
  padding-top: 32px;
  padding-bottom: 67px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .page-template-club-pronomia .pronomia-section {
    justify-content: space-between;
    align-items: inherit;
  }
}
.page-template-club-pronomia .pronomia-section .pronomia-box {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-template-club-pronomia .pronomia-section .pronomia-box {
    width: 335px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-club-pronomia .pronomia-section .pronomia-box {
    width: 435px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 993px) {
  .page-template-club-pronomia .pronomia-section .pronomia-box {
    width: 49%;
    padding: 64px 120px 80px 48px;
    border-radius: 8px;
  }
}
.page-template-club-pronomia .pronomia-section .pronomia-box h2.pronomia-title {
  margin-bottom: 20px;
}
.page-template-club-pronomia .pronomia-section .pronomia-box .pronomia-maintext {
  margin-bottom: 28px;
  max-width: 360px;
}
@media screen and (min-width: 1355px) {
  .page-template-club-pronomia .pronomia-section .pronomia-box .pronomia-maintext {
    max-width: 400px;
  }
}

.deigmata-container .product-box {
  width: 100%;
  position: relative;
  padding: 97px 22px 28px 22px;
  position: relative;
  margin-top: 38px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .deigmata-container .product-box {
    width: 92%;
  }
}
.deigmata-container .product-box figure.thumb-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deigmata-container .product-box figure.thumb-image img {
  max-width: unset;
  width: 220px;
}
.deigmata-container .product-box .news-card__excerpt {
  margin-bottom: auto;
}
.deigmata-container .product-box .button {
  margin-top: 20px;
}
.deigmata-container .product-box p {
  color: var(--text-secondary);
}
.deigmata-container .product-box p em {
  color: var(--brand-300);
  font-size: 10px;
  line-height: 18px;
}

.coupons-container .product-box {
  width: 100%;
  position: relative;
  padding: 60px 22px 28px 22px;
  position: relative;
  margin-top: 38px;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .coupons-container .product-box {
    width: 92%;
  }
}
.coupons-container .product-box:hover figure.thumb-image img {
  width: 279px;
  height: 93px;
  margin-bottom: 35px;
  object-fit: contain;
}
.coupons-container .product-box figure.thumb-image img {
  width: 279px;
  height: 93px;
  margin-bottom: 35px;
  object-fit: contain;
  filter: drop-shadow(1px 1px 17px rgba(0, 0, 0, 0.5176470588));
}
.coupons-container .product-box .news-card__excerpt {
  padding-bottom: 30px;
  margin-bottom: auto;
}
.coupons-container .product-box p {
  color: var(--text-secondary);
}
.coupons-container .product-box p em {
  color: var(--brand-300);
  font-size: 10px;
  line-height: 18px;
}

.thilasmos-disclaimer {
  padding-bottom: 67px;
}
.thilasmos-disclaimer .thilasmos-disclaimer-content {
  background-color: #33bae6;
  padding: 28px 26px;
  border-radius: 28px;
}
.coupon-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3411764706);
}
.coupon-popup .coupon-popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 300px;
  width: 300px;
  margin: auto;
  top: 150px;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 8px;
  background-color: var(--brand-500);
}
.coupon-popup .coupon-popup-content .close-coupon-popup-content {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background: white;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--brand-500);
  cursor: pointer;
}

.calculator-container .cbddc-wrapper {
  border-radius: 8px;
  box-shadow: 0px 6.4px 11.2px 3.2px rgba(18, 78, 86, 0.1);
  padding: 32px;
}
.calculator-container label.cbddc-input-wrapper.-format-element {
  padding: 12px 16px;
  border: 1px solid var(--neutral-700);
  border-radius: 6px;
  color: #999999;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.04);
}
.calculator-container .cbddc-input-wrapper > svg {
  top: 21px;
}

.career {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 95px);
}
@media screen and (min-width: 1200px) {
  .career {
    min-height: calc(100vh - 125px);
  }
}
.career .career-content h1 {
  text-align: center;
  color: white;
}
.career .career-content .career-options {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .career .career-content .career-options {
    justify-content: space-between;
  }
}
.career .career-content .career-options .career-option {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.career .career-content .career-options .career-option p {
  color: white;
  margin-bottom: auto;
}
.career .career-content .career-options .career-option a {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .career .career-content .career-options .career-option {
    width: 45%;
    max-width: 491px;
  }
}

.faq .faq-thematologia {
  margin-bottom: 42px;
}
.faq h2 {
  color: var(--brand-500);
}
.faq h2:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
  background-color: var(--neutral-700);
}
.faq .item {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-bottom: 15px;
}
.faq .item .question h3 {
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 24px;
  cursor: pointer;
}
.faq .item .question h3::after {
  content: "";
  background-image: url("./img/faq-arrow.svg");
  top: 0;
  right: 5px;
  width: 20px;
  height: 12px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq .item .answer {
  display: none;
  padding: 0 24px 21px 24px;
}
.faq .item .answer p {
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.faq .item .answer p em,
.faq .item .answer p strong {
  color: var(--brand-500);
}
.faq .item:hover {
  background-color: var(--brand-500);
}
.faq .item:hover .question h3 {
  color: white;
}
.faq .item:hover .question h3::after {
  content: "";
  background-image: url("./img/faq-arrowwhite.svg");
}
.faq .item.active-item .question h3::after {
  transform: rotate(180deg);
}
.faq .item.active-item .answer {
  display: block;
}
.faq .item.active-item:hover {
  background-color: white;
}
.faq .item.active-item:hover .question h3 {
  color: var(--text-secondary);
}
.faq .item.active-item:hover .question h3::after {
  content: "";
  background-image: url("./img/faq-arrow.svg");
}

.qr-intro {
  text-align: center;
  margin-block: 68px;
}
.qr-intro h1 {
  --container: 1062px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
.qr-steps-container {
  --container: 600px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
  margin-block: 68px;
}
.qr-steps-container .qr-steps {
  margin-block: 68px;
}
.qr-steps-container .qr-steps .step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .qr-steps-container .qr-steps .step {
    justify-content: space-between;
  }
}
.qr-steps-container .qr-steps .step .image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qr-steps-container .qr-steps .step .image span.num {
  margin-right: 28px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-400);
  color: white;
  border-radius: 50%;
}
.qr-steps-container .qr-steps .step .step-text {
  width: 322px;
}

.qr-sections {
  margin-block: 68px;
}
.qr-sections .section {
  margin-bottom: 68px;
  text-align: center;
}
.qr-sections .section p {
  color: var(--text-secodary);
}
.qr-sections .section p strong,
.qr-sections .section p bold {
  color: var(--brand-500);
}
.qr-sections .section p em {
  color: var(--brand-300);
  font-style: italic;
}
.qr-sections .section p img {
  margin: 20px auto;
}

.pronomia-section {
  text-align: center;
  margin-block: 68px;
}
.pronomia-section h3.pronomia-title {
  color: var(--brand-500);
}
.pronomia-section .pronomia-boxes {
  margin-block: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .pronomia-section .pronomia-boxes {
    justify-content: space-between;
  }
}
.pronomia-section .pronomia-boxes .pronomia-box {
  width: 100%;
  border-radius: 16px;
  background: #f8fdff;
  box-shadow: 8px 8px 24px 0px rgba(2, 2, 70, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .pronomia-section .pronomia-boxes .pronomia-box {
    width: 48%;
  }
}
@media screen and (min-width: 1068px) {
  .pronomia-section .pronomia-boxes .pronomia-box {
    width: 24%;
  }
}
.pronomia-section .pronomia-boxes .pronomia-box img {
  margin: 0 auto 15px auto;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  position: fixed;
  height: 92px;
  width: 100%;
  z-index: 99;
  background: white;
}
.mobile-header .menu-logo {
  width: 85px;
}
.mobile-header .mobile-menu {
  z-index: 5;
}

.main-navigation-mobile {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  z-index: 20;
  background: white;
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
}
.main-navigation-mobile.open {
  transform: translateX(0);
}
.main-navigation-mobile .misc {
  margin: 32px auto;
}
.main-navigation-mobile .misc.bottom-misc {
  margin: auto 32px 32px 32px;
}
.main-navigation-mobile .misc .account-link {
  border: 1px solid var(--brand-300);
  color: var(--brand-500);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  border-radius: 8px;
  margin-top: 28px;
}
.main-navigation-mobile .misc .account-link img {
  display: inline-block;
  margin-right: 14px;
}
.main-navigation-mobile .menu-item {
  width: 100%;
  margin: 2px 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 92px);
  position: relative;
  top: 92px;
}
.main-navigation-mobile .menu-item .parent-menu-item {
  cursor: pointer;
  padding: 15px 20px;
  background-color: var(--brand-500);
  margin-bottom: 1px;
  color: white;
  position: relative;
}
.main-navigation-mobile .menu-item .parent-menu-item:after {
  content: "";
  background-image: url("./img/arrow-white.svg");
  top: 20px;
  width: 23px;
  height: 14px;
  display: block;
  position: absolute;
  right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.main-navigation-mobile .menu-item .parent-menu-item.rotate:after {
  transform: rotate(180deg);
}
.main-navigation-mobile .menu-item h2.has-submenu {
  position: relative;
}
.main-navigation-mobile .menu-item h2.has-submenu:after {
  content: "";
  background-image: url("./img/arrow-down.svg");
  top: 20px;
  width: 23px;
  height: 14px;
  display: block;
  position: absolute;
  right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.main-navigation-mobile .menu-item h2.has-submenu.rotate:after {
  transform: rotate(180deg);
}
.main-navigation-mobile .menu-item .parent-menu-item.bordered {
  border-radius: 10px 10px 0 0;
}
.main-navigation-mobile .menu-item div:not(.misc) {
  display: none;
}
.main-navigation-mobile .menu-item .opened {
  display: block;
}
.main-navigation-mobile .menu-item h2 {
  background-color: white;
  color: var(--brand-500);
  margin: 0;
  padding: 10px 25px;
  border-bottom: 0.5px solid var(--neutral-700);
  border-top: 0.5px solid var(--neutral-700);
}
.main-navigation-mobile .submenu a:not(.account-link) {
  padding: 10px 25px;
  background-color: var(--brand-300);
  color: white;
  padding: 10px 25px;
  border-bottom: 0.5px solid white;
  border-top: 0.5px solid white;
  display: block;
}

.mobile-header {
  display: flex;
}
@media screen and (min-width: 1300px) {
  .mobile-header {
    display: none;
  }
}

.desktop-header {
  background: url("./img/navbarbg.svg"), white;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 32px;
  position: fixed;
  height: 126px;
  width: 100%;
  z-index: 99;
}
.desktop-header .menu-logo {
  width: 85px;
  margin: auto;
}
.desktop-header .mobile-menu {
  z-index: 5;
}

.main-navigation-desktop {
  width: 40%;
}
.main-navigation-desktop.justify-left .menu-item {
  justify-content: flex-end;
}
.main-navigation-desktop.open {
  transform: translateX(0);
}
.main-navigation-desktop .misc {
  padding-left: 60px;
  display: flex;
  align-items: center;
}
.main-navigation-desktop .misc .account-link {
  padding-left: 24px;
}
.main-navigation-desktop .misc .account-link img {
  display: inline-block;
}
.main-navigation-desktop .menu-item {
  width: 100%;
  margin: 2px 0;
  display: flex;
}
.main-navigation-desktop .menu-item .parent-menu-item {
  cursor: pointer;
  padding: 0 20px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.main-navigation-desktop .menu-item .parent-menu-item:after {
  content: "";
  background-image: url("./img/arrow-grey.svg");
  width: 13px;
  height: 6px;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: all 0.3s ease-in;
}
.main-navigation-desktop .menu-item .parent-menu-item:before {
  content: "";
  background: var(--brand-500);
  height: 2px;
  display: block;
  position: absolute;
  bottom: -30px;
  width: 0%;
  transition: all 0.4s ease-in;
}
.main-navigation-desktop .menu-item .parent-menu-item.rotate:after {
  transform: rotate(180deg);
}
.main-navigation-desktop .menu-item .parent-menu-item.rotate:before {
  width: 87%;
}
.main-navigation-desktop .menu-item .parent-menu-item:hover:before {
  width: 87%;
}
.main-navigation-desktop .main-submenu {
  display: none;
}
.main-navigation-desktop .main-submenu.active {
  display: flex;
  position: absolute;
  display: flex;
  background: white;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 126px;
  box-shadow: 0px 8px 14px 4px rgba(18, 78, 86, 0.1);
}
.main-navigation-desktop .submenu {
  display: flex;
  flex-direction: column;
  padding: 40px 50px;
}
.main-navigation-desktop .submenu ~ .submenu {
  padding-left: 60px;
}
.main-navigation-desktop .parent-menu-item {
  color: var(--text-secondary);
}
.main-navigation-desktop .has-submenu {
  color: var(--brand-500);
  margin-bottom: 16px;
}
.main-navigation-desktop .submenu a {
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.menu-articles {
  display: block;
  padding: 40px 50px;
  background: #f9f9f9;
  height: 100%;
  right: 0;
  margin-left: auto;
  max-width: 645px;
}
.menu-articles .menu-articles-thumbs {
  display: flex;
  justify-content: space-between;
}
.menu-articles .menu-articles-thumbs article {
  width: 30%;
}
.menu-articles .menu-articles-thumbs article figure img {
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
  margin: auto;
}
.menu-articles .menu-articles-thumbs article .news-card__title a {
  color: var(--brand-500);
}
.menu-articles .menu-articles-cta {
  color: var(--text-secondary);
  display: flex;
  align-items: center;
}
.menu-articles .menu-articles-cta span {
  margin-left: 10px;
}

.desktop-header {
  display: none;
}
@media screen and (min-width: 1300px) {
  .desktop-header {
    display: flex;
  }
}

.menu-container {
  height: 95px;
}
@media screen and (min-width: 1300px) {
  .menu-container {
    height: 126px;
  }
}

.hero-carousel .hero-swiper {
  width: 100%;
  height: calc(100vh - 75px);
  position: relative;
}
@media screen and (min-width: 1023px) {
  .hero-carousel .hero-swiper {
    height: calc(100vh - 143px);
  }
}
.hero-carousel .hero-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
}
.hero-carousel .hero-swiper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.1;
  z-index: 1;
}
.hero-carousel .hero-swiper figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-carousel .hero-swiper figure .background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-carousel .hero-swiper .message {
  position: relative;
  z-index: 2;
}
.hero-carousel .hero-swiper .message p.carousel-title {
  color: white;
  margin-bottom: 48px;
  max-width: 530px;
}
.hero-carousel .hero-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-carousel .hero-swiper .swiper-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: calc(-50vh + 72px);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .hero-carousel .hero-swiper .swiper-nav {
    display: none;
  }
}

.hero-carousel .swiper-horizontal > .swiper-pagination-bullets,
.hero-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-carousel .swiper-pagination-custom,
.hero-carousel .swiper-pagination-fraction {
  position: absolute;
  bottom: 40px;
  text-align: center;
  transition: 0.3s opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.hero-carousel .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet,
.hero-carousel .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet,
.hero-carousel .swiper-pagination-custom span.swiper-pagination-bullet,
.hero-carousel .swiper-pagination-fraction span.swiper-pagination-bullet {
  margin: 4px;
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
}
.hero-carousel .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet-active,
.hero-carousel .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet-active,
.hero-carousel .swiper-pagination-custom span.swiper-pagination-bullet-active,
.hero-carousel .swiper-pagination-fraction span.swiper-pagination-bullet-active {
  background: var(--brand-500);
}
.hero-carousel .swiper-button-next,
.hero-carousel .swiper-button-prev {
  position: relative;
  width: 48px;
  height: 48px;
  background: rgba(177, 177, 177, 0.32);
  border-radius: 50%;
}
.hero-carousel .swiper-button-next:after {
  content: "";
  background-image: url("./img/arrowwhite-right.svg");
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 20px;
}
.hero-carousel .swiper-button-prev:after {
  content: "";
  background-image: url("./img/arrowwhite-left.svg");
  width: 10.5px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 17px;
}

.calendar-banner {
  margin-block: 80px;
}
.calendar-banner .calendar-content {
  padding: 45px 30px;
  border-radius: 8px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .calendar-banner .calendar-content {
    min-height: 150px;
    background-position: right;
    margin-bottom: 32px;
  }
}
.calendar-banner .calendar-inner {
  max-width: 760px;
}
@media screen and (max-width: 767px) {
  .calendar-banner .calendar-inner {
    text-align: center;
  }
}
.calendar-banner .small-title {
  margin-bottom: 20px;
}
.calendar-banner .calendar-main-text {
  margin-bottom: 70px;
}
.calendar-banner .calendar-main-text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .calendar-banner .calendar-main-text {
    text-align: center;
    margin-bottom: 50px;
  }
}

.podcasts-banner {
  padding-bottom: 30px;
}
.podcasts-banner .podcasts-banner-content {
  min-height: 502px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content {
    align-items: center;
  }
}
.podcasts-banner .podcasts-banner-content .podcasts-banner-main {
  width: 100%;
  padding: 13px 20px 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content .podcasts-banner-main {
    background: none;
    max-width: 880px;
    margin-bottom: 0;
  }
}
.podcasts-banner .podcasts-banner-content .left {
  width: 100%;
  text-align: center;
}
.podcasts-banner .podcasts-banner-content .left .podcasts-bar {
  height: 87px;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content .left .podcasts-bar {
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .podcasts-banner .podcasts-banner-content .left .podcasts-bar {
    height: 217px;
  }
}
.podcasts-banner .podcasts-banner-content .left .podcasts-microphone {
  width: 65px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content .left .podcasts-microphone {
    width: 120px;
    margin-left: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .podcasts-banner .podcasts-banner-content .left .podcasts-microphone {
    width: 163px;
    margin-left: 65px;
  }
}
.podcasts-banner .podcasts-banner-content .podcasts-title {
  font: 700 13vw/13vw "gotham_bold", sans-serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 595px) {
  .podcasts-banner .podcasts-banner-content .podcasts-title {
    font: 700 73px/73px "gotham_bold", sans-serif;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content .podcasts-title {
    font: 700 60px/60px "gotham_bold", sans-serif;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .podcasts-banner .podcasts-banner-content .podcasts-title {
    font: 700 75px/75px "gotham_bold", sans-serif;
  }
}
.podcasts-banner .podcasts-banner-content .podcasts-main-text {
  font: 500 12px/12px "gotham_medium", sans-serif;
  color: white;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .podcasts-banner-content .podcasts-main-text {
    font: 500 18px/30px "gotham_medium", sans-serif;
    color: white;
    margin-bottom: 40px;
  }
}
.podcasts-banner .full {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .podcasts-banner .full {
    top: 60px;
  }
}

.music-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.music-banner .content {
  margin-bottom: 28px;
}
.music-banner .content {
  margin-bottom: 34px;
}
.music-banner .listen {
  margin: 0 auto 34px auto;
}
@media screen and (min-width: 768px) {
  .music-banner .listen {
    margin: unset;
    margin-bottom: 34px;
  }
}
.music-banner .left {
  order: 2;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .music-banner .left {
    order: 1;
    width: 50%;
    text-align: left;
  }
}
.music-banner .right {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .music-banner .right {
    order: 2;
    width: 50%;
  }
}
.music-banner .right img {
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 768px) {
  .music-banner .right img {
    margin: unset;
    margin-left: auto;
  }
}

.product-categories {
  padding-block: 25px;
}
.product-categories h2 {
  max-width: 744px;
}

.section--testimonials {
  padding-bottom: 67px;
  position: relative;
}
.section--testimonials .button-container {
  margin-top: 40px;
}
.section--testimonials .section__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  align-items: center;
}
.section--testimonials .section__header .left {
  width: 50%;
}
@media screen and (max-width: 1399px) {
  .section--testimonials .section__header .left {
    width: 100%;
  }
}
.section--testimonials .section__header .right {
  width: 50%;
}
@media screen and (max-width: 1399px) {
  .section--testimonials .section__header .right {
    display: none;
  }
}
.section--testimonials .swiper-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section--testimonials .swiper-nav .swiper-button-next,
.section--testimonials .swiper-nav .swiper-button-prev {
  position: relative;
  margin: 20px;
  position: relative;
  width: 48px;
  height: 48px;
  background: rgba(29, 36, 51, 0.2);
  border-radius: 50%;
}
.section--testimonials .swiper-nav .swiper-button-next:after {
  content: "";
  background-image: url("./img/arrowwhite-right.svg");
  width: 10px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 20px;
}
.section--testimonials .swiper-nav .swiper-button-prev:after {
  content: "";
  background-image: url("./img/arrowwhite-left.svg");
  width: 10.5px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: 17px;
}
.section--testimonials .swiper-pagination span.swiper-pagination-bullet {
  margin: 4px;
  width: 10px;
  height: 10px;
  background: rgba(29, 36, 51, 0.2);
  opacity: 1;
}
.section--testimonials .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--brand-500);
}

.section--testimonials .thumb-card {
  background-color: rgba(0, 20, 137, 0.8);
  min-height: 349px;
  padding: 60px 30px 60px 33px;
}
.section--testimonials .thumb-card p {
  color: white;
}
.section--testimonials .thumb-card h3.news-card__title a {
  color: white;
}
.section--testimonials .thumb-card .news-card__meta time {
  color: white;
}
.section--testimonials .thumb-card:before {
  content: "";
  background-image: url("./img/quote.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: contain;
  transform: translateX(-101%);
  background-repeat: no-repeat;
}
.section--testimonials .thumb-card:hover p {
  transform: scale(0.98);
  margin-bottom: 8px;
  transition: all 1s ease-in-out;
}
.section--testimonials .thumb-card:hover .overlay-before-hover {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.section--testimonials .thumb-card:hover .overlay-after-hover {
  opacity: 0.24;
  transition: opacity 0.8s ease;
}
.section--testimonials .thumb-card .overlay-before-hover,
.section--testimonials .thumb-card .overlay-after-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 8px;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.section--testimonials .thumb-card .overlay-before-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1.95%, rgba(0, 0, 0, 0) 53.65%);
  opacity: 1;
}
.section--testimonials .thumb-card .overlay-after-hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  opacity: 0;
}

.section--testimonials .thumb-card,
.testimonials-page .thumb-card {
  position: relative;
  margin: 20px 17px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section--testimonials .thumb-card p,
.testimonials-page .thumb-card p {
  margin-bottom: 16px;
  transition: all 1s ease-in-out;
  position: relative;
}
.section--testimonials .thumb-card h3.news-card__title a,
.testimonials-page .thumb-card h3.news-card__title a {
  position: relative;
}
.section--testimonials .thumb-card .news-card__meta time,
.testimonials-page .thumb-card .news-card__meta time {
  color: white;
  margin-top: 12px;
  position: relative;
}

.testimonials-page .facetwp-template {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  .testimonials-page .facetwp-template {
    justify-content: flex-start;
    padding-bottom: 180px;
    position: relative;
  }
  .testimonials-page .facetwp-template:before {
    content: "";
    background-image: url("./img/quotebig.svg");
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 145px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.testimonials-page .facetwp-template .thumb-card {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .testimonials-page .facetwp-template .thumb-card {
    width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-page .facetwp-template .thumb-card {
    width: 22%;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials-page .facetwp-template .thumb-card {
    width: 17%;
  }
  .testimonials-page .facetwp-template .thumb-card:nth-of-type(1), .testimonials-page .facetwp-template .thumb-card:nth-of-type(3), .testimonials-page .facetwp-template .thumb-card:nth-of-type(5), .testimonials-page .facetwp-template .thumb-card:nth-of-type(6), .testimonials-page .facetwp-template .thumb-card:nth-of-type(8), .testimonials-page .facetwp-template .thumb-card:nth-of-type(10) {
    position: relative;
    top: 160px;
  }
}
.testimonials-page .thumb-card {
  box-shadow: 0px 6.4px 11.2px 3.2px rgba(18, 78, 86, 0.1);
  border-radius: 48px;
  background-color: white;
  position: relative;
  padding: 97px 28px 45px 27px;
  transition: all 0.5s ease-in-out;
}
.testimonials-page .thumb-card:hover {
  transform: scale(0.98);
  transition: all 0.5s ease-in-out;
  box-shadow: -5px 6.4px 11.2px 3.2px rgba(18, 78, 86, 0.1);
}
.testimonials-page .thumb-card p {
  position: relative;
}
@media screen and (max-width: 1399px) {
  .testimonials-page .thumb-card p:before {
    content: "";
    background-image: url("./img/quotemobile.svg");
    width: 57px;
    height: 49px;
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.testimonials-page .thumb-card p,
.testimonials-page .thumb-card h3.news-card__title,
.testimonials-page .thumb-card .news-card__meta time {
  color: var(--text-secondary);
}
.testimonials-page .thumb-card p a,
.testimonials-page .thumb-card h3.news-card__title a,
.testimonials-page .thumb-card .news-card__meta time a {
  color: var(--text-secondary);
}
.testimonials-page .thumb-card:nth-of-type(1) {
  background-color: var(--secondary-400);
}
.testimonials-page .thumb-card:nth-of-type(2) {
  background-color: var(--neutral-400);
}
.testimonials-page .thumb-card:nth-of-type(3) {
  background-color: var(--ecru-white);
}
.testimonials-page .thumb-card:nth-of-type(4) {
  background-color: var(--brand-500);
}
.testimonials-page .thumb-card:nth-of-type(4) p,
.testimonials-page .thumb-card:nth-of-type(4) h3.news-card__title,
.testimonials-page .thumb-card:nth-of-type(4) .news-card__meta time {
  color: white;
}
.testimonials-page .thumb-card:nth-of-type(4) p a,
.testimonials-page .thumb-card:nth-of-type(4) h3.news-card__title a,
.testimonials-page .thumb-card:nth-of-type(4) .news-card__meta time a {
  color: white;
}
.testimonials-page .thumb-card:nth-of-type(5) {
  background-color: var(--ecru-white);
}
.testimonials-page .thumb-card:nth-of-type(6) {
  background-color: var(--ecru-white);
}
.testimonials-page .thumb-card:nth-of-type(7) {
  background-color: var(--brand-500);
}
.testimonials-page .thumb-card:nth-of-type(7) p,
.testimonials-page .thumb-card:nth-of-type(7) h3.news-card__title,
.testimonials-page .thumb-card:nth-of-type(7) .news-card__meta time {
  color: white;
}
.testimonials-page .thumb-card:nth-of-type(7) p a,
.testimonials-page .thumb-card:nth-of-type(7) h3.news-card__title a,
.testimonials-page .thumb-card:nth-of-type(7) .news-card__meta time a {
  color: white;
}
.testimonials-page .thumb-card:nth-of-type(8) {
  background-color: var(--neutral-400);
}
.testimonials-page .thumb-card:nth-of-type(9) {
  background-color: var(--neutral-400);
}
.testimonials-page .thumb-card:nth-of-type(10) {
  background-color: var(--secondary-400);
}

.single-testimonials article {
  margin-bottom: 80px;
}
.single-testimonials .testimonials-single-container {
  margin-top: 65px;
}
.single-testimonials .testimonials-single-container h1 {
  text-align: center;
}
.single-testimonials .testimonials-single-container .testimonials-single-content {
  margin-block: 65px;
  box-shadow: 8px 8px 24px rgba(2, 2, 70, 0.05);
  border-radius: 48px;
  padding: 86px 20px 45px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--text-secondary);
}
@media screen and (min-width: 1400px) {
  .single-testimonials .testimonials-single-container .testimonials-single-content {
    padding: 100px 192px;
  }
}
.single-testimonials .testimonials-single-container .testimonials-single-content .main-content {
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.single-testimonials .testimonials-single-container .testimonials-single-content .main-content p {
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
}
.single-testimonials .testimonials-single-container .testimonials-single-content .main-content:before {
  content: "";
  background-image: url("./img/quotebig.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 145px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transform: translate(0, -50%);
}
@media screen and (min-width: 1400px) {
  .single-testimonials .testimonials-single-container .testimonials-single-content .main-content:before {
    transform: translate(-50%, -50%);
  }
}
.single-testimonials .testimonials-single-container .testimonials-single-content .testimonial-name {
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
}
.single-testimonials .testimonials-single-container .testimonials-single-content .testimonial-meta {
  z-index: 2;
  position: relative;
}

.vision .vision-content {
  padding-block: 48px;
  text-align: center;
}
.vision .vision-content p {
  color: var(--text-secondary);
}

.small-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.medium-shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.large-shadow {
  box-shadow: 0px 8px 14px 4px rgba(18, 78, 86, 0.1);
}

.bg-grey {
  background-color: #f9f9f9;
}

.curve {
  width: 100%;
  background-color: white;
}

.blue {
  color: var(--brand-500);
}

.text-secondary {
  color: var(--text-secondary);
}

.white {
  color: white;
}

.light-blue {
  color: var(--secondary-500);
}

@media screen and (max-width: 767px) {
  .d-desktop {
    display: none !important;
  }
}

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

.stages-intro h1,
.aboutus-intro h1,
.filters-intro h1,
.contact-intro h1,
.standard-intro h1,
.intro h1 {
  margin-top: 60px;
  text-align: center;
}
.stages-intro .main-text,
.aboutus-intro .main-text,
.filters-intro .main-text,
.contact-intro .main-text,
.standard-intro .main-text,
.intro .main-text {
  padding: 26px;
  background-color: var(--neutral-400);
  border-radius: 28px;
  margin-bottom: 70px;
}
.stages-intro .main-text p,
.aboutus-intro .main-text p,
.filters-intro .main-text p,
.contact-intro .main-text p,
.standard-intro .main-text p,
.intro .main-text p {
  margin-bottom: 1rem;
}
.stages-intro .main-text p strong,
.aboutus-intro .main-text p strong,
.filters-intro .main-text p strong,
.contact-intro .main-text p strong,
.standard-intro .main-text p strong,
.intro .main-text p strong {
  color: var(--brand-500);
}

.pronomia-intro h1 {
  margin-top: 60px;
  text-align: center;
}
.pronomia-intro .main-text {
  padding: 26px;
  border-radius: 28px;
  margin-bottom: 70px;
}
.pronomia-intro .main-text p {
  color: var(--brand-400);
  text-align: center;
  margin-bottom: 1rem;
}
.pronomia-intro .main-text p strong {
  color: var(--brand-500);
}

.testimonials-intro h1 {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 70px;
}

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

.section--news .swiper-wrapper,
.section--testimonials .swiper-wrapper,
.section--relatedproducts .swiper-wrapper {
  padding-bottom: 50px;
}
.section--news .swiper-scrollbar,
.section--testimonials .swiper-scrollbar,
.section--relatedproducts .swiper-scrollbar {
  transform: translateY(calc(-1 * (clamp(1.5rem, 0.2908961593rem + 4.5519203414vw, 3.5rem) / 2 - 50%))) translateX(-50%);
  background: var(--neutral-100);
  width: calc(100% - 3rem);
  left: 50%;
  bottom: 0;
}

.section--news .swiper-scrollbar,
.section--relatedproducts .swiper-scrollbar {
  background-color: white;
}
.section--news .swiper-scrollbar-drag,
.section--relatedproducts .swiper-scrollbar-drag {
  background: var(--brand-500);
}

.section--testimonials .swiper-scrollbar {
  background-color: #f9f9f9;
}
.section--testimonials .swiper-scrollbar-drag {
  background: var(--brand-500);
}

.nocursor {
  pointer-events: none;
}

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

.margint-40 {
  margin-top: 40px;
  margin-inline: auto;
  display: block;
}

html {
  scroll-padding-top: 150px;
}

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