.hero-page-section {
  overflow: hidden;
  width: 100vw;
  height: 85vh;
}

.hero-page_navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor__dot {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-style: none;
  border-radius: 50%;
  background-color: #53bff0;
}

.cursor__line-vertical {
  position: absolute;
  width: 1px;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 251, 180, 0)), color-stop(50%, #fffbb4), to(rgba(255, 251, 180, 0)));
  background-image: linear-gradient(180deg, rgba(255, 251, 180, 0), #fffbb4 50%, rgba(255, 251, 180, 0));
  opacity: 0.15;
}

.cursor__line-horizontal {
  position: absolute;
  width: 100vw;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 251, 180, 0)), color-stop(50%, #fffbb4), to(rgba(255, 251, 180, 0)));
  background-image: linear-gradient(90deg, rgba(255, 251, 180, 0), #fffbb4 50%, rgba(255, 251, 180, 0));
  opacity: 0.15;
}

.formfield__container {
  margin-bottom: 50px;
  text-decoration: none;
}

.heading-8 {
  margin-left: 10px;
  padding-bottom: 20px;
  font-family: Avantgarde, sans-serif;
  font-size: 5rem;
}

.lottie-animation-6 {
  display: none;
  width: 120px;
  height: 120px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.formfield {
  display: block;
  margin-top: 40px;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 13px;
  grid-row-gap: 20px;
  grid-template-areas: "Area-2 Area-2"
    "Area Area"
    "Area-3 Area-3";
  -ms-grid-columns: 3.75fr;
  grid-template-columns: 3.75fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.leftdivider {
  max-height: 70px;
  max-width: 2px;
  min-height: 70px;
  min-width: 2px;
  margin-right: 10px;
  background-color: rgba(29, 29, 61, 0.5);
  color: rgba(29, 29, 61, 0.7);
}

.form-wrapper {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.text {
  margin-left: 15px;
}

.headerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textwrapper__divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(29, 29, 61, 0.7);
  font-size: 20px;
  line-height: 135%;
}

.submit-button {
  min-width: 150px;
  padding-bottom: 6px;
  background-color: #53bff0;
  font-family: Avantgarde, sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.contact-section {
  position: relative;
  z-index: 1;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

.field {
  border: 0px solid #000;
  border-radius: 0px;
  box-shadow: 0 0 20px 20px rgba(29, 29, 61, 0.1);
  text-decoration: none;
}

.field.is--name-email {
  height: 70px;
  padding-top: 10px;
  padding-left: 10px;
  box-shadow: 0 0 20px 2px rgba(29, 29, 61, 0.1);
}

.field.is--massage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 20px 2px rgba(29, 29, 61, 0.1);
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
}

.field.is-budget {
  height: 70px;
}

.contact-section___backimage {
  position: fixed;
  left: 45%;
  top: 0%;
  right: -12%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.25;
}

.single-robot-animation {
  height: 600px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact-section___form {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.novus {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Rostavepersonaluse eaylz', sans-serif;
  color: #1d1d3d;
  font-size: 1.3rem;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-hamburgermenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
  box-shadow: 0 0 4px 0 rgba(77, 77, 77, 0.35);
}

.navbar-button__contactus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  margin-right: 20px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #53bff0;
  color: #fcfcfc;
  text-decoration: none;
  cursor: pointer;
}

.hiddenoverviev {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 100%;
  background-color: rgba(52, 137, 236, 0.2);
  -webkit-transform: translate(-215px, 0px);
  -ms-transform: translate(-215px, 0px);
  transform: translate(-215px, 0px);
}

.buttontext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 20px;
}

.lottie-animation-9 {
  height: 80px;
}

.main-container {
  width: 100vw;
  height: 100vh;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.main-container.is-hero {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.main-container.is-offerings {
  overflow: hidden;
  height: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.main-container.is-contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container.is-team-section {
  overflow: hidden;
  height: auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.main-container.is-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 10vh;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-container.is-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container.is-launch-nft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  max-width: 525px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #53bff0;
  font-size: 45px;
  font-weight: 500;
}

.html-embed-2 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avantgarde, sans-serif;
  font-weight: 400;
}

.text-wrapper__paragraph2 {
  display: none;
  max-width: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(29, 29, 61, 0.7);
  font-size: 20px;
  line-height: 135%;
}

.text-wrapper__paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(29, 29, 61, 0.7);
  font-size: 20px;
  line-height: 135%;
}

.html-embed-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avantgarde, sans-serif;
  font-weight: 400;
}

.hero-page__flex-left {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  z-index: 1;
  max-width: 550px;
  padding-left: 20px;
}

.text-span {
  font-family: Avantgarde, sans-serif;
  color: #1d1d3d;
  font-size: 60px;
  font-weight: 700;
}

.main-container__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-page__flex-right {
  position: absolute;
  left: 38%;
  top: 45%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-height: 50vh;
  max-width: 1000px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-animation {
  position: relative;
  width: 100%;
  height: 100%;
}

.offerings-section {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.ourofferings__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.teamheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Avantgarde, sans-serif;
  color: #1d1d3d;
  font-size: 60px;
  text-align: left;
  letter-spacing: 5px;
}

.team-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(29, 29, 61, 0.8);
  font-size: 20px;
  line-height: 135%;
}

.divider {
  max-width: 2px;
  min-height: 70px;
  min-width: 2px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  background-color: rgba(29, 29, 61, 0.8);
}

.novus-animated-logo {
  width: 60px;
}

.contact-us-section {
  position: relative;
  overflow: hidden;
}

.middle-divider {
  max-width: 80px;
  min-height: 2px;
  min-width: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #c4c4c4;
}

.contact-us__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 100px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lets-talk-button-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.arrowright {
  width: 60px;
  height: 50px;
}

.lets-talk-button-divider {
  width: 1px;
  height: 40px;
  margin-right: 10px;
  margin-left: 30px;
  background-color: #fcfcfc;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.lets-talk-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 0px 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #53bff0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #69cbf0;
  font-size: 40px;
  font-weight: 600;
}

.contact-us__lets-talk-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avantgarde, sans-serif;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

.lets-talk-divider {
  width: 60px;
  height: 50px;
}

.robot-animation {
  position: absolute;
  top: 25%;
  width: 300px;
  height: 300px;
}

.team-section {
  overflow: hidden;
}

.team-wrapper__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 400px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 31px;
  background-color: transparent;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 14px 0 rgba(29, 29, 61, 0.2);
  cursor: pointer;
}

.team-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ourofferings__card-wrapper {
  position: relative;
  z-index: 100000;
  max-width: 600px;
  min-height: 300px;
  min-width: 250px;
  margin: 30px auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #fcfcfc;
  box-shadow: 5px -7px 0 0 rgba(120, 15, 203, 0.4), -6px 6px 0 0 rgba(83, 191, 240, 0.4), 0 0 20px 3px rgba(29, 29, 61, 0.42);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.ourofferings__card-wrapper:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ourofferings__card-wrapper._1 {
  border-radius: 0px;
  box-shadow: 5px -7px 0 0 rgba(29, 29, 61, 0.4), -6px 6px 0 0 rgba(83, 191, 240, 0.4), 0 0 20px 3px rgba(29, 29, 61, 0.42);
}

.ourofferings__card-wrapper._2 {
  border-radius: 0px;
}

.ourofferings__card-wrapper._3 {
  border-radius: 0px;
}

.ourofferings__card-wrapper._4 {
  border-radius: 0px;
  box-shadow: 5px -7px 0 0 rgba(29, 29, 61, 0.4), -6px 6px 0 0 rgba(83, 191, 240, 0.4), 0 0 20px 3px rgba(29, 29, 61, 0.42);
}

.card-wrapper__heading {
  font-family: Avantgarde, sans-serif;
  font-size: 30px;
}

.card-wrapper__paragraph {
  margin-top: 10px;
  padding-bottom: 10px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-title {
  overflow: hidden;
  margin-bottom: 0.5em;
  padding: 1rem;
}

.content-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15em;
  height: 0.25em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #1d1d3d;
}

.bar1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #fcfcfc;
}

.preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(19, 19, 19, 0);
}

.loading-animation {
  overflow: hidden;
}

.preloader-content {
  position: absolute;
  z-index: 5;
}

.bar2 {
  width: 50%;
  height: 100%;
  background-color: #5abbed;
}

.title-text {
  font-family: 'Rostavepersonaluse eaylz', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.loading-animation__preload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-curtain {
  position: relative;
  width: 50%;
  height: 100%;
  background-color: #131313;
}

.preloader-curtain.right._1 {
  background-color: #1d1d3d;
}

.preloader-curtain.right._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(90, 187, 237, 0.5);
}

.preloader-curtain.left._1 {
  background-color: #1d1d3d;
}

.preloader-curtain.left._2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  background-color: rgba(90, 187, 237, 0.8);
}

.lottie-animation-10 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 75vw;
  height: 75vh;
}

