@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");
* {
  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: "Roboto Condensed", sans-serif;
  font-size: 31px;
  letter-spacing: -64%;
  line-height: 28px;
  font-weight: 400;
  margin-top: -4px;
  width: 30px;
  color: #8b8b8b;
}
@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;
  }
}
@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: "Roboto Condensed", sans-serif;
  font-size: 28px;
  letter-spacing: -64%;
  line-height: 28px;
  font-weight: 400;
  margin-top: -4px;
  width: 30px;
  color: #8b8b8b;
}
@media screen and (max-width: 1024px) {
  .logo-hidden p {
    font-size: 25px;
  }
}

.timeline {
  border-right: solid #1a7cff 1px;
  height: 87%;
  bottom: 0;
  left: 120px;
  position: fixed;
  z-index: 1;
  /* Maximum resolution */
}
@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: "Roboto Condensed", sans-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: #1a7cff;
}
footer p {
  text-align: center;
}

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

#nat {
  background-image: url("../../images/Nat-2Z6A00712.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 25%;
  position: relative;
}
@media (max-width: 1440px) {
  #nat {
    padding: 0% 0 15%;
  }
}
@media screen and (max-width: 1280px) {
  #nat {
    background-position: left;
  }
}
@media screen and (max-width: 1024px) {
  #nat {
    background-position: 40% 0;
    padding: 2% 0 10%;
  }
}
@media screen and (max-width: 896px) {
  #nat {
    background-position: 75% 45%;
    height: 100vh;
  }
}
@media screen and (max-width: 640px) {
  #nat {
    background-position: cover;
  }
}
@media screen and (max-width: 360px) {
  #nat {
    background-size: cover;
  }
}
#nat .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#nat .flex-container .icons {
  left: 45px;
  top: 13%;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  #nat .flex-container .icons {
    top: 18%;
    left: 38px;
  }
}
@media screen and (max-width: 1440px) {
  #nat .flex-container .icons {
    left: 28px;
    top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .icons {
    left: 15px;
    top: 15%;
  }
}
@media screen and (max-width: 900px) {
  #nat .flex-container .icons {
    top: 30%;
  }
}
@media screen and (max-width: 800px) {
  #nat .flex-container .icons {
    left: 93%;
    top: 88%;
  }
}
@media screen and (max-width: 576px) {
  #nat .flex-container .icons {
    left: 93%;
  }
}
#nat .flex-container .icons img {
  display: block;
  margin-bottom: 25px;
  width: 90%;
}
@media screen and (max-width: 1920px) {
  #nat .flex-container .icons img {
    width: 80%;
  }
}
#nat .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #nat .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #nat .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #nat .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #nat .flex-container ul {
    display: none;
  }
}
#nat .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #1a7cff;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#nat .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#nat .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 10%;
  margin-left: 9%;
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .main-content {
    margin-top: 6%;
    margin-left: 6%;
    width: 46%;
  }
}
@media screen and (max-width: 986px) {
  #nat .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@media (max-width: 896px) {
  #nat .flex-container .main-content {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  #nat .flex-container .main-content {
    display: none;
  }
}
#nat .flex-container .main-content h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .main-content h2 {
    font-size: 16px;
  }
}
#nat .flex-container .main-content h1 {
  font-family: "Crimson Pro", 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) {
  #nat .flex-container .main-content h1 {
    font-size: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #nat .flex-container .main-content h1 {
    width: 115%;
  }
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .main-content h1 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 986px) {
  #nat .flex-container .main-content h1 {
    width: 130%;
  }
}
#nat .flex-container .main-content p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: -5%;
  line-height: 35px;
  color: #53565a;
  margin: 0;
  font-weight: 300;
  width: 105%;
}
@media screen and (max-width: 1440px) {
  #nat .flex-container .main-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .main-content p {
    font-size: 15px;
    line-height: 28px;
    width: 105%;
  }
}
#nat .flex-container .main-content .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 50px;
  margin-top: 65px;
  flex-shrink: 0;
  width: 295px;
}
@media screen and (max-width: 1440px) {
  #nat .flex-container .main-content .button {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  #nat .flex-container .main-content .button {
    margin-top: 30px;
  }
}

