@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500;600;700&display=swap");
@font-face {
  font-family: Barlow;
  src: url("../../fonts/Barlow/Barlow-Regular.ttf");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Epilogue;
  src: url("../../fonts/Epilogue/Epilogue-Regular.ttf");
  font-weight: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.logo {
  top: 3%;
  left: 6%;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .logo {
    top: 3%;
    left: 6%;
  }
}
@media screen and (max-width: 1680px) {
  .logo {
    top: 3%;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .logo {
    display: none;
  }
}
.logo p {
  font-family: "Barlow", sans-serif;
  font-size: 31px;
  letter-spacing: -64%;
  line-height: 28px;
  font-weight: 400;
  margin-top: -4px;
  width: 30px;
  color: #9CC6F1;
}
@media screen and (max-width: 1024px) {
  .logo p {
    font-size: 25px;
  }
}

.logo-hidden {
  top: 5%;
  left: 5%;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .logo-hidden {
    display: block;
    left: 7%;
  }
}
@media screen and (max-width: 900px) {
  .logo-hidden {
    left: 8%;
  }
}
@media screen and (max-width: 576px) {
  .logo-hidden {
    top: 3%;
    left: 5%;
  }
}
.logo-hidden img {
  width: 110px;
}
@media screen and (max-width: 1024px) {
  .logo-hidden img {
    width: 80px;
  }
}
.logo-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 28px;
  letter-spacing: -64%;
  line-height: 28px;
  font-weight: 400;
  margin-top: -4px;
  width: 30px;
  color: #9CC6F1;
}
@media screen and (max-width: 1024px) {
  .logo-hidden p {
    font-size: 25px;
  }
}

.timeline {
  border-right: solid #9CC6F1 1px;
  height: 87%;
  bottom: 0;
  left: 120px;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .timeline {
    left: 105px;
  }
}
@media screen and (max-width: 1440px) {
  .timeline {
    left: 80px;
    height: 85%;
  }
}
@media (max-width: 1024px) {
  .timeline {
    display: none;
  }
}

i {
  width: 50px;
  position: fixed;
}

footer {
  font-family: "Epilogue", serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 35px;
  color: #53565a;
  padding: 30px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  scroll-snap-align: start;
  height: 150px;
  position: relative;
}
footer .footer {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer a {
  text-decoration: none;
  color: #9CC6F1;
}
footer p {
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  color: white !important;
  font-size: 50px;
}

#steven {
  background-image: url("../../images/Steven_bg_final.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1440px) {
  #steven {
    padding: 0% 0 15%;
  }
}
@media screen and (max-width: 1280px) {
  #steven {
    background-image: url("../../images/Steven_bg-final-tablette.png");
  }
}
@media screen and (max-width: 1024px) {
  #steven {
    padding: 6% 0;
    background-position: 80%;
  }
}
@media screen and (max-width: 896px) {
  #steven {
    background-image: url("../../images/Steven_bg-final.png");
    background-position: 75% 45%;
    height: 100vh;
  }
}
@media screen and (max-width: 640px) {
  #steven {
    background-position: cover;
  }
}
@media screen and (max-width: 360px) {
  #steven {
    background-size: cover;
  }
}
#steven .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#steven .flex-container .icons {
  left: 45px;
  top: 13%;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  #steven .flex-container .icons {
    top: 18%;
    left: 38px;
  }
}
@media screen and (max-width: 1440px) {
  #steven .flex-container .icons {
    left: 28px;
    top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .icons {
    left: 15px;
    top: 15%;
  }
}
@media screen and (max-width: 900px) {
  #steven .flex-container .icons {
    top: 30%;
  }
}
@media screen and (max-width: 800px) {
  #steven .flex-container .icons {
    left: 93%;
    top: 88%;
  }
}
@media screen and (max-width: 576px) {
  #steven .flex-container .icons {
    position: absolute;
    left: 90%;
  }
}
#steven .flex-container .icons img {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  opacity: 30%;
}
#steven .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 1920px) {
  #steven .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #steven .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container ul {
    display: none;
  }
}
#steven .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#steven .flex-container ul .year {
  font-family: "Epilogue", sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#steven .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@media screen and (max-width: 1440px) {
  #steven .flex-container .main-content {
    width: 37%;
  }
}
@media screen and (max-width: 1280px) {
  #steven .flex-container .main-content {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .main-content {
    width: 46%;
    margin-top: 2%;
  }
}
@media (max-width: 896px) {
  #steven .flex-container .main-content {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  #steven .flex-container .main-content {
    display: none;
  }
}
#steven .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  text-transform: uppercase;
  color: #9cc6f1;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .main-content h2 {
    font-size: 16px;
  }
}
#steven .flex-container .main-content h1 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: white;
  margin: 30px 0px;
  font-weight: normal;
  width: 80%;
}
@media screen and (max-width: 1920px) {
  #steven .flex-container .main-content h1 {
    font-size: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #steven .flex-container .main-content h1 {
    width: 115%;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .main-content h1 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 986px) {
  #steven .flex-container .main-content h1 {
    width: 130%;
  }
}
#steven .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: rgb(215, 215, 215);
  margin: 0;
  font-weight: 300;
  width: 105%;
}
@media screen and (max-width: 1440px) {
  #steven .flex-container .main-content p {
    font-size: 16px;
    width: 110%;
  }
}
@media screen and (max-width: 1280px) {
  #steven .flex-container .main-content p {
    width: 121%;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .main-content p {
    font-size: 16px;
    line-height: 28px;
    width: 113%;
  }
}
#steven .flex-container .main-content a {
  color: rgb(215, 215, 215);
}
#steven .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9cc6f1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #9cc6f1 1px;
  border-radius: 30px;
  padding: 10px 50px;
  margin-top: 65px;
  flex-shrink: 0;
  width: 295px;
}
@media screen and (max-width: 1440px) {
  #steven .flex-container .main-content .button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #steven .flex-container .main-content .button {
    margin-top: 30px;
  }
}

