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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  line-height: normal;
}

blockquote,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe {
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

button {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: initial;
  background-color: transparent;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
}

dialog {
  border: none;
}

form {
  width: 100%;
  display: block;
}

fieldset {
  border: none;
  display: block;
}

iframe {
  border: none;
}

img {
  display: block;
}

label {
  display: block;
  margin-bottom: 0;
}

mark {
  padding: 0;
  background-color: transparent;
}

menu {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}

summary {
  list-style: none;
  cursor: pointer;
}

time {
  display: block;
}

[role=button] {
  cursor: pointer;
}

section,
article,
aside,
details,
figcaption,
figure,
header,
footer,
menu,
nav {
  display: block;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  color: #262626;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  background-color: #F1F5F9;
}
body.is--locked {
  overflow: hidden;
  height: 100vh;
}
body.is--dark {
  background-color: #1E293B;
}
body [data-section-hidden] {
  display: none !important;
}

.layout__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4000;
  padding: 12px 16px;
  padding-top: 37px;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 1296px;
  margin-inline: auto;
  padding: 12px 24px;
  background-color: #F8FAFC;
  border-radius: 8px;
  box-shadow: 0px 20px 24px 0px rgba(18, 41, 61, 0.04);
}

.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo .header__logo-img {
  display: block;
  width: 163px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: flex;
  align-items: center;
}
.header__nav .header__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.header__nav .header__nav-list .header__nav-item {
  list-style: none;
}
.header__nav .header__nav-list .header__nav-item .header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: #12293D;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
  color: #09F;
}
.header__nav .header__nav-list .header__nav-item .header__nav-link.is--active {
  font-weight: 500;
}

