@charset "UTF-8";
:root {
  --contact-bar-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --contact-bar-font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  --contact-bar-font-weight: 400;
  --contact-bar-line-height: 1.4;
  --contact-bar-letter-spacing: 0;
  --header-nav-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --header-nav-font-size: 1rem;
  --header-nav-font-weight: 500;
  --header-nav-line-height: 1.4;
  --header-nav-letter-spacing: 0;
  --logo-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --logo-font-size: 1.5rem;
  --logo-font-weight: 700;
  --logo-line-height: 1.1;
  --logo-letter-spacing: -0.025em;
  --mobile-menu-nav-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --mobile-menu-nav-font-size: 1.125rem;
  --mobile-menu-nav-font-weight: 400;
  --mobile-menu-nav-line-height: 1.3;
  --mobile-menu-nav-letter-spacing: 0;
  --mobile-menu-cta-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --mobile-menu-cta-font-size: 1rem;
  --mobile-menu-cta-font-weight: 500;
  --mobile-menu-cta-line-height: 1.8;
  --mobile-menu-cta-letter-spacing: 0;
  --main-button-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --main-button-font-size: 1rem;
  --main-button-font-weight: 500;
  --main-button-line-height: 1.4;
  --main-button-letter-spacing: 0.025em;
  --main-button-font-size-xsmall: 0.875rem;
  --main-button-font-size-small: 1rem;
  --main-button-font-size-large: 1.125rem;
  --main-button-font-size-mobile: 0.875rem;
  --main-button-font-size-contact-bar: clamp(0.65rem, 1vw, 0.75rem);
  --main-button-large-font-size: 1.125rem;
  --main-button-large-font-weight: 600;
  --mobile-main-button-large-font-size: 1.125rem;
  --mobile-main-button-large-font-weight: 600;
  --breadcrumb-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --breadcrumb-font-size: 0.875rem;
  --breadcrumb-chevron-font-size: 1.125rem;
  --breadcrumb-chevron-font-weight: 400;
  --breadcrumb-active-font-weight: 700;
  --breadcrumb-inactive-font-weight: 400;
  --breadcrumb-line-height: 1.4;
  --dropdown-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --dropdown-font-size: 0.875rem;
  --dropdown-font-weight: 400;
  --dropdown-line-height: 1.4;
  --dropdown-letter-spacing: 0;
  --hero-title-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --hero-title-font-size: 3rem;
  --hero-title-font-weight: 700;
  --hero-title-line-height: 1.2;
  --hero-title-letter-spacing: -0.025em;
  --hero-subTitle-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --hero-subTitle-font-size: 1.375rem;
  --hero-subTitle-font-weight: 500;
  --hero-subTitle-line-height: 1.6;
  --hero-subTitle-letter-spacing: 0;
  --mobile-hero-title-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --mobile-hero-title-font-size: 2.25rem;
  --mobile-hero-title-font-weight: 700;
  --mobile-hero-title-line-height: 1.2;
  --mobile-hero-title-letter-spacing: -0.025em;
  --mobile-hero-subTitle-font-family: -apple-system, Manrope, Segoe UI, Roboto, sans-serif;
  --mobile-hero-subTitle-font-size: 1.375rem;
  --mobile-hero-subTitle-font-weight: 500;
  --mobile-hero-subTitle-line-height: 1.6;
  --mobile-hero-subTitle-letter-spacing: 0;
}

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

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

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

.wrapper-xl {
  width: min(100% - 4rem, 90rem);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .wrapper-xl {
    width: min(100% - 1rem, 90rem);
  }
}

.wrapper {
  max-inline-size: 870px;
  margin-inline: auto;
}

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

* {
  margin: 0;
  padding: 0;
  font: inherit; /* Get rid of all font sizes and heights */
}

html {
  color-scheme: dark light; /* Default dark */
  hanging-punctuation: first last; /* Not supported in Chrome */
}

body {
  min-height: 100vh;
}

