:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

@font-face {
  font-family: PFBulletinSansProRegular;
  src: url("../../fonts/PFBulletinSansPro-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProMedium;
  src: url("../../fonts/PFBulletinSansPro-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProBold;
  src: url("../../fonts/PFBulletinSansPro-Bold.ttf") format("truetype");
  font-display: block;
}
:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

@font-face {
  font-family: PFBulletinSansProRegular;
  src: url("../../fonts/PFBulletinSansPro-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProMedium;
  src: url("../../fonts/PFBulletinSansPro-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProBold;
  src: url("../../fonts/PFBulletinSansPro-Bold.ttf") format("truetype");
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: PFBulletinSansProRegular, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #514E50;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #61A60E;
}

input, a, button {
  transition: all 0.2s linear;
}
input:hover, a:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, a:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input:before, input:after, a:before, a:after, button:before, button:after {
  transition: all 0.2s linear;
}

a {
  color: #333132;
}
a:hover {
  text-decoration: none;
  color: #005CB9;
}

.main-title {
  font-family: PFBulletinSansProMedium, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 40px;
  }
}

h2, h3, h4, h5, h6 {
  font-family: PFBulletinSansProMedium, sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 36px;
  font-family: PFBulletinSansProMedium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  border: 1px solid #005CB9;
  border-radius: 24px;
}

.primary-btn {
  padding: 15px 47px;
  line-height: 24px;
  background-color: #005CB9;
}
.primary-btn:hover {
  background-color: transparent;
  color: #005CB9;
}

.button-wrapper {
  display: flex;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.wysiwyg-styles * {
  word-wrap: break-word;
}
.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles > h4 {
  color: #333132;
}
.wysiwyg-styles ul {
  margin-bottom: 12px;
  padding-left: 12px;
}
.wysiwyg-styles ul li {
  list-style: none;
}
.wysiwyg-styles .wysiwyg-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.wysiwyg-styles .wysiwyg-video:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.wysiwyg-styles .wysiwyg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.wysiwyg-styles .wysiwyg-gallery {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 481px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 20px;
  }
}
.wysiwyg-styles .wysiwyg-gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element {
  position: relative;
  transition: all 0.2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  overflow: hidden;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element a,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 65%;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element img,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:hover,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element:hover {
  transition: all 0.2s linear;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 75px) / 4.001);
    margin: 0 25px 25px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 856px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 45px) / 3.001);
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (min-width: 1201px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
    margin-right: 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional {
  bottom: 15px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-family: "PoppinsBold", sans-serif;
  font-weight: 700;
  text-align: right;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional img {
  width: 30px;
  height: 30px;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .darkness-effect {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.51);
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body.body-with-admin-bar .header-wrapper {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.body-with-admin-bar .header-wrapper {
    top: 46px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 999;
}
.header-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
}
@media only screen and (min-width: 768px) {
  .header-wrapper .header {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.header-wrapper .header .header-logo-wrapper {
  padding-right: 20px;
}
.header-wrapper .header .header-logo-wrapper a {
  display: flex;
  height: 100%;
}
.header-wrapper .header .header-logo-wrapper a img {
  max-width: 122px;
  max-height: 45px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 480px) {
  .header-wrapper .header .header-logo-wrapper a img {
    max-width: 106px;
    max-height: 39px;
  }
}
.header-wrapper .header .header-menu-wrapper {
  margin-left: auto;
}
@media only screen and (max-width: 540px) {
  .header-wrapper .header .header-menu-wrapper {
    display: none;
  }
}
.header-wrapper .header .header-menu-wrapper ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.header-wrapper .header .header-menu-wrapper ul li {
  list-style: none;
}
.header-wrapper .header .header-menu-wrapper ul li.current-menu-item a {
  color: #005CB9;
}
.header-wrapper .header .header-menu-wrapper ul li a {
  text-transform: uppercase;
}
.header-wrapper .header .mobile-menu-opener {
  display: none;
}
@media only screen and (max-width: 540px) {
  .header-wrapper .header .mobile-menu-opener {
    display: block !important;
    padding: 0;
    height: 32px;
    border: none;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper {
    position: relative;
    width: 22px;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span {
    position: absolute;
    top: 0;
    display: block;
    height: 3px;
    width: 22px;
    margin-bottom: 5px;
    background-color: #005CB9;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(1) {
    transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(2) {
    width: 0;
    margin: 0 auto 5px;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(3) {
    transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .header-wrapper .header .collapsed .burger-span {
    position: static !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(1) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(2) {
    width: 22px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto 5px !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(3) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
}

.header-menu-wrapper-mobile.active {
  display: block;
}
.header-menu-wrapper-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 20px 24px 24px 24px;
}
@media only screen and (max-width: 500px) {
  .header-menu-wrapper-mobile ul {
    padding: 20px 8px 24px 8px;
  }
}
.header-menu-wrapper-mobile ul li {
  list-style: none;
}
.header-menu-wrapper-mobile ul li.current-menu-item a {
  color: #005CB9;
}
.header-menu-wrapper-mobile ul li a {
  text-transform: uppercase;
}

.header-bottom {
  position: relative;
  min-height: 60px;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #005CB9;
}
.header-bottom .header-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 540px) {
  .header-bottom .header-bottom-content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.header-bottom .header-bottom-content p {
  margin: 0;
  color: #FFF;
}
.header-bottom .header-bottom-content .header-btn {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #61A60E;
  background-color: #61A60E;
}
.header-bottom .header-bottom-content .header-btn:hover {
  color: #61A60E;
  border: 1px solid #FFF;
  background-color: #FFF;
}

.header-bottom-placeholder {
  height: 60px;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.footer-wrapper {
  position: relative;
  background-color: #FFF;
}
.footer-wrapper * {
  line-height: normal;
}
.footer-wrapper .footer {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.footer-wrapper .footer .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapper .footer .footer-col:last-child {
  max-width: 248px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-col:last-child {
    width: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer .footer-col:last-child {
    max-width: 100%;
    width: 100%;
  }
}
.footer-wrapper .footer .footer-col .footer-title {
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #0059A0;
  opacity: 0.4;
}
.footer-wrapper .footer .footer-col ul {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer .footer-col ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer-wrapper .footer .footer-col ul li {
  margin-bottom: 9px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer .footer-col ul li {
    width: 50%;
  }
}
.footer-wrapper .footer .footer-col ul li.current-menu-item a {
  color: #005CB9;
}
.footer-wrapper .footer .footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .footer .footer-col ul li a {
  font-size: 14px;
  opacity: 0.8;
}
.footer-wrapper .footer .footer-logo-wrapper {
  margin-right: auto;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-logo-wrapper {
    width: 100%;
    margin-right: 0;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer .footer-logo-wrapper {
    padding-bottom: 16px;
  }
}
.footer-wrapper .footer .footer-logo-wrapper a {
  display: flex;
  width: 122px;
}
.footer-wrapper .footer .footer-logo-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-wrapper .footer .footer-info {
  max-width: 542px;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-info {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper .footer .footer-info {
    max-width: unset;
    margin-right: 0;
  }
}
.footer-wrapper .footer .footer-info p {
  margin-bottom: 24px;
  font-size: 18px;
  opacity: 0.8;
}
.footer-wrapper .footer .footer-info .socials {
  display: flex;
  gap: 8px;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-info .socials {
    padding-bottom: 32px;
  }
}
.footer-wrapper .footer .footer-info .socials a:hover img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.footer-wrapper .footer .footer-info .socials a img {
  width: 28px;
  height: 28px;
  transition: all 0.2s linear;
}
.footer-wrapper .footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #0059A0;
}
.footer-wrapper .footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  opacity: 0.8;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.what-causes-disruption-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .what-causes-disruption-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.what-causes-disruption-section.blue-styling {
  background-color: #005CB9;
}
.what-causes-disruption-section.blue-styling .reasons .single-reason {
  gap: 24px;
}
.what-causes-disruption-section.blue-styling .reasons .single-reason .icon-wrapper {
  background-color: #7FBC42;
}
.what-causes-disruption-section.pink-styling {
  background-color: #5C0F8B;
}
.what-causes-disruption-section.pink-styling .reasons .single-reason {
  gap: 16px;
}
.what-causes-disruption-section.pink-styling .reasons .single-reason .icon-wrapper {
  background-color: #FA7598;
}
.what-causes-disruption-section h2 {
  margin-bottom: 44px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section h2 {
    margin-bottom: 24px;
  }
}
.what-causes-disruption-section .reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
}
@media only screen and (max-width: 1024px) {
  .what-causes-disruption-section .reasons {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section .reasons {
    gap: 16px;
  }
}
.what-causes-disruption-section .reasons .single-reason {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .what-causes-disruption-section .reasons .single-reason {
    width: calc((100% - 132px) / 4.001);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .what-causes-disruption-section .reasons .single-reason {
    width: calc((100% - 72px) / 4.001);
  }
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section .reasons .single-reason {
    gap: 8px !important;
    width: calc((100% - 16px) / 2.001);
  }
}
.what-causes-disruption-section .reasons .single-reason .icon-wrapper {
  max-width: 96px;
  max-height: 96px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section .reasons .single-reason .icon-wrapper {
    max-width: 72px;
    max-height: 72px;
    padding: 18px;
  }
}
.what-causes-disruption-section .reasons .single-reason .icon-wrapper img {
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section .reasons .single-reason .icon-wrapper img {
    max-width: 36px;
    max-height: 36px;
  }
}
.what-causes-disruption-section .reasons .single-reason p {
  margin: 0;
  padding: 0 15px;
  font-size: 24px;
  line-height: 120%;
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  .what-causes-disruption-section .reasons .single-reason p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .what-causes-disruption-section .reasons .single-reason p {
    font-size: 20px;
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.what-indicates-disruption-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .what-indicates-disruption-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.what-indicates-disruption-section.blue-styling .text-side h2 {
  color: #005CB9;
}
.what-indicates-disruption-section.blue-styling .text-side h2 span {
  color: #7FBC42;
}
.what-indicates-disruption-section.blue-styling .text-side .indicators .single-indicator .icon-wrapper {
  background-color: #7E57C5;
}
.what-indicates-disruption-section.pink-styling .text-side h2 {
  color: #5C0F8B;
}
.what-indicates-disruption-section.pink-styling .text-side h2 span {
  color: #F85C7A;
}
.what-indicates-disruption-section.pink-styling .text-side .indicators .single-indicator .icon-wrapper {
  background-color: #F85C7A;
}
.what-indicates-disruption-section .disruption-section-wrapper {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .what-indicates-disruption-section .disruption-section-wrapper {
    flex-wrap: wrap;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .image-side {
  max-width: 533px;
  width: 100%;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .what-indicates-disruption-section .disruption-section-wrapper .image-side {
    order: 2;
    max-width: unset;
    margin-right: 0;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .image-side .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1024px) {
  .what-indicates-disruption-section .disruption-section-wrapper .image-side .image-wrapper {
    padding-top: 52.6%;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .image-side .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0px 167px 47px 0px rgba(0, 0, 0, 0), 0px 107px 43px 0px rgba(0, 0, 0, 0.01), 0px 60px 36px 0px rgba(0, 0, 0, 0.05), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side {
  max-width: 644px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side {
    order: 1;
    max-width: unset;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side {
    margin-bottom: 24px;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side h2 {
  max-width: 540px;
  margin: 0 auto 32px auto;
  text-align: center;
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators {
    gap: 24px 16px;
    padding: 0;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: calc(50% - 11.9940029985px);
}
@media only screen and (max-width: 767px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator {
    gap: 8px;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator:nth-child(odd):last-child {
  width: 100%;
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator .icon-wrapper {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator .icon-wrapper {
    max-width: 64px;
    max-height: 64px;
    padding: 19.2px;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator .icon-wrapper img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator .icon-wrapper img {
    max-width: 25.6px;
    max-height: 25.6px;
  }
}
.what-indicates-disruption-section .disruption-section-wrapper .text-side .indicators .single-indicator p {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.offer-section {
  position: relative;
  background-color: #DCE6F8;
}
@media only screen and (max-width: 767px) {
  .offer-section {
    background-color: #FFF;
  }
}
.offer-section .offer-section-content {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .offer-section .offer-section-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-section .offer-section-content {
    padding: 0;
  }
}
.offer-section .offer-section-content img {
  display: block;
  max-width: 100%;
  max-height: 618px;
  margin: 0 auto;
  border-radius: 16px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .offer-section .offer-section-content img {
    width: 100%;
    height: 100%;
    border-radius: unset;
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.references-wrapper {
  padding-top: 32px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .references-wrapper {
    padding-top: 24px;
  }
}
.references-wrapper h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #333132;
}
.references-wrapper .references {
  padding-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
}
.references-wrapper .wysiwyg-styles p {
  font-size: 14px;
  line-height: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.about-product-wrapper {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
.about-product-wrapper.blue-styling {
  background-color: #DCE6F8;
}
.about-product-wrapper.blue-styling .about-product .text-side {
  width: 310px;
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper.blue-styling .about-product .text-side {
    width: 100%;
  }
}
.about-product-wrapper.blue-styling .about-product .image-side {
  width: calc(100% - 310px - 28px);
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper.blue-styling .about-product .image-side {
    width: 100%;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-product-wrapper.blue-styling .about-product .image-side img.image-desktop-size {
    display: none;
  }
}
.about-product-wrapper.blue-styling .about-product .image-side img.image-mobile-size {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .about-product-wrapper.blue-styling .about-product .image-side img.image-mobile-size {
    display: block;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper.blue-styling .about-product .image-side img.image-mobile-size {
    margin-top: 0;
  }
}
.about-product-wrapper.pink-styling {
  background-color: #FFEDF0;
}
.about-product-wrapper.pink-styling .about-product .text-side {
  width: calc(100% - 533px - 24px);
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .about-product-wrapper.pink-styling .about-product .text-side {
    width: calc(100% - 300px - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper.pink-styling .about-product .text-side {
    width: 100%;
  }
}
.about-product-wrapper.pink-styling .about-product .image-side {
  width: 533px;
}
@media only screen and (max-width: 1024px) {
  .about-product-wrapper.pink-styling .about-product .image-side {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper.pink-styling .about-product .image-side {
    width: 100%;
    margin-bottom: 28px;
  }
}
.about-product-wrapper.pink-styling .about-product .primary-btn {
  background-color: #F4436C;
  border: 1px solid #F4436C;
}
.about-product-wrapper.pink-styling .about-product .primary-btn:hover {
  color: #F4436C;
  background-color: #FFF;
}
.about-product-wrapper .about-product {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-product-wrapper .about-product .background-image {
  position: absolute;
  top: -100px;
  left: 225px;
  max-width: 174px;
  max-height: 174px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1367px) {
  .about-product-wrapper .about-product .background-image {
    top: -135px;
  }
}
@media only screen and (max-width: 1366px) {
  .about-product-wrapper .about-product .background-image {
    max-width: 132px;
    max-height: 132px;
    right: 17px;
    left: unset;
  }
}
.about-product-wrapper .about-product .text-side {
  z-index: 2;
}
.about-product-wrapper .about-product .text-side img {
  max-width: 240px;
  width: 100%;
  height: 100%;
  margin-bottom: 28px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper .about-product .text-side img {
    max-width: 168px;
    margin-bottom: 16px;
  }
}
.about-product-wrapper .about-product .text-side p {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper .about-product .button-wrapper.button-wrapper-desktop {
    display: none;
  }
}
.about-product-wrapper .about-product .button-wrapper.button-wrapper-mobile {
  display: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-product-wrapper .about-product .button-wrapper.button-wrapper-mobile {
    display: flex;
  }
}
.about-product-wrapper .about-product .primary-btn {
  padding: 11px 47px;
}
.about-product-wrapper .about-product .primary-btn:hover {
  background-color: #FFF;
}
.about-product-wrapper .about-product .image-side {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 41px;
  padding-left: 19px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .about-product-wrapper .about-product .image-side {
    align-items: stretch;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-product-wrapper .about-product .image-side {
    justify-content: center;
    padding-top: 0;
  }
}
.about-product-wrapper .about-product .image-side .image-wrapper img {
  max-height: 549px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.1));
}
.about-product-wrapper .about-product .image-side:last-child {
  margin-right: 0;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

@font-face {
  font-family: PFBulletinSansProRegular;
  src: url("../../fonts/PFBulletinSansPro-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProMedium;
  src: url("../../fonts/PFBulletinSansPro-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProBold;
  src: url("../../fonts/PFBulletinSansPro-Bold.ttf") format("truetype");
  font-display: block;
}
.why-choose-text-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.why-choose-text-section.blue-styling {
  background-color: #DCE6F8;
}
.why-choose-text-section.blue-styling .why-choose-section-wrapper h2 {
  color: #005CB9;
}
.why-choose-text-section.blue-styling .why-choose-section-wrapper .wysiwyg-styles h3 {
  color: #005CB9;
}
.why-choose-text-section.blue-styling .why-choose-section-wrapper .cells .single-cell .icon-wrapper {
  background-color: #005CB9;
}
.why-choose-text-section.pink-styling {
  background-color: #FFEDF0;
  background-image: url("../../images/circle-background-min.png");
  background-repeat: no-repeat;
  background-position: center;
}
.why-choose-text-section.pink-styling .why-choose-section-wrapper h2 {
  color: #5C0F8B;
}
.why-choose-text-section.pink-styling .why-choose-section-wrapper .primary-btn {
  background-color: #F4436C;
  border: 1px solid #F4436C;
}
.why-choose-text-section.pink-styling .why-choose-section-wrapper .primary-btn:hover {
  color: #F4436C;
  background-color: #FFF;
}
.why-choose-text-section.pink-styling .why-choose-section-wrapper .cells .single-cell img {
  max-width: 51px;
  max-height: 42px;
  width: 100%;
  height: 100%;
}
.why-choose-text-section .why-choose-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-choose-text-section .why-choose-section-wrapper h2 {
  max-width: 768px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper h2 {
    margin-bottom: 16px;
  }
}
.why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles {
    margin-bottom: 32px;
  }
}
.why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles p {
  max-width: 866px;
  font-size: 20px;
}
.why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles p:not(:last-child) {
  margin-bottom: 16px;
}
.why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles h3 {
  max-width: 636px;
  margin: 0 auto 16px auto;
  font-family: PFBulletinSansProRegular;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .wysiwyg-styles h3 {
    line-height: 40px;
  }
}
.why-choose-text-section .why-choose-section-wrapper .cells {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  max-width: 1090px;
  margin: 0 auto 44px auto;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-section .why-choose-section-wrapper .cells {
    gap: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-section .why-choose-section-wrapper .cells {
    margin: 0 auto 32px auto;
  }
}
.why-choose-text-section .why-choose-section-wrapper .cells .single-cell {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-section .why-choose-section-wrapper .cells .single-cell {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .cells .single-cell {
    width: 100%;
  }
}
.why-choose-text-section .why-choose-section-wrapper .cells .single-cell .icon-wrapper {
  max-width: 80px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  margin: 0 auto 24px auto;
  padding: 24px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .cells .single-cell .icon-wrapper {
    margin: 0 auto 16px auto;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .cells .single-cell .icon-wrapper {
    max-width: 64px;
    max-height: 64px;
    padding: 19.2px;
  }
}
.why-choose-text-section .why-choose-section-wrapper .cells .single-cell .icon-wrapper img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-section .why-choose-section-wrapper .cells .single-cell .icon-wrapper img {
    max-width: 25.6px;
    max-height: 25.6px;
  }
}
.why-choose-text-section .why-choose-section-wrapper .cells .single-cell h5 {
  margin-bottom: 8px;
}
.why-choose-text-section .why-choose-section-wrapper .cells .single-cell p {
  margin: 0;
}
.why-choose-text-section .why-choose-section-wrapper .primary-btn {
  padding: 11px 47px;
}
.why-choose-text-section .why-choose-section-wrapper .primary-btn:hover {
  background-color: #FFF;
}

.why-choose-text-image-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.why-choose-text-image-section.pink-styling {
  background-color: #FFEDF0;
  background-image: url("../../images/circle-background-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section.pink-styling {
    background-position: top;
  }
}
.why-choose-text-image-section.pink-styling h2 {
  margin-bottom: 44px;
  color: #5C0F8B;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section.pink-styling h2 {
    margin-bottom: 24px;
  }
}
.why-choose-text-image-section.pink-styling .primary-btn {
  margin: 0 auto;
  background-color: #F4436C;
  border: 1px solid #F4436C;
}
.why-choose-text-image-section.pink-styling .primary-btn:hover {
  color: #F4436C;
  background-color: #FFFFFF;
}
.why-choose-text-image-section .why-choose-section-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper {
    margin-bottom: 48px;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .why-large-block {
  width: calc((100% - 128px) / 3.001);
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper .why-large-block {
    width: calc((100% - 24px) / 2.001);
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper .why-large-block {
    width: 100%;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block {
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block {
    margin-bottom: 32px;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block img {
  max-width: 51px;
  max-height: 42px;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block img {
    max-width: 40px;
    max-height: 32.941px;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .why-large-block .why-block p {
  margin: 0;
  font-size: 24px;
}
.why-choose-text-image-section .why-choose-section-wrapper .left-side {
  padding-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper .left-side {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper .left-side {
    padding-right: 0;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .middle-block {
  padding-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper .middle-block {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.why-choose-text-image-section .why-choose-section-wrapper .middle-block p {
  margin: 0;
}
.why-choose-text-image-section .why-choose-section-wrapper .middle-block img {
  max-height: 450px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper .middle-block img {
    max-height: 326px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-choose-text-image-section .why-choose-section-wrapper .right-side {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-text-image-section .why-choose-section-wrapper .right-side .why-block:last-child {
    margin: 0;
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.microbiome-importance-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .microbiome-importance-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.microbiome-importance-section.blue-styling {
  background-color: #DCE6F8;
}
.microbiome-importance-section.blue-styling .text-side {
  width: calc(100% - 421px - 24px);
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section.blue-styling .text-side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.microbiome-importance-section.blue-styling .text-side h2 {
  color: #005CB9;
}
.microbiome-importance-section.blue-styling .text-side h2 span {
  color: #7FBC42;
}
.microbiome-importance-section.blue-styling .image-side {
  width: 421px;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section.blue-styling .image-side {
    width: 100%;
  }
}
.microbiome-importance-section.blue-styling .cells .single-cell .icon-wrapper {
  background-color: #7FBC42;
}
.microbiome-importance-section.blue-styling .cells .single-cell h5 {
  color: #005CB9;
}
.microbiome-importance-section.pink-styling {
  background-color: #FFEDF0;
}
.microbiome-importance-section.pink-styling .text-side {
  width: calc(100% - 421px - 24px);
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section.pink-styling .text-side {
    width: 100%;
    margin-bottom: 24px;
  }
}
.microbiome-importance-section.pink-styling .text-side h2 {
  color: #5C0F8B;
}
.microbiome-importance-section.pink-styling .text-side h2 span {
  color: #F85C7A;
}
.microbiome-importance-section.pink-styling .image-side {
  width: 421px;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section.pink-styling .image-side {
    width: 100%;
  }
}
.microbiome-importance-section.pink-styling .cells {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section.pink-styling .cells {
    margin-bottom: 24px;
  }
}
.microbiome-importance-section.pink-styling .cells .single-cell .icon-wrapper {
  background-color: #FA7598;
}
.microbiome-importance-section.pink-styling .cells .single-cell h5 {
  color: #5C0F8B;
}
.microbiome-importance-section.pink-styling .primary-btn {
  margin: 0 auto;
  background-color: #F4436C;
  border: 1px solid #F4436C;
}
.microbiome-importance-section.pink-styling .primary-btn:hover {
  color: #F4436C;
  background-color: transparent;
}
.microbiome-importance-section .microbiome-importance {
  display: flex;
  align-items: center;
  max-width: 1090px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .microbiome-importance {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.microbiome-importance-section .microbiome-importance .text-side {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .microbiome-importance .text-side {
    margin-right: 0;
  }
}
.microbiome-importance-section .microbiome-importance .text-side > *:last-child {
  margin-bottom: 0 !important;
}
.microbiome-importance-section .microbiome-importance .text-side h2 {
  margin-bottom: 12px;
}
.microbiome-importance-section .microbiome-importance .text-side p {
  font-size: 20px;
}
.microbiome-importance-section .microbiome-importance .image-side img {
  max-height: 308px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .microbiome-importance .image-side img {
    max-height: 224px;
  }
}
.microbiome-importance-section .cells {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .cells {
    gap: 24px;
  }
}
.microbiome-importance-section .cells .single-cell {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .cells .single-cell {
    width: 100%;
  }
}
.microbiome-importance-section .cells .single-cell .icon-wrapper {
  max-width: 68px;
  max-height: 68px;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .microbiome-importance-section .cells .single-cell .icon-wrapper {
    margin-bottom: 16px;
  }
}
.microbiome-importance-section .cells .single-cell h5 {
  margin-bottom: 8px;
}
.microbiome-importance-section .cells .single-cell p {
  margin: 0;
}
.microbiome-importance-section .button-wrapper {
  max-width: 1090px;
  margin: 0 auto;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 585px;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper {
    min-height: 400px;
  }
}
.hero-wrapper .hero {
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
.hero-wrapper .hero .hero-head {
  position: relative;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero-wrapper .hero .hero-head .main-title {
  margin-bottom: 12px;
}
.hero-wrapper .hero .hero-head p {
  margin: 0;
  color: rgba(0, 45, 93, 0.8);
}
@media only screen and (min-width: 1367px) {
  .hero-wrapper .hero .hero-head p {
    opacity: 0.8;
  }
}
.hero-wrapper .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0) 33.31%, #FFF 58.81%);
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper .overlay-background {
    background: rgba(255, 255, 255, 0.6);
  }
}
.hero-wrapper .hero-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 135px;
  z-index: 0;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper .hero-background {
    padding-top: 0;
  }
}
.hero-wrapper .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-fade-in {
  opacity: 0;
}

@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.products-banner {
  padding: 96px 0;
  background-color: #005CB9;
}
.products-banner.alt {
  padding: 108px 0;
  background-color: white;
}
.products-banner.alt .title {
  color: #005CB9;
}
.products-banner.alt .list-item {
  flex: 0 0 calc(20% - 12px);
}
.products-banner.alt .list-item .icon {
  background-color: #8662B9;
}
.products-banner.alt .list-item p {
  color: black;
}
.products-banner .banner-content {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.products-banner .title {
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}
.products-banner .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 24px 12px;
}
.products-banner .list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 0 0 calc(25% - 12px);
}
.products-banner .list-item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #7FBC42;
}
.products-banner .list-item .icon img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-position: center;
  object-fit: contain;
}
.products-banner .list-item p {
  color: white;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 860px) {
  .products-banner.alt {
    padding: 96px 0;
  }
  .products-banner.alt .list-item {
    flex: 0 0 calc(50% - 24px);
  }
  .products-banner .list-item {
    flex: 0 0 calc(50% - 24px);
  }
  .products-banner .list-item .icon {
    width: 64px;
    height: 64px;
  }
  .products-banner .list-item .icon img {
    width: 32px;
    height: 32px;
  }
  .products-banner .list-wrapper {
    gap: 44px 24px;
    justify-content: center;
  }
}

.single-product {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: 24px;
  border: 1px solid var(--color-grey-light);
  border-radius: 16px;
  background-color: var(--color-white);
}
.single-product:hover .product-description {
  color: var(--color-gray);
}
.single-product:hover .product-description p {
  color: var(--color-gray);
}
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .single-product {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .single-product {
    width: 100%;
  }
}
.single-product .image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 59%;
}
.single-product .image-wrapper .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.1));
}
.single-product .product-title {
  color: var(--color-gray);
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  .single-product .product-title {
    font-size: 18px;
  }
}
.single-product .product-description {
  margin-bottom: 8px;
}
.single-product .product-description p {
  font-size: 16px;
  margin: 0;
  text-decoration: none;
}
.single-product .product-description p:not(:last-of-type) {
  margin-bottom: 16px;
}
.single-product .product-description ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
  margin-top: 34px;
}
.single-product .product-description ul li {
  position: relative;
  padding-left: 30px;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 100%;
}
.single-product .product-description ul li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../../images/checkmark-blue.svg");
  background-color: transparent;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .single-product .product-description ul {
    margin-top: 18px;
  }
}
.single-product .product-btn {
  font-family: PFBulletinSansProMedium, sans-serif;
  color: var(--color-secondary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: auto auto 0;
  text-decoration: none;
  text-transform: uppercase;
}
.single-product .product-btn:hover {
  opacity: 0.7;
}

.product-categories {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
  overflow: hidden;
  overflow: auto;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}
.product-categories::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.product-categories::-webkit-scrollbar-track {
  background-color: transparent;
}
.product-categories::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.product-categories .category .category-btn {
  font-family: unset;
  color: var(--color-white);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid var(--color-white);
  white-space: nowrap;
}
.product-categories .category .category-btn:hover, .product-categories .category .category-btn.active {
  color: var(--color-white);
  background-color: var(--color-green);
  border: 1px solid var(--color-green);
}
@media only screen and (max-width: 800px) {
  .product-categories {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}

.product-characteristics-tabs {
  margin-top: 32px;
  padding: 64px 0;
  background: var(--color-neutral);
}
@media screen and (min-width: 768px) {
  .product-characteristics-tabs {
    margin-top: 64px;
  }
}
.product-characteristics-tabs .product-tabs {
  display: flex;
}
.product-characteristics-tabs .product-tab {
  background: transparent;
  padding: 10px 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 29px;
}
.product-characteristics-tabs .product-tab.active {
  border-bottom: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
.product-characteristics-tabs .product-tab.active svg {
  transform: rotate(180deg);
}
.product-characteristics-tabs .product-tab.active svg path {
  fill: var(--color-secondary);
}
.product-characteristics-tabs .product-tab.product-tab-mobile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-characteristics-tabs .product-tab-content {
  display: none;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .product-characteristics-tabs .product-tab-content {
    margin-top: 64px;
  }
}
.product-characteristics-tabs .product-tab-content.active {
  display: block;
}
.product-characteristics-tabs .about-product-additional-info {
  margin-top: 64px;
}
.product-characteristics-tabs .about-product-additional-info .about-product-image {
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
  margin-bottom: -100px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .product-characteristics-tabs .about-product-additional-info .about-product-image {
    padding-bottom: 25%;
  }
}
.product-characteristics-tabs .about-product-additional-info .about-product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}
.product-characteristics-tabs .about-product-additional-info .about-product-list {
  display: flex;
  gap: 16px;
  padding: 0 16px;
}
.product-characteristics-tabs .about-product-additional-info .about-product-list .about-info-card {
  padding: 16px 24px;
  background: var(--color-blue-light);
  color: var(--color-secondary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  text-align: center;
}
.product-characteristics-tabs .about-product-additional-info .about-product-list .about-info-card h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.client-reviews {
  background: var(--color-blue-light);
  padding: 60px 0;
}
.client-reviews .client-reviews-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
}
.client-reviews .client-reviews-slider .slick-track {
  display: flex;
  gap: 24px;
}
.client-reviews .client-reviews-slider .client-reviews-card {
  width: 33%;
}
.client-reviews .slick-track {
  width: 100%;
}
.client-reviews .client-reviews-card {
  font-weight: bold;
}
.client-reviews .client-reviews-card .client-review-quote {
  padding: 24px;
  border-radius: 16px;
  background: var(--color-white);
}
.client-reviews .client-reviews-card .client-review-quote svg {
  margin-bottom: 16px;
}
.client-reviews .client-reviews-card .client-review-quote p {
  font-family: PFBulletinSansProMedium, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.client-reviews .client-reviews-card .client-review-author {
  margin-top: 24px;
  margin-left: 25px;
}
.client-reviews .client-reviews-card .client-review-author > div {
  display: flex;
  gap: 16px;
}
.client-reviews .client-reviews-card .client-review-author > div .author-image {
  width: 55px;
  height: 55px;
}
.client-reviews .client-reviews-card .client-review-author > div .author-image > div {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 100%;
}
.client-reviews .client-reviews-card .client-review-author > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}
.client-reviews .client-reviews-card .client-review-author h4 {
  font-family: PFBulletinSansProRegular, sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
}
.client-reviews .client-reviews-card .client-review-author p {
  font-family: PFBulletinSansProMedium, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
}

.modal-specialist {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1050;
}
.modal-specialist .modal-specialist-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
.modal-specialist .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 16px;
}
.modal-specialist .modal-content {
  position: relative;
  background: var(--color-white);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  z-index: 2000;
  border-radius: 24px;
}
.modal-specialist .modal-content .modal-inner-content {
  padding: 64px;
  text-align: center;
}
.modal-specialist .modal-content .modal-inner-content h2 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (min-width: 976px) {
  .modal-specialist .modal-content .modal-inner-content h2 {
    font-size: 36px;
  }
}
.modal-specialist .modal-content .modal-inner-content p {
  margin-top: 16px;
}
.modal-specialist .modal-content .modal-inner-content .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.modal-specialist .modal-content .modal-inner-content .btn-wrapper a.btn,
.modal-specialist .modal-content .modal-inner-content .btn-wrapper button {
  border-radius: 100px;
  padding: 14px 44px;
}
.modal-specialist .modal-content .modal-inner-content .btn-wrapper a.btn.btn-secondary,
.modal-specialist .modal-content .modal-inner-content .btn-wrapper button.btn-secondary {
  background: transparent;
  color: var(--color-black);
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

@font-face {
  font-family: PFBulletinSansProRegular;
  src: url("../../fonts/PFBulletinSansPro-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProMedium;
  src: url("../../fonts/PFBulletinSansPro-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: PFBulletinSansProBold;
  src: url("../../fonts/PFBulletinSansPro-Bold.ttf") format("truetype");
  font-display: block;
}
.homepage .hero-wrapper {
  position: relative;
  min-height: 539px;
  padding-top: 137px;
}
.homepage .hero-wrapper .hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .homepage .hero-wrapper .hero {
    padding-right: 0;
  }
}
.homepage .hero-wrapper .hero .hero-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 644px;
  width: 50%;
  padding-top: 90px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper .hero .hero-left-side {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-left-side {
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding-top: 64px;
    padding-right: 0;
    text-align: center;
  }
  .homepage .hero-wrapper .hero .hero-left-side > *:last-child {
    margin-bottom: 0 !important;
  }
}
.homepage .hero-wrapper .hero .hero-left-side .main-title {
  margin-bottom: 16px;
  color: #005CB9;
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper .hero .hero-left-side .main-title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-left-side .main-title {
    margin-bottom: 8px;
  }
}
.homepage .hero-wrapper .hero .hero-left-side .main-title span {
  color: #61A60E;
}
.homepage .hero-wrapper .hero .hero-left-side p {
  margin: 0;
  font-size: 24px;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-left-side p {
    font-size: 20px;
  }
}
.homepage .hero-wrapper .hero .hero-right-side {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper .hero .hero-right-side {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-right-side {
    justify-content: center;
    width: 100%;
  }
}
.homepage .hero-wrapper .hero .hero-right-side .image-wrapper {
  max-width: 412px;
  max-height: 539px;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper .hero .hero-right-side .image-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-right-side .image-wrapper {
    max-width: 295px;
    max-height: 339px;
    padding-top: 20px;
  }
}
.homepage .hero-wrapper .hero .hero-right-side .image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper .hero .hero-right-side .image-wrapper img {
    top: 80px;
    right: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .hero .hero-right-side .image-wrapper img {
    top: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepage .hero-wrapper .background-image-wrapper {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .background-image-wrapper {
    bottom: -60px;
  }
}
.homepage .hero-wrapper .background-image-wrapper img {
  position: absolute;
  bottom: -10px;
  max-height: 669px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage .hero-wrapper .background-image-wrapper img {
    max-height: unset;
    object-fit: cover;
  }
}
.homepage .about-section {
  position: relative;
  background-color: #DCE6F8;
  z-index: 2;
}
.homepage .about-section .section-content {
  position: relative;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 866px;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .homepage .about-section .section-content {
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .about-section .section-content {
    padding-top: 32px;
  }
}
.homepage .about-section .section-content p {
  font-size: 20px;
  text-align: center;
  line-height: normal;
}
.homepage .about-section .section-content p:first-child {
  margin-bottom: 24px;
}
.homepage .about-section .section-content p:has(img) {
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .homepage .about-section .section-content p:has(img) {
    margin-bottom: 16px;
  }
}
.homepage .about-section .section-content img {
  max-height: 512px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 167px 47px 0px rgba(0, 0, 0, 0), 0px 107px 43px 0px rgba(0, 0, 0, 0.01), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  .homepage .about-section .section-content img {
    max-height: 180px;
  }
}
.homepage .about-section .section-content h3 {
  margin-bottom: 24px;
  font-family: PFBulletinSansProRegular;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  color: #005CB9;
}
@media only screen and (max-width: 767px) {
  .homepage .about-section .section-content h3 {
    line-height: 40px;
  }
}
.homepage .products-section {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.homepage .products-section .products {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products {
    gap: 32px;
  }
}
.homepage .products-section .products .single-product {
  width: calc(50% - 12px);
  min-height: 128px;
  border-radius: 16px;
  border: 1px solid #DADADA;
  background: #FFF;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product {
    width: 100%;
  }
}
.homepage .products-section .products .single-product .single-product-head-wrapper {
  margin-bottom: 56px;
  padding: 0 32px;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product .single-product-head-wrapper {
    margin-bottom: 24px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products .single-product .single-product-head-wrapper {
    padding: 0 16px;
  }
}
.homepage .products-section .products .single-product .single-product-head-wrapper.violet-background {
  background-color: #E5DBF3;
}
.homepage .products-section .products .single-product .single-product-head-wrapper.pink-background {
  background-color: #FFE4E9;
}
.homepage .products-section .products .single-product .single-product-head {
  position: relative;
  top: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px;
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 0px 6px 11.4px 0px rgba(168, 143, 149, 0.2);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .homepage .products-section .products .single-product .single-product-head {
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product .single-product-head {
    top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products .single-product .single-product-head {
    top: 16px;
    justify-content: center;
    padding: 16px;
  }
}
.homepage .products-section .products .single-product .single-product-head .image-wrapper {
  width: 240px;
  padding-top: unset;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product .single-product-head .image-wrapper {
    width: 210px;
  }
}
.homepage .products-section .products .single-product .single-product-head .image-wrapper img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product .single-product-head .image-wrapper img {
    width: 100%;
  }
}
.homepage .products-section .products .single-product .single-product-head .head-content {
  width: calc(100% - 240px - 16px);
}
@media only screen and (max-width: 1200px) {
  .homepage .products-section .products .single-product .single-product-head .head-content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product .single-product-head .head-content {
    width: calc(100% - 240px - 16px);
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products .single-product .single-product-head .head-content {
    width: 100%;
    text-align: center;
  }
}
.homepage .products-section .products .single-product .single-product-head .head-content > *:last-child {
  margin-bottom: 0 !important;
}
.homepage .products-section .products .single-product h4 {
  margin-bottom: 4px;
  color: #333132;
}
.homepage .products-section .products .single-product-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product-content {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products .single-product-content {
    padding: 24px 16px;
  }
}
.homepage .products-section .products .single-product-content .image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 71%;
}
@media only screen and (max-width: 1024px) {
  .homepage .products-section .products .single-product-content .image-wrapper {
    margin-bottom: 24px;
    padding-top: 39.9%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .products-section .products .single-product-content .image-wrapper {
    padding-top: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  .homepage .products-section .products .single-product-content .image-wrapper.smaller-image .product-image {
    top: 50%;
    transform: translateY(-50%);
    height: 82%;
  }
}
.homepage .products-section .products .single-product-content .image-wrapper .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.1));
}
.homepage .products-section .products .single-product-content p {
  margin-bottom: 16px;
}
.homepage .products-section .products .single-product-content h4 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 150%;
  color: #7FBC42;
}
.homepage .products-section .products .single-product-content .button-wrapper {
  margin-top: auto;
}
.homepage .products-section .products .single-product-content .primary-btn {
  margin: 0 auto;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.single-page .single-page-container {
  padding-top: 137px;
}
.single-page .hero-wrapper {
  position: relative;
  background-color: #FAFAFA;
}
.single-page .hero-wrapper.blue-styling .hero .hero-left-side .main-title {
  color: #005CB9;
}
.single-page .hero-wrapper.blue-styling .hero .hero-left-side .main-title span {
  color: #61A60E;
}
.single-page .hero-wrapper.pink-styling .hero .hero-left-side .main-title {
  color: #5C0F8B;
}
.single-page .hero-wrapper.pink-styling .hero .hero-left-side .main-title span {
  color: #F85C7A;
}
.single-page .hero-wrapper .hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .single-page .hero-wrapper .hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.single-page .hero-wrapper .hero .hero-left-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 644px;
  width: 50%;
  padding-right: 32px;
}
.single-page .hero-wrapper .hero .hero-left-side > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .single-page .hero-wrapper .hero .hero-left-side {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .single-page .hero-wrapper .hero .hero-left-side {
    margin-bottom: 32px;
  }
}
.single-page .hero-wrapper .hero .hero-left-side .main-title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .single-page .hero-wrapper .hero .hero-left-side .main-title {
    margin-bottom: 8px;
  }
}
.single-page .hero-wrapper .hero .hero-left-side p {
  margin: 0;
  font-size: 24px;
  line-height: normal;
}
.single-page .hero-wrapper .hero .hero-right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .single-page .hero-wrapper .hero .hero-right-side {
    justify-content: center;
    width: 100%;
  }
}
.single-page .hero-wrapper .hero .hero-right-side .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50%;
}
.single-page .hero-wrapper .hero .hero-right-side .image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 502px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0px 167px 47px 0px rgba(0, 0, 0, 0), 0px 107px 43px 0px rgba(0, 0, 0, 0.01), 0px 60px 36px 0px rgba(0, 0, 0, 0.05), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .single-page .hero-wrapper .hero .hero-right-side .image-wrapper img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.single-page .what-causes-disruption-section .reasons {
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .single-page .what-causes-disruption-section .reasons {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .single-page .what-causes-disruption-section .reasons .single-reason {
    width: calc((100% - 72px) / 4.001);
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.single-produkti {
  margin-top: 137px;
}
.single-produkti main {
  overflow: hidden;
}
.single-produkti .product-main-content {
  display: grid;
  align-items: center;
  grid-template-columns: 5fr 7fr;
  gap: clamp(24px, 3vw, 56px);
  width: 100%;
  padding: 32px 0 16px 0;
}
.single-produkti .product-main-content .product-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 533px;
  min-width: 533px;
  height: auto;
}
.single-produkti .product-main-content .product-image img {
  object-fit: contain;
  object-position: center;
  height: 568px;
  width: 100%;
}
.single-produkti .product-main-content .product-image .images {
  display: flex;
  gap: 8px;
  height: 568px;
}
.single-produkti .product-main-content .product-image .images .slick-slide {
  max-height: 568px;
}
.single-produkti .product-main-content .product-image .images .slick-slide > div {
  max-height: 568px;
}
.single-produkti .product-main-content .product-image .images img {
  object-fit: contain;
  object-position: center;
  height: 568px;
  width: 100%;
}
.single-produkti .product-main-content .product-image .slider-thumbnails .slick-track {
  display: flex;
  gap: 8px;
}
.single-produkti .product-main-content .product-image .slider-thumbnails .slick-slide {
  height: 100px;
}
.single-produkti .product-main-content .product-image .slider-thumbnails .slick-slide.slick-current {
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
}
.single-produkti .product-main-content .product-image .slider-thumbnails .slick-slide img {
  object-fit: contain;
  object-position: center;
  height: 100px;
  width: 100%;
}
.single-produkti .product-main-content .product-description-wrapper {
  max-width: 100%;
  width: 100%;
}
.single-produkti .product-main-content .product-description-wrapper .product-title {
  color: #333132;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.single-produkti .product-main-content .product-description-wrapper .product-text p {
  color: #333132;
  font-size: 16px;
  line-height: 100%;
}
.single-produkti .product-main-content .product-description-wrapper .product-text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 24px;
}
.single-produkti .product-main-content .product-description-wrapper .product-text ul li {
  color: #005CB9;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.single-produkti .product-main-content .product-description-wrapper .product-text ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #005CB9;
}
.single-produkti .product-pharmacy-list {
  padding: 16px 0;
}
.single-produkti .product-pharmacy-list h3 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.single-produkti .product-pharmacy-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 64px;
  width: 100%;
  margin-top: 64px;
}
.single-produkti .product-pharmacy-list .pharmacy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.single-produkti .product-pharmacy-list .pharmacy-item img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 0;
  height: 70px;
  transition: transform 0.3s ease;
}
.single-produkti .product-pharmacy-list .pharmacy-item:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.single-produkti .product-pharmacy-list .pharmacy-item span {
  display: block;
  color: #005CB9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.single-produkti .product-pharmacy-list .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.single-produkti .product-pharmacy-list .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
}
.single-produkti .product-pharmacy-list .slick-dots li {
  display: inline-block;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  width: 9px;
  height: 9px;
}
.single-produkti .product-pharmacy-list .slick-dots li.slick-active {
  height: 14px;
  width: 14px;
}
.single-produkti .product-pharmacy-list .slick-dots li.slick-active button {
  height: 14px;
  width: 14px;
  opacity: 1;
}
.single-produkti .product-pharmacy-list .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  background-color: #005CB9;
  opacity: 0.25;
  border-radius: 50%;
}
.single-produkti .product-pharmacy-list .slick-dots li button:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-produkti .product-pharmacy-list .brxe-container {
    gap: 48px;
  }
  .single-produkti .product-pharmacy-list-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
  }
  .single-produkti .product-pharmacy-list .pharmacy-item {
    gap: 8px;
  }
  .single-produkti .product-pharmacy-list .pharmacy-item img {
    max-height: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .single-produkti .product-main-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 860px) {
  .single-produkti .product-main-content {
    grid-template-columns: 1fr;
    gap: clamp(46px, 3vw, 56px);
  }
  .single-produkti .product-main-content .product-image {
    width: 100%;
    min-width: 100%;
    max-width: 100vw;
  }
  .single-produkti .product-main-content .product-image .images {
    height: 336px;
    max-width: 100vw;
  }
  .single-produkti .product-main-content .product-image .images img {
    height: 336px;
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.microbiome-page {
  padding-top: 137px;
}
.microbiome-page .hero-wrapper {
  position: relative;
  padding-top: 96px;
  padding-bottom: 74px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 1024px) {
  .microbiome-page .hero-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.microbiome-page .hero-wrapper .hero .main-title {
  max-width: 644px;
  margin: 0 auto 12px auto;
  color: #005CB9;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .microbiome-page .hero-wrapper .hero .main-title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .microbiome-page .hero-wrapper .hero .main-title {
    margin-bottom: 8px;
  }
}
.microbiome-page .hero-wrapper .hero p {
  max-width: 1090px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  text-align: center;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .microbiome-page .hero-wrapper .hero p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .microbiome-page .hero-wrapper .hero p {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
.microbiome-page .hero-wrapper .hero .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 35%;
}
@media only screen and (max-width: 767px) {
  .microbiome-page .hero-wrapper .hero .image-wrapper {
    padding-top: 65%;
  }
}
.microbiome-page .hero-wrapper .hero .image-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 500px;
  max-width: 866px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0px 167px 47px 0px rgba(0, 0, 0, 0), 0px 107px 43px 0px rgba(0, 0, 0, 0.01), 0px 60px 36px 0px rgba(0, 0, 0, 0.05), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .microbiome-page .hero-wrapper .hero .image-wrapper img {
    max-width: 100%;
  }
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.default-page .single-page-wrapper {
  padding-top: 137px;
}
.default-page .single-page-wrapper .single-page-container {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 74px;
}
@media only screen and (max-width: 1024px) {
  .default-page .single-page-wrapper .single-page-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.default-page .main-title {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  color: #005CB9;
}
@media only screen and (max-width: 767px) {
  .default-page .main-title {
    margin-bottom: 24px;
  }
}
.default-page .wysiwyg-styles h4 {
  margin-top: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .default-page .wysiwyg-styles h4 {
    margin-bottom: 16px;
  }
}
.default-page .wysiwyg-styles h4:first-child {
  margin-top: 0;
}
.default-page .wysiwyg-styles p {
  margin-bottom: 12px;
}
.default-page .wysiwyg-styles p:last-child {
  margin-bottom: 0;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.page-404 {
  padding-top: 137px;
}
.page-404 .page-404-content {
  max-width: 866px;
  min-height: calc(100vh - 137px - 293px);
  margin: 0 auto;
  padding: 64px 0;
}
@media only screen and (max-width: 1024px) {
  .page-404 .page-404-content {
    min-height: calc(100vh - 137px - 338px);
  }
}
@media only screen and (max-width: 767px) {
  .page-404 .page-404-content {
    min-height: calc(100vh - 137px - 402px);
  }
}
.page-404 .page-404-content .main-title {
  margin-bottom: 20px;
  color: #005CB9;
}
.page-404 .page-404-content p {
  margin: 0;
  font-size: 20px;
  color: #005CB9;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.page-template-products {
  padding-top: 137px;
}
.page-template-products .hero-wrapper .hero .hero-head {
  max-width: 866px;
}
.page-template-products .hero-wrapper .hero .hero-head .main-title {
  color: var(--color-gray);
  margin-bottom: 0;
}
.page-template-products .hero-wrapper .hero .hero-head p {
  color: var(--color-black);
  font-size: 24px;
  line-height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .page-template-products .hero-wrapper .hero .hero-head p {
    font-size: 20px;
    line-height: 100%;
  }
}

.products-page {
  background-color: #FAFAFA;
}
.products-page .product-categories-wrapper {
  background-color: #005CB9;
}
@media only screen and (max-width: 800px) {
  .products-page .product-categories-container {
    padding-right: 0;
  }
}
.products-page .swipe-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-page .swipe-wrapper {
    display: block;
  }
}
.products-page .swipe-wrapper .swipe-thumb {
  left: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.products-page .swipe-wrapper .swipe-thumb svg path {
  fill: #005CB9;
}
.products-page .category-description {
  padding-top: 24px;
}
.products-page .category-description p {
  margin: 0;
  text-align: center;
}
.products-page .products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 1024px) {
  .products-page .products {
    justify-content: center;
    padding-bottom: 64px;
  }
}
.products-page .product-banner {
  padding-bottom: 64px;
}

:root {
  --color-primary: #514E50;
  --color-secondary: #005CB9;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-green: #61A60E;
  --color-gray: #333132;
  --color-grey-light: #EAEAEA;
  --color-neutral: #FAFAFA;
  --color-blue-light: #CCDBF1;
}

.tax-produkti-kategorija {
  padding-top: 137px;
}

.products-page {
  background-color: #FAFAFA;
}
.products-page .hero-wrapper .hero .hero-head {
  max-width: 866px;
}
.products-page .hero-wrapper .hero .hero-head .main-title {
  color: var(--color-gray);
  margin-bottom: 0;
}
.products-page .hero-wrapper .hero .hero-head p {
  color: var(--color-black);
  font-size: 24px;
  line-height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .products-page .hero-wrapper .hero .hero-head p {
    font-size: 20px;
    line-height: 100%;
  }
}
.products-page .product-categories-wrapper {
  background-color: #005CB9;
}
@media only screen and (max-width: 800px) {
  .products-page .product-categories-container {
    padding-right: 0;
  }
}
.products-page .swipe-wrapper {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products-page .swipe-wrapper {
    display: block;
  }
}
.products-page .swipe-wrapper svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.products-page .swipe-wrapper svg path {
  fill: #005CB9;
}
.products-page .category-description {
  padding-top: 24px;
}
.products-page .category-description p {
  margin: 0;
  text-align: center;
}
.products-page .products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 1024px) {
  .products-page .products {
    justify-content: center;
    padding-bottom: 64px;
  }
}
.products-page .product-banner {
  padding-bottom: 64px;
}

.single-page-booklets .hero {
  text-align: center;
  margin-top: 24px;
}

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