.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 24px;
  background-color: #0099FF;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__cta:hover {
  background-color: rgb(0, 128.52, 214.2);
}
.header__cta .header__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.header__cta .header__cta-label {
  color: #FFF;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__hamburger:hover {
  background-color: #F1F5F9;
}
.header__hamburger .header__hamburger-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 4001;
  background-color: rgba(18, 41, 61, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay.is--open {
  opacity: 1;
  visibility: visible;
}
.nav-overlay .nav-overlay__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 320px;
  padding: 24px;
  background-color: #FFF;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay .nav-overlay__content.is--open {
  transform: translateX(0);
}
.nav-overlay .nav-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-overlay .nav-overlay__header .nav-overlay__logo {
  display: flex;
}
.nav-overlay .nav-overlay__header .nav-overlay__logo .nav-overlay__logo-img {
  width: 130px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-overlay .nav-overlay__header .nav-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay .nav-overlay__header .nav-overlay__close:hover {
  background-color: #F1F5F9;
}
.nav-overlay .nav-overlay__header .nav-overlay__close .nav-overlay__close-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.nav-overlay .nav-overlay__nav {
  flex: 1;
}
.nav-overlay .nav-overlay__nav .nav-overlay__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.nav-overlay .nav-overlay__nav .nav-overlay__list .nav-overlay__item {
  list-style: none;
}
.nav-overlay .nav-overlay__nav .nav-overlay__list .nav-overlay__item .nav-overlay__link {
  display: block;
  padding: 12px 8px;
  color: #12293D;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #F1F5F9;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay .nav-overlay__nav .nav-overlay__list .nav-overlay__item .nav-overlay__link:hover {
  color: #0099FF;
}
.nav-overlay .nav-overlay__nav .nav-overlay__list .nav-overlay__item .nav-overlay__link.is--active {
  font-weight: 500;
}
.nav-overlay .nav-overlay__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #0099FF;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-overlay .nav-overlay__cta:hover {
  background-color: rgb(0, 128.52, 214.2);
}
.nav-overlay .nav-overlay__cta .nav-overlay__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.nav-overlay .nav-overlay__cta .nav-overlay__cta-label {
  color: #FFF;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .layout__header {
    padding: 12px 24px;
  }
  .header__wrapper {
    padding: 10px 16px;
  }
  .header__logo .header__logo-img {
    width: 120px;
    height: auto;
  }
  .header__nav {
    display: none;
  }
  .header__cta {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
}
.layout__cta {
  position: relative;
  background-color: #09F;
  padding: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .layout__cta {
    background-image: url(../img/cta-background.png);
    background-size: cover;
    background-position: center;
  }
}
.layout__cta .layout__cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 640px;
  text-align: center;
}
.layout__cta .layout__cta-content .layout__cta-title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -1.5px;
  color: #FFF;
  margin: 0;
}
.layout__cta .layout__cta-content .layout__cta-title .layout__cta-title--bold {
  font-weight: 700;
}
.layout__cta .layout__cta-content .layout__cta-text {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.layout__cta .layout__cta-content .layout__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 32px;
  background-color: #FFF;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #12293D;
  white-space: nowrap;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__cta .layout__cta-content .layout__cta-btn:hover {
  background-color: #F1F5F9;
}
.layout__cta .layout__cta-content .layout__cta-btn .layout__cta-btn-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .layout__cta {
    padding: 64px 24px;
  }
  .layout__cta .layout__cta-content {
    gap: 20px;
  }
  .layout__cta .layout__cta-content .layout__cta-title {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .layout__cta .layout__cta-content .layout__cta-text {
    font-size: 15px;
    line-height: 24px;
  }
  .layout__cta .layout__cta-content .layout__cta-btn {
    width: 100%;
    justify-content: center;
  }
}
.layout__footer {
  background-color: #12293D;
  display: flex;
  flex-direction: column;
}
.layout__footer .layout__footer-top {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 64px 96px;
}
.layout__footer .layout__footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.layout__footer .layout__footer-brand .layout__footer-logo-link {
  display: inline-block;
}
.layout__footer .layout__footer-brand .layout__footer-logo {
  display: block;
}
@media (min-width: 1280px) {
  .layout__footer .layout__footer-brand .layout__footer-tagline {
    width: 449px;
  }
}
.layout__footer .layout__footer-brand .layout__footer-tagline {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.layout__footer .layout__footer-nav {
  display: flex;
  gap: 64px;
  flex: 1;
}
.layout__footer .layout__footer-nav .layout__footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.layout__footer .layout__footer-nav .layout__footer-col .layout__footer-col-title {
  color: #09F;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.layout__footer .layout__footer-nav .layout__footer-col .layout__footer-col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout__footer .layout__footer-nav .layout__footer-col .layout__footer-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__footer .layout__footer-nav .layout__footer-col .layout__footer-link:hover {
  color: #FFF;
}
.layout__footer .layout__footer-middle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  gap: 86px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 32px;
}
.layout__footer .layout__footer-middle .actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout__footer .layout__footer-middle .layout__footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.layout__footer .layout__footer-middle .layout__footer-social .layout__footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(209, 213, 220, 0.1);
}
.layout__footer .layout__footer-middle .layout__footer-social .layout__footer-social-link .layout__footer-social-icon {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.layout__footer .layout__footer-middle .layout__footer-scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(209, 213, 220, 0.1);
}
.layout__footer .layout__footer-middle .layout__footer-scroll-top .layout__footer-scroll-top-icon {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.layout__footer .layout__footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 96px;
  padding-bottom: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.layout__footer .layout__footer-bottom .layout__footer-copy {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.layout__footer .layout__footer-bottom .layout__footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.layout__footer .layout__footer-bottom .layout__footer-bottom-link {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout__footer .layout__footer-bottom .layout__footer-bottom-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.layout__footer .layout__footer-bottom .layout__footer-bottom-link.layout__footer-bottom-link--ldna {
  display: flex;
  align-items: center;
}
.layout__footer .layout__footer-bottom .layout__footer-ldna-badge {
  display: block;
  width: 56px;
  height: auto;
}

@media (max-width: 1280px) {
  .layout__footer {
    text-align: center;
  }
  .layout__footer .layout__footer-top {
    flex-direction: column;
    gap: 0;
    padding: 40px 24px 0;
  }
  .layout__footer .layout__footer-brand {
    flex: none;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .layout__footer .layout__footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .layout__footer .layout__footer-nav .layout__footer-col {
    align-items: center;
    gap: 14px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .layout__footer .layout__footer-nav .layout__footer-col .layout__footer-col-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .layout__footer .layout__footer-nav .layout__footer-col .layout__footer-col-list {
    align-items: center;
  }
  .layout__footer .layout__footer-middle {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
  }
  .layout__footer .layout__footer-middle .layout__footer-watermark {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
  .layout__footer .layout__footer-middle .actions {
    justify-content: center;
  }
  .layout__footer .layout__footer-middle .actions .layout__footer-scroll-top {
    display: none;
  }
  .layout__footer .layout__footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 24px 24px 40px;
  }
  .layout__footer .layout__footer-bottom .layout__footer-bottom-links {
    flex-direction: column;
    justify-content: center;
    gap: 8px 16px;
  }
}
.layout__breadcrumb {
  background-color: #12293D;
  padding: 80px 96px 64px;
  padding-top: 211px;
  position: relative;
  overflow: hidden;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  border-radius: 8px;
  min-height: 738px;
}
@media (max-width: 1280px) {
  .layout__breadcrumb {
    padding: 48px 24px 40px;
  }
}

.breadcrumb__wrapper {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.breadcrumb__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 779px;
}

.breadcrumb__nav {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 68px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #F8FAFC;
  background: #F8FAFC;
  width: -moz-fit-content;
  width: fit-content;
}

.breadcrumb__link {
  color: #1E293B;
  text-decoration: none;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.breadcrumb__separator {
  color: #94A3B8;
}

.breadcrumb__current {
  color: #09F;
  font-weight: 700;
}

.breadcrumb__pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: rgba(0, 153, 255, 0.08);
  border: 1px solid rgba(0, 153, 255, 0.2);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #09F;
  margin-bottom: 32px;
}

.breadcrumb__title {
  margin-bottom: 24px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.5px;
  color: #F8FAFC;
}
@media (max-width: 1280px) {
  .breadcrumb__title {
    font-size: 36px;
  }
}

.breadcrumb__title-highlight {
  color: #09F;
}

.breadcrumb__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #F8FAFC;
}

.breadcrumb__watermark {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .breadcrumb__watermark {
    width: 200px;
    right: -16px;
    bottom: -16px;
  }
}

.layout__whatsapp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px 0px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.layout__whatsapp img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout__whatsapp:hover {
  transform: scale(1.1);
  background-color: #20bd5a;
}
@media (max-width: 1280px) {
  .layout__whatsapp {
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
  }
  .layout__whatsapp img {
    width: 24px;
    height: 24px;
  }
}

.home-hero {
  position: relative;
  width: 100%;
  height: 835px;
  overflow: hidden;
  padding: 8px;
  border-radius: 8px;
}

.home-hero__slider {
  height: 100%;
}
.home-hero__slider .home-hero__track {
  height: 100%;
}
.home-hero__slider .home-hero__track .home-hero__list {
  height: 100%;
}
.home-hero__slider .home-hero__track .home-hero__list .home-hero__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
}
.home-hero__bg .home-hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-hero__bg .home-hero__bg-overlay {
  position: absolute;
  inset: 0;
}
.home-hero__bg .home-hero__bg-overlay--dark {
  background: linear-gradient(to right, rgba(18, 41, 61, 0.88) 0%, rgba(18, 41, 61, 0.65) 48%, rgba(18, 41, 61, 0) 100%);
}
.home-hero__bg .home-hero__bg-overlay--light {
  background: linear-gradient(to right, rgba(248, 250, 252, 0.95) 0%, rgba(248, 250, 252, 0.7) 55%, rgba(248, 250, 252, 0) 100%);
}

.home-hero__content {
  position: absolute;
  top: 206px;
  left: 173px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 527px;
  max-width: calc(100% - 221px);
}
.home-hero__content .home-hero__badge {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  height: 34px;
  padding: 7px 17px;
  background-color: rgba(0, 153, 255, 0.08);
  border: 1px solid rgba(0, 153, 255, 0.2);
  border-radius: 9999px;
  color: #0099FF;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-hero__content .home-hero__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-hero__content .home-hero__body .home-hero__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 1;
  margin: 0;
}
.home-hero__content .home-hero__body .home-hero__title .home-hero__title--accent {
  color: #0099FF;
  font-weight: 500;
}
.home-hero__content .home-hero__body .home-hero__title .home-hero__title--base {
  color: #F8FAFC;
  font-weight: 400;
}
.home-hero__content .home-hero__body .home-hero__text {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  color: #F8FAFC;
}
.home-hero__content .home-hero__body .home-hero__text strong {
  font-weight: 600;
}

.home-hero__content--on-light .home-hero__title--base-dark {
  color: #12293D;
  font-weight: 400;
}
.home-hero__content--on-light .home-hero__text--muted {
  color: #45556C !important;
}

.home-hero__actions .home-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 1px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-hero__actions .home-hero__btn--light {
  background-color: #F8FAFC;
  border: 1px solid #F8FAFC;
  color: #12293D;
}
.home-hero__actions .home-hero__btn--light:hover {
  background-color: #E2E8F0;
  border-color: #E2E8F0;
}
.home-hero__actions .home-hero__btn--dark {
  background-color: #12293D;
  border: 1px solid #12293D;
  color: #F3F8F9;
}
.home-hero__actions .home-hero__btn--dark:hover {
  background-color: rgb(27.2962025316, 62.1746835443, 92.5037974684);
  border-color: rgb(27.2962025316, 62.1746835443, 92.5037974684);
}
.home-hero__actions .home-hero__btn .home-hero__btn-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.home-hero__pagination {
  position: absolute;
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 10;
}
.home-hero__pagination button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background-color: #E2E8F0;
  cursor: pointer;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-hero__pagination button.is--active {
  width: 32px;
  background-color: #0099FF;
}

.home-hero__arrow {
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  background-color: rgba(209, 213, 220, 0.1);
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-hero__arrow:hover {
  background-color: rgba(209, 213, 220, 0.2);
}
.home-hero__arrow .home-hero__arrow-icon {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

@media (max-width: 1280px) {
  .home-hero {
    height: 835px;
    padding: 0;
    border-radius: 0;
  }
  .home-hero__content {
    top: 120px;
    left: 24px;
    width: calc(100% - 48px);
    max-width: 100%;
    gap: 20px;
  }
  .home-hero__content .home-hero__badge {
    font-size: 12px;
    height: 28px;
    padding: 5px 12px;
  }
  .home-hero__content .home-hero__body {
    gap: 16px;
  }
  .home-hero__content .home-hero__body .home-hero__title {
    color: #FFF;
    font-family: "Stack Sans Text";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.5px;
  }
  .home-hero__content .home-hero__body .home-hero__text {
    color: #E2E8F0;
    font-family: "Stack Sans Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
  }
  .home-hero__actions .home-hero__btn {
    font-size: 15px;
    height: 48px;
    padding: 1px 20px;
  }
  .home-hero__arrow {
    right: 16px;
  }
  .home-hero__pagination {
    bottom: 32px;
  }
}
.home-stats {
  background-color: #12293D;
  padding: 80px 96px;
}
.home-stats .home-stats__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1232px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
}
.home-stats .home-stats__container .home-stats__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 40px 40px;
  background-color: #12293D;
}
.home-stats .home-stats__container .home-stats__card:first-child {
  border-radius: 7px 0 0 7px;
}
.home-stats .home-stats__container .home-stats__card:last-child {
  border-radius: 0 7px 7px 0;
}
.home-stats .home-stats__container .home-stats__card .home-stats__value {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #0099FF;
  white-space: nowrap;
}
.home-stats .home-stats__container .home-stats__card .home-stats__label {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  white-space: nowrap;
}
.home-stats .home-stats__container .home-stats__card .home-stats__desc {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #99A1AF;
}

@media (max-width: 1280px) {
  .home-stats {
    margin-top: -2px;
    padding: 40px 24px;
  }
  .home-stats .home-stats__container {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .home-stats .home-stats__container .home-stats__card {
    padding: 24px;
  }
  .home-stats .home-stats__container .home-stats__card:first-child {
    border-radius: 7px 0 0 0;
  }
  .home-stats .home-stats__container .home-stats__card:last-child {
    border-radius: 0 0 7px 0;
  }
  .home-stats .home-stats__container .home-stats__card .home-stats__value {
    font-size: 36px;
  }
  .home-stats .home-stats__container .home-stats__card .home-stats__label {
    font-size: 15px;
    white-space: normal;
  }
}
.home-services {
  background-color: #F8FAFC;
  padding: 124px 96px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-services .home-services__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.home-services .home-services__header .home-services__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-services .home-services__header .home-services__heading .home-services__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0099FF;
}
.home-services .home-services__header .home-services__heading .home-services__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.home-services .home-services__header .home-services__heading .home-services__title .home-services__title--accent {
  color: #0099FF;
}
.home-services .home-services__header .home-services__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 32px;
  flex-shrink: 0;
  background-color: #12293D;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  white-space: nowrap;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-services .home-services__header .home-services__btn:hover {
  background-color: rgb(27.2962025316, 62.1746835443, 92.5037974684);
}
.home-services .home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.home-services .home-services__grid .home-services__card {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding: 33px;
}
@media (max-width: 1280px) {
  .home-services .home-services__grid .home-services__card {
    min-height: 369px;
  }
}
.home-services .home-services__grid .home-services__card {
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-services .home-services__grid .home-services__card:hover {
  box-shadow: 0 8px 24px rgba(18, 41, 61, 0.08);
}
.home-services .home-services__grid .home-services__card .home-services__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.home-services .home-services__grid .home-services__card .home-services__card-top .home-services__card-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 64px;
  height: 64px;
  padding: 16px 16px 0;
  flex-shrink: 0;
  background-color: #EFF6FF;
  border-radius: 14px;
  overflow: hidden;
}
.home-services .home-services__grid .home-services__card .home-services__card-top .home-services__card-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.home-services .home-services__grid .home-services__card .home-services__card-top .home-services__card-number {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  color: #F1F5F9;
}
.home-services .home-services__grid .home-services__card .home-services__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.home-services .home-services__grid .home-services__card .home-services__card-body .home-services__card-title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.home-services .home-services__grid .home-services__card .home-services__card-body .home-services__card-desc {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: #45556C;
}
.home-services .home-services__grid .home-services__card .home-services__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0099FF;
  transition: gap 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-services .home-services__grid .home-services__card .home-services__card-link:hover {
  gap: 12px;
}
.home-services .home-services__grid .home-services__card .home-services__card-link .home-services__card-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .home-services {
    padding: 64px 24px;
    gap: 32px;
  }
  .home-services .home-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .home-services .home-services__header .home-services__heading .home-services__title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .home-services .home-services__header .home-services__btn {
    width: 100%;
    justify-content: center;
  }
  .home-services .home-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-services .home-services__grid .home-services__card {
    padding: 24px;
    gap: 20px;
  }
  .home-services .home-services__grid .home-services__card .home-services__card-top .home-services__card-number {
    font-size: 24px;
  }
  .home-services .home-services__grid .home-services__card .home-services__card-body .home-services__card-title {
    font-size: 17px;
  }
}
.home-projects {
  background-color: #F1F5F9;
  padding: 124px 96px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-projects .home-projects__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.home-projects .home-projects__header .home-projects__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-projects .home-projects__header .home-projects__heading .home-projects__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #09F;
}
.home-projects .home-projects__header .home-projects__heading .home-projects__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.home-projects .home-projects__header .home-projects__heading .home-projects__title .home-projects__title--accent {
  color: #09F;
}
.home-projects .home-projects__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 32px;
  flex-shrink: 0;
  background-color: #12293D;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #FFF;
  white-space: nowrap;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-projects .home-projects__btn:hover {
  background-color: rgb(27.2962025316, 62.1746835443, 92.5037974684);
}
.home-projects .home-projects__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.home-projects .home-projects__grid .home-projects__row {
  display: flex;
  gap: 16px;
  height: 480px;
}
.home-projects .home-projects__grid .home-projects__row .home-projects__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.home-projects .home-projects__grid .home-projects__row .home-projects__stack .home-projects__card {
  flex: 1;
  width: 100%;
}
.home-projects .home-projects__slider {
  display: none;
}
.home-projects .home-projects__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  flex: 1;
}
.home-projects .home-projects__card .home-projects__card-img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-projects .home-projects__card:hover .home-projects__card-img {
  transform: scale(1.03);
}
.home-projects .home-projects__card .home-projects__card-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.home-projects .home-projects__card .home-projects__card-bg .home-projects__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-projects .home-projects__card .home-projects__card-bg .home-projects__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 41, 61, 0.88) 13%, rgba(18, 41, 61, 0) 94%);
}
.home-projects .home-projects__card .home-projects__card-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-projects .home-projects__card .home-projects__card-info .home-projects__card-category {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #F8FAFC;
}
.home-projects .home-projects__card .home-projects__card-info .home-projects__card-title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: #FFF;
  margin: 0;
}
.home-projects .home-projects__card.home-projects__card--tall {
  flex: 0 0 50%;
}
.home-projects .home-projects__card.home-projects__card--wide {
  height: 353px;
  flex: none;
  width: 100%;
}