.nat-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
  scroll-snap-align: start;
}
@supports (-webkit-touch-callout: none) {
  .nat-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .nat-hidden {
    display: block;
  }
}
.nat-hidden h2 {
  font-family: "Crimson Pro", serif;
  font-size: 40px;
  letter-spacing: -30%;
  color: #53565a;
  line-height: 55px;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .nat-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.nat-hidden p {
  font-family: "Roboto Condensed", 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) {
  .nat-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .nat-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.nat-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 50px;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .nat-hidden .button {
    width: 60%;
    font-size: 12px;
    padding: 13px 40px;
  }
}
@media (max-width: 640px) {
  .nat-hidden .button {
    width: 100%;
  }
}

#lifeguard {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
@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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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: #1a7cff;
  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: 12%;
  margin-left: 9%;
}
@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: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #lifeguard .flex-container .main-content {
    margin-top: 7%;
  }
}
@media screen and (max-width: 1024px) {
  #lifeguard .flex-container .main-content {
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #lifeguard .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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 screen and (max-width: 1440px) {
  #lifeguard .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media (max-width: 1280px) {
  #lifeguard .flex-container .main-content p {
    width: 100%;
  }
}
@media (max-width: 1036px) {
  #lifeguard .flex-container .main-content p {
    width: 130%;
  }
}
@media screen and (max-width: 1024px) {
  #lifeguard .flex-container .main-content p {
    font-size: 15px;
  }
}
#lifeguard .flex-container .main-content a {
  color: white;
}
#lifeguard .flex-container .main-content .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.927);
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border-radius: 30px;
  padding: 1% 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;
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: 18px;
    line-height: 30px;
  }
}
.lifeguard-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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: #1a7cff;
  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: 9%;
}
@supports (-webkit-touch-callout: none) {
  #wellbox .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #wellbox .flex-container .main-content {
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #wellbox .flex-container .main-content {
    margin-top: 7%;
  }
}
@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: "Crimson Pro", 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) {
  #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;
  }
}
@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: "Roboto Condensed", 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 screen and (max-width: 1440px) {
  #wellbox .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #wellbox .flex-container .main-content p {
    font-size: 15px;
  }
}
#wellbox .flex-container .main-content .button {
  font-family: "Roboto Condensed", 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: transparent;
  border: solid rgba(255, 255, 255, 0.927) 1px;
  border-radius: 30px;
  padding: 1% 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;
}
@supports (-webkit-touch-callout: none) {
  .wellbox-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .wellbox-hidden {
    display: block;
  }
}
.wellbox-hidden h2 {
  font-family: "Crimson Pro", 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: "Roboto Condensed", 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) {
  .wellbox-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .wellbox-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.wellbox-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 15px 40px;
  margin-bottom: 20px;
  position: relative;
  width: 310px;
}
@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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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: #1a7cff;
  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: 12%;
  margin-left: 9%;
}
@supports (-webkit-touch-callout: none) {
  #myca .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #myca .flex-container .main-content {
    margin-top: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #myca .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #myca .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@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: "Crimson Pro", 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) {
  #myca .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #myca .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #myca .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#myca .flex-container .main-content p {
  font-family: "Roboto Condensed", 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 screen and (max-width: 1440px) {
  #myca .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #myca .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#myca .flex-container .main-content .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.927);
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 30px;
  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;
}
@supports (-webkit-touch-callout: none) {
  .myca-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .myca-hidden {
    display: block;
  }
}
.myca-hidden h2 {
  font-family: "Crimson Pro", 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;
  }
}
.myca-hidden p {
  font-family: "Roboto Condensed", 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: 18px;
    line-height: 30px;
  }
}
.myca-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 15px 40px;
  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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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: #1a7cff;
  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: 9%;
}
@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: 896px) {
  #hellohealth .flex-container .main-content {
    display: none;
  }
}
#hellohealth .flex-container .main-content h2 {
  font-family: "Crimson Pro", 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: 1080px) {
  #hellohealth .flex-container .main-content h2 {
    width: 130%;
  }
}
@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: "Roboto Condensed", 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) {
  #hellohealth .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1080px) {
  #hellohealth .flex-container .main-content p {
    width: 157%;
  }
}
@media screen and (max-width: 1024px) {
  #hellohealth .flex-container .main-content p {
    font-size: 15px;
  }
}
@media (min-width: 1080px) and (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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.927);
  color: rgba(255, 255, 255, 0.927);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 1% 3%;
  width: 430px;
}
@media (min-width: 1080px) and (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 (min-width: 1080px) and (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;
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: 18px;
    line-height: 30px;
  }
}
.hellohealth-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #1a7cff;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 2% 35px;
  width: 400px;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .hellohealth-hidden .button {
    width: 405px;
    padding: 15px 40px;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .hellohealth-hidden .button {
    width: 100%;
    padding: 15px 25px;
  }
}
.hellohealth-hidden .button img {
  position: relative;
  top: 3px;
  left: -10px;
  width: 16px;
  float: left;
}
@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.jpg");
  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%;
    background-position: 70% 0;
  }
}
@media only screen and (max-width: 1280px) {
  #sante-sans-file {
    background-position: right;
    background-image: url("../../images/ssf-bg-mobile.jpg");
  }
}
@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% -50px;
    height: 100vh;
  }
}
@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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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: #1a7cff;
  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: 12%;
  margin-left: 9%;
}
@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 {
    margin-top: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #sante-sans-file .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #sante-sans-file .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #sante-sans-file .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@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: "Crimson Pro", 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) {
  #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: "Roboto Condensed", 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) {
  #sante-sans-file .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 30px;
  margin-bottom: 20px;
  width: 410px;
  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;
  }
}
#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;
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: 18px;
    line-height: 30px;
  }
}
.sante-sans-file-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 15px 40px;
  width: 420px;
  margin-bottom: 20px;
}
@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 {
  margin: 0 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;
  }
}

