:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  text-align: left;
  max-width: 100%;
  display: block;
}

.container {
  background-color: #6be5c1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  transform: translate(0);
}

.image-2 {
  z-index: 99998;
  flex: 0 auto;
  width: 100%;
  max-width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-no-shadow {
  z-index: auto;
  background-color: #ff7d7d;
  height: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
}

.container-regular {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: auto;
}

.navbar-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.nav-link {
  color: #310d38;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #201c22;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 68px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  list-style-type: disc;
}

.list-item.nav-text {
  color: #7418c3;
  text-align: center;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.section {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.columns {
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide {
  border: 2px solid #000;
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slide-2 {
  border-radius: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.image-3, .image-4 {
  border-radius: 0;
}

.mask {
  object-fit: fill;
  border-radius: 20px;
  overflow: hidden;
}

.slide-1 {
  background-image: url('../images/image-47.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/mage-background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-image: url('../images/image-47.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/mage-background.png');
  background-position: 0 0;
  background-size: cover;
}

.slider-2 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask-2 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  font-size: 14px;
}

.heading {
  color: #1e1e1e;
  text-align: left;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: static;
}

.heading.homeheading {
  color: #1e1e1e;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 700;
}

.image-5 {
  display: inline-block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.nav-bar {
  z-index: 9999;
  background-color: #ff7d7d;
  height: 7vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-3 {
  z-index: 50;
  text-align: left;
  object-fit: fill;
  background-color: #9df4db;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 74px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 0 0;
  padding-top: 9rem;
  padding-bottom: 9rem;
  font-size: 1vw;
  line-height: 1vh;
  display: flex;
}

.section-3 {
  background-color: #6be5c1;
  background-image: url('../images/Wombo_illustration_bg.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9rem;
  padding-bottom: 9rem;
  font-size: 1vw;
  line-height: 1vh;
  display: flex;
}

.div-block {
  height: 2vh;
}

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

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 250px;
  margin-right: 250px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: none;
  height: 1vh;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.heading-3.mission-words {
  color: #1e1e1e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0;
  padding-right: 30%;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  position: static;
}

.heading-3.map-text {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: none;
  height: 30vh;
  margin-bottom: 10vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.mission-stuff {
  color: #1e1e1e;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30%;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.column {
  padding-left: 0;
}

.columns-2 {
  padding-left: 10vw;
}

.container-7 {
  max-width: none;
  padding-left: 0;
}

.container-8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 10em 5em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-3 {
  width: 80vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-4 {
  color: #1e1e1e;
  text-transform: uppercase;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.paragraph {
  color: #1e1e1e;
  width: 100%;
  height: 40%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 56px;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph.project-para {
  direction: ltr;
  color: #1e1e1e;
  text-align: left;
  -webkit-text-stroke-color: #1e1e1e;
  column-count: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.paragraph.project-para.new {
  margin-top: 5vh;
}

.paragraph.project-para.new.new1 {
  margin-top: 0;
}

.paragraph.project-para.stay-in-touch-para {
  text-align: center;
  padding-right: 0;
}

.paragraph.homeparagraph {
  color: #1e1e1e;
  height: auto;
  padding-top: 0;
  padding-bottom: 56px;
  padding-right: 56px;
  font-family: PT Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph.comingsoon-footer {
  opacity: .6;
  text-align: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button {
  text-align: center;
  text-shadow: 0 2px 1px rgba(17, 17, 17, .4);
  background-color: #ff3676;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: .7em;
  display: inline-block;
  box-shadow: -1px 1px #111;
}

.button.w--current {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button.discord-project.w--current {
  text-transform: uppercase;
  background-color: #ff4949;
  width: 300px;
  height: 100px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.column-4 {
  margin-top: 5vh;
}

.column-5 {
  margin-top: 0;
}

.column-6 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-3 {
  width: 30vw;
}

.mask-3 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 40vw;
  height: 50vh;
}

.section-4 {
  background-color: #252525;
  height: 60vh;
}

.footer-light {
  background-color: #252525;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

.container-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: none;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.columns-6 {
  width: 80vw;
}

.column-7 {
  padding-left: 0;
}

.section-5 {
  background-color: #1f1f1f;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.container-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1402px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container-11 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 9rem;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

.image-6 {
  width: 190px;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.column-8 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.columns-7 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.heading-5 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.div-block-2 {
  background-color: rgba(255, 255, 255, .1);
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 3em;
  display: flex;
}

.container-12 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

.text-block {
  color: #dbdbdb;
  flex-direction: row;
  justify-content: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  display: block;
}

.image-7 {
  width: auto;
  height: 50%;
  margin-right: 1vw;
  padding-right: 0;
}

.image-8 {
  height: 50%;
  margin-right: 1vw;
}

.columns-8 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.column-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.container-13 {
  align-items: flex-end;
  width: 80vw;
  max-width: none;
  height: 10vh;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.container-14 {
  justify-content: center;
  width: 100%;
  max-width: 1402px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.columns-9 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-10 {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-11 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12, .column-13 {
  justify-content: center;
  align-items: center;
  height: 5vh;
  padding-left: 0;
  display: flex;
}

.link-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-3 {
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 2vh;
}

.text-block-3:hover {
  text-decoration: underline;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.column-14 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  display: flex;
}

.heading-6 {
  opacity: 1;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.container-16 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  height: auto;
  padding-bottom: 4.5rem;
  display: flex;
}

.container-17 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1402px;
  height: auto;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.image-9 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
}

.paragraph-2 {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 0;
  padding-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
  transition: opacity .2s;
  transform: translate(0);
}

.paragraph-2.about-text-buttom {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.2em;
}

.container-18 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  padding-top: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-8 {
  background-color: #6be5c1;
  justify-content: center;
  align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.column-15 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-9 {
  justify-content: center;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
}

.background-video {
  justify-content: flex-start;
  width: 50vw;
  display: block;
}

.link-block-2 {
  z-index: 99999;
  justify-content: center;
  width: auto;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-block-2.w--current {
  z-index: 9000;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-19 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1402px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.columns-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.mask-4 {
  width: auto;
}

.slider-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50vh;
  display: block;
}

.slide-6 {
  width: auto;
}

.slider-5 {
  background-color: rgba(0, 0, 0, 0);
  height: 50vh;
}

.columns-11 {
  margin-left: 0;
  margin-right: 0;
}

.column-16 {
  padding-left: 0;
}

.columns-12 {
  height: 50vh;
}

.slide-7 {
  height: auto;
}

.columns-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 1vh;
  line-height: 1vh;
  display: flex;
}

.column-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #6be5c1;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.column-18 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-7 {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 5vh;
  font-weight: 900;
  line-height: 7vh;
  display: block;
}

.image-10 {
  border-radius: 20px;
  flex: 0 auto;
  width: 50%;
  max-width: none;
  height: 100%;
  margin-right: 1em;
}

.image-10.location_image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.paragraph-3 {
  width: 40vw;
}

.container-20 {
  color: #1e1e1e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1402px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 10em 4em;
  display: flex;
}

.columns-14 {
  justify-content: center;
  align-items: stretch;
  width: 90vh;
  height: 60vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-19 {
  padding-left: 0;
}

.section-10 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.quick-stack {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: 0;
  flex: 1;
  padding: 0;
}

.image-11 {
  border-radius: 20px;
  height: 100%;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.image-12, .image-13 {
  border-radius: 20px;
  height: 100%;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.container-22 {
  flex: 0 auto;
  width: 100%;
  max-width: 1402px;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.container-23 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4.5rem;
  display: flex;
}

.heading-8 {
  justify-content: center;
  display: flex;
}

.section-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  font-size: 1vh;
  line-height: 1vh;
  display: flex;
}

.heading-9 {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 6vh;
  display: flex;
}

.heading-9.comingsoon {
  justify-content: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
}

.container-24 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  height: auto;
  margin-top: 4.5rem;
  display: flex;
}

.container-25 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1402px;
  height: auto;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.list-item-2 {
  width: auto;
}

.list {
  width: 70vw;
}

.list-2 {
  width: 70vw;
  padding-left: 10vw;
}

.container-26 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container-27 {
  max-width: none;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 0;
}

.container-28 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1402px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container-29 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100%;
  margin: 5em;
  display: flex;
}

.columns-15 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.columns-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-20 {
  align-items: center;
  height: 100%;
  display: flex;
}

.column-21 {
  background-color: #ffc4c4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.map {
  border-radius: 20px;
  width: 50vw;
  height: 40vh;
}

.map-2 {
  border-radius: 20px;
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.paragraph-5 {
  width: 50%;
  margin-bottom: 0;
}

.paragraph-6 {
  width: 25vh;
}

.slider-6 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-radius: 0;
  justify-content: flex-start;
  width: 90%;
  height: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-14 {
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: none;
  margin-left: 0;
  padding-left: 0;
}

.image-14.buttom-image-sec-6.halooo {
  margin-left: 0;
}

.mask-5 {
  border-radius: 0;
  height: auto;
}

.container-30 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1402px;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 1vh;
  display: flex;
}

.container-30.bottom-container-30 {
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.body {
  color: #1e1e1e;
  font-size: 1vw;
  line-height: 1vh;
}

.columns-17 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-22 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: .75rem;
  padding-right: 0;
  display: block;
}

.column-23.bot-col-23 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3rem;
}

.column-23.hero_image {
  display: none;
}

.column-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-15 {
  height: 50%;
}

.column-25 {
  flex: 1;
  padding-right: 1.5em;
}

.column-26 {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-27 {
  padding-left: 0;
  padding-right: 0;
}

.section-15 {
  padding-top: 0;
  padding-bottom: 0;
}

.body-2 {
  font-size: 1vw;
  line-height: 1vh;
}

.body-2.comingsoon {
  background-color: #76fed6;
}

.body-2.comingsoon-body {
  background-color: #76fed6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-31 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-left: 3rem;
  display: flex;
}

.section-13 {
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-size: 1vh;
  line-height: 1vh;
  display: flex;
}

.container-32 {
  background-color: #6be5c1;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 100%;
  margin-left: 1em;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.body-3 {
  font-size: 1vw;
  line-height: 1vh;
}

.column-28 {
  padding-left: 0;
  padding-right: 0;
}

.section-14 {
  background-color: #ff3676;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logo {
  max-height: 224px;
  margin-bottom: 30px;
}

.comingsoon-main {
  z-index: 6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.comingsoon-main-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
}

.comingsoon-footer {
  z-index: 6;
  width: 100%;
  padding-bottom: 2.5rem;
  position: relative;
}

.comingsoon-footer--content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1402px;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-3 {
  opacity: .2;
  background-color: #1e1e1e;
  width: 2px;
  height: 12px;
}

.speedlines {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animate-speedlines {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: #1e1e1e;
}

@media screen and (min-width: 1440px) {
  .image-2 {
    display: inline-block;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-16 {
    height: auto;
  }

  .container-17 {
    justify-content: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .paragraph-2.about-text-buttom {
    line-height: 1.2em;
  }

  .container-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-top: 60px;
    display: flex;
  }

  .link-block-2 {
    z-index: 99999;
    flex-direction: row;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }
}

@media screen and (min-width: 1920px) {
  .heading.homeheading {
    font-size: 82px;
  }

  .heading-3.mission-words {
    font-size: 25px;
  }

  .mission-stuff {
    font-size: 82px;
  }

  .paragraph.comingsoon-footer {
    opacity: .6;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .button {
    font-size: 21px;
  }

  .section-6 {
    justify-content: center;
  }

  .container-16 {
    height: auto;
  }

  .container-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 100%;
  }

  .section-12 {
    justify-content: center;
    align-items: center;
  }

  .heading-9 {
    padding-bottom: 32px;
  }

  .section-15 {
    background-color: #6be5c1;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .logo {
    height: 224px;
    margin-bottom: 30px;
  }

  .comingsoon-main {
    justify-content: center;
    align-items: center;
  }

  .comingsoon-main-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: 100%;
  }

  .speedlines {
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    text-align: center;
    justify-content: center;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }

  .heading.homeheading {
    font-size: 2.3rem;
  }

  .section-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .section-3 {
    flex-direction: row;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-3.mission-words {
    padding-right: 24%;
    font-size: 1.2rem;
  }

  .heading-3.map-text {
    font-size: 1.3rem;
  }

  .mission-stuff {
    margin-bottom: 0;
    padding-right: 24%;
    font-size: 2.3rem;
  }

  .heading-4 {
    padding-bottom: 12px;
    font-size: 1.6rem;
  }

  .paragraph {
    text-align: center;
    height: auto;
    padding-right: 0;
    font-size: 1.1rem;
  }

  .paragraph.project-para {
    padding-right: 32px;
    font-size: 1.2rem;
  }

  .paragraph.homeparagraph {
    text-align: left;
    width: 100%;
    padding-bottom: 24px;
    padding-right: 24px;
    font-size: 1.1rem;
  }

  .button {
    font-size: 1.1rem;
    line-height: 1em;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .container-10 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-11 {
    padding-bottom: 4.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 160px;
  }

  .heading-5 {
    font-size: 1.3rem;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 2em;
  }

  .columns-8 {
    width: 100%;
  }

  .section-6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .column-10 {
    padding-right: 0;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-7 {
    padding-bottom: 4.5rem;
  }

  .heading-6 {
    font-size: 2.3rem;
  }

  .container-16, .container-17 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-2 {
    font-size: 1.5rem;
  }

  .paragraph-2.about-text-buttom {
    font-size: 1.1rem;
  }

  .container-18 {
    padding-top: 4.5rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-8 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .container-19 {
    max-width: 500px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .column-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-10 {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
  }

  .container-20 {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-21 {
    max-width: none;
    margin: 5em 2em;
  }

  .container-22, .container-23 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-12 {
    padding-bottom: 4.5rem;
  }

  .heading-9 {
    font-size: 2.3rem;
    line-height: 1em;
  }

  .container-24, .container-25, .container-26, .container-28 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-29 {
    max-width: none;
  }

  .map-2 {
    width: 50%;
  }

  .container-30 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-30.bottom-container-30 {
    max-width: 500px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .columns-17.bottom-section-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-22 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .column-22.bottom-co {
    margin-bottom: 48px;
    padding-right: 0;
  }

  .column-23 {
    align-items: flex-end;
  }

  .column-23.bot-col-23 {
    padding-left: 0;
  }

  .container-31 {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 48px;
    padding-left: 0;
  }

  .section-13 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .container-32 {
    width: 50%;
    max-width: none;
    margin-left: 10px;
  }

  .comingsoon-main {
    padding-bottom: 4.5rem;
  }

  .comingsoon-main-content, .comingsoon-footer--content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7, .image-8 {
    height: 40%;
  }

  .columns-8 {
    width: 80%;
    height: 100%;
    display: block;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 3em;
  }

  .columns-9 {
    display: flex;
  }

  .text-block-3 {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 3em;
    display: flex;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-19 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .columns-13 {
    flex-direction: column;
  }

  .column-17 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-21 {
    margin-left: 1em;
    margin-right: 1em;
  }

  .slider-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
    position: relative;
  }

  .image-14 {
    border-radius: 20px;
  }

  .mask-5 {
    border-radius: 0;
    width: 100%;
    height: 50%;
  }

  .container-30 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .columns-17 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .column-23 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .image-15 {
    height: 40%;
  }

  .column-25 {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-26 {
    padding-bottom: 46px;
  }

  .column-27 {
    padding-bottom: 4px;
  }

  .comingsoon-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .comingsoon-footer--content {
    flex-flow: column;
  }

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

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 140px;
    height: auto;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading.homeheading {
    justify-content: flex-start;
    font-size: 2rem;
  }

  .container-3 {
    height: 54px;
  }

  .heading-3.mission-words {
    margin-top: 0;
    margin-bottom: 1em;
    padding-right: 0%;
    font-size: 1rem;
  }

  .heading-3.map-text {
    font-size: 1.4em;
  }

  .mission-stuff {
    margin-bottom: 0;
    padding-right: 0%;
    font-size: 2rem;
  }

  .heading-4 {
    justify-content: flex-start;
  }

  .paragraph.project-para {
    padding-right: 20px;
    font-size: 1.5em;
  }

  .paragraph.homeparagraph {
    text-align: left;
  }

  .container-9 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .section-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin: 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    padding-bottom: 3rem;
  }

  .image-6 {
    width: 100px;
    margin-left: 0;
  }

  .column-8 {
    flex: 1;
  }

  .heading-5 {
    font-size: 1.1rem;
  }

  .div-block-2 {
    height: 1px;
    margin-bottom: 1em;
    font-size: 1em;
  }

  .container-12 {
    flex-direction: row;
    flex: 0 auto;
    height: 40%;
    padding-top: 20px;
  }

  .text-block {
    font-size: 4em;
  }

  .columns-8 {
    flex-direction: row;
    width: 100%;
  }

  .section-6 {
    justify-content: center;
  }

  .columns-9 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .text-block-3 {
    font-size: 4.5em;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .container-16 {
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 1.2rem;
  }

  .container-18 {
    width: 100%;
    margin-bottom: 3em;
    padding-top: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-19 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-13 {
    flex-direction: column;
  }

  .column-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-10 {
    width: 100%;
  }

  .container-20 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-22 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-23 {
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-12 {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-9 {
    font-size: 2rem;
    line-height: 3vh;
  }

  .heading-9.comingsoon {
    font-size: 24px;
  }

  .container-24 {
    margin-top: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-25, .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-28 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-2 {
    width: 100%;
  }

  .image-14.buttom-image-sec-6 {
    width: 200%;
    max-width: none;
    height: auto;
  }

  .image-14.buttom-image-sec-6.halooo {
    max-width: 100%;
  }

  .container-30 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-30.bottom-container-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .columns-17.bottom-section-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-22 {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-22.bottom-co {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-23 {
    padding-left: 0;
  }

  .column-23.bot-col-23 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .column-24 {
    flex: 1;
  }

  .column-25, .column-26, .column-27 {
    padding-right: 0;
  }

  .section-13 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container-32 {
    width: 100%;
  }

  .comingsoon-main {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }

  .comingsoon-main-content {
    padding-bottom: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .comingsoon-footer--content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_6309d6e1-6bf7-e3e7-23bf-dfae3bad6486-544e0c6f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d1e871c9-7494-db01-db4b-d9c3b51f2bb5-544e0c6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19981ba9-ae03-af0d-a5e1-5fa191b65798-544e0c6f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_62234743-e375-f95f-dbf7-98fd90bcd045-544e0c6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}