/* 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;
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dd4hcc");
  src: url("../../assets/fonts/icomoon.eot?dd4hcc#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dd4hcc") format("truetype"), url("../../assets/fonts/icomoon.woff?dd4hcc") format("woff"), url("../../assets/fonts/icomoon.svg?dd4hcc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-l {
  font-size: clamp(60px, 8.4615384615vw, 110px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(110px, 4.7666666667vw, 143px);
  }
}

h1,
.heading-ml {
  font-size: clamp(45px, 5vw, 65px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(65px, 2.8166666667vw, 84.5px);
  }
}

h2,
.heading {
  font-size: clamp(40px, 4.6153846154vw, 60px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(60px, 2.6vw, 78px);
  }
}

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

h4,
.heading-s {
  font-size: clamp(25px, 2.3076923077vw, 30px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(30px, 1.3vw, 39px);
  }
}

.text-xl {
  font-size: clamp(22px, 1.9230769231vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .text-xl {
    font-size: clamp(25px, 1.0833333333vw, 32.5px);
  }
}

.text-l {
  font-size: clamp(20px, 1.6923076923vw, 22px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(22px, 0.9533333333vw, 28.6px);
  }
}

.text-ml {
  font-size: clamp(18px, 1.5384615385vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(20px, 0.8666666667vw, 26px);
  }
}

p,
.text,
.button {
  font-size: clamp(16px, 1.3846153846vw, 18px);
}
@media only screen and (min-width: 1921px) {
  p,
  .text,
  .button {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}

.text-ms {
  font-size: clamp(14px, 1.2307692308vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

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

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

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

main {
  overflow-x: hidden;
}

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

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.boxed {
  max-width: 1340px;
  padding-inline: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1300px, 73.6666666667vw, 2210px);
  }
}

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

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

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1300px, 73.6666666667vw, 2210px);
    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;
  }
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

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

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

.bottom-padding {
  padding-bottom: clamp(30px, 4.6153846154vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(60px, 2.6vw, 78px);
  }
}

.first-section {
  padding-block: clamp(150px, 15.3846153846vw, 200px) clamp(75px, 7.6923076923vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 8.6666666667vw, 260px) clamp(100px, 4.3333333333vw, 130px);
  }
}

.basic-section {
  padding-block: clamp(80px, 12.3076923077vw, 160px);
}
@media only screen and (min-width: 1921px) {
  .basic-section {
    padding-block: clamp(160px, 6.9333333333vw, 208px);
  }
}

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

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

.radius-section {
  border-radius: clamp(35px, 5.3846153846vw, 70px);
}
@media only screen and (min-width: 1921px) {
  .radius-section {
    border-radius: clamp(70px, 3.0333333333vw, 91px);
  }
}

.radius {
  border-radius: clamp(25px, 3.0769230769vw, 40px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .radius {
    border-radius: clamp(40px, 1.7333333333vw, 52px);
  }
}

.text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5384615385vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}

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

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.headings-font {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.thin {
  font-weight: 100;
}

.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-weight {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

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

.letter-spacing-s {
  letter-spacing: -0.02em;
}

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

.hidden-text {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

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

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

.black {
  color: #000;
}

.black-bg {
  background-color: #000;
}

.white {
  color: #fff;
}

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

.primary {
  color: #212121;
}

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

.secondary {
  color: #efefef;
}

.secondary-bg {
  background-color: #efefef;
}

.accent {
  color: #FF5E64;
}

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

.gradient-bg {
  background-image: linear-gradient(to bottom, #efefef, #bdbdbd);
}

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

.ic-play::after {
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-35%) translateY(-50%);
  width: 25%;
  height: 35%;
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.top-heading-with-line {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.top-heading-with-line::after {
  content: "";
  width: clamp(80px, 7.6923076923vw, 100px);
  height: 1px;
  background-color: #FF5E64;
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 8px));
}
@media only screen and (min-width: 1921px) {
  .top-heading-with-line {
    margin-bottom: clamp(16px, 0.6933333333vw, 20.8px);
  }
  .top-heading-with-line::after {
    width: clamp(100px, 4.3333333333vw, 130px);
  }
}

.hover-zoom__img-container {
  overflow: hidden;
}
.hover-zoom__img-container img {
  transform: scale(1);
  transition: transform 0.4s ease;
}
.hover-zoom:hover .hover-zoom__img-container img {
  transform: scale(1.1);
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: #fff;
  padding-block: clamp(14px, 2.1538461538vw, 28px) clamp(10px, 1.3846153846vw, 18px);
}
.header--sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(90px, 11.1538461538vw, 145px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(145px, 6.2833333333vw, 188.5px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header__menu-lang-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .header__menu-lang-container {
    flex-direction: row;
    align-items: center;
    gap: clamp(25px, 4.8828125vw, 50px);
  }
}
@media only screen and (min-width: 1921px) {
  .header__menu-lang-container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.header__search-language {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(30px, 4.6153846154vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .header__search-language {
    gap: clamp(60px, 2.6vw, 78px);
  }
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3.90625vw, 40px);
    height: 100vh;
    padding: 100px clamp(20px, 3.90625vw, 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: clamp(20px, 3.0769230769vw, 40px);
  position: relative;
}
@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 #212121;
  }
}
.main-menu__list li.current-menu-item a {
  color: #FF5E64;
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.3846153846vw, 18px);
  color: #000;
  transition: 0.3s ease;
}
.main-menu__list a:hover {
  color: #FF5E64;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(18px, 0.78vw, 23.4px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 22px;
    padding-block: 20px;
  }
}
.main-menu__list ul {
  position: absolute;
  padding: 50px 20px 30px;
  background-color: #fff;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
  display: grid;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list ul a {
  font-size: clamp(14px, 1.2307692308vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .main-menu__list ul a {
    font-size: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.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;
  }
}

.hero {
  height: clamp(350px, 42.3076923077vw, 550px);
  min-height: fit-content;
  display: grid;
  align-items: center;
  padding-block: clamp(100px, 11.5384615385vw, 150px) clamp(50px, 5.7692307692vw, 75px);
}
@media only screen and (min-width: 1921px) {
  .hero {
    gap: clamp(550px, 23.8333333333vw, 715px);
    padding-block: clamp(150px, 6.5vw, 195px) clamp(75px, 3.25vw, 97.5px);
  }
}

.two-cols-text {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .two-cols-text {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (max-width: 1024px) {
  .two-cols-text {
    flex-direction: column;
  }
}
.two-cols-text__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
}
@media only screen and (min-width: 1921px) {
  .two-cols-text__container {
    max-width: clamp(550px, 23.8333333333vw, 715px);
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(40px, 4.6153846154vw, 60px) clamp(20px, 2.3076923077vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid {
    gap: clamp(60px, 2.6vw, 78px) clamp(30px, 1.3vw, 39px);
  }
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__post--template {
  display: none !important;
}
.archive-grid__card {
  display: grid;
  gap: 16px;
  border-top: 1px solid #FF5E64;
  padding-top: 16px;
  grid-template-rows: 1fr max-content;
}
@media only screen and (min-width: 1921px) {
  .archive-grid__card {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
    padding-top: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.archive-grid__image {
  height: clamp(300px, 36.9230769231vw, 480px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__image {
    height: clamp(480px, 20.8vw, 624px);
  }
}
.archive-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 2.4615384615vw, 32px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__bottom {
    padding-block: clamp(32px, 1.3866666667vw, 41.6px);
  }
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  z-index: 1;
  inset: 0;
  display: none;
  place-content: center;
}
.archive-grid__loader.is-loading {
  display: grid;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
  background-color: #FF5E64;
  color: #fff;
  width: clamp(40px, 4.2307692308vw, 55px);
  height: clamp(40px, 4.2307692308vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 1921px) {
  .carousel__button {
    width: clamp(55px, 2.3833333333vw, 71.5px);
    height: clamp(55px, 2.3833333333vw, 71.5px);
  }
}
.carousel__button:hover {
  opacity: 0.8;
}
.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;
  line-height: 1;
}
.carousel__controls {
  display: flex;
  align-items: center;
  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__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.2307692308vw, 16px) clamp(16px, 2.4615384615vw, 32px);
  border: solid 1px rgba(33, 33, 33, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #212121;
}
.tabs__button--active {
  background-color: #212121;
  color: #efefef;
}
.tabs__content {
  padding: clamp(8px, 1.2307692308vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.video {
  position: relative;
  aspect-ratio: 16/9;
}
.video__vimeo-container {
  width: 100%;
  height: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.video__fallback {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.video__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
  max-width: 145px;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .video__button {
    max-width: clamp(145px, 6.2833333333vw, 188.5px);
  }
}

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

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__item {
  cursor: pointer;
}
.gallery__item-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.gallery__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 3.6923076923vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.08vw, 62.4px);
  }
}
.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.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.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;
  min-height: 0;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  min-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
  max-height: 100%;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .carousel__controls {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .lightbox .carousel__controls {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.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;
}
@media only screen and (min-width: 1921px) {
  .lightbox {
    padding-bottom: clamp(48px, 2.08vw, 62.4px);
  }
}
.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);
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.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;
  min-height: 0;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
  min-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .lightbox__img-container {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.lightbox__img-container img {
  margin-inline: auto;
  max-height: 100%;
  width: auto;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .carousel__controls {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1921px) {
  .lightbox .carousel__controls {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.marquee {
  --gap: 1.5rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
  padding-block: clamp(20px, 3.8461538462vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .marquee {
    padding-block: clamp(50px, 2.1666666667vw, 65px);
  }
}
.marquee__content {
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  gap: 30px;
  animation: scroll 60s linear infinite;
}
@media only screen and (min-width: 1921px) {
  .marquee__content {
    gap: clamp(30px, 1.3vw, 39px);
  }
}
.marquee__content .marquee__text-1,
.marquee__content .marquee__text-2 {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.marquee__content .marquee__text-1:not(:first-of-type),
.marquee__content .marquee__text-2:not(:first-of-type) {
  margin-left: 0;
}
.marquee__content .marquee__text-1::before,
.marquee__content .marquee__text-2::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  flex-shrink: 0;
}
.marquee--active {
  visibility: visible;
  opacity: 1;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.footer {
  padding-block: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .footer {
    padding-block: clamp(40px, 1.7333333333vw, 52px);
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__menu-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .footer__menu-container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer__menu-list {
  display: flex;
  gap: clamp(20px, 4.6153846154vw, 60px);
}
@media only screen and (max-width: 1024px) {
  .footer__menu-list {
    flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__menu-list {
    gap: clamp(60px, 2.6vw, 78px);
  }
}
.footer__contact-info {
  display: grid;
  gap: 20px;
  max-width: 300px;
}
@media only screen and (min-width: 1921px) {
  .footer__contact-info {
    max-width: clamp(300px, 13vw, 390px);
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: clamp(40px, 6vw, 78px);
}
@media only screen and (max-width: 1024px) {
  .footer__copyright {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__copyright {
    padding-top: clamp(78px, 3.38vw, 101.4px);
  }
}
.footer__legal-menu-list {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu-list {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.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: #FF5E64;
}

.footer-carousel {
  background-color: #212121;
  padding-block: 1px;
}
.footer-carousel .carousel__container {
  gap: 1px;
}
.footer-carousel .carousel__slide {
  background-color: #fff;
  aspect-ratio: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.footer-carousel .carousel__slide img {
  max-height: 150px;
}
@media only screen and (min-width: 1921px) {
  .footer-carousel .carousel__slide img {
    max-height: clamp(150px, 6.5vw, 195px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #efefef;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  margin-top: 20px;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-right-color: rgba(255, 94, 100, 0.85);
  position: relative;
  animation: l24 1s infinite linear;
}
.loader__spinner::before, .loader__spinner::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader__spinner::after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}
.loader__percentage {
  padding: 20px;
  text-align: center;
  color: #212121;
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}
.button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FF5E64;
  font-size: clamp(12px, 1.0769230769vw, 14px);
  transition: transform ease-out 0.3s;
  transform: translateX(0);
}
@media only screen and (min-width: 1921px) {
  .button::after {
    font-size: clamp(14px, 0.6066666667vw, 18.2px);
  }
}
.button:hover::after {
  transform: translateX(35%);
}
@media only screen and (min-width: 1921px) {
  .button {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
  }
}

.link {
  color: #FF5E64;
}

.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: #212121;
  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: #212121;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-8px);
}
.hamburger__button:after {
  transform: translateY(8px);
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 3.6923076923vw, 48px);
  padding: 5px;
  width: clamp(50px, 4.2307692308vw, 55px);
  height: clamp(50px, 4.2307692308vw, 55px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #FF5E64;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .back-to-top {
    width: clamp(55px, 2.3833333333vw, 71.5px);
    height: clamp(55px, 2.3833333333vw, 71.5px);
  }
}
.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;
}

.search__header {
  inset-inline: 0;
  top: 0;
  transition: ease 300ms;
  z-index: 11;
}
.search--hidden {
  visibility: hidden;
  transform: translateY(-100%);
}
.search__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(96px, 12.1538461538vw, 158px);
  gap: clamp(10px, 1.5384615385vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .search__container {
    height: clamp(158px, 6.8466666667vw, 205.4px);
  }
}
.search__form {
  display: flex;
  gap: 8px;
  width: 80%;
}
@media only screen and (min-width: 1921px) {
  .search__form {
    gap: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.search__submit-button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}
.search__submit-button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search__close-button {
  cursor: pointer;
}
.search__input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: 100%;
  border-bottom: solid 1px #000;
}
.search__results {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1921px) {
  .search__results {
    gap: clamp(30px, 1.3vw, 39px);
  }
}
.search__results a {
  transition: 0.3s ease;
}
.search__results a:hover {
  text-decoration: underline;
}

.language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.language-switcher ul li:first-child {
  border-right: 1px solid #FF5E64;
}
.language-switcher ul li a {
  color: #212121;
  transition: 0.3s ease;
}
.language-switcher ul li a:hover {
  color: #FF5E64;
}
.language-switcher ul li.wpml-ls-current-language a {
  color: #FF5E64;
}

.error-message {
  color: red;
}

.hero-home__heading {
  opacity: 0;
}
.hero-home__image {
  height: clamp(350px, 47.6923076923vw, 620px);
}
.hero-home__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home__text {
  opacity: 0;
  padding: 12px 20px;
  top: 0;
  background-color: rgba(255, 94, 100, 0.85);
  right: 0;
  left: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1300px) {
  .hero-home__text {
    left: calc((100vw - 1300px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .hero-home__text {
    left: calc((100vw - clamp(1300px, 73.6666666667vw, 2210px)) / 2);
  }
}
.hero-home__text-inner {
  opacity: 0;
}

.intro-home__container {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .intro-home__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.intro-home__item {
  height: clamp(260px, 37.109375vw, 380px);
  overflow: hidden;
}
.intro-home__item-text {
  background-color: rgba(33, 33, 33, 0.4);
  padding: clamp(25px, 3.8461538462vw, 50px) 20px;
  bottom: 0;
  inset-inline: 0;
}
.intro-home__item-text h3 {
  border-bottom: 1px solid #fff;
}
.intro-home__item-img {
  height: 100%;
}
.intro-home__item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.services-home__carousel .carousel__container {
  gap: 0;
}
.services-home__carousel .carousel__slide {
  padding-inline: clamp(20px, 3.0769230769vw, 40px);
  padding-block: clamp(40px, 4.1666666667vw, 80px) clamp(30px, 3.125vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 1921px) {
  .services-home__carousel .carousel__slide {
    padding-inline: clamp(40px, 1.7333333333vw, 52px);
    padding-block: clamp(80px, 3.4666666667vw, 104px) clamp(60px, 2.6vw, 78px);
  }
}
.services-home__carousel .carousel__slide h3 {
  max-width: clamp(225px, 24.6153846154vw, 320px);
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .services-home__carousel .carousel__slide h3 {
    max-width: clamp(320px, 13.8666666667vw, 416px);
  }
}
.services-home__carousel .carousel__slide:hover .services-home__carousel-btn::after {
  transform: translateX(35%);
}
.services-home__carousel-image {
  inset: 0;
  opacity: 0.45;
  z-index: 0;
}
.services-home__carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-home__carousel-btn {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 10px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .services-home__carousel-btn {
    padding-top: clamp(10px, 0.4333333333vw, 13px);
  }
}

.works-home__btn-container {
  display: grid;
  justify-content: end;
}

.certifications-home {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}
.certifications-home__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6.1538461538vw, 80px);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .certifications-home__container {
    grid-template-columns: 1fr;
  }
}
.certifications-home__container a {
  transition: 0.3s ease;
}
.certifications-home__container a:hover {
  color: #FF5E64;
}
.certifications-home__image img {
  max-width: clamp(250px, 32.2265625vw, 330px);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .certifications-home__image img {
    margin-inline: revert;
  }
}
@media only screen and (max-width: 767px) {
  .certifications-home__image {
    grid-row: 1;
  }
}

.quote-home__container {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: clamp(40px, 6.1538461538vw, 80px);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .quote-home__container {
    grid-template-columns: 1fr;
  }
}

.heading-equipment__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .heading-equipment__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-hero__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-hero__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-hero__container {
    gap: clamp(20px, 0.8666666667vw, 26px);
  }
}
.contact-hero__details {
  max-width: 335px;
}
.contact-hero__details ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.contact-hero__details a {
  color: #000;
  transition: 0.3s ease;
}
.contact-hero__details a:hover {
  color: #FF5E64;
}
@media only screen and (min-width: 1921px) {
  .contact-hero__details {
    max-width: clamp(335px, 14.5166666667vw, 435.5px);
  }
}

.contact form {
  display: grid;
  gap: 25px;
}
@media only screen and (min-width: 1921px) {
  .contact form {
    gap: clamp(25px, 1.0833333333vw, 32.5px);
  }
}
.contact__form-columns {
  display: grid;
  gap: 25px;
}
@media only screen and (min-width: 1025px) {
  .contact__form-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .contact__form-columns {
    gap: clamp(25px, 1.0833333333vw, 32.5px);
  }
}
.contact__form-field input, .contact__form-field textarea {
  width: 100%;
  padding: 8px 16px;
  border: none;
  background-color: #fff;
  color: #212121;
  margin-top: 8px;
}
@media only screen and (min-width: 1921px) {
  .contact__form-field input, .contact__form-field textarea {
    padding: clamp(8px, 0.3466666667vw, 10.4px) clamp(16px, 0.6933333333vw, 20.8px);
    margin-top: clamp(8px, 0.3466666667vw, 10.4px);
  }
}
.contact__form-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact__form-acceptance label {
  display: flex;
  gap: 16px;
}
@media only screen and (min-width: 1921px) {
  .contact__form-acceptance label {
    gap: clamp(16px, 0.6933333333vw, 20.8px);
  }
}
.contact__form-acceptance a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}
.contact__form-acceptance a:hover {
  color: #FF5E64;
}
.contact input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}
.contact 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: #FF5E64;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact input[type=checkbox] {
    width: clamp(18px, 0.609375vw, 23.4px);
    height: clamp(18px, 0.609375vw, 23.4px);
  }
  .contact input[type=checkbox]::before {
    width: clamp(14px, 0.4739583333vw, 18.2px);
    height: clamp(14px, 0.4739583333vw, 18.2px);
    top: clamp(2px, 0.0677083333vw, 2.6px);
    left: clamp(2px, 0.0677083333vw, 2.6px);
  }
}
.contact__form-button {
  justify-content: flex-end;
}
.contact__form-button input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  transition: 0.3s ease;
}
.contact__form-button input:disabled {
  opacity: 0.6;
}
.contact__form-button .wpcf7-spinner {
  display: none;
}

.service__container {
  display: grid;
  gap: clamp(20px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .service__container {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (min-width: 1025px) {
  .service__container {
    grid-template-columns: 2.2fr 1fr;
  }
}
.service__about-container {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .service__about-container {
    grid-row: 1;
  }
}
.service__about-heading {
  padding-bottom: clamp(16px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .service__about-heading {
    padding-bottom: clamp(40px, 1.7333333333vw, 52px);
  }
}
.service__about-list {
  display: grid;
  gap: clamp(16px, 3.0769230769vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .service__about-list {
    gap: clamp(40px, 1.7333333333vw, 52px);
  }
}
@media only screen and (max-width: 1024px) {
  .service__about-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service__about-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .service__about-list {
    grid-template-columns: 1fr;
  }
}
.service__about-list a {
  transition: 0.3s ease;
}
.service__about-list a:hover {
  color: #FF5E64;
}
.service__about-list-link--current-page {
  color: #FF5E64;
}
.service__image-container {
  height: 100%;
  max-height: 650px;
}
@media only screen and (min-width: 1921px) {
  .service__image-container {
    max-height: clamp(650px, 28.1666666667vw, 845px);
  }
}
.service__image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-bottom-img__container img {
  width: 45%;
  min-width: 250px;
  margin-left: auto;
}

.about-hero {
  background-position: center;
  background-size: cover;
  min-height: clamp(520px, 74.4615384615vw, 968px);
}
@media only screen and (min-width: 1921px) {
  .about-hero {
    min-height: clamp(968px, 41.9466666667vw, 1258.4px);
  }
}
.about-hero__container {
  height: 100%;
  inset-block: 0;
  left: clamp(20px, 3.0769230769vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1300px) {
  .about-hero__container {
    left: calc((100vw - 1300px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .about-hero__container {
    left: calc((100vw - clamp(1300px, 73.6666666667vw, 2210px)) / 2);
  }
}
.about-hero__text-container {
  padding-block: clamp(16px, 2.1538461538vw, 28px);
}
@media only screen and (min-width: 1921px) {
  .about-hero__text-container {
    padding-block: clamp(28px, 1.2133333333vw, 36.4px);
  }
}
.about-hero__text-container::after {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  mix-blend-mode: overlay;
}

.marquee-about {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  transition: all ease 200ms 200ms;
}
.marquee-about__container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
}
.marquee-about__container .marquee-about__text-1,
.marquee-about__container .marquee-about__text-2,
.marquee-about__container .marquee-about__text-3 {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.marquee-about__container .marquee-about__text-1:not(:first-of-type),
.marquee-about__container .marquee-about__text-2:not(:first-of-type),
.marquee-about__container .marquee-about__text-3:not(:first-of-type) {
  margin-left: 0;
}
.marquee-about--active {
  visibility: visible;
  opacity: 1;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.card-about__container {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .card-about__container {
    grid-template-columns: 1fr 1fr;
  }
}
.card-about__image-container {
  width: 100%;
  height: 100%;
}
.card-about__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .card-about__image-container {
    max-height: clamp(250px, 48.828125vw, 500px);
  }
}
.card-about__text-container {
  padding-inline: clamp(20px, 3.0769230769vw, 40px);
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .card-about__text {
    max-width: 660px;
  }
}
@media only screen and (min-width: 1921px) {
  .card-about__text {
    max-width: clamp(660px, 28.6vw, 858px);
  }
}

.services-about__background {
  background-position: center;
  background-size: cover;
}
.services-about__container {
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .services-about__container {
    grid-template-columns: 1fr 1fr;
  }
}
.services-about__list {
  display: grid;
  gap: clamp(16px, 2.6923076923vw, 35px);
  border-top: 2px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1025px) {
  .services-about__list {
    margin-left: clamp(20px, 3.0769230769vw, 40px);
  }
}
@media only screen and (min-width: 1921px) {
  .services-about__list {
    gap: clamp(35px, 1.5166666667vw, 45.5px);
  }
}
.services-about__list a {
  position: relative;
  width: fit-content;
}
.services-about__list a::after {
  content: "";
  position: absolute;
  background-color: #FF5E64;
  width: 0%;
  height: 1.5px;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-out;
}
.services-about__list a:hover::after {
  width: 100%;
}

.quote-about__container {
  display: grid;
  align-items: end;
}
@media only screen and (min-width: 1025px) {
  .quote-about__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .quote-about__container img {
    width: 60%;
    min-width: 300px;
    margin-left: auto;
  }
}

.work-single-image__container {
  aspect-ratio: 16/9;
  min-height: 300px;
}
.work-single-image__container img {
  height: 100%;
  object-fit: cover;
}

.work-single-bottom__nav {
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 3.0769230769vw, 40px);
}
.work-single-bottom__prev-btn {
  flex-direction: row-reverse;
}
.work-single-bottom__prev-btn::after {
  transform: rotate(180deg);
}
.work-single-bottom__prev-btn:hover::after {
  transform: rotate(180deg) translateX(-35%);
}

.work-archive__filters {
  display: flex;
  gap: 20px 10px;
}
@media only screen and (max-width: 640px) {
  .work-archive__filters {
    flex-direction: column;
    align-items: flex-start;
  }
}
.work-archive__filter {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 0.02em;
  color: #000;
  transition: 0.3s ease;
}
.work-archive__filter:hover {
  color: #FF5E64;
}
.work-archive__filter--active {
  color: #FF5E64;
}
.work-archive__seperator:last-child {
  display: none;
}
@media only screen and (max-width: 640px) {
  .work-archive__seperator {
    display: none;
  }
}

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