/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  --home-ink: #f3f2ef;
  --home-ink-soft: rgba(243, 242, 239, 0.72);
  --home-cream: #000000;
  --home-green: #0a66c2;
  --home-green-deep: #004182;

  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  direction: rtl;
  color: var(--home-ink);
  background: var(--home-cream);
}

.page_glow__1cPD_,
.page_glowSecondary__ykg43 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: page_drift__iXxuE 16s ease-in-out infinite alternate;
}

.page_glow__1cPD_ {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -12%;
  left: -8%;
  background: rgba(10, 102, 194, 0.28);
}

.page_glowSecondary__ykg43 {
  width: min(360px, 60vw);
  height: min(360px, 60vw);
  right: -10%;
  bottom: -8%;
  background: rgba(112, 181, 249, 0.12);
  animation-delay: -6s;
}

.page_brandBar__oasfS {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: max(2.35rem, env(safe-area-inset-top, 0px))
    max(var(--safe-pad-x), env(safe-area-inset-right, 0px)) 0.5rem
    max(var(--safe-pad-x), env(safe-area-inset-left, 0px));
}

.page_hero__SKW6o {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  grid-gap: clamp(1.5rem, 4vw, 3.5rem);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(1.15rem, 3vw, 2rem)
    max(var(--safe-pad-x), env(safe-area-inset-right, 0px))
    max(var(--safe-pad-y), env(safe-area-inset-bottom, 0px))
    max(var(--safe-pad-x), env(safe-area-inset-left, 0px));
}

.page_heroContent__2lPR8 {
  animation: page_rise__3tCje 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.page_headline__7qraH {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--home-ink);
  max-width: 16ch;
}

.page_lede__RDnn4 {
  margin: 0 0 1.5rem;
  max-width: 30ch;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.75;
  color: var(--home-ink-soft);
}

.page_ctaGroup__4nfzF {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  animation: page_rise__3tCje 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.page_ctaPrimary__wftVG,
.page_ctaSecondary__bpX9v {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.page_ctaPrimary__wftVG {
  color: #fff;
  background: var(--home-green);
  box-shadow: 0 10px 28px rgba(10, 102, 194, 0.28);
}

.page_ctaPrimary__wftVG:hover,
.page_ctaPrimary__wftVG:focus-visible {
  color: #fff;
  background: var(--home-green-deep);
  transform: translateY(-2px);
  outline: none;
  text-decoration: none;
}

.page_ctaSecondary__bpX9v {
  color: var(--home-ink);
  background: transparent;
  border: 1.5px solid rgba(243, 242, 239, 0.35);
}

.page_ctaSecondary__bpX9v:hover,
.page_ctaSecondary__bpX9v:focus-visible {
  color: var(--home-ink);
  border-color: #70b5f9;
  background: rgba(10, 102, 194, 0.16);
  outline: none;
  text-decoration: none;
}

.page_heroArt__Pq9Hw {
  position: relative;
  display: grid;
  place-items: center;
  animation: page_rise__3tCje 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.page_heroSvg__iawDF {
  width: min(100%, 540px);
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(10, 102, 194, 0.18));
  animation: page_floatArt__CobP_ 7s ease-in-out infinite;
}

.page_heroAccent__Ur4Gt {
  position: absolute;
  width: min(28%, 140px);
  height: auto;
  left: 2%;
  bottom: 6%;
  opacity: 0.92;
  animation: page_floatArt__CobP_ 8.5s ease-in-out infinite reverse;
  pointer-events: none;
}

@keyframes page_rise__3tCje {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes page_floatArt__CobP_ {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes page_drift__iXxuE {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, 12px, 0) scale(1.06);
  }
}

@media (max-width: 860px) {
  .page_hero__SKW6o {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 1.25rem;
    padding-block: 2rem 2.5rem;
  }

  .page_heroArt__Pq9Hw {
    order: -1;
  }

  .page_heroSvg__iawDF {
    width: min(100%, 420px);
  }

  .page_heroAccent__Ur4Gt {
    width: min(26%, 110px);
    bottom: 0;
  }

  .page_headline__7qraH {
    max-width: none;
  }

  .page_lede__RDnn4 {
    max-width: 36ch;
  }
}

@media (max-width: 520px) {
  .page_ctaGroup__4nfzF {
    flex-direction: column;
  }

  .page_ctaPrimary__wftVG,
  .page_ctaSecondary__bpX9v {
    width: 100%;
  }

  .page_heroAccent__Ur4Gt {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page_glow__1cPD_,
  .page_glowSecondary__ykg43,
  .page_heroContent__2lPR8,
  .page_ctaGroup__4nfzF,
  .page_heroArt__Pq9Hw,
  .page_heroSvg__iawDF,
  .page_heroAccent__Ur4Gt {
    animation: none;
  }

  .page_ctaPrimary__wftVG,
  .page_ctaSecondary__bpX9v {
    transition: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/components/brand-logo.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.brand-logo_logo__9pl4N {
  display: inline-flex;
  align-items: baseline;
  color: var(--navy);
  text-decoration: none;
  line-height: 1;
  direction: ltr;
}

.brand-logo_logo__9pl4N:hover {
  color: var(--green);
  text-decoration: none;
}

.brand-logo_word__UKaPq {
  font-family: var(--font-logo);
  font-weight: 400;
  letter-spacing: 0.01em;
  font-style: italic;
}

.brand-logo_sm__Qi7kq .brand-logo_word__UKaPq {
  font-size: 1.35rem;
}

.brand-logo_md__2ot9D .brand-logo_word__UKaPq {
  font-size: 1.85rem;
}

.brand-logo_lg__EU1pl .brand-logo_word__UKaPq {
  font-size: clamp(2.2rem, 6vw, 3rem);
}

.brand-logo_light__MDbY3 {
  color: #f3f2ef;
}

.brand-logo_light__MDbY3:hover {
  color: #fff;
}

