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

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

.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-layout-vflex {
  flex-direction: column;
  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: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.seo-background-wrapper {
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.seo-background-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.seo-background-filter {
  z-index: 3;
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle.purple {
  filter: blur(40px);
  background-color: #3aaeb430;
  inset: -25% auto auto -25%;
}

.circle.red {
  background-color: #1d5cfd80;
  inset: -25% -25% auto auto;
}

.circle.orange {
  background-color: #3336fcbf;
  inset: auto -25% -25% auto;
}

.circle.yellow {
  background-color: #45aafcab;
  inset: auto auto -25% -25%;
}

.button {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #605dba;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.button:hover {
  color: #fff;
  border-color: #605dba;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.button.white {
  color: #343f52;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 22px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.white:hover {
  box-shadow: none;
  color: #6b7a94;
  transform: none;
}

.seo-form {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: block;
}

.form-success {
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.seo-response-body {
  margin-top: 10px;
}

.small {
  font-size: 10px;
  line-height: 10px;
}

.form {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 50px;
  padding: 50px 100px 10px;
  display: flex;
}

.form.seo {
  background-color: #0000;
  min-width: 500px;
  padding: 0 60px 60px;
}

.seo-label {
  letter-spacing: .02rem;
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.heading-5 {
  font-size: 40px;
}

.seo-section {
  box-shadow: inset 0 -8px 17px 15px #0003;
}

.mw-400 {
  align-self: auto;
  max-width: 400px;
}

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

.seo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
}

.form-input-seo {
  border-radius: 10px;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 14px;
}

.form-input-seo.large {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 0;
}

.form-input-seo.large.seo {
  color: #282c33;
  text-align: center;
  background-color: #fff;
  min-width: 500px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 50px;
  overflow: visible;
  box-shadow: inset 3px 2px 5px #0003;
}

.paragraph {
  float: none;
  clear: none;
  color: #60697b;
  text-align: left;
  object-fit: fill;
  align-self: auto;
  font-size: 17px;
  line-height: 1.7;
  display: block;
  position: static;
}

.paragraph.error {
  color: #ef445c;
  text-align: center;
  max-width: 350px;
  margin-top: 10px;
  display: none;
  overflow: visible;
}

.seo-response {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 140px;
  margin-bottom: 100px;
  padding: 50px 100px;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #605dba 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  background-image: linear-gradient(204deg, #32abc0 20%, #1d58bd);
  padding-left: 2px;
  padding-right: 2px;
  font-style: italic;
  font-weight: 600;
}

.headline-seo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-seo {
  float: none;
  clear: none;
  color: #fff;
  -webkit-text-stroke-color: #60697b;
  object-fit: fill;
  background-color: #1d58bd;
  border-radius: 10px;
  flex: 0 auto;
  min-width: 200px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.7;
  display: block;
}

.form-block {
  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: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}

.flex-block.mb-2 {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 2rem;
}

.section-seo-features {
  background-color: #fff;
  position: static;
}

.container {
  z-index: 2;
  justify-content: center;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.container.seo-features {
  background-color: #f8f8f8;
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fa-icon {
  color: #343f52eb;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5px;
  margin-bottom: auto;
  padding-right: 10px;
  font-family: FaFa Icon, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.fa-icon.brand {
  color: #fff;
  font-family: Fa Brands, sans-serif;
  font-weight: 400;
}

.bullets {
  width: 45%;
}

.bullet {
  border-bottom: 1px solid #00000040;
}

.bullet._w-100.p-0-5 {
  justify-content: center;
  padding-top: .5rem;
  display: flex;
}

.bullet._w-100.p-0-5.v-center {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.div-block-22 {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-arrow {
  font-size: 25px;
}

.contact-arrow.text-white {
  font-family: FaFa Icon, sans-serif;
  font-size: 20px;
}

.text-grey {
  color: #f8f8f8;
}

.seo-contact {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section.background-dark {
  background-color: #343f52;
}

.section.background-dark.relative {
  position: relative;
}

.text-white {
  color: #fff;
  margin-top: 0;
  font-weight: 900;
}

.text-white.minw-55.text-normal.seo-contact-header.m-0 {
  margin-bottom: 0;
}

.minw-55 {
  min-width: 55%;
}

.overflow-hidden {
  overflow: hidden;
}

.contact-link-container {
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.contact-link.text-white {
  border-bottom: 1px #fff;
  margin-right: 5%;
  font-size: 25px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.section-contact {
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.container-contact {
  clear: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px;
  display: block;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

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

.link-decoration-no {
  color: #282c33;
  text-decoration: none;
}

.link-decoration-no:hover {
  color: #282c33;
}

.seo-footer-div {
  position: relative;
}

.footer {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer.background-dark {
  color: #fff;
  background-color: #343f52;
}

.social-links-wrapper {
  display: none;
  overflow: visible;
}

.container-full-screen {
  z-index: 2;
  width: 100%;
  max-width: 1290px;
  height: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.header-3 {
  color: #343f52;
  letter-spacing: -.01rem;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.header-3.light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.social-link {
  color: #fff;
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

.social-link:hover {
  color: #fff;
  transform: translate(0, -3px);
}

.footer-header-2 {
  margin-bottom: 20px;
}

.divider {
  background-color: #a4aec633;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.link-hover {
  border-bottom: 1px solid #0000;
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  color: #605dba;
  border-bottom-color: #605dba;
}

.link-hover.link-white {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  display: block;
}

.link-hover.link-white:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.address {
  max-width: 90%;
}

.unordered-list {
  color: #343f52;
  padding-left: 0;
  list-style-type: disc;
}

.social-links {
  grid-column-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.join {
  max-width: 600px;
}

.footer-header {
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 17px;
  line-height: 1.7;
  display: grid;
}

.social-link-item {
  line-height: 1;
}

.list-item-4 {
  display: none;
}

.unicon {
  line-height: 1;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #343f52;
  padding: 12px 28px;
  font-weight: 700;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

@media screen and (min-width: 1280px) {
  .button {
    align-self: flex-end;
    margin-top: 0;
    display: inline-block;
  }

  .button.white {
    background-color: #fff;
  }

  .seo-form {
    transition: all 30s;
  }

  .form-input-seo.large.seo {
    display: block;
  }

  .paragraph {
    color: #60697b;
    font-size: 17px;
    line-height: 1.7;
  }

  .paragraph.error {
    display: none;
  }

  .seo-response {
    transition: all 30s;
  }

  .text-gradient.text-emphasize {
    background-image: linear-gradient(167deg, #32abc0, #1d58bd);
  }

  .flex-block {
    justify-content: space-around;
    width: 100%;
  }

  .flex-block.mb-2 {
    margin-bottom: 2rem;
  }

  .section-seo-features {
    background-color: #f8f8f8;
    display: block;
    position: relative;
  }

  .bold-text-3 {
    font-weight: 600;
  }

  .container {
    max-width: 1350px;
  }

  .container.seo-features {
    background-color: #0000;
    flex-flow: column;
    display: flex;
  }

  .fa-icon {
    margin-bottom: 0;
  }

  .bullets {
    width: 45%;
  }

  .bullet._w-100.p-0-5 {
    justify-content: flex-start;
    align-self: auto;
  }

  .bullet._w-100.p-0-5.v-center {
    align-items: center;
  }

  .seo-contact {
    flex-flow: column;
  }

  .section {
    display: block;
  }

  .flex-block-4 {
    position: relative;
  }

  .text-white.minw-55.text-normal.seo-contact-header {
    margin-bottom: 60px;
  }

  .container-full-screen {
    max-width: 1350px;
  }

  .header-3 {
    color: #343f52;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
  }

  .footer-header-2 {
    font-size: 17px;
    line-height: 1.7;
  }

  .footer-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  .button.white {
    align-items: center;
    display: inline-block;
  }

  .seo-form {
    max-width: 100%;
  }

  .seo-container {
    overflow-wrap: break-word;
    margin-top: 0;
  }

  .footer.background-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-cta {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .join {
    max-width: none;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .seo-form {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .form {
    border-radius: 10px;
    margin-bottom: 0;
  }

  .seo-container {
    margin-top: 0;
  }

  .form-input-seo.large.seo {
    width: 400px;
    min-width: 300px;
  }

  .paragraph {
    text-align: left;
  }

  .submit-button-seo {
    background-color: #1d58bd;
    border-radius: 10px;
    padding: 5px 30px;
  }

  .form-block {
    max-width: 100%;
  }

  .flex-block.mb-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    flex-direction: row;
    display: block;
  }

  .fa-icon {
    display: block;
  }

  .bullets {
    width: 100%;
  }

  .container-full-screen {
    flex-direction: row;
    display: block;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .seo-background-wrapper {
    max-width: 100%;
    max-height: 100vh;
  }

  .seo-background-container, .seo-background-filter {
    overflow: hidden;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .seo-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form.seo {
    min-width: 50px;
    max-width: 100%;
  }

  .form-input-seo.large.seo {
    width: 250px;
    min-width: 250px;
  }

  .paragraph.error {
    max-width: 200px;
  }

  .container, .container-full-screen {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }
}

#w-node-a0081ea3-176c-024d-3405-f1bbcc4ee0ab-4d9b9182 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'FaFa Icon';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FaFa Icon';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}