/* 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;
}
*/
/*
// Not Variable font
@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR.eot");
  src: url("../../assets/fonts/Cera/Cera-GR.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Light.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?o481pe");
  src: url("../../assets/fonts/icomoon.eot?o481pe#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?o481pe") format("truetype"), url("../../assets/fonts/icomoon.woff?o481pe") format("woff"), url("../../assets/fonts/icomoon.svg?o481pe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1,
.heading-l {
  font-size: clamp(45px, 7.1428571429vw, 100px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-l {
    font-size: clamp(100px, 3.90625vw, 150px);
  }
}

.heading-ml {
  font-size: clamp(40px, 5.7142857143vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .heading-ml {
    font-size: clamp(80px, 3.125vw, 120px);
  }
}

h2,
.heading {
  font-size: clamp(32px, 5vw, 70px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(70px, 2.734375vw, 105px);
  }
}

h3,
.heading-ms {
  font-size: clamp(25px, 2.8571428571vw, 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, 2.5vw, 35px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}

.text-l, h5 {
  font-size: clamp(20px, 2.1428571429vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .text-l, h5 {
    font-size: clamp(30px, 1.171875vw, 45px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.5714285714vw, 22px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(22px, 0.859375vw, 33px);
  }
}

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

.text-ms {
  font-size: clamp(15px, 1.2142857143vw, 17px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
  }
}

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

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

.button {
  font-size: clamp(17px, 1.5714285714vw, 22px);
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(22px, 0.859375vw, 33px);
  }
}

.tabs__button {
  font-size: clamp(26px, 3.7142857143vw, 52px);
}
@media only screen and (min-width: 1921px) {
  .tabs__button {
    font-size: clamp(52px, 2.03125vw, 78px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #f1f3f5;
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 1, "SHRP" 0;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

main {
  overflow: hidden;
}

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

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  line-height: 1.1;
}

strong {
  font-weight: 700;
}

.boxed {
  max-width: 1440px;
  padding-inline: clamp(20px, 2.8571428571vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1400px, 72.9166666667vw, 2800px);
  }
}

.boxed-l {
  max-width: 1720px;
  padding-inline: clamp(20px, 2.8571428571vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-l {
    max-width: clamp(1720px, 89.5833333333vw, 3440px);
  }
}

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

.boxed-sm {
  max-width: 1040px;
  padding-inline: clamp(20px, 2.8571428571vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1000px, 52.0833333333vw, 2000px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1400px, 72.9166666667vw, 2800px);
    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: 1400px) {
  .push-left {
    margin-left: calc((100vw - 1400px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1400px, 72.9166666667vw, 2800px)) / 2);
  }
}

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

.full-width {
  width: 100%;
}

.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(85px, 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 {
  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);
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.no-letter-spacing {
  letter-spacing: 0;
}

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

.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 {
  color: #000;
}

.white {
  color: #fff;
}

.primary {
  color: #b9c3cf;
}

.accent {
  color: #ff6e00;
}

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

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

.primary-bg {
  background-color: #b9c3cf;
}

.bottom-border {
  border-bottom: 1px solid #fff;
}

.section-circles {
  position: relative;
}
.section-circles::before {
  content: "";
  position: absolute;
  width: clamp(120px, 25.1953125vw, 258px);
  height: clamp(138px, 28.80859375vw, 295px);
  pointer-events: none;
  top: 10%;
  left: 0;
  transform: translateX(-70%);
  background-image: url("/wp-content/uploads/2026/01/section-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .section-circles::before {
    width: clamp(258px, 10.078125vw, 387px);
    height: clamp(295px, 11.5234375vw, 442.5px);
  }
}

.bg-shapes-line {
  pointer-events: none;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(-80%);
  width: 100%;
  min-width: 840px;
  opacity: 18%;
  z-index: 0;
}

.ic-social {
  background-color: #000;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}
.ic-social--fb::after {
  content: "\e906";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: -4px;
  font-size: 22px;
}
.ic-social--x {
  align-items: center;
}
.ic-social--x::after {
  content: "\e910";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  margin-top: 2px;
  font-size: 14px;
}
.ic-social:hover {
  background-color: #ff6e00;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  padding-block: clamp(16px, 3.3203125vw, 34px);
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-block: clamp(34px, 1.328125vw, 51px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky {
  background-color: rgba(255, 255, 255, 0.3);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(120px, 21.97265625vw, 225px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(225px, 8.7890625vw, 337.5px);
  }
}
.header__logo-white {
  display: none;
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header a {
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@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 li {
    border-bottom: solid 1px #b9c3cf;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
}
@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: 1px;
  background-color: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a:after {
    content: none;
  }
}
.main-menu__list a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #b9c3cf;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
@media only screen and (min-width: 1921px) {
  .main-menu__list ul {
    padding: clamp(8px, 0.3125vw, 12px) clamp(16px, 0.625vw, 24px);
  }
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}

.white-header .header__logo {
  display: none;
}
.white-header .header__logo-white {
  display: block;
}
.white-header .header a {
  color: #fff;
}
.white-header .header a::after {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .white-header .header a {
    color: #000;
  }
}
.white-header .header--sticky .header__logo {
  display: block;
}
.white-header .header--sticky .header__logo-white {
  display: none;
}
.white-header .header--sticky a {
  color: #000;
}
.white-header .header--sticky a::after {
  background-color: #000;
}
.white-header .header:not(.header--sticky) .hamburger__button {
  background-color: #fff;
}

.hero {
  margin-top: clamp(40px, 5vw, 70px);
  padding-block: clamp(45px, 6.0714285714vw, 85px);
}
@media only screen and (min-width: 1921px) {
  .hero {
    padding-block: clamp(85px, 3.3203125vw, 127.5px);
  }
}
.hero__container {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .hero__container {
    grid-template-columns: 1fr;
  }
}
.hero__heading {
  padding-bottom: clamp(32px, 5vw, 70px);
}
@media only screen and (max-width: 640px) {
  .hero__heading {
    padding-block: 30px 0;
  }
}
.hero__image {
  border-radius: 0 50% 50% 0;
  overflow: hidden;
  width: clamp(230px, 33.9285714286vw, 475px);
}
@media only screen and (max-width: 640px) {
  .hero__image {
    grid-row: 1;
    justify-self: end;
  }
}
@media only screen and (min-width: 1921px) {
  .hero__image {
    width: clamp(475px, 18.5546875vw, 712.5px);
  }
}
.hero__bg-pattern {
  bottom: auto;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .hero__bg-pattern {
    transform: translateX(-50%) translateY(-85%);
  }
}

.simple-page__hero {
  padding-block: clamp(80px, 14.2857142857vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .simple-page__hero {
    padding-block: clamp(200px, 7.8125vw, 300px);
  }
}
.simple-page__hero .hero__container {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 640px) {
  .simple-page__hero .hero__heading {
    padding-block: 0 clamp(32px, 5vw, 70px);
  }
}
@media only screen and (max-width: 640px) {
  .simple-page__hero .hero__bg-pattern {
    transform: translateX(-50%) translateY(-50%);
  }
}
.simple-page__content p {
  margin-bottom: 20px;
  line-height: 1.7;
}
@media only screen and (min-width: 1921px) {
  .simple-page__content p {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.simple-page__content h2, .simple-page__content h3, .simple-page__content h4, .simple-page__content h5, .simple-page__content h6 {
  margin-block: 0;
  padding-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .simple-page__content h2, .simple-page__content h3, .simple-page__content h4, .simple-page__content h5, .simple-page__content h6 {
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
}

.intro {
  padding-bottom: clamp(80px, 7.1428571429vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .intro {
    padding-bottom: clamp(100px, 3.90625vw, 150px);
  }
}
.intro__container {
  display: grid;
  gap: clamp(16px, 1.4285714286vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .intro__container {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.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);
}

.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 {
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.tabs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(380px, 56.0714285714vw, 785px);
  padding-bottom: clamp(30px, 4.2857142857vw, 60px);
  color: #fff;
}
@media only screen and (min-width: 1921px) {
  .tabs {
    min-height: clamp(785px, 30.6640625vw, 1177.5px);
  }
}
.tabs__buttons {
  display: flex;
  z-index: 1;
}
.tabs__button, .tabs__contents, .tabs__navigation {
  padding: clamp(30px, 6vw, 60px) clamp(20px, 3.9285714286vw, 55px) clamp(20px, 4vw, 40px);
}
.tabs__button {
  position: relative;
  cursor: pointer;
  transition: all ease 500ms;
  flex-basis: 100%;
}
@media only screen and (max-width: 1024px) {
  .tabs__button {
    display: none;
  }
}
.tabs__button:hover {
  background-color: rgba(255, 110, 0, 0.5);
}
.tabs__button--active {
  background-color: rgba(255, 110, 0, 0.5);
}
@media only screen and (max-width: 1024px) {
  .tabs__button--active {
    display: block;
  }
}
.tabs__button--active .tabs__loader {
  visibility: visible;
  opacity: 1;
}
.tabs__loader {
  position: absolute;
  width: 0%;
  inset: 0;
  background-color: #ff6e00;
  visibility: hidden;
  opacity: 0;
  will-change: transform;
  z-index: -1;
}
.tabs__bottom {
  display: grid;
  align-items: end;
  gap: clamp(20px, 5.7142857143vw, 80px);
}
@media only screen and (min-width: 1025px) {
  .tabs__bottom {
    grid-template-columns: 4fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .tabs__contents {
    width: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs__contents {
    margin-top: 60px;
  }
}
.tabs__content {
  display: block;
  opacity: 1;
  transition-property: display opacity;
  transition-behavior: allow-discrete;
}
.tabs__content--hidden {
  opacity: 0;
  display: none;
}
@starting-style {
  .tabs__content--hidden {
    opacity: 1;
  }
}
.tabs__content h3 {
  padding-bottom: clamp(16px, 1.7142857143vw, 24px);
  display: flex;
  align-items: center;
  gap: 12px;
}
.tabs__content h3:hover .button__arrow::before {
  transform: translateX(62px) translateY(-50%);
}
@media only screen and (min-width: 1921px) {
  .tabs__content h3:hover .button__arrow::before {
    transform: translateX(clamp(62px, 2.421875vw, 93px)) translateY(-50%);
  }
}
.tabs__content h3:hover .button__arrow::after {
  transform: translateX(62px) translateY(-50%);
}
@media only screen and (min-width: 1921px) {
  .tabs__content h3:hover .button__arrow::after {
    transform: translateX(clamp(62px, 2.421875vw, 93px)) translateY(-50%);
  }
}
.tabs__content h3 .button__arrow {
  width: 59px;
  height: 59px;
}
@media only screen and (min-width: 1921px) {
  .tabs__content h3 .button__arrow {
    width: clamp(59px, 2.3046875vw, 88.5px);
    height: clamp(59px, 2.3046875vw, 88.5px);
  }
}
.tabs__content h3 .button__arrow--white {
  color: #fff;
}
.tabs__content h3 .button__arrow:before, .tabs__content h3 .button__arrow:after {
  font-size: 16px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1921px) {
  .tabs__content h3 .button__arrow:before, .tabs__content h3 .button__arrow:after {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
.tabs__content h3 .button__arrow:before {
  left: -59px;
}
@media only screen and (min-width: 1921px) {
  .tabs__content h3 .button__arrow:before {
    left: calc(clamp(59px, 2.3046875vw, 88.5px) * -1);
  }
}
.tabs__content h3 .button__arrow:after {
  left: 0px;
}
@media only screen and (min-width: 1025px) {
  .tabs__content h3 {
    border-bottom: solid 2px #fff;
  }
}
.tabs__content a {
  color: #fff;
}
.tabs__image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.tabs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs__navigation {
  width: 100%;
}
.tabs .carousel__button {
  color: #fff;
  width: clamp(45px, 4.2857142857vw, 60px);
  height: clamp(45px, 4.2857142857vw, 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.tabs .carousel__button::after {
  border-color: #fff;
}

.accordion__item {
  border: solid 1px rgba(185, 195, 207, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #b9c3cf;
}
.accordion__item--open {
  border: solid 1px #b9c3cf;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #b9c3cf;
  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;
}

.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;
  margin-top: -16%;
}
.video__slide {
  background-color: #b9c3cf;
  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.8571428571vw, 40px);
  padding: clamp(25px, 2.5vw, 35px) clamp(25px, 3.2142857143vw, 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__heading {
  top: clamp(20px, 6.976744186vw, 120px);
  font-size: clamp(30px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .video__heading {
    font-size: clamp(80px, 3.125vw, 120px);
  }
}
.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: 30%;
  aspect-ratio: 1;
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 1921px) {
  .video__button {
    width: clamp(140px, 5.46875vw, 210px);
  }
}
.video__img {
  width: 100%;
}

.footer {
  padding-block: clamp(45px, 6.0714285714vw, 85px) clamp(20px, 1.7857142857vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .footer {
    padding-block: clamp(85px, 3.3203125vw, 127.5px) clamp(25px, 0.9765625vw, 37.5px);
  }
}
.footer__certs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: clamp(20px, 2.1428571429vw, 30px) clamp(30px, 3.5714285714vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .footer__certs-container {
    padding-block: clamp(30px, 1.171875vw, 45px) clamp(50px, 1.953125vw, 75px);
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.footer__certs-item {
  max-width: 134px;
}
@media only screen and (min-width: 1921px) {
  .footer__certs-item {
    max-width: clamp(134px, 5.234375vw, 201px);
  }
}
.footer__container h3 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1921px) {
  .footer__container h3 {
    margin-bottom: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.footer__grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footer__grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}
.footer__menu--main ul {
  display: grid;
  gap: 15px;
}
@media only screen and (min-width: 1921px) {
  .footer__menu--main ul {
    gap: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.footer__menu--products li > a {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1921px) {
  .footer__menu--products li > a {
    margin-bottom: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.footer__menu--products .sub-menu {
  font-size: clamp(12px, 1.3671875vw, 14px);
}
.footer__menu--products .sub-menu li > a {
  margin-bottom: 0;
}
@media only screen and (min-width: 1921px) {
  .footer__menu--products .sub-menu {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.footer__menu a {
  display: block;
}
.footer__social-icons {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 1921px) {
  .footer__social-icons {
    gap: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.footer__legal-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  row-gap: 8px;
}
@media only screen and (max-width: 640px) {
  .footer__legal-menu ul {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu ul {
    column-gap: clamp(16px, 0.625vw, 24px);
  }
}
.footer__legal-menu ul li {
  display: flex;
  column-gap: 16px;
  row-gap: 8px;
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu ul li {
    column-gap: clamp(16px, 0.625vw, 24px);
  }
}
.footer__legal-menu ul li::after {
  content: "-";
}
@media only screen and (max-width: 640px) {
  .footer__legal-menu ul li::after {
    content: none;
  }
}
.footer__legal-menu ul li:last-child::after {
  content: none;
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer a {
  color: #000;
  transition: 0.3s ease;
}
.footer a:hover {
  color: #ff6e00;
}

.error-page__button {
  display: grid;
  justify-items: center;
}

.loader {
  display: grid;
  place-content: center;
  background-color: #f1f3f5;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader__spinner::before, .loader__spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #ff6e00;
  animation: prixClipFix 2s linear infinite;
}
.loader__spinner::after {
  border-color: #ff6e00;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.loader__percentage {
  padding: 20px;
  text-align: center;
  color: #b9c3cf;
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  background-color: #000;
  padding: clamp(16px, 1.953125vw, 20px);
  width: fit-content;
  min-width: clamp(240px, 30.2734375vw, 310px);
  max-width: 100%;
  display: block;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s ease;
}
.button:hover {
  background-color: #ff6e00;
}
@media only screen and (min-width: 1921px) {
  .button {
    padding: clamp(20px, 0.78125vw, 30px);
    min-width: clamp(310px, 12.109375vw, 465px);
    border-radius: clamp(40px, 1.5625vw, 60px);
  }
}
.button--transparent {
  background-color: transparent;
  border: 1px solid #fff;
}

.link {
  color: #ff6e00;
}

.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);
  background-color: #000;
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
  background-color: #000;
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 2px;
  background: #000;
  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: 2px;
  background: inherit;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-8px);
}
.hamburger__button:after {
  transform: translateY(8px);
}

.line-vertical {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(1px, 0.1953125vw, 2px);
  height: clamp(85px, 10.7142857143vw, 150px);
  background-color: #ff6e00;
}
@media only screen and (min-width: 1921px) {
  .line-vertical {
    height: clamp(150px, 5.859375vw, 225px);
  }
}
.line-vertical--hero {
  background-color: #fff;
  height: clamp(240px, 51.7578125vw, 530px);
  top: 72.5%;
}
@media only screen and (min-width: 1921px) {
  .line-vertical--hero {
    height: clamp(530px, 27.6041666667vw, 1060px);
  }
}
.line-vertical--top {
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}
.line-vertical--bottom {
  bottom: 0;
  height: clamp(100px, 14.2857142857vw, 200px);
  transform: translateX(-50%) translateY(100%);
}
@media only screen and (min-width: 1921px) {
  .line-vertical--bottom {
    height: clamp(200px, 7.8125vw, 300px);
  }
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: 8px;
  width: clamp(45px, 5.859375vw, 60px);
  height: clamp(45px, 5.859375vw, 60px);
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6e00;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: ease 0.2s;
  cursor: pointer;
  z-index: 100;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-to-top:hover {
  background-color: #FF7F00;
}
@media only screen and (min-width: 1921px) {
  .back-to-top {
    margin: clamp(48px, 1.875vw, 72px);
    padding: clamp(8px, 0.3125vw, 12px);
    width: clamp(60px, 2.34375vw, 90px);
    height: clamp(60px, 2.34375vw, 90px);
  }
}

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

.error-message {
  color: red;
}

.hero-home {
  margin-top: 0;
  padding-block: clamp(85px, 11.0714285714vw, 155px);
  height: clamp(640px, 97.65625vw, 1000px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .hero-home {
    height: clamp(1000px, 39.0625vw, 1500px);
    padding-block: clamp(155px, 6.0546875vw, 232.5px);
  }
}
.hero-home__image {
  width: clamp(250px, 41.6666666667vw, 800px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .hero-home__image {
    max-height: clamp(800px, 31.25vw, 1200px);
  }
}
.hero-home__video {
  inset: 0;
  z-index: -1;
}
.hero-home__video video {
  height: 100%;
  object-fit: cover;
}
.hero-home__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #004c08;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.hero-home__text-container {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.hero-home__heading, .hero-home__subheading {
  z-index: 1;
}
.hero-home__list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-self: end;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .hero-home__list {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero-home__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero-home__list-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 14px;
  align-items: center;
  max-width: 250px;
}
@media only screen and (min-width: 1921px) {
  .hero-home__list-item {
    gap: clamp(14px, 0.546875vw, 21px);
    max-width: clamp(250px, 9.765625vw, 375px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero-home__list-item {
    grid-template-columns: 1fr;
  }
}

.home-quality {
  background-image: url("/wp-content/uploads/2026/01/bg-pattern.svg");
  background-position: top left;
  background-size: max(1100px, 100vw);
  background-repeat: no-repeat;
}
.home-quality__text-container {
  padding-block: clamp(90px, 17.578125vw, 180px);
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media only screen and (max-width: 1024px) {
  .home-quality__text-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media only screen and (min-width: 1921px) {
  .home-quality__text-container {
    padding-block: clamp(180px, 7.03125vw, 270px);
  }
}
.home-quality__text {
  display: grid;
  gap: 16px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .home-quality__text {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.home-quality__button {
  align-self: end;
  justify-self: end;
}
@media only screen and (max-width: 1024px) {
  .home-quality__button {
    align-self: start;
    justify-self: start;
  }
}

.home-about, .home-factory {
  padding-block: clamp(70px, 10vw, 140px) clamp(140px, 20vw, 280px);
}
@media only screen and (min-width: 1921px) {
  .home-about, .home-factory {
    padding-block: clamp(140px, 5.46875vw, 210px) clamp(280px, 10.9375vw, 420px);
  }
}
.home-about__container, .home-factory__container {
  z-index: 1;
}
.home-about__text-container, .home-factory__text-container {
  margin-bottom: clamp(70px, 10vw, 140px);
  display: grid;
  gap: clamp(30px, 3.5714285714vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .home-about__text-container, .home-factory__text-container {
    margin-bottom: clamp(140px, 5.46875vw, 210px);
    gap: clamp(50px, 1.953125vw, 75px);
  }
}

.home-factory .bg-shapes-line {
  opacity: 1;
}

.home-showcase__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .home-showcase__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-showcase__item-text {
  top: clamp(20px, 2.8571428571vw, 40px);
  left: clamp(20px, 2.8571428571vw, 40px);
  max-width: calc(100% - clamp(40px, 5.7142857143vw, 80px));
}

.home-exports {
  background-color: #d9e2d6;
  overflow: hidden;
}
.home-exports__container {
  padding-block: clamp(130px, 18.5714285714vw, 260px);
}
@media only screen and (min-width: 1921px) {
  .home-exports__container {
    padding-block: clamp(260px, 10.15625vw, 390px);
  }
}
.home-exports__text-container {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: clamp(40px, 4.2857142857vw, 60px);
  z-index: 2;
}
@media only screen and (min-width: 1921px) {
  .home-exports__text-container {
    gap: clamp(60px, 2.34375vw, 90px);
  }
}
.home-exports__image {
  width: 100%;
  min-width: 1024px;
  height: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(2%);
}
.home-exports__image img {
  width: 100%;
}
.home-exports.section-circles::before {
  z-index: 1;
}

.about-main .intro {
  padding-bottom: clamp(160px, 27.1428571429vw, 380px);
}
@media only screen and (min-width: 1921px) {
  .about-main .intro {
    padding-bottom: clamp(380px, 14.84375vw, 570px);
  }
}

.about-cards__container {
  transform: translateY(calc(clamp(60px, 9.6428571429vw, 135px) * -1));
}
.about-cards__card.section-circles::before {
  z-index: 2;
}
.about-cards__card-text {
  background-image: linear-gradient(6deg, #DBE2EB, #fff);
  padding-block: clamp(60px, 8.5714285714vw, 120px) clamp(130px, 18.5714285714vw, 260px);
  display: grid;
  gap: clamp(20px, 2.8571428571vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .about-cards__card-text {
    padding-block: clamp(120px, 4.6875vw, 180px) clamp(260px, 10.15625vw, 390px);
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
.about-cards__card-text > div {
  z-index: 3;
}
.about-cards__card-heading {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  .about-cards__card-heading {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.about-cards__card-image {
  transform: translateY(-25%);
  max-width: 1200px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about-cards__card-image {
    height: max(250px, (100vw - 40px) * 8 / 15);
  }
  .about-cards__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1921px) {
  .about-cards__card-image {
    max-width: clamp(1200px, 46.875vw, 1800px);
  }
}
.about-cards .bg-shapes-line {
  transform: translateX(-50%);
}
.about-cards .bg-shapes-line img {
  width: 100%;
}

.about-button {
  padding-bottom: clamp(60px, 8.5714285714vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .about-button {
    padding-block: clamp(120px, 4.6875vw, 180px);
  }
}
.about-button__container {
  display: grid;
  justify-items: center;
}

.about-values__container {
  transform: none;
}
.about-values__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(100px, 8.5714285714vw, 120px);
  row-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .about-values__list {
    grid-template-columns: 1fr;
  }
}
.about-values__list-item h3::before {
  content: "\e912";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(12px, 1vw, 14px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(calc(-100% - 15px)) translateY(48%);
}
@media only screen and (min-width: 1921px) {
  .about-values__list-item h3::before {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

.exports-map {
  background-color: #d9e2d6;
  padding-top: clamp(60px, 6.4285714286vw, 90px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .exports-map {
    padding-top: clamp(90px, 3.515625vw, 135px);
  }
}
.exports-map__inrto {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .exports-map__inrto {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.exports-map__inrto h3 {
  max-width: 1028px;
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .exports-map__inrto h3 {
    max-width: clamp(1028px, 40.15625vw, 1542px);
  }
}

.exports-logistics__image {
  background-image: linear-gradient(to bottom, #d9e2d6 50%, transparent 50%);
}
.exports-logistics__image > div {
  height: clamp(200px, 21.4285714286vw, 300px);
  border-radius: clamp(60px, 14.6484375vw, 150px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .exports-logistics__image > div {
    height: clamp(300px, 11.71875vw, 450px);
    border-radius: clamp(150px, 5.859375vw, 225px);
  }
}
.exports-logistics__image > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exports-logistics__heading {
  padding-block: clamp(60px, 7.1428571429vw, 100px) clamp(16px, 1.7857142857vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .exports-logistics__heading {
    padding-block: clamp(100px, 3.90625vw, 150px) clamp(25px, 0.9765625vw, 37.5px);
  }
}
.exports-logistics__chain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (min-width: 1921px) {
  .exports-logistics__chain {
    gap: clamp(12px, 0.46875vw, 18px);
  }
}
@media only screen and (max-width: 640px) {
  .exports-logistics__chain {
    grid-template-columns: 1fr;
  }
}
.exports-logistics__chain-item {
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr;
  gap: 16px;
  padding-block: clamp(35px, 3.5714285714vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .exports-logistics__chain-item {
    padding-block: clamp(50px, 1.953125vw, 75px);
    gap: clamp(16px, 0.625vw, 24px);
  }
}

.exports-benefits__heading {
  padding-block: clamp(60px, 7.1428571429vw, 100px) clamp(16px, 1.7857142857vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .exports-benefits__heading {
    padding-block: clamp(100px, 3.90625vw, 150px) clamp(25px, 0.9765625vw, 37.5px);
  }
}
.exports-benefits__list {
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media only screen and (min-width: 1921px) {
  .exports-benefits__list {
    gap: clamp(18px, 0.703125vw, 27px);
  }
}
.exports-benefits__list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #000;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .exports-benefits__list {
    flex-direction: column;
    align-items: center;
  }
  .exports-benefits__list::after {
    width: 1px;
    height: 100%;
    inset-block: 0;
  }
}
.exports-benefits__list-item {
  padding-inline: 5px clamp(20px, 3.2142857143vw, 45px);
  padding-block: 5px;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #f1f3f5;
  text-align: left;
}
.exports-benefits__list-item img {
  width: clamp(45px, 6.15234375vw, 63px);
}
@media only screen and (min-width: 1921px) {
  .exports-benefits__list-item {
    padding-inline: clamp(5px, 0.1953125vw, 7.5px) clamp(45px, 1.7578125vw, 67.5px);
    padding-block: clamp(5px, 0.1953125vw, 7.5px);
    border-radius: clamp(50px, 1.953125vw, 75px);
    gap: clamp(16px, 0.625vw, 24px);
  }
  .exports-benefits__list-item img {
    width: clamp(63px, 2.4609375vw, 94.5px);
  }
}

.products-header {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-block: clamp(20px, 2.1428571429vw, 30px) clamp(15px, 1.7857142857vw, 25px);
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .products-header {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .products-header {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .products-header {
    padding-block: clamp(30px, 1.171875vw, 45px) clamp(25px, 0.9765625vw, 37.5px);
    gap: clamp(8px, 0.3125vw, 12px);
  }
}
.products-header__title {
  border: 1px solid #fff;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .products-header__title {
    padding: clamp(12px, 0.46875vw, 18px);
  }
}
.products-header__title:hover {
  border-color: #7adba4;
}

.products-grid {
  display: grid;
  gap: clamp(60px, 6.0714285714vw, 85px);
}
@media only screen and (min-width: 1921px) {
  .products-grid {
    gap: clamp(85px, 3.3203125vw, 127.5px);
  }
}
.products-grid__item {
  padding-block: clamp(60px, 8.5714285714vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .products-grid__item {
    padding-block: clamp(120px, 4.6875vw, 180px);
  }
}
.products-grid__item-container {
  padding-top: clamp(25px, 2.8571428571vw, 40px);
  display: grid;
  gap: clamp(20px, 2vw, 28px);
}
@media only screen and (min-width: 1025px) {
  .products-grid__item-container {
    grid-template-columns: 7fr 4fr;
  }
}
@media only screen and (min-width: 1921px) {
  .products-grid__item-container {
    padding-top: clamp(40px, 1.5625vw, 60px);
    gap: clamp(28px, 1.09375vw, 42px);
  }
}
.products-grid__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1921px) {
  .products-grid__item-image img {
    max-height: clamp(768px, 30vw, 1152px);
  }
}
@media only screen and (max-width: 1024px) {
  .products-grid__item-image {
    grid-row: 1;
  }
  .products-grid__item-image img {
    max-height: clamp(150px, 29.296875vw, 300px);
  }
}
.products-grid__item-description {
  padding-block: 20px;
}
@media only screen and (min-width: 1921px) {
  .products-grid__item-description {
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
}
.products-grid__icon-grid {
  display: grid;
  row-gap: clamp(25px, 2.8571428571vw, 40px);
  column-gap: clamp(25px, 7.1428571429vw, 100px);
  padding-block: 20px;
}
@media only screen and (min-width: 768px) {
  .products-grid__icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .products-grid__icon-grid {
    padding-block: clamp(20px, 0.78125vw, 30px);
    row-gap: clamp(40px, 1.5625vw, 60px);
    column-gap: clamp(20px, 0.78125vw, 30px);
  }
}
.products-grid__icon-item {
  display: grid;
  grid-template-columns: auto 1fr;
}
.products-grid__icon-img, .products-grid__icon-text {
  padding-block: 16px;
}
@media only screen and (min-width: 1921px) {
  .products-grid__icon-img, .products-grid__icon-text {
    padding-block: clamp(16px, 0.625vw, 24px);
  }
}
.products-grid__icon-img {
  padding-right: 16px;
  border-right: 1px solid #000;
}
@media only screen and (min-width: 1921px) {
  .products-grid__icon-img {
    padding-right: clamp(16px, 0.625vw, 24px);
  }
}
.products-grid__icon-img img {
  width: clamp(60px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .products-grid__icon-img img {
    width: clamp(80px, 3.125vw, 120px);
  }
}
.products-grid__icon-text {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1921px) {
  .products-grid__icon-text {
    padding-left: clamp(16px, 0.625vw, 24px);
  }
}
.products-grid__why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding-block: 12px;
}
@media only screen and (max-width: 767px) {
  .products-grid__why-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1921px) {
  .products-grid__why-grid {
    gap: clamp(6px, 0.234375vw, 9px);
    padding-block: clamp(12px, 0.46875vw, 18px);
  }
}
.products-grid__why-item {
  background-color: #EAE1E1;
  padding: 12px;
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 1921px) {
  .products-grid__why-item {
    padding: clamp(12px, 0.46875vw, 18px);
  }
}
.products-grid__item-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 1921px) {
  .products-grid__item-btn {
    margin-top: clamp(20px, 0.78125vw, 30px);
  }
}

.contact-main .intro {
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .contact-main .intro {
    margin-top: calc(clamp(60px, 7.8125vw, 80px) * -1);
  }
}
.contact-main .intro > div {
  max-width: 1040px;
  padding-inline: clamp(20px, 2.8571428571vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .contact-main .intro > div {
    max-width: clamp(1000px, 52.0833333333vw, 2000px);
  }
}
.contact-main .intro__container {
  max-width: 350px;
}
@media only screen and (min-width: 1921px) {
  .contact-main .intro__container {
    max-width: clamp(350px, 13.671875vw, 525px);
  }
}

.contact-form {
  padding-bottom: clamp(50px, 5.7142857143vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .contact-form {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}
.contact-form form {
  display: grid;
  column-gap: 25px;
  row-gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .contact-form form {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-form form {
    column-gap: clamp(25px, 0.9765625vw, 37.5px);
    row-gap: clamp(16px, 0.625vw, 24px);
  }
}
.contact-form label {
  text-transform: uppercase;
  padding-left: 20px;
}
@media only screen and (min-width: 1921px) {
  .contact-form label {
    padding-left: clamp(20px, 0.78125vw, 30px);
  }
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border-radius: clamp(7px, 2.44140625vw, 25px);
  border: none;
  outline: none;
  color: #b9c3cf;
}
@media only screen and (min-width: 1921px) {
  .contact-form input, .contact-form textarea {
    padding: clamp(12px, 0.46875vw, 18px);
    margin-top: clamp(5px, 0.1953125vw, 7.5px);
    border-radius: clamp(25px, 0.9765625vw, 37.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form__message {
    grid-column: span 2;
  }
}
.contact-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-self: end;
}
.contact-form__button input {
  max-width: fit-content;
  background-color: #f1f3f5;
  margin: 0;
  color: #000;
  font-size: clamp(15px, 1.2142857143vw, 17px);
  text-transform: lowercase;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .contact-form__button input {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
  }
}
.contact-form__button input:disabled {
  color: rgba(0, 0, 0, 0.4);
}
.contact-form__button::after {
  content: "\e912";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7adba4;
  transform: translateX(-35%);
  transition: 0.3s ease-out;
  z-index: -1;
}
.contact-form__button:hover::after {
  transform: translateX(0);
}
.contact-form__button .wpcf7-spinner {
  display: none;
}
.contact-form__acceptance {
  align-self: center;
}
.contact-form__acceptance label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  position: relative;
}
.contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  top: 2px;
  left: 2px;
  background-color: #7adba4;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact-form input[type=checkbox] {
    width: clamp(18px, 0.703125vw, 27px);
    height: clamp(18px, 0.703125vw, 27px);
  }
  .contact-form input[type=checkbox]::before {
    width: clamp(14px, 0.546875vw, 21px);
    height: clamp(14px, 0.546875vw, 21px);
    top: clamp(2px, 0.078125vw, 3px);
    left: clamp(2px, 0.078125vw, 3px);
  }
}
@media only screen and (min-width: 1025px) {
  .contact-form .wpcf7-turnstile.cf-turnstile {
    grid-column: span 2;
  }
}

.contact-map {
  height: 480px;
}
@media only screen and (min-width: 1921px) {
  .contact-map {
    height: clamp(480px, 18.75vw, 720px);
  }
}
.contact-map iframe {
  inset: 0;
  left: 50%;
  width: calc(100% + 640px);
  height: 480px;
  transform: translateX(-50%);
  filter: grayscale(1);
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .contact-map iframe {
    height: clamp(480px, 18.75vw, 720px);
  }
}
.contact-map__info-box {
  background-color: #7adba4;
  border-radius: 25px;
  padding-inline: clamp(20px, 2.1428571429vw, 30px);
  max-width: 280px;
}
@media only screen and (min-width: 1921px) {
  .contact-map__info-box {
    border-radius: clamp(25px, 0.9765625vw, 37.5px);
    padding-inline: clamp(30px, 1.171875vw, 45px);
    max-width: clamp(280px, 10.9375vw, 420px);
  }
}
.contact-map__info-box a {
  color: #000;
  transition: 0.3s ease;
}
.contact-map__info-box a:hover {
  color: #004c08;
}
.contact-map__button {
  padding-top: clamp(40px, 7.1428571429vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .contact-map__button {
    height: clamp(100px, 3.90625vw, 150px);
  }
}
.contact-map__button .contact-form__button span {
  position: relative;
  background-color: #7adba4;
  padding-inline: 12px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .contact-map__button .contact-form__button span {
    padding-inline: clamp(12px, 0.46875vw, 18px);
  }
}
.contact-map__button .contact-form__button::after {
  color: #000;
  font-size: 12px;
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .contact-map__button .contact-form__button::after {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.facility-hero {
  background-color: #FF7F00;
  padding-top: clamp(90px, 29.296875vw, 300px);
}
@media only screen and (min-width: 1921px) {
  .facility-hero {
    padding-top: clamp(300px, 11.71875vw, 450px);
  }
}
.facility-hero__heading {
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .facility-hero__heading {
    padding-bottom: clamp(40px, 1.5625vw, 60px);
  }
}
.facility-hero__image {
  width: 100%;
}
.facility-hero__image img {
  width: 100%;
}
.facility-hero__bg-circles {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(300px, 65.33203125vw, 669px);
  min-width: 300px;
}
@media only screen and (min-width: 1921px) {
  .facility-hero__bg-circles {
    width: clamp(669px, 26.1328125vw, 1003.5px);
  }
}
.facility-hero__bg-circles img {
  width: 100%;
  opacity: 0.2;
}

.facility-intro__container {
  margin-top: calc(clamp(65px, 19.0104166667vw, 365px) * -1);
  transform: none;
}
@media only screen and (min-width: 1921px) {
  .facility-intro__container {
    margin-top: calc(clamp(365px, 14.2578125vw, 547.5px) * -1);
  }
}

.facility-cards__container {
  transform: none;
}
.facility-cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.7142857143vw, 80px);
  padding-block: clamp(35px, 5vw, 70px);
}
@media only screen and (max-width: 767px) {
  .facility-cards__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .facility-cards__list {
    gap: clamp(80px, 3.125vw, 120px);
    padding-block: clamp(70px, 2.734375vw, 105px);
  }
}
.facility-cards__list-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .facility-cards__list-item {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.facility-cards__list-icon img {
  height: clamp(60px, 10.7142857143vw, 150px);
  margin-left: auto;
}
@media only screen and (min-width: 1921px) {
  .facility-cards__list-icon img {
    height: clamp(120px, 4.6875vw, 180px);
  }
}
@media only screen and (max-width: 767px) {
  .facility-cards__list-icon {
    width: clamp(68px, 9.765625vw, 75px);
  }
}

.facility-bottom-card__container {
  background-image: linear-gradient(6deg, #DBE2EB, #fff);
  padding-block: clamp(80px, 10.7142857143vw, 150px) clamp(45px, 6.4285714286vw, 90px);
}
@media only screen and (min-width: 1921px) {
  .facility-bottom-card__container {
    padding-block: clamp(150px, 5.859375vw, 225px) clamp(90px, 3.515625vw, 135px);
  }
}
.facility-bottom-card__text {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .facility-bottom-card__text {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}

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