.steven-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .steven-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .steven-hidden {
    display: block;
  }
}
.steven-hidden h2 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  letter-spacing: -30%;
  color: #53565a;
  line-height: 55px;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .steven-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.steven-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .steven-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .steven-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.steven-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9cc6f1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #9cc6f1 1px;
  border-radius: 30px;
  padding: 10px 50px;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .steven-hidden .button {
    width: 60%;
    font-size: 12px;
    padding: 13px 40px;
  }
}
@media (max-width: 640px) {
  .steven-hidden .button {
    width: 100%;
  }
}

#lifeguard {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 5%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56%;
}
@media (max-width: 896px) {
  #lifeguard {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: 100vh;
    padding-top: 5%;
  }
}
#lifeguard #background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 896px) {
  #lifeguard #background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
#lifeguard .flex-container {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
}
#lifeguard .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #lifeguard .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #lifeguard .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #lifeguard .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #lifeguard .flex-container ul {
    display: none;
  }
}
#lifeguard .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#lifeguard .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#lifeguard .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #lifeguard .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #lifeguard .flex-container .main-content {
    margin-top: 7%;
    width: 46%;
  }
}
@media (max-width: 1036px) {
  #lifeguard .flex-container .main-content {
    margin-top: 2%;
  }
}
@media (max-width: 896px) {
  #lifeguard .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #lifeguard .flex-container .main-content {
    display: none;
  }
}
#lifeguard .flex-container .main-content .lifeguard-logo {
  width: 20%;
}
#lifeguard .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.927);
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #lifeguard .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  #lifeguard .flex-container .main-content h2 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #lifeguard .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #lifeguard .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
    width: 110%;
  }
}
#lifeguard .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.927);
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media (max-width: 1680px) {
  #lifeguard .flex-container .main-content p {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  #lifeguard .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #lifeguard .flex-container .main-content p {
    width: 135%;
  }
}
@media screen and (max-width: 1024px) {
  #lifeguard .flex-container .main-content p {
    font-size: 17px;
  }
}
@media (max-width: 944px) {
  #lifeguard .flex-container .main-content p {
    width: 185%;
  }
}
#lifeguard .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 320px;
}
@media (max-width: 1024px) {
  #lifeguard .flex-container .main-content .button {
    padding: 2% 5%;
  }
}
#lifeguard .flex-container .main-content .button img {
  margin: 2px 20px 0 0;
  float: left;
  width: 20px;
  vertical-align: middle;
}
#lifeguard .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@media (max-width: 896px) {
  #lifeguard .logo-hidden-2 {
    display: block;
  }
}
#lifeguard .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #lifeguard .logo-hidden-2 img {
    width: 14%;
  }
}
@media screen and (max-width: 576px) {
  #lifeguard .logo-hidden-2 img {
    width: 25%;
  }
}
#lifeguard .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #lifeguard .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  #lifeguard .projects-logo {
    width: 31%;
  }
}

