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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

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

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

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

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

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

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?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;
}
h1,
.heading-l {
  font-size: clamp(40px, 5.1388888889vw, 74px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-l {
    font-size: clamp(74px, 3.2066666667vw, 96.2px);
  }
}

h2,
.heading {
  font-size: clamp(30px, 2.7083333333vw, 39px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(39px, 1.69vw, 50.7px);
  }
}

h3,
.heading-ms {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(32px, 1.3866666667vw, 41.6px);
  }
}

h4,
.heading-s {
  font-size: clamp(20px, 1.9444444444vw, 28px);
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(28px, 1.2133333333vw, 36.4px);
  }
}

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

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

.text-s {
  font-size: clamp(12px, 0.9722222222vw, 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(12px, 0.52vw, 15.6px);
  }
}

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

.body {
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

main {
  overflow-x: hidden;
}

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

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

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

.boxed-l {
  max-width: 1695px;
  padding-inline: clamp(20px, 3.3898305085vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-l {
    max-width: clamp(1655px, 86.1979166667vw, 3310px);
  }
}

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

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

.boxed-sm {
  max-width: 1220px;
  padding-inline: clamp(20px, 3.3898305085vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1180px, 61.4583333333vw, 2360px);
  }
}

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

.centered {
  margin-inline: auto;
}

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

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

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

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

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

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

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

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

.first-section {
  padding-block: clamp(150px, 27.34375vw, 280px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(280px, 9.4791666667vw, 364px) clamp(100px, 3.3854166667vw, 130px);
  }
}

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

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

.container {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2222222222vw, 32px);
}

