.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #0d0e12;
  font-family: Switzer, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-size: 8em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-size: 6.875em;
  line-height: 1;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-size: 3.75em;
  line-height: 1;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-size: 2.8125em;
  line-height: 1;
  font-weight: 300;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Clash Display', sans-serif;
  font-size: 4.2em;
  line-height: 1;
  font-weight: 300;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  width: 420px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  font-family: Switzer, sans-serif;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

img {
  display: inline-block;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  border-left: 0.3em solid #e2e2e2;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.nav {
  padding-right: 0px;
  padding-left: 0px;
}

.global_embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.global_symbol {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.page-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.text-size-h1 {
  line-height: 1.2;
}

.text-size-h1.sb {
  font-weight: 600;
}

.text-size-h2 {
  line-height: 1.2;
}

.text-size-h2.sb {
  font-weight: 600;
}

.text-size-h3 {
  line-height: 1.3;
}

.text-size-h4 {
  line-height: 1.3;
}

.text-size-h5 {
  line-height: 1.3;
}

.styleguide_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.page-padding {
  padding: 5em 6%;
}

.paragraph {
  font-size: 1.125em;
}

.paragraph.m {
  width: 680px;
  margin-top: 50px;
  text-align: center;
}

.paragraph.m.wwa {
  width: 480px;
  max-width: 680px;
  margin-top: 20px;
  color: #d8d8d8;
}

.link-p {
  display: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 1em;
}

.link-p:hover {
  color: #a0a0a0;
}

.link-f {
  font-family: 'Clash Display', sans-serif;
  font-size: 11.8em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.section-p {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.team-g {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}

.logo-n {
  padding-left: 28px;
}

.burger-w {
  display: none;
}

.burger-w.w--open {
  background-color: transparent;
}

.burger {
  display: none;
  width: 24px;
  height: 24px;
}

.navbar-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading.m {
  color: #fff;
  font-size: 7em;
  line-height: 1.04;
  text-align: center;
  letter-spacing: 3px;
}

.section {
  margin-bottom: 150px;
}

.section.om {
  margin-top: 300px;
  margin-bottom: 300px;
}

.section.cta {
  margin-top: 25em;
  margin-bottom: 25em;
}

.section.footer {
  margin-bottom: 30px;
}

.video-w {
  position: relative;
}

.relative-w {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.tagline {
  font-family: Switzer, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tagline.absolute {
  position: absolute;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  font-family: Switzer, sans-serif;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tagline.m {
  margin-bottom: 50px;
  font-family: Switzer, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tagline.popup {
  margin-bottom: 40px;
}

.project-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Eric-Metaxas.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Eric-Metaxas.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-w._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Flag.webp');
  background-image: linear-gradient(180deg, null, null), url('../images/Flag.webp');
}

.project-w._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Flag.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Flag.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-w._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/GEN-Z.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/GEN-Z.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.project-item-w {
  overflow: hidden;
}

.heading-p {
  width: 480px;
  margin-top: 15px;
  margin-bottom: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.heading-p.sb {
  width: 610px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-weight: 600;
}

.description-p {
  margin-bottom: 50px;
}

.description-p._3 {
  width: 410px;
}

.heading-m {
  font-size: 5.5em;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.team-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.member-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.member-img {
  width: 100%;
  height: 100%;
}

.member-img._1 {
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.member-img._1:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.member-img._2 {
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.member-img._2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.member-img._3 {
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.member-img._3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading-member {
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 15vh;
}

.heading-cta {
  width: 760px;
  font-size: 5em;
  text-transform: uppercase;
}

.line {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 2px solid #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-w {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text {
  font-family: 'Clash Display', sans-serif;
  font-size: 2.5em;
  line-height: 1.1;
  text-transform: uppercase;
}

.content-w-om {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.blue-blob {
  position: absolute;
  left: -50%;
  top: -2%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 200%;
  height: 2200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, #04004e), to(#fff)), radial-gradient(circle closest-side at 50% 68%, #0e003c 100%, transparent);
  background-image: linear-gradient(180deg, #000, #04004e 100%, #fff), radial-gradient(circle closest-side at 50% 68%, #0e003c 100%, transparent);
  opacity: 0.5;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.blue-blob._2 {
  left: -50%;
  top: auto;
  right: 0%;
  bottom: -1%;
  height: 2500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, #04004e), to(#000)), radial-gradient(circle closest-side at 50% 60%, #0e003c 100%, transparent);
  background-image: linear-gradient(180deg, #000, #04004e 100%, #000), radial-gradient(circle closest-side at 50% 60%, #0e003c 100%, transparent);
  opacity: 0.5;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal._1 {
  z-index: 100;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-c {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  background-color: #1a1a1a;
}

.popup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-w {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-w {
  margin-left: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.team-member-img._1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-img._2 {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-img._3 {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-name {
  margin-bottom: 12px;
  text-transform: uppercase;
}

.popup-p {
  width: 580px;
  font-size: 1em;
  line-height: 1.6;
  font-weight: 400;
}

.close-popup {
  position: absolute;
  left: auto;
  top: 5%;
  right: 3%;
  bottom: auto;
  cursor: pointer;
}

.modal-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Clash Display', sans-serif;
  font-size: 5em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #5a5a5a;
}

.nav-link._1 {
  display: block;
}

.nav-link._2 {
  display: block;
}

.nav-link._3 {
  display: block;
}

.nav-link._4 {
  display: block;
}

.menu-overlay {
  position: fixed;
  z-index: 24;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(13, 14, 18, 0.65);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.menu-parent {
  z-index: 99999999;
  margin-left: 15%;
}

.list-item {
  position: relative;
  z-index: 9999999;
  overflow: hidden;
}

.menu-list {
  position: relative;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-span {
  color: #fff;
}

.burger-close {
  display: none;
  width: 24px;
  height: 24px;
}

.image-wrapper {
  overflow: hidden;
}

.showreel {
  position: relative;
  width: 100%;
  height: 100%;
}

.btn-play {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.button-text {
  padding: 8px;
  font-family: 'Clash Display', sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .container.nav {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.m {
    width: 480px;
  }

  .paragraph.m.wwa {
    width: 320px;
  }

  .link-f {
    font-size: 8.7em;
  }

  .section-h {
    height: 80vh;
    margin-bottom: 100px;
  }

  .heading.m {
    font-size: 5.5em;
  }

  .section {
    margin-bottom: 100px;
  }

  .section.om {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .section.cta {
    margin-top: 20em;
    margin-bottom: 20em;
  }

  .tagline.popup {
    margin-bottom: 25px;
    font-size: 1em;
  }

  .heading-p.sb {
    width: 420px;
  }

  .description-p {
    width: 390px;
    font-size: 1.5em;
  }

  .heading-m {
    width: 720px;
    font-size: 5em;
  }

  .heading-member {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 2em;
  }

  .cta-w {
    grid-row-gap: 10vh;
  }

  .heading-cta {
    width: 600px;
  }

  .line {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .footer-w {
    margin-top: 10em;
  }

  .blue-blob {
    top: -14%;
  }

  .blue-blob._2 {
    bottom: -5%;
  }

  .modal._1 {
    display: none;
  }

  .popup-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin: 20% 60px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-w {
    margin-top: 30px;
    margin-left: 0px;
  }

  .team-member-img._1 {
    width: auto;
    height: 400px;
  }

  .team-member-img._2 {
    width: auto;
    height: 400px;
  }

  .team-member-img._3 {
    width: auto;
    height: 400px;
  }

  .member-name {
    display: inline-block;
    margin-bottom: 10px;
  }

  .popup-p {
    width: auto;
    font-size: 15px;
  }

  .modal-2 {
    display: none;
  }

  .modal-3 {
    display: none;
  }

  .nav-link {
    font-size: 6em;
    line-height: 1.2;
  }

  .menu-parent {
    margin-left: 5%;
  }

  .btn-play {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.m {
    width: 400px;
    margin-top: 25px;
  }

  .link-f {
    font-size: 6.1em;
  }

  .team-g {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-h {
    height: 60vh;
    margin-bottom: 0px;
  }

  .heading.m {
    font-size: 4.1em;
  }

  .project-w._1 {
    height: 60vh;
  }

  .project-w._2 {
    height: 60vh;
  }

  .project-w._3 {
    height: 60vh;
  }

  .heading-m {
    width: 500px;
    font-size: 4em;
  }

  .team-w {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .heading-cta {
    width: 100%;
  }

  .footer-text {
    font-size: 1.5em;
  }

  .blue-blob {
    top: -17%;
  }

  .blue-blob._2 {
    bottom: -6%;
  }

  .modal._1 {
    display: none;
    overflow: scroll;
  }

  .popup-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-p {
    font-size: 14px;
  }

  .modal-2 {
    overflow: scroll;
  }

  .modal-3 {
    display: none;
    overflow: scroll;
  }

  .menu-parent {
    margin-left: 8%;
  }

  .btn-play {
    width: 120px;
    height: 120px;
  }

  .button-text {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph.m {
    width: 280px;
    font-size: 1.15em;
  }

  .paragraph.m.wwa {
    width: 250px;
    font-size: 1.4em;
  }

  .link-f {
    font-size: 12.3vw;
  }

  .team-g {
    width: 100%;
  }

  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .logo-n {
    width: 170px;
  }

  .burger {
    width: 28px;
  }

  .section-h {
    height: 80vh;
  }

  .heading.m {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 1px;
  }

  .section.cta {
    margin-top: 15em;
    margin-bottom: 15em;
  }

  .tagline {
    letter-spacing: 3px;
  }

  .tagline.absolute {
    letter-spacing: 3px;
  }

  .tagline.m {
    margin-bottom: 25px;
    letter-spacing: 3px;
  }

  .project-w._1 {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Eric-Metaxas.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Eric-Metaxas.webp');
    background-position: 0px 0px, 63% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-w._2 {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Flag.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Flag.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-w._3 {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/GEN-Z.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GEN-Z.webp');
    background-position: 0px 0px, 76% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .project-item-w {
    padding-right: 65px;
  }

  .heading-p.sb {
    width: 100%;
    font-size: 28px;
  }

  .description-p {
    width: auto;
  }

  .description-p._3 {
    width: auto;
  }

  .heading-m {
    width: 300px;
    font-size: 2.5em;
    line-height: 1.2;
  }

  .team-w {
    padding-right: 0px;
    padding-left: 0px;
  }

  .member-c {
    width: 100%;
  }

  .member-img._1:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .member-img._2:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .member-img._3:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .cta-w {
    grid-row-gap: 3vh;
  }

  .heading-cta {
    font-size: 2em;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .line {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .footer-w {
    margin-top: 5em;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 25px;
  }

  .logo-f {
    width: 60%;
  }

  .footer-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.4em;
    line-height: 1.3;
    text-align: center;
  }

  .blue-blob {
    top: -14%;
  }

  .blue-blob._2 {
    bottom: -8%;
  }

  .modal._1 {
    display: none;
  }

  .popup-c {
    width: 100%;
    height: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 60px 16px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .popup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-w {
    width: 100%;
    height: 58vh;
  }

  .text-w {
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-member-img._1 {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .team-member-img._2 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .team-member-img._3 {
    display: block;
    width: 100%;
    height: 100%;
  }

  .close-popup {
    top: 2%;
    right: 9%;
  }

  .modal-2 {
    display: none;
  }

  .modal-3 {
    display: none;
  }

  .nav-link {
    font-size: 5em;
  }

  .nav-link._1 {
    font-size: 3em;
    line-height: 1.4;
  }

  .nav-link._2 {
    font-size: 3em;
    line-height: 1.4;
  }

  .nav-link._3 {
    font-size: 3em;
    line-height: 1.4;
  }

  .nav-link._4 {
    font-size: 3em;
    line-height: 1.4;
  }

  .menu-overlay {
    display: none;
  }

  .menu-parent {
    margin-left: 6%;
  }

  .burger-close {
    width: 28px;
  }

  .btn-play {
    top: 20%;
    width: 100px;
    height: 100px;
  }

  .button-text {
    font-size: 1.2em;
  }
}

#open-modal.w-node-fda5b5e8-43ec-b829-5771-fd660a850bb9-a4911e31 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ecf594a6-51ff-f79b-bcdb-2dd10b8a817f-a4911e31 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f6f9dc6-1dc1-24aa-a46b-4341e22e60ab-a4911e31 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_0a431256-7a3d-e419-629c-65c339ccaa45-a4911e31 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}