.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 997;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: none;
}

.navbar:hover {
  background-color: rgba(0, 0, 0, 0.59);
}

.nav-left-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.praverse-logo-header-left {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: none;
}

.praverse-logo-header-left:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.burgermenu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 25px;
  padding-right: 25px;
}

.praverse-logo-header-right {
  margin-top: 0px;
  margin-right: 25px;
  padding-top: 0px;
  cursor: none;
}

.deescord {
  width: 70px;
  margin-right: 0px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: none;
}

.deescord:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.tweeter {
  width: 70px;
  margin-right: 0px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: none;
}

.tweeter:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.social-media-linkblock {
  width: 50px;
  margin-right: 10px;
  cursor: none;
}

.social-media-div {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: none;
}

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

.insteegram {
  width: 70px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: none;
}

.insteegram:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.div-block-11 {
  margin-right: 10px;
  padding-left: 0px;
  border-radius: 7px;
}

.social-media-icons {
  cursor: none;
}

.body {
  background-color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
}

.about-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 30px;
  -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;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70vw;
  margin-top: 0px;
  -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;
}

.transition-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: visible;
  background-color: #000;
}

.section-headers {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

.div-about-paragraph {
  padding-top: 0px;
}

.about-image-transform {
  width: 200%;
  height: 60vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about {
  display: block;
  width: 100vw;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(51%, rgba(0, 0, 0, 0.7)), to(#000)), url('../images/BACKGROUND_RED_4K-min.png');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.7) 51%, #000), url('../images/BACKGROUND_RED_4K-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: none;
}

.about.s-scroll {
  margin-top: 0px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(#000)), url('../images/BACKGROUND_RED_4K-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), #000), url('../images/BACKGROUND_RED_4K-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.praverse-spin {
  width: 35px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0px;
  padding-bottom: 80px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0.83)), to(#000)), url('../images/BACKGROUND_RED_4K-min.png');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.83) 50%, #000), url('../images/BACKGROUND_RED_4K-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  cursor: none;
}

.container-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 0px;
  -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;
}

.section-headers-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

.ilan {
  display: block;
  width: 80%;
  border-radius: 20px;
}

.div-block-baptiste {
  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: 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-4 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-block-andrea {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adam {
  display: block;
  width: 40%;
  max-width: 40%;
  border-radius: 5px;
}

.div-adam {
  text-align: center;
}

.div-block-ilan {
  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: 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;
}

.div-baptiste-image {
  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;
}

.heading-3 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.heading-7 {
  margin-bottom: 0px;
  color: #fff;
}

.div-ilan-image {
  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;
}

.artist-columns {
  display: block;
  width: 100vw;
}

.adam-title {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.div-image-adam {
  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;
}

.heading-6 {
  margin-top: 5px;
  color: #fff;
}

.adam-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.div-baptiste {
  text-align: center;
}

.baptiste {
  display: block;
  width: 80%;
  border-radius: 20px;
}

.michael-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.baptiste-title {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.div-block-michael {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-adam {
  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: 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-2-copy-2 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-jesse {
  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;
}

.div-block {
  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;
}

.div-block-coolguykevin {
  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;
}

.div-block-zachattack {
  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;
}

.div-block-elio {
  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;
}

.div-block-melguii {
  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;
}

.heading-8 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.heading-9 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.div-block-justintime {
  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;
}

.team-grid {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-andrea-copy {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-adamguy {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-2 {
  width: 75vw;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.link-block {
  padding-bottom: 16px;
}

.image-11 {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-11:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.instagram {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.instagram:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tiktok {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.tiktok:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.linkedin {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: none;
}

.linkedin:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-15 {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.image-15:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-section {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/final-h_1.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: none;
}

.text-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34%;
  padding-right: 4%;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: 3px;
}

.image-16 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 318px 0px 0px 1217px;
  padding-top: 0px;
  padding-right: 0px;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 25px;
  padding: 10px;
  -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;
  color: #fff;
}

.burger-line {
  width: 40px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #fff;
}

.lottie-animation {
  height: 40px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  background-color: rgba(0, 0, 0, 0.88);
  cursor: none;
}

.menu-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  cursor: none;
}

.burger-line-2 {
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.full-screen-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 900px;
  -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;
  background-color: #000;
  color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  cursor: none;
  text-align: center;
}

.nav-link:hover {
  color: rgba(94, 91, 91, 0.75);
}

.nav-link.pra--current {
  color: #fff;
}

.loading-chars {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100vw;
  height: 100vh;
}

.right {
  position: fixed;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/comingsoon_right.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left {
  position: fixed;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/comingsoon_left.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mid {
  position: fixed;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/midchar.png');
  background-position: 50% 50%;
  background-size: cover;
}

.rightmid {
  position: fixed;
  z-index: 98;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/comingsoon_rightmid.png');
  background-position: 50% 50%;
  background-size: cover;
}

.leftmid {
  position: fixed;
  z-index: 98;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/comingsoon_leftmid.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blurred-bg {
  position: fixed;
  z-index: 6;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.coming-soon-head {
  position: relative;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100vw;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: none;
}

.div-loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  overflow: visible;
  background-color: #000;
  text-align: left;
  cursor: none;
}

.lottie-loader-animation {
  position: fixed;
  left: 45.7%;
  top: 42%;
  right: auto;
  bottom: 0%;
  z-index: 999999;
  display: inline-block;
  overflow: visible;
  width: 150px;
  height: 150px;
  -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;
}

.final-h {
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/final-h.png');
  background-position: 50% 50%;
  background-size: cover;
}

.loading-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: visible;
  -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;
  background-color: #000;
  text-align: left;
  cursor: none;
}

.coming-soon-hover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/final.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.loading-chars-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/comingsoon_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: none;
}

.image-17 {
  margin-top: 20px;
  margin-left: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.image-17:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
}

.container {
  display: block;
  max-height: 100vh;
  max-width: 100vw;
}

.team-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 30px;
  -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;
}

.mobile-loader {
  display: none;
}

.team-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-bottom: 0px;
  -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;
}

.roadmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(52%, rgba(0, 0, 0, 0.84)), to(#000)), url('../images/BACKGROUND_BLUE_4K.png'), -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0.83)), to(#000));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.84) 52%, #000), url('../images/BACKGROUND_BLUE_4K.png'), linear-gradient(180deg, #000, rgba(0, 0, 0, 0.83) 50%, #000);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  cursor: none;
}

.final-div {
  width: 100vw;
  height: 15vh;
  cursor: none;
}

.michael-div {
  text-align: center;
}

.div-image-michael {
  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;
}

.michael {
  display: block;
  width: 40%;
  max-width: 40%;
  border-radius: 5px;
}

.andrea {
  display: block;
  width: 40%;
  max-width: 40%;
  border-radius: 5px;
}

.andrea-title {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.andrea-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.baptiste-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.bapti {
  display: block;
  width: 40%;
  max-width: 60%;
  border-radius: 5px;
}

.div-image-baptiste {
  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;
}

.div-block-bapt {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ilan-image {
  display: block;
  width: 40%;
  max-width: 60%;
  border-radius: 5px;
}

.div-image-ilan {
  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;
}

.div-block-ilanguy {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ilan-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.ilan-title {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.instagram-copy {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.instagram-copy:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-adam-copy {
  text-align: center;
}

.div-ilanguy {
  text-align: center;
}

.teektok {
  width: 70px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: none;
}

.teektok:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.youtubes {
  width: 70px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: none;
}

.youtubes:hover {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.45);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.michael-title {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.div-image-andrea {
  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;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  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: none;
}

.cursor-dot {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  mix-blend-mode: normal;
}

.cursor-dot-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  mix-blend-mode: normal;
}

.linkedin-kevin {
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.linkedin-kevin:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.discord-columns {
  width: 100vw;
  height: 100vh;
  margin-top: 135px;
  padding-top: 0px;
}

.body-2 {
  background-color: #000;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  -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;
  background-color: #080808;
  background-image: url('../images/Black-background-.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: none;
}

.heading-10 {
  font-size: 25px;
}

.paragraph {
  max-width: 70%;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
}

.text-praverse {
  margin-top: 15px;
  padding-top: 0px;
  color: #fff;
  font-size: 18px;
}

.text-praverse1 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-2 {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-3 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.lottie-animation-2 {
  width: 60%;
  max-width: 70%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.opensea-button {
  margin-top: 30px;
  margin-right: 25px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: #fff;
}

.opensea-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.column-6 {
  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: 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;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.congratulations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  -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;
  background-color: rgba(0, 0, 0, 0.46);
  -webkit-transition: all 325ms ease;
  transition: all 325ms ease;
}

.heading-12 {
  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;
}

.congrats-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
}

.image-18 {
  width: 25px;
  height: 25px;
  max-width: 100%;
}

.image-19 {
  width: 25px;
  height: 25px;
}

.congrats-paragraph {
  margin-top: 15px;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.benefits {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.button-mint {
  margin-top: 30px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.button-mint:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lottie-animation-3 {
  width: 10%;
  margin-bottom: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.lottie-animation-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.secondarymarket-button {
  margin-top: 30px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-decoration: #fff;
}

.secondarymarket-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.discord-button {
  margin-top: 30px;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.discord-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-16 {
  width: 70%;
  padding: 15px;
  border-radius: 7px;
  background-color: transparent;
}

.wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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: 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: none;
}

.js-clock {
  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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -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;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 70px;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image-20 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  height: 50%;
}

.bold-text {
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-2 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.bannerlinks {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: transparent;
}

.container-8 {
  display: block;
  max-width: 100%;
  margin-right: 250px;
  margin-left: 250px;
  padding: 0px 0% 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
  background-color: transparent;
  text-align: center;
}

.top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.top-line {
  width: 40px;
  height: 4px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.top-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px #fe1691;
}

.faq-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-ropra-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-3 {
  letter-spacing: 1px;
}

.button-comingsoon {
  margin-top: 30px;
  margin-right: 25px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 0.44;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: #fff;
}

.button-comingsoon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -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;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
}

.faq-q-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 800;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: crosshair;
}

.container-9 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-9.faq-container {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
  cursor: none;
}

.faq-wrap {
  display: block;
  width: auto;
  -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;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.link-block-3 {
  cursor: none;
}

@media screen and (max-width: 991px) {
  .tweeter {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
  }

  .social-media-linkblock {
    width: 50px;
  }

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

  .about-head {
    padding-bottom: 20px;
  }

  .about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    margin-top: 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .transition-block {
    display: block;
  }

  .section-headers {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
    text-align: center;
  }

  .div-about-paragraph {
    margin-top: 20px;
    padding-top: 0px;
  }

  .about-image-transform {
    width: 50%;
    height: 50vw;
    min-height: 50%;
    min-width: 50%;
    background-position: 50% 15%;
  }

  .about-image-transform:hover {
    background-position: 50% 15%, 0px 0px;
  }

  .about {
    width: auto;
    height: auto;
  }

  .about-paragraph {
    overflow: visible;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 23px;
    padding-left: 25px;
    -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;
    font-size: 14px;
    line-height: 21px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .praverse-spin {
    margin-bottom: 0px;
  }

  .section-headers-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
    text-align: center;
  }

  .artist-columns {
    display: block;
    width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .adam-title {
    text-align: center;
  }

  .baptiste-title {
    text-align: center;
  }

  .heading-2-copy-2 {
    text-align: center;
  }

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

  .team-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-bar {
    z-index: 1;
  }

  .loading-chars {
    display: block;
  }

  .div-loading {
    display: block;
  }

  .lottie-loader-animation {
    left: 39.5%;
    top: 15%;
    display: block;
    -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;
  }

  .loading-div {
    display: block;
    width: 100vw;
    height: 100vh;
    -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;
  }

  .loading-chars-copy {
    display: block;
  }

  .team-header {
    padding-bottom: 20px;
  }

  .team-head {
    padding-bottom: 20px;
  }

  .andrea-title {
    text-align: center;
  }

  .ilan-title {
    text-align: center;
  }

  .michael-title {
    text-align: center;
  }

  .bannerlinks {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-8 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .faq-wrapper {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .faq-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: hidden;
  }

  .about-head {
    margin-top: 25px;
    padding-bottom: 20px;
  }

  .about-container {
    max-width: 90vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .transition-block {
    display: block;
  }

  .div-about-paragraph {
    margin-top: 0px;
  }

  .about-image-transform {
    display: none;
    width: 90vw;
    height: 30vh;
  }

  .about {
    height: auto;
  }

  .about.s-scroll {
    padding-top: 20px;
  }

  .about-paragraph {
    width: 90vw;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
  }

  .team {
    margin-top: 0px;
  }

  .container-team {
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .ilan {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .div-block-baptiste {
    margin-bottom: 0px;
    -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;
  }

  .div-block-andrea {
    height: auto;
    -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;
  }

  .adam {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .div-adam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -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;
  }

  .div-block-ilan {
    margin-bottom: 0px;
    -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;
  }

  .artist-columns {
    width: 75vw;
    max-width: 75vw;
  }

  .adam-title {
    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;
  }

  .div-image-adam {
    margin-bottom: 0px;
  }

  .column-baptiste {
    margin-bottom: 25px;
  }

  .div-baptiste {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -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;
  }

  .div-ilan {
    margin-right: 0px;
  }

  .baptiste {
    width: auto;
    height: 20vh;
  }

  .column-andrea {
    margin-bottom: 25px;
  }

  .baptiste-title {
    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;
  }

  .div-block-michael {
    height: auto;
    -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;
  }

  .div-block-adam {
    margin-bottom: 0px;
    -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;
  }

  .heading-2-copy-2 {
    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;
  }

  .div-block-jesse {
    height: auto;
    -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;
  }

  .div-block {
    height: auto;
    -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;
  }

  .div-block-coolguykevin {
    height: auto;
    -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;
  }

  .div-block-zachattack {
    height: auto;
    -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;
  }

  .div-block-elio {
    height: auto;
    -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;
  }

  .div-block-melguii {
    height: auto;
    -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;
  }

  .heading-8 {
    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;
  }

  .div-block-justintime {
    height: auto;
    -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;
  }

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

  .div-block-andrea-copy {
    height: auto;
    -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;
  }

  .div-block-adamguy {
    height: auto;
    -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;
  }

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

  .columns-2 {
    margin-top: 20px;
  }

  .column {
    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;
  }

  .main-section {
    overflow: hidden;
  }

  .loading-chars {
    display: none;
  }

  .div-loading {
    display: block;
  }

  .lottie-loader-div {
    display: block;
  }

  .lottie-loader-animation {
    left: 36.5%;
    top: 9%;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .loading-div {
    display: none;
    overflow: visible;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .loading-chars-copy {
    display: block;
  }

  .team-header {
    margin-top: 25px;
    padding-bottom: 20px;
  }

  .mobile-loader {
    display: none;
  }

  .team-head {
    margin-top: 25px;
    padding-bottom: 20px;
  }

  .roadmap {
    margin-top: 0px;
  }

  .michael-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -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;
  }

  .div-image-michael {
    margin-bottom: 0px;
  }

  .michael {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .andrea {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .andrea-title {
    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;
  }

  .bapti {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .div-image-baptiste {
    margin-bottom: 0px;
  }

  .div-block-bapt {
    height: auto;
    -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;
  }

  .ilan-image {
    width: auto;
    height: 20vh;
    margin-top: 20px;
  }

  .div-image-ilan {
    margin-bottom: 0px;
  }

  .div-block-ilanguy {
    height: auto;
    -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;
  }

  .ilan-title {
    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;
  }

  .div-adam-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -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;
  }

  .div-ilanguy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -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;
  }

  .michael-title {
    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;
  }

  .div-image-andrea {
    margin-bottom: 0px;
  }

  .cursor {
    display: none;
  }

  .container-8 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .nav-left-logo {
    margin-left: 10px;
    -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;
  }

  .praverse-logo-header-left {
    width: 45vw;
    height: auto;
  }

  .praverse-logo-header-right {
    width: 30px;
    margin-top: 0px;
    margin-right: 10px;
  }

  .deescord {
    margin-right: 0px;
    border-radius: 4px;
  }

  .tweeter {
    margin-right: 0px;
    border-radius: 4px;
  }

  .social-media-linkblock {
    margin-right: 10px;
  }

  .social-media-div {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
  }

  .div-block-14 {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .icon-2 {
    width: 30px;
    height: 30px;
  }

  .insteegram {
    border-radius: 4px;
  }

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

  .social-media-icons {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: auto;
    height: auto;
    cursor: auto;
  }

  .body {
    overflow: visible;
  }

  .about-head {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-left: 0px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .transition-block {
    display: block;
  }

  .section-headers {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 2em;
  }

  .about-image-transform {
    display: none;
    width: 90vw;
    height: 25vh;
    border-radius: 7px;
  }

  .about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(51%, rgba(0, 0, 0, 0.7)), to(#000)), url('../images/BACKGROUND_BLUE_4K.png');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.7) 51%, #000), url('../images/BACKGROUND_BLUE_4K.png');
    background-position: 0px 0px, 50% 50%;
    cursor: auto;
  }

  .about.s-scroll {
    position: relative;
    z-index: 99;
    height: auto;
    opacity: 1;
  }

  .about-paragraph {
    width: 90vw;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .praverse-spin {
    width: 5%;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0px;
  }

  .team {
    margin-top: 0px;
    cursor: auto;
  }

  .container-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin-top: 40px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-headers-2 {
    padding-right: 0px;
    padding-left: 10px;
    color: #fff;
    font-size: 2em;
  }

  .ilan {
    height: 15vh;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-baptiste {
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4 {
    margin-top: 0px;
    text-align: left;
  }

  .div-block-andrea {
    height: 15vh;
  }

  .adam {
    height: 15vh;
    max-width: 100%;
  }

  .div-adam {
    max-width: 100%;
    margin-right: 30px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .div-block-ilan {
    margin-right: 10px;
    margin-left: 10px;
    -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;
  }

  .artist-columns {
    width: 90vw;
    max-width: 90vw;
    margin-top: 40px;
  }

  .adam-title {
    margin-bottom: 0px;
    text-align: left;
  }

  .heading-6 {
    width: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .adam-header {
    margin-top: 5px;
    text-align: left;
  }

  .div-baptiste {
    margin-right: 30px;
    text-align: left;
  }

  .div-ilan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 30px;
    padding-right: 0px;
    -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;
  }

  .baptiste {
    height: 15vh;
  }

  .michael-header {
    margin-top: 5px;
    text-align: left;
  }

  .baptiste-title {
    margin-bottom: 0px;
    text-align: left;
  }

  .div-block-michael {
    height: 15vh;
  }

  .heading-2-copy-2 {
    margin-bottom: 0px;
    text-align: center;
  }

  .div-block-jesse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .div-block-coolguykevin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .div-block-zachattack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .div-block-elio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .div-block-melguii {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

  .placeholder-image {
    width: 30%;
  }

  .heading-8 {
    margin-bottom: 0px;
    text-align: left;
  }

  .heading-9 {
    margin-top: 5px;
    text-align: left;
  }

  .div-block-justintime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 15vh;
    margin-top: 18px;
    -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;
  }

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

  .div-block-andrea-copy {
    height: 15vh;
  }

  .div-block-adamguy {
    height: 15vh;
  }

  .columns {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    padding-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .empty-column {
    margin-bottom: 20px;
  }

  .link-block {
    margin-top: 10px;
  }

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

  .image-11 {
    display: block;
    text-align: left;
  }

  .main-section {
    overflow: visible;
    width: 100vw;
    height: 65vh;
    background-image: url('../images/mobile-bg-final.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .nav-bar {
    cursor: auto;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: auto;
  }

  .full-screen-menu {
    display: none;
    width: 70vw;
  }

  .loading-chars {
    display: none;
    overflow: visible;
  }

  .coming-soon-head {
    top: 77%;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
  }

  .div-loading {
    display: block;
  }

  .lottie-loader-div {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -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-loader-animation {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .loading-div {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .loading-chars-copy {
    display: block;
  }

  .team-header {
    max-width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-loader {
    display: block;
  }

  .first {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    width: 100vw;
    height: 100vh;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .mobile-loader-1 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
  }

  .mobile-loader-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
  }

  .mobile-loader-3 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
  }

  .mobile-loader-5 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
  }

  .mobile-loader4 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
  }

  .team-head {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .roadmap {
    margin-top: 0px;
  }

  .michael-div {
    max-width: 100%;
    margin-right: 30px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .michael {
    height: 15vh;
    max-width: 100%;
  }

  .andrea {
    height: 15vh;
    max-width: 100%;
  }

  .andrea-title {
    margin-bottom: 0px;
    text-align: left;
  }

  .andrea-header {
    margin-top: 5px;
    text-align: left;
  }

  .baptiste-header {
    margin-top: 5px;
    text-align: left;
  }

  .bapti {
    height: 15vh;
    max-width: 100%;
  }

  .div-block-bapt {
    height: 15vh;
  }

  .ilan-image {
    height: 15vh;
    max-width: 100%;
  }

  .div-block-ilanguy {
    height: 15vh;
  }

  .ilan-header {
    margin-top: 5px;
    text-align: left;
  }

  .ilan-title {
    margin-bottom: 0px;
    text-align: left;
  }

  .div-adam-copy {
    max-width: 100%;
    margin-right: 30px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .div-ilanguy {
    max-width: 100%;
    margin-right: 30px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
  }

  .teektok {
    border-radius: 4px;
  }

  .youtubes {
    border-radius: 4px;
  }

  .michael-title {
    margin-bottom: 0px;
    text-align: left;
  }

  .cursor {
    display: none;
  }

  .cursor-dot {
    display: none;
  }

  .cursor-dot-2 {
    display: none;
  }

  .body-2 {
    display: block;
    background-color: #000;
    background-image: url('../images/MOBILE-BLACK-BG.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .container-2 {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: rgba(8, 8, 8, 0);
    background-image: url('../images/MOBILE-BLACK-BG.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat-y;
  }

  .text-praverse1 {
    font-size: 14px;
  }

  .text-block-2 {
    padding-left: 30px;
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .column-5 {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .opensea-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: #fff;
  }

  .column-6 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-15 {
    margin-top: 0px;
    margin-bottom: 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;
  }

  .congratulations {
    width: 90vw;
  }

  .congrats-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
  }

  .congrats-paragraph {
    font-size: 12px;
  }

  .div-block-16 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .clock-number {
    font-size: 40px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .paragraph-2 {
    width: 90%;
  }

  .bannerlinks {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container-8 {
    position: static;
    display: inline-block;
    overflow: visible;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-ropra-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .title-wrapper {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-text {
    font-size: 32px;
    line-height: 30px;
    white-space: normal;
  }

  .button-comingsoon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.44;
    font-size: 12px;
    text-decoration: #fff;
  }

  .bold-text-4 {
    line-height: 23px;
  }
}