.lifeguard-hidden {
  flex-direction: column;
  display: flex;
  margin: 0 10% 15%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .lifeguard-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .lifeguard-hidden {
    display: block;
  }
}
@media (max-width: 800px) {
  .lifeguard-hidden {
    margin: 15% 10%;
  }
}
.lifeguard-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .lifeguard-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.lifeguard-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .lifeguard-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .lifeguard-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 414px) {
  .lifeguard-hidden p {
    width: 101%;
  }
}
@media (max-width: 360px) {
  .lifeguard-hidden p {
    width: 107%;
  }
}
.lifeguard-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border: solid #9cc6f1 1px;
  border-radius: 30px;
  padding: 15px 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 414px) {
  .lifeguard-hidden .button {
    width: 100%;
    padding: 15px 20px;
    display: block;
    text-align: center;
  }
}
.lifeguard-hidden .button img {
  width: 16px;
  position: relative;
  top: 3px;
  left: -10px;
}
.lifeguard-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .lifeguard-hidden .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  .lifeguard-hidden .projects-logo {
    width: 31%;
  }
}

#wellbox {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 5%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56%;
}
@media (max-width: 1024px) {
  #wellbox {
    padding-bottom: 70%;
  }
}
@media (max-width: 896px) {
  #wellbox {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    overflow: hidden;
    position: relative;
    height: 100vh;
    padding-top: 5%;
    padding-bottom: 0%;
  }
}
@media only screen and (max-width: 414px) {
  #wellbox {
    background-position: 90% 0;
  }
}
#wellbox #background-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  filter: brightness(65%);
}
@media (max-width: 896px) {
  #wellbox #background-video-2 {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
#wellbox .flex-container {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
}
#wellbox .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wellbox .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #wellbox .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #wellbox .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #wellbox .flex-container ul {
    display: none;
  }
}
#wellbox .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#wellbox .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#wellbox .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #wellbox .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #wellbox .flex-container .main-content {
    margin-top: 7%;
  }
}
@media screen and (max-width: 1024px) {
  #wellbox .flex-container .main-content {
    width: 55%;
  }
}
@media (max-width: 896px) {
  #wellbox .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #wellbox .flex-container .main-content {
    display: none;
  }
}
#wellbox .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.927);
  margin: 30px 0px;
  font-weight: normal;
  width: 75%;
}
@media screen and (max-width: 1920px) {
  #wellbox .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1625px) {
  #wellbox .flex-container .main-content h2 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #wellbox .flex-container .main-content h2 {
    font-size: 40px;
    width: 110%;
  }
}
@media screen and (max-width: 1024px) {
  #wellbox .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#wellbox .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.927);
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 97%;
}
@media (max-width: 1680px) {
  #wellbox .flex-container .main-content p {
    width: 150%;
  }
}
@media screen and (max-width: 1440px) {
  #wellbox .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #wellbox .flex-container .main-content p {
    width: 180%;
  }
}
@media screen and (max-width: 1024px) {
  #wellbox .flex-container .main-content p {
    font-size: 15px;
    width: 125%;
  }
}
@media (max-width: 980px) {
  #wellbox .flex-container .main-content p {
    width: 150%;
  }
}
#wellbox .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 305px;
  text-align: center;
}
#wellbox .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#wellbox .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #wellbox .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #wellbox .logo-hidden-2 {
    display: block;
  }
}
#wellbox .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #wellbox .logo-hidden-2 img {
    width: 16%;
  }
}
@media screen and (max-width: 576px) {
  #wellbox .logo-hidden-2 img {
    width: 34%;
  }
}
#wellbox .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #wellbox .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  #wellbox .projects-logo {
    width: 31%;
  }
}

.wellbox-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .wellbox-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .wellbox-hidden {
    display: block;
  }
}
.wellbox-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .wellbox-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wellbox-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 896px) and (max-height: 414px) {
  .wellbox-hidden p {
    width: 93%;
  }
}
@media (max-width: 800px) {
  .wellbox-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .wellbox-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.wellbox-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 35px;
  width: 300px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 414px) {
  .wellbox-hidden .button {
    width: 100%;
    padding: 15px 20px;
    display: block;
    text-align: center;
  }
}
.wellbox-hidden .button img {
  width: 16px;
  position: relative;
  top: 3px;
  left: -10px;
}
.wellbox-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .wellbox-hidden .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  .wellbox-hidden .projects-logo {
    width: 31%;
  }
}