/* Media responsive */
img, picture, svg, video {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

p {
  max-width: 75ch;
  text-wrap: pretty; /* Prevents orphans on lines */
}

@media (prefers-reduced-motion: no-preference) {
  :has(:target) {
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
  }
}
a:visited {
  color: inherit;
}

.bg-darkBlue {
  background-color: #0E1625;
}

.bg-charcoalBlue {
  background-color: #293B4F;
}

.bg-pureBlue {
  background-color: #1C7AFF;
}

.bg-green {
  background-color: #89DFCD;
}

.bg-lightBlue {
  background-color: #BCC9D3;
}

.bg-brightLight {
  background-color: #E0EBFB;
}

.bg-ghostWhite {
  background-color: #F9F9FB;
}

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

.bg-colorOverlay {
  background-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
}

.text-darkBlue {
  color: #0E1625;
}

.text-charcoalBlue {
  color: #293B4F;
}

.text-pureBlue {
  color: #1C7AFF;
}

.text-green {
  color: #89DFCD;
}

.text-lightBlue {
  color: #BCC9D3;
}

.text-brightLight {
  color: #E0EBFB;
}

.text-ghostWhite {
  color: #F9F9FB;
}

.text-white {
  color: #FFFFFF;
}

.contact-bar {
  background: var(--clr-accent);
  color: #FFFFFF;
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 1001;
  padding-inline: clamp(20px, 8vw, 120px);
  padding-block: 10px;
}
@media (max-width: 768px) {
  .contact-bar {
    display: none;
  }
}
.contact-bar__content {
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(8px, 2.5vw, 34px);
  font-family: var(--contact-bar-font-family);
  font-size: var(--contact-bar-font-size);
  font-weight: var(--contact-bar-font-weight);
}
.contact-bar__link {
  color: inherit;
  text-decoration: none;
}
.contact-bar__link:hover {
  text-decoration: underline;
}
.contact-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.contact-bar__item svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
  flex-shrink: 0;
}
.contact-bar__text--short {
  display: none;
}
@media (max-width: 1200px) {
  .contact-bar__text--short {
    display: inline;
  }
}
@media (max-width: 1200px) {
  .contact-bar__text--long {
    display: none;
  }
}
.contact-bar .main-button--xsmall {
  min-width: auto;
  height: 32px;
  padding: clamp(3px, 0.5vw, 6px) clamp(8px, 1.5vw, 20px);
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  border-radius: 32px;
}
.contact-bar .main-button--xsmall .main-button__icon {
  width: 12px;
  height: 12px;
  font-size: 0.875em;
  margin-left: 4px;
}
.contact-bar .dropdown__trigger {
  background: transparent;
  color: white;
  padding: 0;
  font-size: clamp(0.7rem, 1.1vw, 0.875rem);
  height: clamp(28px, 4vw, 32px);
}
.contact-bar .dropdown__menu {
  z-index: 1002;
  background-color: var(--clr-accent);
}
.contact-bar .dropdown__arrow svg {
  width: 14px;
  height: 14px;
  stroke: white;
}

