.body {
  background-color: #000;
}

.hero_wrapper {
  background-color: #08080800;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero_wrapper.wire {
  background-color: #202020;
}

.service_wrapper {
  flex-flow: row;
  margin-top: 5vh;
  padding-left: 10vw;
  padding-right: 0;
  display: block;
}

.flex-scroll-div {
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 10vh;
  display: flex;
}

.left-flex-scroll-div {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 5vw;
}

.right-flex-scroll-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-top: 7vh;
  padding-bottom: 2vh;
  padding-left: 5vh;
  display: block;
  position: sticky;
  top: 0;
}

.council_wrapper {
  margin-top: 20vh;
  padding-left: 10vw;
  padding-right: 0;
}

.story_div {
  text-shadow: 0 1px 4px #1616168c;
  background-color: #171717;
  background-image: linear-gradient(225deg, #0000, #070f11a1 84%), url('../images/NT-Holo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1vw;
  height: auto;
  margin: 10vh 0;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.story_div.wire {
  background-image: linear-gradient(225deg, #0000, #000000ab 84%);
}

.podcast_wrapper {
  background-image: linear-gradient(#0000 44%, #00000047);
  flex-flow: row;
  height: 100vh;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
}

.footer_wrapper {
  background-color: #0d0d0d;
  background-image: linear-gradient(#000, #fff0 13%), linear-gradient(#000000ed, #000000ed), url('../images/notebook-400px.webp');
  background-position: 0 0, 0 0, 100% 100%;
  background-size: auto, auto, cover;
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.div-block {
  background-color: #1e1e1e;
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.headline_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  padding-right: 0;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Michroma, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 3vw;
}

.heading.subheadline {
  font-family: Roboto, sans-serif;
  font-size: 1.2vw;
  font-weight: 100;
  line-height: 2vw;
}

.heading.subheadline._2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #45c5c8a8;
  text-transform: none;
  width: 30vw;
  margin-bottom: 2vh;
  font-size: .7vw;
  font-weight: 200;
  line-height: 1.4vw;
}

.heading.hero {
  text-align: center;
  letter-spacing: -2px;
  font-family: Goldman, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 7vw;
}

.subheadline {
  color: #bb9675;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffca9f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3vh;
  font-family: Exo, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 3vw;
}

.subheadline.titles {
  color: #ffcfa4;
  letter-spacing: .1vw;
  -webkit-text-stroke-width: 0px;
  background-color: #ffd45300;
  border-left: .2vw solid #2a9c9f;
  margin-bottom: 4vh;
  padding-left: .5vw;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 200;
  line-height: 1.2vw;
}

.subheadline.titles._2 {
  color: #f8b67b;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #45c5c8;
  font-weight: 400;
}

.subheadline.titles._3 {
  margin-bottom: 2vh;
}

.subheadline.div {
  margin-bottom: 10vh;
}

.subheadline._2 {
  margin-bottom: 2vh;
}

.text-block {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.2vw;
  font-weight: 100;
  line-height: 1.5vw;
}

.global-text {
  color: #fff;
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: .9vw;
  font-weight: 200;
  line-height: 1.7vw;
}

.global-text.topspace {
  margin-top: 2vh;
}

.global-text.normal {
  font-size: .9vw;
  font-weight: 100;
  line-height: 1.8vw;
}

.global-text.div {
  line-height: 1.5vw;
}

.servive-shuttle-div {
  margin-top: 5vh;
  margin-bottom: 15vh;
  padding-right: 0;
}

.servive-shuttle-div.top {
  margin-top: 5vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  width: 100%;
  height: 5vh;
  margin-top: 2vh;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 15vh;
  display: flex;
}

.div-block-5 {
  background-image: linear-gradient(0deg, #000, #fff0 25%), url('../images/ff868eea-8803-4d1a-b5da-5df28870b98a.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
}

.div-block-6 {
  background-color: #404040;
  border: 2px solid #c4a789;
  border-radius: 100vw;
  width: auto;
  height: 4.5vh;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block-6.email {
  color: #fff;
  background-color: #d4ab88b0;
  border: 2px solid #ffd59f;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 4vh;
  margin-top: 5vh;
  font-weight: 700;
  display: flex;
}

.div-block-7 {
  filter: brightness(130%);
  text-shadow: none;
  width: 25vw;
  height: 4vh;
  margin-top: 5vh;
  display: flex;
}

.social-icon {
  width: 20%;
  height: 100%;
}

.social-icon.linkedin {
  background-image: url('../images/LinkedIn-Magenta.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon.facebook {
  background-image: url('../images/Substack-Magenta.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon.threads {
  background-image: url('../images/Threads-Magenta.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon.instagram {
  background-image: url('../images/Instagram-Magenta.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icon.spotify {
  background-image: url('../images/Spotify-Magenta.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 100%;
  display: flex;
}

.div-block-9 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-9.email {
  color: #000;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #5b3815;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
  padding-right: 1.5vw;
  font-family: Roboto, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  text-decoration: none;
}

.text-block-2.button {
  color: #fff;
  padding-left: 1.5vw;
  font-weight: 400;
}

.left-footer-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  height: 100%;
  padding-bottom: 15vh;
  padding-left: 10vw;
  padding-right: 7vw;
  display: flex;
}

.right-footer-div {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  height: 100%;
  padding-bottom: 15vh;
  display: flex;
}

.div-block-10 {
  color: #fff;
  width: 15vw;
  height: 5vh;
  margin-top: 5vh;
  text-decoration: none;
  display: flex;
}

.div-block-10.top {
  margin-top: 0;
  text-decoration: none;
}

.div-block-11 {
  background-image: url('../images/LinkedIn-Magenta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2vw;
  height: 100%;
  margin-right: .7vw;
}

.div-block-11.facebook {
  background-image: url('../images/Substack-Magenta.png');
}

.div-block-11.threads {
  background-image: url('../images/Threads-Magenta.png');
}

.div-block-11.instagram {
  background-image: url('../images/Instagram-Magenta.png');
}

.div-block-11.spotify {
  background-image: url('../images/Spotify-Magenta.png');
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  width: 10vw;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.navigation {
  width: 100%;
  height: 8vh;
  position: static;
  inset: 0% 0% auto;
}

.content_wrapper {
  display: flex;
}

.left_content_div {
  width: 90vw;
  padding-right: 2vw;
}

.right_content_div {
  flex-flow: column;
  width: 10vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.side_navigation_wrapper {
  flex-flow: column;
  margin-top: 10vh;
  display: flex;
}

.text-block-3 {
  color: #696969;
  border-left: .2vw solid #565656;
  margin-bottom: 2vh;
  padding-left: .5vw;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1vw;
  text-decoration: none;
}

.text-block-3:hover {
  border-left-color: #cacaca;
}

.text-block-3.w--current {
  color: #fcc79d;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #2a9c9f;
  border-left-color: #2a9c9f;
  font-weight: 400;
}

.left_footer_div {
  flex-flow: column;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 10%;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  padding-bottom: 12vh;
  padding-left: 5vw;
  display: flex;
}

.text-block-4 {
  color: #4bfaff;
  letter-spacing: .1vw;
  text-shadow: 0 1px 5px #ffffffd6;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 100;
  line-height: 2vw;
  text-decoration: none;
}

.text-block-4:hover {
  color: #fff;
}

.div-block-15 {
  color: #934848;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-top: 3vh;
  font-family: Exo, sans-serif;
  text-decoration: none;
  display: flex;
}

.div-block-15:hover {
  color: #fff;
}

.heading-2 {
  color: #fff;
  margin-bottom: 3vh;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-weight: 100;
  line-height: 1.5vw;
}

.link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.hero-div {
  filter: contrast(112%);
  background-color: #29292900;
  background-image: linear-gradient(#0000, #000), linear-gradient(#6541225c, #6541225c);
  width: 100%;
  height: 100%;
}

.background-video-2 {
  z-index: 2;
  filter: contrast(88%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-3 {
  font-size: 3vw;
  line-height: 3vw;
}

.body-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-image: url('../images/Brickwall.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-17 {
  width: 80vw;
  height: 50vh;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-19 {
  background-color: #141414;
  background-image: linear-gradient(#0000 33%, #000), url('../images/Hero-WhiteBuildings.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  height: 100%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  text-decoration: none;
  display: flex;
}

.div-block-19._2 {
  background-image: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  font-size: 2vw;
}

.text-block-5 {
  color: #fff;
  text-align: center;
}

.background-video-3 {
  z-index: 2;
  filter: brightness(90%) contrast(105%);
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-20 {
  mix-blend-mode: darken;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-video-4 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.div-block-21 {
  background-image: linear-gradient(#0000 53%, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.heading-5 {
  font-family: Michroma, sans-serif;
}

.button-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ffffffbf;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 400;
}

.mobilenav_wrapper {
  display: none;
}

.image {
  width: 12vw;
  margin-bottom: 3vh;
  font-size: 20vw;
}

.image-2 {
  width: 25vw;
  margin-right: 0;
}

.div-block-24 {
  margin-left: 3vw;
}

.image-3 {
  mix-blend-mode: normal;
  width: 10vw;
}

.heading-6 {
  color: #3ecdd1;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #ffffffad;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-size: 2.8vw;
  font-weight: 700;
}

.div-block-25 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-26 {
  mix-blend-mode: normal;
  background-image: url('../images/N-Logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-27 {
  margin-bottom: 10vh;
}

.subheadline-span {
  color: #45c5c8;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1vw;
}

.subheadline-span._2 {
  font-size: 1.5vw;
}

.div-block-28 {
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
}

.div-block-29 {
  width: 50%;
  height: auto;
  margin-right: 1vw;
}

.div-block-29._1 {
  border-right: 1px solid #81e0ed;
  padding-right: 1vw;
}

.background-video-6 {
  width: 100vw;
  height: 100vh;
}

.image-4 {
  width: 2vw;
}

.div-block-30 {
  background-image: linear-gradient(#00000096, #00000096), linear-gradient(0deg, #14120ea8, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-5 {
  width: 20vw;
}

.heading-7 {
  color: #c3c2cb;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c6834c;
  font-size: 2.5vw;
}

.div-block-31 {
  height: 90%;
  display: flex;
}

.div-block-32 {
  height: 10%;
  display: flex;
}

.div-block-33 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  font-family: Exo, sans-serif;
  font-size: 1vw;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.bold-text {
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  font-size: 2.4vw;
  line-height: 2.2vw;
}

.bold-text-2 {
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #45c5c8;
  font-size: 3vw;
}

.bold-text-3 {
  color: #d6ab81;
  -webkit-text-stroke-color: #ffffff87;
  font-size: 2.5vw;
}

.div-block-34 {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

.text-block-7 {
  color: #dbbea0;
  -webkit-text-stroke-color: #000;
  margin-left: 1vw;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  text-decoration: none;
}

.image-6 {
  width: auto;
  height: 60%;
}

.image-6._2 {
  height: 50%;
}

.image-7 {
  width: 10vw;
  display: block;
}

.text-block-8 {
  margin-bottom: 1vh;
}

.div-block-35, .footer-social {
  display: none;
}

.image-8 {
  width: 2vw;
  margin-top: 3vh;
}

.div-block-39 {
  background-color: #2a9c9f;
  width: 5vw;
  height: .5vw;
  display: none;
}

.testimonials-div {
  margin-bottom: 6vh;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: auto;
  padding-right: 2vw;
  display: flex;
}

.testimonial-text {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 2vh;
  font-family: Roboto, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.testimonial-text.sub {
  font-size: .8vw;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: .6vw;
  font-weight: 200;
}

.testimonial-wrapper {
  margin-top: 0;
  margin-bottom: 25vh;
  padding-top: 15vh;
  padding-left: 10vw;
}

.block-quote {
  color: #6c6c6c;
  border-left-width: 3px;
  border-left-color: #186264;
  margin-top: 2vh;
  padding-left: .5vw;
  font-family: Roboto, sans-serif;
  font-size: .8vw;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .service_wrapper {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .flex-scroll-div {
    flex-flow: column;
    margin-bottom: 0;
  }

  .left-flex-scroll-div {
    flex-flow: column;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .right-flex-scroll-div {
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: hidden;
  }

  .council_wrapper {
    margin-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .story_div {
    background-image: linear-gradient(#0000006b, #0000006b), linear-gradient(#0000 34%, #000000ab 65%), url('../images/Mac.webp');
    background-position: 0 0, 0 0, 55%;
    background-size: auto, auto, cover;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .podcast_wrapper {
    background-image: linear-gradient(#0000 14%, #000 78%), url('../images/ff868eea-8803-4d1a-b5da-5df28870b98a.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 120vh;
    padding-right: 5vw;
  }

  .footer_wrapper {
    height: auto;
  }

  .div-block {
    border-radius: 3vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    margin-top: 10vh;
    display: flex;
  }

  .headline_wrapper {
    width: 90vw;
  }

  .heading.subheadline {
    letter-spacing: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .heading.subheadline._2 {
    width: 60vw;
    font-size: 2vw;
    line-height: 3vw;
  }

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

  .subheadline {
    text-align: center;
    letter-spacing: 0;
    margin-top: 1vh;
    margin-bottom: 3vh;
    font-size: 6vw;
    line-height: 6vw;
  }

  .subheadline.titles {
    box-sizing: border-box;
    object-fit: contain;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 1vh;
    padding-left: 0;
    font-size: 2.5vw;
    line-height: 3vw;
    display: flex;
  }

  .subheadline.titles._2 {
    line-height: 2.5vw;
  }

  .subheadline.titles._3 {
    margin-bottom: 1vh;
    font-size: 2vw;
  }

  .subheadline._2 {
    text-align: left;
    margin-top: 0;
  }

  .subheadline.left {
    text-align: left;
  }

  .global-text {
    text-align: center;
    font-size: 2vw;
    font-weight: 100;
    line-height: 3vw;
  }

  .global-text.normal {
    font-size: 2vw;
    line-height: 3vw;
  }

  .global-text.div {
    line-height: 3vw;
  }

  .servive-shuttle-div {
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .div-block-4 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 5vh;
    padding-bottom: 0;
  }

  .div-block-5 {
    background-image: none;
  }

  .div-block-6 {
    width: auto;
    height: 4vh;
  }

  .div-block-7 {
    width: 40vw;
    height: 3vh;
  }

  .social-icon.linkedin, .social-icon.facebook, .social-icon.threads, .social-icon.instagram, .social-icon.spotify {
    background-position: 50% 100%;
  }

  .div-block-8 {
    width: 7vw;
  }

  .div-block-9, .div-block-9.email {
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    padding-left: 0;
    font-size: 2vw;
    font-weight: 100;
    line-height: 3vw;
  }

  .text-block-2.button {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-block-2._2 {
    font-size: 1.8vw;
  }

  .left-footer-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10vh;
  }

  .right-footer-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 25%;
  }

  .div-block-10.top {
    justify-content: center;
    align-items: flex-end;
    width: 25%;
  }

  .div-block-11 {
    width: 2vw;
  }

  .content_wrapper {
    width: 100%;
  }

  .left_content_div {
    width: 100vw;
    padding-right: 0;
  }

  .right_content_div {
    display: none;
  }

  .left_footer_div {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-13 {
    display: none;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .heading-2 {
    margin-top: 0;
  }

  .background-video-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2 {
    letter-spacing: 1px;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2vw;
  }

  .mobilenav_wrapper {
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image {
    width: 20vw;
  }

  .div-block-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .heading-6 {
    font-size: 4vw;
  }

  .div-block-27 {
    text-align: center;
  }

  .subheadline-span, .subheadline-span._2 {
    font-size: 3vw;
  }

  .image-5 {
    width: 50vw;
  }

  .heading-7 {
    font-size: 5vw;
  }

  .div-block-31 {
    flex-flow: column;
  }

  .div-block-32 {
    display: none;
  }

  .bold-text {
    text-align: left;
    font-size: 4vw;
  }

  .bold-text-2 {
    font-size: 6vw;
  }

  .bold-text-3 {
    font-size: 5vw;
  }

  .bold-text-3.left {
    text-align: left;
  }

  .div-block-34 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5vh;
  }

  .div-block-34.footer {
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    display: none;
  }

  .image-7 {
    width: 20vw;
  }

  .div-block-35 {
    background-color: #000c;
    height: 10vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-36 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 20%;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: flex;
  }

  .div-block-37 {
    justify-content: center;
    align-items: flex-end;
    width: 5vw;
    height: 1vw;
    display: flex;
  }

  .footer-social {
    display: none;
  }

  .image-8 {
    width: 4vw;
  }

  .div-block-39 {
    display: flex;
  }

  .testimonials-div {
    flex-flow: column;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5vh;
    padding-top: 1vh;
    padding-right: 10vw;
  }

  .div-block-40._1 {
    padding-top: 0;
  }

  .div-block-40.right {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .testimonial-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .text-block-10 {
    font-size: 1vw;
  }

  .testimonial-wrapper {
    padding-right: 10vw;
    display: flex;
  }

  .block-quote {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2vw;
    line-height: 1.9vw;
  }

  .code-embed {
    margin-left: -2vw;
  }
}

@media screen and (max-width: 479px) {
  .service_wrapper {
    padding-left: 0;
  }

  .flex-scroll-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-flex-scroll-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-flex-scroll-div {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .council_wrapper {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .story_div {
    background-image: linear-gradient(#0000, #000000b3 65%), linear-gradient(#00000038, #00000038), url('../images/mobile.webp');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border-radius: 4vw;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .podcast_wrapper {
    background-image: linear-gradient(0deg, #000 23%, #00000047 56%), url('../images/ff868eea-8803-4d1a-b5da-5df28870b98a.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_wrapper {
    flex-flow: column;
    width: 100vw;
    height: auto;
  }

  .div-block {
    border-radius: 4vw;
    width: 100%;
    margin-bottom: 10vh;
  }

  .headline_wrapper {
    width: 100%;
  }

  .heading.subheadline {
    letter-spacing: 0;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .heading.subheadline._2 {
    width: 80vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .heading.hero {
    text-align: center;
    letter-spacing: 0;
    font-size: 9vw;
  }

  .subheadline {
    text-align: center;
    margin-top: 2vh;
    font-size: 9vw;
    line-height: 9vw;
  }

  .subheadline.titles {
    text-align: center;
    letter-spacing: 1px;
    border-left-width: 1vw;
    padding-left: 2vw;
    font-size: 5vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .subheadline.titles.left {
    padding-left: 0;
  }

  .subheadline._2 {
    text-align: center;
  }

  .global-text {
    text-align: center;
    font-size: 4.5vw;
    font-weight: 100;
    line-height: 6vw;
  }

  .global-text.normal {
    font-size: 5vw;
    line-height: 6vw;
  }

  .global-text.div {
    text-shadow: 0 1px 4px #161616ed;
    font-weight: 300;
    line-height: 6vw;
  }

  .servive-shuttle-div {
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-4 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
    height: 90vh;
  }

  .div-block-6 {
    width: auto;
    height: 7vh;
  }

  .div-block-6.email {
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 7vh;
  }

  .div-block-7 {
    width: 100%;
    height: 4vh;
  }

  .social-icon.linkedin, .social-icon.facebook, .social-icon.threads, .social-icon.instagram, .social-icon.spotify {
    background-position: 50%;
  }

  .div-block-8 {
    width: 20vw;
  }

  .text-block-2 {
    padding-right: 5vw;
    font-size: 4vw;
    font-weight: 300;
    text-decoration: none;
  }

  .left-footer-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .right-footer-div {
    width: 100%;
    display: none;
  }

  .div-block-10.top, .div-block-12 {
    text-decoration: none;
  }

  .left_content_div {
    flex-flow: column;
    margin-bottom: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .left_footer_div, .right_footer_div {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: none;
  }

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

  .text-block-4 {
    letter-spacing: 1px;
    font-size: 2.5vw;
    display: none;
  }

  .heading-2 {
    font-size: 5vw;
  }

  .hero-div {
    background-position: 0 0, 50% 0, 50% 100%;
    background-size: auto, cover, cover;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 90vh;
  }

  .div-block-18 {
    width: 100%;
    margin-bottom: 5vh;
  }

  .div-block-19 {
    border-radius: 5vw;
    width: 100%;
    padding-bottom: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-4 {
    font-size: 6vw;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .heading-5 {
    font-size: 9vw;
  }

  .button-2 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .mobilenav_wrapper {
    z-index: 4;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000082;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 20%;
    font-family: Roboto, sans-serif;
    font-size: 3vw;
    font-weight: 100;
    display: flex;
  }

  .text-block-6 {
    color: #fff;
    font-size: 2vw;
  }

  .image {
    width: 30vw;
    margin-bottom: 1vh;
  }

  .image-2 {
    width: 60vw;
    margin-bottom: 3vh;
  }

  .div-block-24 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-6 {
    font-size: 7vw;
  }

  .div-block-27 {
    margin-bottom: 15vh;
  }

  .subheadline-span {
    font-size: 5vw;
    line-height: 7vw;
  }

  .subheadline-span._2 {
    font-size: 6vw;
    line-height: 3vw;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .div-block-29 {
    width: 100%;
    margin-bottom: 5vh;
  }

  .div-block-29._1 {
    border-bottom: .1vw solid #00000096;
    border-right-style: none;
    width: 100%;
    padding-bottom: 3vh;
  }

  .image-5 {
    width: 70vw;
  }

  .heading-7 {
    text-align: center;
    font-size: 8vw;
  }

  .bold-text {
    font-size: 7vw;
    line-height: 7vw;
  }

  .bold-text-2 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .bold-text-3 {
    font-size: 7vw;
  }

  .div-block-34 {
    margin-top: 5vh;
  }

  .div-block-34.footer {
    justify-content: center;
    align-items: center;
  }

  .image-6._2 {
    height: 40%;
  }

  .image-7 {
    width: 25vw;
  }

  .div-block-35 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #00000094;
    height: 10vh;
    display: flex;
  }

  .div-block-36 {
    font-size: 3vw;
    text-decoration: none;
  }

  .div-block-36.w--current {
    color: #a4fdff;
    text-shadow: 0 1px 5px #ffffffb5;
    background-image: radial-gradient(circle, #2a9c9f5e, #fff0 48%);
    display: none;
  }

  .footer-social {
    width: 100%;
    height: 10vw;
    margin-top: 1vh;
    margin-bottom: 5vh;
    display: flex;
  }

  .div-block-38 {
    background-image: url('../images/LinkedIn-Magenta.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
  }

  .div-block-38._2 {
    background-image: url('../images/Instagram-Magenta.png');
  }

  .div-block-38._3 {
    background-image: url('../images/Substack-Magenta.png');
  }

  .div-block-38._4 {
    background-image: url('../images/Spotify-Magenta.png');
  }

  .div-block-38._5 {
    background-image: url('../images/Threads-Magenta.png');
  }

  .image-8 {
    width: 8vw;
  }

  .div-block-39 {
    width: 10vw;
    height: 1vw;
    margin-top: 1vh;
  }

  .testimonials-div {
    margin-bottom: 0;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 3vh;
    padding-right: 0;
  }

  .div-block-40._1 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2vh;
    padding-right: 0;
  }

  .testimonial-text {
    text-align: center;
    letter-spacing: 0;
    font-size: 5vw;
    font-weight: 300;
    line-height: 6vw;
  }

  .text-block-10 {
    font-size: 2vw;
  }

  .testimonial-wrapper {
    flex-flow: column;
    padding-top: 5vh;
  }

  .block-quote {
    margin-top: 1vh;
    font-size: 3vw;
    line-height: 5vw;
    display: none;
  }
}


