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

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

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

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

.buttonnic_transparentversion {
  color: #ececec;
  background-color: #0000;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-color: #464646;
  border-radius: 30px;
  padding: 20px 40px;
  font-size: 20px;
  display: flex;
}

.div-block-2.greenversion {
  color: #131313;
  background-color: #e7fe55;
  font-weight: 600;
}

.div-block-2.blackgreen {
  color: #e7fe55;
  background-color: #131313;
  border-style: none;
}

.div-block-2.footer {
  width: 100%;
}

.text-block-2 {
  color: #ecececa6;
  text-align: center;
  width: 70%;
  font-size: 20px;
  line-height: 26px;
}

.section-nic {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.section-nic.withbackground {
  background-image: url('../images/Hero-Stack-1.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-nic.relative {
  position: relative;
}

.section-nic.relative.withbackground {
  background-color: #1c1c1c;
  background-image: none;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.section-nic.relative.withbackground.imageattached {
  background-image: url('../images/Vector-9.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
}

.button-nic_whiteversion {
  color: #0b081c;
  background-color: #ececec;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.heading {
  color: #fff;
  text-align: center;
  width: 85%;
  font-size: 64px;
  font-weight: 500;
  line-height: 68px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: 1;
  width: 100%;
}

.text-block {
  text-align: center;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  width: 40%;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: #131313;
  max-width: 100%;
  font-family: Geist, sans-serif;
}

.container {
  width: 170px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container._2 {
  width: 320px;
  height: auto;
  left: -7%;
}

.container2 {
  max-width: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.container2.footer {
  display: flex;
}

.container3 {
  width: 170px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container3._1, .container3._33 {
  width: 320px;
  height: auto;
  right: -7%;
}

.button-nic_whi {
  color: #0b081c;
  background-color: #ececec;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.div_large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_large.flex_down {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div_large._100-width {
  width: 100%;
}

.div_large._3rd {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 70%;
}

.div_large.footer {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  margin-top: 100px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.div_image.relative {
  width: 40%;
  height: auto;
  position: relative;
}

.heading-2 {
  color: #fff;
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-3 {
  color: #bebebe;
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-3.center {
  text-align: center;
}

.div_grid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2";
  width: 100%;
}

.div-block-7 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  background-color: #1c1c1c;
  border: 1px #0000;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.heading-3.align_left {
  text-align: left;
  font-size: 52px;
  line-height: 60px;
}

.div_block_1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.heading3_nic {
  color: #fff;
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.heading3_nic.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.big_text {
  color: #bebebe;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.big_text.center {
  text-align: center;
}

.div_block_center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div_line_seperator {
  width: 60%;
}

.div-block-8 {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: relative;
}

.div-block-9 {
  background-color: #e7fe55;
  width: 3px;
  height: 100%;
}

.image-2 {
  position: absolute;
  inset: auto 0% -2%;
}

.div-block-10 {
  z-index: -1;
  background-color: #ffffff12;
  border-radius: 52px;
  width: 100%;
  height: 443px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  align-self: center;
}

.div_image-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.div_image-copy.relative {
  background-color: #0000;
  border-radius: 0;
  width: 40%;
  height: auto;
  position: relative;
}

.div-block-11 {
  z-index: -2;
  filter: blur(200px);
  background-color: #f9fed8;
  background-image: radial-gradient(circle, #e7fe55, #0000);
  width: 25%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 41% 0% auto 31%;
}

.grid2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr;
  width: 100%;
}

.div-block-7-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1c1c1c;
  border: 1px #0000;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 32px 42px;
  display: flex;
}

.heading-4 {
  color: #fff;
  align-self: flex-start;
  font-size: 30px;
  font-weight: 300;
}

.text-block-33 {
  color: #bebebe;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-33.center {
  text-align: center;
}

.div-block-12 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12._3 {
  justify-content: space-between;
}

.text-block-34 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.text-block-34.clicked, .text-span {
  color: #e7fe55;
}

.text-block-35 {
  color: #bebebe;
  font-size: 20px;
  font-weight: 300;
}

.text-span-2 {
  color: #e7fe55;
  font-weight: 500;
}

.header {
  margin-top: 40px;
}

.mobile-margin-top-10 {
  margin-left: 0;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #7214ff;
  border-radius: 35px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #252525;
  border-radius: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

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

.nav-menu {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #e7fe55;
}

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

.nav-link.clicked1 {
  color: #e7fe55;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .div-block-2.footer {
    padding-right: 0;
  }

  .text-block-2 {
    width: 90%;
  }

  .section-nic.relative {
    margin-top: 20px;
  }

  .section-nic.relative.withbackground {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-nic_whiteversion {
    align-self: center;
  }

  .heading {
    width: 100%;
  }

  .container {
    width: 100px;
  }

  .container._2 {
    width: 200px;
  }

  .container3 {
    width: 100px;
  }

  .container3._1, .container3._33 {
    width: 200px;
  }

  .button-nic_whi {
    align-self: center;
  }

  .div_large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_large._3rd {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
  }

  .div_image {
    width: 100%;
  }

  .text-block-3 {
    text-align: left;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .big_text {
    font-size: 24px;
    line-height: 28px;
  }

  .div_block_center {
    width: 100%;
  }

  .div_image-copy.relative {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid2 {
    flex-flow: column;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .div-block-2 {
    text-align: center;
    flex-flow: column;
  }

  .div-block-2.greenversion {
    padding: 10px 20px;
    font-size: 18px;
  }

  .div-block-2.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    width: 100%;
  }

  .section-nic.withbackground {
    padding-top: 40px;
  }

  .heading {
    width: 100%;
    font-size: 35px;
    line-height: 49px;
  }

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

  .div-block.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-block {
    width: 100%;
  }

  .body {
    flex-flow: column;
    display: block;
  }

  .container {
    z-index: -1;
    width: 50px;
    top: 20px;
  }

  .container._2 {
    z-index: 1;
    width: 100px;
  }

  .container3 {
    width: 50px;
    top: 20px;
  }

  .container3._1, .container3._33 {
    width: 100px;
  }

  .div_large {
    flex-flow: column;
  }

  .div_large.flex_down, .div_large._3rd {
    width: 90%;
  }

  .div-block-6 {
    text-align: center;
    width: 100%;
    font-size: 31px;
    line-height: 40px;
  }

  .div_image {
    width: 100%;
    margin-top: 20px;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .heading3_nic.center {
    font-size: 38px;
    line-height: 40px;
  }

  .big_text {
    font-size: 40px;
  }

  .div_block_center, .div_image-copy.relative {
    width: 100%;
  }

  .grid2 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-4 {
    align-self: center;
  }

  .text-block-33 {
    text-align: center;
  }

  .div-block-12._3 {
    flex-flow: column;
  }

  .text-block-35 {
    line-height: 30px;
  }

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

  .nav-menu {
    background-color: #252525;
    flex-direction: column;
  }

  .icon {
    color: #fff;
  }
}

#w-node-b1a806f2-2271-7f51-d148-cd83124ba111-b035c08b, #w-node-dc483f6e-3e8a-6457-58cc-296d31529dbf-b035c08b, #w-node-_72357c84-103a-36c8-c3ba-d257cc6de6f7-b035c08b, #w-node-a42649e8-2e3b-57bd-2241-b7e3f85b71fa-b035c08b, #w-node-_5023fc0f-e6c7-7e40-72b1-173a673ce730-b035c08b, #w-node-_2b0b4375-181f-fbf9-8ffc-3ec2d61f8809-b035c08b, #w-node-_7115d6e4-d81e-a493-ed8a-955b74a0e662-b035c08b, #w-node-_7115d6e4-d81e-a493-ed8a-955b74a0e669-b035c08b, #w-node-_7115d6e4-d81e-a493-ed8a-955b74a0e670-b035c08b {
  justify-self: auto;
}