@media (max-width: 1280px) {
  .home-projects {
    padding: 64px 24px;
    gap: 32px;
  }
  .home-projects .home-projects__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .home-projects .home-projects__header .home-projects__heading .home-projects__title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .home-projects .home-projects__header .home-projects__btn {
    display: none;
  }
  .home-projects .home-projects__grid {
    display: none;
  }
  .home-projects .home-projects__slider {
    display: block;
    position: relative;
  }
  .home-projects .home-projects__slider .home-projects__track {
    overflow: hidden;
    border-radius: 8px;
  }
  .home-projects .home-projects__slider .home-projects__list {
    display: flex;
  }
  .home-projects .home-projects__slider .home-projects__list .splide__slide {
    height: 380px;
  }
  .home-projects .home-projects__slider .home-projects__list .splide__slide .home-projects__card {
    height: 100%;
    width: 100%;
  }
  .home-projects .home-projects__slider .home-projects__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
  }
  .home-projects .home-projects__slider .home-projects__pagination button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background-color: #E2E8F0;
    cursor: pointer;
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-projects .home-projects__slider .home-projects__pagination button.is--active {
    width: 32px;
    background-color: #0099FF;
  }
  .home-projects .home-projects__slider .home-projects__btn--mobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    margin-top: 32px;
  }
}
.home-about {
  background-color: #F1F5F9;
  padding-top: 96px;
  padding-bottom: 111px;
}
.home-about .wrapper {
  width: 100%;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home-about .wrapper .home-about__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 688px;
}
.home-about .wrapper .home-about__content .home-about__header {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.home-about .wrapper .home-about__content .home-about__header .home-about__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #09F;
}
.home-about .wrapper .home-about__content .home-about__header .home-about__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50.4px;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.home-about .wrapper .home-about__content .home-about__header .home-about__title .home-about__title--accent {
  font-weight: 500;
  color: #09F;
}
.home-about .wrapper .home-about__content .home-about__text {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: #45556C;
  margin: 0;
}
.home-about .wrapper .home-about__content .home-about__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  align-self: flex-start;
  height: 56px;
  padding: 0 25px;
  background-color: #FFF;
  border: 1px solid #12293D;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #12293D;
  white-space: nowrap;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-about .wrapper .home-about__content .home-about__btn:hover {
  background-color: #12293D;
  color: #FFF;
}
.home-about .wrapper .home-about__content .home-about__btn:hover .home-about__btn-icon {
  filter: brightness(0) invert(1);
}
.home-about .wrapper .home-about__content .home-about__btn .home-about__btn-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-about .wrapper .home-about__decoration {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1280px) {
  .home-about {
    padding: 64px 24px;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
  }
  .home-about .home-about__decoration {
    right: initial;
    left: 50%;
    transform: translateX(calc(-50% - 24px));
    width: calc(100% + 48px);
  }
  .home-about .home-about__content {
    gap: 24px;
    text-align: center;
  }
  .home-about .home-about__content .home-about__header {
    padding-top: 199px;
    gap: 14px;
  }
  .home-about .home-about__content .home-about__header .home-about__title {
    font-size: 32px;
    line-height: 40.32px;
    letter-spacing: -0.8px;
  }
  .home-about .home-about__content .home-about__text {
    font-size: 16px;
    line-height: 26px;
  }
  .home-about .home-about__content .home-about__btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
}
.home-partners {
  padding-bottom: 100px;
  background-color: #F1F5F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.home-partners .home-partners__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  color: #94A3B8;
}
.home-partners .home-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.home-partners .home-partners__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-partners .home-partners__item .home-partners__item-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.home-partners .home-partners__item .home-partners__item-name {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #12293D;
  white-space: nowrap;
}
.home-partners .home-partners__slider {
  display: none;
}

