@import url(/css/global.css);

.radial-gradient {
  position:fixed;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  
  /*Fallback if gradeints don't work */
  background: #002B36;
  /*Linear gradient... */
/*   background: 
    radial-gradient(
     at center, #FF7900, #002B36
    ); */
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: "Nekts", sans-serif !important;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  position: relative;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  text-align: left;
}

.navigation-bar {
  position: relative;
  top: 0px;
  bottom: 40px;
  background-color: #fff;
  direction: ltr;
  font-family: "Nekts", sans-serif !important;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 88px;
  font-family: "Nekts", sans-serif !important;
  color: #192024;
  font-size: 25px;
  line-height: 70px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 140px 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;
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 0% 0%,
    rgba(37, 13, 60, 0.9),
    rgba(30, 4, 87, 0.9) 47%,
    rgba(13, 0, 14, 0.9)
  );
  text-align: center;
}

.section.accent {
  overflow: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192024;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #2e30b6,
    #4d0096
  );
}

.section.accent.overflow {
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(46, 48, 182, 0.9),
    rgba(77, 0, 150, 0.9)
  );
}

.section.accent.cta {
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 32, 36, 0);
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(46, 48, 182, 0.9),
    rgba(77, 0, 150, 0.9)
  );
}

.section.overflow {
  overflow: visible;
}

.section.overflow._2 {
  height: auto;
  min-height: 100vh;
  padding: 20px 0px;
  /* background-color: black; */
  /* background-image: radial-gradient( */
    /* circle farthest-corner at 50% 0%, */
    /* rgb(0, 0, 0) 65%, */
    /* rgba(0, 0, 0, 0.9) 97%, */
    /* #000000 */
  /* ); */
}

.white-box {
  position: relative;
  padding: 15px;
  border: 0px none #dcebf7;
  border-radius: 20px;
  background-color: #3301a0;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #af4173,
    #0176bc 1%,
    #3301a0 100%,
    #4000ff
  );
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #008aff;
  text-align: center;
}

