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

:root {
  --logo: #dbf4e4;
  --global-font: #dbf4e4;
  --font-color: #dbf4e4;
  --button-shade: #dbf4e4ab;
  --botton-content-color: #dbf4e4ba;
}

.body {
  background-color: #010500;
}

.div-block {
  background-image: url('../images/Synth-Sophia-Cover4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.div-block-2 {
  height: 100vh;
}

.div-block-3 {
  flex-flow: row;
  display: flex;
}

.div-block-4 {
  width: 50%;
  padding-right: 10vw;
}

.div-block-5 {
  background-color: #1d1d1d;
  background-image: radial-gradient(circle, #0000 100%, #11191b), url('../images/Protocol-Genesis-Cover.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  height: 20vh;
  padding-left: 2vw;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-2 {
  color: #dcdcdc;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.italic-text {
  font-weight: 700;
}

._2 {
  font-size: .8vw;
  font-weight: 400;
}

.heading {
  color: #fff;
}

.div-block-7 {
  padding-left: 2vw;
}

.italic-text-2 {
  font-size: 2vw;
}

.image {
  margin-top: 4vh;
  margin-bottom: 2vh;
}

.div-block-8 {
  background-image: url('../images/Retouch3.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
  margin-top: 5vh;
  margin-bottom: 3vh;
}

.synth_hero {
  z-index: 2;
  background-image: linear-gradient(0deg, #010500, #fff0 58%);
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-10 {
  width: 30%;
}

.div-block-11 {
  width: 70%;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 20vh;
  padding-top: 5vh;
  padding-left: 0;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-bottom: 2vh;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80vh;
  padding-left: 4vw;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  height: auto;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 10vh;
  padding-left: 5vw;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-3 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-17 {
  background-color: #1c2c1c;
  border-radius: 1vw;
  width: 90%;
  height: 90%;
}

.div-block-18 {
  background-image: url('../images/SynthMode-Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  width: 90vw;
  height: 80vh;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #e2e2e2;
  font-size: .9vw;
  line-height: 1vw;
}

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

.div-block-20 {
  background-color: #141414;
  border-radius: .5vw;
  height: 60vh;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.text-block-4 {
  color: #fff;
  font-size: 1vw;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 20vh;
  padding-top: 5vh;
  padding-left: 4vw;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-left: 4vw;
  display: flex;
}

.heading-4 {
  z-index: 3;
  color: #dbf4e4;
  text-shadow: 0 1px 12px #2dff7980;
  margin-top: 0;
  font-family: Primal, Arial, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 2.3vw;
  position: relative;
}

.heading-4._2 {
  z-index: 1;
  color: #738379;
  margin-bottom: -4.6vw;
}

.heading-5 {
  color: #dbf4e4;
  text-shadow: 0 1px 18px #06ff1633;
  margin-top: 0;
  margin-bottom: 2vh;
  margin-right: 0;
  font-family: Primal, Arial, sans-serif;
  font-size: 5vh;
  font-weight: 900;
  line-height: 5vh;
}

.text-block-5 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.8vw;
  font-weight: 200;
  line-height: 2vw;
}

.button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #dbf4e4;
  background-color: #a2ffc41a;
  border: 1px #fff;
  border-radius: .1vw;
  margin-bottom: 2vh;
  margin-right: 2vw;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.button._3 {
  font-weight: 300;
}

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

.div-block-24 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 10vh;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block-24.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  padding-right: 0;
}

.div-block-24.flip {
  margin-top: 5vh;
  margin-bottom: 15vh;
}

.div-block-25 {
  width: auto;
  margin-right: 2vw;
  padding-left: 0;
  padding-right: 0;
}

.div-block-25.links {
  margin-right: 3vw;
  padding-left: 0;
}

.div-block-25.left {
  padding-left: 3vw;
}

.div-block-26 {
  height: 60%;
}

.heading-6 {
  color: #dbf4e4;
  margin-bottom: 2vh;
  font-family: Primal, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 3.2vw;
}

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

.div-block-27 {
  background-color: #111;
  background-image: url('../images/FaceSwap_ChatGPT-Image-Jun-10-2025-10_52_29-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: .5vw;
  width: 40vw;
  height: 70vh;
}

.div-block-27._2 {
  background-image: url('../images/Protocol-Genesis-Cover_1.jpg');
  height: 40vw;
}

.div-block-27._3 {
  background-image: url('../images/Shoulderlook.jpg');
  background-position: 50% 0;
  height: 60vh;
}

.div-block-27._4 {
  filter: brightness(135%);
  background-image: url('../images/SynthMode-Cover-2.jpg');
  justify-content: flex-start;
  align-items: flex-end;
  height: 40vw;
  padding-top: 16vh;
  display: flex;
}

.div-block-27.meet {
  background-image: url('../images/SafehouseLab-Entrance-2.jpg');
  height: 50vh;
}

.div-block-28 {
  color: #3330;
  background-color: #0f0f0f00;
  justify-content: center;
  align-items: center;
  height: 20vh;
  margin-top: 15vh;
  display: flex;
}

.div-block-29 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 4vh;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.button-2 {
  color: #dbf4e4;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #656464;
  border-radius: .1vw;
  margin-right: 1vw;
  font-family: Roboto, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1.5vw;
  transition: background-color .45s;
  position: static;
}

.button-2:hover {
  color: #e3fdec;
  background-color: #1034228a;
}

.text-block-8 {
  color: var(--global-font);
  letter-spacing: 0;
  margin-bottom: 4vh;
  font-family: Roboto, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.text-block-8._2 {
  margin-bottom: 0;
}

.text-block-8._2._3 {
  font-style: italic;
  font-weight: 300;
}

.image-2 {
  width: 10vw;
}

.text-block-9 {
  color: #6e6e6e;
  text-align: left;
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .7vw;
  font-weight: 300;
}

.flex_wrapper_content {
  width: 85vw;
  padding-top: 0;
}

.flex_wrapper_sidebar {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15vw;
  height: 100vh;
  padding-top: 0;
  display: block;
  position: sticky;
  top: 0;
}

.synth_flex_wrapper {
  display: flex;
}

.text-block-10 {
  color: #dbf4e4;
  margin-bottom: 1.5vh;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1vw;
  text-decoration: none;
  transition: color .55s;
}

.text-block-10:hover {
  color: #7d9784;
}

.text-block-10.w--current {
  color: #4f6e57;
}

.synth-nav {
  flex-flow: column;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50vh;
  padding-top: 0;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.text-block-11 {
  color: #979797;
  font-family: Rubik, sans-serif;
  font-size: .8vw;
  font-weight: 300;
}

.bold-text {
  color: #767676;
  font-weight: 500;
}

.text-block-12 {
  color: #dbf4e4;
  text-shadow: 0 1px 8px #0df33bc9;
  font-family: Primal, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1vw;
}

.text-block-12:hover {
  color: #c3f9d5;
  text-shadow: 0 1px 15px #14ff43;
}

.link-block {
  margin-right: 2vw;
  text-decoration: none;
}

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

.div-block-34 {
  z-index: 1;
  background-image: url('../images/Sophia-Wide-V4.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: -100vh;
  position: relative;
}

.div-block-35, .div-block-36 {
  overflow: hidden;
}

.image-3 {
  opacity: 1;
  mix-blend-mode: darken;
  width: 5vw;
  margin-bottom: 2vh;
}

@media screen and (min-width: 1920px) {
  .synth_hero {
    z-index: 2;
    background-image: linear-gradient(0deg, #010500, #fff0 50%);
    position: relative;
  }

  .div-block-13 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-22 {
    border-radius: .1vw;
  }

  .heading-4 {
    color: var(--logo);
  }

  .heading-5 {
    margin-bottom: 1vh;
  }

  .text-block-5 {
    margin-top: 1vw;
    font-size: 1.3vw;
    line-height: 2vw;
  }

  .button {
    border-radius: .1vw;
    font-size: .9vw;
    font-weight: 200;
  }

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

  .heading-6 {
    text-shadow: 0 0 8px #00ff5c94;
    line-height: 3vw;
  }

  .div-block-27._3 {
    height: 80vh;
  }

  .div-block-27._4 {
    justify-content: flex-end;
    align-items: flex-end;
    height: 80vh;
    padding-bottom: 3vw;
    padding-right: 3vw;
    overflow: hidden;
  }

  .div-block-27.meet {
    background-image: url('../images/SafehouseLab-Entrance-2.jpg');
    height: 60vh;
  }

  .button-2 {
    color: #dbf4e4;
    letter-spacing: 0;
    background-color: #dbf4e400;
    border-style: solid;
    border-color: #dbf4e48a;
    border-radius: .1vw;
    font-family: Roboto, sans-serif;
    font-size: .6vw;
    font-weight: 300;
  }

  .text-block-8 {
    letter-spacing: 0;
    font-weight: 300;
  }

  .image-2 {
    width: 7vw;
  }

  .text-block-10 {
    color: #789970;
    text-shadow: 0 1px 5px #8fffb773;
    font-family: Roboto, sans-serif;
    font-weight: 200;
  }

  .text-block-10:hover {
    color: #dbf4e4;
    text-shadow: none;
    background-color: #0000;
  }

  .text-block-10.w--current {
    color: #fff;
    text-shadow: 0 1px 16px #24971c78;
  }

  .div-block-30 {
    height: 50vh;
    padding-bottom: 5vh;
  }

  .div-block-31 {
    height: 50vh;
  }

  .text-block-11 {
    color: #949a91;
    font-size: .6vw;
  }

  .bold-text {
    color: #797d77;
  }

  .text-block-12 {
    font-family: Roboto, sans-serif;
    font-size: 1vw;
    font-weight: 700;
  }

  .div-block-34 {
    background-image: url('../images/Sophia-Wide-V4.jpg');
    background-position: 50% 10%;
    height: 100vh;
    margin-top: -100vh;
    display: flex;
  }

  .div-block-35 {
    overflow: hidden;
  }

  .div-block-36 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100vw;
    overflow: hidden;
  }

  .image-3 {
    width: 3vw;
  }

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

@media screen and (max-width: 991px) {
  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
  }

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

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

  .text-block-5 {
    font-family: Roboto, sans-serif;
    font-size: 2.8vw;
    font-weight: 300;
    line-height: 4vw;
  }

  .button {
    font-size: 2vw;
    font-weight: 200;
  }

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

  .div-block-24.left {
    margin-bottom: 15vh;
    padding-left: 0;
  }

  .div-block-24.flip {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-25 {
    width: 80vw;
  }

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

  .div-block-26 {
    flex: 0 auto;
    order: -1;
  }

  .div-block-26._2 {
    order: 1;
  }

  .heading-6 {
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: 800;
    line-height: 6vw;
  }

  .div-block-27._2 {
    width: 80vw;
    height: 80vw;
    margin-bottom: 5vh;
    display: flex;
  }

  .div-block-27._3 {
    border-radius: 2vw;
    width: 80vw;
    height: 60vh;
    margin-bottom: 5vh;
  }

  .div-block-27._4 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    width: 80vw;
    height: 80vw;
    margin-bottom: 5vh;
    padding-top: 15vh;
    display: flex;
  }

  .div-block-27.meet {
    width: 80vw;
    height: 60vh;
    margin-bottom: 5vh;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5vh;
  }

  .button-2 {
    color: #dbf4e4;
    border-color: #8c8c8cba;
    justify-content: center;
    align-items: center;
    width: 40vw;
    margin-bottom: 1vh;
    font-size: 2vw;
    font-weight: 300;
    line-height: 3vw;
    display: flex;
  }

  .text-block-8 {
    text-align: center;
    margin-bottom: 5vh;
    font-size: 2vw;
    line-height: 3vw;
  }

  .image-2 {
    width: 16vw;
    height: 16vw;
  }

  .flex_wrapper_content {
    width: 100vw;
  }

  .flex_wrapper_sidebar {
    display: none;
  }

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

  .text-block-12 {
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .link-block {
    margin-right: 5vw;
  }

  .div-block-32 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    justify-content: center;
    align-items: flex-end;
    height: 5vh;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-33 {
    color: #8da392;
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-size: 1.5vw;
    font-weight: 200;
    text-decoration: none;
    display: flex;
  }

  .div-block-33.w--current {
    color: #fff;
    background-image: radial-gradient(circle, #ff9f211c, #fff0);
  }

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

@media screen and (max-width: 479px) {
  .synth_hero {
    background-position: 0 0, 55%;
  }

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

  .div-block-11 {
    width: 100%;
  }

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

  .div-block-21 {
    padding-top: 5vh;
    padding-left: 10vw;
  }

  .div-block-22 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 15vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .heading-4._2 {
    margin-bottom: -13.6vw;
  }

  .heading-5 {
    text-align: center;
    font-size: 3vh;
    line-height: 3vh;
  }

  .text-block-5 {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .button {
    border-color: #ffffffb5;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    font-weight: 300;
    line-height: 8vw;
  }

  .button._2, .button._3 {
    display: none;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 3vh;
    display: flex;
  }

  .div-block-24.flip {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    padding-top: 2vw;
  }

  .heading-6 {
    color: #e6ffdf;
    font-size: 8vw;
    line-height: 8vw;
  }

  .div-block-27._2 {
    width: 90vw;
    height: 90vw;
  }

  .div-block-27._3 {
    width: 90vw;
  }

  .div-block-27._4 {
    justify-content: center;
    align-items: center;
    width: 90vw;
    height: 90vw;
    padding-top: 0;
  }

  .div-block-27.meet {
    background-position: 50%;
    width: 90vw;
  }

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

  .button-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 1vh;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    font-weight: 300;
    line-height: 8vw;
  }

  .text-block-8 {
    color: #deffea;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5.5vw;
  }

  .text-block-8._2._3 {
    font-weight: 200;
  }

  .image-2 {
    width: 30vw;
    height: 30vw;
  }

  .flex_wrapper_content {
    width: 100vw;
  }

  .flex_wrapper_sidebar {
    display: none;
  }

  .div-block-32 {
    background-color: #071c0e8f;
    height: 9vh;
  }

  .div-block-33 {
    color: #8da392;
    letter-spacing: 1px;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 4vw;
    text-decoration: none;
    transition: color .6s;
  }

  .div-block-33.w--current {
    font-size: 4vw;
  }

  .text-block-13 {
    font-family: Roboto, sans-serif;
    font-size: 4vw;
  }
}


@font-face {
  font-family: 'Primal';
  src: url('../fonts/Primal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}