:root {
  --_accent-color---stroke: #252525;
  --_accent-color---accentcolor: #3045fd;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: #151515;
}

.container {
  object-fit: fill;
  max-width: 1800px;
  padding-left: 60px;
  padding-right: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  color: #fff;
  width: 20ch;
  font-family: Manrope, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 76px;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 119px;
}

.paragraph {
  opacity: .8;
  color: #fff;
  width: 50ch;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 32px;
}

.wrapper {
  mix-blend-mode: lighten;
  flex-flow: column-reverse;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.span {
  opacity: .2;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 200;
  line-height: 34px;
  position: absolute;
  inset: 0% -43% 0% auto;
  transform: rotate(-90deg);
}

.image {
  z-index: -100;
  max-width: 806px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider {
  position: absolute;
  inset: auto 0% 6%;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.video {
  border-radius: 3em;
}

.paragraph-2 {
  transform: rotate(-90deg);
}

.text-span {
  color: gray;
}

.navbar {
  border-radius: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand {
  background-image: url('../images/Frame-163068.svg');
  background-position: 0%;
  flex-flow: wrap;
  flex: 0 auto;
  order: -9999;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button {
  order: 9999;
}

.nav {
  z-index: 1000;
  border: 1px solid var(--_accent-color---stroke);
  opacity: 1;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #11111136;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.listhorizontal {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
}

.prmbtn-text {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.prmbtn-bg-layer {
  background-color: var(--_accent-color---accentcolor);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 22px;
  display: flex;
}

.prmbtn-bg-layer.blur {
  z-index: -10;
  filter: blur(19px);
  position: absolute;
  inset: 10% 3% 0% auto;
}

.prmbtn-owerlay {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  pointer-events: auto;
  border: 1px solid #303030;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 5px 5px 33px;
  position: relative;
}

.prmbtn {
  text-decoration: none;
}

.code-embed {
  border-radius: 50px;
}

.prmbtn-arrow {
  background-color: var(--_accent-color---accentcolor);
  border: 1px solid #0018f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 22px;
  display: flex;
  box-shadow: 3px 3px 2.3px -1px #00000040;
}

.prmbtn-arrow.blur {
  z-index: -10;
  filter: blur(19px);
  display: block;
  position: absolute;
  inset: 10% 3% 0% auto;
}

@media screen and (max-width: 991px) {
  .nav {
    display: none;
  }
}

#w-node-_7215ed62-e72d-a6f6-a51f-a929e66024db-1b209047 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


