/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

/* 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.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?u4gpji");
  src: url("../../assets/fonts/icomoon.eot?u4gpji#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?u4gpji") format("truetype"), url("../../assets/fonts/icomoon.woff?u4gpji") format("woff"), url("../../assets/fonts/icomoon.svg?u4gpji#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-l {
  font-size: clamp(45px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(60px, 2.34375vw, 90px);
  }
}

h1,
.heading-ml {
  font-size: clamp(37px, 3.4027777778vw, 49px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(49px, 1.9140625vw, 73.5px);
  }
}

h2,
.heading {
  font-size: clamp(32px, 4.39453125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(45px, 1.7578125vw, 67.5px);
  }
}

h3,
.heading-ms {
  font-size: clamp(28px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(40px, 1.5625vw, 60px);
  }
}

h4,
.heading-s {
  font-size: clamp(22px, 3.125vw, 32px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(32px, 1.25vw, 48px);
  }
}

.text-xl {
  font-size: clamp(20px, 1.7361111111vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .text-xl {
    font-size: clamp(25px, 0.9765625vw, 37.5px);
  }
}

.text-l,
h5 {
  font-size: clamp(18px, 2.05078125vw, 21px);
}
@media only screen and (min-width: 1921px) {
  .text-l,
  h5 {
    font-size: clamp(21px, 0.8203125vw, 31.5px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.7578125vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(18px, 0.703125vw, 27px);
  }
}

.text {
  font-size: clamp(14px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}

.text-ms {
  font-size: clamp(12px, 1.3671875vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.button {
  font-size: clamp(15px, 1.7578125vw, 18px);
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.703125vw, 27px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #eff6ff;
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "FLAR" 0, "VOLM" 0;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #fd6d6d;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

.boxed {
  max-width: 1480px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1440px, 75vw, 2880px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1480px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1320px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1280px, 66.6666666667vw, 2560px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-sm {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1440px, 75vw, 2880px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .push-left {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

@media only screen and (min-width: 1440px) {
  .push-right {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(100px, 19.53125vw, 200px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}

.basic-section {
  padding-block: clamp(60px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(100px, 3.90625vw, 150px);
  }
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}

.p-margin p {
  margin-block: clamp(20px, 2.0833333333vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .p-margin p {
    margin-block: clamp(43px, 1.171875vw, 45px);
  }
}

.no-gap {
  gap: 0;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.112em;
}

.letter-spacing-m {
  letter-spacing: 0.03em;
}

.line-height-s {
  line-height: 1.1;
}

.line-height-m {
  line-height: 1.3;
}

.line-height-l {
  line-height: 1.6;
}

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

.hidden {
  display: none !important;
}

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

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

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.primary {
  color: #0040a2;
}

.primary-bg {
  background-color: #0040a2;
}

.accent {
  color: #fd6d6d;
}

.accent-bg {
  background-color: #fd6d6d;
}

.radius {
  border-radius: clamp(25px, 3.125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .radius {
    border-radius: clamp(45px, 1.7578125vw, 67.5px);
  }
}

.radius-top {
  border-radius: clamp(25px, 3.125vw, 45px) clamp(25px, 3.125vw, 45px) 0 0;
}
@media only screen and (min-width: 1921px) {
  .radius-top {
    border-radius: clamp(45px, 1.7578125vw, 67.5px) clamp(45px, 1.7578125vw, 67.5px) 0 0;
  }
}

.radius-bottom {
  border-radius: 0 0 clamp(25px, 3.125vw, 45px) clamp(25px, 3.125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .radius-bottom {
    border-radius: 0 0 clamp(45px, 1.7578125vw, 67.5px) clamp(45px, 1.7578125vw, 67.5px);
  }
}

.gradient-bg {
  background-image: linear-gradient(30deg, #5990f1, transparent 150%);
}
.gradient-bg--accent {
  background-image: linear-gradient(30deg, #fd6d6d 35%, transparent 150%);
}
.gradient-bg--turquoise {
  background-image: linear-gradient(30deg, #75e0d2 35%, transparent 150%);
}

.check-list ul {
  list-style: none;
  padding-inline-start: 0;
}
.check-list li {
  position: relative;
  padding-left: clamp(28px, 2.9296875vw, 30px);
}
.check-list li::before {
  content: "\e905";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: clamp(18px, 1.953125vw, 20px);
  height: clamp(18px, 1.953125vw, 20px);
  top: 3px;
  left: 0;
  font-size: clamp(8px, 0.9765625vw, 10px);
  line-height: 1;
  color: #fff;
  background-color: #0040a2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .check-list li {
    padding-left: clamp(30px, 1.171875vw, 45px);
  }
  .check-list li::before {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    font-size: clamp(10px, 0.390625vw, 15px);
  }
}

.ic-play:before {
  content: "\e903";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-arrow:before {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-instagram:after {
  content: "\e907";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-heart {
  width: clamp(30px, 4.6527777778vw, 67px);
}
@media only screen and (min-width: 1921px) {
  .ic-heart {
    width: clamp(67px, 2.6171875vw, 100.5px);
  }
}

.ic-daisy-red {
  width: clamp(60px, 8.6805555556vw, 125px);
}
@media only screen and (min-width: 1921px) {
  .ic-daisy-red {
    width: clamp(125px, 4.8828125vw, 187.5px);
  }
}

.ic-daisy-blue {
  width: clamp(50px, 7.7083333333vw, 111px);
}
@media only screen and (min-width: 1921px) {
  .ic-daisy-blue {
    width: clamp(111px, 4.3359375vw, 166.5px);
  }
}

.ic-curl-red {
  width: clamp(45px, 6.7361111111vw, 97px);
}
@media only screen and (min-width: 1921px) {
  .ic-curl-red {
    width: clamp(97px, 3.7890625vw, 145.5px);
  }
}

.ic-curl-blue {
  width: clamp(40px, 6.25vw, 90px);
}
@media only screen and (min-width: 1921px) {
  .ic-curl-blue {
    width: clamp(90px, 3.515625vw, 135px);
  }
}

.ic-rainbow {
  width: clamp(70px, 10.3472222222vw, 149px);
}
@media only screen and (min-width: 1921px) {
  .ic-rainbow {
    width: clamp(149px, 5.8203125vw, 223.5px);
  }
}

.ic-note-blue {
  width: clamp(30px, 4.5833333333vw, 66px);
}
@media only screen and (min-width: 1921px) {
  .ic-note-blue {
    width: clamp(66px, 2.578125vw, 99px);
  }
}

.ic-left {
  left: 0;
}

.ic-right {
  right: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  padding-inline: 12px;
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-inline: clamp(12px, 0.46875vw, 18px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: clamp(12px, 1.6666666667vw, 24px);
  padding-block: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (min-width: 1025px) {
  .header__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .header__container {
    margin-top: clamp(24px, 0.9375vw, 36px);
    padding-block: clamp(24px, 0.9375vw, 36px);
  }
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(100px, 13.671875vw, 140px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(140px, 5.46875vw, 210px);
  }
}
.header__logo-container {
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .header__logo-container {
    flex-grow: 1;
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header__right-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (max-width: 1024px) {
  .header__right-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: calc(100vh - 24px);
    padding: 50px 20px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .main-menu__list {
    justify-content: center;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #0040a2;
  }
}
.main-menu__list li > a {
  color: #0040a2;
}
.main-menu__list li > ul {
  display: grid;
  gap: clamp(10px, 1.3888888889vw, 20px);
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  position: absolute;
  inset-inline: 0;
  margin: auto;
  max-width: 1280px;
  padding: 32px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: 0;
    transition: all ease 200ms;
    pointer-events: none;
    z-index: -1;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul {
    max-width: clamp(1280px, 50vw, 1920px);
    gap: clamp(20px, 0.78125vw, 30px);
    border-radius: 0 0 clamp(30px, 1.171875vw, 45px) clamp(30px, 1.171875vw, 45px);
    padding: clamp(32px, 1.25vw, 48px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list li > ul li {
  background-color: transparent;
}
.main-menu__list li > ul a {
  color: #fff;
}
.main-menu__list li > ul > li ul li {
  background-color: transparent !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
}
.main-menu__list li > ul > li {
  position: relative;
  padding: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li {
    padding: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li {
    padding: clamp(40px, 1.5625vw, 60px);
    border-radius: clamp(40px, 1.5625vw, 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li:has(ul) {
    margin-bottom: 8px;
  }
}
.main-menu__list li > ul > li:has(ul) > a {
  pointer-events: none;
  line-height: 1.1;
  min-height: clamp(50px, 9.27734375vw, 95px);
  display: grid;
  align-items: end;
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul > li:has(ul) > a {
    max-width: 200px;
  }
}
.main-menu__list li > ul > li:has(ul) > a::after {
  content: none;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:has(ul) > a {
    min-height: clamp(95px, 3.7109375vw, 142.5px);
    max-width: clamp(200px, 7.8125vw, 300px);
  }
}
.main-menu__list li > ul > li:has(ul)::after {
  content: "";
  position: absolute;
  top: clamp(80px, 10.7421875vw, 110px);
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:has(ul)::after {
    top: clamp(110px, 4.296875vw, 165px);
  }
}
.main-menu__list li > ul > li > a {
  font-size: clamp(18px, 1.796875vw, 23px);
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li > a {
    font-size: clamp(20px, 2.44140625vw, 25px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul > li > a {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li > a {
    font-size: clamp(23px, 0.8984375vw, 34.5px);
    padding-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.main-menu__list li > ul > li > a:before {
  position: absolute;
  top: 10%;
  right: 3%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: clamp(95px, 9.375vw, 120px);
  aspect-ratio: 1;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li > a:before {
    max-width: clamp(120px, 4.6875vw, 180px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul > li:nth-child(1) > a:before {
    content: "";
    background-image: url("../../assets/img/menu-products-img-001.png");
  }
  .main-menu__list li > ul > li:nth-child(2) > a:before {
    content: "";
    background-image: url("../../assets/img/menu-products-img-002.png");
  }
  .main-menu__list li > ul > li:nth-child(3) > a:before {
    content: "";
    background-image: url("../../assets/img/menu-products-img-003.png");
  }
}
.main-menu__list li > ul > li ul {
  padding: 0;
}
.main-menu__list li > ul > li ul > li {
  padding: 0;
}
.main-menu__list li > ul > li ul > li a {
  font-size: clamp(14px, 1.5625vw, 16px) !important;
  line-height: revert !important;
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li ul > li a {
    font-size: clamp(16px, 0.625vw, 24px) !important;
  }
}
.main-menu__list li > ul > li ul > li a:before {
  content: "" !important;
  background-image: revert !important;
}
.main-menu__list li > ul > li:nth-child(1) {
  background: linear-gradient(45deg, #5990f1 40%, rgba(89, 144, 241, 0.3));
}
.main-menu__list li > ul > li:nth-child(1) ul {
  background-color: transparent;
  display: block;
  border-radius: 30px;
  position: revert;
  inset-inline: unset;
  width: auto;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:nth-child(1) ul {
    border-radius: clamp(30px, 1.171875vw, 45px);
  }
}
.main-menu__list li > ul > li:nth-child(2) {
  background: linear-gradient(45deg, #fd6d6d 40%, rgba(253, 109, 109, 0.3));
}
.main-menu__list li > ul > li:nth-child(2) ul {
  background-color: transparent;
  display: block;
  border-radius: 30px;
  position: revert;
  inset-inline: unset;
  width: auto;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:nth-child(2) ul {
    border-radius: clamp(30px, 1.171875vw, 45px);
  }
}
.main-menu__list li > ul > li:nth-child(3) {
  background: linear-gradient(45deg, #75e0d2 40%, rgba(117, 224, 210, 0.3));
}
.main-menu__list li > ul > li:nth-child(3) ul {
  background-color: transparent;
  display: block;
  border-radius: 30px;
  position: revert;
  inset-inline: unset;
  width: auto;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:nth-child(3) ul {
    border-radius: clamp(30px, 1.171875vw, 45px);
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 25px;
    padding-block: 20px;
  }
}
.main-menu__list a::after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
}
.main-menu__list a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
.main-menu__list > li:hover ul::after {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
    padding-inline: 0;
  }
}
.main-menu__extra-link {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 8px !important;
  line-height: 1;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .main-menu__extra-link {
    margin-block: 16px !important;
    font-size: clamp(15px, 1.7578125vw, 18px) !important;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__extra-link {
    grid-column: span 3;
    justify-self: center;
    width: 100%;
  }
}
.main-menu__extra-link::before {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  align-self: center;
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 1921px) {
  .main-menu__extra-link::before {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.main-menu__extra-link:hover::before {
  transform: translateX(50%);
}
.main-menu__extra-link:after {
  display: none;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-inner {
  height: clamp(420px, 36.1111111111vw, 520px);
  padding-bottom: 0;
}
@media only screen and (min-width: 1921px) {
  .hero-inner {
    height: clamp(520px, 20.3125vw, 780px);
  }
}
.hero-inner__container {
  height: 100%;
}
.hero-inner__text-container {
  max-width: 460px;
  display: grid;
  gap: clamp(15px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .hero-inner__text-container {
    max-width: clamp(460px, 17.96875vw, 690px);
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.hero-inner__img-container {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.hero-inner__img-container img {
  max-height: clamp(200px, 27.7777777778vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .hero-inner__img-container img {
    max-height: clamp(400px, 15.625vw, 600px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(20px, 3.125vw, 45px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .archive-grid {
    gap: clamp(45px, 1.7578125vw, 67.5px);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__bottom {
    padding-block: clamp(32px, 1.25vw, 48px);
  }
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.archive-grid__img-container {
  overflow: hidden;
}
.archive-grid__featured-img {
  width: 100%;
  height: clamp(180px, 28.3203125vw, 290px);
  object-fit: cover;
  transition: transform 0.5s ease-out;
}
@media only screen and (min-width: 1921px) {
  .archive-grid__featured-img {
    height: clamp(290px, 11.328125vw, 435px);
  }
}
.archive-grid__text-container {
  padding: clamp(25px, 3.41796875vw, 35px) clamp(25px, 4.39453125vw, 45px);
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: max-content max-content 1fr;
}
@media only screen and (min-width: 1921px) {
  .archive-grid__text-container {
    padding: clamp(35px, 1.3671875vw, 52.5px) clamp(45px, 1.7578125vw, 67.5px);
  }
}
.archive-grid__title, .archive-grid__excerpt, .archive-grid__category {
  grid-column: 1;
}
.archive-grid__title {
  padding-bottom: clamp(15px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__title {
    padding-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.archive-grid__category {
  padding-top: clamp(20px, 2.9296875vw, 30px);
  align-self: end;
}
@media only screen and (min-width: 1921px) {
  .archive-grid__category {
    padding-top: clamp(30px, 1.171875vw, 45px);
  }
}
.archive-grid__button {
  grid-column: 2;
  align-self: end;
}
.archive-grid__post {
  display: grid;
  grid-template-rows: max-content;
}
.archive-grid__post:hover .button::after {
  transform: translateX(20%);
}
.archive-grid__post:hover .archive-grid__featured-img {
  transform: scale(1.08);
}

.carousel {
  position: relative;
  background-size: cover;
  height: clamp(360px, 36.8055555556vw, 530px);
}
@media only screen and (max-width: 1024px) {
  .carousel {
    height: clamp(500px, 100vw, 1024px);
  }
}
@media only screen and (min-width: 1921px) {
  .carousel {
    height: clamp(530px, 20.703125vw, 795px);
  }
}
.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  color: #0040a2;
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.7777777778vw, 40px);
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .carousel__controls {
    gap: clamp(40px, 1.5625vw, 60px);
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}
.carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1921px) {
  .carousel__dots {
    gap: clamp(10px, 0.390625vw, 15px);
  }
}
.carousel__dot {
  height: 12px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: rgba(0, 64, 162, 0.3);
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .carousel__dot {
    height: clamp(12px, 0.46875vw, 18px);
  }
}
.carousel__dot--active {
  background-color: #0040a2;
}
.carousel .glide__bullet--active {
  background-color: #0040a2;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(0, 64, 162, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #0040a2;
}
.tabs__button--active {
  background-color: #0040a2;
  color: #eff6ff;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .video {
    height: clamp(360px, 36.8055555556vw, 530px);
  }
}
@media only screen and (max-width: 1024px) {
  .video {
    align-self: end;
  }
}
@media only screen and (min-width: 1921px) {
  .video {
    max-height: clamp(800px, 31.25vw, 1200px);
    height: clamp(530px, 20.703125vw, 795px);
  }
}
.video__slide {
  background-color: #fdf0d0;
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: max-content;
  align-items: center;
  opacity: 0;
  z-index: 0;
}
.video__slide:first-child {
  opacity: 1;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .video__slide {
    grid-template-columns: 3fr 1fr;
    align-items: center;
    padding-left: clamp(40px, 9.7222222222vw, 140px);
  }
}
@media only screen and (min-width: 1921px) {
  .video__slide {
    padding-left: clamp(140px, 5.46875vw, 210px);
  }
}
@media only screen and (max-width: 1024px) {
  .video__logo {
    margin-inline: auto;
  }
}
.video__text-container {
  display: grid;
  gap: clamp(10px, 2.7777777778vw, 40px);
  padding: clamp(25px, 2.4305555556vw, 35px) clamp(25px, 3.125vw, 45px);
}
@media only screen and (max-width: 1024px) {
  .video__text-container {
    text-align: center;
  }
}
@media only screen and (min-width: 1921px) {
  .video__text-container {
    padding: clamp(35px, 1.3671875vw, 52.5px) clamp(45px, 1.7578125vw, 67.5px);
  }
}
.video iframe {
  width: 100%;
  height: 100%;
}
.video__fallback {
  position: absolute;
  display: grid;
  inset: 0;
  place-items: center;
}
@media only screen and (min-width: 1025px) {
  .video__fallback {
    height: inherit;
  }
}
.video__button {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(70px, 9.7222222222vw, 140px);
  aspect-ratio: 1;
  border: none;
  border-radius: 100%;
}
@media only screen and (min-width: 1025px) {
  .video__button {
    left: -70px;
  }
}
@media only screen and (min-width: 1921px) {
  .video__button {
    width: clamp(140px, 5.46875vw, 210px);
    left: calc(clamp(70px, 2.734375vw, 105px) * -1);
  }
}
.video__img {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .video__img {
    height: inherit;
    object-fit: cover;
  }
}

.accordion__item {
  border: solid 1px rgba(0, 64, 162, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #0040a2;
}
.accordion__item--open {
  border: solid 1px #0040a2;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #0040a2;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__item {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer a {
  color: #fff;
  transition: 0.3s ease;
}
.footer a:hover {
  color: #fd6d6d;
}
.footer__container {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 35px;
}
@media only screen and (min-width: 1921px) {
  .footer__container {
    gap: clamp(35px, 1.3671875vw, 52.5px);
  }
}
.footer__logo-container img {
  width: clamp(120px, 18.5546875vw, 190px);
}
@media only screen and (min-width: 1921px) {
  .footer__logo-container img {
    width: clamp(190px, 7.421875vw, 285px);
  }
}
.footer__info-container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__info-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__info-container {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.footer__contact-info {
  flex-wrap: wrap;
  justify-content: center;
}
.footer__contact-info, .footer__social {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1921px) {
  .footer__contact-info, .footer__social {
    gap: clamp(8px, 0.3125vw, 12px);
  }
}
.footer__menu-container {
  padding-block: 30px;
  width: 100%;
  border-block: 1px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1921px) {
  .footer__menu-container {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.footer__menu-list {
  display: flex;
  gap: 25px;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .footer__menu-list {
    gap: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: clamp(16px, 2.34375vw, 24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
}
@media only screen and (min-width: 1921px) {
  .footer__logos {
    max-width: clamp(1200px, 46.875vw, 1800px);
    gap: clamp(24px, 0.9375vw, 36px);
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1921px) {
  .footer__logo {
    gap: clamp(10px, 0.390625vw, 15px);
  }
}
.footer__logo-img img {
  height: clamp(45px, 6.34765625vw, 65px);
}
@media only screen and (min-width: 1921px) {
  .footer__logo-img img {
    height: clamp(65px, 2.5390625vw, 97.5px);
  }
}
.footer__logo-text {
  max-width: 143px;
}
@media only screen and (min-width: 1921px) {
  .footer__logo-text {
    max-width: clamp(143px, 5.5859375vw, 214.5px);
  }
}
.footer__legal-menu ul {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .footer__legal-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu ul {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.footer__copyright a {
  color: #000;
  transition: 0.3s ease;
}
.footer__copyright a:hover {
  color: #fd6d6d;
}

.simple-page__container > div, .simple-page__container > h1 {
  z-index: 1;
}
.simple-page h5 {
  font-weight: 700;
}
.simple-page a {
  position: relative;
}
.simple-page a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fd6d6d;
  transition: 0.3s ease;
}
.simple-page a:hover::after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .error-page__text-container {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.error-page__button {
  display: grid;
  justify-content: center;
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .error-page__button {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.error-page__icon--1 {
  right: 0;
  top: 0;
  transform: translateX(calc(clamp(70px, 13.8888888889vw, 200px) * -1)) translateY(-20%);
  width: clamp(40px, 6.0416666667vw, 87px);
}
@media only screen and (min-width: 1921px) {
  .error-page__icon--1 {
    width: clamp(87px, 3.3984375vw, 130.5px);
    transform: translateX(calc(clamp(200px, 7.8125vw, 300px) * -1)) translateY(-20%);
  }
}
.error-page__icon--2 {
  right: 0;
  bottom: 50%;
  transform: translateX(calc(clamp(85px, 13.8888888889vw, 200px) * -1)) translateY(100%);
  width: clamp(50px, 7.7083333333vw, 111px);
}
@media only screen and (min-width: 1921px) {
  .error-page__icon--2 {
    width: clamp(111px, 4.3359375vw, 166.5px);
    transform: translateX(calc(clamp(200px, 7.8125vw, 300px) * -1)) translateY(100%);
  }
}

.search__result {
  display: block;
  border-bottom: 1px solid rgba(0, 64, 162, 0.3);
  transition: 0.3s ease;
}
.search__result:hover {
  color: #fd6d6d;
}

.scattered-icons {
  z-index: -1;
}
.scattered-icons__container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  min-height: clamp(2500px, 208.3333333333vw, 3000px);
  inset-inline: 0;
  top: 0;
}
.scattered-icons.ic-left {
  transform: translateX(clamp(10px, 3.125vw, 45px));
}
@media only screen and (max-width: 1440px) {
  .scattered-icons.ic-left {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1921px) {
  .scattered-icons.ic-left {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px));
  }
}
.scattered-icons.ic-right {
  transform: translateX(calc(clamp(10px, 3.125vw, 45px) * -1));
}
@media only screen and (max-width: 1440px) {
  .scattered-icons.ic-right {
    transform: translateX(20%);
  }
}
@media only screen and (min-width: 1921px) {
  .scattered-icons.ic-right {
    transform: translateX(calc(clamp(45px, 1.7578125vw, 67.5px) * -1));
  }
}
.scattered-icons--1 {
  top: 5%;
  z-index: 0;
}
.scattered-icons--2 {
  top: 30%;
}
.scattered-icons--3 {
  top: 50%;
}
.scattered-icons--4 {
  top: 90%;
  z-index: 0;
}
.scattered-icons--5 {
  top: 20%;
  z-index: 0;
}
.scattered-icons--6 {
  top: 40%;
}
.scattered-icons--7 {
  top: 60%;
  z-index: 0;
}
.scattered-icons--8 {
  top: 97%;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #eff6ff;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  display: none;
  position: relative;
  border: 4px solid #0040a2;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader__spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 4px solid #0040a2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup__trigger {
  position: fixed;
  top: 250px;
  right: 0;
  transform: translateX(clamp(215px, 24.4140625vw, 250px));
  display: flex;
  align-items: center;
  padding-block: 20px;
  border-radius: 20px 0 0 20px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  transition: 0.5s ease-out;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .popup__trigger {
    top: clamp(250px, 9.765625vw, 375px);
    transform: translateX(clamp(250px, 9.765625vw, 375px));
    padding-block: clamp(20px, 0.78125vw, 30px);
    border-radius: clamp(20px, 0.78125vw, 30px) 0 0 clamp(20px, 0.78125vw, 30px);
  }
}
.popup__trigger-logo {
  padding-inline: clamp(10px, 1.5625vw, 16px);
}
.popup__trigger-logo img {
  width: clamp(32px, 4.1015625vw, 42px);
}
@media only screen and (min-width: 1921px) {
  .popup__trigger-logo {
    padding-inline: clamp(16px, 0.625vw, 24px);
  }
  .popup__trigger-logo img {
    width: clamp(42px, 1.640625vw, 63px);
  }
}
.popup__trigger-text-container {
  background-color: rgba(89, 144, 241, 0.12);
  padding-block: 20px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (min-width: 1921px) {
  .popup__trigger-text-container {
    padding-block: clamp(20px, 0.78125vw, 30px);
    border-radius: clamp(10px, 0.390625vw, 15px) 0 0 clamp(10px, 0.390625vw, 15px);
  }
}
.popup__trigger-text {
  max-width: 150px;
  padding-block: 16px;
}
@media only screen and (min-width: 1921px) {
  .popup__trigger-text {
    max-width: clamp(150px, 5.859375vw, 225px);
    padding-block: clamp(16px, 0.625vw, 24px);
  }
}
.popup__trigger-image {
  width: clamp(46px, 6.4453125vw, 66px);
  opacity: 0.25;
  top: 10px;
  right: 0;
  transform: translateX(20%);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .popup__trigger-image {
    width: clamp(66px, 2.578125vw, 99px);
    top: clamp(10px, 0.390625vw, 15px);
  }
}
.popup__trigger:hover {
  transform: translateX(0);
}
.popup__trigger-button a:hover {
  color: #fff;
}
.popup__content {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
}
.popup__content-container {
  width: 96%;
  max-width: 984px;
  display: grid;
  gap: 16px;
  justify-items: center;
  max-height: 90vh;
  grid-template-rows: min-content auto auto;
  height: fit-content;
  overflow-y: hidden;
}
@media only screen and (min-width: 1921px) {
  .popup__content-container {
    max-width: clamp(984px, 38.4375vw, 1476px);
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.popup__content-img-container {
  max-height: clamp(200px, 40vh, 640px);
  height: 100%;
  width: 100%;
}
.popup__content-img-container img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .popup__content-img-container {
    display: none;
  }
}
.popup__heading {
  padding-bottom: 16px;
}
@media only screen and (min-width: 1921px) {
  .popup__heading {
    gap: clamp(16px, 0.625vw, 24px);
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  background-color: #5990f1;
  color: #fff;
  cursor: pointer;
  padding-block: clamp(10px, 1.46484375vw, 15px);
  padding-inline: clamp(20px, 2.44140625vw, 25px) clamp(30px, 3.41796875vw, 35px);
  border-radius: 28px;
}
@media only screen and (min-width: 1921px) {
  .button {
    gap: clamp(20px, 0.78125vw, 30px);
    padding-block: clamp(15px, 0.5859375vw, 22.5px);
    padding-inline: clamp(25px, 0.9765625vw, 37.5px) clamp(35px, 1.3671875vw, 52.5px);
    border-radius: clamp(28px, 1.09375vw, 42px);
  }
}
.button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  transition: 0.3s ease-out;
}
@media only screen and (min-width: 1921px) {
  .button::after {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.button:hover::after {
  transform: translateX(50%);
}
.button--no-text {
  padding: 10px;
  width: clamp(36px, 2.8472222222vw, 41px);
  height: clamp(36px, 2.8472222222vw, 41px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (min-width: 1921px) {
  .button--no-text {
    width: clamp(41px, 1.6015625vw, 61.5px);
    height: clamp(41px, 1.6015625vw, 61.5px);
  }
}
.button--no-text::after {
  margin-left: clamp(3px, 0.3472222222vw, 5px);
}
@media only screen and (min-width: 1921px) {
  .button--no-text::after {
    margin-left: clamp(5px, 0.1953125vw, 7.5px);
  }
}
.button--no-text:hover::after {
  transform: translateX(20%);
}

.link {
  color: #fd6d6d;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 3px;
  background: #0040a2;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #0040a2;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-8px);
}
.hamburger__button:after {
  transform: translateY(8px);
}

.language-switcher {
  text-wrap: nowrap;
}
.language-switcher ul li:first-child {
  border-right: 1px solid rgba(0, 64, 162, 0.4);
}
.language-switcher a {
  color: #0040a2;
  transition: 0.3s ease;
}
.language-switcher a:hover {
  color: #fd6d6d;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: clamp(24px, 4.6875vw, 48px);
  width: clamp(47px, 6.54296875vw, 67px);
  height: clamp(47px, 6.54296875vw, 67px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity ease 0.2s;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.back-to-top::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
  margin-top: calc(clamp(3px, 0.48828125vw, 5px) * -1);
  transition: 0.3s ease;
}
.back-to-top:hover::after {
  margin-top: calc(clamp(8px, 1.171875vw, 12px) * -1);
}
@media only screen and (min-width: 1921px) {
  .back-to-top {
    margin: clamp(48px, 1.875vw, 72px);
    width: clamp(67px, 2.6171875vw, 100.5px);
    height: clamp(67px, 2.6171875vw, 100.5px);
  }
  .back-to-top::after {
    margin-top: calc(clamp(5px, 0.1953125vw, 7.5px) * -1);
  }
  .back-to-top:hover::after {
    margin-top: calc(clamp(12px, 0.46875vw, 18px) * -1);
  }
}

.search-form {
  display: flex;
  padding-right: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (max-width: 1024px) {
  .search-form {
    width: 100%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .search-form {
    max-width: clamp(100px, 17.3611111111vw, 250px);
  }
}
@media only screen and (min-width: 1921px) {
  .search-form {
    padding-right: clamp(30px, 1.171875vw, 45px);
    max-width: clamp(px, 17.3611111111vw, 250px);
  }
}
.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-form__input {
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 64, 162, 0.4);
  color: #0040a2;
}
@media only screen and (max-width: 1024px) {
  .search-form__input {
    width: 100%;
  }
}
.search-form__input::placeholder {
  color: rgba(0, 64, 162, 0.6);
}
.search-form__input--active {
  opacity: 1;
  pointer-events: auto;
}

.error-message {
  color: red;
}

.hero-home {
  background-image: linear-gradient(to bottom, #fff7e5 40%, #daecff 40%);
  padding-bottom: 0;
}
.hero-home__container {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.hero-home h1 {
  display: grid;
  grid-template-rows: max-content;
  align-content: center;
  line-height: 1.1;
  z-index: 1;
}
.hero-home__img-container {
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .hero-home {
    background-image: linear-gradient(to bottom, #fff7e5 60%, #daecff 40%);
  }
  .hero-home__container {
    grid-template-columns: 1fr;
  }
  .hero-home__img-container {
    width: 80%;
    max-width: 480px;
    justify-self: end;
  }
}
.hero-home__icon--1 {
  top: 0;
  left: 0;
  transform: translateX(100%);
  width: clamp(100px, 17.6388888889vw, 254px);
}
@media only screen and (max-width: 1024px) {
  .hero-home__icon--1 {
    left: auto;
    right: 0;
    transform: translateX(0%) translateY(-55%);
  }
}
@media only screen and (min-width: 1921px) {
  .hero-home__icon--1 {
    width: clamp(254px, 9.921875vw, 381px);
  }
}
.hero-home__icon--2 {
  bottom: 10%;
  left: 5px;
  width: clamp(50px, 8.6805555556vw, 125px);
}
@media only screen and (min-width: 1921px) {
  .hero-home__icon--2 {
    width: clamp(125px, 4.8828125vw, 187.5px);
  }
}
.hero-home__icon--3 {
  bottom: 130px;
  left: 0;
  transform: translateX(-35%);
  width: clamp(35px, 6.7361111111vw, 97px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .hero-home__icon--3 {
    width: clamp(97px, 3.7890625vw, 145.5px);
  }
}
.hero-home__icon--4 {
  bottom: 20%;
  right: 0;
  transform: translateX(30%);
  width: clamp(45px, 7.7083333333vw, 111px);
}

.intro-home {
  padding-top: clamp(85px, 13.18359375vw, 135px);
}
@media only screen and (min-width: 1921px) {
  .intro-home {
    padding-top: clamp(135px, 5.2734375vw, 202.5px);
  }
}
.intro-home__container {
  position: relative;
  border-radius: clamp(150px, 17.3611111111vw, 250px);
}
.intro-home__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset-block: 0;
  left: calc(clamp(20px, 2.4305555556vw, 35px) * -1);
  border-radius: clamp(150px, 17.3611111111vw, 250px);
  background-color: #5990f1;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .intro-home__container {
    border-radius: clamp(60px, 9.765625vw, 100px);
  }
  .intro-home__container::after {
    border-radius: clamp(60px, 9.765625vw, 100px);
    left: -10px;
    top: -8px;
  }
}
@media only screen and (min-width: 1921px) {
  .intro-home__container {
    border-radius: clamp(250px, 9.765625vw, 375px);
  }
  .intro-home__container::after {
    left: calc(clamp(35px, 1.3671875vw, 52.5px) * -1);
    border-radius: clamp(250px, 9.765625vw, 375px);
  }
}
.intro-home__card {
  max-width: 1130px;
  display: grid;
  align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 1025px) {
  .intro-home__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .intro-home__card {
    max-width: clamp(1130px, 44.140625vw, 1695px);
  }
}
.intro-home__img-container {
  margin-block: -55px -20px;
}
@media only screen and (max-width: 1024px) {
  .intro-home__img-container {
    margin-top: -35px;
    justify-self: end;
  }
}
.intro-home__text-container {
  display: grid;
  gap: clamp(30px, 3.8194444444vw, 55px);
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .intro-home__text-container {
    max-width: 700px;
    padding-top: clamp(50px, 7.8125vw, 80px);
    grid-row: 1;
    text-align: center;
  }
  .intro-home__text-container a {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1921px) {
  .intro-home__text-container {
    gap: clamp(55px, 2.1484375vw, 82.5px);
    padding-block: 40px;
  }
}

.products-home__categories {
  display: grid;
  gap: clamp(20px, 6.5972222222vw, 95px);
}
@media only screen and (min-width: 1921px) {
  .products-home__categories {
    gap: clamp(95px, 3.7109375vw, 142.5px);
  }
}
.products-home__category {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(30deg, #5990f1, transparent);
  border-radius: 100px;
  padding-inline: clamp(35px, 5.2083333333vw, 75px);
  min-height: 80px;
}
@media only screen and (min-width: 1921px) {
  .products-home__category {
    gap: clamp(15px, 0.5859375vw, 22.5px);
    border-radius: clamp(100px, 3.90625vw, 150px);
    padding-inline: clamp(75px, 2.9296875vw, 112.5px);
    min-height: clamp(80px, 3.125vw, 120px);
  }
}
.products-home__category--milk .products-home__category-button::after {
  color: #5990f1;
}
.products-home__category--milk .products-home__category-image::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/ic-daisy-full-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: clamp(47px, 5.3472222222vw, 77px);
  height: 74px;
}
.products-home__category--supplements {
  background-image: linear-gradient(30deg, #fd6d6d, transparent);
}
.products-home__category--supplements .products-home__category-button::after {
  color: #fd6d6d;
}
.products-home__category--supplements .products-home__category-image::before {
  content: "";
  background: url(/wp-content/uploads/2025/07/ic-heart-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: clamp(49px, 5.4861111111vw, 79px);
  height: 70px;
}
.products-home__category--medical-technology {
  background-image: linear-gradient(30deg, #75e0d2, transparent);
}
.products-home__category--medical-technology .products-home__category-button::after {
  color: #75e0d2;
}
.products-home__category--medical-technology .products-home__category-image::after {
  content: "";
  background: url(/wp-content/uploads/2025/07/ic-notes-turquoise.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: clamp(40px, 4.375vw, 63px);
  height: 83px;
}
.products-home__category h3 {
  width: min-content;
  max-width: 270px;
}
@media only screen and (min-width: 1921px) {
  .products-home__category h3 {
    max-width: ross-media(270px, 3840px, 405px);
  }
}
.products-home__category:hover .products-home__category-button::after {
  transform: translateX(50%);
}
.products-home__category-image {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-block: -3%;
}
.products-home__category-image img {
  max-height: clamp(180px, 16.6666666667vw, 240px);
}
@media only screen and (max-width: 767px) {
  .products-home__category-image {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .products-home__category-image {
    gap: clamp(20px, 0.78125vw, 30px);
  }
  .products-home__category-image img {
    max-height: clamp(240px, 9.375vw, 360px);
  }
}
.products-home__category-button {
  background-color: transparent;
}
.products-home__category-button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(20px, 1.7361111111vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .products-home__category-button::after {
    font-size: clamp(25px, 0.9765625vw, 37.5px);
  }
}

.stages-home__heading {
  max-width: 465px;
}
@media only screen and (min-width: 1921px) {
  .stages-home__heading {
    max-width: clamp(465px, 18.1640625vw, 697.5px);
  }
}
.stages-home__text {
  max-width: 920px;
}
@media only screen and (min-width: 1921px) {
  .stages-home__text {
    max-width: clamp(920px, 35.9375vw, 1380px);
  }
}
.stages-home__stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .stages-home__stages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .stages-home__stages {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stages-home__stage-gradient {
  width: 100%;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0);
  z-index: auto;
  transition: 0.5s ease-out;
}
.stages-home__stage {
  background-color: #f2f2f2;
  border-radius: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-inline: clamp(25px, 2.7777777778vw, 40px);
  padding-top: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .stages-home__stage {
    border-radius: clamp(80px, 3.125vw, 120px);
    padding-inline: clamp(40px, 1.5625vw, 60px);
    padding-top: clamp(12px, 0.46875vw, 18px);
  }
}
.stages-home__stage--1 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(254, 217, 128, 0.7), transparent 80%);
}
.stages-home__stage--2 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(151, 210, 130, 0.7), transparent 80%);
}
.stages-home__stage--3 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(117, 224, 210, 0.7), transparent 80%);
}
.stages-home__stage--4 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(253, 109, 109, 0.7), transparent 80%);
}
.stages-home__stage:hover .button::after {
  transform: translateX(20%);
}
.stages-home__stage:hover .stages-home__stage-gradient {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .stages-home__stage {
    padding-inline: 40px 55px;
  }
}
.stages-home__stage-image {
  z-index: 1;
}
.stages-home__stage-image img {
  max-height: clamp(100px, 14.16015625vw, 145px);
}
@media only screen and (min-width: 1921px) {
  .stages-home__stage-image img {
    max-height: clamp(145px, 5.6640625vw, 217.5px);
  }
}
.stages-home__stage-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 15px;
  justify-content: flex-end;
  align-items: end;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .stages-home__stage-text {
    gap: clamp(10px, 0.390625vw, 15px);
    padding-block: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.stages-home__stage-text h3 {
  position: absolute;
  top: clamp(5px, 1.0416666667vw, 15px);
  right: 0;
  text-wrap: nowrap;
}
@media only screen and (min-width: 1921px) {
  .stages-home__stage-text h3 {
    top: clamp(15px, 0.5859375vw, 22.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .stages-home__stage-text {
    padding-block: 20px;
  }
  .stages-home__stage-text h3 {
    font-size: clamp(20px, 2.44140625vw, 25px);
  }
}

.blog-home__posts {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .blog-home__posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .blog-home__posts {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.blog-home__button {
  justify-self: center;
  margin-top: clamp(30px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .blog-home__button {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}

.home-scattered-icons--curl-blue {
  left: 0;
  top: 0;
  transform: translateX(-20%) translateY(-100%);
}
.home-scattered-icons--rainbow {
  left: 0;
  top: 0;
  transform: translateX(-20%) translateY(-100%);
}
.home-scattered-icons--daisy-red {
  right: 0;
  top: 0;
  transform: translateX(-10%) translateY(-50%);
}
.home-scattered-icons--heart {
  left: 0;
  bottom: 0;
  transform: translateX(clamp(20px, 8.6805555556vw, 125px)) translateY(-35%);
}
@media only screen and (min-width: 1921px) {
  .home-scattered-icons--heart {
    transform: translateX(clamp(125px, 4.8828125vw, 187.5px)) translateY(-35%);
  }
}

.single-product-grid {
  display: grid;
  gap: 40px;
}
@media only screen and (min-width: 1025px) {
  .single-product-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media only screen and (min-width: 1921px) {
  .single-product-grid {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}

.hero-single-product {
  padding-bottom: 0;
}
.hero-single-product__img-container {
  max-width: 550px;
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__img-container {
    max-width: clamp(550px, 21.484375vw, 825px);
  }
}
.hero-single-product__text-container {
  display: grid;
  gap: 20px;
  padding-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__text-container {
    gap: clamp(20px, 0.78125vw, 30px);
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
}
.hero-single-product__text-container--extra-text {
  gap: 0;
}
.hero-single-product__benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero-single-product__benefits h2 {
  grid-column: 1/3;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__benefits h2 {
    padding-bottom: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.hero-single-product__benefit {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.hero-single-product__benefit img {
  width: clamp(32px, 6.0546875vw, 62px);
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__benefit {
    gap: clamp(10px, 0.390625vw, 15px);
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
  .hero-single-product__benefit img {
    width: clamp(62px, 2.421875vw, 93px);
  }
}

.banner-single-product__container {
  background-image: linear-gradient(45deg, rgba(89, 144, 241, 0.2), transparent);
}
.banner-single-product__img-container {
  height: 100%;
  display: grid;
  align-items: center;
  background-image: radial-gradient(circle, #fff, transparent 60%);
  background-position: center;
}
.banner-single-product__img-container img {
  max-width: 350px;
}
@media only screen and (max-width: 1024px) {
  .banner-single-product__img-container img {
    width: 70%;
  }
}
@media only screen and (min-width: 1921px) {
  .banner-single-product__img-container img {
    max-width: clamp(350px, 13.671875vw, 525px);
  }
}
.product-variations .variation-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media only screen and (min-width: 1921px) {
  .product-variations .variation-tabs {
    gap: clamp(8px, 0.3125vw, 12px);
  }
}
.product-variations .variation-tab {
  padding: 12px 24px;
  background: rgba(89, 144, 241, 0.2);
  color: #5990f1;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all ease 300ms;
}
.product-variations .variation-tab:hover {
  background-color: #5990f1;
  color: #fff;
}
.product-variations .variation-tab--active {
  background-color: #5990f1;
  color: #fff;
}
.product-variations .variation-tab--single-var {
  background-color: transparent;
  padding: 0;
}
@media only screen and (min-width: 1921px) {
  .product-variations .variation-tab {
    padding: clamp(12px, 0.46875vw, 18px) clamp(24px, 0.9375vw, 36px);
    border-radius: clamp(50px, 1.953125vw, 75px);
  }
}
.product-variations .variation-content--hidden {
  display: none;
}
.product-variations .variation-content ul {
  padding-inline-start: 20px;
}
.product-variations .variation-header__image {
  max-width: 550px;
}
@media only screen and (min-width: 1921px) {
  .product-variations .variation-header__image {
    max-width: clamp(550px, 21.484375vw, 825px);
  }
}

.product-additional-info-tabs .product-tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3.125vw, 45px);
  flex-wrap: wrap;
  padding: 10px 16px;
  background-color: #dee9fc;
  min-height: 75px;
  margin-bottom: calc(clamp(25px, 3.125vw, 45px) * -1);
  z-index: 2;
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .product-tab-buttons {
    padding: clamp(10px, 0.390625vw, 15px) clamp(16px, 0.625vw, 24px);
    gap: clamp(45px, 1.7578125vw, 67.5px);
    margin-bottom: calc(clamp(45px, 1.7578125vw, 67.5px) * -1);
    min-height: clamp(75px, 2.9296875vw, 112.5px);
  }
}
.product-additional-info-tabs .product-tab-button {
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: all ease 300ms;
  color: #5990f1;
}
.product-additional-info-tabs .product-tab-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #0040a2;
  transition: all ease-out 300ms;
}
.product-additional-info-tabs .product-tab-button:hover {
  color: #0040a2;
}
.product-additional-info-tabs .product-tab-button:hover::after {
  width: 100%;
}
.product-additional-info-tabs .product-tab-button--active {
  color: #0040a2;
}
.product-additional-info-tabs .product-tab-button--active::after {
  width: 100%;
}
.product-additional-info-tabs .product-tab-contents {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  padding-top: clamp(25px, 3.125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .product-tab-contents {
    padding-top: clamp(45px, 1.7578125vw, 67.5px);
  }
}
.product-additional-info-tabs .product-tab-content {
  max-width: 1100px;
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .product-tab-content {
    max-width: clamp(1100px, 42.96875vw, 1650px);
  }
}
.product-additional-info-tabs .product-tab-content--hidden {
  display: none;
}
.product-additional-info-tabs .content-icon-list {
  display: grid;
  gap: 50px clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (min-width: 1025px) {
  .product-additional-info-tabs .content-icon-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .content-icon-list {
    gap: clamp(50px, 1.953125vw, 75px);
  }
}
.product-additional-info-tabs .icon-list-item {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.9296875vw, 30px);
}
.product-additional-info-tabs .icon-list-item img {
  min-width: clamp(85px, 17.08984375vw, 175px);
}
.product-additional-info-tabs .icon-list-item__number {
  background-color: #5990f1;
  right: 0;
  top: 0;
  transform: translateX(40%) translateY(-5%);
  border-radius: 50%;
  width: clamp(36px, 3.3333333333vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .icon-list-item {
    gap: clamp(30px, 1.171875vw, 45px);
  }
  .product-additional-info-tabs .icon-list-item img {
    min-width: clamp(175px, 6.8359375vw, 262.5px);
  }
  .product-additional-info-tabs .icon-list-item__number {
    width: clamp(48px, 1.875vw, 72px);
  }
}
.product-additional-info-tabs .content-icon-card {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.9296875vw, 30px);
  max-width: 700px;
}
.product-additional-info-tabs .content-icon-card img {
  min-width: clamp(65px, 10.44921875vw, 107px);
}
.product-additional-info-tabs .content-icon-card strong {
  color: #0040a2;
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .content-icon-card {
    gap: clamp(30px, 1.171875vw, 45px);
    max-width: clamp(700px, 27.34375vw, 1050px);
  }
  .product-additional-info-tabs .content-icon-card img {
    min-width: clamp(107px, 4.1796875vw, 160.5px);
  }
}
.product-additional-info-tabs .content-list {
  max-width: 825px;
}
.product-additional-info-tabs .content-list li {
  margin-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .product-additional-info-tabs .content-list {
    max-width: clamp(825px, 32.2265625vw, 1237.5px);
  }
  .product-additional-info-tabs .content-list li {
    margin-block: clamp(20px, 0.78125vw, 30px);
  }
}

.table {
  max-width: 760px;
}
@media only screen and (min-width: 1921px) {
  .table {
    max-width: clamp(760px, 29.6875vw, 1140px);
  }
}
.table__labels {
  background-color: #5990f1;
  border-radius: 20px 20px 0 0;
  padding-inline: 30px;
  padding-block: 6px;
}
@media only screen and (max-width: 767px) {
  .table__labels {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .table__labels {
    border-radius: clamp(20px, 0.78125vw, 30px) clamp(20px, 0.78125vw, 30px) 0 0;
    padding-inline: clamp(30px, 1.171875vw, 45px);
    padding-block: clamp(6px, 0.234375vw, 9px);
  }
}
.table__labels-row, .table__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  align-items: center;
}
.table__rows {
  background-color: rgba(89, 144, 241, 0.2);
  border-radius: 0 0 20px 20px;
  padding-inline: 30px;
  padding-block: 10px 24px;
}
@media only screen and (max-width: 767px) {
  .table__rows {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    display: grid;
    gap: 12px;
  }
}
@media only screen and (min-width: 1921px) {
  .table__rows {
    border-radius: 0 0 clamp(20px, 0.78125vw, 30px) clamp(20px, 0.78125vw, 30px);
    padding-inline: clamp(30px, 1.171875vw, 45px);
    padding-block: clamp(10px, 0.390625vw, 15px) clamp(24px, 0.9375vw, 36px);
  }
}
@media only screen and (max-width: 767px) {
  .table__row {
    grid-template-columns: 1fr;
    border-radius: 20px;
    background-color: rgba(89, 144, 241, 0.2);
    padding-inline: 20px;
    padding-block: 10px 24px;
  }
}
.table__label, .table__entry {
  padding: 5px 10px;
  height: 100%;
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .table__label, .table__entry {
    padding: clamp(5px, 0.1953125vw, 7.5px) clamp(10px, 0.390625vw, 15px);
  }
}
.table__entry:not(:last-child) {
  border-right: 1px solid rgba(0, 64, 162, 0.5);
}
@media only screen and (max-width: 767px) {
  .table__entry:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .table__entry {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 12px;
    padding-block: 8px;
    padding-inline: 0;
    border-bottom: 1px solid rgba(0, 64, 162, 0.5);
    text-align: left;
  }
  .table__entry::before {
    content: attr(data-label);
    text-align: right;
    font-weight: 500;
    color: #0040a2;
  }
}

.additional-info-single-product__pharmacy {
  color: #2ea53a;
}
.additional-info-single-product__pharmacy span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .additional-info-single-product__pharmacy span {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.additional-info-single-product__pharmacy span::before {
  content: "\e904";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(30px, 2.6388888889vw, 38px);
}
@media only screen and (min-width: 1921px) {
  .additional-info-single-product__pharmacy span::before {
    font-size: clamp(38px, 1.484375vw, 57px);
  }
}

.single-product-icons {
  z-index: -1;
}
.single-product-icons--1 {
  left: 0;
  top: 20%;
  transform: translateX(-60%);
}
.single-product-icons--2 {
  right: 0;
  bottom: 0;
  transform: translateX(5%);
}
.single-product-icons--3 {
  left: 0;
  bottom: 15%;
  transform: translateX(clamp(10px, 3.125vw, 45px));
}
@media only screen and (max-width: 1440px) {
  .single-product-icons--3 {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1921px) {
  .single-product-icons--3 {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px));
  }
}
.single-product-icons--4 {
  right: 0;
  top: 0;
  transform: translateX(-40%) translateY(-40%);
  z-index: 0;
}
.single-product-icons--5 {
  left: 0;
  bottom: clamp(100px, 27.7777777778vw, 400px);
  transform: translateX(clamp(10px, 3.125vw, 45px));
}
@media only screen and (max-width: 1440px) {
  .single-product-icons--5 {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1921px) {
  .single-product-icons--5 {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px));
  }
}

.hero-about {
  height: clamp(420px, 36.1111111111vw, 520px);
  padding-bottom: 0;
}
@media only screen and (min-width: 1921px) {
  .hero-about {
    height: clamp(520px, 20.3125vw, 780px);
  }
}
.hero-about__container {
  height: 100%;
}
.hero-about__img-container {
  width: 60%;
  left: 0;
  bottom: 0;
  transform: translateX(-9%) translateY(15%);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .hero-about__img-container {
    width: 100%;
  }
  .hero-about__img-container img {
    max-height: clamp(190px, 39.0625vw, 400px);
  }
}
@media only screen and (min-width: 1921px) {
  .hero-about__img-container img {
    max-height: clamp(490px, 19.140625vw, 735px);
  }
}
.hero-about__heart {
  left: 75%;
  top: 0;
  transform: rotate(35deg);
  width: clamp(47px, 6.54296875vw, 67px);
}
.hero-about__heart--contact {
  top: 65px;
}
@media only screen and (min-width: 1921px) {
  .hero-about__heart {
    width: clamp(67px, 2.6171875vw, 100.5px);
  }
}

.intro-about__container {
  padding-block: clamp(40px, 4.1666666667vw, 60px) clamp(80px, 8.3333333333vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .intro-about__container {
    padding-block: clamp(60px, 2.34375vw, 90px) clamp(120px, 4.6875vw, 180px);
  }
}
.intro-about__container h2 {
  padding-bottom: clamp(15px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .intro-about__container h2 {
    padding-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.intro-about__text-container {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .intro-about__text-container {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.intro-about__products-title {
  padding-top: clamp(25px, 3.125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .intro-about__products-title {
    padding-top: clamp(45px, 1.7578125vw, 67.5px);
  }
}
.intro-about__products-categories {
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .intro-about__products-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
.intro-about__products-categories div {
  padding-block: 28px;
  padding-inline: 12px;
  border-radius: 50px;
}
@media only screen and (min-width: 1921px) {
  .intro-about__products-categories div {
    padding-block: clamp(28px, 1.09375vw, 42px);
    border-radius: clamp(50px, 1.953125vw, 75px);
  }
}

.banner-about__grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media only screen and (max-width: 767px) {
  .banner-about__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .banner-about__img-container {
    height: clamp(300px, 52.0833333333vw, 400px);
  }
}
.banner-about__image {
  bottom: 0;
  left: -30px;
  height: 115%;
  max-width: fit-content;
}
@media only screen and (max-width: 767px) {
  .banner-about__image {
    left: revert;
    right: 0;
    height: 112%;
  }
}
.banner-about__icon {
  bottom: 34%;
  right: 5%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .banner-about__icon {
    right: auto;
    left: 5%;
  }
}
.banner-about__icon img {
  width: clamp(77px, 7.9166666667vw, 114px);
}
@media only screen and (min-width: 1921px) {
  .banner-about__icon img {
    width: clamp(114px, 4.453125vw, 171px);
  }
}

.mission-about__container {
  background-image: url(/wp-content/uploads/2025/07/stars-bg.png), linear-gradient(to top, #fff 25px, rgba(254, 217, 128, 0.4) 25px, #fff);
  background-size: cover;
  display: grid;
  padding-inline: clamp(20px, 5.2083333333vw, 75px);
  padding-block: clamp(60px, 5.9027777778vw, 85px);
  gap: clamp(35px, 5.2083333333vw, 75px);
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .mission-about__container {
    grid-template-columns: 2fr 3fr;
  }
}
@media only screen and (min-width: 1921px) {
  .mission-about__container {
    padding-inline: clamp(75px, 2.9296875vw, 112.5px);
    padding-block: clamp(85px, 3.3203125vw, 127.5px);
    gap: clamp(75px, 2.9296875vw, 112.5px);
  }
}
.mission-about__text-container {
  display: grid;
  gap: 20px;
  max-width: 620px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .mission-about__text-container {
    max-width: clamp(620px, 32.2916666667vw, 1240px);
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.mission-about__img-container img {
  border-radius: 50%;
}
.mission-about__icon {
  bottom: clamp(40px, 4.8828125vw, 50px);
  right: 5%;
  transform: rotate(35deg);
}
@media only screen and (min-width: 1921px) {
  .mission-about__icon {
    bottom: clamp(50px, 1.953125vw, 75px);
  }
}
.mission-about__icon img {
  width: clamp(47px, 4.6527777778vw, 67px);
}
@media only screen and (min-width: 1921px) {
  .mission-about__icon img {
    width: clamp(67px, 2.6171875vw, 100.5px);
  }
}

.quote-about__grid {
  background-color: rgba(253, 109, 109, 0.16);
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  max-width: 1280px;
  border-radius: 260px;
  padding-inline: clamp(60px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 1024px) {
  .quote-about__grid {
    grid-template-columns: 1fr;
    padding-inline: 20px;
    border-radius: clamp(40px, 9.765625vw, 100px);
  }
}
@media only screen and (min-width: 1921px) {
  .quote-about__grid {
    max-width: clamp(1280px, 66.6666666667vw, 2560px);
    border-radius: clamp(260px, 10.15625vw, 390px);
    padding-inline: clamp(100px, 3.90625vw, 150px);
  }
}
.quote-about__text-container {
  padding-block: clamp(30px, 3.8194444444vw, 55px);
}
.quote-about__text-container .accent {
  max-width: 470px;
}
@media only screen and (min-width: 1921px) {
  .quote-about__text-container {
    padding-block: clamp(55px, 2.1484375vw, 82.5px);
  }
  .quote-about__text-container .accent {
    max-width: clamp(470px, 18.359375vw, 705px);
  }
}
.quote-about__img-container {
  margin-block: -15%;
}
.quote-about__img-container::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/07/ic-heart-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(55px, 7.71484375vw, 79px);
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(25%) translateY(-100%);
}
@media only screen and (min-width: 1921px) {
  .quote-about__img-container::after {
    width: clamp(79px, 3.0859375vw, 118.5px);
    height: clamp(70px, 2.734375vw, 105px);
  }
}
@media only screen and (max-width: 1024px) {
  .quote-about__img-container {
    margin-block: -4%;
    max-width: clamp(215px, 33.203125vw, 340px);
    margin-left: auto;
  }
}

.about-icons {
  z-index: -1;
}
.about-icons--1 {
  left: 0;
  bottom: 50%;
  transform: translateX(clamp(10px, 3.125vw, 45px)) translateY(0);
}
@media only screen and (min-width: 1921px) {
  .about-icons--1 {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px)) translateY(0);
  }
}
.about-icons--2 {
  right: 0;
  top: 50%;
  transform: translateX(calc(clamp(10px, 3.125vw, 45px) * -1)) translateY(0) rotate(180deg);
}
@media only screen and (min-width: 1921px) {
  .about-icons--2 {
    transform: translateX(calc(clamp(45px, 1.7578125vw, 67.5px) * -1)) translateY(0) rotate(180deg);
  }
}
.about-icons--3 {
  left: 0;
  bottom: 50%;
  transform: translateX(-10%) translateY(0);
}
.about-icons--4 {
  right: 0;
  top: 0;
  transform: translateX(-10%) translateY(10%);
  z-index: 0;
}
.about-icons--5 {
  left: 0;
  bottom: 0;
  transform: translateX(clamp(10px, 3.125vw, 45px)) translateY(calc(clamp(90px, 10.4166666667vw, 150px) * -1));
}
@media only screen and (min-width: 1921px) {
  .about-icons--5 {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px)) translateY(calc(clamp(150px, 5.859375vw, 225px) * -1));
  }
}
.about-icons--6 {
  right: 0;
  bottom: 0;
  transform: translateX(calc(clamp(10px, 3.125vw, 45px) * -1)) translateY(calc(clamp(120px, 13.8888888889vw, 200px) * -1)) scaleY(-1) rotate(-75deg);
}
@media only screen and (min-width: 1921px) {
  .about-icons--6 {
    transform: translateX(calc(clamp(45px, 1.7578125vw, 67.5px) * -1)) translateY(calc(clamp(200px, 7.8125vw, 300px) * -1)) scaleY(-1) rotate(-75deg);
  }
}

.hero-product-archive__image {
  transform: translateX(clamp(35px, 3.90625vw, 40px));
}
@media only screen and (min-width: 1921px) {
  .hero-product-archive__image {
    transform: translateX(clamp(40px, 1.5625vw, 60px));
  }
}
.hero-product-archive__daisy {
  left: 80%;
  bottom: clamp(90px, 19.53125vw, 200px);
  max-width: clamp(86px, 10.83984375vw, 111px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .hero-product-archive__daisy {
    bottom: clamp(200px, 7.8125vw, 300px);
    max-width: clamp(111px, 4.3359375vw, 166.5px);
  }
}

.categories-product-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding-block: 20px;
  margin-bottom: clamp(30px, 3.90625vw, 40px);
}
@media only screen and (max-width: 767px) {
  .categories-product-archive {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .categories-product-archive {
    gap: clamp(8px, 0.3125vw, 12px);
    padding-block: clamp(20px, 0.78125vw, 30px);
    margin-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.categories-product-archive__category {
  padding: clamp(12px, 1.953125vw, 20px);
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .categories-product-archive__category {
    padding: clamp(20px, 0.78125vw, 30px);
  }
}
.categories-product-archive__category--milk {
  background-color: rgba(89, 144, 241, 0.4);
}
.categories-product-archive__category--milk:hover {
  background-color: #5990f1;
}
.categories-product-archive__category--supplements {
  background-color: rgba(253, 109, 109, 0.4);
}
.categories-product-archive__category--supplements:hover {
  background-color: #fd6d6d;
}
.categories-product-archive__category--medical-technology {
  background-color: rgba(117, 224, 210, 0.4);
}
.categories-product-archive__category--medical-technology:hover {
  background-color: #75e0d2;
}
.categories-product-archive__category:hover {
  color: #fff;
}
.categories-product-archive__product-groups {
  display: grid;
  gap: clamp(30px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .categories-product-archive__product-groups {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}

.product-archive-grid {
  max-width: 960px;
  gap: clamp(50px, 9.765625vw, 100px);
}
@media only screen and (min-width: 768px) {
  .product-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid {
    gap: clamp(100px, 3.90625vw, 150px);
    max-width: clamp(960px, 37.5vw, 1440px);
  }
}
.product-archive-grid__img-container {
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__img-container {
    padding-inline: clamp(20px, 0.78125vw, 30px);
  }
}
.product-archive-grid__text-container {
  background-color: #daecff;
  padding-inline: clamp(20px, 3.90625vw, 40px);
  display: grid;
  justify-items: center;
  padding-top: clamp(100px, 13.671875vw, 140px);
  margin-top: calc(clamp(100px, 13.671875vw, 140px) * -1);
}
@media only screen and (max-width: 767px) {
  .product-archive-grid__text-container {
    padding-top: clamp(100px, 31.25vw, 240px);
    margin-top: calc(clamp(80px, 26.0416666667vw, 200px) * -1);
  }
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__text-container {
    padding-top: clamp(140px, 5.46875vw, 210px);
    margin-top: calc(clamp(140px, 5.46875vw, 210px) * -1);
    padding-inline: clamp(40px, 1.5625vw, 60px);
  }
}
.product-archive-grid__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__title {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.product-archive-grid__subheading {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__subheading {
    margin-bottom: clamp(10px, 0.390625vw, 15px);
  }
}
.product-archive-grid__button {
  margin-top: 35px;
  background-color: #fd6d6d;
  transform: translateY(50%);
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__button {
    margin-top: clamp(35px, 1.3671875vw, 52.5px);
  }
}

.hero-blog__image {
  transform: translateX(10%);
}
.hero-blog__daisy {
  bottom: clamp(60px, 8.3333333333vw, 120px);
  right: max(10%, 60px);
  width: clamp(65px, 12.20703125vw, 125px);
}
@media only screen and (min-width: 1921px) {
  .hero-blog__daisy {
    width: clamp(125px, 4.8828125vw, 187.5px);
  }
}

.archive-blog__category--0-3-months,
.single-hero__text-container--0-3-months {
  background-color: rgba(254, 217, 128, 0.4);
}
.archive-blog__category--3-12-months,
.single-hero__text-container--3-12-months {
  background-color: rgba(151, 210, 130, 0.4);
}
.archive-blog__category--12-36-months,
.single-hero__text-container--12-36-months {
  background-color: rgba(117, 224, 210, 0.4);
}
.archive-blog__category--36-plus-months,
.single-hero__text-container--36-plus-months {
  background-color: rgba(253, 109, 109, 0.4);
}
.archive-blog__category--news,
.single-hero__text-container--news {
  background-color: rgba(89, 144, 241, 0.4);
}

.archive-blog__filters {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: clamp(10px, 1.953125vw, 20px);
  gap: clamp(10px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .archive-blog__filters {
    padding: clamp(20px, 0.78125vw, 30px);
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .archive-blog__filters {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .archive-blog__filters {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive-blog .category-filter {
  cursor: pointer;
}
.archive-blog__category {
  padding: clamp(10px, 1.5625vw, 16px);
  border-radius: 25px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .archive-blog__category {
    padding: clamp(16px, 0.625vw, 24px);
    border-radius: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.archive-blog__category--0-3-months:hover {
  background-color: #fed980;
  color: #fff;
}
.archive-blog__category--3-12-months:hover {
  background-color: #97d282;
  color: #fff;
}
.archive-blog__category--12-36-months:hover {
  background-color: #75e0d2;
  color: #fff;
}
.archive-blog__category--36-plus-months:hover {
  background-color: #fd6d6d;
  color: #fff;
}
.archive-blog__category--news:hover {
  background-color: #5990f1;
  color: #fff;
}

.single-hero {
  padding-bottom: 0;
}
.single-hero__container {
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 1.1fr;
}
@media only screen and (max-width: 767px) {
  .single-hero__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .single-hero__container {
    height: clamp(400px, 37.3611111111vw, 538px);
  }
}
@media only screen and (min-width: 1921px) {
  .single-hero__container {
    height: clamp(538px, 21.015625vw, 807px);
  }
}
@media only screen and (max-width: 767px) {
  .single-hero__img-container {
    height: clamp(220px, 52.0833333333vw, 400px);
  }
}
@media only screen and (min-width: 768px) {
  .single-hero__img-container {
    height: inherit;
  }
}
.single-hero__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-hero__text-container {
  padding-inline: clamp(20px, 3.90625vw, 40px);
  display: grid;
  align-items: center;
  align-content: center;
  grid-template-rows: min-content min-content max-content;
  gap: clamp(15px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .single-hero__text-container {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1440px) {
  .single-hero .blog-scattered-icons--1 {
    transform: translateX(5%);
  }
}

.single-content__container {
  max-width: 1100px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .single-content__container {
    max-width: clamp(1100px, 42.96875vw, 1650px);
  }
}
.single-content__container p {
  max-width: 920px;
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .single-content__container p {
    max-width: clamp(920px, 35.9375vw, 1380px);
  }
}
.single-content__container p:has(img) {
  max-width: 100%;
}
.single-content__container p:has(img) img {
  width: 100%;
}
.single-content__container ul {
  list-style: none;
  padding-inline-start: 0;
  width: fit-content;
  margin-inline: auto;
}
.single-content__container li {
  position: relative;
  padding-left: clamp(22px, 2.5390625vw, 26px);
  width: fit-content;
  text-align: left;
}
.single-content__container li::before {
  content: "\e905";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: clamp(16px, 1.7578125vw, 18px);
  height: clamp(16px, 1.7578125vw, 18px);
  top: 4px;
  left: 0;
  font-size: clamp(8px, 0.9765625vw, 10px);
  line-height: 1;
  color: #fff;
  background-color: #0040a2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .single-content__container li {
    padding-left: clamp(26px, 1.015625vw, 39px);
  }
  .single-content__container li::before {
    width: clamp(18px, 0.703125vw, 27px);
    height: clamp(18px, 0.703125vw, 27px);
    font-size: clamp(10px, 0.390625vw, 15px);
  }
}

.blog-scattered-icons {
  z-index: -1;
}
.blog-scattered-icons--1, .blog-scattered-icons--2 {
  left: 0;
  transform: translateX(clamp(10px, 3.125vw, 45px));
}
@media only screen and (max-width: 1440px) {
  .blog-scattered-icons--1, .blog-scattered-icons--2 {
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1921px) {
  .blog-scattered-icons--1, .blog-scattered-icons--2 {
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px));
  }
}
.blog-scattered-icons--3, .blog-scattered-icons--4, .blog-scattered-icons--5 {
  right: 0;
  transform: translateX(calc(clamp(10px, 3.125vw, 45px) * -1));
}
@media only screen and (max-width: 1440px) {
  .blog-scattered-icons--3, .blog-scattered-icons--4, .blog-scattered-icons--5 {
    transform: translateX(20%);
  }
}
@media only screen and (min-width: 1921px) {
  .blog-scattered-icons--3, .blog-scattered-icons--4, .blog-scattered-icons--5 {
    transform: translateX(calc(clamp(45px, 1.7578125vw, 67.5px) * -1));
  }
}
.blog-scattered-icons--1 {
  top: 20%;
  z-index: 0;
}
.blog-scattered-icons--2 {
  top: 70%;
}
.blog-scattered-icons--3 {
  top: 10%;
}
.blog-scattered-icons--4 {
  top: 50%;
  z-index: 0;
}
.blog-scattered-icons--5 {
  top: 85%;
}

.hero-contact__image {
  transform: translateX(10%);
}
.hero-contact__image img {
  max-height: clamp(200px, 35.9375vw, 460px);
}
@media only screen and (min-width: 1921px) {
  .hero-contact__image img {
    max-height: clamp(460px, 17.96875vw, 690px);
  }
}

.contact-intro__container {
  padding-block: clamp(45px, 6.8359375vw, 70px) clamp(60px, 11.23046875vw, 115px);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__container {
    padding-block: clamp(70px, 2.734375vw, 105px) clamp(115px, 4.4921875vw, 172.5px);
  }
}
.contact-intro__info-details {
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__info-details {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.contact-intro__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__social {
    gap: clamp(20px, 0.78125vw, 30px);
    padding-bottom: clamp(30px, 1.171875vw, 45px);
  }
}
.contact-intro__map-container {
  max-width: 1100px;
}
.contact-intro__map-container iframe {
  height: clamp(350px, 50.78125vw, 520px);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__map-container {
    max-width: clamp(1100px, 42.96875vw, 1650px);
  }
  .contact-intro__map-container iframe {
    height: clamp(520px, 20.3125vw, 780px);
  }
}

.contact-icons {
  z-index: -1;
}
.contact-icons--1 {
  left: 0;
  top: 0;
  transform: translateX(clamp(10px, 3.125vw, 45px)) translateY(clamp(85px, 8.3333333333vw, 120px));
  width: clamp(60px, 8.6111111111vw, 124px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .contact-icons--1 {
    width: clamp(124px, 4.84375vw, 186px);
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px)) translateY(clamp(120px, 4.6875vw, 180px));
  }
}
.contact-icons--2 {
  left: 0;
  bottom: 0;
  transform: translateX(clamp(10px, 3.125vw, 45px)) translateY(calc(clamp(120px, 13.8888888889vw, 200px) * -1)) rotate(90deg);
  width: clamp(45px, 6.7361111111vw, 97px);
}
@media only screen and (min-width: 1921px) {
  .contact-icons--2 {
    width: clamp(97px, 3.7890625vw, 145.5px);
    transform: translateX(clamp(45px, 1.7578125vw, 67.5px)) translateY(calc(clamp(200px, 7.8125vw, 300px) * -1)) rotate(90deg);
  }
}
.contact-icons--3 {
  right: 0;
  bottom: 0;
  transform: translateX(calc(clamp(10px, 3.125vw, 45px) * -1)) translateY(calc(clamp(90px, 15.9722222222vw, 230px) * -1));
  width: clamp(50px, 7.7083333333vw, 111px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .contact-icons--3 {
    width: clamp(111px, 4.3359375vw, 166.5px);
    transform: translateX(calc(clamp(45px, 1.7578125vw, 67.5px) * -1)) translateY(calc(clamp(230px, 8.984375vw, 345px) * -1));
  }
}
.contact-icons--4 {
  right: clamp(10px, 3.125vw, 45px);
  top: 30%;
  width: clamp(42px, 6.3888888889vw, 92px);
}
@media only screen and (min-width: 1921px) {
  .contact-icons--4 {
    width: clamp(92px, 3.59375vw, 138px);
  }
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-NoticeGroup {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.woocommerce span.onsale {
  top: 0;
  right: 0;
  left: revert;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: #fd6d6d;
}

.woocommerce a.woo-button, .woocommerce button.button.woo-button {
  background-color: #fd6d6d;
  border-radius: 0;
  color: #fff;
  font-size: clamp(12px, 1.7578125vw, 18px);
  font-weight: 400;
  transition: ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .woocommerce a.woo-button, .woocommerce button.button.woo-button {
    font-size: clamp(18px, 0.703125vw, 27px);
  }
}
.woocommerce a.woo-button:hover, .woocommerce button.button.woo-button:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce a.woo-button.disabled, .woocommerce button.button.woo-button.disabled {
  background-color: gray;
}
.woocommerce a.woo-button.disabled:hover, .woocommerce button.button.woo-button.disabled:hover {
  background-color: gray;
}

.quantity__input {
  -moz-appearance: textfield;
}
.quantity__input::-webkit-outer-spin-button, .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woo-filters__container {
  display: flex;
  gap: clamp(20px, 3.90625vw, 40px);
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}

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