#canyon-ranch {
  background-image: url("../../images/Canyon-Ranch-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #canyon-ranch {
    padding: 0% 0 10%;
    background-position: 70% 0;
  }
}
@media only screen and (max-width: 1280px) {
  #canyon-ranch {
    background-position: 55% 0;
  }
}
@media only screen and (max-width: 896px) {
  #canyon-ranch {
    background-position: right;
    height: 100vh;
  }
}
@media only screen and (max-width: 576px) {
  #canyon-ranch {
    background-position: 90% 0;
  }
}
@media only screen and (max-width: 414px) {
  #canyon-ranch {
    background-image: url("../../images/Canyon-Ranch-bg-mobile.jpg");
  }
}
#canyon-ranch .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#canyon-ranch .flex-container ul {
  position: relative;
  left: 115px;
  top: 370px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #canyon-ranch .flex-container ul {
    left: 79px;
  }
}
@media screen and (max-width: 1920px) {
  #canyon-ranch .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #canyon-ranch .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #canyon-ranch .flex-container ul {
    display: none;
  }
}
#canyon-ranch .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #1a7cff;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#canyon-ranch .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#canyon-ranch .flex-container .main-content {
  flex-direction: column;
  display: flex;
  width: 40%;
  margin-top: 12%;
  margin-left: 9%;
}
@supports (-webkit-touch-callout: none) {
  #canyon-ranch .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #canyon-ranch .flex-container .main-content {
    margin-top: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #canyon-ranch .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #canyon-ranch .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #canyon-ranch .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@media (max-width: 896px) {
  #canyon-ranch .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #canyon-ranch .flex-container .main-content {
    display: none;
  }
}
#canyon-ranch .flex-container .main-content h2 {
  font-family: "Crimson Pro", serif;
  font-size: 50px;
  letter-spacing: -30%;
  line-height: 45px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
  width: 85%;
}
@media screen and (max-width: 1920px) {
  #canyon-ranch .flex-container .main-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #canyon-ranch .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #canyon-ranch .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#canyon-ranch .flex-container .main-content p {
  font-family: "Roboto Condensed", 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) {
  #canyon-ranch .flex-container .main-content p {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #canyon-ranch .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#canyon-ranch .flex-container .main-content .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 25px;
  margin-bottom: 20px;
  width: 295px;
  text-align: center;
}
#canyon-ranch .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#canyon-ranch .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #canyon-ranch .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #canyon-ranch .logo-hidden-2 {
    display: block;
  }
}
#canyon-ranch .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #canyon-ranch .logo-hidden-2 img {
    width: 14%;
  }
}
@media screen and (max-width: 576px) {
  #canyon-ranch .logo-hidden-2 img {
    width: 25%;
  }
}
#canyon-ranch .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #canyon-ranch .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  #canyon-ranch .projects-logo {
    width: 30%;
  }
}

