@font-face {
  font-family: Avenirnextltpro;
  src: url('../fonts/AvenirNextLTPro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextltpro;
  src: url('../fonts/AvenirNextLTPro-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirnextltpro;
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-navy: #00002c;
  --white: #fff;
  --munich-red: #6cc24a;
  --navy: #011152;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body {
  background-color: var(--dark-navy);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4vw;
  line-height: 1;
  display: flex;
}

.body.white {
  background-color: var(--white);
  justify-content: flex-end;
  align-items: center;
}

.banner-message {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  background-color: var(--munich-red);
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  padding-top: .4em;
  padding-bottom: .2em;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .7em;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 6em;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6em;
  padding-right: 6em;
  text-decoration: none;
  display: flex;
}

.cta3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .6em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cta3.w--current {
  color: var(--white);
}

.cta3.hide {
  display: none;
}

.hero-content {
  z-index: 0;
  grid-row-gap: 4em;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.headline-wrapper {
  z-index: 1;
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h1-effect-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 5.3em;
  margin-bottom: .2em;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.h1 {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 5.7em;
  font-weight: 900;
  line-height: .9;
  text-decoration: none;
  display: flex;
}

.h1.dark {
  color: var(--dark-navy);
  justify-content: center;
  align-items: center;
  padding-bottom: 1%;
}

.h1.dark.block {
  display: block;
}

.h1.color {
  color: #ca1551;
  -webkit-text-stroke-color: #ca1551;
}

.s2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.s2.color {
  color: var(--munich-red);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 3%;
}

.s2.color.center {
  text-align: center;
  align-self: center;
  margin-bottom: 0%;
}

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

.s2.xxl-banner {
  margin-left: 6em;
  margin-right: 6em;
}

.s2.hero {
  width: 34%;
  padding-left: .8em;
  font-size: .5em;
}

.s2.hero-sub {
  box-sizing: border-box;
  flex: 0 auto;
  align-self: stretch;
  width: 80%;
  display: flex;
  position: static;
}

.s2.dark {
  color: var(--dark-navy);
}

.hero-video {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: cover;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-logo-banner {
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  opacity: .5;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  text-decoration: none;
  display: none;
  position: static;
  top: 35em;
  overflow: hidden;
}

.logo {
  vertical-align: baseline;
  object-fit: contain;
  width: 6em;
  max-width: 100%;
  display: inline-block;
}

.section-box-about {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  text-decoration: none;
  display: flex;
}

.box-content-large {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: auto;
  padding: 4em 4em 4em 6em;
  text-decoration: none;
  display: flex;
}

.about-content-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.s2-h2-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Avenirnextworld;
  text-decoration: none;
  display: flex;
}

.s2-h2-wrapper.margin-left {
  margin-left: 0;
}

.s2-h2-wrapper.color {
  background-color: #ca1551;
  padding-top: 4em;
  padding-bottom: 4em;
}

.s2-h2-wrapper.color.center {
  background-color: #00002c;
  justify-content: center;
  align-items: center;
}

.h2 {
  color: #00002c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 2.4em;
  font-weight: 900;
  line-height: .9;
  text-decoration: none;
}

.h2.white {
  color: var(--dark-navy);
  text-align: center;
  align-self: center;
  padding-bottom: 0;
  padding-left: 0;
}

.h2.white.xl {
  text-align: right;
  font-size: 3.6em;
}

.h2.white.xl.hidden {
  display: none;
}

.h2.white.center {
  text-align: center;
  align-self: stretch;
  margin-top: 0%;
  padding-bottom: 10px;
}

.h2.color {
  color: var(--munich-red);
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

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

.h2.color.center.xl {
  font-size: 4em;
}

.h2.white {
  color: var(--white);
}

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

.h2.center {
  text-align: center;
  align-self: stretch;
}

.p1-cta-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.p1-textlink-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.p1 {
  color: #00002c;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
}

.p1.light {
  color: var(--white);
  text-align: left;
}

.p1.white {
  color: var(--white);
  align-self: center;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0;
  display: block;
}

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

.p1.white.center._70 {
  word-break: normal;
  width: 70%;
}

.p1.dark {
  text-align: left;
  align-self: flex-start;
}

.cta2 {
  color: #00002c;
  text-transform: uppercase;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
  display: block;
  overflow: visible;
}

.box-img-small {
  object-fit: cover;
  width: 40%;
  height: 100%;
}

.section-network {
  background-image: linear-gradient(#00002c80, #00002c80), url('../images/polygon-bl-1.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 30%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8em 6em;
  text-decoration: none;
  display: flex;
}

.network-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.network-text-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 40%;
  margin-right: 4em;
  text-decoration: none;
  display: flex;
}

.network-numbers-wrapper {
  grid-column-gap: 3em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.number-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.network-chapter-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.s1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  position: static;
}

.s1.color {
  color: var(--munich-red);
}

.s1.dark {
  color: var(--dark-navy);
}

.s1.dark.top-margin {
  margin-top: 1em;
}

.s1.top-margin {
  margin-top: 2em;
}

.network-cities {
  grid-row-gap: 1.5em;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-sticky-scroll {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  text-decoration: none;
  display: flex;
}

.section-sticky-scroll.dt {
  height: auto;
}

.small-content-box {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 40%;
  max-width: none;
  height: auto;
  padding: 4em 4em 4em 6em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-box-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  display: flex;
  position: sticky;
  top: 8em;
}

.text-cta-wrapper {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  text-decoration: none;
  display: flex;
}

.p1-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.p1-wrapper.absolute {
  position: absolute;
}

.btn-secondary {
  grid-column-gap: 8px;
  border: .2em solid var(--munich-red);
  color: var(--munich-red);
  text-transform: uppercase;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .8em 1.2em .6em;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 900;
  text-decoration: none;
  display: none;
}

.btn-secondary.absolute {
  position: absolute;
}

.large-img-box {
  object-fit: cover;
  flex-flow: column;
  width: 60%;
  height: 100%;
  display: flex;
}

.network-cities-overlay {
  background-image: linear-gradient(0deg, var(--dark-navy), transparent 40%, transparent 60%, var(--dark-navy));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-value-proposition {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8em 6em;
  text-decoration: none;
  display: flex;
}

.section-value-proposition.no-top-padding {
  padding-top: 0;
}

.value-prop-numbers-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.value-prop-numbers {
  grid-row-gap: 0em;
  border: .1em solid var(--white);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16em;
  padding: 2em;
  text-decoration: none;
  display: flex;
}

.value-prop-numbers._1 {
  background-image: url('../images/polygon-tr-1.svg');
  background-position: 110% 0;
  background-repeat: no-repeat;
  background-size: 9em;
}

.value-prop-numbers._2 {
  background-image: url('../images/polygon-br-1.svg'), url('../images/polygon-tl-1.svg');
  background-position: 100% 140%, -20% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 14em, 9em;
}

.value-prop-numbers._3 {
  background-image: url('../images/polygon-br-1.svg'), url('../images/polygon-bl-1.svg');
  background-position: 120% 100%, 0 140%;
  background-repeat: no-repeat, no-repeat;
  background-size: 9em, 14em;
}

.value-prop-numbers._4 {
  background-image: url('../images/polygon-tr-1.svg'), url('../images/polygon-bl-1.svg');
  background-position: 100% -400%, -10% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 14em, 9em;
}

.section-benefits {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  text-decoration: none;
  display: block;
}

._50-50-element {
  height: 50vh;
  min-height: 20em;
  color: var(--dark-navy);
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

._50-50-element.dark {
  background-color: var(--dark-navy);
}

._50-50-img {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

._50-50-frame {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  padding: 4em;
  text-decoration: none;
  display: flex;
}

._50-50-frame.padding-right {
  padding-right: 6em;
}

._50-50-frame.padding-left {
  padding-left: 6em;
}

._50-50-frame.padding-left.dark {
  background-color: var(--white);
  color: var(--dark-navy);
  -webkit-text-stroke-color: var(--dark-navy);
}

._50-50-frame.icon {
  text-align: left;
  background-color: #00002c;
  justify-content: center;
  align-items: center;
}

.section-alumnis {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8em 6em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.alumni-quote-wrapper {
  grid-row-gap: 0em;
  background-color: #011152;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 18em;
  max-width: none;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.alumni-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  display: flex;
}

.alumni-img {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  height: auto;
}

.p2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.p2.dark-navy {
  color: var(--dark-navy);
  flex: none;
}

.p2.dark-navy.padding-bottom {
  padding-bottom: 1em;
}

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

.alumni-logo {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.alumni-logo.finway {
  width: 4em;
}

.alumni-logo.freeletics, .alumni-logo.idnow, .alumni-logo.bits {
  width: 3em;
}

.alumni-logo-banner {
  grid-column-gap: 2em;
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.section-faq {
  grid-row-gap: 3em;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8em 6em;
  text-decoration: none;
  display: block;
}

.faq-question-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 46em;
  text-decoration: none;
  display: flex;
}

.section-socials {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8em 6em;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.social-slider {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social-cards-wrapper {
  grid-column-gap: 1em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-slider-indicator {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.social-slider-counter-wrapper {
  grid-column-gap: .4em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .6em;
  height: .6em;
  text-decoration: none;
  display: flex;
}

.section-application {
  grid-row-gap: 4em;
  background-color: #0000;
  background-image: url('../images/img-apply.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8em 6em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-application.hide {
  background-image: linear-gradient(#010929cf, #010929cf), url('../images/Screenshot-2025-02-01-at-02.23.59.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.application-countdown {
  grid-column-gap: 2.4em;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
}

.countdown-value-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.colon-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  text-decoration: none;
  display: flex;
}

.icon-colon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 3.1em;
  text-decoration: none;
  display: flex;
}

.p1-btn-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.p1-btn-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.section-contact {
  background-color: var(--dark-navy);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4em 6em;
  text-decoration: none;
  display: flex;
}

.contact-card {
  grid-row-gap: 8em;
  background-color: #011152;
  background-image: linear-gradient(#01115280, #01115280), url('../images/polygon-br-1.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4em;
  text-decoration: none;
  display: flex;
}

.contact-card.contact-person {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-image: linear-gradient(#00002c80, #00002c80), url('../images/polygon-bl-1.svg');
  background-position: 0 0, 0 100%;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.s2-h2-p1-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.btn-tertiary {
  text-transform: uppercase;
  background-color: #0000;
  border: .2em solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .8em 1.6em .6em;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .6em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.btn-tertiary.show-tb-mb {
  display: none;
}

.btn-tertiary.hide-tb-md {
  display: block;
}

.btn-tertiary.xl {
  font-size: .8em;
}

.footer {
  background-color: var(--dark-navy);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em 6em;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-column-gap: 0em;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.social-icon-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social-icon {
  object-fit: contain;
}

.span-heavy {
  font-weight: 900;
}

.btn-primary {
  background-color: var(--munich-red);
  text-transform: uppercase;
  border-bottom: 1px #000;
  padding: 1em 1.8em .8em;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 900;
}

.btn-primary.alternative {
  background-color: var(--white);
  color: var(--munich-red);
}

.btn-primary.xl {
  margin-top: 2%;
}

.btn-primary.xl.outlined {
  border: .2em solid #fff;
}

.span-outline {
  color: #0000;
  -webkit-text-stroke-width: .04em;
  -webkit-text-stroke-color: var(--dark-navy);
}

.span-outline.white {
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: var(--white);
}

.span-outline.padding {
  padding-left: .2em;
}

.alumni-quote-details-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.hero-video-wrapper {
  z-index: -1;
  aspect-ratio: 3 / 4;
  object-fit: fill;
  flex: none;
  align-self: center;
  width: 18em;
  position: absolute;
  inset: auto 8em auto auto;
  overflow: visible;
  transform: rotate(4deg);
}

.hero-video-wrapper.hide-mb {
  width: 19em;
  top: auto;
}

.hero-video-wrapper.show-mb {
  display: none;
}

.hero-video-bg {
  z-index: -2;
  background-color: var(--munich-red);
  width: 100%;
  height: 100%;
  position: absolute;
  top: .5em;
  bottom: auto;
  left: .5em;
  transform: translate(0);
}

.hero-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  margin-left: 6em;
  padding-top: 0;
  display: flex;
  transform: rotate(0);
}

.nav-logo {
  background-image: url('../images/Start-Lisbon-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5em;
  height: 2em;
  padding-bottom: 0;
}

.nav-logo.w--current {
  background-image: url('../images/Start-Lisbon-Logo.png');
}

.xxl-text {
  text-transform: uppercase;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 5.7em;
  font-weight: 900;
  line-height: .9;
}

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

.xxl-text-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.xxl-text-banner.padding {
  margin-bottom: 8em;
}

.xxl-text-wrapper {
  width: 180vw;
}

.xxl-text-wrapper.left {
  align-self: flex-start;
}

.xxl-text-wrapper.left.about {
  width: 200vw;
}

.xxl-text-wrapper.right {
  align-self: flex-end;
}

.xxl-text-wrapper.right.about {
  width: 190vw;
}

.xxl-text-banner-line {
  background-color: var(--white);
  width: 100%;
  height: .1em;
  margin-bottom: 1em;
}

.navbar {
  z-index: 2;
  background-color: var(--dark-navy);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu {
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.menu-button, .nav-btn-icons-wrapper, .nav-menu-overlay {
  display: none;
}

.about-img {
  box-sizing: border-box;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  position: static;
  overflow: clip;
}

.section-sticky-img {
  object-fit: cover;
  height: 100vh;
}

.banner-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-content-container {
  width: 17em;
}

.h1-effect-box {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.network-cities-wrapper {
  z-index: 0;
  width: 100%;
  height: 28em;
  position: relative;
  overflow: hidden;
}

.network-city-animation {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.alumni-slide {
  margin-right: 12.5%;
}

.faq-plus---2 {
  background-color: var(--munich-red);
  width: 100%;
  height: .2em;
}

.faq-plus-l {
  background-color: var(--munich-red);
  width: .2em;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 4em;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-wrap {
  width: 100%;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-answer {
  border-bottom: .2px solid var(--dark-navy);
  width: 100%;
  padding-left: 2.6em;
  overflow: hidden;
}

.alumni-name-logo-banner {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.alumni-quotes {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.alumni-logo-wrapper {
  flex-flow: column;
  display: flex;
}

.content-switch-wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-switch-wrapper, .btn-switch-wrapper {
  width: 100%;
  position: relative;
}

.hero-video-frame {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-text {
  color: var(--dark-navy);
  text-transform: uppercase;
  font-family: Avenirnextltpro, sans-serif;
  font-size: .8em;
  font-weight: 700;
}

.section-sticky-scroll-mobile {
  display: none;
}

.about-numbers {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-number-wrapper {
  border: .1em solid var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16em;
  padding: 2em;
  display: flex;
}

.about-number-wrapper._1 {
  background-image: url('../images/polygon-tr-1.svg');
  background-position: 120% 0;
  background-repeat: no-repeat;
  background-size: 9em;
}

.about-number-wrapper._2 {
  background-image: url('../images/polygon-br-1.svg'), url('../images/polygon-tl-1.svg');
  background-position: 140% 100%, -50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 12em, 9em;
}

.about-number-wrapper._3 {
  background-image: url('../images/polygon-tr-1.svg'), url('../images/polygon-bl-1.svg');
  background-position: 130% 0, -90% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 9em, 12em;
}

.hero-subpage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 110vh;
  display: flex;
}

.hero-sub-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.hero-bg-img-wrapper {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg-img-wrapper.full-width {
  width: 100%;
  height: 110vh;
}

.hero-bg-img {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.her-bg-overlay {
  background-color: #00002c80;
  display: block;
  position: absolute;
  inset: 0%;
}

.her-bg-overlay.hide {
  background-color: #00002c99;
  display: block;
  overflow: visible;
}

.hero-sub-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 6em;
  display: flex;
}

.section-board {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  padding: 2em 6em 4em;
  display: flex;
}

.board-cards-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.board-card {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--navy);
  flex-flow: column;
  padding: .5em;
  display: flex;
}

.board-card.contact {
  background-color: var(--dark-navy);
  width: 12em;
  position: static;
}

.board-photo {
  aspect-ratio: 1;
  object-fit: cover;
}

.sa-content-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.sticky-animation-section {
  background-color: var(--white);
  width: 100%;
  display: flex;
}

.sa-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sa-img._2 {
  z-index: 4;
}

.sa-img._3 {
  z-index: 3;
}

.sa-img._1 {
  z-index: 5;
}

.sa-img._4 {
  z-index: 2;
}

.sa-img._5 {
  z-index: 1;
}

.p-teaser-img-wrap {
  height: 100vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.sa-content {
  width: 40%;
  padding-left: 6em;
  padding-right: 4em;
  position: relative;
}

.sa-img-wrapper {
  width: 60%;
  position: relative;
}

.sticky-animation-section-tb, .sticky-animation-section-mb {
  display: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.slider1_content {
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #2323221a;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 49.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  display: flex;
}

.mb-slider_mask {
  height: auto;
}

.testimonial_details {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.mb-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mb-slider_slide {
  height: auto;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.testimonial_image {
  object-fit: cover;
  border-radius: 100vw;
  width: 5rem;
  height: 5rem;
}

.testimonial_person {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.slider_nav {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.slider1_arrow-wrapper {
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1.8em;
  font-weight: 900;
}

.h3.color {
  color: var(--munich-red);
  text-align: center;
  font-family: Avenirnextltpro, sans-serif;
  line-height: 45px;
}

.h3.dark {
  color: var(--dark-navy);
  align-self: stretch;
}

.h3.dark.top-margin, .h3.top-margin {
  margin-top: 1em;
}

.section-upcoming {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 124px;
  padding-bottom: 124px;
  text-decoration: none;
  display: flex;
}

.s2-h2-wrapper-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.s2-2 {
  color: #ca1551;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.h2-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  text-decoration: none;
}

.h2-4 {
  border-style: solid;
  border-width: undefinedpx;
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  text-decoration: none;
}

.meet_us-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.meet-event {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em .4em;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.text-3 {
  color: #fff;
  text-align: right;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.frame-299 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
}

.textlink-primary-active {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.textlink {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
}

.textlink.center {
  text-align: left;
  align-self: center;
  display: block;
}

.textlink.color {
  color: #ca1551;
}

.section-meet_us {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  width: 100%;
  padding: 8em 6em;
  display: block;
}

.cta1 {
  color: var(--white);
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
}

.line {
  background-color: var(--white);
  width: 100%;
  height: .1em;
}

.contact-card-50 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image {
  text-align: center;
}

.page-content {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
}

.legal-block {
  background-color: #fff;
  max-width: 1920px;
}

.div-block-3 {
  margin: 100px 0 0;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-2 {
  color: #002ba2;
  text-align: center;
  text-transform: uppercase;
  object-position: 50% 50%;
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  display: block;
}

.rich-text-block-2 {
  color: #002ba2;
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 0;
  font-size: 22px;
  line-height: 38px;
}

.rich-text-block-2.legal {
  padding-left: 0;
  padding-right: 0;
}

.body-2 {
  background-color: #fff;
}

.html-embed-3 {
  display: none;
}

.call-block {
  background-image: url('../images/Munich-Polygnon--5.png'), url('../images/Munich-Polygnon--6.png'), linear-gradient(#07a1e2, #046ac4 0%, #002ba2);
  background-position: 100% 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  height: 420px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px 10px;
  font-size: 22px;
  font-weight: 900;
}

.heading-3-white.applicationsubheadline {
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.privacy-block {
  background-color: #fff;
  max-width: 1920px;
}

.primary-button-white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 270px;
  margin: 40px auto;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 900;
  transition: all .2s;
  display: block;
}

.primary-button-white:hover {
  background-color: #e2185b;
}

.heading-2-white-no-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 40px auto 0;
  padding: 9px 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  display: block;
}

.legal-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8em;
  display: flex;
}

.h4 {
  text-transform: uppercase;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1.2em;
  font-weight: 900;
}

.h4.dark {
  color: var(--dark-navy);
  align-self: flex-start;
  margin-top: 0%;
}

.p1-link {
  color: var(--white);
}

.section-cta {
  background-color: #00002c;
  width: 100%;
  padding: 2em 6em;
}

.winner-logo {
  max-width: 30%;
}

.event-partner-logos {
  grid-column-gap: 66%;
  grid-row-gap: 66%;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 30%;
  margin-bottom: 5%;
  padding-top: 10px;
  padding-bottom: 0%;
  padding-left: 0;
  display: flex;
}

.event-partner-logo.microsoft {
  max-width: 100%;
}

.event-partner-logo.kpmg {
  max-width: 20%;
}

.section-jobs {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8em 6em 4em;
  display: flex;
}

.job-card {
  grid-column-gap: 2em;
  border: .2em solid #00002c;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin-bottom: 2em;
  padding: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.job-logo {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: auto;
  text-decoration: none;
  display: flex;
}

.divider {
  background-color: var(--dark-navy);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: .2em;
  height: auto;
  text-decoration: none;
  display: flex;
}

.job-details-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 1em;
  text-decoration: none;
  display: flex;
}

.job-overview {
  grid-row-gap: .8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #00002c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.tag-wrapper {
  grid-column-gap: .6em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  background-color: #ca1551;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .3em .5em .2em;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.text-6 {
  color: #00002c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

._02-05-2024 {
  color: #00002c;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.batch {
  grid-column-gap: 8px;
  background-color: #011152;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .4em .4em .2em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.job-listings {
  flex-flow: column;
  width: 100%;
  max-width: 1366px;
  display: flex;
}

.jop-info {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.application {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1336px;
  text-decoration: none;
  display: flex;
}

.job-details-head {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #00002c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.text-9 {
  color: #00002c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  text-decoration: none;
}

.tag-wrapper-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag-2 {
  grid-column-gap: 8px;
  background-color: #ca1551;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.job-details {
  color: var(--dark-navy);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Avenirnextltpro, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #00002c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.job-description-2 {
  color: #00002c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.apply-btn {
  background-color: var(--munich-red);
  padding: .8em .8em .5em;
  text-decoration: none;
  display: flex;
}

.apply-btn:active {
  background-color: var(--navy);
}

.download-application {
  color: var(--dark-navy);
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
}

.application-link {
  margin-top: -2em;
  text-decoration: none;
}

.application-link-text {
  color: var(--dark-navy);
  font-family: Avenirnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.richtext {
  color: var(--dark-navy);
  font-family: Avenirnextltpro, sans-serif;
  line-height: 1.4;
}

.nav-bg {
  background-color: var(--dark-navy);
  width: 100%;
  height: 3em;
  position: relative;
  top: 0;
}

.job-details-head-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: .2em solid var(--dark-navy);
  flex: 1;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.job-details-head-divider {
  background-color: var(--dark-navy);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.job-hero {
  background-image: linear-gradient(#01115299, #01115299), url('../images/annie-spratt-QckxruozjRg-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-what {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5%;
  padding-bottom: 0;
  display: flex;
}

.section-what.pitch-network {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/20240607-DSC05531-1-mincrop.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section {
  align-self: stretch;
}

.cell {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-jury {
  text-align: center;
  background-color: #fff;
  margin-top: 0%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.quick-stack {
  margin-bottom: 0%;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.quick-stack-2 {
  border-bottom: 3px #fff;
  align-self: stretch;
  margin-bottom: 0;
  padding: 2% 5%;
}

.section-2 {
  background-color: #ca1551;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.quick-stack-3 {
  box-sizing: border-box;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.text-block {
  margin-bottom: 1%;
  padding-bottom: 0%;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 5px solid #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10% 5%;
  font-family: Avenirnextltpro, sans-serif;
  display: flex;
}

.text-block-2 {
  text-align: center;
  border-bottom: 5px solid #000;
}

.section-3 {
  background-color: #fff;
  align-self: stretch;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section-4 {
  background-color: #ca1551;
  padding-top: 2%;
  padding-bottom: 2%;
}

.section-5 {
  text-align: center;
  background-color: #fff;
  align-self: stretch;
  padding-top: 5%;
  padding-bottom: 4%;
  display: none;
}

.section-6 {
  align-self: stretch;
}

.section-6.white {
  background-color: #fff;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-self: center;
}

.container {
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.text-span {
  color: var(--white);
}

@media screen and (min-width: 1920px) {
  .banner-message {
    z-index: 5;
    grid-column-gap: 2em;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h2.white {
    text-align: left;
    align-self: flex-start;
  }

  .p1-textlink-wrapper {
    flex-flow: column;
    align-self: auto;
  }

  .p1.white {
    margin-left: 0%;
    margin-right: 10%;
  }

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

  .section-benefits {
    display: block;
  }

  .nav-logo.w--current {
    background-image: url('../images/Start-Lisbon-Logo.png');
  }

  .hero-bg-img-wrapper {
    height: 110vh;
  }

  .board-card {
    min-width: 380px;
    min-height: 420px;
  }

  .board-photo {
    object-fit: cover;
    align-self: center;
    min-width: 100px;
    min-height: 100px;
    max-height: 100%;
  }

  .h3.color {
    line-height: 50px;
  }

  .page-content {
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: 100%;
    display: block;
    position: static;
  }

  .job-listings {
    justify-content: space-between;
    align-items: center;
  }

  .richtext {
    font-size: 1em;
  }

  .collection-item {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .collection-list {
    width: 100%;
  }

  .job-details-head-wrapper {
    border-bottom: .2em solid var(--dark-navy);
    padding-bottom: 2em;
  }

  .cell {
    justify-content: flex-start;
    align-items: center;
  }

  .section-3 {
    color: var(--dark-navy);
    align-self: stretch;
    display: block;
  }

  .section-5 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body.white {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-message {
    z-index: 4;
    height: 2em;
  }

  .text {
    font-size: 1.2em;
  }

  .hero-wrapper {
    grid-row-gap: 4em;
    height: 100vh;
  }

  .nav-wrapper {
    height: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .cta3 {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 4em;
    padding-right: 4em;
  }

  .h1-effect-wrapper {
    height: 4.7em;
  }

  .h1 {
    font-size: 4.4em;
  }

  .s2 {
    font-size: 1.1em;
  }

  .s2.hero {
    width: 45%;
  }

  .hero-video {
    height: 100%;
  }

  .hero-logo-banner {
    top: 37em;
    overflow: hidden;
  }

  .logo {
    object-fit: contain;
    width: 6em;
    height: auto;
  }

  .section-box-about {
    height: 40em;
    min-height: auto;
  }

  .box-content-large {
    padding-left: 4em;
  }

  .s2-h2-wrapper {
    grid-row-gap: .5em;
  }

  .p1-textlink-wrapper {
    grid-row-gap: .8em;
  }

  .p1 {
    font-size: 1.2em;
  }

  .cta2 {
    font-size: 1em;
  }

  .box-img-small.about-img {
    height: 100%;
  }

  .section-network {
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .network-numbers-wrapper {
    grid-column-gap: 4em;
  }

  .section-sticky-scroll {
    height: 270vh;
    min-height: auto;
  }

  .small-content-box {
    padding-left: 4em;
  }

  .text-cta-wrapper {
    grid-row-gap: 16em;
    margin-bottom: 4em;
  }

  .btn-secondary {
    font-size: 1em;
  }

  .section-value-proposition {
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-benefits {
    height: auto;
  }

  ._50-50-element {
    height: 30vh;
    min-height: auto;
  }

  ._50-50-frame.padding-right {
    padding-right: 4em;
  }

  .section-alumnis {
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .alumni-quote-wrapper {
    width: 20em;
    max-width: 40em;
    height: auto;
  }

  .alumni-content-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .p2 {
    font-size: 1em;
  }

  .alumni-logo-banner {
    overflow: hidden;
  }

  .section-faq {
    height: auto;
  }

  .faq-question-wrapper {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .vectors-wrapper-16 {
    width: 24em;
    height: 24em;
  }

  .vectors-wrapper-17 {
    width: .6em;
  }

  .application-countdown {
    padding-bottom: 2em;
  }

  .p1-btn-wrapper.center {
    justify-content: flex-start;
    align-items: center;
  }

  .btn-tertiary {
    font-size: .8em;
  }

  .btn-tertiary.show-tb-mb {
    object-fit: fill;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 1em;
    display: flex;
  }

  .btn-tertiary.show-tb-mb.bg {
    background-color: var(--navy);
  }

  .btn-tertiary.hide-tb-md {
    display: none;
  }

  .footer-social-icon {
    width: 1.6em;
    height: 1.6em;
  }

  .btn-primary {
    font-size: 1em;
  }

  .hero-content-wrapper {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .nav-logo {
    width: 6em;
    height: 6em;
    padding-bottom: 0;
  }

  .xxl-text-wrapper.left {
    width: 0;
    padding-left: 2em;
  }

  .xxl-text-wrapper.left.about {
    width: 95vw;
    padding-left: 0;
  }

  .xxl-text-wrapper.right {
    width: auto;
    padding-right: 2em;
  }

  .xxl-text-wrapper.right.about {
    width: 90vw;
    padding-right: 0;
  }

  .navbar {
    height: 4em;
    top: 0;
  }

  .nav-menu {
    z-index: 3;
    background-color: var(--navy);
    background-image: url('../images/polygon-bl-1.svg');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 70%;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    padding-top: 6em;
    padding-left: 6em;
    padding-right: 6em;
    display: flex;
    position: fixed;
    inset: 2em 0% 0 44em;
  }

  .menu-button {
    background-color: var(--dark-navy);
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--navy);
    padding: 0;
  }

  .nav-btn-icons-wrapper {
    z-index: 2;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: absolute;
    inset: auto 6em 6em;
  }

  .icon-burger {
    z-index: 4;
    width: .6em;
    height: .6em;
    display: block;
    position: relative;
  }

  .nav-link-wrapper {
    z-index: 2;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .nav-menu-overlay {
    z-index: 1;
    background-color: #01115280;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .banner-content-container {
    width: 32em;
  }

  .faq-plus---2 {
    height: .1em;
  }

  .faq-plus-l {
    width: .1em;
  }

  .faq-question {
    height: 2em;
  }

  .faq-plus-wrap {
    width: 20px;
    height: 20px;
    margin-right: 1em;
  }

  .alumni-quotes {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: auto;
  }

  .faq-text {
    font-size: .6em;
  }

  .section-board {
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .board-cards-wrapper {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .board-card {
    height: 17em;
  }

  .sa-content-wrap {
    flex-direction: column;
    width: 40%;
    height: auto;
    padding-left: 4em;
    padding-right: 4em;
  }

  .sticky-animation-section {
    display: none;
  }

  .sa-img {
    width: 60%;
    position: relative;
    inset: auto;
  }

  .sa-img._1 {
    z-index: 0;
    width: 60%;
    position: static;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .sa-content {
    width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sa-content.dark {
    background-color: var(--dark-navy);
  }

  .sticky-animation-section-tb {
    background-color: var(--white);
    flex-flow: column;
    display: flex;
  }

  .slider1_arrow-wrapper {
    display: none;
  }

  .heading-2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .call-block {
    background-image: url('../images/Munich-Polygnon--5.png'), linear-gradient(#07a1e2, #002ba2);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
  }

  .heading-3-white {
    padding: 30px 20px 20px;
  }

  .heading-3-white.applicationsubheadline {
    padding-left: 60px;
    padding-right: 60px;
  }

  .primary-button-white {
    width: 270px;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 16px 40px;
    font-size: 20px;
  }

  .heading-2-white-no-mobile {
    margin-top: 30px;
  }

  .event-partner-logos {
    grid-column-gap: 35%;
    grid-row-gap: 35%;
  }

  .section-jobs {
    padding-top: 10em;
  }

  .richtext {
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  .banner-message {
    height: 2.4em;
    padding-top: .6em;
  }

  .text {
    font-size: 1.2em;
  }

  .hero-wrapper {
    height: 90vh;
  }

  .nav-wrapper {
    padding-left: 4em;
    padding-right: 4em;
  }

  .cta3 {
    padding-left: 0;
    font-size: 1.2em;
  }

  .hero-content {
    padding-left: 4em;
    padding-right: 4em;
  }

  .h1 {
    font-size: 4.4em;
  }

  .s2 {
    font-size: 1em;
  }

  .s2.xxl-banner {
    margin-left: 4em;
    margin-right: 4em;
  }

  .s2.hero {
    width: 40%;
  }

  .section-box-about {
    min-height: 20em;
  }

  .box-content-large {
    padding-left: 4em;
  }

  .p1, .cta2 {
    font-size: 1.2em;
  }

  .section-network {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-sticky-scroll {
    min-height: 20em;
  }

  .small-content-box {
    padding-left: 4em;
  }

  .section-value-proposition {
    padding-left: 4em;
    padding-right: 4em;
  }

  ._50-50-element {
    height: auto;
  }

  ._50-50-frame.padding-right {
    padding-right: 4em;
  }

  ._50-50-frame.padding-left {
    padding-left: 4em;
  }

  .section-alumnis {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-faq {
    padding: 8em 6em;
  }

  .section-socials {
    padding-left: 4em;
    padding-right: 4em;
  }

  .vectors-wrapper-16 {
    width: 25em;
    height: 25em;
  }

  .social-slider-counter-wrapper {
    grid-column-gap: .6em;
  }

  .section-application, .section-contact, .footer {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-logo {
    width: 8em;
    height: 4em;
    padding-left: 0;
  }

  .navbar {
    height: 5em;
    top: 0;
  }

  .nav-menu {
    padding-left: 4em;
    padding-right: 4em;
    top: 2.4em;
    left: 46em;
    right: 0;
  }

  .menu-button {
    display: block;
  }

  .nav-btn-icons-wrapper {
    bottom: 4em;
    left: 4em;
    right: 4em;
  }

  .icon-burger {
    width: .6em;
    height: .6em;
    display: block;
  }

  .banner-content-container {
    width: 32em;
  }

  .faq-question {
    height: 1.4em;
  }

  .faq-plus-wrap {
    width: .4em;
    height: .4em;
    margin-right: .8em;
  }

  .faq-text {
    font-size: .4em;
  }

  .hero-sub-content {
    flex-flow: row;
  }

  .sticky-animation-section-mb {
    display: none;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .slider1_content {
    padding: 2rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .testimonial_person {
    grid-column-gap: 1rem;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-2 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .call-block {
    background-color: #07a1e2;
    background-image: url('../images/Munich-Polygnon--5.png'), linear-gradient(#07a1e2, #002ba2);
    background-position: 100% 100%, 0 0;
    background-size: 50%, auto;
    height: auto;
  }

  .heading-3-white {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3-white.applicationsubheadline {
    line-height: 30px;
  }

  .primary-button-white {
    width: 270px;
    margin-top: 60px;
  }

  .heading-2-white-no-mobile {
    text-align: center;
    display: block;
  }

  .section-cta {
    padding-left: 6em;
  }

  .event-partner-logos {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
    align-self: center;
  }

  .event-partner-logo {
    text-align: left;
  }

  .section-jobs {
    padding-top: 10em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .richtext {
    font-size: 1.2em;
  }

  .quick-stack {
    padding-bottom: 20px;
  }

  .cell-3 {
    border-width: 3px;
  }
}

@media screen and (max-width: 479px) {
  .banner-message {
    height: 5em;
    padding-top: 1.8em;
  }

  .text {
    font-size: 2.2em;
  }

  .hero-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 16em;
    padding-top: 14em;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cta3 {
    padding-top: .4em;
    padding-bottom: .4em;
    font-size: 2.4em;
  }

  .hero-content {
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 4em;
    padding-right: 4em;
  }

  .h1-effect-wrapper {
    height: 7.2em;
  }

  .h1 {
    font-size: 7em;
  }

  .s2 {
    font-size: 2.4em;
  }

  .s2.xxl-banner {
    margin-left: 1.4em;
    margin-right: 1.4em;
  }

  .s2.hero {
    order: 1;
    width: auto;
    font-size: 2.4em;
  }

  .s2.hero-sub {
    width: auto;
    margin-bottom: 2em;
  }

  .hero-video {
    border-right: 1em solid var(--munich-red);
    border-bottom: 1em solid var(--munich-red);
  }

  .hero-logo-banner {
    display: none;
  }

  .section-box-about {
    flex-flow: column;
    height: 90vh;
    min-height: auto;
  }

  .box-content-large {
    width: auto;
    height: 70%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .s2-h2-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .h2 {
    font-size: 6.4em;
  }

  .h2.white.xl {
    text-align: left;
    font-size: 7em;
  }

  .h2.color.center.xl {
    font-size: 9em;
  }

  .p1-cta-wrapper {
    grid-row-gap: 4em;
  }

  .p1-textlink-wrapper {
    grid-row-gap: 2em;
  }

  .p1 {
    font-size: 2.8em;
  }

  .p1.white.center._70 {
    width: auto;
  }

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

  .cta2 {
    font-size: 2.4em;
  }

  .box-img-small.about-img {
    width: 100%;
    height: 30%;
  }

  .section-network {
    background-image: linear-gradient(#00002c80, #00002c80), url('../images/polygon-br-1.svg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 25%;
    align-self: center;
    padding-top: 16em;
    padding-bottom: 8em;
  }

  .network-wrapper {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .network-text-wrapper {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    align-self: stretch;
    width: auto;
    margin-right: 0;
  }

  .network-numbers-wrapper {
    order: -1;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
  }

  .network-chapter-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    align-self: center;
  }

  .s1 {
    text-align: center;
    align-self: center;
    font-size: 2.6em;
  }

  .network-cities {
    grid-row-gap: 4em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-sticky-scroll {
    flex-flow: column;
    height: 90vh;
    min-height: auto;
  }

  .section-sticky-scroll.dt {
    display: none;
  }

  .small-content-box {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .content-box-wrapper {
    height: 100%;
  }

  .text-cta-wrapper {
    grid-row-gap: 4em;
  }

  .p1-wrapper {
    grid-row-gap: 2em;
  }

  .btn-secondary {
    align-self: stretch;
    font-size: 3em;
  }

  .large-img-box {
    order: -1;
    width: 100%;
    height: auto;
  }

  .section-value-proposition {
    padding-top: 8em;
    padding-bottom: 16em;
  }

  .value-prop-numbers-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    display: flex;
  }

  .value-prop-numbers {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: 30em;
  }

  .value-prop-numbers._1 {
    background-image: url('../images/polygon-tl-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 40%;
    height: 50em;
  }

  .value-prop-numbers._2 {
    background-image: url('../images/polygon-br-1.svg');
    background-position: 100% 140%;
    background-repeat: no-repeat;
    background-size: 30%;
    height: 50em;
  }

  .value-prop-numbers._3 {
    background-image: url('../images/polygon-tr-1.svg'), url('../images/polygon-bl-1.svg');
    background-position: 100% -100%, 0 140%;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 14em;
    height: 50em;
  }

  .value-prop-numbers._4 {
    background-image: url('../images/polygon-br-1.svg'), url('../images/polygon-tl-1.svg');
    background-position: 100% 100%, 0 -30%;
    background-repeat: no-repeat, no-repeat;
    background-size: 30%, 20%;
    height: 50em;
  }

  ._50-50-element {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._50-50-img {
    order: -1;
    width: auto;
    height: auto;
  }

  ._50-50-frame {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: auto;
    height: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  ._50-50-frame.padding-right, ._50-50-frame.padding-left {
    height: 100%;
  }

  .section-alumnis {
    padding-top: 16em;
    padding-bottom: 24em;
  }

  .alumni-quote-wrapper {
    flex-flow: column;
    width: auto;
    max-width: none;
    height: auto;
  }

  .alumni-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding: 4em;
  }

  .alumni-img {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
  }

  .p2 {
    font-size: 2.4em;
  }

  .alumni-logo {
    object-fit: contain;
    height: 4em;
  }

  .alumni-logo.finway {
    width: 14em;
    height: 5em;
  }

  .alumni-logo.freeletics {
    width: 12em;
    height: 7em;
  }

  .alumni-logo.idnow, .alumni-logo.bits {
    width: 15em;
  }

  .section-faq {
    grid-row-gap: 8em;
    padding: 16em 4em;
  }

  .faq-question-wrapper {
    max-width: none;
  }

  .section-socials {
    grid-row-gap: 8em;
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .vectors-wrapper-16 {
    width: 40em;
    height: 40em;
  }

  .social-slider-counter-wrapper {
    grid-column-gap: 1em;
  }

  .vectors-wrapper-17 {
    width: 1.4em;
    height: 1.4em;
  }

  .section-application {
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .application-countdown {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .countdown-value-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .p1-btn-wrapper {
    grid-row-gap: 4em;
  }

  .section-contact {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .contact-card {
    background-image: linear-gradient(#01115280, #01115280), url('../images/polygon-br-1.svg');
    background-size: auto, 50%;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .contact-card.contact-person {
    flex-flow: column;
  }

  .s2-h2-p1-wrapper {
    grid-row-gap: 2em;
  }

  .btn-tertiary.show-tb-mb.bg {
    padding-top: 1em;
    padding-bottom: .8em;
    font-size: 2.4em;
  }

  .btn-tertiary.hide-tb-md {
    display: none;
  }

  .btn-tertiary.xl {
    background-color: var(--navy);
    align-self: stretch;
    padding-top: 1em;
    padding-bottom: .8em;
    font-size: 2.4em;
  }

  .footer-links {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .social-icon-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
  }

  .footer-social-icon {
    width: 3em;
    height: 3em;
  }

  .btn-primary {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 3em;
    display: flex;
  }

  .btn-primary.xl {
    display: flex;
  }

  .alumni-quote-details-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .hero-video-wrapper {
    position: relative;
  }

  .hero-video-wrapper.hide-mb {
    display: none;
  }

  .hero-video-wrapper.show-mb {
    aspect-ratio: 4 / 2.5;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 2em;
    display: flex;
    position: static;
    transform: none;
  }

  .hero-video-bg {
    width: auto;
    max-width: 100%;
    height: auto;
    inset: 0%;
    transform: none;
  }

  .hero-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .nav-logo {
    width: 16em;
    height: 12em;
    display: flex;
  }

  .xxl-text-banner {
    margin-top: 16em;
  }

  .xxl-text-wrapper.left.about, .xxl-text-wrapper.right.about {
    width: auto;
  }

  .navbar {
    height: 10em;
    position: fixed;
    top: 0;
  }

  .nav-menu {
    margin-top: 0;
    padding-top: 12em;
    top: 0;
    left: 0;
  }

  .menu-button {
    background-color: #0000;
  }

  .nav-btn-icons-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .about-img {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
  }

  .section-sticky-img {
    width: 100%;
    height: auto;
  }

  .banner-content-container {
    width: 60em;
  }

  .network-cities-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    height: 120em;
  }

  .network-city-animation {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .alumni-quotes {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-flow: column;
  }

  .alumni-logo-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .text-switch-wrapper {
    position: static;
  }

  .section-sticky-scroll-mobile {
    object-fit: fill;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .event-mobile-wrapper {
    flex-flow: column;
    order: 0;
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .about-number-wrapper._1, .about-number-wrapper._2, .about-number-wrapper._3 {
    height: 20em;
  }

  .hero-subpage {
    height: 100vh;
    position: relative;
  }

  .hero-bg-img-wrapper {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    inset: 0%;
  }

  .hero-bg-img {
    box-sizing: content-box;
    object-fit: cover;
  }

  .hero-sub-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    object-fit: scale-down;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .board-cards-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    align-self: center;
  }

  .board-card {
    height: 100%;
    padding: 4em;
  }

  .board-card.contact {
    width: 100%;
  }

  .sa-content-wrap {
    width: 100%;
    height: 75%;
  }

  .sa-img, .sa-img._1 {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 25%;
  }

  .sa-content {
    flex-flow: column;
    height: auto;
  }

  .sticky-animation-section-tb {
    display: none;
  }

  .sticky-animation-section-mb {
    background-color: var(--white);
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .mb-slider_mask {
    width: 100%;
    height: 100%;
  }

  .mb-slider {
    height: 100%;
  }

  .mb-slider_slide {
    width: 100%;
  }

  .slider_nav {
    margin-top: -2em;
    margin-bottom: 2em;
  }

  .h3.top-margin {
    font-size: 3.2em;
  }

  .legal-block {
    height: auto;
    margin-top: 70px;
  }

  .div-block-3 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    margin-top: 40px;
    padding: 30px 20px 10px;
    font-size: 30px;
    line-height: 44px;
  }

  .rich-text-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-block {
    background-image: url('../images/Munich-Polygnon--5.png'), linear-gradient(#07a1e2, #002ba2);
    background-position: 100% 100%, 0 0;
    background-size: 50%, auto;
    align-items: flex-start;
    height: auto;
  }

  .call-block._2 {
    background-color: #002ba2;
    background-image: url('../images/Munich-Polygnon--5.png'), linear-gradient(#046ac4, #002ba2);
    background-position: 100% 100%, 0 0;
    background-size: 60%, auto;
    align-items: flex-start;
  }

  .heading-3-white {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-3-white.applicationsubheadline {
    padding: 0 30px;
    font-weight: 400;
  }

  .privacy-block {
    height: auto;
    margin-top: 70px;
  }

  .primary-button-white {
    width: auto;
    margin: 40px 30px 60px;
    padding: 14px 40px;
    font-size: 20px;
  }

  .heading-2-white-no-mobile {
    text-align: left;
    margin-top: 20px;
    padding: 30px;
    font-size: 30px;
    line-height: 44px;
    display: block;
  }

  .legal-wrapper {
    padding-top: 24em;
  }

  .h4 {
    font-size: 3.2em;
  }

  .h4.dark {
    margin-bottom: 0;
  }

  .section-cta {
    padding: 4em;
  }

  .event-partner-logos {
    grid-column-gap: 56%;
    grid-row-gap: 56%;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .event-partner-logo {
    flex: 0 auto;
  }

  .section-jobs {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    padding: 20em 2em 12em;
  }

  .job-card {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
    border-width: .5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10em;
  }

  .job-logo {
    width: 18em;
  }

  .divider {
    width: .4em;
  }

  .job-details-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 0;
  }

  .job-overview {
    grid-row-gap: 1.5em;
  }

  .tag-wrapper {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    flex-flow: wrap;
  }

  .tag {
    grid-column-gap: 0px;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .batch {
    padding-left: .8em;
    padding-right: .8em;
  }

  .job-listings {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .richtext {
    font-size: 1.8em;
  }

  .job-details-head-wrapper {
    border-bottom-width: .4em;
  }

  .cell {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-2 {
    text-align: center;
    align-self: center;
  }

  .quick-stack-3 {
    width: 305.938px;
    height: 315.438px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-3 {
    border-style: none;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_1afd363f-14fc-f97a-e532-514d7059b576-3bc486c2, #w-node-e1bed76d-3563-9c82-7624-e66b1c17cedc-3bc486c2, #w-node-_4d918319-5f23-ee22-4a6e-f84def1e75b7-3bc486c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_1afd363f-14fc-f97a-e532-514d7059b576-3bc486c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e1bed76d-3563-9c82-7624-e66b1c17cedc-3bc486c2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_4d918319-5f23-ee22-4a6e-f84def1e75b7-3bc486c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}