/* 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: "Geologica";
  src: url("../../assets/fonts/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf");
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?7ck55f");
  src: url("../../assets/fonts/icomoon.eot?7ck55f#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?7ck55f") format("truetype"), url("../../assets/fonts/icomoon.woff?7ck55f") format("woff"), url("../../assets/fonts/icomoon.svg?7ck55f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-ml {
  font-size: 67px;
}
@media only screen and (min-width: 1921px) {
  .heading-ml {
    font-size: clamp(67px, 2.6171875vw, 100.5px);
  }
}

.heading-ms {
  font-size: clamp(30px, 5vw, 64px);
}
@media only screen and (min-width: 1921px) {
  .heading-ms {
    font-size: clamp(64px, 2.5vw, 96px);
  }
}

h1,
.heading-l {
  font-size: clamp(35px, 8.515625vw, 109px);
  line-height: 1;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-l {
    font-size: clamp(109px, 4.2578125vw, 163.5px);
  }
}

h2,
.heading {
  font-size: clamp(23px, 3.41796875vw, 35px);
  letter-spacing: -0.05em;
  line-height: 1.25;
  color: #247272;
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(35px, 1.3671875vw, 52.5px);
  }
}

h3,
.heading-s {
  font-size: clamp(18px, 1.953125vw, 20px);
  line-height: 1.2;
  font-weight: 300;
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-s {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.text-l {
  font-size: clamp(23px, 3.22265625vw, 33px);
}
@media only screen and (min-width: 1921px) {
  .text-l {
    font-size: clamp(33px, 1.2890625vw, 49.5px);
  }
}

.text-m {
  font-size: clamp(18px, 2.34375vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .text-m {
    font-size: clamp(24px, 0.9375vw, 36px);
  }
}

.text {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}

.text-s {
  font-size: 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(15px, 0.5859375vw, 22.5px);
  }
}

.text-xs {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-xs {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.button {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

p {
  font-size: inherit;
}

.body {
  overflow-x: hidden;
  background-color: #fff;
  color: #707070;
  font-family: "Geologica";
}

main {
  overflow-x: hidden;
}

a,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #009a74;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  p {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

strong {
  font-weight: 900;
}

.boxed {
  max-width: 1340px;
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1280px, 66.6666666667vw, 2560px);
  }
}

.boxed-sm {
  max-width: 820px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(800px, 41.6666666667vw, 1600px);
  }
}

.boxed-md {
  max-width: 960px;
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .boxed-md {
    max-width: clamp(940px, 48.9583333333vw, 1880px);
  }
}

.boxed-lg {
  max-width: 1815px;
  padding-inline: clamp(20px, 3.4188034188vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .boxed-lg {
    max-width: clamp(1755px, 91.40625vw, 3510px);
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1340px;
    padding-inline: clamp(20px, 4.6875vw, 60px);
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1280px, 66.6666666667vw, 2560px);
    padding-inline: 60px;
  }
}

.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;
  }
}

.two-col {
  display: grid;
  gap: clamp(24px, 4.6875vw, 48px);
}
@media only screen and (min-width: 1025px) {
  .two-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .two-col {
    gap: clamp(48px, 1.875vw, 72px);
  }
}

@media only screen and (min-width: 1280px) {
  .push-left {
    margin-left: calc((100vw - 1280px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1280px, 66.6666666667vw, 2560px)) / 2);
  }
}

@media only screen and (min-width: 1280px) {
  .push-right {
    margin-right: calc((100vw - 1280px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1280px, 66.6666666667vw, 2560px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(150px, 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);
  }
}

.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: 700;
}

.black-weight {
  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.4em;
}

.line-height-s {
  line-height: 1.1;
}

.line-height-m {
  line-height: 1.5;
}

.line-height-l {
  line-height: 1.8;
}

.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: #2c2c2c;
}

.white {
  color: #fff;
}

.primary {
  color: #707070;
}

.accent {
  color: #009a74;
}

.accent-bg {
  background-color: #009a74;
}

.shadow-box {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}

.header {
  position: absolute;
  z-index: 100;
  inset-inline: 0;
  padding-block: 10px;
  background-color: transparent;
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-block: clamp(10px, 0.390625vw, 15px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header a,
.header button {
  color: #fff;
  filter: contrast(1.5);
}
.header__logo {
  width: clamp(186px, 25.390625vw, 260px);
}
.header__logo--grey {
  display: none;
}
@media only screen and (min-width: 1921px) {
  .header__logo {
    width: clamp(260px, 10.15625vw, 390px);
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__content-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .header__content-container {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1921px) {
  .header__content-container {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.header .searchform {
  position: absolute;
  top: -70px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0.6);
}
@media only screen and (min-width: 1921px) {
  .header .searchform {
    top: calc(clamp(70px, 2.734375vw, 105px) * -1);
  }
}
.header .searchform.active {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    overflow-y: auto;
    padding: clamp(60px, 9.765625vw, 100px) 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(44, 44, 44, 0.16);
    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;
  }
}
.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);
  }
}
.main-menu__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  position: relative;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #707070;
  }
  .main-menu__list li.menu-item-has-children, .main-menu__list li:last-child {
    border-bottom: 0;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.5625vw, 16px);
  color: #fff;
  opacity: 1;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    color: #707070;
    align-items: revert;
    font-size: 25px;
    padding-block: 20px;
  }
}
.main-menu__list a:hover {
  opacity: 0.6;
}
.main-menu__list ul {
  position: relative;
  transition: all ease 0.5s;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    width: calc(100svw - 30px);
    height: auto;
    background-color: #508e8e !important;
    padding-inline: 20px;
    line-height: 1.2;
    font-weight: 300;
  }
  .main-menu__list ul::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #508e8e;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .main-menu__list ul li:first-child {
    padding-top: 20px;
  }
  .main-menu__list ul li:last-child {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list ul {
    position: absolute;
    text-wrap: nowrap;
    min-width: fit-content;
    height: auto;
    padding: 25px 30px 0 !important;
    top: 40px;
    line-height: 1.1;
    background-color: #fff !important;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
  }
  .main-menu__list ul::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
  }
  .main-menu__list ul::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1921px) {
  .main-menu__list ul {
    padding: clamp(25px, 0.9765625vw, 37.5px) clamp(30px, 1.171875vw, 45px);
    top: clamp(40px, 1.5625vw, 60px);
  }
  .main-menu__list ul::before {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
  }
  .main-menu__list ul::after {
    top: calc(clamp(20px, 0.78125vw, 30px) * -1);
  }
}
.main-menu__list ul li {
  display: revert;
  margin-bottom: clamp(12px, 2.0181634712vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .main-menu__list ul li {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul li {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .main-menu__list ul li:last-child {
    border: none;
  }
}
@media only screen and (min-width: 1025px) {
  .main-menu__list ul li a {
    color: #2c2c2c !important;
    opacity: 1;
    transition: 0.3s ease;
  }
  .main-menu__list ul li a:hover {
    color: #247272 !important;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul li a {
    color: #fff;
    font-size: 20px;
    padding-block: 12px;
  }
}
.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;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu .wpml-ls-menu-item a {
    font-size: 20px;
    font-weight: 700;
    color: #247272;
  }
}

.hero {
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: clamp(350px, 54.296875vw, 695px);
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .hero {
    height: clamp(695px, 27.1484375vw, 1042.5px);
  }
}

.highlighted-text,
.hero h1 span {
  position: relative;
  z-index: 1;
}
.highlighted-text::after,
.hero h1 span::after {
  content: "";
  position: absolute;
  width: 102%;
  height: 40%;
  left: -1%;
  top: 50%;
  background-color: #009a74;
  z-index: -1;
  animation-name: highlight;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
}

@keyframes highlight {
  0% {
    width: 0%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 102%;
  }
}
.green-text {
  color: #247272;
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
@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);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__bottom {
    padding-block: clamp(32px, 1.25vw, 48px);
  }
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(44, 44, 44, 0.3);
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
@media only screen and (min-width: 1921px) {
  .carousel__container {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.carousel__slide {
  color: #2c2c2c;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.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;
}
@media only screen and (min-width: 1921px) {
  .carousel__controls {
    gap: clamp(40px, 1.5625vw, 60px);
    margin-top: clamp(80px, 3.125vw, 120px);
  }
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(44, 44, 44, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #2c2c2c;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(112, 112, 112, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #707070;
}
.tabs__button--active {
  background-color: #707070;
  color: #247272;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.description {
  padding-block: clamp(40px, 8.072653885vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .description {
    padding-block: clamp(80px, 3.125vw, 120px);
  }
}
.description h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1921px) {
  .description h2 {
    margin-bottom: clamp(30px, 1.171875vw, 45px);
  }
}
.description h3 {
  padding-block: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .description h3 {
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
}
.description strong {
  font-weight: 900;
}

.certifications {
  padding-bottom: clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .certifications {
    padding-bottom: clamp(100px, 3.90625vw, 150px);
  }
}
.certifications__grid {
  display: grid;
  justify-items: center;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .certifications__grid {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 767px) {
  .certifications__grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .certifications__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .certifications__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.accordion__item {
  border-bottom: solid 1px rgba(112, 112, 112, 0.2);
  transition: border ease 300ms;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion__button, .accordion__text {
  padding-block: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .accordion__button, .accordion__text {
    padding-block: clamp(16px, 0.625vw, 24px);
  }
}
.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: all ease 300ms;
}
.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(44, 44, 44, 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;
}

.motto {
  background-color: #e4e4e4;
}
.motto__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.motto__item {
  display: flex;
  align-items: center;
}
.motto__text-1 {
  margin-right: 10px;
}
@media only screen and (min-width: 1921px) {
  .motto__text-1 {
    margin-right: clamp(10px, 0.390625vw, 15px);
  }
}
.motto__image {
  margin-block: calc(clamp(10px, 2.6086956522vw, 15px) * -1) -5px;
}
@media only screen and (min-width: 1921px) {
  .motto__image {
    margin-block: calc(clamp(15px, 0.5859375vw, 22.5px) * -1) calc(clamp(5px, 0.1953125vw, 7.5px) * -1);
  }
  .motto__image img {
    height: clamp(132px, 5.15625vw, 198px);
  }
}
.motto__text-2 {
  margin-left: -6%;
}
@media only screen and (max-width: 1024px) {
  .motto {
    background-color: transparent;
  }
  .motto__container {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .motto__container {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .motto__item--2 {
    width: 100%;
    background-color: #e4e4e4;
    justify-content: center;
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .motto__item--2 {
    padding-inline: clamp(20px, 0.78125vw, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .motto__text-2 {
    margin-left: -8%;
  }
}

.footer {
  background-color: #2c2c2c;
}
.footer__container {
  width: 100%;
  color: #fff;
}
.footer__container--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__container--bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.footer__heading {
  color: #009a74;
  margin-block: 20px clamp(10px, 1.953125vw, 20px);
  filter: contrast(1.5) saturate(0.8);
}
@media only screen and (min-width: 1921px) {
  .footer__heading {
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer a {
  color: #e4e4e4;
  transition: 0.3s ease;
}
.footer a:hover {
  color: #009a74;
}
.footer__top-menu {
  padding-block: 45px 20px;
  border-bottom: 1px solid #505153;
}
@media only screen and (max-width: 1024px) {
  .footer__top-menu {
    padding-bottom: 0;
    border-width: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__top-menu {
    padding-block: clamp(45px, 1.7578125vw, 67.5px) clamp(20px, 0.78125vw, 30px);
  }
}
.footer__top-menu ul, .footer__gdpr-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px clamp(20px, 3.90625vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .footer__top-menu ul, .footer__gdpr-links ul {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__top-menu ul, .footer__gdpr-links ul {
    gap: clamp(10px, 0.390625vw, 15px) clamp(40px, 1.5625vw, 60px);
  }
}
.footer__info-container {
  padding-block: 25px 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__info-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__info-container {
    padding-block: clamp(25px, 0.9765625vw, 37.5px) clamp(35px, 1.3671875vw, 52.5px);
  }
}
.footer__services {
  display: flex;
  gap: 0 clamp(20px, 3.90625vw, 40px);
}
@media only screen and (max-width: 1024px) {
  .footer__services {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__services {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
@media only screen and (min-width: 1025px) {
  .footer__contact-info {
    max-width: 210px;
    text-align: right;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__contact-info {
    max-width: clamp(210px, 8.203125vw, 315px);
  }
}
.footer__social-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer__social-list {
    justify-content: center;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__social-list {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
.footer__social-link--fb::after {
  content: "\e903";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__social-link--in::after {
  content: "\e904";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__social-link span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.footer__bottom-bar {
  padding-block: 30px 20px;
  border-top: 1px solid #505153;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom-bar {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__bottom-bar {
    padding-block: clamp(30px, 1.171875vw, 45px) clamp(20px, 0.78125vw, 30px);
    gap: clamp(20px, 0.78125vw, 30px);
  }
}

.search__results {
  display: grid;
}
.search__results a {
  color: #707070;
  transition: 0.3s ease;
}
.search__results a:hover {
  color: #009a74;
}
.search__result {
  padding-block: clamp(16px, 2.734375vw, 28px);
  border-bottom: 1px solid #009a74;
}
@media only screen and (min-width: 1921px) {
  .search__result {
    padding-block: clamp(28px, 1.09375vw, 42px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  display: none;
  position: relative;
  border: 4px solid #707070;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader__spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 4px solid #707070;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button {
  width: fit-content;
  min-width: 210px;
  min-height: 60px;
  padding: 10px;
  transform: translateY(45%);
  color: #fff;
  background-color: #247272;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1921px) {
  .button {
    min-width: clamp(210px, 8.203125vw, 315px);
    min-height: clamp(60px, 2.34375vw, 90px);
    padding: clamp(10px, 0.390625vw, 15px);
  }
}
.button:hover {
  background-color: #009a74;
}

.link {
  color: #009a74;
}

.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__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 2px;
  background: #fff;
  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: #fff;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-8px);
}
.hamburger__button:after {
  transform: translateY(8px);
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
  background: #247272;
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
  background: #247272;
}

.back-to-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: clamp(24px, 4.843592331vw, 48px);
  background-color: #009a74;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1921px) {
  .back-to-top {
    width: clamp(45px, 1.7578125vw, 67.5px);
    height: clamp(45px, 1.7578125vw, 67.5px);
    bottom: clamp(30px, 1.171875vw, 45px);
    margin: clamp(48px, 1.875vw, 72px);
  }
}
.back-to-top::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
@media only screen and (min-width: 1921px) {
  .back-to-top::after {
    font-size: clamp(13px, 0.5078125vw, 19.5px);
  }
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top:hover {
  background-color: #247272;
}

.search-form {
  position: absolute;
  top: -70px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0.6);
  z-index: 11;
}
.search-form__container {
  width: 100%;
  padding-block: 20px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.search-form__input {
  width: 100%;
  max-width: 80vw;
  height: 30px;
  border: none;
  color: #707070;
  padding: 5px;
}
.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.search-form__button:after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.search-form__button span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.search-form.active {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: scale(1);
}
.search-form__close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  font-size: clamp(20px, 2.6236125126vw, 26px);
  cursor: pointer;
  transition: 0.3s ease;
}
.search-form__close:hover {
  color: #009a74;
}
.search-form form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.error-message {
  color: red;
}

.hero--home {
  height: clamp(400px, 84.375vw, 1080px);
  padding-top: clamp(120px, 15.625vw, 300px);
  background-position: bottom center;
}
@media only screen and (min-width: 1921px) {
  .hero--home {
    height: clamp(1080px, 42.1875vw, 1620px);
    padding-top: clamp(300px, 11.71875vw, 450px);
  }
}
.hero--home h1 {
  filter: contrast(1.5) saturate(0.65);
}
.hero__arrow-up {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: clamp(100px, 25.78125vw, 330px);
}
.hero__arrow-up img {
  height: clamp(100px, 25.78125vw, 330px);
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1921px) {
  .hero__arrow-up {
    min-height: clamp(330px, 12.890625vw, 495px);
  }
  .hero__arrow-up img {
    height: clamp(330px, 12.890625vw, 495px);
  }
}

.home-services {
  background-color: #e4e4e4;
  margin-block: 130px clamp(40px, 13.1180625631vw, 130px);
}
@media only screen and (min-width: 1921px) {
  .home-services {
    margin-block: clamp(130px, 5.078125vw, 195px);
  }
}
.home-services__image {
  margin-block: -60px;
}
.home-services__image img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  max-width: 640px;
  object-fit: cover;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 1921px) {
  .home-services__image {
    min-height: calc(clamp(60px, 2.34375vw, 90px) * -1);
  }
  .home-services__image img {
    min-height: clamp(270px, 10.546875vw, 405px);
    min-width: clamp(640px, 25vw, 960px);
  }
}
.home-services__text {
  align-self: center;
  padding-block: 20px;
}
.home-services__text strong {
  font-weight: 900;
}
.home-services__text p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1921px) {
  .home-services__text {
    padding-block: clamp(20px, 0.78125vw, 30px);
  }
  .home-services__text p {
    margin-bottom: clamp(12px, 0.46875vw, 18px);
  }
}
.home-services__text-item:nth-child(even) {
  font-size: clamp(23px, 3.3299697275vw, 33px);
}
@media only screen and (min-width: 1921px) {
  .home-services__text-item:nth-child(even) {
    font-size: clamp(33px, 1.2890625vw, 49.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .home-services {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .home-services {
    margin-top: clamp(250px, 9.765625vw, 375px);
  }
}
@media only screen and (max-width: 1024px) {
  .home-services__image {
    max-height: clamp(270px, 33.2661290323vw, 330px);
    margin-block: -200px 0;
  }
  .home-services__image img {
    max-width: min(640px, 75%);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .home-services__image {
    margin-block: calc(clamp(200px, 7.8125vw, 300px) * -1) 0;
  }
  .home-services__image img {
    max-width: clamp(640px, 25vw, 960px);
  }
}
@media only screen and (max-width: 1024px) {
  .home-services__text {
    padding-block: 50px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1921px) {
  .home-services__text {
    padding-block: clamp(50px, 1.953125vw, 75px);
  }
}

.home-numbers__wrapper {
  overflow-x: auto;
  padding-bottom: clamp(40px, 8.072653885vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .home-numbers__wrapper {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}
.home-numbers__container {
  display: grid;
  align-items: center;
  justify-content: center;
  justify-items: center;
  min-width: min-content;
  gap: clamp(25px, 4.8828125vw, 50px) 12px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1280px) {
  .home-numbers__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .home-numbers__container {
    grid-template-columns: 1fr;
  }
}
.home-numbers__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 265px;
  min-width: 265px;
  margin-inline: 20px;
  height: 265px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #247272, #123939);
  color: #fff;
  transition: all 0.5 ease;
}
@media only screen and (min-width: 1921px) {
  .home-numbers__item {
    max-width: clamp(265px, 10.3515625vw, 397.5px);
    min-width: clamp(265px, 10.3515625vw, 397.5px);
    height: clamp(265px, 10.3515625vw, 397.5px);
    margin-inline: clamp(20px, 0.78125vw, 30px);
  }
}
.home-numbers__item--number {
  margin-top: 40px;
  opacity: 0.14;
}
@media only screen and (min-width: 1921px) {
  .home-numbers__item--number {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}
.home-numbers__item--text {
  line-height: 1.1;
  margin-block: -40px 25px;
  max-width: 190px;
}
@media only screen and (min-width: 1921px) {
  .home-numbers__item--text {
    margin-block: calc(clamp(40px, 1.5625vw, 60px) * -1) clamp(25px, 0.9765625vw, 37.5px);
    max-width: clamp(190px, 7.421875vw, 285px);
  }
}
.home-numbers__item--icon {
  position: absolute;
  bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .home-numbers__item--icon {
    bottom: clamp(40px, 1.5625vw, 60px);
    height: clamp(70px, 2.734375vw, 105px);
  }
}
.home-numbers__item--icon img {
  height: 100%;
}
.home-numbers__item:hover .home-numbers__item--line {
  background-color: #247272;
}

.home-news {
  background-image: url(../../assets/img/home-news-bg-image.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: initial;
  padding-block: clamp(90px, 15.1362260343vw, 150px);
}
@media only screen and (min-width: 1921px) {
  .home-news {
    padding-block: clamp(150px, 5.859375vw, 225px);
  }
}
.home-news__title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1921px) {
  .home-news__title {
    margin-bottom: clamp(30px, 1.171875vw, 45px);
  }
}
.home-news__carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 270px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .home-news__carousel {
    min-height: clamp(270px, 10.546875vw, 405px);
    padding: clamp(20px, 0.78125vw, 30px);
  }
}
.home-news__carousel-container {
  overflow-x: hidden;
  padding-inline: 0;
}
.home-news__archive {
  position: relative;
  display: flex;
  align-items: center;
}
.home-news__post {
  align-items: stretch;
  gap: 0;
  padding: 0;
}
.home-news__post--title {
  color: #707070;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  .home-news__post--title {
    margin-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.home-news__post--text {
  color: #707070;
}

.carousel {
  display: flex;
  align-items: center;
}

.clients-logos {
  margin-bottom: clamp(80px, 17.6589303734vw, 175px);
}
@media only screen and (min-width: 1921px) {
  .clients-logos {
    margin-bottom: clamp(175px, 6.8359375vw, 262.5px);
  }
}
.clients-logos__container {
  padding-block: clamp(30px, 5.0454086781vw, 50px);
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .clients-logos__container {
    padding-block: clamp(50px, 1.953125vw, 75px);
  }
}
.clients-logos__grid {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .clients-logos__grid {
    gap: clamp(10px, 0.390625vw, 15px);
  }
}
.clients-logos__grid .js-marquee-wrapper,
.clients-logos__grid .js-marquee {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.clients-logos__item {
  flex-shrink: 0;
  width: clamp(120px, 18.1634712412vw, 180px);
}
@media only screen and (min-width: 1921px) {
  .clients-logos__item {
    width: clamp(180px, 7.03125vw, 270px);
  }
}
.clients-logos__item img {
  width: 100%;
  height: auto;
  display: block;
}

.service-list {
  padding-bottom: clamp(60px, 10.0908173562vw, 100px);
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center clamp(100px, 15.873015873vw, 200px);
}
.service-list__heading {
  margin-bottom: clamp(40px, 7.0635721493vw, 70px);
}
.service-list__heading strong {
  font-weight: 900;
}
.service-list__content {
  padding-block: clamp(45px, 8.5771947528vw, 85px);
  background-color: #fff;
}
.service-list__archive {
  padding-top: clamp(30px, 4.5408678103vw, 45px);
}
.service-list__post {
  padding-block: 8px;
  border-bottom: 1px solid #247272;
  position: relative;
}
.service-list__post--title {
  max-width: calc(100% - 100px);
  cursor: pointer;
}
.service-list__post--title::after {
  content: "+";
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-size: 12px;
  color: #009a74;
  transition: 0.3s ease;
}
.service-list__post--title.active::after {
  content: "-";
}
@media only screen and (max-width: 640px) {
  .service-list__post--title {
    max-width: calc(100% - 30px);
  }
  .service-list__post--title::after, .service-list__post--title.active::after {
    content: none;
  }
}
.service-list__post--text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.service-list__post--text p {
  font-size: 14px;
  margin-block: 20px;
}

.contact-form {
  padding-bottom: clamp(60px, 10.0908173562vw, 100px);
}
.contact-form__text-container {
  background-color: #247272;
  padding-block: 50px 25px;
}
.contact-form__text {
  position: relative;
  max-width: 550px;
  padding-bottom: 35px;
  color: #fff;
}
.contact-form__text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.contact-form__title-container {
  padding-block: clamp(50px, 10.0908173562vw, 100px) clamp(35px, 5.5499495459vw, 55px);
}
.contact-form__form-row {
  padding-bottom: clamp(80px, 10.0908173562vw, 100px);
  padding-inline: 60px;
  background-color: #e4e4e4;
}
.contact-form__form-container {
  padding-top: clamp(35px, 5.5499495459vw, 55px);
  transform: translateY(-25px);
  background-color: #fff;
}
.contact-form form {
  max-width: 680px;
  margin-inline: auto;
  display: grid;
  gap: 15px clamp(20px, 5.1470588235vw, 35px);
}
.contact-form__field {
  display: grid;
  color: #b9b9b9;
}
.contact-form__field--message {
  margin-top: 20px;
  color: #247272;
}
.contact-form__field--terms {
  display: flex;
  gap: 10px;
}
.contact-form__input {
  width: 100%;
  border-bottom: 2px solid rgba(36, 114, 114, 0.8);
  color: #707070;
  font-weight: 300;
}
.contact-form__input--message {
  min-height: 150px;
  border: 2px solid #c8c8c8;
}
.contact-form__input--terms {
  width: fit-content;
}
.contact-form a {
  color: #707070;
  transition: 0.3s ease;
}
.contact-form a:hover {
  color: #009a74;
}
.contact-form__field--submit input {
  grid-row: 2;
}

.contact-info {
  margin-bottom: clamp(35px, 5.37109375vw, 55px);
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .contact-info {
    margin-bottom: clamp(55px, 2.1484375vw, 82.5px);
  }
}
.contact-info__container {
  padding-block: 20px 25px;
  display: grid;
  gap: 25px;
}
@media only screen and (min-width: 1921px) {
  .contact-info__container {
    padding-block: clamp(20px, 0.78125vw, 30px) clamp(25px, 0.9765625vw, 37.5px);
    gap: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.contact-info__row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(25px, 7.32421875vw, 75px);
}
@media only screen and (min-width: 1921px) {
  .contact-info__row {
    gap: clamp(75px, 2.9296875vw, 112.5px);
  }
}
.contact-info a {
  color: #707070;
  transition: 0.3s ease;
}
.contact-info a:hover {
  color: #009a74;
}
.contact-info__social-links {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .contact-info__social-links {
    gap: clamp(20px, 0.78125vw, 30px);
  }
}
.contact-info__social-links--fb::after {
  content: "\e903";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-info__social-links--in::after {
  content: "\e904";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-map {
  margin-bottom: clamp(80px, 17.08984375vw, 175px);
  padding-inline: 20px;
}
@media only screen and (min-width: 1921px) {
  .contact-map {
    margin-bottom: clamp(175px, 6.8359375vw, 262.5px);
  }
}
.contact-map__container {
  padding-inline: 0;
}
.contact-map__container iframe {
  height: 350px;
}
@media only screen and (min-width: 1921px) {
  .contact-map__container iframe {
    height: clamp(350px, 13.671875vw, 525px);
  }
}

/*# sourceMappingURL=main.css.map */