#myca {
  background-image: url("../../images/myca-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #myca {
    padding: 0% 0 10%;
  }
}
@media only screen and (max-width: 896px) {
  #myca {
    background-position: 60% 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 414px) {
  #myca {
    background-position: 65% 0;
  }
}
#myca .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#myca .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9CC6F1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #myca .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #myca .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #myca .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container ul {
    display: none;
  }
}
#myca .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9CC6F1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#myca .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#myca .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #myca .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  #myca .flex-container .main-content {
    margin-top: 10%;
  }
}
@media screen and (max-width: 1440px) {
  #myca .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 896px) {
  #myca .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #myca .flex-container .main-content {
    display: none;
  }
}
#myca .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.927);
  margin: 30px 0px;
  font-weight: normal;
  width: 90%;
}
@media screen and (max-width: 1920px) {
  #myca .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #myca .flex-container .main-content h2 {
    font-size: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
    width: 110%;
  }
}
#myca .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.927);
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #myca .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #myca .flex-container .main-content p {
    width: 140%;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container .main-content p {
    font-size: 15px;
  }
}
#myca .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 300px;
  text-align: center;
}
#myca .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 16px;
}
#myca .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #myca .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #myca .logo-hidden-2 {
    display: block;
  }
}
#myca .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #myca .logo-hidden-2 img {
    width: 16%;
  }
}
@media screen and (max-width: 800px) {
  #myca .logo-hidden-2 img {
    width: 15%;
  }
}
@media screen and (max-width: 576px) {
  #myca .logo-hidden-2 img {
    width: 27%;
  }
}
#myca .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #myca .projects-logo {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  #myca .projects-logo {
    width: 35%;
  }
}

.myca-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .myca-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .myca-hidden {
    display: block;
  }
}
.myca-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .myca-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .myca-hidden h2 {
    width: 102%;
  }
}
.myca-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .myca-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .myca-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.myca-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 3% 5%;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .myca-hidden .button {
    width: 100%;
    padding: 15px 35px;
  }
}
.myca-hidden .button img {
  margin: 0 10px;
  width: 16px;
}
.myca-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .myca-hidden .projects-logo {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .myca-hidden .projects-logo {
    width: 35%;
  }
}

#hellohealth {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 5%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56%;
}
@media (max-width: 896px) {
  #hellohealth {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    scroll-snap-align: start;
    overflow: hidden;
    position: relative;
    height: 100vh;
    padding-top: 5%;
  }
}
#hellohealth #background-video-3 {
  filter: brightness(55%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 896px) {
  #hellohealth #background-video-3 {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
#hellohealth .flex-container {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
}
#hellohealth .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #hellohealth .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #hellohealth .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #hellohealth .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #hellohealth .flex-container ul {
    display: none;
  }
}
#hellohealth .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#hellohealth .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#hellohealth .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #hellohealth .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #hellohealth .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  #hellohealth .flex-container .main-content {
    margin-top: 5%;
    margin-left: 5%;
  }
}
@media (max-width: 896px) {
  #hellohealth .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #hellohealth .flex-container .main-content {
    display: none;
  }
}
#hellohealth .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.927);
  margin: 30px 0px;
  font-weight: normal;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #hellohealth .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #hellohealth .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #hellohealth .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #hellohealth .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#hellohealth .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.927);
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 100%;
}
@media (max-width: 1549px) {
  #hellohealth .flex-container .main-content p {
    width: 135%;
  }
}
@media (max-width: 1440px) {
  #hellohealth .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 15px;
    width: 130%;
  }
}
@media (max-width: 1280px) {
  #hellohealth .flex-container .main-content p {
    width: 135%;
  }
}
@media screen and (max-width: 1024px) {
  #hellohealth .flex-container .main-content p {
    font-size: 15px;
    width: 151%;
  }
}
@media (max-width: 970px) {
  #hellohealth .flex-container .main-content p {
    width: 130%;
  }
}
@media (max-width: 1280px) {
  #hellohealth .flex-container .main-content .button-container {
    display: flex;
    width: 140%;
    gap: 5px;
  }
}
#hellohealth .flex-container .main-content .button-container .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 15px;
  width: 430px;
}
@media (max-width: 1280px) {
  #hellohealth .flex-container .main-content .button-container .button {
    padding: 2% 30px;
    width: 425px;
    display: block;
    position: relative;
    text-align: center;
  }
}
#hellohealth .flex-container .main-content .button-container .button img {
  margin-right: 20px;
  float: left;
  width: 20px;
}
@media (max-width: 1280px) {
  #hellohealth .flex-container .main-content .button-container .button img {
    position: relative;
    top: 3px;
    left: -10px;
    margin-right: 0;
    width: 16px;
  }
}
#hellohealth .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #hellohealth .logo-hidden-2 {
    display: none;
  }
}
@media (max-width: 896px) {
  #hellohealth .logo-hidden-2 {
    display: block;
  }
}
#hellohealth .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #hellohealth .logo-hidden-2 img {
    width: 16%;
  }
}
@media screen and (max-width: 576px) {
  #hellohealth .logo-hidden-2 img {
    width: 30%;
  }
}
#hellohealth .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #hellohealth .projects-logo {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  #hellohealth .projects-logo {
    width: 38%;
  }
}