.heading-9 {
  position: fixed;
  left: 30%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Rostavepersonaluse eaylz', sans-serif;
  font-size: 30px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-down-animation {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 50px;
  height: 50px;
}

._141-nav-item {
  margin-top: 20px;
  margin-bottom: 10px;
  text-decoration: none;
}

.side-navigation__wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 299;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #171717;
}

._141-close-button-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 2%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

._141-nav-text {
  font-family: Avantgarde, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1;
}

.side-navigation__animation {
  position: absolute;
  left: -199px;
  width: 200px;
  height: 100%;
}

.wrapper__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._141-nav-decoration {
  width: 100%;
  height: 5px;
  margin-top: 10px;
  background-color: #5abbed;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.side-navigation__section {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
}

.link-block {
  position: absolute;
}

.side-navigation__footer-section {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  display: none;
  min-height: 50px;
  min-width: 100px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__footer {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__image {
  display: block;
  width: 30px;
}

.text-block {
  color: #fcfcfc;
}

.social-section {
  overflow: hidden;
}

.side-navbar-hamburgermenu {
  display: none;
  width: 80px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
  box-shadow: 0 0 4px 0 rgba(77, 77, 77, 0.35);
}

.offerings-animation-wrapper.is-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offerings-animation {
  width: 800px;
}

.offerings-animation.is-right-animation {
  width: auto;
  max-width: 800px;
}

.offerings-animation.is-left-animation {
  width: auto;
  max-width: 800px;
}

.footer-divider {
  display: none;
  width: 700px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: rgba(29, 29, 61, 0.2);
}

._2022 {
  position: relative;
  padding-bottom: 10px;
  color: rgba(29, 29, 61, 0.2);
}

.footer-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-heading__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.offerings-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(29, 29, 61, 0.8);
  font-size: 20px;
  line-height: 135%;
}

.side-nav-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidenav-divider {
  position: relative;
  width: 200px;
  height: 1px;
  margin: 30px auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 76.9%, 0.5);
}