@media (max-width: 1280px) {
  .home-partners {
    padding: 48px 24px;
    gap: 32px;
  }
  .home-partners .home-partners__eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .home-partners .home-partners__list {
    display: none;
  }
  .home-partners .home-partners__slider {
    display: block;
    width: 100%;
  }
  .home-partners .home-partners__slider .home-partners__track {
    overflow: hidden;
  }
  .home-partners .home-partners__slider .home-partners__track .home-partners__slide-list {
    display: flex;
  }
  .home-partners .home-partners__slider .home-partners__track .home-partners__slide-list .splide__slide {
    display: flex;
    align-items: center;
  }
  .home-partners .home-partners__slider .home-partners__track .home-partners__slide-list .splide__slide .home-partners__item {
    gap: 14px;
  }
  .home-partners .home-partners__slider .home-partners__track .home-partners__slide-list .splide__slide .home-partners__item .home-partners__item-name {
    font-size: 18px;
  }
  .home-partners .home-partners__slider .home-partners__pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
  }
  .home-partners .home-partners__slider .home-partners__pagination button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background-color: #E2E8F0;
    cursor: pointer;
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-partners .home-partners__slider .home-partners__pagination button.is--active {
    width: 32px;
    background-color: #0099FF;
  }
}
.home-testimonials {
  background-color: #FFF;
  padding: 124px 96px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.home-testimonials .home-testimonials__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-testimonials .home-testimonials__header .home-testimonials__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #09F;
}
.home-testimonials .home-testimonials__header .home-testimonials__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.home-testimonials .home-testimonials__header .home-testimonials__title .home-testimonials__title--accent {
  font-weight: 500;
  color: #09F;
}
.home-testimonials .home-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.home-testimonials .home-testimonials__video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 480px;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 41, 61, 0.9) 0%, rgba(18, 41, 61, 0.2) 60%, rgba(18, 41, 61, 0) 100%);
}
.home-testimonials .home-testimonials__video-card .home-testimonials__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials .home-testimonials__video-card .home-testimonials__play:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #FFF;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__play .home-testimonials__play-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-info .home-testimonials__video-cta {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #FFF;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-info .home-testimonials__video-name {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  height: 32px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  backdrop-filter: blur(4px);
  font-family: "Stack Sans Text", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #FFF;
}
.home-testimonials .home-testimonials__video-card .home-testimonials__video-tag img {
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.home-testimonials .home-testimonials__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.home-testimonials .home-testimonials__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  height: 297px;
}
.home-testimonials .home-testimonials__card .home-testimonials__card-text {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.375px;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue {
  background-color: #12293D;
  border-color: #12293D;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue .home-testimonials__quote-icon {
  filter: none;
  opacity: 1;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue .home-testimonials__card-text {
  color: rgba(255, 255, 255, 0.85);
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue .home-testimonials__author {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue .home-testimonials__author .home-testimonials__author-info .home-testimonials__author-name {
  color: #FFF;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--blue .home-testimonials__author .home-testimonials__author-info .home-testimonials__author-role {
  color: rgba(255, 255, 255, 0.55);
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide {
  grid-column: 1/-1;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  height: 210px;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide .home-testimonials__card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide .home-testimonials__card-text {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide .home-testimonials__author {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  flex-shrink: 0;
  flex-direction: column;
  align-items: right;
  text-align: right;
  gap: 8px;
  border-left: 1px solid #F1F5F9;
  padding-left: 24px;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide .home-testimonials__author .home-testimonials__author-avatar {
  width: 56px;
  height: 56px;
  margin-left: auto;
}
.home-testimonials .home-testimonials__card.home-testimonials__card--wide .home-testimonials__author .home-testimonials__author-info {
  align-items: right;
}
.home-testimonials .home-testimonials__card .home-testimonials__quote-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(10%) sepia(8%) saturate(4310%) hue-rotate(179deg) brightness(90%) contrast(84%);
  opacity: 0.25;
}
.home-testimonials .home-testimonials__card .home-testimonials__card-text {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: #45556C;
  margin: 0;
  flex: 1;
}
.home-testimonials .home-testimonials__card .home-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #F1F5F9;
  padding-top: 8px;
  margin-top: auto;
}
.home-testimonials .home-testimonials__card .home-testimonials__author .home-testimonials__author-avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  flex-shrink: 0;
}
.home-testimonials .home-testimonials__card .home-testimonials__author .home-testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-testimonials .home-testimonials__card .home-testimonials__author .home-testimonials__author-info .home-testimonials__author-name {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #12293D;
}
.home-testimonials .home-testimonials__card .home-testimonials__author .home-testimonials__author-info .home-testimonials__author-role {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #62748E;
}
.home-testimonials .home-testimonials__card .home-testimonials__author .home-testimonials__author-info .home-testimonials__author-company {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #09F;
}
.home-testimonials .home-testimonials__slider {
  display: none;
}

.home-testimonials__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
  align-items: center;
  justify-content: center;
}
.home-testimonials__modal.is--active {
  display: flex;
}
.home-testimonials__modal .home-testimonials__modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(18, 41, 61, 0.8);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.home-testimonials__modal .home-testimonials__modal-box {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 24px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-close .home-testimonials__modal-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  cursor: pointer;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .home-testimonials__modal-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__overlay .player-improve__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__overlay .player-improve__play-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: #FFF;
  transform: scale(1.08);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__overlay .player-improve__play-btn .player-improve__play-icon {
  display: block;
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video.is--playing .player-improve__overlay {
  opacity: 0;
  pointer-events: none;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__toggle,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__mute,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__toggle:hover,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__mute:hover,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__fullscreen:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__toggle img,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__mute img,
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__fullscreen img {
  display: block;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress {
  flex: 1;
  display: flex;
  align-items: center;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress .player-improve__progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  cursor: pointer;
  transition: height 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress .player-improve__progress-bar:hover {
  height: 6px;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress .player-improve__progress-bar .player-improve__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #09F;
  border-radius: 4px;
  pointer-events: none;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress .player-improve__progress-bar .player-improve__progress-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__progress .player-improve__progress-bar:hover .player-improve__progress-thumb {
  opacity: 1;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video .player-improve__controls .player-improve__time {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  flex-shrink: 0;
}
.home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video.is--controls-visible .player-improve__controls, .home-testimonials__modal .home-testimonials__modal-box .home-testimonials__modal-video:not(.is--playing) .player-improve__controls {
  opacity: 1;
}

@media (max-width: 1280px) {
  .home-testimonials {
    padding: 64px 24px;
    gap: 32px;
  }
  .home-testimonials .home-testimonials__header {
    gap: 14px;
  }
  .home-testimonials .home-testimonials__header .home-testimonials__title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .home-testimonials .home-testimonials__grid {
    display: none;
  }
  .home-testimonials .home-testimonials__slider {
    display: block;
    position: relative;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__track {
    overflow: hidden;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__track .home-testimonials__list {
    display: flex;
    align-items: stretch;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__track .home-testimonials__list .splide__slide {
    display: flex;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__track .home-testimonials__list .splide__slide .home-testimonials__card {
    flex: 1;
    min-width: 0;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__track .home-testimonials__list .splide__slide .home-testimonials__card.home-testimonials__card--wide {
    grid-column: auto;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__pagination button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background-color: #E2E8F0;
    cursor: pointer;
    transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .home-testimonials .home-testimonials__slider .home-testimonials__pagination button.is--active {
    width: 32px;
    background-color: #0099FF;
  }
}
.project__hero {
  background-color: #F8FAFC;
  padding: 8px;
  position: relative;
  width: 100%;
}

.project-hero__slider {
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .project-hero__slider {
    height: 480px;
  }
}
.project-hero__slider .splide,
.project-hero__slider .splide__track,
.project-hero__slider .splide__list {
  height: 100%;
}

.project-hero__slide {
  position: relative;
  height: 100%;
  border-radius: 8px !important;
  overflow: hidden;
}
.project-hero__slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}
.project-hero__slide .project-hero__pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 10;
}
.project-hero__slide .project-hero__pagination button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background-color: #E2E8F0;
  cursor: pointer;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-hero__slide .project-hero__pagination button.is--active {
  width: 32px;
  background-color: #0099FF;
}

.project-hero__info {
  border-radius: 8px;
  width: 100%;
  background-color: #12293D;
  padding: 40px 99px;
}
@media (max-width: 1280px) {
  .project-hero__info {
    padding: 32px 24px;
  }
}
.project-hero__info-inner {
  width: 100%;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  .project-hero__info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.project-hero__info-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 779px;
}
@media (max-width: 1280px) {
  .project-hero__info-meta {
    max-width: 100%;
    width: 100%;
  }
}
.project-hero__info-title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.project-hero__info-title .color {
  color: #09F;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.project-hero__info-title {
  color: #FFF;
}
.project-hero__info-title .color {
  color: #FFF;
}
.project-hero__info-subtitle {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  color: #E2E8F0;
}
.project-hero__info-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .project-hero__info-nav {
    align-self: flex-end;
  }
}

.project-hero__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: rgba(209, 213, 220, 0.1);
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.project-hero__arrow:hover {
  background-color: rgba(209, 213, 220, 0.2);
}
.project-hero__arrow img {
  display: block;
  width: 24px;
  height: 24px;
}
.project-hero__arrow--prev img {
  transform: rotate(180deg);
}

.project__about {
  background-color: #F8FAFC;
  padding: 112px 96.5px;
}
@media (max-width: 1280px) {
  .project__about {
    padding: 64px 24px;
  }
}

.project-about__inner {
  width: 100%;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 1280px) {
  .project-about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.project-about__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.project-about__accent {
  width: 40px;
  height: 4px;
  background-color: #09F;
  border-radius: 99px;
  flex-shrink: 0;
}

.project-about__title {
  font-family: "Stack Sans Text";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #12293D;
  margin: 0;
}

.project-about__text {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #45556C;
  margin: 0;
}

.project-about__specs {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-about__spec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 37px;
  padding-bottom: 1px;
  border-bottom: 1px solid #F1F5F9;
}
.project-about__spec--last {
  border-bottom: none;
  height: 36px;
  padding-bottom: 0;
}
.project-about__spec-term {
  color: #62748E;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.project-about__spec-desc {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  text-align: right;
  padding: 0;
  margin: 0;
}

.project__selectors {
  background-color: #F8FAFC;
  padding: 0 158px;
}
@media (max-width: 1280px) {
  .project__selectors {
    padding: 0 24px;
  }
}

.project-selectors__inner {
  width: 100%;
  max-width: 1226px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  gap: 24px;
}
@media (max-width: 1280px) {
  .project-selectors__inner {
    padding: 32px 0;
    gap: 16px;
  }
}

.project-selectors__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  background-color: #F1F5F9;
  border-radius: 10px;
  text-decoration: none;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  flex-shrink: 0;
}
.project-selectors__all:hover {
  background-color: #E2E8F0;
}
.project-selectors__all-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.project-selectors__all-label {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #314158;
  white-space: nowrap;
}

.project-selectors__next {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.project-selectors__next:hover {
  opacity: 0.75;
}
.project-selectors__next-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.project-selectors__next-label {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: inherit;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: right;
}
.project-selectors__next-title {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
}
.project-selectors__next-icon {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .project-selectors__next-title {
    font-size: 12px;
    white-space: normal;
    text-align: right;
    max-width: 160px;
  }
}
.projects__main {
  background-color: #F8FAFC;
  padding: 96px 96px 112px;
}
@media (max-width: 1280px) {
  .projects__main {
    padding: 64px 24px;
  }
}

.projects__inner {
  width: 100%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.projects__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.projects__eyebrow {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: inherit;
}

.projects__title {
  font-family: "Stack Sans Text";
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
@media (max-width: 1280px) {
  .projects__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
}

.projects__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.projects__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 10px 19px;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  background-color: #F1F5F9;
  color: #45556C;
}
.projects__filter:hover {
  background-color: #E2E8F0;
  color: #12293D;
}
.projects__filter--active {
  background-color: #09F;
  color: #FFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}
.projects__filter--active:hover {
  background-color: #09F;
  color: #FFF;
}

.projects__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1280px) {
  .projects__grid {
    grid-template-columns: 1fr;
  }
}

.projects__card {
  position: relative;
  display: block;
  height: 434px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.projects__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.projects__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.projects__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(181deg, rgba(18, 41, 61, 0) 13%, rgba(18, 41, 61, 0.88) 94%);
}
.projects__card-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .projects__card-info {
    bottom: 24px;
    left: 24px;
  }
}
.projects__card-category {
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #F8FAFC;
  margin: 0;
}
.projects__card-title {
  font-family: "Stack Sans Text";
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
.projects__card-arrow {
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.projects__card-arrow img {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 1280px) {
  .projects__card-arrow {
    bottom: 24px;
    right: 24px;
  }
}
.projects__card:hover .projects__card-arrow {
  opacity: 1;
}

.contact__contact {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact__contact .wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.contact__contact .wrapper .grid {
  display: grid;
  grid-template-columns: 574px 1fr;
  gap: 40px;
  align-items: start;
}
.contact__contact .contact__form-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact__contact .contact__form-title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.contact__contact .contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.contact__contact .contact__form .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__contact .contact__form .field .label {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.contact__contact .contact__form .field .label .required {
  color: #FF6467;
  margin-left: 2px;
}
.contact__contact .contact__form .field .label .optional {
  font-weight: 400;
  color: #90A1B9;
}
.contact__contact .contact__form .field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact__contact .contact__form input,
.contact__contact .contact__form textarea {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background: #FFF;
  padding: 12px 16px;
  width: 100%;
  height: 50px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #12293D;
  outline: none;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__contact .contact__form input::-moz-placeholder, .contact__contact .contact__form textarea::-moz-placeholder {
  color: #90A1B9;
}
.contact__contact .contact__form input::placeholder,
.contact__contact .contact__form textarea::placeholder {
  color: #90A1B9;
}
.contact__contact .contact__form input:focus,
.contact__contact .contact__form textarea:focus {
  border-color: #09F;
  box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.1);
}
.contact__contact .contact__form input.is--error,
.contact__contact .contact__form textarea.is--error {
  border-color: #FF6467;
  box-shadow: 0 0 0 3px rgba(255, 100, 103, 0.12);
}
.contact__contact .contact__form textarea {
  height: 130px;
  resize: vertical;
  font-family: "Stack Sans Text", sans-serif;
}
.contact__contact .contact__form .field--subject .copernicus__select,
.contact__contact .contact__form .field--how .copernicus__select {
  position: relative;
  width: 100%;
}
.contact__contact .contact__form .field--subject .copernicus__select.is--open .copernicus__options,
.contact__contact .contact__form .field--how .copernicus__select.is--open .copernicus__options {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.contact__contact .contact__form .field--subject .copernicus__select.is--open .copernicus__selected,
.contact__contact .contact__form .field--how .copernicus__select.is--open .copernicus__selected {
  border-color: #09F;
  box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.1);
}
.contact__contact .contact__form .field--subject .copernicus__select.is--open .copernicus__selected .arrow-icon,
.contact__contact .contact__form .field--how .copernicus__select.is--open .copernicus__selected .arrow-icon {
  transform: rotate(180deg);
}
.contact__contact .contact__form .field--subject .copernicus__select.is--error .copernicus__selected,
.contact__contact .contact__form .field--how .copernicus__select.is--error .copernicus__selected {
  border-color: #FF6467;
  box-shadow: 0 0 0 3px rgba(255, 100, 103, 0.12);
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__selected,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__selected {
  height: 50px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__selected .selected-text,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__selected .selected-text {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #12293D;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__selected .selected-text.is--placeholder,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__selected .selected-text.is--placeholder {
  color: #90A1B9;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__selected .arrow-icon,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__selected .arrow-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__selected:hover,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__selected:hover {
  border-color: #90A1B9;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__options,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  z-index: 200;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 240px;
  overflow-y: auto;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__option,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__option {
  width: 100%;
  padding: 12px 16px;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #12293D;
  cursor: pointer;
  transition: background 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__option:hover,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__option:hover {
  background: #F8FAFC;
}
.contact__contact .contact__form .field--subject .copernicus__select .copernicus__option.is--selected,
.contact__contact .contact__form .field--how .copernicus__select .copernicus__option.is--selected {
  background: #F1F5F9;
  font-weight: 600;
  color: #12293D;
}
.contact__contact .contact__form .field--bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.contact__contact .contact__form .field--bottom .button--submit {
  border-radius: 10px;
  background: #09F;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  height: 50px;
  padding: 13px 31px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #FFF;
  text-align: center;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__contact .contact__form .field--bottom .button--submit img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}
.contact__contact .contact__form .field--bottom .button--submit:hover {
  background: rgb(0, 128.52, 214.2);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 153, 255, 0.25);
}
.contact__contact .contact__form .field--bottom .button--submit:active {
  transform: translateY(0);
}
.contact__contact .contact__form .field--bottom .form__note {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.contact__contact .contact__lateral {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.contact__contact .contact__lateral .lateral__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__contact .contact__lateral .lateral__header .lateral__eyebrow {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: inherit;
}
.contact__contact .contact__lateral .lateral__header .lateral__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -1.5px;
}
.contact__contact .contact__lateral .lateral__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__contact .contact__lateral .contact-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__contact .contact__lateral .contact-card:hover {
  border-color: #09F;
  box-shadow: 0 4px 16px rgba(0, 153, 255, 0.1);
}
.contact__contact .contact__lateral .contact-card.contact-card--whatsapp {
  background: #F0FDF4;
  border: 2px solid #B9F8CF;
}
.contact__contact .contact__lateral .contact-card.contact-card--whatsapp:hover {
  border-color: #00C950;
  box-shadow: 0 4px 16px rgba(0, 201, 80, 0.12);
}
.contact__contact .contact__lateral .contact-card .card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__contact .contact__lateral .contact-card .card__icon img {
  width: 24px;
  height: 24px;
}
.contact__contact .contact__lateral .contact-card .card__icon.icon--green {
  background: #00C950;
}
.contact__contact .contact__lateral .contact-card .card__icon.icon--green img {
  filter: brightness(0) invert(1);
}
.contact__contact .contact__lateral .contact-card .card__icon.icon--blue {
  background: rgba(0, 153, 255, 0.1);
}
.contact__contact .contact__lateral .contact-card .card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__badge {
  background: #DCFCE7;
  border-radius: 9999px;
  padding: 2px 8px;
  color: #008236;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}
.contact__contact .contact__lateral .contact-card .card__body .card__description {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__value {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__value--blue {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__value--hours {
  color: #62748E;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #00A63E;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  margin-top: 4px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__link img {
  width: 16px;
  height: 16px;
}
.contact__contact .contact__lateral .contact-card .card__body .card__link:hover {
  text-decoration: underline;
}
.contact__contact .contact__lateral .contact-card--social {
  align-items: flex-start;
}
.contact__contact .contact__lateral .contact-card--social .card__social-links {
  display: flex;
  gap: 12px;
}
.contact__contact .contact__lateral .contact-card--social .card__social-links .social-link {
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__contact .contact__lateral .contact-card--social .card__social-links .social-link img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.contact__contact .contact__lateral .contact-card--social .card__social-links .social-link span {
  color: #314158;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}
.contact__contact .contact__lateral .contact-card--social .card__social-links .social-link:hover {
  border-color: #09F;
  box-shadow: 0 2px 8px rgba(0, 153, 255, 0.1);
}
.contact__contact .contact__lateral .contact-card--social .card__body {
  gap: 8px;
}
.contact__contact .contact__lateral .contact-card--social .card__body .card__description {
  margin-bottom: 4px;
}
.contact__contact .field--error-msg {
  display: none;
  color: #FF6467;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 2px;
}
.contact__contact .field--error-msg.is--visible {
  display: block;
}
@media (max-width: 1280px) {
  .contact__contact .wrapper .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .contact__contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact__contact .wrapper .contact__form-card {
    padding: 24px;
  }
  .contact__contact .wrapper .contact__form .field--row {
    grid-template-columns: 1fr;
  }
}

.contact__map {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.contact__map .map {
  width: 100%;
  height: 400px;
  background-color: #e0e0e0;
  border-radius: 12px !important;
  overflow: hidden;
}

.contact__faq {
  padding: 8px;
}
.contact__faq .shell {
  background: #F8FAFC;
  border-radius: 8px;
}
.contact__faq .wrapper {
  padding-top: 124px;
  padding-bottom: 124px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.contact__faq .contact__faq-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.contact__faq .contact__faq-eyebrow {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: inherit;
}
.contact__faq .contact__faq-title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.5px;
}
.contact__faq .contact__faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__faq .faq__item-card {
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__faq .faq__item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.contact__faq .faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.contact__faq .faq__question span {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.contact__faq .faq__question .faq__chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact__faq .faq__question[aria-expanded=true] .faq__chevron {
  transform: rotate(180deg);
}
.contact__faq .faq__answer {
  padding: 0 24px 20px;
}
.contact__faq .faq__answer p {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .contact__faq .contact__faq-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .contact__faq {
    padding: 8px;
  }
  .contact__faq .wrapper {
    gap: 40px;
  }
  .contact__faq .contact__faq-title {
    font-size: 32px;
    line-height: 40px;
  }
  .contact__faq .faq__question {
    padding: 16px 20px;
  }
  .contact__faq .faq__question span {
    font-size: 15px;
    line-height: 22px;
  }
  .contact__faq .faq__answer {
    padding: 0 20px 20px;
  }
}

.services__main {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #FFF;
}
.services__main .services__wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.services__sidebar {
  flex-shrink: 0;
  width: 304px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.services__nav-label {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.services__nav-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.services__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  text-decoration: none;
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  position: relative;
}
.services__nav-item .services__nav-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.services__nav-item:hover {
  background: #F8FAFC;
  color: #12293D;
}
.services__nav-item.is--active {
  background: #FFF;
  color: #09F;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
  border-left: 3px solid #09F;
}
.services__nav-item.is--active .services__nav-icon {
  filter: brightness(0) saturate(100%) invert(40%) sepia(85%) saturate(2098%) hue-rotate(183deg) brightness(102%) contrast(109%);
}

.services__help-card {
  background: #12293D;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.services__help-card .services__help-card-icon {
  width: 24px;
  height: 24px;
}
.services__help-card .services__help-card-title {
  color: #FFF;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.services__help-card .services__help-card-text {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
}
.services__help-card .services__help-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #09F;
  text-decoration: none;
  color: #FFF;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.services__help-card .services__help-card-btn img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.services__help-card .services__help-card-btn:hover {
  background: rgb(0, 128.52, 214.2);
}

.services__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service__panel {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.service__panel.is--active {
  display: flex;
}

.service__card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service__hero {
  position: relative;
  height: 163px;
  border-radius: 8px;
  overflow: hidden;
}
.service__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  display: block;
}
.service__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #12293D;
  border-radius: 8px;
  z-index: 0;
}
.service__hero img {
  position: relative;
  z-index: 1;
}

.service__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service__eyebrow {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: inherit;
}

.service__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -1.5px;
}

.service__description {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
}

.service__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service__features-title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.service__features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.feature__card {
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature__card:nth-child(3):nth-last-child(1) {
  grid-column: span 2;
}

.feature__icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #EFF6FF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
  flex-shrink: 0;
}
.feature__icon-box img {
  width: 20px;
  height: 20px;
}

.feature__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.feature__text {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
}

.service__faq {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service__faq-title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.faq__list {
  background: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 14px;
  overflow: hidden;
}

.faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item:last-child {
  border-bottom: none;
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.faq__question:hover {
  background: #F1F5F9;
}
.faq__question[aria-expanded=true] .faq__chevron {
  transform: rotate(180deg);
}
.faq__question .faq__chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__answer {
  padding: 0 24px 16px;
}
.faq__answer p {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.service__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 27px;
  border-radius: 10px;
  background: #09F;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  width: 100%;
  color: #FFF;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.service__cta img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.service__cta:hover {
  background: rgb(0, 128.52, 214.2);
  box-shadow: 0 6px 12px rgba(0, 153, 255, 0.25);
  transform: translateY(-1px);
}
.service__cta:active {
  transform: translateY(0);
}

.service__checklist-block {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checklist__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.checklist__card {
  background: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.checklist__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.checklist__text {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1280px) {
  .services__main .services__wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .services__sidebar {
    width: 100%;
  }
  .services__nav-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .services__nav-item {
    width: auto;
    height: auto;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .service__features-grid {
    grid-template-columns: 1fr;
  }
  .service__title {
    font-size: 28px;
    line-height: 36px;
  }
  .service__card {
    padding: 20px;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .services__main {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.about-methods {
  padding: 124px 96px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 1280px) {
  .about-methods .background-desktop {
    position: absolute;
    top: 97px;
    right: 117px;
    z-index: -1;
    width: 400px;
    height: 398px;
  }
}
@media (max-width: 1280px) {
  .about-methods .background-desktop {
    display: none;
  }
}
.about-methods .about-methods__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.about-methods .about-methods__header .about-methods__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-methods .about-methods__header .about-methods__heading .about-methods__eyebrow {
  display: block;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #0099FF;
}
.about-methods .about-methods__header .about-methods__heading .about-methods__title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.about-methods .about-methods__header .about-methods__heading .about-methods__title .about-methods__title--accent {
  color: #0099FF;
}
.about-methods .about-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.about-methods .about-methods__grid .about-methods__card {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding: 33px;
}
@media (max-width: 1280px) {
  .about-methods .about-methods__grid .about-methods__card {
    min-height: 369px;
  }
}
.about-methods .about-methods__grid .about-methods__card {
  background-color: #FFF;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-methods .about-methods__grid .about-methods__card:hover {
  box-shadow: 0 8px 24px rgba(18, 41, 61, 0.08);
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-top .about-methods__card-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 64px;
  height: 64px;
  padding: 16px 16px 0;
  flex-shrink: 0;
  background-color: #EFF6FF;
  border-radius: 14px;
  overflow: hidden;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-top .about-methods__card-icon img {
  display: block;
  width: 32px;
  height: 32px;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-top .about-methods__card-number {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  color: #F1F5F9;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-body .about-methods__card-title {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.5px;
  color: #12293D;
  margin: 0;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-body .about-methods__card-desc {
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: #45556C;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Stack Sans Text", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0099FF;
  transition: gap 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-link:hover {
  gap: 12px;
}
.about-methods .about-methods__grid .about-methods__card .about-methods__card-link .about-methods__card-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .about-methods {
    padding: 64px 24px;
    gap: 32px;
  }
  .about-methods .about-methods__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .about-methods .about-methods__header .about-methods__heading .about-methods__title {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .about-methods .about-methods__header .about-methods__btn {
    width: 100%;
    justify-content: center;
  }
  .about-methods .about-methods__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-methods .about-methods__grid .about-methods__card {
    padding: 24px;
    gap: 20px;
  }
  .about-methods .about-methods__grid .about-methods__card .about-methods__card-top .about-methods__card-number {
    font-size: 24px;
  }
  .about-methods .about-methods__grid .about-methods__card .about-methods__card-body .about-methods__card-title {
    font-size: 17px;
  }
}
.about__quote {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 80px;
}
.about__quote .wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 8px;
}

.quote__box {
  background-color: #12293D;
  border-radius: 8px;
  padding: 124px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.quote__icon {
  width: 64px;
  height: 64px;
}

.quote__text {
  max-width: 896px;
  text-align: center;
  color: #E2E8F0;
  font-family: "Stack Sans Text";
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.5px;
}

.quote__highlight {
  color: #09F;
}

.quote__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.quote__line {
  width: 48px;
  height: 1px;
  background-color: #09F;
}

.quote__author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.quote__name {
  color: #FFF;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.quote__role {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .quote__box {
    padding: 80px 24px;
  }
  .quote__text {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .about__quote {
    padding-bottom: 48px;
  }
  .quote__box {
    padding: 64px 20px;
    gap: 24px;
  }
  .quote__text {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }
  .quote__icon {
    width: 48px;
    height: 48px;
  }
  .quote__author {
    flex-direction: column;
    gap: 12px;
  }
  .quote__line {
    display: none;
  }
}
.about-expert {
  padding-top: 96px;
  padding-bottom: 96px;
}
.about-expert .wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 137px;
}

.about-expert__image-col {
  flex-shrink: 0;
}

.about-expert__image-wrapper {
  position: relative;
  width: 360px;
  height: 462px;
}

.about-expert__vector {
  position: absolute;
  top: 73px;
  left: 0;
  width: 359px;
  height: 357px;
  z-index: 1;
}

.about-expert__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  border-radius: 8px 8px 0 0;
}

.about-expert__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

.about-expert__eyebrow {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: inherit;
}

.about-expert__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.5px;
}

.about-expert__desc {
  color: #45556C;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  max-width: 494px;
}

.about-expert__details {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.expert-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}

.expert-detail__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: rgba(0, 153, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert-detail__icon span {
  color: #09F;
  font-family: "Stack Sans Text";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.expert-detail__icon img {
  width: 20px;
  height: 20px;
}

.expert-detail__text {
  display: flex;
  flex-direction: column;
}

.expert-detail__title {
  color: #12293D;
  font-family: "Stack Sans Text";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.expert-detail__desc {
  color: #90A1B9;
  font-family: "Stack Sans Text";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .about-expert .wrapper {
    gap: 64px;
  }
  .about-expert__image-wrapper {
    width: 320px;
    height: 410px;
  }
  .about-expert__image-wrapper .about-expert__vector {
    width: 319px;
    height: 317px;
  }
  .about-expert__title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .about-expert {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-expert .wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .about-expert__image-wrapper {
    margin: 0 auto;
  }
  .about-expert__content {
    align-items: center;
    text-align: center;
  }
  .about-expert__details {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
  .expert-detail {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .about-expert {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about-expert__image-wrapper {
    width: 280px;
    height: 360px;
  }
  .about-expert__image-wrapper .about-expert__vector {
    width: 279px;
    height: 277px;
    top: 50px;
  }
  .about-expert__title {
    font-size: 32px;
    line-height: 40px;
  }
  .about-expert__details {
    margin-top: 16px;
  }
}/*# sourceMappingURL=main.css.map */