.hellohealth-hidden {
  flex-direction: column;
  display: flex;
  margin: 0 10% 15%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .hellohealth-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .hellohealth-hidden {
    display: block;
  }
}
@media (max-width: 800px) {
  .hellohealth-hidden {
    margin: 15% 10%;
  }
}
.hellohealth-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .hellohealth-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hellohealth-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .hellohealth-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .hellohealth-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.hellohealth-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 35px;
  margin-bottom: 15px;
  width: 425px;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .hellohealth-hidden .button {
    width: 430px;
    padding: 15px 40px;
  }
}
@media (max-width: 414px) {
  .hellohealth-hidden .button {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }
}
.hellohealth-hidden .button img {
  position: relative;
  top: 3px;
  left: -10px;
  width: 16px;
}
@media (max-width: 414px) {
  .hellohealth-hidden .button img {
    position: relative;
    top: 14px;
    left: 0px;
    float: left;
  }
}
.hellohealth-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .hellohealth-hidden .projects-logo {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .hellohealth-hidden .projects-logo {
    width: 38%;
  }
}

#sante-sans-file {
  background-image: url("../../images/ssf-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #sante-sans-file {
    padding: 0% 0 10%;
  }
}
@media only screen and (max-width: 1280px) {
  #sante-sans-file {
    background-position: right;
    background-image: url("../../images/ssf-bg-mobile.png");
  }
}
@media only screen and (max-width: 1080px) {
  #sante-sans-file {
    background-position: 80% 0;
  }
}
@media only screen and (max-width: 896px) {
  #sante-sans-file {
    background-position: 90% -47px;
    height: 100vh;
  }
}
@media only screen and (max-width: 800px) and (max-width: 896px) {
  #sante-sans-file {
    background-position: 90% -15px;
  }
}
@media only screen and (max-width: 640px) {
  #sante-sans-file {
    background-position: 90% 0;
  }
}
@media only screen and (max-width: 414px) {
  #sante-sans-file {
    background-image: url("../../images/ssf-bg-mobile.jpg");
  }
}
#sante-sans-file .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#sante-sans-file .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #sante-sans-file .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #sante-sans-file .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #sante-sans-file .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #sante-sans-file .flex-container ul {
    display: none;
  }
}
#sante-sans-file .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#sante-sans-file .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#sante-sans-file .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #sante-sans-file .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #sante-sans-file .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 896px) {
  #sante-sans-file .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #sante-sans-file .flex-container .main-content {
    display: none;
  }
}
#sante-sans-file .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: white;
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #sante-sans-file .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #sante-sans-file .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #sante-sans-file .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #sante-sans-file .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#sante-sans-file .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: white;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  #sante-sans-file .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1280px) {
  #sante-sans-file .flex-container .main-content p {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #sante-sans-file .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#sante-sans-file .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 415px;
  text-align: center;
}
#sante-sans-file .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#sante-sans-file .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #sante-sans-file .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #sante-sans-file .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 800px) {
  #sante-sans-file .logo-hidden-2 {
    top: 14%;
  }
}
#sante-sans-file .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #sante-sans-file .logo-hidden-2 img {
    width: 28%;
  }
}
@media screen and (max-width: 576px) {
  #sante-sans-file .logo-hidden-2 img {
    width: 45%;
  }
}
#sante-sans-file .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #sante-sans-file .projects-logo {
    width: 31%;
  }
}
@media screen and (max-width: 576px) {
  #sante-sans-file .projects-logo {
    width: 57% !important;
  }
}

