/* [next]/internal/font/google/dm_sans_1c871f37.module.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.3z_x6eowsw16y.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.2_mbdogr7ni8i.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Sans Fallback;
  src: local(Arial);
  ascent-override: 94.9%;
  descent-override: 29.66%;
  line-gap-override: 0.0%;
  size-adjust: 104.53%;
}

.dm_sans_1c871f37-module__30ab_W__className {
  font-family: DM Sans, DM Sans Fallback;
  font-style: normal;
}

.dm_sans_1c871f37-module__30ab_W__variable {
  --font-dm-sans: "DM Sans", "DM Sans Fallback";
}

/* [next]/internal/font/google/space_grotesk_154b09cb.module.css [app-client] (css) */
@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Space Grotesk Fallback;
  src: local(Arial);
  ascent-override: 89.71%;
  descent-override: 26.62%;
  line-gap-override: 0.0%;
  size-adjust: 109.69%;
}

.space_grotesk_154b09cb-module__lmdqzG__className {
  font-family: Space Grotesk, Space Grotesk Fallback;
  font-style: normal;
}

.space_grotesk_154b09cb-module__lmdqzG__variable {
  --font-space-grotesk: "Space Grotesk", "Space Grotesk Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg: #091522;
  --ink: #10243a;
  --muted: #718397;
  --line: #dce6ec;
  --cyan: #50e0cf;
  --blue: #4c85ff;
  --cream: #f5f8f8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: #fff;
  margin: 0;
  font-family: DM Sans, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.wrap {
  width: min(1180px, 100% - 48px);
  margin: auto;
}

.dark {
  background: var(--bg);
  color: #fff;
}

.nav {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #091522f2;
  border-bottom: 1px solid #ffffff16;
  position: sticky;
  top: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 78px;
  display: flex;
}

.brand {
  letter-spacing: -1px;
  align-items: center;
  gap: 10px;
  font-family: Space Grotesk;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-mark {
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  width: 32px;
  height: 32px;
  display: grid;
  transform: rotate(-12deg);
}

.brand-mark i {
  background: var(--cyan);
  border-radius: 3px;
  display: block;
}

.brand-mark i:nth-child(2) {
  background: #6a91ff;
}

.brand-mark i:nth-child(3) {
  background: #d4fb86;
}

.brand-mark i:nth-child(4) {
  background: #fff;
}

.links {
  color: #c7d5df;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  display: flex;
}

.links a:hover {
  color: var(--cyan);
}

.btn {
  border: 1px solid #0000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--cyan);
  color: #09212b;
}

.btn-primary:hover {
  background: #3ecfc0;
  color: #09212b !important;
}

.btn-outline {
  color: #fff;
  border-color: #fff5;
}

.btn-outline:hover {
  background: #ffffff1a;
  color: #fff !important;
}

.btn-secondary {
  color: #687d8d;
  background: none;
  border-color: #dce5e8;
}

.btn-secondary:hover {
  background: #f0f5f7;
  border-color: #c4d3d9;
  color: #10243a !important;
}

.btn-dark {
  background: var(--bg);
  color: #fff;
}

.btn-dark:hover {
  background: #10243a;
  color: #fff !important;
}

.menu {
  color: #fff;
  background: none;
  border: 0;
  font-size: 26px;
  display: none;
}

.hero {
  min-height: 660px;
  padding: 115px 0 105px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(at 77% 44%, #195b7277, #0000 35%), radial-gradient(at 98% 0, #3459a344, #0000 40%);
  position: absolute;
  inset: 0;
}

.hero-grid {
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 40px;
  display: grid;
  position: relative;
}

.eyebrow {
  color: #238b89;
  text-transform: uppercase;
  letter-spacing: 2px;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.dark .eyebrow {
  color: var(--cyan);
}

.eyebrow:before {
  content: "";
  background: currentColor;
  width: 24px;
  height: 1px;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1, h2, h3 {
  letter-spacing: -.045em;
  font-family: Space Grotesk, sans-serif;
}

h1 {
  margin: 22px 0 24px;
  font-size: clamp(54px, 6.6vw, 94px);
  line-height: 1.02;
}

h1 em {
  color: var(--cyan);
  font-style: normal;
}

.lead {
  color: #b6c8d4;
  max-width: 590px;
  font-size: 17px;
  line-height: 1.8;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.hero-art {
  place-items: center;
  width: 100%;
  max-width: 440px;
  height: 440px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

.orbit {
  aspect-ratio: 1;
  border: 1px dashed #61d7e33b;
  border-radius: 50%;
  transition: all .5s;
  position: absolute;
}

.orbit.one {
  width: 410px;
  animation: 60s linear infinite spin;
}

.orbit.two {
  width: 300px;
  animation: 40s linear infinite reverse spin;
}

.orbit.three {
  width: 190px;
  animation: 25s linear infinite spin;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.orbit.dimmed {
  opacity: .2;
}

.ecosystem-core {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 10;
  background: #09152266;
  border: 1px solid #50e0cf33;
  border-radius: 50%;
  place-items: center;
  width: 140px;
  height: 140px;
  animation: 6s ease-in-out infinite alternate corePulse;
  display: grid;
  position: relative;
  box-shadow: 0 0 60px #50e0cf1a, inset 0 0 30px #6a91ff1a;
}

@keyframes corePulse {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 40px #50e0cf1a, inset 0 0 20px #6a91ff1a;
  }

  100% {
    transform: translateY(-8px);
    box-shadow: 0 0 80px #6a91ff40, inset 0 0 50px #50e0cf33;
  }
}

.core-cubes {
  width: 46px;
  height: 46px;
  transform-style: preserve-3d;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  transition: all .5s;
  display: grid;
  transform: rotate(-12deg)rotateX(15deg);
}

.core-cube {
  cursor: pointer;
  border-radius: 4px;
  transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
  box-shadow: 0 8px 16px #0006;
}

.core-cube:first-child {
  background: #50e0cf;
  animation: 3s ease-in-out infinite alternate floatCube;
}

.core-cube:nth-child(2) {
  background: #6a91ff;
  animation: 3s ease-in-out -.7s infinite alternate floatCube;
}

.core-cube:nth-child(3) {
  background: #d4fb86;
  animation: 3s ease-in-out -1.4s infinite alternate floatCube;
}

.core-cube:nth-child(4) {
  background: #fff;
  animation: 3s ease-in-out -2.1s infinite alternate floatCube;
}

.core-cube.active {
  z-index: 2;
  box-shadow: 0 0 25px, 0 15px 25px #00000080;
  transform: translateZ(15px)scale(1.3) !important;
}

.core-cube.dimmed {
  opacity: .3;
  transform: scale(.9) !important;
}

@keyframes floatCube {
  0% {
    transform: translateZ(0)scale(1);
  }

  100% {
    transform: translateZ(10px)scale(1.05);
  }
}

.hero-connections {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-connections path {
  fill: none;
  stroke-width: 1.5px;
  stroke-dasharray: 6 6;
  opacity: .3;
  transition: all .5s;
  animation: 20s linear infinite dashMove;
}

.hero-connections path.active-path {
  opacity: 1;
  stroke-width: 2.5px;
  filter: drop-shadow(0 0 8px);
}

@keyframes dashMove {
  to {
    stroke-dashoffset: -100px;
  }
}

.sat {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  letter-spacing: 1.5px;
  cursor: pointer;
  z-index: 20;
  background: #122d40b3;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 10px;
  font-weight: 700;
  transition: all .4s;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 30px #0000004d;
}

.sat:before {
  content: "";
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px;
}

.sat.dimmed {
  opacity: .3;
  filter: grayscale(80%);
}

.sat.a {
  color: #50e0cf;
  top: 36px;
  left: 26px;
}

.sat.a.active {
  border-color: #50e0cf;
  transform: scale(1.05);
  box-shadow: 0 0 30px #50e0cf4d, 0 10px 30px #00000080;
}

.sat.b {
  color: #6a91ff;
  top: 108px;
  right: 0;
}

.sat.b.active {
  border-color: #6a91ff;
  transform: scale(1.05);
  box-shadow: 0 0 30px #6a91ff4d, 0 10px 30px #00000080;
}

.sat.c {
  color: #d4fb86;
  bottom: 72px;
  left: 0;
}

.sat.c.active {
  border-color: #d4fb86;
  transform: scale(1.05);
  box-shadow: 0 0 30px #d4fb864d, 0 10px 30px #00000080;
}

.sat.d {
  color: #fff;
  bottom: 23px;
  right: 45px;
}

.sat.d.active {
  border-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 30px #ffffff4d, 0 10px 30px #00000080;
}

.hero-bottom {
  color: #8da5b5;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.hero-bottom span {
  background: var(--cyan);
  width: 45px;
  height: 1px;
}

section {
  padding: 105px 0;
}

.section-head {
  max-width: 740px;
  margin-bottom: 42px;
}

.section-head h2 {
  margin: 16px 0;
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1.13;
}

.section-head p {
  color: #687c8d;
  font-size: 16px;
  line-height: 1.8;
}

.dark .section-head p {
  color: #a9bdcb;
}

.pill {
  color: #1a7774;
  letter-spacing: 1px;
  background: #e8f6f4;
  border-radius: 20px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 29px;
  transition: all .2s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px #112c4312;
}

.card h3 {
  margin: 20px 0 12px;
  font-size: 23px;
}

.card p {
  color: #718397;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.num {
  color: #198c88;
  font: 700 13px Space Grotesk;
}

.iconbox {
  color: #188c86;
  background: #eaf8f6;
  border-radius: 10px;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 23px;
  display: grid;
}

.model {
  background: #edf5f5;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  display: grid;
}

.step {
  background: #fff;
  border: 1px solid #d9e7e7;
  border-radius: 10px;
  min-height: 190px;
  padding: 24px;
}

.step b {
  color: #21958d;
  font: 700 12px Space Grotesk;
}

.step h3 {
  margin: 27px 0 10px;
  font-size: 18px;
}

.step p {
  color: #738694;
  font-size: 12px;
  line-height: 1.6;
}

.statement {
  text-align: center;
  letter-spacing: -1px;
  margin: 45px 0 0;
  font: 600 clamp(25px, 3vw, 38px) Space Grotesk;
}

.statement span {
  color: #238f8c;
}

.filters {
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 25px;
  display: flex;
}

.filter {
  color: #687d8d;
  background: #fff;
  border: 1px solid #d6e2e7;
  border-radius: 40px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
}

.filter.active {
  background: var(--bg);
  color: #fff;
  border-color: var(--bg);
}

.ventures {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

.venture {
  border: 1px solid var(--line);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 275px;
  padding: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.venture:after {
  content: "";
  background: var(--glow);
  opacity: .5;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -90px;
  right: -100px;
}

.venture small {
  letter-spacing: 2px;
  color: #6b8294;
  font-size: 10px;
  font-weight: 700;
}

.venture h3 {
  margin: 22px 0 8px;
  font-size: 34px;
}

.venture p {
  color: #748798;
  max-width: 350px;
  font-size: 14px;
  line-height: 1.6;
}

.venture a {
  color: #117f7a;
  margin-top: auto;
  font-size: 12px;
  font-weight: 700;
}

.venture a:hover {
  text-decoration: underline;
}

.rd {
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
  display: grid;
}

.rd-art {
  background: radial-gradient(circle, #2e938b55, #0000 45%), repeating-linear-gradient(0deg, #0000 0 39px, #ffffff0a 40px), repeating-linear-gradient(90deg, #0000 0 39px, #ffffff0a 40px);
  border: 1px solid #ffffff2b;
  border-radius: 18px;
  place-items: center;
  min-height: 440px;
  display: grid;
  position: relative;
}

.rd-art .big {
  letter-spacing: -8px;
  color: #b4fff1;
  font: 700 85px Space Grotesk;
}

.rd-art .caption {
  color: #9fb9c8;
  letter-spacing: 2px;
  font-size: 11px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.rd-list {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 28px;
  display: grid;
}

.rd-list div {
  color: #d9e7ed;
  border-top: 1px solid #ffffff38;
  padding-top: 14px;
  font-size: 13px;
}

.rd-list b {
  color: var(--cyan);
  margin-right: 9px;
}

.program {
  background: #f6f9fa;
}

.program .card {
  flex-direction: column;
  min-height: 290px;
  display: flex;
}

.program .card a {
  color: #168e87;
  margin-top: auto;
  padding-top: 24px;
  font-size: 12px;
  font-weight: 700;
}

.collab-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
}

.collab-grid .card {
  color: #fff;
  background: #102539;
  border-color: #284254;
}

.collab-grid .card p {
  color: #9eb4c2;
}

.collab-grid .card h3 {
  font-size: 19px;
}

.impact {
  background: #eaf6f3;
}

.impact-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}

.impact-list div {
  background: #fff;
  border-radius: 8px;
  align-items: center;
  min-height: 94px;
  padding: 22px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.cta {
  color: #fff;
  background: linear-gradient(120deg, #0a2333, #134d57);
  border-radius: 20px;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  padding: 65px;
  display: grid;
}

.cta h2 {
  font-size: clamp(35px, 4vw, 58px);
  line-height: 1.1;
}

.cta p {
  color: #b5d1d7;
  line-height: 1.8;
}

.form {
  color: var(--ink);
  background: #fff;
  border-radius: 12px;
  gap: 11px;
  padding: 27px;
  display: grid;
}

.form h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.form input, .form select, .form textarea {
  width: 100%;
  color: var(--ink);
  background: #fafcfc;
  border: 1px solid #dce5e8;
  border-radius: 6px;
  padding: 12px;
  font-size: 13px;
  transition: all .2s;
}

.form input.input-error, .form select.input-error, .form textarea.input-error {
  background: snow;
  border-color: #ff4d4d;
  box-shadow: 0 0 0 3px #ff4d4d26;
}

.form input:focus, .form textarea:focus {
  border-color: var(--cyan);
  outline: none;
  box-shadow: 0 0 0 3px #50e0cf26;
}

.form textarea {
  resize: vertical;
  min-height: 90px;
}

.form .btn {
  width: 100%;
}

.form small {
  color: #6b7d8b;
  line-height: 1.5;
}

.form small.error-text {
  color: #ff4d4d;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.success-component {
  text-align: center;
  will-change: transform, opacity;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  animation: .5s cubic-bezier(.175, .885, .32, 1.275) fadeInScale;
  display: flex;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(.9)translateY(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.success-icon {
  color: #1a7774;
  will-change: transform;
  background: #eaf8f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  animation: .6s cubic-bezier(.175, .885, .32, 1.4) forwards popIn;
  display: flex;
  transform: scale(0);
  box-shadow: 0 0 0 10px #1a77741a;
}

.success-icon svg {
  width: 36px;
  height: 36px;
}

@keyframes popIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.success-component h3 {
  color: #09212b;
  margin: 0 0 12px;
  font-size: 24px;
}

.success-component p {
  color: #687d8d;
  max-width: 320px;
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.6;
}

footer {
  color: #b5c5d1;
  background: #07111b;
  padding: 55px 0 25px;
}

.foot {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  display: flex;
}

.foot p {
  max-width: 360px;
  font-size: 13px;
  line-height: 1.8;
}

.foot-links {
  gap: 55px;
  display: flex;
}

.foot-links div {
  align-content: start;
  gap: 13px;
  display: grid;
}

.foot-links b {
  color: #fff;
  font-size: 13px;
}

.foot-links a {
  font-size: 12px;
}

.copyright {
  color: #8097a8;
  border-top: 1px solid #fff2;
  margin-top: 45px;
  padding-top: 20px;
  font-size: 11px;
}

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .links {
    background: #091522;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
  }

  .links.open {
    display: flex;
  }

  .menu {
    display: block;
  }

  .hero-grid, .rd, .cta {
    grid-template-columns: 1fr;
  }

  .hero-art {
    height: 320px;
  }

  .orbit.one {
    width: 300px;
  }

  .orbit.two {
    width: 220px;
  }

  .orbit.three {
    width: 140px;
  }

  .hero {
    padding: 80px 0;
  }

  .hero-bottom {
    margin-top: 30px;
  }

  .steps, .collab-grid, .grid3, .impact-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .wrap {
    width: min(100% - 32px, 1180px);
  }

  section {
    padding: 70px 0;
  }

  .hero-art {
    display: none;
  }

  h1 {
    font-size: 55px;
  }

  .grid3, .collab-grid, .ventures, .steps, .impact-list, .rd-list {
    grid-template-columns: 1fr;
  }

  .cta {
    gap: 25px;
    padding: 27px;
  }

  .foot-links {
    flex-wrap: wrap;
    gap: 35px;
  }

  .venture {
    min-height: 245px;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__1gavegc._.css.map*/