.body {
  background-color: #000;
  background-image: url('../images/Frame-1-11.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -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: #4000b7;
  background-image: linear-gradient(91deg, #7800ab, #5723f4);
  color: #000;
}

.bodycontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.signup-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  margin-bottom: 10px;
  padding: 26px 23px;
  -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: 5px;
  background-color: #fff;
  background-image: linear-gradient(80deg, #0092db, #6a0067);
  text-decoration: none;
}

.text-block-2 {
  margin-top: 30px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: none;
  max-width: 1100px;
  margin-top: 0px;
}

.text-block-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.text-block-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block-5 {
  max-width: 1100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #ececec;
  font-size: 20px;
  line-height: 50px;
  font-weight: 800;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #4000b7;
}

.image-2 {
  display: none;
}

.logo-image {
  max-height: 30px;
  max-width: 30px;
  margin-left: 10px;
}

.link {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.image-3 {
  max-width: 800px;
  margin-bottom: 40px;
}

.image-4 {
  display: none;
}

.form-block {
  min-width: 400px;
  color: #fff;
}

.submit-button {
  width: 100%;
  height: 55px;
  margin-top: 10px;
  border-radius: 9px;
  background-color: #7404b4;
  font-size: 20px;
  font-weight: 700;
}

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

.field-label {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.field-label-2 {
  font-size: 17px;
  line-height: 24px;
}

.text-field {
  height: 40px;
  border-radius: 5px;
}

.text-field-2 {
  height: 40px;
  border-radius: 5px;
}

.quote-section {
  width: 900px;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.image-5 {
  display: none;
}

.viideo-header {
  margin-top: 20px;
}

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

.div-block-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-7 {
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.image-7 {
  max-width: 900px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .right-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-block-2 {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block {
    width: 700px;
  }

  .image {
    display: none;
  }

  .div-block-3 {
    margin-top: 50px;
  }

  .image-3 {
    display: block;
    max-width: 700px;
  }

  .image-4 {
    display: none;
  }

  .quote-section {
    width: 700px;
    max-width: 700px;
  }

  .image-6 {
    display: block;
    margin-top: 30px;
  }

  .image-7 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .bodycontent {
    padding-top: 50px;
  }

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

  .div-block {
    width: auto;
  }

  .image {
    display: none;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .quote-section {
    width: 500px;
  }

  .image-5 {
    display: block;
  }

  .div-block-4 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .right-content {
    padding-right: 30px;
    padding-left: 20px;
  }

  .signup-button {
    width: 300px;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 42px;
    line-height: 53px;
  }

  .div-block {
    width: auto;
    max-width: 500px;
    padding-bottom: 30px;
  }

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

  .div-block-3 {
    margin-top: 30px;
  }

  .form-block {
    min-width: 270px;
  }

  .submit-button {
    background-color: #7404b4;
  }

  .quote-section {
    width: auto;
    max-width: 400px;
  }

  .image-7 {
    max-width: 300px;
  }
}

#w-node-af927861-e667-c5c3-a49c-8803a5946d9c-c15e75ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

