/* 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?h7nmhp");
  src: url("../../assets/fonts/icomoon.eot?h7nmhp#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?h7nmhp") format("truetype"), url("../../assets/fonts/icomoon.woff?h7nmhp") format("woff"), url("../../assets/fonts/icomoon.svg?h7nmhp#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(32px, 3.4027777778vw, 49px);
  line-height: 1.1;
}
@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(24px, 3.3203125vw, 34px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(34px, 1.328125vw, 51px);
  }
}

.text-xl {
  font-size: clamp(20px, 1.8055555556vw, 26px);
}
@media only screen and (min-width: 1921px) {
  .text-xl {
    font-size: clamp(26px, 1.015625vw, 39px);
  }
}

.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);
  line-height: 1.1;
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(18px, 0.703125vw, 27px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #eaedf0;
  color: #001433;
  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: #d51b1b;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  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: 1240px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1200px, 62.5vw, 2400px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-sm {
    padding-inline: 20px;
  }
}

.boxed-xs {
  max-width: 1000px;
}
@media only screen and (min-width: 1921px) {
  .boxed-xs {
    max-width: clamp(1000px, 52.0833333333vw, 2000px);
  }
}

@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(150px, 13.8888888889vw, 200px) clamp(75px, 6.9444444444vw, 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);
  }
}

.width-full {
  width: 100%;
}

.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);
  }
}

.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.2;
}

.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: #001433;
}

.white {
  color: #fff;
}

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

.primary {
  color: #06357e;
}

.secondary {
  color: #9ab5e5;
}

.secondary-bg {
  background-color: #9ab5e5;
}

.primary-bg {
  background-color: #06357e;
}

.light-blue-bg {
  background-color: #e9f1ff;
}

.accent {
  color: #d51b1b;
}

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

.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, #6c99e7, transparent 150%);
}
.gradient-bg--light {
  background-image: linear-gradient(210deg, #eaf2ff, #9ab5e5 150%);
}
.gradient-bg--accent {
  background-image: linear-gradient(30deg, #d51b1b 35%, transparent 150%);
}

.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-linkedin:after {
  content: "\e908";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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(8px, 0.8333333333vw, 12px);
}
@media only screen and (min-width: 1025px) {
  .header__container {
    display: grid;
    grid-template-columns: max-content 1fr min-content;
    gap: 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .header__container {
    margin-top: clamp(24px, 0.9375vw, 36px);
    padding-block: clamp(12px, 0.46875vw, 18px);
  }
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(180px, 26.171875vw, 335px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(335px, 13.0859375vw, 502.5px);
  }
}
.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 (min-width: 1025px) {
  .main-menu {
    justify-self: center;
  }
}
@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: clamp(20px, 2.7777777778vw, 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 #06357e;
  }
}
.main-menu__list li > a {
  color: #06357e;
}
.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: 52px clamp(16px, 2.2222222222vw, 32px) 40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul {
    padding: clamp(52px, 2.03125vw, 78px) clamp(32px, 1.25vw, 48px) clamp(40px, 1.5625vw, 60px);
    max-width: clamp(1280px, 50vw, 1920px);
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list li > ul {
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 8px 8px rgba(0, 20, 51, 0.16);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul {
    position: revert;
    display: none;
    padding: 0;
  }
}
.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;
}
.main-menu__list li > ul > li {
  position: relative;
  padding: 45px 20px 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li {
    padding: clamp(45px, 1.7578125vw, 67.5px) clamp(20px, 0.78125vw, 30px) 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;
  text-align: center;
  margin-inline: auto;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  min-height: clamp(50px, 9.27734375vw, 95px);
  display: grid;
  align-items: end;
}
.main-menu__list li > ul > li:has(ul) > a::after {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li:has(ul) > a {
    text-align: left;
    margin-inline: revert;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:has(ul) > a {
    min-height: clamp(95px, 3.7109375vw, 142.5px);
  }
}
.main-menu__list li > ul > li:has(ul)::after {
  content: "";
  position: absolute;
  top: clamp(80px, 10.7421875vw, 110px);
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #fff;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li:has(ul)::after {
    width: calc(100% - 40px);
    left: 20px;
    top: 110px;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li:has(ul)::after {
    top: clamp(110px, 4.296875vw, 165px);
    height: 2px;
  }
}
.main-menu__list li > ul > li > a {
  font-size: clamp(17px, 1.71875vw, 22px);
  padding-bottom: 40px;
}
@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: 1921px) {
  .main-menu__list li > ul > li > a {
    font-size: clamp(22px, 0.859375vw, 33px);
    padding-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.main-menu__list li > ul > li > a:before {
  position: absolute;
  top: 20px;
  inset-inline: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: clamp(40px, 4.296875vw, 55px);
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li > a:before {
    inset-inline: revert;
    right: 20px;
    background-position: right;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list li > ul > li > a:before {
    height: clamp(55px, 2.1484375vw, 82.5px);
  }
}
.main-menu__list li > ul > li:nth-child(1) > a:before {
  content: "";
  background-image: url("../../assets/img/ic-menu-001.svg");
}
.main-menu__list li > ul > li:nth-child(2) > a:before {
  content: "";
  background-image: url("../../assets/img/ic-menu-002.svg");
}
.main-menu__list li > ul > li:nth-child(3) > a:before {
  content: "";
  background-image: url("../../assets/img/ic-menu-003.svg");
}
.main-menu__list li > ul > li:nth-child(4) > a:before {
  content: "";
  background-image: url("../../assets/img/ic-menu-004.svg");
}
.main-menu__list li > ul > li ul {
  padding: 0;
  box-shadow: none;
}
.main-menu__list li > ul > li ul > li {
  padding: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li > ul > li ul > li {
    border: none;
  }
}
.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(60deg, #003280, #285eb2);
}
.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;
}
.main-menu__list li > ul > li:nth-child(2) {
  background: linear-gradient(60deg, #d51b1b, rgba(213, 27, 27, 0.6));
}
.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;
}
.main-menu__list li > ul > li:nth-child(3) {
  background: linear-gradient(60deg, #526076, rgba(82, 96, 118, 0.6));
}
.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;
}
.main-menu__list li > ul > li:nth-child(4) {
  background: linear-gradient(60deg, #5990f1, #9abeff);
}
.main-menu__list li > ul > li:nth-child(4) ul {
  background-color: transparent;
  display: block;
  border-radius: 30px;
  position: revert;
  inset-inline: unset;
  width: auto;
}
.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 > li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}
.main-menu__list > li.menu-item-has-children > a {
  flex-direction: row;
  gap: 7px;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list > li.menu-item-has-children > a {
    gap: clamp(7px, 0.2734375vw, 10.5px);
  }
}
.main-menu__list > li.menu-item-has-children > a::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(90deg);
  font-size: 10px;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list > li.menu-item-has-children > a::after {
    font-size: clamp(10px, 0.390625vw, 15px);
  }
}
.main-menu__list > li.menu-item-has-children:hover > a::after {
  transform: rotate(-90deg);
}
.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 4;
    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-basic {
  padding-block: clamp(125px, 17.3611111111vw, 250px) clamp(180px, 13.8888888889vw, 200px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .hero-basic {
    padding-block: clamp(250px, 9.765625vw, 375px) clamp(200px, 7.8125vw, 300px);
  }
}
.hero-basic__img-container {
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .hero-basic__img-container {
    left: 5%;
    width: 35%;
  }
}
.hero-basic__text-container {
  position: relative;
  display: grid;
  gap: clamp(20px, 2.0833333333vw, 30px);
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .hero-basic__text-container {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(12px, 1.6666666667vw, 24px);
}
@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(24px, 0.9375vw, 36px);
  }
}
.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, 20, 51, 0.3);
}
.archive-grid__img-container {
  overflow: hidden;
}
.archive-grid__featured-img {
  width: 100%;
  height: clamp(180px, 20.1388888889vw, 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, 2.4305555556vw, 35px) clamp(28px, 3.8888888889vw, 56px) 0;
  display: grid;
  gap: clamp(10px, 1.25vw, 18px);
  grid-template-columns: 1fr max-content;
  grid-template-rows: max-content 1fr max-content;
}
@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__category {
  padding-top: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__category {
    padding-top: clamp(30px, 1.171875vw, 45px);
  }
}
.archive-grid__button {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
}
.archive-grid__post {
  padding-bottom: clamp(25px, 2.4305555556vw, 35px);
  display: grid;
  grid-template-rows: max-content;
}
.archive-grid__post:hover .button::after {
  transform: translateX(50%);
}
.archive-grid__post:hover .archive-grid__featured-img {
  transform: scale(1.08);
}

.carousel {
  position: relative;
  background-size: cover;
  height: 700px;
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .carousel {
    height: clamp(300px, 100vw, 1024px);
  }
}
@media only screen and (min-width: 1921px) {
  .carousel {
    height: clamp(700px, 27.34375vw, 1050px);
    padding-top: clamp(150px, 5.859375vw, 225px);
  }
}
.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #001433;
  cursor: grab;
}
.carousel__button {
  color: #06357e;
  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(6, 53, 126, 0.3);
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .carousel__dot {
    height: clamp(12px, 0.46875vw, 18px);
  }
}
.carousel__dot--active {
  background-color: #06357e;
}
.carousel .glide__bullet--active {
  background-color: #06357e;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(6, 53, 126, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #06357e;
}
.tabs__button--active {
  background-color: #06357e;
  color: #eaedf0;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.video {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
  height: min(100%, (100vw - 40px) * 0.5625);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__slide {
  background-color: #06357e;
  overflow: hidden;
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  z-index: 0;
}
.video__slide:first-child {
  opacity: 1;
  z-index: 1;
}
.video__vimeo-container {
  width: 100%;
  height: 100%;
}
@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;
}
.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: 1921px) {
  .video__button {
    width: clamp(140px, 5.46875vw, 210px);
  }
}
.video__img {
  width: 100%;
}

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

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 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, 20, 51, 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:before {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 8px;
  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: #9ab5e5;
}
.footer__container {
  display: grid;
  justify-items: center;
  gap: 25px;
}
@media only screen and (min-width: 1921px) {
  .footer__container {
    gap: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.footer__logo-container img {
  width: clamp(240px, 36.1328125vw, 370px);
}
@media only screen and (min-width: 1921px) {
  .footer__logo-container img {
    width: clamp(370px, 14.453125vw, 555px);
  }
}
.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;
  align-items: center;
  gap: 8px;
}
.footer__contact-info-icon:after, .footer__social-icon:after {
  display: flex;
  width: clamp(28px, 2.9296875vw, 30px);
  height: clamp(28px, 2.9296875vw, 30px);
  color: #06357e;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}
.footer__contact-info-icon:hover::after, .footer__social-icon:hover::after {
  background-color: #9ab5e5;
}
@media only screen and (min-width: 1921px) {
  .footer__contact-info, .footer__social {
    gap: clamp(8px, 0.3125vw, 12px);
  }
  .footer__contact-info-icon::after, .footer__social-icon::after {
    width: clamp(30px, 1.171875vw, 45px);
    height: clamp(30px, 1.171875vw, 45px);
  }
}
.footer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 640px) {
  .footer__button {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__button {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.footer__button-link {
  display: block;
  padding-inline: clamp(20px, 3.90625vw, 40px);
  padding-block: clamp(8px, 1.171875vw, 12px);
  text-wrap: nowrap;
}
@media only screen and (min-width: 1921px) {
  .footer__button-link {
    padding-inline: clamp(40px, 1.5625vw, 60px);
    padding-block: clamp(12px, 0.46875vw, 18px);
  }
}
.footer__button-link strong {
  text-wrap: nowrap;
}
.footer a.footer__button-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__menu-container {
  padding-block: 30px;
  width: 100%;
  border-block: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 1921px) {
  .footer__menu-container {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.footer__menu-list {
  display: flex;
  gap: 8px 25px;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .footer__menu-list {
    gap: clamp(25px, 0.9765625vw, 37.5px);
  }
}
@media only screen and (max-width: 640px) {
  .footer__menu-list {
    flex-direction: column;
    align-items: center;
  }
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  gap: clamp(16px, 2.34375vw, 24px);
}
@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: #001433;
  transition: 0.3s ease;
}
.footer__copyright a:hover {
  color: #9ab5e5;
}

.search__result {
  display: block;
  border-bottom: 1px solid rgba(6, 53, 126, 0.3);
  transition: 0.3s ease;
}
.search__result:hover {
  color: #d51b1b;
}

.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: #d51b1b;
  transition: 0.3s ease;
}
.simple-page a:hover::after {
  width: 100%;
}
.simple-page__icon--001 {
  right: 0;
  top: 0;
  transform: translateX(70%) translateY(-20%);
  width: clamp(97px, 18.9453125vw, 194px);
}
@media only screen and (min-width: 1921px) {
  .simple-page__icon--001 {
    width: clamp(194px, 8.3620689655vw, 291px);
  }
}
.simple-page__icon--002 {
  bottom: 0;
  right: 0;
  transform: translateX(20%) translateY(60%);
  width: clamp(53px, 10.3515625vw, 106px);
}
@media only screen and (min-width: 1921px) {
  .simple-page__icon--002 {
    width: clamp(106px, 4.5689655172vw, 159px);
  }
}

.error-page__text-container {
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
}
.error-page__image-container {
  max-width: 530px;
  z-index: -2;
}
@media only screen and (min-width: 1921px) {
  .error-page__image-container {
    max-width: clamp(530px, 20.703125vw, 795px);
  }
}
.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--001 {
  left: 5px;
  bottom: 10%;
  width: clamp(106px, 20.703125vw, 212px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .error-page__icon--001 {
    width: clamp(212px, 9.1379310345vw, 318px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #eaedf0;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: none;
  position: relative;
  border: 4px solid #06357e;
  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 #06357e;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup__close {
  display: flex;
  justify-content: end;
  line-height: 1;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .popup__close {
    padding-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.popup__trigger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
.popup__content {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 20, 51, 0.5);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
}
.popup__content-container {
  background-color: #fff;
  padding: clamp(40px, 5vw, 60px) clamp(20px, 6.6666666667vw, 80px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1921px) {
  .popup__content-container {
    padding: clamp(40px, 1.5625vw, 60px) clamp(80px, 3.125vw, 120px);
  }
}
.popup__text-container {
  padding-bottom: clamp(30px, 5vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .popup__text-container {
    padding-bottom: clamp(60px, 2.34375vw, 90px);
  }
}
.popup__content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #6c99e7;
  cursor: pointer;
}
.popup__content-item:hover .button::after {
  transform: translateX(30%);
}
.popup__content-input {
  width: 100%;
  padding: 12px 18px;
  background-color: #eaedf0;
  border: none;
  border-radius: 30px;
  margin-bottom: clamp(10px, 1.3888888889vw, 20px);
}
.popup__content-input::placeholder {
  color: #06357e;
}
.popup__content-button {
  width: clamp(25px, 2.4305555556vw, 35px);
  height: clamp(25px, 2.4305555556vw, 35px);
  aspect-ratio: 1;
  background-color: #6c99e7;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content-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) {
  .popup__content-button::after {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.popup__button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}

.sticky-link {
  position: fixed;
  top: 250px;
  right: 0;
  transform: translateX(clamp(230px, 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;
}
@media only screen and (min-width: 1921px) {
  .sticky-link {
    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);
  }
}
.sticky-link__logo {
  padding-inline: clamp(10px, 1.5625vw, 16px);
}
.sticky-link__logo img {
  width: clamp(30px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .sticky-link__logo {
    padding-inline: clamp(16px, 0.625vw, 24px);
  }
  .sticky-link__logo img {
    width: clamp(40px, 1.5625vw, 60px);
  }
}
.sticky-link__text-container {
  background-color: rgba(108, 153, 231, 0.12);
  padding-block: 20px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (min-width: 1921px) {
  .sticky-link__text-container {
    padding-block: clamp(20px, 0.78125vw, 30px);
    border-radius: clamp(10px, 0.390625vw, 15px) 0 0 clamp(10px, 0.390625vw, 15px);
  }
}
.sticky-link__text {
  max-width: 190px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1921px) {
  .sticky-link__text {
    max-width: clamp(190px, 7.421875vw, 285px);
    padding-bottom: clamp(16px, 0.625vw, 24px);
  }
}
.sticky-link:hover {
  transform: translateX(0);
}
.sticky-link a:hover {
  color: #fff;
}

.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: #9ab5e5;
  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;
}
.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%;
}
.button--simple {
  background-color: transparent;
  color: #06357e;
  border: 1px solid #06357e;
  padding-block: clamp(10px, 1.0416666667vw, 15px);
  padding-inline: clamp(20px, 1.7361111111vw, 25px) clamp(30px, 2.4305555556vw, 35px);
  border-radius: 28px;
}
.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--download {
  color: #001433;
  font-weight: 400;
  border: 1px solid #001433;
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
}
.button--download::after {
  content: "\e90d";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .button--download::after {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.button--download:hover::after {
  transform: translateY(20%);
  color: #9ab5e5;
}

.link {
  color: #d51b1b;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 20px;
  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: 28px;
  height: 2px;
  background: #06357e;
  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: 28px;
  height: 2px;
  background: #06357e;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-6px);
}
.hamburger__button:after {
  transform: translateY(6px);
}

.language-switcher {
  text-wrap: nowrap;
}
.language-switcher ul li:first-child {
  border-right: 1px solid rgba(6, 53, 126, 0.4);
}
.language-switcher a {
  color: #06357e;
  transition: 0.3s ease;
}
.language-switcher a:hover {
  color: #d51b1b;
}

.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;
  justify-content: end;
  align-items: center;
  gap: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (max-width: 1024px) {
  .search-form {
    margin-left: auto;
  }
}
.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  line-height: 1.18;
}
@media only screen and (min-width: 1921px) {
  .search-form__button {
    font-size: clamp(22px, 0.859375vw, 33px);
  }
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #06357e;
}
.search-form__input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: 0;
  border-bottom: solid 1px #06357e;
  transition: width ease 0.3s;
}

.error-message {
  color: red;
}

.hero-home {
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .hero-home {
    background-image: linear-gradient(to bottom, #eaedf0 60%, #9ab5e5 40%);
  }
  .hero-home__container {
    grid-template-columns: 1fr;
  }
  .hero-home__img-container {
    width: 80%;
    max-width: 480px;
    justify-self: end;
  }
}
.hero-home__container {
  min-height: 100vh;
  min-height: 100dvh;
  padding-block: clamp(80px, 10.4166666667vw, 150px);
}
@media only screen and (min-width: 1921px) {
  .hero-home__container {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(150px, 5.859375vw, 225px);
  }
}
.hero-home__heading {
  max-width: 600px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__heading {
    max-width: clamp(600px, 23.4375vw, 900px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero-home__heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-home__img-container {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero-home__img-container {
    display: none;
  }
}
.hero-home__img-container img {
  width: 100%;
}
.hero-home__img-container--1 {
  left: 0;
  max-width: 270px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__img-container--1 {
    max-width: clamp(270px, 10.546875vw, 405px);
  }
}
.hero-home__img-container--2 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__img-container--2 {
    max-width: clamp(180px, 7.03125vw, 270px);
  }
}
.hero-home__img-container--3 {
  bottom: 10%;
  right: 15%;
  max-width: 220px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__img-container--3 {
    max-width: clamp(220px, 8.59375vw, 330px);
  }
}
.hero-home__img-container--4 {
  right: 0;
  max-width: 270px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__img-container--4 {
    max-width: clamp(270px, 10.546875vw, 405px);
  }
}

.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);
  max-width: 1480px;
}
@media only screen and (min-width: 1921px) {
  .intro-home__container {
    max-width: calc(clamp(1440px, 75vw, 2880px) + 40px);
    border-radius: clamp(250px, 9.765625vw, 375px);
  }
}
.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: #6c99e7;
  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 {
  display: grid;
  align-items: center;
  justify-items: center;
}
@media only screen and (min-width: 1025px) {
  .intro-home__card {
    grid-template-columns: 1fr 1fr;
  }
}
.intro-home__img-container {
  border-radius: clamp(150px, 17.3611111111vw, 250px) 0 0 clamp(150px, 17.3611111111vw, 250px);
  overflow: hidden;
  justify-self: left;
}
@media only screen and (min-width: 1921px) {
  .intro-home__img-container {
    border-radius: clamp(250px, 9.765625vw, 375px) 0 0 clamp(250px, 9.765625vw, 375px);
  }
}
@media only screen and (max-width: 1024px) {
  .intro-home__img-container {
    border-radius: clamp(60px, 9.765625vw, 100px) 0 clamp(60px, 9.765625vw, 100px) clamp(60px, 9.765625vw, 100px);
  }
}
.intro-home__img-container img {
  width: 100%;
}
.intro-home__text-container {
  display: grid;
  gap: clamp(18px, 2.5vw, 36px);
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(20px, 5.5555555556vw, 80px) clamp(20px, 2.7777777778vw, 40px) 0;
}
@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, 2.7777777778vw, 40px);
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .products-home__categories {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
.products-home__category {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  border-radius: 100px;
  padding-inline: clamp(35px, 5.2083333333vw, 75px);
  height: clamp(100px, 9.7222222222vw, 140px);
}
.products-home__category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s ease;
}
@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);
    height: clamp(140px, 5.46875vw, 210px);
  }
}
.products-home__category--oncology::before {
  background-image: linear-gradient(30deg, #d51b1b, rgba(213, 27, 27, 0.5));
}
.products-home__category--cardiology::before {
  background-image: linear-gradient(30deg, #6c99e7, rgba(108, 153, 231, 0.5));
}
.products-home__category--infections::before {
  background-image: linear-gradient(30deg, #526076, rgba(82, 96, 118, 0.5));
}
.products-home__category--hematology-oncology::before {
  background-image: linear-gradient(30deg, #d51b1b, rgba(213, 27, 27, 0.5));
}
.products-home__category--rare-diseases::before {
  background-image: linear-gradient(30deg, #06357e, rgba(6, 53, 126, 0.5));
}
.products-home__category h3 {
  width: min-content;
  max-width: 270px;
  z-index: 2;
}
@media only screen and (min-width: 1921px) {
  .products-home__category h3 {
    max-width: clamp(270px, 10.546875vw, 405px);
  }
}
.products-home__category:hover .products-home__category-button::after {
  transform: translateX(50%);
}
.products-home__category:hover::before {
  opacity: 0.85;
}
.products-home__category-img-container {
  height: clamp(100px, 9.7222222222vw, 140px);
  width: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .products-home__category-img-container {
    height: clamp(140px, 5.46875vw, 210px);
  }
}
.products-home__category-img-container img {
  object-fit: contain;
  object-position: 30%;
  width: 100%;
  height: 100%;
}
.products-home__category-button {
  background-color: transparent;
  margin-left: auto;
  z-index: 1;
}
.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: #eaedf0;
  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(6, 53, 126, 0.7), transparent 80%);
}
.stages-home__stage--3 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(108, 153, 231, 0.7), transparent 80%);
}
.stages-home__stage--4 .stages-home__stage-gradient {
  background-image: radial-gradient(at 25% 65%, rgba(213, 27, 27, 0.7), transparent 80%);
}
.stages-home__stage:hover .button::after {
  transform: translateX(50%);
}
.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: clamp(12px, 1.6666666667vw, 24px);
}
@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(24px, 0.9375vw, 36px);
  }
}
.blog-home .archive-grid__post {
  background-color: #fff;
}
.blog-home__button-container {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  display: flex;
  justify-content: center;
}

.home-icon {
  top: 0px;
  z-index: -1;
}
.home-icon--001 {
  transform: translateX(40%) translateY(-30%);
  width: clamp(53px, 10.3515625vw, 106px);
}
@media only screen and (min-width: 1921px) {
  .home-icon--001 {
    width: clamp(106px, 4.5689655172vw, 159px);
  }
}
.home-icon--002 {
  right: 0;
  transform: translateX(-40%) translateY(-50%);
  width: clamp(55px, 10.7421875vw, 110px);
}
@media only screen and (min-width: 1921px) {
  .home-icon--002 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}
.home-icon--003 {
  right: 5px;
  width: clamp(106px, 20.703125vw, 212px);
}
@media only screen and (min-width: 1921px) {
  .home-icon--003 {
    width: clamp(212px, 9.1379310345vw, 318px);
  }
}
.home-icon--004 {
  width: clamp(55px, 10.7421875vw, 110px);
  transform: translateX(-115%) translateY(-50%);
}
@media only screen and (min-width: 1921px) {
  .home-icon--004 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}

.hero-archive-blog .hero-basic__img-container {
  left: 0;
}

.archive-blog__filters {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: clamp(10px, 1.25vw, 18px);
  flex-wrap: wrap;
  padding: 10px clamp(20px, 2.7777777778vw, 40px);
  box-shadow: 0px 5px 8px 0px rgba(0, 20, 51, 0.1);
}
@media only screen and (min-width: 1025px) {
  .archive-blog__filters {
    grid-template-columns: max-content 1fr 1fr;
  }
}
.archive-blog__category {
  padding: clamp(8px, 1.1111111111vw, 16px) clamp(20px, 2.5vw, 36px);
  background-color: #9ab5e5;
  color: #06357e;
  cursor: pointer;
  transition: 0.3s ease;
}
.archive-blog__category:hover {
  background-color: #06357e;
  color: #fff;
}
.archive-blog__grid-wrapper {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(24px, 3.3333333333vw, 48px);
  box-shadow: 0px 5px 8px 0px rgba(0, 20, 51, 0.1);
}

.single-hero__text-container {
  background-color: #9ab5e5;
}
.single-hero__text-container--cardiology {
  background-color: #6c99e7;
}
.single-hero__text-container--infections {
  background-color: #526076;
}
.single-hero__text-container--hematology-oncology {
  background-color: #d51b1b;
}
.single-hero__text-container--rare-diseases {
  background-color: #06357e;
}

.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 ul li {
  position: relative;
  padding-left: clamp(22px, 2.5390625vw, 26px);
  width: fit-content;
  text-align: left;
}
.single-content__container ul 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: #06357e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1921px) {
  .single-content__container ul li {
    padding-left: clamp(26px, 1.015625vw, 39px);
  }
  .single-content__container ul li::before {
    width: clamp(18px, 0.703125vw, 27px);
    height: clamp(18px, 0.703125vw, 27px);
    font-size: clamp(10px, 0.390625vw, 15px);
  }
}
.single-content__container ol {
  width: fit-content;
  margin-inline: auto;
  padding-inline-start: 20px;
}
.single-content__container ol li {
  width: fit-content;
  text-align: left;
}

.blog-icon {
  z-index: -1;
}
.blog-icon--001 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(97px, 18.9453125vw, 194px);
}
@media only screen and (min-width: 1921px) {
  .blog-icon--001 {
    width: clamp(194px, 8.3620689655vw, 291px);
  }
}
.blog-icon--002 {
  left: 0;
  bottom: 30%;
  width: clamp(55px, 10.7421875vw, 110px);
  transform: rotate(15deg);
}
@media only screen and (min-width: 1921px) {
  .blog-icon--002 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}
.blog-icon--003 {
  right: 0;
  top: 20%;
  width: clamp(55px, 10.7421875vw, 110px);
}
@media only screen and (min-width: 1921px) {
  .blog-icon--003 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}

.single-icon {
  z-index: -1;
}
.single-icon--001 {
  right: 0;
  top: 50%;
  transform: translatex(90%) translateY(-50%);
  width: clamp(48px, 9.375vw, 96px);
}
@media only screen and (min-width: 1921px) {
  .single-icon--001 {
    width: clamp(96px, 4.1379310345vw, 144px);
  }
}
.single-icon--002 {
  left: 5px;
  top: 15%;
  width: clamp(55px, 10.7421875vw, 110px);
  transform: rotate(15deg);
}
@media only screen and (min-width: 1921px) {
  .single-icon--002 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}
.single-icon--003 {
  right: 5px;
  bottom: 35%;
  width: clamp(55px, 10.7421875vw, 110px);
}
@media only screen and (min-width: 1921px) {
  .single-icon--003 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}

.therapeutic-archive {
  overflow: hidden;
}
.therapeutic-archive__item {
  padding-block: clamp(20px, 5.5555555556vw, 80px);
}
.therapeutic-archive__item-container {
  display: grid;
  align-items: center;
  gap: clamp(32px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .therapeutic-archive__item-container {
    gap: clamp(80px, 3.125vw, 120px);
    padding: clamp(80px, 3.125vw, 120px) clamp(100px, 3.90625vw, 150px);
  }
}
@media only screen and (min-width: 1025px) {
  .therapeutic-archive__item-container {
    grid-template-columns: 1fr 2fr;
  }
}
.therapeutic-archive__item:nth-child(even) {
  background: linear-gradient(to bottom, #eaf2ff, #9ab5e5);
}
@media only screen and (min-width: 1025px) {
  .therapeutic-archive__item:nth-child(even) .therapeutic-archive__item-container {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .therapeutic-archive__item:nth-child(even) .therapeutic-archive__text-container {
    order: -1;
  }
}
.therapeutic-archive__img-container {
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}
.therapeutic-archive__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.therapeutic-archive__descriptions {
  display: grid;
  gap: clamp(18px, 2.34375vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .therapeutic-archive__descriptions {
    gap: clamp(24px, 0.9375vw, 36px);
  }
}
.therapeutic-archive__posts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.therapeutic-archive__post-link {
  width: 100%;
  justify-content: space-between;
  min-height: 55px;
}

.hero-single-product {
  padding-block: clamp(100px, 13.8888888889vw, 200px) clamp(75px, 6.9444444444vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .hero-single-product {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}
.hero-single-product__breadcrumbs {
  padding-block: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__breadcrumbs {
    padding-block: clamp(32px, 3.3333333333vw, 48px);
  }
}
.hero-single-product__content {
  display: grid;
  gap: clamp(24px, 3.3333333333vw, 48px);
  padding-block: clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (min-width: 1025px) {
  .hero-single-product__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__content {
    gap: clamp(48px, 5vw, 72px);
    padding-block: clamp(60px, 6.25vw, 90px);
  }
}
.hero-single-product__img-container {
  display: grid;
  justify-content: center;
}
.hero-single-product__benefits {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2222222222vw, 32px);
  padding-block: clamp(18px, 2.5vw, 36px);
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__benefits {
    gap: clamp(32px, 3.3333333333vw, 48px);
    padding-block: clamp(36px, 3.75vw, 54px);
  }
}
.hero-single-product__benefit {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: clamp(6px, 0.8333333333vw, 12px);
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__benefit {
    grid-template-columns: clamp(30px, 1.171875vw, 45px) 1fr;
    gap: clamp(12px, 0.46875vw, 18px);
  }
}
.hero-single-product__note {
  border-block: 1px solid rgba(6, 53, 126, 0.6);
  padding-block: clamp(12px, 1.6666666667vw, 24px);
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__note {
    padding-block: clamp(24px, 0.9375vw, 36px);
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.hero-single-product__features {
  padding-block: clamp(12px, 1.6666666667vw, 24px);
  display: grid;
  gap: 16px;
}
.hero-single-product__features a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 1921px) {
  .hero-single-product__features {
    padding-block: clamp(24px, 0.9375vw, 36px);
  }
  .hero-single-product__features a {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.single-product-icon {
  z-index: -1;
}
.single-product-icon--001 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(97px, 18.9453125vw, 194px);
}
@media only screen and (min-width: 1921px) {
  .single-product-icon--001 {
    width: clamp(194px, 8.3620689655vw, 291px);
  }
}
.single-product-icon--002 {
  left: 0;
  bottom: 15%;
  width: clamp(55px, 10.7421875vw, 110px);
  transform: rotate(15deg);
}
@media only screen and (min-width: 1921px) {
  .single-product-icon--002 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}

.hero-about__description {
  max-width: 460px;
  margin-top: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .hero-about__description {
    max-width: clamp(460px, 17.96875vw, 690px);
    margin-top: clamp(24px, 0.9375vw, 36px);
  }
}

.vision-about__grid {
  display: grid;
  align-items: center;
  gap: clamp(20px, 3.4722222222vw, 50px);
}
@media only screen and (min-width: 1025px) {
  .vision-about__grid {
    grid-template-columns: 2fr 1.2fr;
  }
}
@media only screen and (min-width: 1921px) {
  .vision-about__grid {
    gap: clamp(50px, 1.953125vw, 75px);
  }
}
.vision-about__img-container {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .vision-about__img-container {
    max-width: 468px;
    grid-row: 1;
  }
}

.mission-about__grid {
  display: grid;
  column-gap: clamp(20px, 3.4722222222vw, 50px);
}
@media only screen and (min-width: 1025px) {
  .mission-about__grid {
    grid-template-columns: 1fr 4fr;
  }
}
@media only screen and (min-width: 1921px) {
  .mission-about__grid {
    gap: clamp(50px, 1.953125vw, 75px);
  }
}
.mission-about__img-container {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .mission-about__img-container {
    position: relative;
    max-width: 468px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .mission-about__img-container {
    width: clamp(341px, 30.9722222222vw, 446px);
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .mission-about__img-container {
    width: clamp(446px, 22.7083333333vw, 872px);
  }
}
.mission-about__text-container {
  padding: clamp(20px, 2.7777777778vw, 40px);
  padding-top: clamp(40px, 4.8611111111vw, 70px);
}
@media only screen and (max-width: 1024px) {
  .mission-about__text-container {
    padding-top: clamp(208px, 53.937007874vw, 274px);
    margin-top: calc(clamp(168px, 46.062992126vw, 234px) * -1);
  }
}
@media only screen and (min-width: 1025px) {
  .mission-about__text-container {
    padding-left: clamp(100px, 13.8888888889vw, 200px);
  }
}
@media only screen and (min-width: 1921px) {
  .mission-about__text-container {
    padding: clamp(40px, 1.5625vw, 60px);
    padding-top: clamp(70px, 2.734375vw, 105px);
    padding-left: clamp(200px, 10.15625vw, 390px);
  }
}
.mission-about__list {
  display: grid;
  gap: clamp(10px, 1.3888888889vw, 20px) clamp(24px, 3.125vw, 45px);
}
@media only screen and (min-width: 1921px) {
  .mission-about__list {
    gap: clamp(20px, 0.78125vw, 30px) clamp(45px, 1.7578125vw, 67.5px);
  }
}
.mission-about__item {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.8333333333vw, 12px);
}

.strategy-about__container {
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff clamp(120px, 24.1666666667vw, 290px), #eaf2ff clamp(120px, 24.1666666667vw, 290px), #9ab5e5 100%);
}
@media only screen and (min-width: 1921px) {
  .strategy-about__container {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff clamp(290px, 11.328125vw, 435px), #eaf2ff clamp(290px, 11.328125vw, 435px), #9ab5e5 100%);
  }
}
.strategy-about__img-container {
  overflow: hidden;
}
.strategy-about__img-container img {
  width: 100%;
  height: clamp(240px, 48.3333333333vw, 580px);
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .strategy-about__img-container img {
    height: clamp(580px, 22.65625vw, 870px);
  }
}

.responsibility-about__text-container {
  display: grid;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .responsibility-about__text-container {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}

.parterns-about__grid {
  display: grid;
  gap: clamp(20px, 2.0833333333vw, 30px);
  justify-items: center;
}
@media only screen and (max-width: 1024px) {
  .parterns-about__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .parterns-about__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .parterns-about__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.parterns-about__logo {
  max-height: clamp(60px, 5.4166666667vw, 78px);
}
.parterns-about__logo img {
  max-height: 100%;
}
@media only screen and (min-width: 1921px) {
  .parterns-about__logo {
    max-height: clamp(78px, 3.046875vw, 117px);
  }
}

.values-about {
  background-image: linear-gradient(30deg, #06357e, #094baf);
  padding-bottom: clamp(40px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1025px) {
  .values-about {
    border-radius: 200px;
  }
}
@media only screen and (min-width: 1921px) {
  .values-about {
    padding-bottom: clamp(60px, 2.34375vw, 90px);
    border-radius: clamp(200px, 7.8125vw, 300px);
  }
}
@media only screen and (min-width: 1025px) {
  .values-about__img-container {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1921px) {
  .values-about__img-container {
    width: clamp(847px, 33.0859375vw, 1270.5px);
  }
}

.about-icon--001 {
  top: 0;
  right: 0;
  transform: translateX(-30%) translateY(-50%);
  width: clamp(48px, 9.375vw, 96px);
}
@media only screen and (min-width: 1921px) {
  .about-icon--001 {
    width: clamp(96px, 4.1379310345vw, 144px);
  }
}
.about-icon--002 {
  top: 0;
  left: 0;
  transform: translateX(-105%) translateY(-20%) rotate(70deg);
  width: clamp(60px, 11.71875vw, 120px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .about-icon--002 {
    width: clamp(120px, 5.1724137931vw, 180px);
  }
}
.about-icon--003 {
  bottom: 0;
  right: 0;
  transform: translateY(-20%);
  width: clamp(53px, 10.3515625vw, 106px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .about-icon--003 {
    width: clamp(106px, 4.5689655172vw, 159px);
  }
}
.about-icon--004 {
  left: 0;
  bottom: 0;
  transform: translateX(-105%) translateY(-50%);
  width: clamp(97px, 18.9453125vw, 194px);
}
@media only screen and (min-width: 1921px) {
  .about-icon--004 {
    width: clamp(194px, 8.3620689655vw, 291px);
  }
}
.about-icon--005 {
  left: 0;
  bottom: 20%;
  width: clamp(55px, 10.7421875vw, 110px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .about-icon--005 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}
.about-icon--006 {
  right: 0;
  top: 15%;
  width: clamp(53px, 10.3515625vw, 106px);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .about-icon--006 {
    width: clamp(106px, 4.5689655172vw, 159px);
  }
}
.about-icon--007 {
  right: 0;
  bottom: 0;
  transform: translateX(-20%);
  width: clamp(55px, 10.7421875vw, 110px);
}
@media only screen and (min-width: 1921px) {
  .about-icon--007 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}
.about-icon--008 {
  left: 0;
  top: 50%;
  width: clamp(55px, 10.7421875vw, 110px);
  transform: translateX(-95%) translateY(-50%) rotate(90deg);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .about-icon--008 {
    width: clamp(110px, 4.7413793103vw, 165px);
  }
}

.hero-contact .hero-basic__img-container {
  height: 85%;
  width: auto;
}
.hero-contact .hero-basic__img-container img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-intro__container {
  display: grid;
  gap: clamp(40px, 6vw, 60px);
  padding-block: clamp(40px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1025px) {
  .contact-intro__container {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__container {
    gap: clamp(60px, 2.34375vw, 90px);
    padding-block: clamp(60px, 2.34375vw, 90px);
  }
}
.contact-intro__heading, .contact-intro__info-content {
  padding-bottom: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__heading, .contact-intro__info-content {
    padding-bottom: clamp(30px, 1.171875vw, 45px);
  }
}
.contact-intro__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact-intro__form form {
  display: grid;
  gap: 16px;
}
.contact-intro__form input[type=text], .contact-intro__form input[type=email], .contact-intro__form input[type=tel], .contact-intro__form textarea, .contact-intro__form select {
  width: 100%;
  background-color: #eaedf0;
  border: none;
  outline: none;
  padding-inline: clamp(20px, 2.9296875vw, 30px);
  padding-block: clamp(15px, 1.953125vw, 20px);
  border-radius: clamp(20px, 2.9296875vw, 30px);
  color: #06357e;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__form input[type=text], .contact-intro__form input[type=email], .contact-intro__form input[type=tel], .contact-intro__form textarea, .contact-intro__form select {
    padding-inline: clamp(30px, 1.171875vw, 45px);
    padding-block: clamp(20px, 0.78125vw, 30px);
    border-radius: clamp(30px, 1.171875vw, 45px);
  }
}
.contact-intro__form input[type=text]::placeholder, .contact-intro__form input[type=email]::placeholder, .contact-intro__form input[type=tel]::placeholder, .contact-intro__form textarea::placeholder, .contact-intro__form select::placeholder {
  color: #06357e;
}
.contact-intro__form select, .contact-intro__form ::picker(select) {
  appearance: base-select;
}
.contact-intro__form select::picker-icon {
  content: "\e900";
  font-family: "icomoon";
  transform: rotate(90deg);
  color: #06357e;
  margin-right: 10px;
}
.contact-intro__form select:open::picker(select) {
  margin-top: 5px;
  border-radius: clamp(20px, 2.9296875vw, 30px);
  border-color: #eaedf0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.contact-intro__form option {
  padding: 10px 20px;
  color: #06357e;
}
.contact-intro__form option:hover {
  background-color: #eaedf0;
}
.contact-intro__form option::checkmark {
  display: none;
}
.contact-intro__form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-color: #eaedf0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
}
.contact-intro__form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #06357e;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-intro__form input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact-intro__form input[type=checkbox] {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    min-width: clamp(20px, 0.78125vw, 30px);
    border-radius: clamp(5px, 0.1953125vw, 7.5px);
  }
  .contact-intro__form input[type=checkbox]::before {
    width: clamp(14px, 0.546875vw, 21px);
    height: clamp(14px, 0.546875vw, 21px);
    top: clamp(3px, 0.1171875vw, 4.5px);
    left: clamp(3px, 0.1171875vw, 4.5px);
  }
}
.contact-intro__form-acceptance span {
  margin: 0;
}
.contact-intro__form-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-intro__form-acceptance > div {
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__form-acceptance > div {
    margin-left: clamp(30px, 1.171875vw, 45px);
    margin-top: clamp(10px, 0.390625vw, 15px);
  }
}
.contact-intro__form input[type=submit] {
  margin-inline: auto;
  color: #fff;
  cursor: pointer;
}
.contact-intro__form input[type=submit]::after {
  color: #fff;
}
.contact-intro__form input[type=submit]:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.contact-intro__form input[type=submit]:disabled::after {
  color: rgba(255, 255, 255, 0.4);
}
.contact-intro__form .wpcf7-spinner {
  display: none;
}

.contact-map__container {
  padding-bottom: clamp(80px, 11.71875vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .contact-map__container {
    padding-bottom: clamp(120px, 4.6875vw, 180px);
  }
}
.contact-map__heading {
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .contact-map__heading {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.contact-map iframe {
  height: clamp(320px, 50.78125vw, 520px);
}
@media only screen and (min-width: 1921px) {
  .contact-map iframe {
    height: clamp(520px, 20.3125vw, 780px);
  }
}

.hero-product-archive .hero-basic__img-container {
  bottom: 0;
  left: 0;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .hero-product-archive .hero-basic__img-container {
    left: 0;
    width: auto;
  }
}
.hero-product-archive .hero-basic__img-container img {
  max-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .hero-product-archive .hero-basic__img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.categories-product-archive {
  display: grid;
  grid-template-columns: repeat(4, 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--hematology-oncology {
  background-color: rgba(213, 27, 27, 0.4);
}
.categories-product-archive__category--hematology-oncology:hover {
  background-color: #d51b1b;
}
.categories-product-archive__category--infections {
  background-color: rgba(82, 96, 118, 0.4);
}
.categories-product-archive__category--infections:hover {
  background-color: #526076;
}
.categories-product-archive__category--cardiology {
  background-color: rgba(108, 153, 231, 0.4);
}
.categories-product-archive__category--cardiology:hover {
  background-color: #6c99e7;
}
.categories-product-archive__category--rare-diseases {
  background-color: rgba(6, 53, 126, 0.4);
}
.categories-product-archive__category--rare-diseases:hover {
  background-color: #06357e;
}
.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: #eaedf0;
  padding-inline: 20px;
  display: grid;
  justify-items: center;
  padding-top: clamp(80px, 9.765625vw, 100px);
  margin-top: calc(clamp(100px, 13.671875vw, 140px) * -1);
}
@media only screen and (max-width: 767px) {
  .product-archive-grid__text-container {
    padding-top: clamp(80px, 18.2291666667vw, 140px);
    margin-top: calc(clamp(80px, 26.0416666667vw, 200px) * -1);
  }
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__text-container {
    padding-top: clamp(100px, 3.90625vw, 150px);
    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: #9ab5e5;
  transform: translateY(50%);
}
@media only screen and (min-width: 1921px) {
  .product-archive-grid__button {
    margin-top: clamp(35px, 1.3671875vw, 52.5px);
  }
}

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