.sante-sans-file-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .sante-sans-file-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .sante-sans-file-hidden {
    display: block;
  }
}
.sante-sans-file-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .sante-sans-file-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.sante-sans-file-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .sante-sans-file-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .sante-sans-file-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.sante-sans-file-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 3% 5%;
  width: 420px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 896px) {
  .sante-sans-file-hidden .button {
    width: 425px;
  }
}
@media (max-width: 640px) {
  .sante-sans-file-hidden .button {
    width: 420px;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .sante-sans-file-hidden .button {
    width: 100%;
    text-align: center;
  }
}
.sante-sans-file-hidden .button img {
  position: relative;
  top: 3px;
  left: -10px;
  width: 16px;
}
.sante-sans-file-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .sante-sans-file-hidden .projects-logo {
    width: 31%;
  }
}
@media screen and (max-width: 576px) {
  .sante-sans-file-hidden .projects-logo {
    width: 57% !important;
  }
}

#cardinal-health {
  background-color: #014751;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
  padding: 6% 0 20%;
}
@media (max-width: 1440px) {
  #cardinal-health {
    padding: 6% 0 15%;
  }
}
#cardinal-health .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#cardinal-health .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9cc6f1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #cardinal-health .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #cardinal-health .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #cardinal-health .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #cardinal-health .flex-container ul {
    display: none;
  }
}
#cardinal-health .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9cc6f1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#cardinal-health .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#cardinal-health .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 4%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #cardinal-health .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #cardinal-health .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 896px) {
  #cardinal-health .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #cardinal-health .flex-container .main-content {
    display: none;
  }
}
#cardinal-health .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: white;
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #cardinal-health .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #cardinal-health .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #cardinal-health .flex-container .main-content h2 {
    font-size: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #cardinal-health .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#cardinal-health .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: white;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  #cardinal-health .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1280px) {
  #cardinal-health .flex-container .main-content p {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #cardinal-health .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#cardinal-health .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 295px;
  text-align: center;
}
#cardinal-health .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#cardinal-health .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #cardinal-health .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #cardinal-health .logo-hidden-2 {
    display: block;
    top: 6%;
  }
}
@media (max-width: 800px) {
  #cardinal-health .logo-hidden-2 {
    top: 15%;
  }
}
@media (max-width: 640px) {
  #cardinal-health .logo-hidden-2 {
    top: 6%;
  }
}
#cardinal-health .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #cardinal-health .logo-hidden-2 img {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  #cardinal-health .logo-hidden-2 img {
    width: 35%;
  }
}
#cardinal-health .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #cardinal-health .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  #cardinal-health .projects-logo {
    width: 30%;
  }
}

.cardinal-health-hidden {
  flex-direction: column;
  display: flex;
  margin: 20% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .cardinal-health-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .cardinal-health-hidden {
    display: block;
    margin: 0 10%;
  }
}
@media (max-width: 800px) {
  .cardinal-health-hidden {
    margin: 20% 10%;
  }
}
@media (max-width: 640px) {
  .cardinal-health-hidden {
    display: block;
    margin: 0 10%;
  }
}
@media (max-width: 576px) {
  .cardinal-health-hidden {
    display: block;
    margin: 20% 10%;
  }
}
.cardinal-health-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: white;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 896px) {
  .cardinal-health-hidden h2 {
    margin: 55px 0px 30px;
  }
}
@media (max-width: 640px) {
  .cardinal-health-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .cardinal-health-hidden h2 {
    margin: 5px 0px 30px;
  }
}
.cardinal-health-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: white;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 95%;
}
@media (max-width: 800px) {
  .cardinal-health-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .cardinal-health-hidden p {
    font-size: 17px;
    line-height: 30px;
  }
}
.cardinal-health-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .cardinal-health-hidden .button {
    width: 100%;
    padding: 15px 35px;
  }
}
.cardinal-health-hidden .button img {
  padding: 15px 30px;
  width: 16px;
}
.cardinal-health-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .cardinal-health-hidden .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  .cardinal-health-hidden .projects-logo {
    width: 30%;
  }
}

