.section {
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-width: 1550px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.body {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.div_social {
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.div_leftbar {
  width: 95px;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.left_bar_line {
  width: 1px;
  height: 80%;
  background-image: linear-gradient(#f5f5ff, #cecef0);
}

.div-block {
  width: 65%;
}

.name {
  color: #f5f5f5;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.slider_bg_gradient {
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-nav {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(to right, #fc00ff, #00dbde);
}

.slide-2 {
  background-image: linear-gradient(to right, #ff512f, #dd2476);
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-3 {
  background-image: linear-gradient(to right, #da22ff, #9733ee);
}

.slide-4 {
  background-image: linear-gradient(to right, #ff512f, #5433ff 0%, #20bdff 50%, #a5fecb);
}

.container {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.div_social_icon {
  cursor: pointer;
  margin-right: 35px;
}

.div_social_icon.instagram {
  margin-right: 20px;
}

.image_social_icon {
  padding: 2px;
}

.h2-style {
  color: #fff;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.div_underconstruction {
  margin-right: 0;
  font-weight: 300;
  position: static;
  bottom: 0;
  right: 0;
}

.div_social_container {
  margin-left: 0%;
}

.linkblock_readmore_btn {
  width: auto;
  height: 50px;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.read-more-text {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.p_alt {
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.description_expanded_box {
  transform-origin: 50%;
  background-image: linear-gradient(rgba(245, 245, 245, .25), rgba(245, 245, 245, .25));
  border: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 30px;
  display: block;
}

.p_alt_code {
  margin-top: 10px;
  padding-top: 0;
  font-family: Source Code Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.blob-2 {
  z-index: -1;
  width: 50%;
  height: 50vh;
  -webkit-backdrop-filter: blur(1000px);
  backdrop-filter: blur(1000px);
  background-image: radial-gradient(circle, #833ab4, #fd1d1d 50%, #fcb045);
  border-radius: 0;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blob-1 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle, #00d2ff, #3a7bd5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blob-3 {
  z-index: -1;
  width: 50vw;
  height: 50vh;
  background-image: radial-gradient(circle, #0077b5, #182848);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blob-4 {
  z-index: -1;
  width: 50vw;
  height: 50vh;
  background-image: radial-gradient(circle, #ea4c89, #c142a0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.read-less-text {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.slide-5 {
  background-image: linear-gradient(to right, #ff512f, #5433ff 0%, #20bdff 50%, #a5fecb);
}

.slide-6 {
  background-image: linear-gradient(to right, #ff512f, #ff512f 0%, #f09819);
}

.slide-7 {
  background-image: linear-gradient(to right, #ff512f, #7b4397 0%, #dc2430);
}

.slide-8 {
  background-image: linear-gradient(to right, #ff512f, #f0c 0%, #339);
}

.slide-9 {
  background-image: linear-gradient(to right, #ff512f, #ee0979 0%, #ff6a00);
}

.side-10 {
  background-image: linear-gradient(to right, #ff512f, #43c6ac 0%, #191654);
}

.slide-11 {
  background-image: linear-gradient(to right, #ff512f, #b2fefa 0%, #0ed2f7);
}

.slide-12 {
  background-image: linear-gradient(to right, #ff512f, #c0392b 0%, #8e44ad);
}

.slide-13 {
  background-image: linear-gradient(to right, #ff512f, #7f00ff 0%, #e100ff);
}

.slide-14 {
  background-image: linear-gradient(to right, #ff512f, #00f260 0%, #0575e6);
}

.link-block {
  float: right;
  clear: none;
}

.text-block {
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div_name_box {
  padding: 15px 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.div_button_row {
  flex-direction: row;
  align-items: stretch;
  padding-top: 15px;
  display: flex;
}

.image-2 {
  margin: 2px;
}

.container_download_btn {
  height: 50px;
  color: #fff;
  border: 1px solid #f5f5f5;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.download_text {
  height: 50px;
  border: 1px #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.download_icon {
  height: 50px;
  transform-origin: 0%;
  background-image: linear-gradient(rgba(245, 245, 245, .4), rgba(245, 245, 245, .4));
  border: 1px #f5f5f5;
  border-left-style: solid;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  display: flex;
}

.text-block-2 {
  font-weight: 700;
}

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

.div_header {
  margin-top: 0;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.header_name {
  margin-left: 5%;
}

.blur-wrapper {
  z-index: 2;
  width: auto;
  height: auto;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  color: rgba(236, 236, 236, 0);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-3 {
  width: 50rem;
  height: 100rem;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-image: radial-gradient(circle, #8c1b59, rgba(227, 227, 227, 0) 62%, rgba(255, 255, 255, 0));
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-3-copy {
  width: 200vh;
  height: 200vh;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-image: radial-gradient(circle, #8c1b59, rgba(227, 227, 227, 0) 62%, rgba(255, 255, 255, 0));
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blob-5 {
  width: 200vh;
  height: 200vh;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-image: radial-gradient(circle, #8c1b59, rgba(227, 227, 227, 0) 72%, rgba(255, 255, 255, 0));
  border-radius: 0;
  position: fixed;
  top: -123%;
  bottom: auto;
  left: -52%;
  right: auto;
}

.gradient-01 {
  z-index: 3;
  width: 50rem;
  height: 100rem;
  filter: blur(300px) brightness(200%);
  background-color: #e51488;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 19%;
  right: auto;
  transform: rotate(29deg);
}

.gradient-full {
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: .4;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #037f8c;
  margin-top: 1px;
  position: relative;
  overflow: hidden;
}

.gradient-02 {
  z-index: 3;
  width: 30rem;
  height: 80rem;
  filter: blur(600px);
  background-color: #f244a4;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: -597px;
  bottom: auto;
  left: -150px;
  right: auto;
  transform: rotate(-75deg);
}

.gradient-02.brightness {
  width: 40rem;
  height: 140rem;
  filter: blur(300px);
  background-color: #ee0083;
  display: block;
}

.gradient-03 {
  z-index: 3;
  width: 30rem;
  height: 100rem;
  filter: blur(600px);
  background-color: #f244a4;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: rotate(-75deg);
}

.gradient-03.brightness {
  width: 30rem;
  filter: blur(600px);
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(80deg);
}

.logo-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 80px;
}

.gradient-04 {
  z-index: 3;
  width: 24rem;
  height: 100rem;
  filter: blur(250px) brightness(200%);
  background-color: #800046;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: -111%;
  bottom: auto;
  left: 40%;
  right: auto;
  transform: rotate(29deg);
}

.gradient-06 {
  z-index: 3;
  width: 50rem;
  height: 50rem;
  filter: blur(200px) brightness(200%);
  background-color: #cc3f8d;
  border-radius: 999rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 0%;
  right: auto;
  transform: rotate(29deg);
}

.image-5 {
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: .54;
  mix-blend-mode: screen;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  width: 100%;
  height: 100vh;
  max-width: none;
  opacity: 1;
  mix-blend-mode: soft-light;
}

.image-7 {
  width: 100%;
  height: 100vh;
}

.image-8 {
  width: 30px;
  margin-top: 15px;
}

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

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
}

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

  .container {
    width: 85%;
    height: auto;
  }

  .blob-2, .blob-1, .blob-3, .blob-4 {
    display: none;
  }

  .div_button_row {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: visible;
  }

  .div_social {
    z-index: 100;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    padding-bottom: 100px;
    display: flex;
    position: relative;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .slider_bg_gradient {
    z-index: -1;
  }

  .container {
    z-index: 100;
    width: auto;
    margin: 0% 5%;
    padding-bottom: 0%;
    position: relative;
    overflow: visible;
  }

  .div_social_icon {
    margin-right: 0%;
    padding-left: 0;
  }

  .div_social_icon.instagram {
    margin-right: 0;
    padding-left: 0;
  }

  .div_underconstruction {
    width: auto;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div_social_container {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: flex-end;
    justify-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
  }

  .text-block {
    width: auto;
    text-align: center;
    white-space: nowrap;
    padding-top: 10px;
    line-height: 130%;
  }

  .div_button_row {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }

  .container_download_btn {
    margin-left: 5%;
  }

  .div-block-4 {
    position: absolute;
  }

  .logo-wrapper {
    z-index: 100;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
    justify-content: space-between;
    position: static;
  }

  .div_social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    padding-bottom: 100px;
    position: relative;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .name {
    font-size: 14px;
  }

  .slider_bg_gradient {
    z-index: -1;
  }

  .container {
    margin-top: 0%;
    margin-bottom: 0%;
    position: static;
  }

  .div_social_icon {
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .p {
    font-size: 20px;
    line-height: 36px;
  }

  .div_underconstruction {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div_social_container {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
    display: flex;
  }

  .linkblock_readmore_btn {
    text-align: center;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .read-more-text {
    font-size: 14px;
    line-height: 18px;
  }

  .p_alt {
    font-size: 16px;
    line-height: 24px;
  }

  .description_expanded_box {
    padding: 5%;
  }

  .p_alt_code {
    margin-top: 5%;
    font-size: 16px;
  }

  .read-less-text {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    text-align: center;
    margin-top: 0%;
    padding-top: 10px;
  }

  .div_button_row {
    grid-column-gap: 7px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    display: grid;
  }

  .image {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container_download_btn {
    height: 50px;
    margin-left: 0%;
  }

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

  .image-3 {
    min-width: 25px;
  }

  .logo-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc283cde-3442-1a73-5aed-af4fdc44a668-3b3c9530 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