.side-nav__novus {
  display: none;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: 'Rostavepersonaluse eaylz', sans-serif;
  color: #c4c4c4;
  font-size: 1.3rem;
}

.novus-logotype-animation {
  width: 150px;
  margin-top: 50px;
}

.ourofferings__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.grid__horizontal {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-wrapper {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.grid__mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 200vh;
  -webkit-transform: translate3d(0px, 0px, 2000px);
  transform: translate3d(0px, 0px, 2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid__vertical {
  position: absolute;
  top: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.horizontal-line {
  width: 100%;
  height: 2px;
  background-color: rgba(90, 187, 237, 0.2);
  box-shadow: 0 0 10px 0 rgba(90, 187, 237, 0.2);
}

.vertical-line {
  width: 2px;
  height: 100%;
  background-color: rgba(90, 187, 237, 0.2);
  box-shadow: 0 0 10px 0 rgba(90, 187, 237, 0.2);
}

.grid {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 200vh;
  -webkit-transform: translate(0px, -50vh) rotateX(69deg) rotateY(0deg) rotateZ(0deg);
  transform: translate(0px, -50vh) rotateX(69deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid__horizontal-wrapper {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 400vh;
}

.grid-background {
  position: fixed;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.launch-nft-section {
  position: relative;
  overflow: hidden;
}

.heading-10 {
  margin-bottom: 0px;
  font-family: Avantgarde, sans-serif;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
}

.launch-text {
  font-family: Montserrat, sans-serif;
  color: #1d1d3d;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.text-span-2 {
  color: #5abbed;
}

.launch-divider {
  width: 300px;
  height: 1px;
  margin: 20px auto;
  border-radius: 20px;
  background-color: rgba(29, 29, 61, 0.2);
}

.text-span-3 {
  color: #5abbed;
}

.team-wrapper__card-wrapper-open {
  position: relative;
  overflow: visible;
  width: 300px;
  height: 300px;
  margin: 30px;
  box-shadow: -6px 6px 20px 0 rgba(29, 29, 61, 0.25);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.team-wrapper__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.image-team-member {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.team-wrapper__content-team-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #5abbed;
  box-shadow: 5px 0 5px -2px rgba(29, 29, 61, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.content-team__name {
  margin-bottom: 0px;
  font-family: Avantgarde, sans-serif;
  color: #1d1d3d;
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
}

.content-team__description {
  padding-right: 5px;
  color: #fcfcfc;
  text-transform: none;
}

.content-team__socials {
  width: 50px;
  margin-bottom: 20px;
}

.social-links__discord {
  width: 40px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-links__discord:hover {
  opacity: 1;
}

.text-span-4 {
  font-family: Avantgarde, sans-serif;
  color: #1d1d3d;
  font-size: 60px;
  font-weight: 700;
}

.launch-nft__1st-explenation {
  width: auto;
  max-width: 600px;
  margin-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.launch-nft__2nd-explenation {
  width: auto;
  max-width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.haz {
  width: 100%;
  height: 100%;
}

.nexos {
  width: 100%;
  height: 100%;
}

.dev {
  width: 100%;
  height: 100%;
}

.katricka {
  width: 100%;
  height: 100%;
}

.social-links__twitter {
  width: 40px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.2;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-links__twitter:hover {
  opacity: 1;
}

.blessed {
  width: 100%;
  height: 100%;
}

.navbar-menu-copy {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.launch-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.launch-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-12 {
  width: 100%;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.5;
}

.items-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item {
  width: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

.side-navbar__socials {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation-13 {
  width: 70px;
}

.nika {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .leftdivider {
    color: rgba(29, 29, 61, 0.8);
  }

  .paragraph {
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .navbar-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-hamburgermenu {
    background-color: #fcfcfc;
  }

  .navbar-button__contactus {
    z-index: 1;
  }

  .buttontext {
    font-family: Montserrat, sans-serif;
  }

  .main-container.is-offerings {
    max-width: 1500px;
    margin-top: 150px;
  }

  .main-container.is-contact-us {
    height: auto;
    margin-top: 150px;
  }

  .main-container.is-team-section {
    height: auto;
    margin-top: 150px;
  }

  .main-container.is-social {
    height: 10vh;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container.is-footer {
    height: 15vh;
  }

  .text-wrapper__paragraph2 {
    display: none;
    padding-left: 20px;
  }

  .text-wrapper__paragraph {
    padding-left: 20px;
    color: rgba(29, 29, 61, 0.8);
  }

  .hero-page__flex-left {
    top: -15%;
  }

  .main-container__container {
    padding-bottom: 10%;
  }

  .hero-page__flex-right {
    top: 30%;
    right: 10%;
  }

  .ourofferings__wrapper {
    margin-top: 0px;
  }

  .team__headers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .teamheader {
    color: #1d1d3d;
  }

  .team-paragraph {
    padding-left: 20px;
    color: rgba(29, 29, 61, 0.8);
  }

  .divider {
    background-color: rgba(29, 29, 61, 0.8);
  }

  .contact-us-section {
    position: relative;
  }

  .contact-us__container {
    max-width: 1400px;
  }

  .contact-us {
    padding-bottom: 50px;
  }

  .lets-talk-button-text {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-3 {
    font-size: 22px;
    line-height: 22px;
  }

  .lets-talk-button {
    z-index: 1;
  }

  .robot-animation {
    position: absolute;
    left: 5%;
    top: 10%;
    width: 500px;
    height: auto;
  }

  .heading-9 {
    position: fixed;
    left: 30%;
    top: 0%;
    right: 0%;
    bottom: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Rostavepersonaluse eaylz', sans-serif;
    font-size: 50px;
    line-height: 70px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .arrow-down-animation {
    left: 15%;
    bottom: 15%;
  }

  .side-navbar-hamburgermenu {
    background-color: #fcfcfc;
  }

  .offerings-animation-wrapper.is-right {
    right: -10%;
  }

  .offerings-animation.is-right-animation {
    width: auto;
    max-width: 800px;
    min-width: 600px;
  }

  .offerings-paragraph {
    padding-left: 20px;
    color: rgba(29, 29, 61, 0.8);
  }

  .ourofferings__cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-team-member {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .social-links__discord {
    width: 50px;
  }

  .launch-nft__1st-explenation {
    margin-bottom: 120px;
  }

  .social-links__twitter {
    width: 50px;
  }

  .slider-wrapper {
    height: 10vh;
    opacity: 0.5;
    mix-blend-mode: normal;
  }
}

@media screen and (max-width: 991px) {
  .hero-page_navbar {
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cursor {
    display: none;
  }

  .formfield__container {
    margin-bottom: 25px;
  }

  .paragraph {
    max-width: 550px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .single-robot-animation {
    display: none;
  }

  .contact-section___form {
    margin-top: 100px;
  }

  .navbar-hamburgermenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-button__contactus {
    position: relative;
    z-index: 1;
  }

  .main-container.is-hero {
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-container.is-contact-us {
    height: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-container.is-team-section {
    height: auto;
  }

  .main-container.is-launch-nft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-bottom: 10px;
  }

  .text-wrapper__paragraph2 {
    max-width: 550px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .text-wrapper__paragraph {
    max-width: 550px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .html-embed-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-page__flex-left {
    position: relative;
    top: 5%;
  }

  .main-container__container {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-page__flex-right {
    left: 0%;
    top: 45%;
    right: 0%;
    width: auto;
    max-width: none;
    min-width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team-paragraph {
    max-width: 550px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .contact-us-section {
    height: auto;
  }

  .paragraph-3 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .lets-talk-button {
    position: relative;
    z-index: 1;
  }

  .robot-animation {
    top: 45%;
    width: auto;
    max-width: 350px;
    min-width: 300px;
  }

  .team-wrapper__card {
    margin-bottom: 60px;
  }

  .team-wrapper {
    margin-top: 50px;
    margin-right: 0%;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ourofferings__card-wrapper {
    max-width: 700px;
    min-width: 500px;
  }

  ._141-close-button-wrapper {
    width: 70px;
    height: 70px;
  }

  .side-navbar-hamburgermenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .offerings-animation-wrapper.is-right {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }

  .offerings-animation.is-right-animation {
    width: auto;
    max-width: 800px;
    min-width: 400px;
  }

  .offerings-animation.is-left-animation {
    width: auto;
    max-width: 800px;
    min-width: 400px;
  }

  .footer-divider {
    width: auto;
    max-width: 700px;
    min-width: 500px;
  }

  .offerings-paragraph {
    max-width: 550px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .heading-10 {
    margin-top: 20px;
    font-size: 50px;
  }

  .launch-divider {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .team-wrapper__card-wrapper-open {
    width: auto;
    max-width: 400px;
    min-width: 250px;
    margin: 20px;
  }

  .social-links__discord {
    width: 40px;
    height: 40px;
  }

  .launch-nft__1st-explenation {
    margin-bottom: 40px;
  }

  .launch-nft__2nd-explenation {
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social-links__twitter {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-page_navbar {
    padding-right: 50px;
    padding-left: 50px;
  }

  .textwrapper__divider {
    max-width: 400px;
  }

  .paragraph {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    position: relative;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-section___form {
    padding: 40px 20px;
  }

  .navbar-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .navbar-button__contactus {
    display: none;
    padding: 20px 30px;
  }

  .hiddenoverviev {
    display: none;
    -webkit-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
  }

  .buttontext {
    font-size: 16px;
  }

  .main-container.is-hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-container.is-offerings {
    height: auto;
    max-width: none;
  }

  .main-container.is-contact-us {
    height: auto;
    min-height: 600px;
  }

  .main-container.is-team-section {
    height: auto;
    max-width: none;
  }

  .main-container.is-launch-nft {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .text-wrapper__paragraph2 {
    max-width: none;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
  }

  .text-wrapper__paragraph {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
  }

  .hero-page__flex-left {
    min-width: 450px;
  }

  .hero-page__flex-right {
    min-width: 450px;
    margin-top: 75px;
  }

  .ourofferings__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .team-paragraph {
    max-width: 300px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
  }

  .contact-us {
    margin-bottom: 200px;
  }

  .lets-talk-button-text {
    font-size: 16px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .lets-talk-button {
    padding: 20px 30px;
  }

  .robot-animation {
    position: absolute;
    left: -15%;
    top: 50%;
  }

  .team-wrapper {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .ourofferings__card-wrapper {
    max-width: 500px;
    min-width: 400px;
  }

  .arrow-down-animation {
    bottom: -10%;
  }

  .footer-divider {
    max-width: 500px;
    min-width: 400px;
  }

  .team-heading__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .offerings-paragraph {
    max-width: 300px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
  }

  .sidenav-divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .side-nav__novus {
    display: none;
  }

  .launch-text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }

  .launch-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .launch-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .hero-page_navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-8 {
    margin-left: 4px;
    font-size: 2.5rem;
  }

  .leftdivider {
    margin-left: 10px;
  }

  .textwrapper__divider {
    overflow: visible;
    margin-top: 10px;
  }

  .paragraph {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    white-space: normal;
  }

  .contact-section___form {
    padding-right: 5px;
    padding-left: 5px;
  }

  .novus {
    display: none;
  }

  .navbar-button__contactus {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .buttontext {
    margin-bottom: 0px;
    margin-left: -2px;
    padding-left: 0px;
  }

  .main-container.is-contact-us {
    min-height: 600px;
  }

  .main-container.is-launch-nft {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 29px;
    line-height: 40px;
    font-weight: 400;
  }

  .text-wrapper__paragraph2 {
    padding-top: 20px;
  }

  .text-wrapper__paragraph {
    min-width: 300px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    white-space: normal;
  }

  .html-embed-copy {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero-page__flex-left {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-span {
    font-size: 40px;
  }

  .main-container__container {
    margin-top: 100px;
  }

  .hero-page__flex-right {
    top: 35%;
    min-width: 300px;
  }

  .ourofferings__wrapper {
    max-width: 400px;
  }

  .teamheader {
    text-align: left;
  }

  .team-paragraph {
    min-width: 300px;
    margin-bottom: 10px;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    line-height: 16px;
  }

  .divider {
    max-width: 2px;
    min-width: 2px;
    background-color: #8c8c9c;
  }

  .contact-us {
    padding-bottom: 0px;
  }

  .lets-talk-button-text {
    margin-bottom: 0px;
    margin-left: -2px;
    padding-left: 0px;
  }

  .paragraph-3 {
    max-width: 300px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
  }

  .lets-talk-button {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .robot-animation {
    left: -40%;
    top: 55%;
  }

  .team-wrapper {
    margin-top: 50px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ourofferings__card-wrapper {
    max-height: 400px;
    max-width: 400px;
    min-height: 300px;
    min-width: 300px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .arrow-down-animation {
    bottom: 10%;
  }

  .side-navigation__wrapper {
    width: 70vw;
    padding-left: 10px;
  }

  ._141-close-button-wrapper {
    width: 50px;
    height: 50px;
    margin-top: 40px;
    margin-right: 20px;
  }

  ._141-nav-text {
    font-family: Avantgarde, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  ._141-nav-decoration {
    height: 3px;
  }

  .side-navigation__footer-section {
    padding-left: 0px;
  }

  .text-block {
    font-size: 10px;
  }

  .team-heading__wrapper {
    max-width: 400px;
  }

  .offerings-paragraph {
    min-width: 300px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .sidenav-divider {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .side-nav__novus {
    display: none;
  }

  .novus-logotype-animation {
    width: 120px;
    margin-top: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .ourofferings__cards {
    margin-top: 50px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 40px;
  }

  .launch-text {
    font-size: 16px;
  }

  .team-wrapper__card-wrapper-open {
    width: 300px;
  }

  .text-span-4 {
    font-size: 40px;
  }

  .launch-nft__1st-explenation {
    max-width: none;
  }

  .launch-left {
    max-width: 380px;
  }

  .launch-right {
    max-width: 380px;
  }
}

#w-node-_051fdb0f-1966-552a-df84-4e311b74cad5-c2362926 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_051fdb0f-1966-552a-df84-4e311b74cacb-c2362926 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_051fdb0f-1966-552a-df84-4e311b74cad0-c2362926 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Space npo1';
  src: url('../fonts/Space-nPo1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space lmx5';
  src: url('../fonts/Space-lmX5.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-Bold.otf') format('opentype'), url('../fonts/Avantgarde-BoldOutline.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgarde';
  src: url('../fonts/Avantgarde-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rostavepersonaluse eaylz';
  src: url('../fonts/RostavePersonalUse-Eaylz.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}