.header {
  background: var(--clr-primary);
  padding: 1.25rem 0;
  position: relative;
  z-index: 1000;
}
.header__content {
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__content {
    justify-content: space-between;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-link {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
  font-family: var(--header-nav-font-family);
  font-size: var(--header-nav-font-size);
  font-weight: var(--header-nav-font-weight);
  line-height: var(--header-nav-line-height);
  letter-spacing: var(--header-nav-letter-spacing);
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 3px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header__hamburger span:nth-child(1) {
  transform: translateY(0);
}
.header__hamburger span:nth-child(2) {
  opacity: 1;
}
.header__hamburger span:nth-child(3) {
  transform: translateY(0);
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header .dropdown__menu {
  background-color: var(--clr-primary);
}

.logo {
  text-align: center;
  width: 200px;
  height: 60px;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .logo {
    width: 150px;
    height: 40px;
    text-align: left;
  }
}
.logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.logo__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.logo__fallback {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}
@media (max-width: 768px) {
  .logo__fallback {
    font-size: 18px;
  }
}
.logo__text {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
.logo__subtitle {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin: 0;
  letter-spacing: 0.1em;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--clr-primary);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.3s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (min-width: 769px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 100px 2rem 80px;
  overflow-y: auto;
}
.mobile-menu__cta {
  margin-bottom: 1.563rem;
}
.mobile-menu__cta .main-button {
  font-family: var(--mobile-menu-cta-font-family);
  font-size: var(--mobile-menu-cta-font-size);
  font-weight: var(--mobile-menu-cta-font-weight);
  line-height: var(--mobile-menu-cta-line-height);
  letter-spacing: var(--mobile-menu-cta-letter-spacing);
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobile-menu__nav::-webkit-scrollbar {
  display: none;
}
.mobile-menu__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu__nav-item {
  margin-bottom: 1.563rem;
}
.mobile-menu__nav-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: var(--mobile-menu-nav-font-family);
  font-size: var(--mobile-menu-nav-font-size);
  font-weight: var(--mobile-menu-nav-font-weight);
  line-height: var(--mobile-menu-nav-line-height);
  letter-spacing: var(--mobile-menu-nav-letter-spacing);
  transition: color 0.2s ease;
}
.mobile-menu__nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-menu__dropdown {
  margin-bottom: 1rem;
}
.mobile-menu__dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.mobile-menu__dropdown-trigger svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
  stroke: currentColor;
}
.mobile-menu__dropdown-trigger.is-open svg {
  transform: rotate(180deg);
}
.mobile-menu__dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-menu__dropdown-menu.is-open {
  max-height: 300px;
}
.mobile-menu__dropdown-item {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-menu__dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.mobile-menu__call-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu__call-cta .call-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background-color: #89DFCD;
  color: #0E1625;
  text-decoration: none;
  font-family: var(--mobile-menu-cta-font-family);
  font-size: var(--mobile-menu-cta-font-size);
  font-weight: var(--mobile-menu-cta-font-weight);
  line-height: var(--mobile-menu-cta-line-height);
  letter-spacing: var(--mobile-menu-cta-letter-spacing);
}
.mobile-menu__call-cta .call-cta svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
}
.mobile-menu__call-cta .call-cta:hover {
  background-color: rgb(96.88, 212.12, 188);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .mobile-menu-overlay {
    display: none;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

.breadcrumb {
  height: 5.4375rem;
  display: flex;
  align-items: center;
}
.breadcrumb li {
  display: inline-block;
  margin-right: 0;
  font-family: var(--breadcrumb-font-family);
  font-size: var(--breadcrumb-font-size);
  font-weight: var(--breadcrumb-font-weight);
  line-height: var(--breadcrumb-line-height);
  letter-spacing: var(--breadcrumb-letter-spacing);
}
.breadcrumb li.active {
  font-weight: var(--breadcrumb-active-font-weight);
}
.breadcrumb li + li:before {
  font-family: var(--breadcrumb-chevron-font-family);
  font-size: var(--breadcrumb-chevron-font-size);
  font-weight: var(--breadcrumb-chevron-font-weight);
  line-height: var(--breadcrumb-chevron-line-height);
  letter-spacing: var(--breadcrumb-chevron-letter-spacing);
  content: ">";
}

.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  min-width: 240px;
  height: 50px;
  padding: 8px 25px;
  font-family: var(--main-button-font-family);
  font-size: var(--main-button-font-size);
  font-weight: var(--main-button-font-weight);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(28, 122, 255, 0.3);
}
.main-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.main-button--primary {
  background-color: #1C7AFF;
  color: #FFFFFF;
}
.main-button--primary:hover {
  background-color: color-variation(#1C7AFF, "dark");
  box-shadow: 0 4px 12px rgba(28, 122, 255, 0.3);
}
.main-button--primary:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(28, 122, 255, 0.4);
}
.main-button--secondary {
  background-color: #FFFFFF;
  color: #1C7AFF;
  border: 1px solid rgba(28, 122, 255, 0.2);
}
.main-button--secondary:hover {
  background-color: rgba(28, 122, 255, 0.05);
  border-color: #1C7AFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(28, 122, 255, 0.15);
}
.main-button--secondary:active {
  transform: translateY(-1px);
  background-color: rgba(28, 122, 255, 0.1);
}
.main-button--outline {
  background-color: transparent;
  color: #1C7AFF;
  border: 2px solid #1C7AFF;
}
.main-button--outline:hover {
  background-color: #1C7AFF;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(28, 122, 255, 0.3);
}
.main-button--outline:active {
  transform: translateY(-1px);
}
.main-button--xsmall {
  min-width: 170px;
  height: 30px;
  padding: 5px 20px;
  font-size: var(--main-button-font-size-small);
  border-radius: 40px;
}
.main-button--small {
  min-width: 180px;
  height: 40px;
  padding: 6px 20px;
  font-size: var(--main-button-font-size-xsmall);
  border-radius: 40px;
}
.main-button--large {
  min-width: 260px;
  height: 50px;
  padding: 8px 25px;
  border-radius: 60px;
  font-family: var(--main-button-large-font-family);
  font-size: var(--main-button-large-font-size);
  font-weight: var(--main-button-large-font-weight);
  line-height: var(--main-button-large-line-height);
  letter-spacing: var(--main-button-large-letter-spacing);
}
.main-button--xlarge {
  min-width: 320px;
  height: 70px;
  padding: 15px 35px;
  font-size: 1.25rem;
  border-radius: 70px;
}
.main-button--full-width {
  width: 100%;
  min-width: auto;
}
.main-button--auto-width {
  min-width: auto;
  width: auto;
}
.main-button--loading {
  position: relative;
  pointer-events: none;
}
.main-button--loading::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.main-button--loading .main-button__text {
  opacity: 0;
}
.main-button--with-icon .main-button__icon {
  width: 18px;
  height: 18px;
}
.main-button--with-icon .main-button__icon--right {
  order: 2;
}
.main-button__text {
  transition: opacity 0.3s ease;
}
.main-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.main-button:hover .main-button__icon {
  transform: translateX(2px);
}
.main-button__icon--arrow {
  font-size: 1.2em;
  margin-left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .main-button {
    min-width: 200px;
    height: 45px;
    padding: 10px 20px;
    font-size: var(--main-button-font-size-mobile);
  }
  .main-button--small {
    height: 30px;
  }
  .main-button--large {
    min-width: 240px;
    height: 50px;
    padding: 8px 20px;
    font-family: var(--mobile-main-button-large-font-family);
    font-size: var(--mobile-main-button-large-font-size);
    font-weight: var(--mobile-main-button-large-font-weight);
    line-height: var(--mobile-main-button-large-line-height);
    letter-spacing: var(--mobile-main-button-large-letter-spacing);
  }
  .main-button--xlarge {
    min-width: 260px;
    height: 55px;
    padding: 10px 30px;
  }
  .main-button--mobile-full {
    width: 100%;
    min-width: auto;
  }
}
.main-button-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.main-button-group--center {
  justify-content: center;
}
@media (max-width: 768px) {
  .main-button-group--stack-mobile {
    flex-direction: column;
    align-items: center;
  }
  .main-button-group--stack-mobile .main-button {
    width: 100%;
    min-width: auto;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background-color: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.dropdown__trigger.is-open .dropdown__arrow svg {
  transform: rotate(180deg);
}
.dropdown__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.dropdown__arrow svg {
  width: 20px;
  height: 23px;
  transition: transform 0.2s ease;
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 100%;
  padding: 0;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}
.dropdown__menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown__item {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}
.dropdown__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.dropdown__item:hover, .dropdown__item:focus {
  outline: none;
}
.dropdown__item.is-selected {
  font-weight: 500;
}
.dropdown__item.is-selected::after {
  content: "✓";
  float: right;
  color: #ffffff;
  margin-left: 10px;
}
.dropdown__item:disabled {
  color: #BCC9D3;
  cursor: not-allowed;
}
.dropdown__item:disabled:hover {
  background-color: transparent;
}
.dropdown__separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
.dropdown__header {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #BCC9D3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.dropdown--up .dropdown__menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  transform: translateY(10px);
}
.dropdown--up .dropdown__menu.is-open {
  transform: translateY(0);
}
.dropdown--right .dropdown__menu {
  left: auto;
  right: 0;
}
.dropdown--center .dropdown__menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-10px);
}
.dropdown--center .dropdown__menu.is-open {
  transform: translateX(-50%) translateY(0);
}
.dropdown--small .dropdown__trigger {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.dropdown--small .dropdown__item {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.dropdown--large .dropdown__trigger {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
}
.dropdown--large .dropdown__item {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
}
.dropdown--borderless .dropdown__trigger {
  border: none;
  background-color: transparent;
}
.dropdown--borderless .dropdown__trigger:hover {
  background-color: rgba(28, 122, 255, 0.05);
}
.dropdown--primary .dropdown__trigger {
  background-color: #1c7aff;
  color: white;
  border-color: #1c7aff;
}
.dropdown--primary .dropdown__trigger:hover {
  background-color: #1557cc;
}
.dropdown--primary .dropdown__arrow {
  color: white;
}
.dropdown--searchable .dropdown__search {
  padding: 0.75rem;
  border-bottom: 1px solid #293B4F;
}
.dropdown--searchable .dropdown__search input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #293B4F;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .dropdown__menu {
    left: 0;
    right: 0;
    max-height: 60vh;
    overflow-y: auto;
  }
  .dropdown__item {
    padding: 0.75rem 1rem;
  }
}

/*
<!-- Dropdown con SVG -->
<div class="dropdown">
  <button class="dropdown__trigger">
    <span class="dropdown__text">Menú</span>
    <span class="dropdown__arrow">
      <svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15 8.64283L10 14.3571L5 8.64283" stroke="white" stroke-width="2"/>
      </svg>
    </span>
  </button>
  <div class="dropdown__menu">
    <a href="#" class="dropdown__item">Casos de éxito</a>
    <a href="#" class="dropdown__item">Blog</a>
  </div>
</div>

<!-- Dropdown con más opciones -->
<div class="dropdown">
  <button class="dropdown__trigger">
    <span class="dropdown__text">Servicios</span>
    <span class="dropdown__arrow">
      <svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M15 8.64283L10 14.3571L5 8.64283" stroke="white" stroke-width="2"/>
      </svg>
    </span>
  </button>
  <div class="dropdown__menu">
    <a href="#" class="dropdown__item">Desarrollo web</a>
    <a href="#" class="dropdown__item">Diseño UI/UX</a>
    <div class="dropdown__separator"></div>
    <a href="#" class="dropdown__item">Consultoría</a>
  </div>
</div>
*/
.module {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero {
  --desktop-standard-hero-height: 100%;
  --desktop-short-hero-height: 400px;
  --mobile-standard-height: 230px;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
.hero--full {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--short {
  height: var(--desktop-short-hero-height);
}
@media (max-width: 768px) {
  .hero--short {
    height: auto;
  }
}
.hero--short .overlay {
  height: var(--mobile-short-height);
}
.hero__content {
  max-width: 780px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 25px 20px 40px;
  }
}
.hero--full .hero__content {
  position: absolute;
  top: 25%;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hero__title {
  font-family: var(--hero-title-font-family);
  font-size: var(--hero-title-font-size);
  font-weight: var(--hero-title-font-weight);
  line-height: var(--hero-title-line-height);
  letter-spacing: var(--hero-title-letter-spacing);
  margin: 0 0 0.5rem 0;
}
@media (max-width: 768px) {
  .hero__title {
    margin: 0;
    font-family: var(--mobile-hero-title-font-family);
    font-size: var(--mobile-hero-title-font-size);
    font-weight: var(--mobile-hero-title-font-weight);
    line-height: var(--mobile-hero-title-line-height);
    letter-spacing: var(--mobile-hero-title-letter-spacing);
  }
}
@media (max-width: 768px) {
  .hero--full .hero__title {
    margin: 0;
  }
}
.hero__subtitle {
  font-family: var(--hero-subTitle-font-family);
  font-size: var(--hero-subTitle-font-size);
  font-weight: var(--hero-subTitle-font-weight);
  line-height: var(--hero-subTitle-line-height);
  letter-spacing: var(--hero-subTitle-letter-spacing);
  margin: 0;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-family: var(--mobile-hero-subTitle-font-family);
    font-size: var(--mobile-hero-subTitle-font-size);
    font-weight: var(--mobile-hero-subTitle-font-weight);
    line-height: var(--mobile-hero-subTitle-line-height);
    letter-spacing: var(--mobile-hero-subTitle-letter-spacing);
  }
}
.hero--full .hero__subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .hero--full .hero__subtitle {
    margin: 0;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--desktop-standard-hero-height);
  object-fit: cover;
  z-index: 0;
}
.hero__image--desktop {
  display: block;
}
@media (max-width: 768px) {
  .hero__image--desktop {
    display: none;
  }
}
.hero__image--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__image--mobile {
    display: block;
    position: relative;
    height: var(--mobile-standard-height);
  }
}
.hero--full .hero__image {
  height: var(--desktop-standard-hero-height);
}
.hero--full .hero__image--desktop {
  display: block;
}
@media (max-width: 768px) {
  .hero--full .hero__image--desktop {
    display: none;
  }
}
.hero--full .hero__image--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero--full .hero__image--mobile {
    display: block;
  }
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__overlay {
    height: var(--mobile-standard-height);
  }
}
.hero--full .hero__overlay {
  height: 100%;
}
.hero--noHero .hero__overlay {
  height: 100%;
}
.hero__cta-container {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .hero__cta-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }
}
.hero .main-button:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .hero .main-button:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .hero .main-button {
    width: 100%;
  }
}

body {
  height: 100vh;
  overflow: hidden;
}

* {
  font-family: -apple-system, Manrope, "Segoe UI", Roboto, sans-serif;
}/*# sourceMappingURL=main.css.map */