.canyon-ranch-hidden {
  flex-direction: column;
  display: flex;
  margin: 15% 10%;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  .canyon-ranch-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .canyon-ranch-hidden {
    display: block;
  }
}
.canyon-ranch-hidden h2 {
  font-family: "Crimson Pro", serif;
  font-size: 40px;
  letter-spacing: -30%;
  line-height: 55px;
  color: #8b8b8b;
  margin: 30px 0px;
  font-weight: normal;
}
@media (max-width: 640px) {
  .canyon-ranch-hidden h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.canyon-ranch-hidden p {
  font-family: "Roboto Condensed", 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) {
  .canyon-ranch-hidden p {
    font-size: 19px;
  }
}
@media (max-width: 640px) {
  .canyon-ranch-hidden p {
    font-size: 18px;
    line-height: 30px;
  }
}
.canyon-ranch-hidden .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 15px 40px;
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .canyon-ranch-hidden .button {
    width: 100%;
    padding: 15px 35px;
  }
}
.canyon-ranch-hidden .button img {
  padding: 15px 30px;
  width: 16px;
}
.canyon-ranch-hidden .projects-logo {
  width: 25%;
}
@media screen and (max-width: 896px) {
  .canyon-ranch-hidden .projects-logo {
    width: 18%;
  }
}
@media screen and (max-width: 576px) {
  .canyon-ranch-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;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #my-food-phone {
    padding: 0% 0 10%;
    background-position: 70% 0;
  }
}
@media only screen and (max-width: 896px) {
  #my-food-phone {
    background-position: 72%;
    height: 100vh;
  }
}
@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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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;
    top: 280px;
  }
}
@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: #1a7cff;
  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: 12%;
  margin-left: 9%;
}
@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 {
    margin-top: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #my-food-phone .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #my-food-phone .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #my-food-phone .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 25px;
  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;
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 15px 40px;
  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;
  overflow: hidden;
  height: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #eon {
    padding: 0% 0 10%;
    background-position: 70% 0;
  }
}
@media (max-width: 1440px) {
  #eon {
    background-position: 50% 0;
  }
}
@media only screen and (max-width: 1280px) {
  #eon {
    background-image: url("../../images/Scan_Eon-3.jpg");
    background-position: 75% 0;
  }
}
@media only screen and (max-width: 1024px) {
  #eon {
    background-position: 60% 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #eon .flex-container ul {
    display: none;
  }
}
#eon .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #1a7cff;
  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: 12%;
  margin-left: 9%;
}
@supports (-webkit-touch-callout: none) {
  #eon .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #eon .flex-container .main-content {
    margin-top: 11%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #eon .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #eon .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 986px) {
  #eon .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@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: "Crimson Pro", 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: "Roboto Condensed", 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 50px;
  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;
}
@supports (-webkit-touch-callout: none) {
  .eon-hidden {
    display: block;
  }
}
@media (max-width: 896px) {
  .eon-hidden {
    display: block;
  }
}
.eon-hidden h2 {
  font-family: "Crimson Pro", 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: "Roboto Condensed", 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px;
  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 {
  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: 100%;
  padding: 0% 0 20%;
}
@media (max-width: 1920px) {
  #xystos {
    padding: 0% 0 10%;
    background-position: 70% 0;
  }
}
@media only screen and (max-width: 1280px) {
  #xystos {
    background-position: left;
  }
}
@media only screen and (max-width: 1024px) {
  #xystos {
    background-position: -80px 0;
  }
}
@media only screen and (max-width: 896px) {
  #xystos {
    background-position: right;
    height: 100vh;
  }
}
@media only screen and (max-width: 640px) {
  #xystos {
    background-position: 100% 95%;
  }
}
@media only screen and (max-width: 414px) {
  #xystos {
    background-position: 85% 0;
  }
}
#xystos .flex-container {
  display: flex;
  flex-wrap: wrap;
}
#xystos .flex-container ul {
  position: relative;
  left: 115px;
  top: 430px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #1a7cff;
  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 {
    left: 79px;
    top: 370;
  }
}
@media screen and (max-width: 1920px) {
  #xystos .flex-container ul {
    left: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container ul {
    left: 75px;
    top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container ul {
    display: none;
  }
}
#xystos .flex-container ul .dot {
  height: 11px;
  width: 11px;
  background-color: #1a7cff;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
}
#xystos .flex-container ul .year {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 300;
  margin-left: -5px;
}
#xystos .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 {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container .main-content {
    margin-top: 11%;
    margin-left: 7%;
    width: 46%;
  }
}
@media screen and (max-width: 1280px) {
  #xystos .flex-container .main-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content {
    margin-top: 16%;
    margin-left: 6%;
    width: 40%;
  }
}
@media screen and (max-width: 986px) {
  #xystos .flex-container .main-content {
    margin-top: 3%;
    margin-left: 7%;
  }
}
@media (max-width: 896px) {
  #xystos .flex-container .main-content {
    display: none;
  }
}
@media screen and (max-width: 778px) {
  #xystos .flex-container .main-content {
    display: none;
  }
}
#xystos .flex-container .main-content h2 {
  font-family: "Crimson Pro", 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 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1440px) {
  #xystos .flex-container .main-content h2 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #xystos .flex-container .main-content h2 {
    font-size: 40px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content h2 {
    font-size: 35px;
    margin: 20px 0px;
  }
}
#xystos .flex-container .main-content p {
  font-family: "Roboto Condensed", 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 {
    font-size: 16px;
    margin-bottom: 40px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  #xystos .flex-container .main-content p {
    font-size: 15px;
    width: 105%;
  }
}
#xystos .flex-container .main-content .button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  padding: 10px 25px;
  margin-bottom: 20px;
  width: 295px;
  text-align: center;
}
#xystos .flex-container .main-content .button img {
  vertical-align: middle;
  margin-left: -6%;
  margin-right: 4%;
  width: 20px;
}
#xystos .logo-hidden-2 {
  top: 15%;
  left: 10%;
  position: relative;
  display: none;
}
@supports (-webkit-touch-callout: none) {
  #xystos .logo-hidden-2 {
    display: block;
  }
}
@media (max-width: 896px) {
  #xystos .logo-hidden-2 {
    display: block;
  }
}
#xystos .logo-hidden-2 img {
  width: 25%;
}
@media screen and (max-width: 896px) {
  #xystos .logo-hidden-2 img {
    width: 19%;
  }
}
@media screen and (max-width: 576px) {
  #xystos .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: "Crimson Pro", 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: "Roboto Condensed", 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: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a7cff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  background-color: transparent;
  border: solid #1a7cff 1px;
  border-radius: 30px;
  border-radius: 30px;
  padding: 15px 40px;
  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 */
