:root{
  --media-banner-heading-size:64px;
  --media-banner-subheading-size:32px;
  --media-section-heading-size:48px;
  --media-section-subheading-size:24px;
  --media-body-size:16px;
}

/* Full live hero: the same orbit video geometry used on the Team page. */
.media-hero-live{
  position:absolute;
  left:0;
  top:0;
  z-index:18;
  width:4395px;
  height:2075px;
  overflow:hidden;
  background:#000;
  isolation:isolate;
  pointer-events:none;
  contain:paint;
}
.media-hero-video{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  background:#000;
  transform:translate3d(0,0,0) scale(1.02);
  transform-origin:center;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
  backface-visibility:hidden;
  will-change:transform;
}
.media-hero-shade{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.08) 60%,rgba(0,0,0,.50) 87%,#000 100%),
    radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.10) 77%,rgba(0,0,0,.38) 100%);
}
.media-hero-copy{
  position:absolute;
  z-index:2;
  left:250px;
  right:250px;
  top:930px;
  text-align:center;
  color:#f6f4f1;
  font-family:"Playfair Display",Georgia,serif;
  text-shadow:0 8px 40px rgba(0,0,0,.78);
  pointer-events:none;
}
.media-hero-copy h1{
  margin:0;
  font-family:"Playfair Display",Georgia,serif;
  font-size:104px;
  line-height:1.47;
  font-weight:700;
  letter-spacing:-.4px;
  white-space:nowrap;
}
.media-hero-copy h1 span span,.media-hero-copy h1>span:first-child>span{color:#078fce}
.media-copy-line{display:block;color:#f6f4f1}
.media-copy-line>span{color:#078fce}

/* Same full glass header used on Team, with Media as the active item. */
.media-glass-header{
  position:absolute;
  left:252px;
  top:180px;
  z-index:50;
  width:3891px;
  height:220px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 170px 0 110px;
  border:0!important;
  outline:0!important;
  border-radius:118px;
  background:rgba(8,20,35,.37);
  box-shadow:0 30px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.045);
  -webkit-backdrop-filter:blur(48px) saturate(150%);
  backdrop-filter:blur(48px) saturate(150%);
  overflow:hidden;
  transform:translateZ(0);
}
.media-brand,.media-menu{position:relative;z-index:1}
.media-brand{
  display:flex;
  align-items:center;
  width:850px;
  height:190px;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}
.media-brand img{
  display:block;
  width:850px;
  height:auto;
  max-height:190px;
  object-fit:contain;
  object-position:left center;
  user-select:none;
  -webkit-user-drag:none;
}
.media-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:235px;
  min-width:2320px;
  height:100%;
}
.media-menu a{
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
  color:#f3f2ef;
  font-family:"Junge",Georgia,serif;
  font-size:64px;
  line-height:1;
  font-weight:400;
  white-space:nowrap;
  text-decoration:none;
  text-shadow:0 3px 18px rgba(0,0,0,.3);
  transition:color 150ms ease;
  -webkit-tap-highlight-color:transparent;
}
.media-menu a:hover,.media-menu a:focus-visible,.media-menu a.is-active{color:#079bdd}
.media-menu a.is-active{font-weight:400}
.media-menu a.is-active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:52px;
  height:5px;
  border-radius:5px;
  background:#079bdd;
}
.media-brand:focus-visible,.media-menu a:focus-visible{
  outline:7px solid rgba(7,155,221,.92);
  outline-offset:8px;
  border-radius:18px;
}

.media-website{background:#000}
.media-state-stage{position:absolute;left:0;top:0;z-index:1;width:4395px;height:7167px;overflow:hidden;background:#000;isolation:isolate}
.media-state{position:absolute;left:0;top:0;display:block;width:4395px;height:auto;opacity:0;transform:translate3d(34px,0,0);transition:opacity .44s cubic-bezier(.22,.61,.36,1),transform .44s cubic-bezier(.22,.61,.36,1);pointer-events:none;user-select:none;-webkit-user-drag:none;backface-visibility:hidden;will-change:opacity,transform}
.media-state.is-visible{z-index:2;opacity:1;transform:translate3d(0,0,0)}
.media-state.from-left{transform:translate3d(-34px,0,0)}
.media-state.from-right{transform:translate3d(34px,0,0)}
.media-state.is-leaving-left{z-index:1;opacity:0;transform:translate3d(-34px,0,0)}
.media-state.is-leaving-right{z-index:1;opacity:0;transform:translate3d(34px,0,0)}

.media-header-hotspots{position:absolute;left:0;top:0;z-index:50;width:4395px;height:480px;pointer-events:none}
.media-header-hotspots a{position:absolute;display:block;height:220px;color:transparent;font-size:0;text-decoration:none;pointer-events:auto;border-radius:80px;-webkit-tap-highlight-color:transparent}
.media-header-hotspots a:focus-visible{outline:7px solid rgba(7,155,221,.92);outline-offset:4px}
.media-logo-hotspot{left:240px;top:150px;width:850px}
.media-home-hotspot{left:2040px;top:150px;width:300px}
.media-about-hotspot{left:2340px;top:150px;width:440px}
.media-team-hotspot{left:2780px;top:150px;width:310px}
.media-portfolio-hotspot{left:3090px;top:150px;width:460px}
.media-current-hotspot{left:3550px;top:150px;width:500px}

.media-category-tabs{position:absolute;left:390px;top:2100px;z-index:60;width:3615px;height:360px;display:grid;grid-template-columns:repeat(4,1fr);padding:0;border:0;background:transparent}
.media-category-tabs button{position:relative;width:100%;height:100%;padding:0;border:0;background:transparent;color:transparent;font-family:"Playfair Display",Georgia,serif;font-size:var(--media-section-heading-size);cursor:pointer;-webkit-tap-highlight-color:transparent}
.media-category-tabs button span{font-family:"Playfair Display",Georgia,serif;font-size:var(--media-section-heading-size)}
.media-category-tabs button:focus-visible{outline:7px solid rgba(7,155,221,.92);outline-offset:-18px;border-radius:45px}

.media-footer-hotspots{position:absolute;left:0;top:6219px;z-index:55;width:4395px;height:948px;pointer-events:none}
.footer-hot{position:absolute;display:block;color:transparent;font-size:0;background:transparent;pointer-events:auto;-webkit-tap-highlight-color:transparent}
.footer-hot:focus-visible{outline:7px solid rgba(7,155,221,.92);outline-offset:5px;border-radius:18px}
.footer-logo-hot{left:185px;top:45px;width:520px;height:150px}
.footer-home-hot{left:205px;top:250px;width:260px;height:70px}
.footer-investors-hot{left:565px;top:250px;width:310px;height:70px}
.footer-about-hot{left:205px;top:340px;width:300px;height:70px}
.footer-resources-hot{left:565px;top:340px;width:510px;height:70px}
.footer-portfolio-hot{left:205px;top:430px;width:300px;height:70px}
.footer-contact-hot{left:565px;top:430px;width:330px;height:70px}
.footer-linkedin-hot{left:3930px;top:455px;width:115px;height:115px}

.media-semantic-copy{position:absolute;left:-20000px;top:auto;width:1px;height:1px;overflow:hidden}
.media-semantic-copy h1{font-family:"Playfair Display",Georgia,serif;font-size:var(--media-banner-heading-size)}
.media-semantic-copy h1 span{color:#078fce}
.media-semantic-copy p{font-family:"Junge",Georgia,serif;font-size:var(--media-body-size)}

@media(hover:none){.media-state{transition-duration:.3s}}
.media-cta-hotspots{position:absolute;left:0;top:0;z-index:58;width:4395px;height:7167px;pointer-events:none}
.media-cta-hotspots a{position:absolute;top:5649px;height:142px;display:block;pointer-events:auto;background:transparent;color:transparent;font-size:0;border-radius:24px}
.media-cta-hotspots a:focus-visible{outline:7px solid rgba(7,155,221,.92);outline-offset:5px}
.media-founders-hotspot{left:1561px;width:542px}
.media-investors-hotspot{left:2260px;width:550px}