#my-food-phone {
  background-image: url("../../images/MyFoodPhone_Background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  scroll-snap-align: start;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 896px) {
  #my-food-phone {
    background-position: 72%;
  }
}
@media only screen and (max-width: 414px) {
  #my-food-phone {
    background-image: url("../../images/MyFoodPhone_Background-mobile.jpg");
    background-position: 80%;
  }
}
#my-food-phone .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#my-food-phone .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9CC6F1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #my-food-phone .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #my-food-phone .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #my-food-phone .flex-container ul {
    left: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #my-food-phone .flex-container ul {
    display: none;
  }
}
#my-food-phone .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9CC6F1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#my-food-phone .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#my-food-phone .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #my-food-phone .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #my-food-phone .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 896px) {
  #my-food-phone .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #my-food-phone .flex-container .main-content {
    display: none;
  }
}
#my-food-phone .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #my-food-phone .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #my-food-phone .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #my-food-phone .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #my-food-phone .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#my-food-phone .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  #my-food-phone .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #my-food-phone .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#my-food-phone .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9CC6F1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 400px;
  text-align: center;
}
#my-food-phone .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#my-food-phone .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #my-food-phone .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #my-food-phone .logo-hidden-2 {
    display: block;
  }
}
#my-food-phone .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #my-food-phone .logo-hidden-2 img {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  #my-food-phone .logo-hidden-2 img {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  #my-food-phone .logo-hidden-2 img {
    width: 40%;
  }
}
#my-food-phone .projects-logo {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #my-food-phone .projects-logo {
    width: 35%;
  }
}
@media screen and (max-width: 576px) {
  #my-food-phone .projects-logo {
    width: 50%;
  }
}

.my-food-phone-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .my-food-phone-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .my-food-phone-hidden {
    display: block;
  }
}
.my-food-phone-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .my-food-phone-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.my-food-phone-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .my-food-phone-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .my-food-phone-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.my-food-phone-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  width: 420px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .my-food-phone-hidden .button {
    width: 420px;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .my-food-phone-hidden .button {
    width: 100%;
    text-align: center;
  }
}
.my-food-phone-hidden .button img {
  margin: 0 10px;
  width: 16px;
}
.my-food-phone-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .my-food-phone-hidden .projects-logo {
    width: 35%;
  }
}
@media screen and (max-width: 576px) {
  .my-food-phone-hidden .projects-logo {
    width: 50%;
  }
}

#eon {
  background-image: url("../../images/Scan_Eon-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  scroll-snap-align: start;
  overflow: hidden;
  height: 100vh;
}
@media only screen and (max-width: 1280px) {
  #eon {
    background-image: url("../../images/Scan_Eon-3.jpg");
    background-position: -300px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #eon {
    background-position: -335px 0;
  }
}
@media only screen and (max-width: 896px) {
  #eon {
    background-position: 90% 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 640px) {
  #eon {
    background-position: 90% 45%;
  }
}
@media only screen and (max-width: 414px) {
  #eon {
    background-image: url("../../images/Scan_Eon-2-mobile.jpg");
  }
}
#eon .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#eon .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9CC6F1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #eon .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #eon .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #eon .flex-container ul {
    left: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #eon .flex-container ul {
    display: none;
  }
}
#eon .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9CC6F1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#eon .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#eon .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 10%;
}
@supports (-webkit-touch-callout: none) {
  #eon .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #eon .flex-container .main-content {
    width: 46%;
  }
}
@media (max-width: 896px) {
  #eon .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #eon .flex-container .main-content {
    display: none;
  }
}
#eon .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #eon .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #eon .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #eon .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #eon .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#eon .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  #eon .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #eon .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#eon .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9CC6F1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 320px;
}
#eon .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#eon .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #eon .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #eon .logo-hidden-2 {
    display: block;
  }
}
#eon .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #eon .logo-hidden-2 img {
    width: 13%;
  }
}
@media screen and (max-width: 414px) {
  #eon .logo-hidden-2 img {
    width: 20%;
  }
}
#eon .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #eon .projects-logo {
    width: 17%;
  }
}
@media screen and (max-width: 576px) {
  #eon .projects-logo {
    width: 25%;
  }
}