.full-width {
  width: 100%;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.black {
  color: #000;
}

.white {
  color: #fff;
}

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

.primary {
  color: #393939;
}

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

.accent {
  color: #006ebc;
}

.accent-bg {
  background-color: #006ebc;
}

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

.gradient-bg {
  background: linear-gradient(to right, #006ebc, #63d3ff);
}

.text-gradient {
  background: linear-gradient(to right, #006ebc, #63d3ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.radius {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.bg-lines {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1200px;
  z-index: -1;
}
.bg-lines--top {
  top: 0;
}
.bg-lines--bottom {
  bottom: 0;
}
.bg-lines--center {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: transparent;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-bottom: clamp(30px, 1.015625vw, 39px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  background-color: #fff;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__banner-container {
  max-width: 600px;
}
@media only screen and (min-width: 1921px) {
  .header__banner-container {
    max-width: clamp(600px, 20.3125vw, 780px);
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  width: clamp(120px, 18.75vw, 270px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    width: clamp(270px, 9.140625vw, 351px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #393939;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  color: #000;
  transition: color ease 300ms;
}
.main-menu__list a:hover {
  color: #006ebc;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.5416666667vw, 20.8px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 25px;
    padding-block: 20px;
  }
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #393939;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.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__container {
  display: flex;
  align-items: center;
  height: clamp(150px, 38.1944444444vw, 550px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__text-container {
  width: 100%;
}
.hero__heading {
  max-width: 585px;
}
@media only screen and (min-width: 1921px) {
  .hero__heading {
    max-width: clamp(585px, 25.35vw, 760.5px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.1111111111vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 2.2222222222vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.post-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(10px, 1.3888888889vw, 20px);
  padding: clamp(10px, 1.3888888889vw, 20px) clamp(10px, 1.3888888889vw, 20px) clamp(4px, 0.5555555556vw, 8px);
}
.post-card__img-container {
  aspect-ratio: 16/12;
  overflow: hidden;
}
.post-card__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.1111111111vw, 16px) clamp(16px, 2.2222222222vw, 32px);
  border: solid 1px rgba(57, 57, 57, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #393939;
}
.tabs__button--active {
  background-color: #393939;
  color: #f3f7ff;
}
.tabs__content {
  padding: clamp(8px, 1.1111111111vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

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

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.1111111111vw, 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, 3.3333333333vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.footer {
  padding-top: clamp(20px, 2.7777777778vw, 40px);
}
.footer__banner-container {
  max-width: 800px;
}
.footer__top {
  margin-top: clamp(32px, 4.4444444444vw, 64px);
  padding-block: clamp(40px, 5.5555555556vw, 80px);
}
.footer__bottom {
  padding-block: clamp(10px, 1.3888888889vw, 20px);
}
.footer__bottom a {
  color: #000;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__container {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__logo-container img {
  max-width: clamp(80px, 11.1111111111vw, 160px);
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer a {
  color: #fff;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.5555555556vw, 8px);
}
.footer__social {
  margin-top: clamp(10px, 1.3888888889vw, 20px);
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.3888888889vw, 20px);
}

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

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: fit-content;
  padding: clamp(10px, 1.3888888889vw, 20px) clamp(20px, 2.7777777778vw, 40px);
  background-color: #006ebc;
  color: #fff;
  text-decoration: none;
  border-radius: clamp(16px, 2.0833333333vw, 30px);
  transition: background-color ease 300ms;
}
.button:hover {
  background-color: #1b3281;
}

.link {
  color: #006ebc;
}

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

.cta-arrow-container:hover .cta-arrow::before {
  transform: translateX(2px);
}

.cta-arrow {
  border: solid 2px #006ebc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(20px, 2.7777777778vw, 40px);
  height: clamp(20px, 2.7777777778vw, 40px);
  margin-left: auto;
}
.cta-arrow::before {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform ease 300ms;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #006ebc;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.error-message {
  color: red;
}

.hero-home__container {
  height: clamp(300px, 55.5555555556vw, 800px);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1921px) {
  .hero-home__container {
    height: clamp(800px, 34.6666666667vw, 1040px);
  }
}
.hero-home__text-container {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .hero-home__text-container {
    margin-top: clamp(80px, 3.4666666667vw, 104px);
  }
}

.intro-home__container {
  align-items: center;
}
.intro-home__container-gradient {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  padding-bottom: clamp(30px, 4.1666666667vw, 60px);
}
.intro-home__cards {
  display: grid;
  column-gap: clamp(16px, 2.2222222222vw, 32px);
  row-gap: 20px;
  margin-top: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1025px) {
  .intro-home__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.intro-home__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(10px, 1.3888888889vw, 20px) clamp(10px, 1.3888888889vw, 20px) clamp(4px, 0.5555555556vw, 8px);
}

.services-home__cards {
  display: grid;
  gap: clamp(16px, 2.2222222222vw, 32px);
  margin-top: clamp(16px, 2.2222222222vw, 32px);
}
.services-home__card {
  display: grid;
  gap: clamp(16px, 2.2222222222vw, 32px);
}
@media only screen and (min-width: 1025px) {
  .services-home__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .services-home__card:nth-child(odd) .services-home__card-text-container {
    order: 2;
  }
  .services-home__card:nth-child(odd) .services-home__card-image {
    order: 1;
  }
}
.services-home__card-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px, 1.3888888889vw, 20px);
  padding: clamp(20px, 4.1666666667vw, 60px);
}

.news-home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-home__posts {
  margin-top: clamp(16px, 2.2222222222vw, 32px);
}
.news-home__button {
  margin-top: clamp(24px, 3.8888888889vw, 56px);
}

.intro-about__img-container {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}
.intro-about__heading {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
}

.cards-about {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
}
.cards-about__container {
  display: grid;
  gap: clamp(80px, 11.1111111111vw, 160px);
}
.cards-about__card {
  display: grid;
  gap: clamp(40px, 5.5555555556vw, 80px);
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .cards-about__card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards-about__info {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.7777777778vw, 40px);
}
.cards-about__logo {
  max-width: 200px;
}
@media only screen and (min-width: 1921px) {
  .cards-about__logo {
    max-width: clamp(200px, 8.6666666667vw, 260px);
  }
}
.cards-about__img-container {
  aspect-ratio: 16/12;
  max-width: 500px;
}
@media only screen and (min-width: 1921px) {
  .cards-about__img-container {
    max-width: clamp(500px, 21.6666666667vw, 650px);
  }
}
.cards-about__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-about__text {
  position: relative;
  padding: clamp(30px, 4.1666666667vw, 60px) 0 clamp(30px, 4.1666666667vw, 60px) clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .cards-about__text {
    padding: clamp(30px, 1.3vw, 39px) 0 clamp(30px, 1.3vw, 39px) clamp(50px, 2.1666666667vw, 65px);
  }
}
.cards-about__text::before, .cards-about__text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f7ff;
  border-radius: 30px;
}
.cards-about__text::after {
  transform: scaleX(2);
  transform-origin: left;
}

.last-section-about {
  margin-top: clamp(60px, 8.3333333333vw, 120px);
}

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