.white-box:hover {
  box-shadow: 0 0 0 3px #f0f;
  font-size: 20px;
  line-height: 30px;
  background-clip: border-box;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.transparent.white-box-2 {
  background-image: radial-gradient(
    circle farthest-corner at 50% 0%,
    #23343d 53%,
    #000
  );
  box-shadow: 1px 1px 3px 0 #000;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  overflow: visible;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vw;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0); 
  background-image: radial-gradient(
      circle farthest-corner at 50% 150%,
      #002B36 20%,
      #8338eccc 97%,
      #ffffffe7 100%
    ),
    url("../images/back_pat.png");
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
}

.hero-heading {
  position: static;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Nekts", sans-serif !important;
  color: #25ccbf;
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: none;
  -o-object-fit: none;
  object-fit: none;
  clear: right;
  text-align: center;
}

.hero-subheading {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 7px;
  color: #f0f0f0;
  font-size: 25px !important;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

    /* Estilos para los botones centrales */
    .hollow-button {
      background: radial-gradient(circle at 50% 50%, #FF7900, #8338EC);
      border: none !important;
      color: white;
      font-weight: bold;
      transition: all 0.3s ease;
      transform: scale(1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .hollow-button:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
      background: radial-gradient(circle at 30% 30%, #FF7900, #8338EC);
    }


.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  -webkit-transition: background-color 300ms ease, border 300ms ease,
    color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: var(--white);
  line-height: 21px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
}

.hollow-button:hover {
  color: var(--white);
  font-weight: bold;
  filter: brightness(100%);
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  position: relative;
  z-index: 3;
  display: none;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  position: relative;
  z-index: 3;
  color: #f0f;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f0f;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: var(--violet);
  background-image: radial-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1) 900px),
    url("../images/back_pat.png");
  background-position: 0px 0px, 50% 100%;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, scroll;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-center {
  border-top: 1px solid black;
  background-color: rgb(0, 0, 0);
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #f0f;
  background-image: linear-gradient(
    140deg,
    rgba(37, 13, 60, 0.9),
    rgba(30, 3, 87, 0.9) 51%,
    #c9bac1
  );
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  color: white !important;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: var(--text-light);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  color: var(--text-light);
  text-decoration: underline;
}

.footer-link.with-icon {
  margin-left: 30px;
  border-bottom-width: 0px;
  color: var(--text-light);
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.form {
  margin-top: 40px;
}

.spc {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.container {
  display: block;
  padding-bottom: 23px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-size: 50px;
  line-height: 80px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.bold-text {
  position: static;
  float: left;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -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-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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.image-2 {
  padding-bottom: 31px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: justify;
}

.container-3 {
  opacity: 1;
}

.desktop-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  min-width: 100%;
  padding: 20px;
  background-color: transparent;
  color: transparent;
  text-align: left;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 39px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 2fr 39px -webkit-max-content 39px -webkit-max-content 39px -webkit-max-content;
  -ms-grid-columns: 2fr 39px max-content 39px max-content 39px max-content;
  grid-template-columns: 2fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 2fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  position: static;
  width: 100px;
  height: 100px;
  clear: none;
  opacity: 1;
  font-weight: 400;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  z-index: 99999;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #f0f0f0;
  text-decoration: none;

}

.nav-link:hover {
  text-decoration: underline;
}

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

.gallery.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--violet);
  
}

.centered-container {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.2fr 10px 1.2fr 10px 1.2fr 10px 1.2fr;
  grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: text-shadow 300ms ease, -webkit-transform 200ms ease;
  transition: text-shadow 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, text-shadow 300ms ease;
  transition: transform 200ms ease, text-shadow 300ms ease,
    -webkit-transform 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gallery-lightbox:hover {
  box-shadow: 0 0 0 3px #f0f;
  -webkit-transform: scale3d(1.02, 1.02, 1.01);
  transform: scale3d(1.02, 1.02, 1.01);
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.call-to-action {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 1;
  text-align: center;
}

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

.bubble-2 {
  position: absolute;
  left: auto;
  top: 442px;
  right: 14%;
}

.logo {
  position: relative;
  left: auto;
  top: 118px;
  right: auto;
  z-index: 3;
  display: none;
}

.bubble-3 {
  position: absolute;
  left: 583px;
  top: auto;
  right: 0%;
  bottom: -21%;
  z-index: 1;
}

.heading {
  padding-left: 165px;
  color: #f0f0f0;
}

.body {
  background-color: rgba(237, 239, 242, 0);
  background-image: url("../images/Space.jpg");
  background-size: auto;
  background-attachment: fixed;
  font-family: "Nekts", sans-serif !important;
  color: transparent;
}

.button-2 {
  margin-right: 18px;
  background-color: #5f009b;
  font-weight: 800;
}

.bubble {
  position: absolute;
  left: 39%;
  top: -19%;
  right: -14%;
  bottom: auto;
}

.paragraph {
  color: #edeff2;
}

.paragraph.crystals {
  font-size: 18px;
  text-align: left;
  white-space: normal;
}

.paragraph-2 {
  color: #edeff2;
}

.paragraph-3 {
  color: #edeff2;
}

.bold-text-2 {
  color: #00d4ff;
  font-style: normal;
  text-align: center;
  text-decoration: overline;
  text-transform: none;
  white-space: normal;
}

.heading-2 {
  color: #fff;
  font-weight: 600;
}

.heading-3 {
  color: #fff;
  font-weight: 600;
}

.heading-4 {
  color: #fff;
  font-weight: 600;
}

.paragraph-4 {
  color: var(--text-light);
  font-size: 16px;
 
}

.bold-text-3 {
  color: #f0f0f0;
  text-decoration: none;
}

.button-3 {
  margin-right: 20px;
}

.heading-5 {
  margin-bottom: 0px;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #3291e9;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-5 {
  color: #3b99d9;
  font-size: 25px;
}
.btn_map{    
	padding: 0.25rem 0.75rem;
    background-color: rgb(1, 1, 1);
    text-decoration: solid;
    color: #fff;
    border-radius: 12px;
    display: inline-block;
    font-weight: 700;
    width: min-content;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
	margin-top: 0.7rem;
	margin-right:0.5rem;
	font-family:"Nekts", sans-serif !important;
	opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.heading-5-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #f0f;
  font-size: 60px;
  line-height: 80px;
  font-weight: 300;
}

.link {
  color: #edeff2;
  text-decoration: underline;
}

.image-4 {
  cursor: pointer;
}

.container-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  padding: 101px 579px 82px 129px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  opacity: 0.4;
}

.bubble-4 {
  position: absolute;
  left: 120px;
  bottom: 401.75px;
}

.column-3 {
  padding-top: 10px;
  padding-bottom: 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;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-7 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.white-box-2 {
  padding: 30px 15px;
  border: 0px none #dcebf7;
  border-radius: 20px;
  background-color: #3301a0;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #000,
    #fff
  );
  box-shadow: none;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #008aff;
  text-align: center;
}

.white-box-2:hover {
  box-shadow: 0 0 0 3px #f0f;
  background-clip: border-box;
}

.white-box-2.transparent {
  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;
  border-style: none;
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 50% 0%,
    #38005a 36%,
    #1f0a5f 78%
  );
  box-shadow: none;
}

.white-box-2.transparent:hover {
  box-shadow: 0 0 0 3px #f0f;
}

.bold-text-4 {
  color: #f0f;
  font-size: 30px;
}

.bold-text-5 {
  color: #f0f;
  font-size: 30px;
}

.paragraph-6 {
  color: #f0f0f0;
}

.bubble-5 {
  position: absolute;
  left: auto;
  top: 235px;
  right: 9%;
  bottom: 0%;
  z-index: 0;
}

.container-6 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bubble-6 {
  position: absolute;
  left: 12%;
  right: 11px;
  bottom: 34%;
  z-index: 0;
}

.bubble-7 {
  position: absolute;
  left: 33%;
  top: auto;
  right: auto;
  bottom: -104%;
  z-index: 2;
}

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

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100vw;
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
text-span .text-span {
  position: relative;
  color: #00ffeb;
  z-index: 3;
  font-weight: 300;
}

.bubble-8 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 21%;
  z-index: 0;
}

.bubble-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: 21%;
  z-index: 0;
}

.bubble-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: 278px;
  bottom: 69%;
  z-index: 0;
}

.bubble-11 {
  position: absolute;
  left: auto;
  top: 117px;
  right: 30%;
  z-index: 1;
}

.footer-cells {
  position: static;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Nekts", sans-serif !important;
  color: #25ccbf;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  -o-object-fit: none;
  object-fit: none;
}

.text-span-3 {
  position: relative;
  font-size: 50px;
}

.text-span-4 {
  position: relative;
  z-index: 3;
  color: #ad2eb6;
  font-size: 50px;
  font-weight: 300;
}

.heading-6 {
  color: var(--text-light);
  font-size: 24px;
  font-weight: 600;
}

.gallery-grid-container-2 {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
}

.columns-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.nav-link-2 {
  color: #25ccbf;
}

.nav-link-3 {
  color: #ecf0f1;
}

.nav-link-4 {
  color: #ecf0f1;
}

.text-span-5 {
  color: #ecf0f1;
}

.text-span-6 {
  color: #edeff2;
}

.text-span-7 {
  color: #edeff2;
}

.opensea-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.text-span-8 {
  font-weight: 900;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.body-2 {
  font-family: "Nekts", sans-serif !important;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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;
  text-align: center;
}

.utility-page-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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-3 {
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-side at 50% 0%,
    #005035,
    #004240 70%,
    #001f1e
  );
}

.heading-9 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.div-block {
  color: #eee;
  line-height: 30px;
  text-transform: uppercase;
}

.image-6 {
  width: 260px;
  padding-bottom: 28px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.bubble-12 {
  position: absolute;
  left: 121px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
}

.bubble-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 119px;
  bottom: 25px;
  z-index: 0;
}

.section-2 {
  background-color: #192024;
}

.columns-4 {
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.crystal {
  min-height: 300px;
  padding: 60px 56px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: inset 0 39px 56px -56px rgba(244, 244, 244, 0.25),
    inset 0 7px 21px 0 hsla(0, 0%, 100%, 0.2),
    inset 0 -82px 68px 0 rgba(96, 68, 144, 0.18),
    inset 0 -98px 100px -108px rgba(202, 172, 255, 0.1),
    inset 0 1px 40px 0 hsla(0, 0%, 100%, 0.15),
    inset 0 4px 18px 0 rgba(154, 146, 210, 0.15);
  opacity: 1;
}

.grid {
  position: relative;
  z-index: 3;
  max-width: 1440px;
  padding: 30px 40px 20px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.heading-10 {
  color: #fff;
  text-align: left;
}

.blob {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.blob-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.blob-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.blob-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.blob-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.blob-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 21%;
  z-index: -1;
}

.image-7 {
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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;
  border-radius: 100%;
}

.down-button {
  position: static;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 70px;
  height: 70px;
  margin: 20px auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none #fff;
  border-radius: 50%;
  background-color: rgba(89, 0, 255, 0.2);
}

.link-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 0%;
  padding-right: 0px;
}

.link-block.w--current {
  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;
}

.down-button-2 {
  position: static;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
  display: block;
  width: 70px;
  height: 70px;
  margin: 20px auto;
  padding: 20px;
  float: none;
  border: 0px none #fff;
  border-radius: 50%;
  background-color: rgba(0, 11, 10, 0.2);
}

.opensea-mobile {
  display: none;
  cursor: pointer;
}

.bubble-14 {
  position: absolute;
  left: 352px;
  top: 40px;
  right: auto;
  z-index: 1;
}

.bubble-15 {
  position: absolute;
  left: auto;
  top: auto;
  right: -144px;
  bottom: auto;
  z-index: 0;
  overflow: visible;
  max-width: 50%;
}

.bubble-16 {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 60px;
  z-index: 0;
}

.div-bubble {
  position: absolute;
  left: 140px;
  top: auto;
  right: auto;
  bottom: 24%;
  width: 230px;
  height: 230px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.4);
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble._3 {
  left: auto;
  top: 22%;
  right: 4%;
  bottom: auto;
  width: 200px;
  height: 200px;
  opacity: 1;
}

.div-bubble._4 {
  left: auto;
  top: -89px;
  right: 30%;
  bottom: auto;
  z-index: 3;
  width: 150px;
  height: 150px;
  border-radius: 66%;
}

.div-bubble.hero {
  width: 400px;
  height: 400px;
  opacity: 1;
}

.div-bubble.hero {
  left: auto;
  top: -89px;
  right: 41%;
  bottom: auto;
  z-index: 3;
  width: 150px;
  height: 150px;
  border-radius: 66%;
}

.div-bubble.hero-2 {
  left: 8%;
  top: 117px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 450px;
  height: 450px;
  border-radius: 66%;
}

.div-bubble.hero-3 {
  top: -192px;
  bottom: auto;
  width: 400px;
  height: 400px;
  opacity: 1;
}

.div-bubble.hero-4 {
  left: auto;
  top: auto;
  right: 30%;
  bottom: auto;
  width: 100px;
  height: 100px;
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble._4 {
  left: auto;
  top: 22%;
  right: 4%;
  bottom: auto;
  width: 200px;
  height: 200px;
  opacity: 1;
}

.div-bubble._5 {
  left: auto;
  top: 30%;
  right: -7%;
  bottom: auto;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 1;
}

.div-bubble._6 {
  left: auto;
  top: -89px;
  right: 30%;
  bottom: auto;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 66%;
}

.div-bubble._7 {
  left: 17%;
  top: 35px;
  bottom: auto;
  width: 150px;
  height: 150px;
  opacity: 1;
}

.div-bubble._8 {
  left: 5%;
  bottom: 5%;
}

.div-bubble._9 {
  left: auto;
  top: 35px;
  right: 14%;
  bottom: auto;
  width: 150px;
  height: 150px;
  opacity: 1;
}

.div-bubble._10 {
  left: 5%;
  top: 30%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 1;
}

.div-bubble._11 {
  left: auto;
  right: 5%;
  bottom: 5%;
}

.div-bubble._12 {
  left: -7%;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 1;
}

.div-bubble-2 {
  position: absolute;
  left: auto;
  top: 21%;
  right: 9%;
  bottom: auto;
  width: 500px;
  height: 500px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.41);
  opacity: 0.87;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble-2._3 {
  left: 2%;
  top: 24%;
  right: auto;
  opacity: 1;
}

.div-bubble-2._4 {
  left: auto;
  top: auto;
  right: -14%;
  bottom: 5%;
  opacity: 1;
}

.div-bubble-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 18%;
  bottom: 8%;
  width: 300px;
  height: 300px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.4);
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble-3.hero {
  left: 32%;
  top: -181px;
  bottom: auto;
  opacity: 1;
}

.div-bubble-3.hero-2 {
  left: auto;
  top: 14%;
  right: 2%;
  bottom: 0%;
  opacity: 100%;
  width:600px;
  height:600px;
}

.text-span-9 {
  font-size: 48px;
  line-height: 40px;
}

.div-block-2 {
  /* color: white; */
  position: relative;
  /* display: block; */
  /* overflow: visible; */
  height: auto;
  margin: 1em;
  padding: 8px 8px 8px 6px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  /* border: 1px solid black; */
  /* border-radius 50px; */
  /* background-color: var(--white); */
  /* background-image: linear-gradient(50deg, var(--orange), var(--violet)); */
  filter: brightness(85%);
}

.bold-text-6 {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-7 {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-8 {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-9 {
  font-weight: 500;
  text-decoration: none;
}

.bold-text-11 {
  text-decoration: underline;
}

.bold-text-12 {
  text-decoration: underline;
}

.paragraph-7 {
  color: #edeff2;
}

.bold-text-13 {
  color: #f0f0f0;
  text-decoration: none;
}

.div-bubble-4 {
  position: absolute;
  left: auto;
  top: 21%;
  right: 9%;
  bottom: auto;
  width: 500px;
  height: 500px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.41);
  opacity: 0.87;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble-4._4 {
  left: auto;
  top: auto;
  right: -14%;
  bottom: 5%;
  opacity: 1;
}

.link-2 {
  color: #edeff2;
  text-decoration: underline;
}

.div-bubble-5 {
  position: absolute;
  left: 140px;
  top: auto;
  right: auto;
  bottom: 24%;
  width: 230px;
  height: 230px;
  border: 0px solid #edeff2;
  border-radius: 100%;
  background-color: rgba(14, 13, 13, 0.4);
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.div-bubble-5.hero-3 {
  top: -192px;
  bottom: auto;
  width: 400px;
  height: 400px;
  opacity: 1;
}

.div-bubble-5._12 {
  left: -7%;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 0;
  width: 350px;
  height: 350px;
  opacity: 1;
}

.grid-image-2 {
  display: block;
  width: 15%;
  margin: 20px auto;
  padding: 10px;
  border: 4px solid #fff;
  border-radius: 5%;
  background-color: #000000;
  background-image: none;
  color: #ecf0f1;
}

.white-box-3 {
  position: relative;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 20px;
  background-color: var(--violet);

  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #008aff;
  text-align: center;
}

.white-box-3:hover {
  box-shadow: 0 0 0 3px var(--blue);
  font-size: 20px;
  
  background-clip: border-box;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  padding-bottom: 25%;
  background-color: transparent;
  opacity: 1;
  color: #192024;
  font-size: 20px;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 20%;
  background-color: transparent;
  background-image: linear-gradient(
    4deg,
    rgba(0, 0, 0, 0.71),
    rgba(114, 18, 95, 0) 99%
  );
  color: #fffdef;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 13px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-14 {
  text-transform: none;
}

.div-block-3 {
  position: relative;
  width: 100%;
}

.section-3 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 80px 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;
  background-color: transparent;
  background-image: radial-gradient(
    circle farthest-corner at 0% 0%,
    rgba(37, 13, 60, 0.9),
    rgba(30, 4, 87, 0.9) 47%,
    rgba(13, 0, 14, 0.9)
  );
  text-align: center;
}

.section-3.accent {
  overflow: hidden;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #192024;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #2e30b6,
    #4d0096
  );
}

.section-3.accent.cta {
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 32, 36, 0);
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    rgba(46, 48, 182, 0.9),
    rgba(77, 0, 150, 0.9)
  );
}

.sechid {
  display: none;
}

.columns-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.html-embed {
  color: #f0f;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
}

.html-embed-2 {
  color: #f0f;
  font-size: 120px;
  line-height: 80px;
  font-weight: 700;
}

.html-embed-2.text-span-11 {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
}

.html-embed-2.text-span-8 {
  position: relative;
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  height: auto;
  min-height: 100vh;
  grid-auto-flow: row;
}

.html-embed-4 {
  color: #f0f;
}

.html-embed-4.heading {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #f27d37;
  font-size: 100px;
  text-align: center;
}

.heading-5-copy-2 {
  position: relative;
  display: block;
  margin: 40px auto;
  color: #f0f;
  font-size: 60px;
  font-weight: 300;
}

.html-embed-5 {
  position: static;
  z-index: 0;
  height: 100%;
  margin-bottom: 0px;
  padding: 10%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.text-span-11 {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 48px;
  line-height: 40px;
}

.section-4 {
  height: auto;
  min-height: 100vh;
  background-color: black;
  background-image: radial-gradient(
    circle farthest-corner at 0% 50%,
    rgb(0, 0, 0),
    rgba(0, 0, 0, 0.9) 47%,
    rgb(0, 0, 0)
  );
}

.opensea-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  padding-top: 40px;
  padding-right: 0px;
  -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;
  text-align: center;
}

.link-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.youtube {
  height: 100%;
}

.div-block-4 {
  position: relative;
  left: auto;
  top: 300px;
  bottom: auto;
  z-index: 3;
  display: inline-block;
  width: 70%;
  /* height: 300px; */
  max-width: 100%;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
}

.nav-link-5 {
  display: none;
}


@media screen and (min-width: 980px) {
  .hero-subheading {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 7px;
    color: #f0f0f0;
    font-size: 25px !important;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1920px) {
  .section.overflow._2 {
    overflow: visible;
    padding-top: 0px;
  }

  .hero-section.centered {
    position: relative;
    overflow: visible;
    width: 100.0000063578288%;
    padding-bottom: 0vw;
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    -o-object-fit: none;
    object-fit: none;
  }

  .gallery.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .gallery-grid-container {
    margin-top: 0px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 75px;
    padding-bottom: 0px;
  }

  .container-4 {
    margin-top: 10px;
    padding-top: 20px;
  }

  .logo {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .heading-5 {
    font-size: 35px;
    text-decoration: none;
  }

  .container-6 {
    max-width: 80%;
  }

  .heading-7 {
    color: #192024;
  }

  .heading-8 {
    color: #192024;
  }

  .gallery-grid-container-2 {
    margin-top: 20px;
  }

  .text-span-6 {
    color: #ecf0f1;
  }

  .grid {
    position: relative;
    max-width: 1440px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-bubble-3.hero-2 {
    overflow: visible;
  }

  .background-video-2 {
    border-radius: 11px;
  }

  .div-bubble-5.hero-3 {
    overflow: visible;
  }

  .grid-image-2 {
    box-shadow: none;
  }

  .text-span-11 {
    display: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .nav-link-5 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .section {
    height: auto;
    min-height: 100vw;
  }

  .section.accent {
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.accent.overflow {
    overflow: visible;
  }

  .section.accent.cta {
    -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;
  }

  .section.overflow._2 {
    height: auto;
	background-color: var(--violet);
  }

  .white-box {
    height: 100%;
  }

  .section-heading.centered {
    position: relative;
    z-index: 5;
  }

  .section-subheading.center.off-white {
    position: relative;
    font-size: 24px;
    line-height: 40px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container-2 {
    width: 100%;
  }

  .desktop-nav {
    display: none;
  }

  .gallery.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gallery-grid-container {
    margin-right: 2%;
    margin-left: 2%;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .container-4 {
    position: relative;
    z-index: 3;
    margin-top: 45px;
    padding-top: 0px;
    text-align: center;
  }

  .bubble-2 {
    z-index: 1;
  }

  .logo {
    position: relative;
    left: auto;
    top: 63px;
    right: auto;
    z-index: 3;
  }

  .bubble-3 {
    z-index: 1;
  }

  .heading-2 {
    font-size: 15px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .heading-4.heading-3 {
    font-size: 15px;
  }

  .heading-5-copy {
    position: static;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -121px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 64px;
    line-height: 80px;
  }

  .image-4 {
    display: block;
  }

  .column-3 {
    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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-6 {
    max-width: 95%;
    padding-top: 52px;
    padding-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bubble-7 {
    bottom: -100%;
    z-index: 1;
  }

  .icon {
    color: #3b99d9;
  }

  .navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    z-index: 99999;
  }

  .menu-button {
    color: #a8d069;
  }

  .bubble-11 {
    z-index: 12;
    display: none;
  }

  .footer-cells {
    clear: right;
    font-size: 120px;
    text-align: center;
  }

  .heading-7 {
    font-size: 17px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .columns-2 {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .opensea-container {
    position: relative;
    z-index: 3;
  }

  .crystal {
    padding: 60px 40px;
  }

  .blob {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .blob-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .blob-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .blob-4 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .blob-5 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .blob-6 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .image-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  .down-button {
    width: 70px;
    padding: 15px;
  }

  .down-button-2 {
    width: 70px;
    padding: 15px;
  }

  .columns-5 {
    margin-bottom: 30px;
  }

  .bubble-14 {
    z-index: 12;
    display: none;
  }

  .div-bubble.hero-2 {
    z-index: 1;
  }

  .div-bubble-2 {
    display: none;
  }

  .text-span-9 {
    font-size: 48px;
    line-height: 32px;
  }

  .div-bubble-4 {
    display: none;
  }

  .div-bubble-5.hero-3 {
    z-index: 0;
  }

  .grid-image-2 {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 2px;
  }

  .white-box-3 {
    height: 100%;
  }

  .heading-11 {
    top: 10%;
    padding-top: 5%;
    background-image: none;
    font-size: 30px;
    font-weight: 500;
  }

  .section-3 {
    height: auto;
    min-height: 100vw;
  }

  .section-3.accent {
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-3.accent.cta {
    -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;
  }

  .grid-2 {
    -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: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .html-embed-4.heading {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    font-size: 50px;
    text-align: center;
  }

  .heading-5-copy-2 {
    z-index: 3;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 30px;
  }

  .html-embed-5 {
    margin-top: 20px;
    padding: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-3 {
    position: static;
    display: inline-block;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-span-11 {
    display: none;
    font-size: 40px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
  }

  .section-4 {
    position: relative;
    display: block;
    padding-top: 0px;
  }

  .opensea-container-2 {
    position: static;
    z-index: 3;
    padding-top: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    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: contain;
    object-fit: contain;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 26px;
  }

  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section {
    display: block;
  }

  .section.accent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.overflow._2 {
    height: auto;
  }

  .white-box {
    margin-bottom: 0px;
  }

  .hero-section.centered {
    position: relative;
    padding-top: 0px;
    padding-bottom: 119px;
    float: none;
    clear: none;
    text-align: center;
  }

  .section-heading.centered {
    position: relative;
    z-index: 3;
    line-height: 60px;
  }

  .section-subheading.center {
    font-size: 20px;
  }

  .section-subheading.center.off-white {
    line-height: 30px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .desktop-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery.section {
    padding-top: 40px;
  }

  .centered-container {
    padding-bottom: 60px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .container-4 {
    margin-top: 20px;
  }

  .logo {
    position: relative;
    left: auto;
    top: 175px;
    right: auto;
  }

  .bubble-3 {
    left: 125%;
    /* right: 17%; */
  }

  .heading-5 {
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 20px;
  }

  .heading-5-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .image-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-box-2 {
    margin-bottom: 30px;
  }

  .container-6 {
    padding-top: 0px;
  }

  .bubble-11 {
    display: none;
  }

  .footer-cells {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 80px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .columns-3 {
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .opensea-container {
    padding-right: 4px;
    -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;
  }

  .text-span-8 {
    font-size: 48px;
  }

  .crystal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .grid {
    padding-right: 10px;
    padding-left: 10px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blob {
    padding-bottom: 0px;
  }

  .blob-3 {
    top: auto;
    bottom: 0px;
  }

  .blob-5 {
    top: auto;
    bottom: 0px;
  }

  .down-button {
    width: 70px;
    padding: 20px;
  }

  .down-button-2 {
    width: 70px;
    padding: 20px;
  }

  .opensea-mobile {
    display: block;
  }

  .bubble-14 {
    display: none;
  }

  .div-bubble._3 {
    display: none;
  }

  .div-bubble.hero-2 {
    z-index: 1;
	width: 800px;
	left: 50%;
  }

  .grid-image-2 {
    width: 20%;
    padding: 20px;
  }

  .white-box-3 {
    margin-bottom: 0px;
  }

  .section-3 {
    display: block;
  }

  .section-3.accent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-embed-4.heading {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5-copy-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .opensea-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 4px;
    -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;
  }

  .link-block-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
    text-align: center;
  }

  .section.accent {
    overflow: hidden;
  }

  .section.accent.cta {
    -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;
    -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;
  }

  .section.overflow._2 {
    position: relative;
  }

  .white-box {
    margin-bottom: 10px;
  }

  .section-heading.centered {
    position: relative;
    z-index: 3;
    font-size: 26px;
    line-height: 60px;
  }

  .section-subheading.center {
    font-size: 20px;
    line-height: 30px;
  }

  .section-subheading.center.off-white {
    font-size: 24px;
    font-weight: 400;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-image {
    width: 35%;
  }

  .desktop-nav {
    padding: 0px;
  }

  .nav-grid {
    float: none;
    grid-auto-flow: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .gallery.section {
    overflow: hidden;
    height: 100%;
    padding-top: 60px;
  }

  .centered-container {
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .container-4 {
    position: relative;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .column {
    text-align: center;
  }

  .column-2 {
    text-align: center;
  }

  .bubble-2 {
    padding-top: 212px;
  }

  .logo {
    position: relative;
    left: auto;
    top: 144px;
    right: auto;
  }

  .bubble-3 {
    left: auto;
    right: -21%;
    display: none;
  }

  .body {
    overflow: visible;
    font-family: "Nekts", sans-serif !important;
  }

  .bubble {
    left: auto;
    right: 3%;
  }

  .heading-5 {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 20px;
  }

  .heading-5-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 30px;
  }

  .image-4 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-bottom: 0px;
  }

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

  .column-5 {
    padding-bottom: 0px;
  }

  .column-6 {
    padding-bottom: 0px;
  }

  .column-7 {
    padding-bottom: 0px;
  }

  .bubble-7 {
    display: none;
  }

  .bubble-8 {
    display: none;
    overflow: visible;
  }

  .bubble-11 {
    display: none;
  }

  .footer-cells {
    margin-top: 10px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .text-span-3 {
    font-size: 40px;
    line-height: 10px;
  }

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

  .heading-6 {
    font-size: 19px;
  }

  .gallery-grid-container-2 {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .opensea-container {
    -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-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;
    -webkit-transform: translate(0px, -38px);
    -ms-transform: translate(0px, -38px);
    transform: translate(0px, -38px);
    text-align: left;
  }

  .text-span-8 {
    font-size: 36px;
  }

  .div-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-6 {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  .bubble-12 {
    overflow: visible;
  }

  .crystal {
    position: static;
  }

  .grid {
    position: static;
    overflow: visible;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-7 {
    -webkit-transform: rotate(-1deg) rotate(-1deg);
    -ms-transform: rotate(-1deg) rotate(-1deg);
    transform: rotate(-1deg) rotate(-1deg);
  }

  .down-button {
    width: 70px;
  }

  .link-block {
    left: auto;
    top: auto;
    right: 15px;
    bottom: 0%;
  }

  .down-button-2 {
    width: 70px;
  }

  .opensea-mobile {
    padding-top: 12px;
  }

  .bubble-14 {
    display: none;
  }

  .bubble-15 {
    overflow: visible;
  }

  .div-bubble {
    display: none;
  }

  .div-bubble.hero-2 {
    z-index: 1;
  }

  .div-bubble.hero-3 {
    display: none;
  }

  .div-bubble-3.hero {
    left: 5%;
    width: 280px;
    height: 280px;
  }

  .text-span-9 {
    font-size: 24px;
  }

  .div-bubble-5 {
    display: none;
  }

  .div-bubble-5.hero-3 {
    display: none;
  }

  .grid-image-2 {
    width: 35%;
  }

  .white-box-3 {
    margin-bottom: 10px;
  }

  .heading-11 {
    padding-top: 10%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
  }

  .section-3.accent {
    overflow: hidden;
  }

  .section-3.accent.cta {
    -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;
    -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;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -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 0.5fr;
    grid-template-columns: 1fr 0.5fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .html-embed-4.heading {
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-5-copy-2 {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 30px;
  }

  .html-embed-5 {
    display: block;
    height: 80%;
    margin-top: 0px;
    padding: 10%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-span-11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 21px;
  }

  .section-4 {
    position: static;
    height: 100%;
    max-height: 100vh;
  }

  .opensea-container-2 {
    display: block;
    padding-top: 65px;
    padding-right: 36px;
    padding-left: 23px;
    -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-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;
    -webkit-transform: translate(0px, -38px);
    -ms-transform: translate(0px, -38px);
    transform: translate(0px, -38px);
    text-align: left;
  }

  .link-block-2 {
    display: block;
  }
}

#w-node-_64e1466f-358a-b94a-2201-0e0239d501f4-93a633d6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a4eceeb8-23bd-8732-7864-3c6b8139e0b9-93a633d6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-dec3a5d6-fa65-6532-9a09-35969d67ce83-93a633d6 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dec3a5d6-fa65-6532-9a09-35969d67ce84-93a633d6 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-dec3a5d6-fa65-6532-9a09-35969d67ce83-93a633d6 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-dec3a5d6-fa65-6532-9a09-35969d67ce84-93a633d6 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -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-dec3a5d6-fa65-6532-9a09-35969d67ce83-93a633d6 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-dec3a5d6-fa65-6532-9a09-35969d67ce84-93a633d6 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