.eon-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .eon-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .eon-hidden {
    display: block;
  }
}
.eon-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .eon-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.eon-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .eon-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .eon-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.eon-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 300px;
}
@media (max-width: 414px) {
  .eon-hidden .button {
    width: 100%;
    padding: 15px 35px;
    text-align: center;
  }
}
.eon-hidden .button img {
  padding: 15px 30px;
  width: 16px;
}
.eon-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .eon-hidden .projects-logo {
    width: 17%;
  }
}
@media screen and (max-width: 576px) {
  .eon-hidden .projects-logo {
    width: 25%;
  }
}

#xystos, .lazy.visible {
  background-image: url("../../images/Brochure-Xystos-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  scroll-snap-align: start;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #xystos, .lazy.visible {
    background-position: left;
  }
}
@media only screen and (max-width: 1024px) {
  #xystos, .lazy.visible {
    background-position: -80px 0;
  }
}
@media only screen and (max-width: 896px) {
  #xystos, .lazy.visible {
    background-position: right;
  }
}
@media only screen and (max-width: 640px) {
  #xystos, .lazy.visible {
    background-position: 100% 95%;
  }
}
@media only screen and (max-width: 414px) {
  #xystos, .lazy.visible {
    background-position: 85% 0;
  }
}
#xystos .flex-container, .lazy.visible .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#xystos .flex-container ul, .lazy.visible .flex-container ul {
  position: relative;
  left: 115px;
  top: 430px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  color: #9CC6F1;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #xystos .flex-container ul, .lazy.visible .flex-container ul {
    left: 79px;
    top: 370;
  }
}
@media screen and (max-width: 1920px) {
  #xystos .flex-container ul, .lazy.visible .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container ul, .lazy.visible .flex-container ul {
    left: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container ul, .lazy.visible .flex-container ul {
    display: none;
  }
}
#xystos .flex-container ul .dot, .lazy.visible .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #9CC6F1;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#xystos .flex-container ul .year, .lazy.visible .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 12%;
  margin-left: 8%;
}
@supports (-webkit-touch-callout: none) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    margin-top: 11%;
    margin-left: 7%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
    width: 40%;
  }
}
@media screen and (max-width: 986px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@media (max-width: 896px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #xystos .flex-container .main-content, .lazy.visible .flex-container .main-content {
    display: none;
  }
}
#xystos .flex-container .main-content h2, .lazy.visible .flex-container .main-content h2 {
  font-family: "Barlow", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
  width: 60%;
}
@media screen and (max-width: 1920px) {
  #xystos .flex-container .main-content h2, .lazy.visible .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container .main-content h2, .lazy.visible .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #xystos .flex-container .main-content h2, .lazy.visible .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content h2, .lazy.visible .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#xystos .flex-container .main-content p, .lazy.visible .flex-container .main-content p {
  font-family: "Epilogue", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
  width: 85%;
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container .main-content p, .lazy.visible .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content p, .lazy.visible .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#xystos .flex-container .main-content .button, .lazy.visible .flex-container .main-content .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #9CC6F1;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 295px;
  text-align: center;
}
#xystos .flex-container .main-content .button img, .lazy.visible .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#xystos .logo-hidden-2, .lazy.visible .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #xystos .logo-hidden-2, .lazy.visible .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #xystos .logo-hidden-2, .lazy.visible .logo-hidden-2 {
    display: block;
  }
}
#xystos .logo-hidden-2 img, .lazy.visible .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #xystos .logo-hidden-2 img, .lazy.visible .logo-hidden-2 img {
    width: 19%;
  }
}
@media screen and (max-width: 576px) {
  #xystos .logo-hidden-2 img, .lazy.visible .logo-hidden-2 img {
    width: 35%;
  }
}

.xystos-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .xystos-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .xystos-hidden {
    display: block;
  }
}
.xystos-hidden h2 {
  font-family: "Barlow", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .xystos-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.xystos-hidden p {
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  .xystos-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .xystos-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.xystos-hidden .button {
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: #7ca7d1;
  border-radius: 30px;
  padding: 2% 3%;
  margin-bottom: 20px;
  width: 300px;
}
@media (max-width: 414px) {
  .xystos-hidden .button {
    width: 100%;
    padding: 15px 35px;
    text-align: center;
  }
}
.xystos-hidden .button img {
  padding: 15px 30px;
  width: 16px;
}

/*# sourceMappingURL=index.css.map */
