:root {
  --spacepurp: #4d38ec;
  --pinky: #b1107b;
  --blker: #161616;
  --midnitewhite: #c4bed3;
  --blk: #1b1b1b;
  --lightgreybgborder: #e5e5e5;
  --lightgreybgbackend: #f2f2f2;
  --darkpurp: #2b2033;
  --purpley: #1b1142;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.container-2 {
  height: 100%;
  min-height: 0%;
}

.div-block {
  height: 100%;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  color: #333;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-3 {
  text-align: center;
  align-self: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 92px;
  display: block;
}

.contaner9 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.headine9 {
  color: #c4bed3;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.ctabtn-container9 {
  padding-top: 40px;
}

.button {
  background-color: var(--spacepurp);
  border-radius: 6px;
  height: auto;
  padding: 20px 20px 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.button:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--spacepurp), var(--pinky) 93%);
}

.button.sigup-btn {
  background-image: none;
  width: 100%;
}

.button.sigup-btn:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--spacepurp), var(--pinky) 99%);
}

.div-block-4 {
  background-color: #e92323;
}

.bodyland {
  background-color: var(--blker);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #37345f, #fff0 76%), linear-gradient(180deg, var(--blker), #fff0 38%), linear-gradient(0deg, var(--blker), #fff0 30%), linear-gradient(90deg, var(--blker), #fff0 30%), linear-gradient(266deg, var(--blker), #0a0a0a00 35%), url('../images/miamiweblab-gridbg-292929.svg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, auto;
}

