*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: #f8f9fa;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a strong {
  transition: color 0.25s ease;
}
a:hover strong {
  color: #16a4ac !important;
}

::selection {
  background: #16a4ac;
  color: #fff;
}

::-moz-selection {
  background: #16a4ac;
  color: #fff;
}

.color--primary {
  color: #16a4ac;
}
.color--secondary {
  color: #1c2b39;
}
.color--gray {
  color: #6c757d;
}
.color--dark {
  color: rgb(19.6, 30.1, 39.9);
}
.color--light {
  color: #f8f9fa;
}
.color--accent {
  color: rgb(20.2649484536, 151.0659793814, 158.4350515464);
}

.background--light {
  background-color: #f8f9fa;
}
.background--dark {
  background-color: rgb(19.6, 30.1, 39.9);
}
.background--gray {
  background-color: #f2f2f2;
}
.background--accent {
  background-color: rgb(20.2649484536, 151.0659793814, 158.4350515464);
}

.section {
  padding: clamp(3rem, 6vw, 6rem) 0;
}

.container-narrow {
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

[role=button] * {
  outline: none !important;
}

/*
main,
section {
  overflow: visible !important;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body.modal-open {
    overflow-y: hidden;
    padding-right: 0 !important;
  }
}
*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 1rem 2.75rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.75s ease, border-color 220ms ease, transform 0.5s ease, box-shadow 220ms ease;
}
.button:hover {
  transform: translateY(-0.125rem);
  transition: background-color 0.5s ease, transform 0.5s ease;
}

.button--primary {
  border-color: rgba(22, 164, 172, 0.08);
  background-color: #16a4ac;
  color: #fff;
}
.button--primary:hover {
  border-color: rgb(25.4701030928, 189.8680412371, 199.1298969072);
  background-color: rgb(24.3134020619, 181.2453608247, 190.0865979381);
}

.button--dark {
  border-color: rgba(28, 43, 57, 0.08);
  background-color: rgb(19.6, 30.1, 39.9);
  color: #fff;
}
.button--dark:hover {
  border-color: rgb(38.08, 58.48, 77.52);
  background-color: rgb(26.32, 40.42, 53.58);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.button--light:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.button--outline-dark {
  border-color: rgba(28, 43, 57, 0.16);
  background-color: transparent;
  color: #1c2b39;
}
.button--outline-dark:hover {
  border-color: rgba(28, 43, 57, 0.28);
  background: rgba(28, 43, 57, 0.04);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.22);
  background-color: transparent;
  color: #fff;
}
.button--outline-light:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.button--full {
  width: 100%;
}

.card {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.1875rem rgba(0, 0, 0, 0.08);
}

.form-select,
.form-control {
  border-color: #6c757d;
}

.form-check label {
  cursor: pointer;
}

.form-control:focus-visible,
.form-select:focus-visible {
  outline: 0.125rem solid #16a4ac;
  outline-offset: 0.125rem;
}

.icon {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  color: #16a4ac;
  display: block;
  flex-shrink: 0;
}
.icon path,
.icon rect,
.icon circle,
.icon line,
.icon polyline,
.icon polygon {
  stroke: currentColor;
  stroke-width: 1.5;
}
.icon[fill=none] path, .icon[fill=none] rect, .icon[fill=none] circle, .icon[fill=none] line, .icon[fill=none] polyline, .icon[fill=none] polygon {
  fill: none;
}
.icon.icon--rooms * {
  stroke-width: 2.5;
}
.icon.icon--arrow-right *, .icon.icon--arrow-left *, .icon.icon--arrow-up *, .icon.icon--arrow-dowb *, .icon.icon--chevron-right *, .icon.icon--chevron-left *, .icon.icon--chevron-up *, .icon.icon--chevron-dowb * {
  stroke-width: 3;
}
.icon.icon--nme circle,
.icon.icon--nme line,
.icon.icon--nme path,
.icon.icon--nme polygon,
.icon.icon--nme polyline,
.icon.icon--nme rect, .icon.icon--nme-filled circle,
.icon.icon--nme-filled line,
.icon.icon--nme-filled path,
.icon.icon--nme-filled polygon,
.icon.icon--nme-filled polyline,
.icon.icon--nme-filled rect {
  stroke: none;
  stroke-width: initial;
  fill: #16a4ac;
}
.icon.icon--nme-filled {
  width: 2.5rem;
  height: 2.5rem;
}

.form-label {
  color: rgb(19.6, 30.1, 39.9);
  font-size: 0.875rem;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.overlay-modal .modal-content {
  border: 0;
  border-radius: 0;
  background: rgba(6.16, 9.46, 12.54, 0.96);
}
.overlay-modal .modal-body {
  padding: 4rem 0;
  overflow-y: auto;
}
.overlay-modal__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.overlay-modal__content {
  width: 100%;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.96);
}

@keyframes overlayModalFadeUp {
  from {
    opacity: 0;
    transform: translateY(0.625rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #16a4ac !important;
}

.text-secondary {
  color: #1c2b39 !important;
}

.text-gray {
  color: #6c757d !important;
}

.text-dark {
  color: rgb(19.6, 30.1, 39.9) !important;
}

.text-light {
  color: #f8f9fa !important;
}

.title-nm {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgb(19.6, 30.1, 39.9);
  color: rgba(255, 255, 255, 0.72);
}
.footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.footer a:hover {
  color: #fff;
}
.footer__container {
  width: min(100% - 5rem, 1680px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    width: min(100% - 3rem, 100%);
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.footer__top {
  display: grid;
  align-items: flex-start;
  column-gap: 3rem;
  grid-template-columns: minmax(20rem, 40rem) minmax(0, 1fr);
}
.footer__brand {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.footer__brand-logo {
  flex-shrink: 0;
}
.footer__brand-logo img {
  display: block;
  width: 6.25rem;
  height: auto;
  object-fit: contain;
}
.footer__brand-content {
  min-width: 0;
}
.footer__brand-title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
}
.footer__brand-address {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  line-height: 1.65;
}
.footer__brand-legal {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.45;
}
.footer__contacts {
  display: grid;
  align-items: flex-start;
  column-gap: 3rem;
  align-self: end;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 20px;
}
.footer__contact {
  text-align: right;
  align-self: flex-end;
}
.footer__contact:nth-child(4) .footer__contact-label {
  font-size: 1.2rem;
}
.footer__contact-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.275rem;
  font-weight: 700;
  line-height: 1.2;
}
.footer__contact-phone {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}
.footer__contact-email {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.45;
}
.footer__navigation {
  display: grid;
  align-items: start;
  justify-content: space-between;
  column-gap: clamp(3rem, 4vw, 5rem);
  row-gap: 1.5rem;
  margin-top: 3rem;
  padding-left: calc(6.75rem + 1.5rem);
  grid-template-columns: repeat(6, minmax(max-content, 12rem));
}
.footer__group {
  min-width: 0;
}
.footer__group-title {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.footer__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__group-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer__group-link {
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.875rem;
  line-height: 1.45;
}
.footer__group--social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__social a {
  color: #fff;
  font-size: 1.5rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer__legal-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 1.125rem;
  font-weight: 700;
}
.footer__legal-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.875rem;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .footer__top {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .footer__navigation {
    padding-left: 0;
    margin-top: 6rem;
    column-gap: 3rem;
    row-gap: 4rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 4rem auto 0;
    max-width: 1170px;
    width: 100%;
  }
  .footer__brand {
    place-self: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer__brand-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__contacts {
    column-gap: 6rem;
    margin-top: 4rem;
    row-gap: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
  }
  .footer__contact {
    row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  .footer__contact, .footer__group {
    text-align: left;
  }
  .footer__group--social {
    display: flex;
    grid-column: 1/-1;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
  }
  .footer__contact-label {
    grid-row: auto;
    font-size: 1.125rem;
  }
  .footer__contact-email {
    font-size: 1rem;
  }
  .footer__social {
    gap: 2rem;
  }
  .footer__social a {
    font-size: 1.95rem;
  }
}
@media (max-width: 991px) {
  .footer__brand {
    margin-bottom: 0;
  }
  .footer__navigation {
    justify-content: flex-start;
    column-gap: 4rem;
    row-gap: 3rem;
    margin-top: 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer__contact, .footer__group {
    text-align: center;
  }
  .footer__contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer__group {
    display: none;
  }
  .footer__group--social {
    display: flex;
  }
  .footer__bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    grid-template-columns: 1fr;
  }
  .footer__contact {
    text-align: center;
  }
}

.legal-overlay .modal-body {
  padding: 1rem 0;
}
.legal-overlay__close {
  position: fixed;
  top: 1rem;
  right: calc((100vw - 900px) / 2 + 1rem);
  z-index: 1056;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.legal-overlay__content {
  max-width: 47.5rem;
  animation: overlayModalFadeUp 0.4s ease-out both;
}
.legal-overlay__text {
  color: #d6d6d6;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-overlay.modal {
  z-index: 21000;
}
.legal-overlay + .modal-backdrop {
  z-index: 20999;
}
.legal-overlay__title,
.legal-overlay h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
}
.legal-overlay__text p {
  margin-bottom: 1rem;
  text-align: justify;
}
.legal-overlay__text strong {
  color: #fff;
  font-weight: 500;
}
.legal-overlay__text h3,
.legal-overlay__text h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .legal-overlay__close {
    right: 1.5rem;
  }
}
.scroll-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.08), 0 0.25rem 0.625rem rgba(0, 0, 0, 0.05);
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top__icon {
  position: relative;
  z-index: 2;
  color: #16a4ac;
  font-size: 1.5rem;
  line-height: 1;
}

.whatsapp-cta {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1200;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.whatsapp-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: none;
  border-radius: 999px;
  background: rgb(22, 164, 172);
  backdrop-filter: blur(0);
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.95rem;
  min-height: 3.95rem;
  padding: 0;
  overflow: hidden;
  transition: width 0.35s ease, background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  animation: whatsapp-pulse 12s infinite;
}
@media (min-width: 992px) {
  .whatsapp-cta__button {
    animation: whatsapp-attention 8s infinite;
  }
}
.whatsapp-cta__button:hover {
  width: 9rem;
  transform: translateY(-0.125rem);
  background: rgb(24.3134020619, 181.2453608247, 190.0865979381);
}
.whatsapp-cta__button:hover i {
  margin-right: 0.5rem;
}
.whatsapp-cta__button.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5rem);
}
.whatsapp-cta__button i {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin: 0;
  transition: all 0.25s;
}
.whatsapp-cta__label {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 0.35s ease, opacity 0.2s ease 0.1s;
}
.whatsapp-cta__button:hover .whatsapp-cta__label {
  max-width: 6rem;
  opacity: 1;
}
.whatsapp-cta__prompt {
  position: absolute;
  right: 0;
  bottom: 5.5rem;
  min-width: 13rem;
  max-width: 15rem;
  padding: 1rem 1.125rem;
  border-radius: 1rem;
  backdrop-filter: blur(0.75rem);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-wrap: balance;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  background: #f9f9f9;
  backdrop-filter: blur(1rem);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  color: rgb(19.6, 30.1, 39.9);
}
.whatsapp-cta__prompt.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.whatsapp-cta__prompt::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  bottom: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: inherit;
  transform: rotate(45deg);
}
.whatsapp-overlay {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1201;
  width: 100%;
  max-width: 25rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem) scale(0.98);
  transition: opacity 0.25s ease, transform 0.3s ease;
}
.whatsapp-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.whatsapp-overlay__dialog {
  overflow: hidden;
  border-radius: 0.75rem;
  background: rgba(253.95, 254.1, 254.25, 0.97);
  backdrop-filter: blur(1rem);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}
.whatsapp-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 1.5rem 2rem 0.875rem;
}
.whatsapp-overlay__title {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  min-width: 0;
  color: rgba(22, 164, 172, 0.92);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.whatsapp-overlay__title span {
  display: block;
  flex: 1;
  min-width: 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
}
.whatsapp-overlay__title i {
  display: none;
  flex-shrink: 0;
  margin-top: 0.1875rem;
  opacity: 0.82;
  font-size: 1.25rem;
}
.whatsapp-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.42);
  font-size: 0.875rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}
.whatsapp-overlay__close:hover {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.72);
}
.whatsapp-overlay__description {
  margin: 0;
  padding: 0 2rem 1rem;
  color: rgba(19.6, 30.1, 39.9, 0.78);
  font-size: 0.875rem;
  line-height: 1.7;
}
.whatsapp-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 2rem 2rem;
}
.whatsapp-form__group {
  width: 100%;
}
.whatsapp-form__input, .whatsapp-form__select {
  width: 100%;
  height: 3.5rem;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(19.6, 30.1, 39.9, 0.25);
  background: transparent;
  color: rgb(19.6, 30.1, 39.9);
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.whatsapp-form__input:focus, .whatsapp-form__select:focus {
  border-color: #16a4ac;
}
.whatsapp-form__input::placeholder, .whatsapp-form__select::placeholder {
  color: rgba(19.6, 30.1, 39.9, 0.42);
}
.whatsapp-form__input.is-invalid, .whatsapp-form__select.is-invalid {
  border-color: rgba(216, 8, 8, 0.38);
}
.whatsapp-form__select {
  padding-right: 2rem;
  appearance: none;
  background-image: url("/assets/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.75rem;
  cursor: pointer;
}
.whatsapp-form__field-error {
  margin-top: 0.5rem;
  color: rgba(216, 8, 8, 0.92);
  font-size: 0.75rem;
  line-height: 1.4;
}
.whatsapp-form.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.whatsapp-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  min-height: 3.5rem;
  margin-top: 0.75rem;
  padding: 0 1.5rem;
  border: none;
  border-radius: 0.375rem;
  background: #16a4ac;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  position: relative;
}
.whatsapp-form__submit.is-loading .whatsapp-form__submit-text {
  opacity: 0;
}
.whatsapp-form__submit.is-loading .whatsapp-form__submit-loader {
  opacity: 1;
}
.whatsapp-form__submit:hover {
  transform: translateY(-0.0625rem);
  background: rgb(23.7350515464, 176.9340206186, 185.5649484536);
}
.whatsapp-form__submit:active {
  transform: translateY(0);
}
.whatsapp-form__submit i {
  font-size: 0.9375rem;
}
.whatsapp-form__submit-text {
  transition: opacity 0.2s ease;
}
.whatsapp-form__submit-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -0.625rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: whatsapp-spin 0.8s linear infinite;
}
.whatsapp .iti {
  width: 100%;
}
.whatsapp .iti--allow-dropdown {
  width: 100%;
}
.whatsapp .iti__selected-country {
  padding-left: 0;
}
.whatsapp .iti__country-container {
  display: flex;
  align-items: center;
}
.whatsapp .iti__selected-dial-code {
  color: rgba(19.6, 30.1, 39.9, 0.68);
  font-size: 0.875rem;
}
.whatsapp .iti input {
  width: 100%;
  background: transparent;
}
.whatsapp .iti input:focus {
  border-bottom-color: #16a4ac !important;
}
@media (max-width: 991px) {
  .whatsapp-cta {
    top: 2.6rem;
    right: 5.25rem;
    bottom: auto;
    z-index: 1200;
    transition: top 0.35s ease;
  }
  .whatsapp-cta__prompt {
    display: none;
  }
  .whatsapp-cta__button {
    height: 2.375rem;
    min-height: 2.375rem;
    padding: 0 0.9375rem;
    background: rgba(22, 164, 172, 0.72);
    backdrop-filter: blur(0.5rem);
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.14), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    width: 7rem;
    transform: translateY(-0.125rem);
    background: rgb(24.3134020619, 181.2453608247, 190.0865979381);
  }
  .whatsapp-cta__button i {
    margin-right: 0.5rem;
    display: none;
  }
  .whatsapp-cta__label {
    max-width: 6rem;
    opacity: 1;
  }
  .scrolled .whatsapp-cta {
    top: 2.25rem;
  }
  .scrolled .whatsapp-cta .whatsapp-cta__button,
  .scrolled .whatsapp-cta .whatsapp-cta__button:hover,
  .scrolled .whatsapp-cta .whatsapp-cta__button:focus,
  .scrolled .whatsapp-cta .whatsapp-cta__button:active {
    transform: translateY(0);
    background: rgba(173, 181, 189, 0.92);
    box-shadow: none;
    color: #fff;
  }
  .whatsapp-overlay {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(1rem);
  }
  .whatsapp-overlay__dialog {
    width: 100%;
    max-width: 26rem;
    border-radius: 1rem;
    background: rgba(253.95, 254.1, 254.25, 0.96);
    backdrop-filter: blur(1.25rem);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.24), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  }
  .whatsapp-overlay__header {
    align-items: flex-start;
    padding: 1.5rem 1.5rem 1rem;
  }
  .whatsapp-overlay__title {
    font-size: 1.5rem;
  }
  .whatsapp-overlay__title i {
    margin-top: 0.125rem;
    font-size: 1.375rem;
  }
  .whatsapp-overlay__description {
    padding: 0 1.5rem 1.5rem;
  }
  .whatsapp-form {
    gap: 0.875rem;
    padding: 0 1.5rem 1.5rem;
  }
  .whatsapp-form__input, .whatsapp-form__select {
    height: 3.25rem;
    font-size: 0.9375rem;
  }
  .whatsapp-form__submit {
    min-height: 3.25rem;
  }
  .whatsapp .iti input {
    height: 3.25rem !important;
  }
}

@keyframes whatsapp-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes whatsapp-pulse {
  0%, 90%, 100% {
    transform: scale(1);
  }
  93% {
    transform: scale(1.08);
  }
  96% {
    transform: scale(0.95);
  }
}
@keyframes whatsapp-bounce {
  0%, 88%, 100% {
    transform: translateY(0);
  }
  91% {
    transform: translateY(-0.5rem);
  }
  94% {
    transform: translateY(0);
  }
  97% {
    transform: translateY(-0.25rem);
  }
}
@keyframes whatsapp-attention {
  0%, 85%, 100% {
    transform: translateX(0) scale(1);
  }
  87% {
    transform: translateX(-0.2rem) scale(1.06);
  }
  89% {
    transform: translateX(0.2rem) scale(1.06);
  }
  91% {
    transform: translateX(-0.15rem) scale(1.04);
  }
  93% {
    transform: translateX(0.15rem) scale(1.04);
  }
  95% {
    transform: translateX(0) scale(1);
  }
}
.fade-element {
  --fade-delay: 0s;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 1.2s ease var(--fade-delay), transform 1.2s ease var(--fade-delay);
  will-change: opacity, transform;
}
.fade-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-group > * {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 1.2s ease, transform 1.2s ease;
  will-change: opacity, transform;
}
.fade-group.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.fade-group.is-visible > *:nth-child(1) {
  transition-delay: 0s;
}
.fade-group.is-visible > *:nth-child(2) {
  transition-delay: 0.5s;
}
.fade-group.is-visible > *:nth-child(3) {
  transition-delay: 1s;
}
.fade-group.is-visible > *:nth-child(4) {
  transition-delay: 1.5s;
}
.fade-group.is-visible > *:nth-child(5) {
  transition-delay: 2s;
}
.fade-group.is-visible > *:nth-child(6) {
  transition-delay: 2.5s;
}
.fade-group.is-visible > *:nth-child(7) {
  transition-delay: 3s;
}
.fade-group.is-visible > *:nth-child(8) {
  transition-delay: 3.5s;
}
.fade-group.is-visible > *:nth-child(9) {
  transition-delay: 4s;
}
.fade-group.is-visible > *:nth-child(10) {
  transition-delay: 4.5s;
}
.fade-group.is-visible > *:nth-child(11) {
  transition-delay: 5s;
}
.fade-group.is-visible > *:nth-child(12) {
  transition-delay: 5.5s;
}
.fade-group.is-visible > *:nth-child(13) {
  transition-delay: 6s;
}
.fade-group.is-visible > *:nth-child(14) {
  transition-delay: 6.5s;
}
.fade-group.is-visible > *:nth-child(15) {
  transition-delay: 7s;
}
.fade-group.is-visible > *:nth-child(16) {
  transition-delay: 7.5s;
}
.fade-group.is-visible > *:nth-child(17) {
  transition-delay: 8s;
}
.fade-group.is-visible > *:nth-child(18) {
  transition-delay: 8.5s;
}
.fade-group.is-visible > *:nth-child(19) {
  transition-delay: 9s;
}
.fade-group.is-visible > *:nth-child(20) {
  transition-delay: 9.5s;
}

.fade-background {
  transition: background-color 1.2s ease;
}
.fade-background.background--gray {
  background-color: rgba(242, 242, 242, 0);
}
.fade-background.background--gray.is-visible {
  background-color: #f2f2f2;
}
.fade-background.background--light {
  background-color: rgba(248, 249, 250, 0);
}
.fade-background.background--light.is-visible {
  background-color: #f8f9fa;
}
.fade-background.background--dark {
  background-color: rgba(19.6, 30.1, 39.9, 0);
}
.fade-background.background--dark.is-visible {
  background-color: rgb(19.6, 30.1, 39.9);
}
.fade-background.background--accent {
  background-color: rgba(20.2649484536, 151.0659793814, 158.4350515464, 0);
}
.fade-background.background--accent.is-visible {
  background-color: rgb(20.2649484536, 151.0659793814, 158.4350515464);
}

.delay-1 {
  --fade-delay: 0.1s;
}

.delay-2 {
  --fade-delay: 0.2s;
}

.delay-3 {
  --fade-delay: 0.3s;
}

.delay-4 {
  --fade-delay: 0.4s;
}

.delay-5 {
  --fade-delay: 0.5s;
}

@media (max-width: 991px) {
  .fade-element,
  .fade-group > *,
  .fade-background {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}
.pan-image {
  position: relative;
  overflow: hidden;
  touch-action: none;
}
.pan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0.625rem;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.2s ease-out, object-position 0.15s linear;
  will-change: transform, object-position;
}

.is-hidden {
  display: none !important;
}

.section__row {
  justify-content: center;
}
.section__inner {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  text-align: center;
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  text-align: center;
}
.section-title__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.section-title__img {
  object-fit: contain;
}
.section-title__eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #999999;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-title__heading {
  margin-bottom: 2rem;
  color: rgb(19.6, 30.1, 39.9);
  font-family: "Outfit", sans-serif;
  font-size: clamp(3rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.section-title__description {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: rgba(19.6, 30.1, 39.9, 0.68);
}
.section-title__description p {
  font-size: 1.125rem;
  line-height: 1.95;
  letter-spacing: -0.01em;
  margin: 0;
  margin-bottom: 1.5rem;
}
.section-title__description p strong {
  font-weight: 600;
}
.section-title--light .section-title__heading,
.section-title--light .section-title__eyebrow {
  color: #1c2b39;
}
.section-title--light .section-title__description {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 300;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(248, 249, 250, 0);
  transition: background 0.05s linear, backdrop-filter 0.15s linear, box-shadow 0s linear, opacity 0.6s linear, transform 0.6s linear;
}
.header.is-scrolled {
  background: rgba(248, 249, 250, 0.94);
  backdrop-filter: blur(1.125rem);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  transition: background 0.35s linear, backdrop-filter 0.35s linear, box-shadow 0.35s linear, opacity 0.6s linear, transform 0.6s linear;
}
.header.is-scrolled .header__inner {
  padding-block: 1rem;
}
.header.is-scrolled .header-brand__logo {
  margin-top: 0;
  height: 4.75rem;
}
.header.is-scrolled .header-brand__logo--default {
  opacity: 0;
}
.header.is-scrolled .header-brand__logo--alternate {
  opacity: 1;
}
.header.is-scrolled .header-nav__link,
.header.is-scrolled .header-toggle__line,
.header.is-scrolled .header-locale-switcher__link {
  color: rgb(19.6, 30.1, 39.9);
}
.header.is-scrolled .header-toggle__line {
  background: rgb(19.6, 30.1, 39.9);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 5rem, 95rem);
  margin-inline: auto;
  gap: 2rem;
  padding-block: 0.5rem;
  transition: padding 0.35s ease;
}

.header-brand {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-brand__link {
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
}
.header-brand__logo {
  display: block;
  width: auto;
  height: 6.25rem;
  margin-top: 1.5625rem;
  transition: opacity 0.45s ease, transform 0.45s ease, margin 0.35s ease, height 0.35s ease;
}
.header-brand__logo--default {
  opacity: 1;
}
.header-brand__logo--alternate {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
}
.header-brand__link:hover .header-brand__logo--default {
  opacity: 0;
}
.header-brand__link:hover .header-brand__logo--alternate {
  opacity: 1;
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav__item {
  display: flex;
  align-items: center;
}
.header-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease, font-size 0.3s ease, opacity 0.3s ease;
}
.header-nav__link:hover {
  opacity: 0.72;
}
.header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.header-nav__link:hover::after, .header-nav__link.active::after {
  transform: scaleX(1);
}

.header-toggle {
  position: relative;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-toggle:hover {
  opacity: 0.72;
}
.header-toggle__line {
  position: absolute;
  left: 50%;
  width: 1.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}
.header-toggle__line:nth-child(1) {
  top: calc(50% - 0.5rem);
  transform: translateX(-50%);
}
.header-toggle__line:nth-child(2) {
  top: 50%;
  transform: translateX(-50%);
}
.header-toggle__line:nth-child(3) {
  top: calc(50% + 0.5rem);
  transform: translateX(-50%);
}

.header-locale-switcher {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
  margin-left: 1.5rem;
}
.header-locale-switcher__link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.45;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.header-locale-switcher__link.active, .header-locale-switcher__link:hover {
  opacity: 1;
}

body.is-menu-open {
  overflow: hidden;
}

@keyframes headerReveal {
  from {
    opacity: 0;
    transform: translateY(-0.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1920px) {
  .header-nav__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-brand {
    padding-right: 1.25rem;
  }
  .header__inner {
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header__inner {
    width: min(100% - 2.5rem, 100%);
  }
  .header-brand__logo {
    height: 4.5rem;
  }
  .header-nav {
    display: none;
  }
  .header-sidebar__inner {
    gap: 4rem;
    padding: 7rem 2rem 3rem;
  }
  .header-sidebar__brand {
    top: 1.5rem;
    left: 2rem;
  }
  .header-sidebar__brand-logo {
    height: 4rem;
  }
  .header-sidebar__close {
    top: 1.5rem;
    right: 2rem;
  }
  .header-sidebar__link {
    font-size: 1.125rem;
  }
  .header-locale-switcher {
    display: none;
    gap: 1rem;
    margin-left: auto;
  }
}
.header-sidebar {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.header-sidebar.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header-sidebar.is-active::after {
  opacity: 1;
}
.header-sidebar.is-active .header-sidebar__inner {
  opacity: 1;
  transform: translateY(0);
}
.header-sidebar__scroll-hint {
  display: none;
}
.header-sidebar__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 5vw, 6rem) clamp(3rem, 4vh, 4rem);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.header-sidebar__close {
  position: absolute;
  top: -1.25rem;
  right: -3rem;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.45s ease, opacity 0.35s ease;
}
.header-sidebar__close:hover {
  transform: rotate(90deg);
}
.header-sidebar__close-line {
  position: absolute;
  width: 1.75rem;
  height: 1.5px;
  transform-origin: center;
  transition: transform 0.45s ease, opacity 0.35s ease, background 0.35s ease;
}
.header-sidebar__close-line:nth-child(1) {
  transform: rotate(45deg);
}
.header-sidebar__close-line:nth-child(2) {
  transform: rotate(-45deg);
}
.header-sidebar__brand {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  margin-bottom: clamp(4rem, 8vh, 6rem);
}
.header-sidebar__brand-link {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
}
.header-sidebar__brand-logo {
  transition: opacity 0.45s linear, visibility 0.45s linear;
}
.header-sidebar__brand-logo--default {
  opacity: 1;
  visibility: visible;
}
.header-sidebar__brand-logo--alternate {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header-sidebar__brand-link:hover .header-sidebar__brand-logo--default {
  opacity: 0;
  visibility: hidden;
}
.header-sidebar__brand-link:hover .header-sidebar__brand-logo--alternate {
  opacity: 1;
  visibility: visible;
}
.header-sidebar__brand img {
  display: block;
  width: auto;
  height: 7.25rem;
  object-fit: contain;
}
.header-sidebar__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 0;
  padding-top: clamp(1rem, 2vh, 2rem);
}
.header-sidebar__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(13.75rem, 18.75rem));
  justify-content: center;
  align-content: start;
  width: 100%;
  max-width: 87.5rem;
  margin-inline: auto;
  gap: clamp(3rem, 5vh, 4rem) clamp(4rem, 6vw, 6rem);
  margin-bottom: 3rem;
}
.header-sidebar__group {
  display: flex;
  flex-direction: column;
}
.header-sidebar__group-title {
  margin-bottom: 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.header-sidebar__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-sidebar__nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-sidebar__nav-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  font-size: clamp(1.5rem, 1.5vw, 1.61rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.header-sidebar__meta {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 87.5rem;
  margin-top: auto;
  margin-inline: auto;
  gap: 4rem;
  padding-top: clamp(3rem, 5vh, 6rem);
  padding-bottom: clamp(1.5rem, 3vh, 3rem);
  border-top-width: 1px;
  border-top-style: solid;
}
.header-sidebar__meta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
}
.header-sidebar__contact {
  display: flex;
  flex: 1;
  align-items: center;
}
.header-sidebar__contact-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.header-sidebar__contact-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.header-sidebar__contact-label, .header-sidebar__social-link, .header-sidebar__locale-link {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header-sidebar__social {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header-sidebar__social-items {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-sidebar__locale-switcher {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
  padding-top: 0.25rem;
}

@media (max-width: 1920px) {
  .header-sidebar__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .header-sidebar {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(0.25rem);
  }
  .header-sidebar__content {
    padding-top: 2rem;
  }
  .header-sidebar__groups {
    grid-template-columns: repeat(2, minmax(15rem, 1fr));
    max-width: 100%;
    margin-inline: 0;
    gap: 3rem 4rem;
  }
  .header-sidebar__nav-link {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .header-sidebar__close {
    position: fixed;
    top: 1.25rem;
    right: 1rem;
  }
  .header-sidebar__meta {
    gap: 2rem;
  }
  .header-sidebar__brand {
    left: 0;
  }
}
@media (max-width: 767px) {
  .header-sidebar.is-active .header-sidebar__inner {
    transform: translateX(0) !important;
  }
  .header-sidebar__close {
    top: 30px;
    right: 20px;
    transition: none;
  }
  .header-sidebar__close:hover .header-sidebar__close-line {
    transition: none;
  }
  .header-sidebar__brand {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .header-sidebar__brand img {
    height: 6.25rem;
  }
  .header-sidebar__inner {
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 1.5rem 1.5rem 3rem;
    transform: translateX(100%) !important;
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.45s ease;
  }
  .header-sidebar__content, .header-sidebar__groups, .header-sidebar__meta {
    align-items: flex-start;
    text-align: left;
  }
  .header-sidebar__content {
    padding-top: 0;
    align-items: flex-start;
  }
  .header-sidebar__groups {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 0;
  }
  .header-sidebar__group {
    width: 100%;
  }
  .header-sidebar__nav-list {
    gap: 1.5rem;
  }
  .header-sidebar__nav-link {
    font-size: 2rem;
    line-height: 1.1;
  }
  .header-sidebar__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
  .header-sidebar__contact {
    width: 100%;
  }
  .header-sidebar__contact-items {
    flex-direction: column;
    gap: 2rem;
  }
  .header-sidebar__contact-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    min-width: 0;
  }
  .header-sidebar__social {
    width: 100%;
    padding-top: 1rem;
  }
  .header-sidebar__social-items {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .header-sidebar__locale-switcher {
    margin-left: 0;
    padding-top: 0;
    gap: 0;
    margin-left: 1rem;
  }
  .header-sidebar__locale-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0.25rem;
    letter-spacing: 0.1em;
    opacity: 0.32;
    font-size: 1rem;
    font-weight: 400;
    transition: opacity 0.3s ease;
  }
  .header-sidebar__locale-link.active {
    opacity: 1;
  }
  .header-sidebar__scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.24em;
    opacity: 0.4;
  }
}
.header-sidebar {
  background: rgba(12.88, 19.78, 26.22, 0.99);
}
.header-sidebar .header-sidebar__close-line {
  background: rgba(255, 255, 255, 0.96);
}
.header-sidebar .header-sidebar__close:hover .header-sidebar__close-line {
  background: #fff;
}
.header-sidebar .header-sidebar__group-title,
.header-sidebar .header-sidebar__contact-label,
.header-sidebar .header-sidebar__locale-link {
  color: rgba(255, 255, 255, 0.48);
}
.header-sidebar .header-sidebar__nav-link,
.header-sidebar .header-sidebar__social-link {
  color: rgba(255, 255, 255, 0.72);
}
.header-sidebar .header-sidebar__nav-link:hover,
.header-sidebar .header-sidebar__social-link:hover {
  color: #fff;
}
.header-sidebar .header-sidebar__contact-value {
  color: rgba(255, 255, 255, 0.96);
}
.header-sidebar .header-sidebar__meta {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.header-sidebar .header-sidebar__meta::before {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
}
@media (max-width: 767px) {
  .header-sidebar::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6rem;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(12.88, 19.78, 26.22, 0), rgba(19.6, 30.1, 39.9, 0.72));
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .header-sidebar .header-sidebar__contact-label {
    color: rgba(255, 255, 255, 0.48);
    letter-spacing: 0.18em;
  }
  .header-sidebar .header-sidebar__contact-value {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.15rem;
  }
}

.header-sidebar--light {
  background: #f8f9fa;
}
.header-sidebar--light .header-sidebar__close-line {
  background: rgba(19.6, 30.1, 39.9, 0.82);
}
.header-sidebar--light .header-sidebar__group-title,
.header-sidebar--light .header-sidebar__contact-label {
  color: rgba(19.6, 30.1, 39.9, 0.42);
}
.header-sidebar--light .header-sidebar__nav-link,
.header-sidebar--light .header-sidebar__contact-value {
  color: rgb(19.6, 30.1, 39.9);
}
.header-sidebar--light .header-sidebar__social-link {
  color: rgba(19.6, 30.1, 39.9, 0.68);
}
.header-sidebar--light .header-sidebar__locale-link {
  color: rgba(19.6, 30.1, 39.9, 0.48);
}
.header-sidebar--light .header-sidebar__locale-link.active, .header-sidebar--light .header-sidebar__locale-link:hover {
  color: rgb(19.6, 30.1, 39.9);
  opacity: 1;
}
.header-sidebar--light .header-sidebar__nav-link:hover {
  color: #16a4ac;
}
.header-sidebar--light .header-sidebar__social-link:hover {
  color: rgb(19.6, 30.1, 39.9);
}
.header-sidebar--light .header-sidebar__meta {
  border-top-color: rgba(19.6, 30.1, 39.9, 0.08);
}
.header-sidebar--light .header-sidebar__meta::before {
  background: linear-gradient(to right, transparent, rgba(19.6, 30.1, 39.9, 0.08), transparent);
}
@media (max-width: 767px) {
  .header-sidebar--light {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 250, 0.99));
  }
  .header-sidebar--light .header-sidebar__group-title,
  .header-sidebar--light .header-sidebar__contact-label {
    color: rgba(19.6, 30.1, 39.9, 0.5);
  }
  .header-sidebar--light .header-sidebar__nav-link {
    color: rgba(19.6, 30.1, 39.9, 0.96);
  }
  .header-sidebar--light .header-sidebar__contact-value {
    color: rgba(19.6, 30.1, 39.9, 0.92);
  }
  .header-sidebar--light .header-sidebar__social-link {
    color: rgba(19.6, 30.1, 39.9, 0.78);
  }
  .header-sidebar--light .header-sidebar__locale-link {
    opacity: 0.5;
  }
  .header-sidebar--light .header-sidebar__locale-link.active {
    opacity: 1;
  }
  .header-sidebar--light .header-sidebar__scroll-hint {
    color: rgba(19.6, 30.1, 39.9, 0.42);
  }
}

.ui-arrow-loop {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}
.ui-arrow-loop__track {
  display: flex;
  align-items: center;
  width: max-content;
  transform: translateX(-1.5rem);
  transition: none;
}
.ui-arrow-loop__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.ui-arrow-loop__icon .icon,
.ui-arrow-loop__icon svg {
  width: 100%;
  height: 100%;
}
.ui-arrow-loop__icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover .ui-arrow-loop__track,
button:hover .ui-arrow-loop__track {
  transform: translateX(0);
  transition: transform 0.55s cubic-bezier(0.76, 0, 0.24, 1);
}

.scroll-icon {
  position: absolute;
  bottom: clamp(2rem, 6vh, 3rem);
  left: 50%;
  z-index: 5;
  display: none !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.scroll-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.scroll-icon__mouse {
  position: relative;
  width: 1.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  border-radius: 0.875rem;
}
.scroll-icon__wheel {
  position: absolute;
  top: 0.375rem;
  left: 50%;
  width: 0.25rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background-color: #fff;
  transform: translateX(-50%);
  animation: scroll-icon-wheel 1s ease-in-out infinite;
}
.scroll-icon__chevron {
  position: relative;
  width: 1.25rem;
  height: 0.875rem;
  margin-top: 0.5rem;
  animation: scroll-icon-chevron 1s infinite;
}
.scroll-icon__chevron::before, .scroll-icon__chevron::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 0.5rem;
  background-color: #fff;
  transform-origin: top center;
}
.scroll-icon__chevron::before {
  left: calc(50% + 1px);
  transform: rotate(125deg);
}
.scroll-icon__chevron::after {
  transform: rotate(-125deg);
}

body.scrolled .scroll-icon {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(1rem);
}

@keyframes scroll-icon-chevron {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scroll-icon-wheel {
  0%, 50%, 100% {
    top: 0.375rem;
    opacity: 1;
  }
  25% {
    top: 1.125rem;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .scroll-icon {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-icon * {
    animation: none !important;
    transition: none !important;
  }
}

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