.container-base {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.topnavcol {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.topnavcol.topnavcol-right, .text-block {
  text-align: right;
}

.text-block-2 {
  font-family: Inconsolata, monospace;
  font-size: 23px;
  font-weight: 700;
}

.text-block-2.navcenteredsingle {
  text-align: center;
}

.main-content {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2 {
  background-color: var(--spacepurp);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.signupformcotainer {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-weight: 900;
}

.signupform {
  margin-top: 40px;
}

.field-label, .field-label-2 {
  font-family: Inter, sans-serif;
}

.field-label-2.signup-label {
  color: #575757;
}

.thanks {
  text-align: center;
}

.image {
  width: 150px;
  margin-top: 20px;
}

.text-block-3 {
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-field {
  height: 50px;
}

.text-field.signup-txtfield {
  color: #cacaca;
  background-color: #272727;
  border: 2px solid #562390;
  width: 100%;
  height: 62px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.submit-button {
  background-color: var(--spacepurp);
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.text-block-4 {
  font-family: Inter, sans-serif;
}

.text-block-4.signuptxt {
  color: #cecece;
  margin-top: 39px;
  font-size: 20px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
}

.confirmpwcontainer {
  text-align: left;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.text-field-2, .text-field-3 {
  height: 50px;
  font-family: Inter, sans-serif;
}

.submit-button-2 {
  background-color: var(--spacepurp);
  height: 50px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.bold-text {
  color: var(--spacepurp);
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-block-5 {
  color: #afafaf;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.text-block-5.subheadline {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 24px;
}

.text-span {
  color: var(--spacepurp);
  font-family: Inter, sans-serif;
  font-weight: 900;
  box-shadow: 1px 2px 5px #0003;
}

.finishprofiletxt {
  margin-bottom: 45px;
}

.sep {
  background-color: #cfcfcf;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.sep.sep2reg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-7 {
  padding-top: 20px;
}

.text-block-6 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6 {
  font-family: Inter, sans-serif;
}

.button-3 {
  background-color: var(--spacepurp);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-3.btnwebhook {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.button-3.btnwebhook.btnwebhookdel {
  background-color: var(--pinky);
}

.backendheadline {
  text-align: left;
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
}

.backendheadline.centered {
  text-align: center;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  height: 146px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.button-4 {
  background-color: var(--spacepurp);
}

.image-2 {
  margin-bottom: 7px;
}

.div-block-8 {
  text-align: center;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  text-align: left;
  padding-top: 40px;
}

.submit-button-3 {
  background-color: var(--spacepurp);
  height: 50px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-field-4 {
  height: 50px;
}

.heading-3 {
  color: var(--spacepurp);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--midnitewhite);
  text-shadow: 1px 0 6px var(--blk);
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.heading-3.logoheading {
  margin-bottom: 18px;
  font-size: 25px;
}

.heading-3.logoheading.logoheading-override {
  color: #423f49;
  font-size: 17px;
}

.heading-3.logoheading.homelogotxt {
  color: var(--midnitewhite);
  text-transform: none;
  text-shadow: 1px 1px 4px #0003;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 44px;
}

.div-block-9 {
  width: 100%;
  height: 40px;
}

.button-5 {
  background-color: var(--spacepurp);
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-10 {
  margin-top: 40px;
}

.div-block-11 {
  margin-top: 10px;
}

.submit-button-4 {
  background-color: var(--spacepurp);
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-5 {
  height: 50px;
}

.text-field-5::placeholder {
  font-family: Inter, sans-serif;
}

.text-field-6 {
  height: 50px;
}

.div-block-12 {
  height: 40px;
}

.textarea {
  height: 50px;
  min-height: 50px;
}

.textarea::placeholder {
  font-family: Inter, sans-serif;
}

.field-label-7 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.field-label-7.nobold {
  font-weight: 400;
}

.field-label-8 {
  font-family: Inter, sans-serif;
}

.div-block-13 {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-14, .createformrow {
  margin-top: 40px;
}

.text-block-7 {
  font-family: Inter, sans-serif;
}

.select-field {
  color: #7e7e7e;
  background-color: #fff;
  height: 50px;
}

.text-block-8 {
  font-family: Inter, sans-serif;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-1667567666 {
  align-self: center;
  height: auto;
  padding-left: 10px;
  display: block;
}

.div-block-17 {
  width: 75px;
}

.text-block-9 {
  font-family: Inter, sans-serif;
}

.div-block-1667567667 {
  text-align: right;
  flex: 1;
  order: 0;
  align-self: center;
}

.div-block-1667567668 {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.results-container {
  margin-top: 40px;
}

.image-3 {
  width: 100px;
}

.text-field-7 {
  height: 50px;
  font-family: Inter, sans-serif;
}

.cardblock {
  border: 1px solid var(--midnitewhite);
  background-color: #fff;
  border-radius: 6px;
  min-height: 100px;
  margin-top: 51px;
  padding: 20px;
}

.cardtitle {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 27px;
  font-style: normal;
}

.txtfield {
  height: 50px;
  font-family: Inter, sans-serif;
}

.form-2 {
  margin-top: 20px;
}

.div-block-1667567669 {
  text-align: right;
}

.submit-button-5 {
  background-color: var(--spacepurp);
}

.body {
  font-family: Inter, sans-serif;
}

.body.bodydark {
  background-color: #f3f3f3;
}

.div-block-1667567670 {
  display: flex;
}

.togglerow {
  margin-top: 18px;
  display: flex;
}

.div-block-1667567671 {
  flex: 1;
}

.div-block-1667567672 {
  text-align: right;
  flex: 0 auto;
  width: 80px;
}

.checkbox-field {
  text-align: right;
  width: 20px;
}

.submitbtnarea {
  text-align: right;
  margin-top: 20px;
}

.managenewsletter-formrow {
  margin-top: 20px;
}

.text-block-10 {
  color: #b9b9b9;
}

.textarea-2 {
  min-height: 100px;
}

.div-block-1667567673 {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 16px -7px #0003;
}

.div-block-1667567674 {
  display: flex;
}

.div-block-1667567675 {
  border: 1px solid var(--midnitewhite);
  background-color: #fff;
  border-radius: 1px;
  align-self: center;
  padding: 20px;
}

.statblock {
  border: 1px solid var(--midnitewhite);
  background-color: #fff;
  border-radius: 1px;
  flex: 1;
  padding: 20px;
}

.heading-4 {
  margin-top: 0;
}

.div-block-1667567676 {
  border: 1px solid var(--midnitewhite);
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
}

.div-block-1667567674-copy {
  display: block;
}

.blodyland2 {
  background-color: var(--blker);
  background-image: linear-gradient(0deg, var(--blker) 4%, #fff0 12%), linear-gradient(180deg, var(--blker) 6%, #fff0 14%), url('../images/miamiweblab-gridbg-292929.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.headine9gradient {
  background-image: linear-gradient(280deg, var(--pinky), var(--spacepurp));
  color: #c4bed3;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Fjalla One, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.text-block-12 {
  text-align: center;
  height: auto;
  margin-top: 78px;
  margin-bottom: 24px;
  position: static;
  inset: auto 0% 0%;
}

.div-block-1667567677, .div-block-1667567678 {
  margin-top: 20px;
}

.brandingrow {
  margin-top: 20px;
  display: flex;
}

.div-block-1667567679 {
  flex: 1;
}

.brandingtxt {
  flex: 1;
  align-self: center;
  padding-right: 10px;
}

.text-block-13 {
  font-weight: 500;
}

.button-6 {
  background-color: var(--spacepurp);
  text-align: right;
  margin-top: 10px;
}

.div-block-1667567680 {
  text-align: left;
}

.emailbroadcastbtnrow {
  text-align: right;
}

.broadcastresults {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-1667567681, .broadcastrow1 {
  flex: 1;
}

.div-block-1667567682 {
  margin-top: 27px;
  padding: 0 10px;
}

.broadcastresults-container {
  padding: 0;
}

.email-list-container {
  margin-top: 40px;
}

.listresults1 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-1667567683 {
  flex: 1;
}

.listresultsleft {
  flex: 1;
  text-decoration: none;
}

.text-block-14, .text-block-15 {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.form-3, .div-block-1667567684 {
  text-align: center;
}

.div-block-1667567685 {
  width: 360px;
}

.signup-container {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1667567686 {
  margin-top: 40px;
}

.div-block-1667567687 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-1667567688 {
  margin-top: 10px;
}

.div-block-1667567689 {
  background-color: #292929;
  min-height: 50px;
}

.navtophome {
  color: #414141;
  background-color: #383838;
  background-image: radial-gradient(circle, #161616, #1f1f1f);
  border: 1px solid #272727;
  border-radius: 33px;
  align-self: flex-start;
  height: auto;
  min-height: 0;
  margin-top: 20px;
}

.div-block-1667567690, .homenavcontainer {
  display: flex;
}

.div-block-1667567691 {
  flex: 1;
}

.homenavleft {
  align-self: center;
  padding-left: 20px;
  padding-right: 15px;
}

.homenavright {
  text-align: right;
  flex: 1;
  order: 1;
  align-self: center;
}

.navhomelin {
  color: #cecece;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.navhjomelinkitem {
  padding-left: 10px;
  padding-right: 23px;
}

.div-block-1667567692 {
  margin-top: 40px;
}

.resultshome {
  background-image: linear-gradient(180deg, var(--spacepurp), var(--pinky));
  border-radius: 13px;
  width: 60%;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.navflex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.featrow {
  margin-top: 33px;
  display: flex;
}

.featrowright {
  flex: 1;
  align-self: center;
}

.featrowtxt {
  color: #dededf;
  text-align: left;
  padding-left: 20px;
  font-family: Fjalla One, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.div-block-1667567693 {
  padding: 10px;
}

.feat-container {
  background-color: #301e6b3b;
  background-image: radial-gradient(circle, #1b146b, #170633);
  border-radius: 13px;
  padding: 14px 35px 40px;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.minipricing-home {
  color: #696969;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.text-span-7 {
  color: var(--spacepurp);
}

.div-block-1667567694 {
  margin-top: 114px;
}

.home-logos {
  justify-content: center;
  align-items: center;
  margin-top: 114px;
  display: flex;
}

.homelogobox {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.image-4 {
  height: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-1667567695 {
  margin-top: 114px;
}

.minitxtlogoshome {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-1667567696 {
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.div-block-1667567697, .div-block-1667567698 {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.homeline1 {
  background-color: #3a3a3a;
  height: 1px;
}

.bold-text-4 {
  color: var(--midnitewhite);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-1667567699 {
  padding-bottom: 20px;
}

.onboard-formrow {
  margin-bottom: 20px;
}

.div-block-1667567700 {
  margin-top: 126px;
}

.section-2 {
  background-color: #153c4b;
}

.heading-5 {
  color: #f1f1f1;
}

.heading-6 {
  color: #ececec;
  text-align: center;
  margin-top: 84px;
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 900;
}

.text-block-16 {
  color: #dadada;
  text-align: center;
  margin-top: 39px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.image-5 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-1667567701 {
  text-align: center;
}

.div-block-1667567702 {
  margin-top: 45px;
  display: flex;
}

.div-block-1667567703 {
  flex: 1;
}

.div-block-1667567704 {
  flex: 1;
  align-self: center;
  padding-left: 173px;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.text-block-17 {
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 54px;
}

.div-block-1667567705 {
  background-color: #cacaca;
  padding: 20px;
}

.div-block-1667567706 {
  background-color: #d6d6d6;
  padding: 20px;
}

.div-block-1667567707 {
  background-color: #e6e6e6;
  padding: 20px;
}

.text-block-18 {
  color: #aaa;
  margin-top: 9px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.div-block-1667567708 {
  width: 70%;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.modal1 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.modal1-bg {
  background-color: #bababa;
  width: 100%;
  height: 100%;
}

.text-block-19 {
  color: var(--midnitewhite);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.text-block-20 {
  color: #676767;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.div-block-1667567709 {
  margin-top: 29px;
  display: flex;
}

.div-block-1667567710 {
  text-align: left;
  flex: 1;
  padding-left: 20px;
}

.image-6 {
  width: 100%;
}

.div-block-1667567711 {
  margin-top: 14px;
  display: flex;
}

.div-block-1667567712 {
  text-align: left;
  flex: 1;
  padding-left: 20px;
}

.div-block-1667567713, .div-block-1667567714 {
  width: 22px;
}

.image-7 {
  width: 100%;
}

.heading-8 {
  font-family: Fjalla One, sans-serif;
}

.div-block-1667567715 {
  border: 1px solid var(--lightgreybgborder);
  background-color: var(--lightgreybgbackend);
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 20px;
}

.heading-9 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.div-block-1667567716 {
  border: 1px solid var(--lightgreybgborder);
  background-color: var(--lightgreybgbackend);
  border-radius: 7px;
  padding: 20px;
}

.heading-10 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.div-block-1667567717 {
  margin-top: 20px;
}

.text-block-21, .text-block-22 {
  margin-bottom: 10px;
}

.text-block-23, .link-block {
  margin-top: 10px;
}

.div-block-1667567718 {
  margin-top: 0;
}

.div-block-1667567719 {
  margin-bottom: 10px;
}

.div-block-1667567720 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.div-block-1667567721 {
  background-color: #f4f4f400;
  background-image: radial-gradient(circle, #0086f430, #fff0 84%);
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-1667567722 {
  text-align: center;
  align-self: center;
  width: 100%;
}

.heading-11 {
  font-family: Inter, sans-serif;
  font-weight: 900;
}

.formoptin1 {
  text-align: center;
  margin-top: 29px;
}

.fe-optin-txtfld {
  border-radius: 7px;
  width: 360px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.form-4, .div-block-1667567723 {
  text-align: center;
}

.submit-button-6 {
  border-radius: 7px;
  width: 360px;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.text-block-24 {
  text-transform: uppercase;
  font-family: Fjalla One, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.field-label-9 {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

.grid-4 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-1667567724 {
  margin-top: 36px;
}

.emailinfo-flexer {
  display: flex;
}

.div-block-1667567725 {
  flex: 1;
}

.refresh-icon-box {
  color: #4a4a4a;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-top: 2px;
  display: flex;
}

.refresh-icon-box:hover {
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  color: #717171;
}

.div-block-1667567726 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block-1667567726.emailsenderslist {
  margin-bottom: 5px;
}

.div-block-1667567727 {
  margin-right: 10px;
}

.div-block-1667567728 {
  padding-top: 1px;
}

.text-block-25, .text-block-26 {
  font-size: 11px;
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .contaner9 {
    width: 100%;
  }

  .headine9 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-5.subheadline {
    margin-top: 0;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .blodyland2 {
    background-size: auto, auto, contain;
  }

  .headine9gradient {
    font-size: 35px;
    line-height: 40px;
  }

  .minipricing-home {
    font-size: 12px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .text-block-19 {
    margin-top: 0;
  }

  .text-block-20 {
    font-size: 12px;
  }

  .div-block-1667567709 {
    margin-top: 23px;
    display: flex;
  }

  .div-block-1667567710 {
    text-align: left;
    flex: 1;
    align-self: center;
    padding-left: 10px;
  }

  .image-6 {
    width: 30px;
  }

  .div-block-1667567711 {
    text-align: left;
    margin-top: 17px;
    display: flex;
  }

  .div-block-1667567712 {
    flex: 1;
    padding-left: 10px;
  }

  .div-block-1667567713, .div-block-1667567714 {
    width: 26px;
    padding-top: 6px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-3 {
    padding-top: 66px;
  }

  .contaner9 {
    width: 100%;
  }

  .headine9 {
    font-size: 28px;
    line-height: 30px;
  }

  .button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .container-base {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .signupform {
    width: 100%;
  }

  .text-field.signup-txtfield {
    color: #d1d1d1;
  }

  .text-block-4.signuptxt {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .text-block-5.subheadline {
    line-height: 16px;
  }

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

  .button-3 {
    text-align: center;
    font-size: 9px;
    font-weight: 400;
  }

  .backendheadline {
    font-size: 21px;
    line-height: 25px;
  }

  .container-3 {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .heading-3.logoheading {
    font-size: 17px;
  }

  .heading-3.logoheading.logoheading-override {
    font-size: 13px;
    line-height: 30px;
  }

  .submit-button-4 {
    font-size: 15px;
  }

  .div-block-12 {
    height: auto;
    overflow: visible;
  }

  .field-label-7, .field-label-8 {
    font-size: 13px;
  }

  .div-block-14 {
    margin-top: 20px;
  }

  .div-block-1667567672 {
    order: 0;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .div-block-1667567674 {
    display: block;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-1667567674-copy {
    margin-top: 40px;
    display: block;
  }

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

  .text-block-11 {
    font-size: 13px;
  }

  .blodyland2 {
    background-size: auto, auto, contain;
  }

  .headine9gradient {
    font-size: 28px;
    line-height: 30px;
  }

  .signup-container {
    width: 100%;
  }

  .navhomelin {
    font-size: 13px;
  }

  .minipricing-home {
    margin-top: 5px;
    font-size: 10px;
  }

  .homelogobox {
    padding-left: 18px;
    padding-right: 20px;
  }

  .image-4 {
    height: 32px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .minitxtlogoshome {
    font-size: 10px;
  }

  .div-block-1667567696 {
    margin-bottom: 21px;
  }

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

  .bold-text-4 {
    font-size: 13px;
    line-height: 14px;
  }

  .heading-6 {
    font-size: 29px;
    line-height: 29px;
  }

  .text-block-16 {
    margin-top: 3px;
  }

  .image-5 {
    width: 70%;
  }

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

  .div-block-1667567704 {
    padding-left: 0;
  }

  .heading-7 {
    line-height: 38px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-19 {
    margin-top: 0;
    line-height: 16px;
  }

  .text-block-20 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .div-block-1667567709 {
    margin-top: 35px;
  }

  .div-block-1667567713, .div-block-1667567714 {
    width: 20px;
    padding-top: 4px;
  }

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

  .heading-11 {
    font-size: 33px;
    line-height: 28px;
  }

  .fe-optin-txtfld, .div-block-1667567723, .submit-button-6 {
    width: 100%;
  }

  .text-block-24 {
    font-size: 14px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8e06f9b6-362c-7507-bf02-42909bed38c1-952fdef4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


