@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/64521f0c11ec1a76553f36a9_SpaceGrotesk-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/64521f0c11ec1aafd73f36a4_SpaceGrotesk-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Space Grotesk;
  src: url('../fonts/64521f0c11ec1a285f3f36a6_SpaceGrotesk-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Unicons;
  src: url('../fonts/64521f0c11ec1aaf1e3f3693_unicons-line.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MATERIAL ICONS;
  src: url('../fonts/64521f0c11ec1a1b723f36b1_MaterialIconsRound-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --off-white: #f8f8f8;
  --dark: #343f52;
  --body: #60697b;
  --body-light: #a1aabb;
  --indian-red: #ef445c;
  --black: #282c33;
  --blue: #0f4f9d;
  --white: white;
  --dark-hover: #6b7a94;
  --transparent: transparent;
  --priceboxshadowbefore: transparent;
  --dropshadowprice: #0f4f9d99;
  --dark-slate-blue: #1e3e62;
  --gainsboro: #e5e5e5;
  --coral: #f17144;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

@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 {
  background-color: var(--off-white);
  color: var(--dark);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.01px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

p {
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

ul {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-block {
  color: var(--body);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

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

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

.heading-3 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.card {
  padding: 20px;
}

._w-flip-card {
  z-index: 1;
  perspective: 2000px;
  display: flex;
  position: relative;
}

.blog-page-header {
  float: none;
  color: var(--dark);
  letter-spacing: -.01rem;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.15;
}

.blog-page-header.long-text {
  margin-bottom: 0;
  font-size: 50px;
}

.paragraph {
  float: none;
  clear: none;
  color: var(--body);
  text-align: left;
  object-fit: fill;
  align-self: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  display: block;
  position: static;
}

.paragraph.mb-20 {
  margin-bottom: 20px;
}

.paragraph.text-center.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph.mw-250px {
  max-width: 250px;
}

.paragraph.faq {
  font-size: 14px;
}

.paragraph.faq.faq-paragraph-light {
  color: var(--body-light);
  font-size: 18px;
}

.paragraph.error {
  color: var(--indian-red);
  text-align: center;
  max-width: 350px;
  margin-top: 10px;
  display: none;
  overflow: visible;
}

.paragraph.services-right {
  text-align: right;
}

.service-icon {
  flex: none;
  width: 80px;
}

.label {
  text-align: center;
  letter-spacing: .02rem;
  text-transform: uppercase;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.label.text-secondary {
  color: #aab0bc;
  text-align: center;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
}

.label.text-secondary.services-left {
  text-align: left;
  align-self: flex-start;
}

.label.text-secondary.services-right {
  align-self: flex-end;
}

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

.service.margin-bottom-30 {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.card-center {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.card-center.shadow {
  padding: 20px;
  display: block;
  box-shadow: 0 5px 35px #1e222812;
}

.sticky {
  position: sticky;
  top: 140px;
}

.card-inner {
  grid-column-gap: 30px;
  display: flex;
}

.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.primary {
  background-color: var(--blue);
  padding: 10px 22px;
}

.button.b-20 {
  border-radius: 20px;
}

.button.b-20.m-auto.link-decoration-no.text-white {
  color: var(--white);
}

.button.b-20.m-auto.link-decoration-no.text-white.py-8 {
  background-color: #0f4f9d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.white {
  background-color: var(--white);
  color: var(--dark);
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 22px;
  font-family: Space Grotesk, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.white:hover {
  box-shadow: none;
  color: var(--dark-hover);
  transform: none;
}

.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-family: IBM Plex Serif, sans-serif;
  font-style: italic;
  font-weight: 600;
}

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

.nav-menu-flex {
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
}

.burger-line {
  background-color: #343f52;
  width: 25px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.logo {
  display: block;
}

.navbar-inner {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link-mobile {
  color: #303030;
  align-items: center;
  height: 143px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.nav-link-mobile:hover {
  color: #605dba;
}

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

.nav-link {
  color: #343f52;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #2356ad;
}

.nav-link.w--current {
  color: #605dba;
}

.navbar-contact-btn-wrapper {
  flex: none;
}

.nav-menu-flex-mobile {
  display: flex;
}

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

.navbar-shadow {
  height: 100%;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 0 25px #1e22280f;
}

.nav-container {
  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: static;
}

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

.navbar {
  z-index: 10;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar-inner-mobile {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph-large {
  margin-bottom: 35px;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.hero-content {
  display: block;
  position: relative;
}

.container {
  z-index: 2;
  flex-flow: row;
  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.padding {
  flex-direction: column;
  margin-bottom: 50px;
}

.container.vertical {
  flex-direction: column;
  align-items: center;
}

.container.vertical.py-3.br-15px.my-3 {
  background-color: #ececec;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container.seo-features {
  background-color: var(--off-white);
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero {
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.journey-contents {
  background-color: #f8f8f8;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.journey-div {
  display: flex;
}

.tab-inner {
  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;
  display: flex;
}

.step {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.step.text-gradient {
  margin-right: 10px;
  display: block;
}

.journey-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  padding: 30px;
  display: flex;
}

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

.contact {
  padding-top: 50px;
  padding-bottom: 140px;
}

.body-color {
  color: #60697b;
  align-self: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.columns-2 {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.margin-bottom-none {
  color: #343f52;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.customers {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: inline-block;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.testimonial {
  width: 33%;
  margin-bottom: 30px;
  display: inline-block;
}

.testimonial-card-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.block-quote-with-icon {
  position: relative;
}

.headline {
  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: 750px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rating {
  color: #fcc032;
  letter-spacing: -3px;
  margin-bottom: 20px;
  margin-left: -3px;
  font-size: 25px;
  line-height: 1;
  display: flex;
}

.material-icon {
  font-family: MATERIAL ICONS, sans-serif;
  line-height: 1;
}

.avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.quote-icon {
  position: absolute;
  inset: 0% auto auto -10px;
}

.block-quote {
  color: var(--body);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.button-2 {
  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-2:hover {
  color: #fff;
  border-color: #605dba;
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.button-2.learnmore {
  background-color: #0f4f9d;
  align-self: flex-end;
  margin-top: -20px;
  margin-right: 20px;
  display: none;
}

.button-2.b-20 {
  border-radius: 20px;
}

.button-2.b-20.m-auto.link-decoration-no.text-white {
  color: #fff;
}

.button-2.b-20.m-auto.link-decoration-no.text-white.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button-2.b-20.m-auto.link-decoration-no.text-white.py-8.mt-3 {
  background-color: #0f4f9d;
  font-family: Space Grotesk, sans-serif;
  display: block;
}

.services-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.image-padding {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rounded {
  border-radius: 8px;
  width: 100%;
}

.rounded.shadow {
  box-shadow: 9px 9px 20px 10px #0c0d0e12;
}

.image-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.solutions-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
}

.div-block-21 {
  perspective: 1000px;
}

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

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

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

.join {
  max-width: 600px;
}

.text-white {
  color: #fff;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 900;
}

.text-white.minw-55.text-normal {
  font-family: Space Grotesk, sans-serif;
}

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

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

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

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

.unordered-list {
  color: var(--dark);
  padding-left: 0;
  font-family: Space Grotesk, sans-serif;
  list-style-type: disc;
}

.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: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: Space Grotesk, sans-serif;
  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;
}

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

.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 {
  color: #fff;
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

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

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

.address {
  max-width: 90%;
}

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

.unicon {
  font-family: Unicons, sans-serif;
  line-height: 1;
}

.header-2 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.header-2.light {
  color: var(--white);
  letter-spacing: -.01rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.header-2.mb-0 {
  align-self: stretch;
}

.header-2.mb-0.heading-right {
  text-align: right;
}

.header-3 {
  color: var(--dark);
  text-align: left;
  letter-spacing: -.01rem;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.header-3.light {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
}

.header-3.light.footer-header {
  text-align: left;
}

.footer-header {
  color: var(--white);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.footer-header-2 {
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
}

.review-header {
  color: var(--dark);
  letter-spacing: -.01rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.section.background-light {
  background-color: var(--off-white);
  min-height: 40vh;
  padding-top: 0;
}

.section.background-light.mb-5 {
  margin-bottom: 0;
}

.section.background-light.mh-20 {
  min-height: 20vh;
}

.section.background-dark {
  color: var(--off-white);
  background-color: #343f52;
}

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

.section.background-dark.post-service-horizonal {
  margin-top: -30vh;
}

.section.mb-5.hidden {
  display: none;
}

.display {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  line-height: 1.2;
}

.contact-img {
  max-height: 300px;
  display: inline-block;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.contact-option {
  background-color: #0000;
}

.contact-option.card {
  grid-column-gap: 20px;
  border-radius: 15px;
  flex-direction: row;
  flex: 1;
  margin-left: 5%;
  margin-right: 5%;
  padding: 30px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: block;
}

.contact-option.card:hover {
  color: #343f52;
  background-color: #fff;
  box-shadow: 0 5px 35px #1e222812;
}

.contact-option.card.w--current {
  background-color: #0000;
  box-shadow: 0 5px 35px #1e222812;
}

.submit-button {
  float: none;
  clear: none;
  color: var(--white);
  -webkit-text-stroke-color: var(--body);
  object-fit: fill;
  background-color: #1d58bd;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  display: block;
}

.form-label {
  color: var(--body);
  align-self: flex-start;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.section-form {
  background-color: #f8f8f8;
}

.section-form.meeting {
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section-form.anythingelse {
  padding-top: 50px;
  padding-bottom: 50px;
  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: block;
}

.form-textarea {
  border-radius: 10px;
  overflow: visible;
}

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

.form-input {
  border-radius: 10px;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Space Grotesk, sans-serif;
  line-height: 14px;
}

.section-contact {
  background-color: var(--off-white);
  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;
}

.column._w-50 {
  width: 50%;
}

.column._w-40 {
  width: 40%;
}

.column._w-55 {
  width: 55%;
}

.column._w-55.ml-10 {
  margin-left: 10px;
}

.column._w-45 {
  width: 45%;
}

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

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

.grid {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.div-web {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  box-shadow: 0 5px 35px #1e222812;
}

.web-div {
  justify-content: flex-start;
  align-items: center;
}

.scew {
  transform: rotate(-3deg);
}

.blog-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-subheader {
  color: var(--dark);
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.list {
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  line-height: 40px;
  display: block;
}

.blog-list-item-header {
  font-size: 23px;
}

.blog-image-center {
  justify-content: center;
  margin: 10px auto;
  display: flex;
}

.blog-container {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 100px;
}

.blog-thumbnail {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.blog-thumbnail:hover {
  box-shadow: 0 9px 20px #0003;
}

.thumbnail-header {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  overflow: visible;
}

.blog-link {
  border-radius: 10px;
  align-items: stretch;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.blog-link:hover {
  box-shadow: 0 10px 5px #0003;
}

.section-2 {
  padding-top: 20px;
}

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

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

.link-decoration-no {
  color: var(--black);
  text-decoration: none;
}

.link-decoration-no:hover {
  color: var(--black);
}

.link-decoration-no.text-white {
  color: var(--white);
}

.contact-container {
  justify-content: center;
  display: none;
}

.hero-text {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  padding-top: 120px;
  padding-bottom: 50px;
  display: flex;
}

.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.center.p-2 {
  width: 33%;
  padding-top: 25px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.center.p-2.highlight {
  background-color: #0f4f9d0d;
  border: 2px solid #0f4f9d33;
  border-radius: 15px;
  box-shadow: 0 2px 20px -1px #0f4f9d99;
}

.center.p-2.highlight.price-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.center.vertical {
  flex-direction: column;
}

.center.vertical.height-250px {
  justify-content: flex-start;
}

.center._w-100 {
  align-items: flex-start;
}

.center.hosting.my-10 {
  margin-top: 10rem;
}

.options {
  flex-direction: column;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 25px;
  display: inline-block;
}

.price {
  text-align: center;
  border: 1px solid #00000040;
  border-left: 0 solid #00000078;
  border-right: 0 #00000078;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.text-center.mt-2 {
  margin-top: 2rem;
}

.link {
  color: #343f52;
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.link:hover {
  color: #2356ad;
  text-decoration: none;
}

.link.w--current {
  color: #605dba;
}

.link.mb-2 {
  margin-bottom: 2rem;
}

.link.white {
  color: var(--white);
}

.link.link-decoration-no.text-white {
  text-decoration: none;
}

.link.facebook {
  color: var(--white);
  height: 100%;
  display: block;
}

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

.border-bottom._w-100.p-0-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: .5rem;
  display: flex;
}

._w-100 {
  width: 100%;
}

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

.dot.blue {
  color: var(--blue);
}

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

.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: center;
  width: 100%;
}

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

.fa-icon.brand {
  color: var(--white);
  font-family: "Fa Brands 400", sans-serif;
  font-weight: 400;
}

.fa-icon.service-icon {
  align-self: center;
  width: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.fa-icon.service-icon.blue {
  color: var(--blue);
}

.fa-icon.service-icon.large {
  font-size: 25px;
}

.fa-icon.service-icon.large.fa-blue {
  color: var(--blue);
}

.fa-icon.fa-large.blue {
  color: var(--blue);
  width: 50px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 40px;
}

.fa-icon.blue {
  color: var(--blue);
}

.fa-icon.white {
  color: var(--white);
}

.website-tiers {
  justify-content: center;
}

.website-tiers.mb-4 {
  margin-bottom: 4rem;
}

.website-tiers.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.image.medium {
  max-width: 500px;
  display: inline-block;
}

.blog-listitem {
  float: none;
  clear: none;
  color: var(--body);
  text-align: left;
  object-fit: fill;
  align-self: auto;
  margin: 10px 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  display: block;
  position: static;
}

.blog-listheader {
  font-size: 20px;
}

.header {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.header.m-0 {
  margin-bottom: 0;
}

.blog-writer {
  color: var(--dark);
  letter-spacing: -.01px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.blog-subheading {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.blog-subheading.center {
  text-align: center;
  align-self: stretch;
}

.blog-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-page-header-container {
  align-items: flex-start;
  max-width: 800px;
  margin: 20px auto;
}

.blog-details {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
}

.blog-written-date {
  color: var(--dark);
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.faq-container {
  background-color: #fff;
  border-radius: 5px;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 22px 30px 9px;
  box-shadow: 0 2px 5px #0003;
}

.faq-container.dark {
  background-color: var(--dark);
  box-shadow: none;
  color: var(--off-white);
}

.faq-container.services-faq {
  border-bottom: 2px solid var(--dark);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
}

.faq-headers {
  cursor: pointer;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.faq-content {
  margin-top: 10px;
  padding: 0 15% 0 0;
  overflow: hidden;
}

.icon {
  font-family: MATERIAL ICONS, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.faq-header {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.faq-header.text-white {
  color: var(--off-white);
}

.blog-title-link {
  color: #343f52;
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: underline;
  transition: color .2s;
  display: inline;
}

.blog-title-link:hover {
  color: #2356ad;
  text-decoration: none;
}

.blog-title-link.w--current {
  color: #605dba;
}

.blog-thumbnail-img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.sub-header {
  color: var(--dark);
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.sub-header.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item {
  color: var(--dark);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ordered-list {
  color: var(--dark);
  font-family: Space Grotesk, sans-serif;
}

.ordered-list.table-content {
  font-size: 20px;
  line-height: 25px;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-header {
  color: var(--dark-slate-blue);
  letter-spacing: -.01px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  line-height: 1.35;
}

.typeform-section {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.submit-button-form {
  float: none;
  clear: none;
  color: var(--white);
  -webkit-text-stroke-color: var(--body);
  object-fit: fill;
  background-color: #1d58bd;
  border-radius: 10px;
  flex: 0 auto;
  margin-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  display: block;
}

.contact-success-container {
  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-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-section {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-bottom: 100px;
  display: flex;
}

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

.circle.purple {
  filter: blur(40px);
  inset: -25% auto auto -25%;
}

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

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

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

.circle.red {
  background-color: #1d5cfd80;
  inset: -25% -25% auto 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;
}

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

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

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

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

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

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

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

.nav-seo {
  background-color: var(--transparent);
  object-fit: fill;
  border-bottom: 3px solid #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-seo {
  z-index: 100;
  background-color: #ffffff4a;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.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 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  min-width: 500px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
  line-height: 50px;
  overflow: visible;
  box-shadow: inset 3px 2px 5px #0003;
}

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

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

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

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

.section-seo-features {
  background-color: var(--white);
  position: static;
}

.section-3 {
  z-index: 100;
  position: sticky;
  top: 0;
}

.navbar-inner-seo-mobile {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

.text-grey {
  color: var(--off-white);
}

.text-normal {
  font-weight: 400;
}

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

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

.contact-arrow {
  font-family: Font Awesome, sans-serif;
  font-size: 25px;
}

.contact-arrow.text-white {
  font-size: 20px;
}

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

.overflow-hidden {
  overflow: hidden;
}

.mb-5 {
  margin-bottom: 5rem;
}

.permonth {
  font-size: 20px;
}

.feature-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-grid.mb-3 {
  margin-bottom: 3rem;
}

.flex-block-6 {
  width: 100%;
}

.service-point {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.btn-primary {
  background-color: var(--blue);
  color: var(--off-white);
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

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

.btn-primary.primary {
  background-color: #0f4f9d;
  padding: 10px 22px;
}

.btn-primary.b-20 {
  border-radius: 20px;
}

.btn-primary.b-20.m-auto.link-decoration-no.text-white {
  color: var(--white);
}

.btn-primary.b-20.m-auto.link-decoration-no.text-white.py-8 {
  background-color: #0f4f9d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-primary.white {
  background-color: var(--white);
  color: var(--dark);
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 22px;
  font-family: Space Grotesk, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-primary.white:hover {
  box-shadow: none;
  color: var(--dark-hover);
  transform: none;
}

.btn-secondary {
  border: 1px solid var(--blue);
  background-color: var(--transparent);
  color: var(--blue);
  text-align: center;
  object-fit: fill;
  border-radius: 8px;
  flex: none;
  align-self: flex-start;
  padding: 12px 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  transition: all .2s ease-in-out;
}

.btn-secondary:hover {
  border-color: var(--dark);
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px #1e222826;
}

.btn-secondary.primary {
  background-color: #0f4f9d;
  padding: 10px 22px;
}

.btn-secondary.b-20 {
  border-radius: 20px;
}

.btn-secondary.b-20.m-auto.link-decoration-no.text-white {
  color: var(--white);
}

.btn-secondary.b-20.m-auto.link-decoration-no.text-white.py-8 {
  background-color: #0f4f9d;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-secondary.white {
  background-color: var(--white);
  color: var(--dark);
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 22px;
  font-family: Space Grotesk, sans-serif;
  position: absolute;
  inset: auto auto 0% 0%;
}

.btn-secondary.white:hover {
  box-shadow: none;
  color: var(--dark-hover);
  transform: none;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mw-60 {
  max-width: 60%;
}

.mw-60.color-secondary {
  color: var(--body);
}

.columns-1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-self: flex-start;
  justify-items: start;
}

.columns-1.mb-20 {
  margin-bottom: 20px;
}

.mw-80 {
  max-width: 80%;
}

.mw-90 {
  max-width: 90%;
}

.img-cover {
  object-fit: fill;
}

.img-cover.img-30 {
  aspect-ratio: auto;
  max-width: 30%;
  overflow: visible;
}

.elements-center-y {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.h-100 {
  height: 100%;
}

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

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

.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: sticky;
  inset: auto auto 10px 0%;
  box-shadow: 0 0 20px #0000001a;
}

.body {
  background-color: var(--off-white);
  color: var(--body);
  font-family: Space Grotesk, sans-serif;
}

.rich-text-block, .rich-text-block-2 {
  color: var(--body);
  font-family: Space Grotesk, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.header-3-all-blogs {
  color: var(--dark);
  text-align: left;
  letter-spacing: -.01rem;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

.header-3-all-blogs.light {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
}

.header-3-all-blogs.light.footer-header {
  text-align: left;
}

.text-light {
  color: var(--off-white);
}

.columns-1-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-self: flex-start;
  justify-items: start;
}

.columns-1-copy.mb-20 {
  margin-bottom: 20px;
}

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

.flex-block-8 {
  justify-content: space-between;
  align-items: center;
}

.heading-7 {
  color: var(--dark);
}

.paragraph-2, .body-3 {
  color: var(--body);
}

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

.column-copy._w-50 {
  width: 50%;
}

.column-copy._w-40 {
  width: 40%;
}

.column-copy._w-55 {
  width: 55%;
}

.column-copy._w-45 {
  width: 45%;
}

.services-right {
  justify-content: flex-end;
  align-items: flex-start;
  position: sticky;
}

.services-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: sticky;
}

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

.services-column-right._w-50 {
  width: 50%;
}

.services-column-right._w-40 {
  width: 40%;
}

.services-column-right._w-55 {
  width: 55%;
}

.services-column-right._w-45 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
}

.services-column-right._w-45.sc-w60 {
  margin-left: auto;
}

.services-container {
  display: block;
  position: relative;
}

.services-container.hidden {
  display: none;
}

.services-container.mh-300 {
  min-height: 300vh;
}

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

.services-column-left._w-50 {
  width: 50%;
}

.services-column-left._w-40 {
  width: 40%;
}

.services-column-left._w-55 {
  width: 55%;
}

.services-column-left._w-45 {
  width: 45%;
}

.header2-large {
  font-size: 100px;
  font-weight: 600;
}

.header2-large.m-0 {
  margin: 0;
  font-size: 125px;
  line-height: .8;
}

.faq-paragraph-light {
  color: var(--body-light);
}

.link-light {
  color: var(--gainsboro);
}

.faq-header3 {
  text-align: left;
  align-self: flex-end;
}

.faq-header3.ligth {
  color: var(--body);
  max-width: 50%;
  margin-top: 35px;
}

.faq-header3.ligth.m-0 {
  color: var(--body-light);
  max-width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.pt-50 {
  padding-top: 50px;
}

.card-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f8f8fa;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.container-copy {
  z-index: 2;
  flex-flow: row;
  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-copy.padding {
  flex-direction: column;
  margin-bottom: 50px;
}

.container-copy.vertical {
  flex-direction: column;
  align-items: center;
}

.container-copy.vertical.py-3.br-15px.my-3 {
  background-color: #ececec;
  margin-top: 3rem;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-copy.seo-features {
  background-color: var(--off-white);
  flex-flow: column;
  padding-top: 30px;
  padding-bottom: 30px;
}

.services-section-faq {
  border-bottom: 2px solid #000;
  width: 100%;
  height: 30px;
}

.section-horizontal {
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 9rem 2rem 5rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.section-horizontal.home-walkthrough {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 250vh;
  padding: 0;
  position: relative;
  overflow: visible;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  min-height: 330px;
  padding-left: 25%;
  display: flex;
  position: sticky;
  top: 30vh;
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500vh;
  display: grid;
}

.horizontal-scroll-container {
  grid-column-gap: 146px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding-right: 5rem;
  display: flex;
}

.text-outlined {
  border: .2rem solid #1469ff;
  border-radius: .2rem;
  padding: .1rem .5rem;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.services-sticky-container {
  margin-bottom: 50px;
  position: relative;
}

.services-sticky {
  text-align: center;
  position: sticky;
  top: 50%;
}

.text-caps {
  text-transform: uppercase;
}

.services-tile {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #d9d9d966;
  border: 2px solid #ffffff4d;
  border-radius: 10px;
  max-width: 45vw;
  max-height: 45vw;
  margin-top: 30%;
  padding: 10px;
}

.services-tile.services-left {
  margin-right: auto;
}

.services-tile.services-right {
  margin-left: auto;
}

.disclamer {
  font-size: 10px;
}

@media screen and (min-width: 1280px) {
  .blog-page-header {
    color: var(--dark);
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.15;
  }

  .paragraph {
    color: var(--body);
    font-family: Space Grotesk, sans-serif;
    font-size: 17px;
    line-height: 1.7;
  }

  .paragraph.error {
    display: none;
  }

  .service.margin-bottom-30 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .card-center.shadow {
    padding-bottom: 20px;
    box-shadow: 0 5px 35px #1e222817;
  }

  .button {
    align-self: flex-end;
    margin-top: 0;
    display: inline-block;
  }

  .button.primary, .button.b-20.m-auto.link-decoration-no.text-white.py-8 {
    background-color: #0f4f9d;
  }

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

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

  .nav-link:hover {
    color: #0f4f9d;
  }

  .nav-container {
    max-width: 1350px;
  }

  .paragraph-large {
    text-decoration: none;
  }

  .hero-content {
    padding-right: 50px;
  }

  .hero-content.hosting {
    padding-right: 0;
  }

  .container {
    max-width: 1350px;
  }

  .container.padding {
    margin-bottom: 100px;
  }

  .container.vertical.py-3 {
    background-color: #f3f3f3;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.vertical.py-3.br-15px {
    background-color: #ececec;
    border-radius: 15px;
  }

  .container.vertical.py-3.br-15px.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .container.seo-features {
    background-color: var(--transparent);
    flex-flow: column;
    display: flex;
  }

  .step.text-gradient {
    background-image: linear-gradient(#3f78e0, #1500ff);
  }

  .testimonials {
    display: flex;
  }

  .material-icon {
    font-family: MATERIAL ICONS, sans-serif;
  }

  .button-2 {
    align-self: flex-end;
    margin-top: 0;
    display: inline-block;
  }

  .button-2.learnmore {
    background-color: #0f4f9d;
    margin-top: -20px;
    margin-right: 20px;
  }

  .button-2.b-20.m-auto.link-decoration-no.text-white.py-8 {
    background-color: #0f4f9d;
  }

  .button-2.b-20.m-auto.link-decoration-no.text-white.py-8.mt-3 {
    margin-top: 3rem;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .solutions-grid {
    align-items: center;
  }

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

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

  .margin-bottom-20 {
    font-family: Space Grotesk, sans-serif;
  }

  .header-2 {
    color: var(--dark);
    margin-bottom: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
  }

  .header-2.light {
    color: var(--white);
  }

  .header-3 {
    color: var(--dark);
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
  }

  .footer-header {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Space Grotesk, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.35;
  }

  .footer-header-2 {
    font-family: Space Grotesk, sans-serif;
    font-size: 17px;
    line-height: 1.7;
  }

  .section {
    display: block;
  }

  .section.background-light {
    background-color: #f8f8f8;
  }

  .section.background-dark {
    color: var(--off-white);
  }

  .section-form.meeting {
    display: block;
  }

  .column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .div-web {
    flex-direction: column;
  }

  .web-div {
    justify-content: flex-start;
    align-items: center;
  }

  .list {
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .list-item-8 {
    text-align: left;
    font-size: 40px;
    line-height: 17px;
  }

  .blog-list {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-list-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
  }

  .blog-image-center {
    justify-content: center;
    display: flex;
  }

  .center.p-2 {
    box-shadow: 0 2px 5px 0 var(--priceboxshadowbefore);
    border-radius: 15px;
  }

  .center.p-2.highlight.price-container {
    box-shadow: 0 2px 20px -1px var(--dropshadowprice);
  }

  .center.hosting.my-10 {
    margin-bottom: 10rem;
  }

  .options {
    padding-bottom: 25px;
  }

  .link:hover {
    color: #0f4f9d;
  }

  .border-bottom._w-100.p-0-5 {
    align-self: auto;
  }

  .dot {
    margin-bottom: 0;
  }

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

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

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

  .fa-icon {
    margin-bottom: 0;
    font-family: Font Awesome, sans-serif;
  }

  .fa-icon.service-icon {
    color: var(--blue);
  }

  .fa-icon.fa-large {
    width: 50px;
    font-size: 40px;
  }

  .fa-icon.fa-large.blue {
    color: var(--blue);
    padding-right: 0;
  }

  .image {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .blog-listitem {
    color: var(--body);
    font-family: Space Grotesk, sans-serif;
    font-size: 17px;
    line-height: 1.7;
  }

  .header {
    color: var(--dark);
    font-family: Space Grotesk, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
  }

  .blog-subheading, .faq-header {
    color: var(--dark);
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
  }

  .blog-title-link:hover {
    color: #0f4f9d;
  }

  .my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .typeform-section {
    width: 100%;
    height: 100vh;
  }

  .typeform-embed, .typeform-container {
    width: 100%;
    height: 100%;
  }

  .contact-success-container {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

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

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

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

  .section-seo-features {
    background-color: var(--off-white);
    display: block;
    position: relative;
  }

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

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

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

  .btn-primary {
    align-self: flex-end;
    margin-top: 0;
    display: inline-block;
  }

  .btn-primary.primary, .btn-primary.b-20.m-auto.link-decoration-no.text-white.py-8 {
    background-color: #0f4f9d;
  }

  .btn-primary.white {
    background-color: var(--white);
  }

  .btn-secondary {
    align-self: flex-end;
    margin-top: 0;
    display: inline-block;
  }

  .btn-secondary.primary, .btn-secondary.b-20.m-auto.link-decoration-no.text-white.py-8 {
    background-color: #0f4f9d;
  }

  .btn-secondary.white {
    background-color: var(--white);
  }

  .my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .background-blue {
    font-size: 19px;
    font-weight: 400;
  }

  .elements-center-y {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .flowappz-cookie-consent {
    left: 10px;
  }

  .header-3-all-blogs {
    color: var(--dark);
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Space Grotesk, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
  }

  .body-2 {
    color: var(--dark);
  }

  .grid-2 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .column-copy, .services-column-right, .services-column-left {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-copy {
    max-width: 1350px;
  }

  .container-copy.padding {
    margin-bottom: 100px;
  }

  .container-copy.vertical.py-3 {
    background-color: #f3f3f3;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-copy.vertical.py-3.br-15px {
    background-color: #ececec;
    border-radius: 15px;
  }

  .container-copy.vertical.py-3.br-15px.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .container-copy.seo-features {
    background-color: var(--transparent);
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    justify-content: space-between;
    align-items: flex-end;
    display: block;
  }

  .card {
    margin-top: 20px;
    padding: 0;
  }

  .label.text-secondary {
    align-self: center;
  }

  .label.text-secondary.services-left {
    text-align: left;
    align-self: flex-start;
  }

  .label.text-secondary.services-right {
    text-align: right;
    align-self: flex-end;
  }

  .sticky {
    position: relative;
    top: auto;
  }

  .button {
    position: relative;
  }

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

  .nav-menu-flex {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
  }

  .logo {
    margin-left: 30px;
    display: block;
  }

  .navbar-inner {
    display: none;
    position: relative;
  }

  .nav-link-mobile {
    color: #fff;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 0;
    font-size: 30px;
    text-decoration: none;
  }

  .nav-link-mobile.w--current {
    color: #605dba;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .nav-link {
    height: auto;
    padding: 6px 0;
  }

  .navbar-contact-btn-wrapper {
    float: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: auto;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 30px 40px;
  }

  .navbar-wrapper-mobile {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .menu-button-2 {
    margin: 20px 30px 20px 10px;
    padding: 0;
  }

  .menu-button-2.w--open {
    color: #60697b;
    background-color: #0000;
  }

  .nav-menu-wrapper-mobile {
    background-color: #343f52;
    display: none;
    transform: translate(0, 10px);
  }

  .navbar-inner-mobile {
    z-index: 100;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: sticky;
    inset: 0% 0% auto;
  }

  .paragraph-large {
    margin-bottom: 30px;
  }

  .paragraph-large.sc-left {
    text-align: left;
  }

  .hero-content {
    padding-right: 0;
  }

  .hero-content.hosting {
    text-align: center;
    max-width: 80%;
  }

  .hero {
    min-height: 40vh;
    display: flex;
  }

  .journey-contents {
    flex-direction: column;
    align-items: stretch;
  }

  .journey-column {
    flex: 0 auto;
    align-self: stretch;
  }

  .contact {
    padding-top: 10px;
    padding-bottom: 120px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .customers {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .testimonials {
    column-count: 2;
    flex-flow: column;
    display: flex;
  }

  .testimonial {
    width: 100%;
  }

  .headline {
    margin-top: 0;
  }

  .button-2 {
    position: relative;
  }

  .button-2.learnmore {
    align-self: center;
  }

  .services-grid-2 {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .image-padding {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 50px;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .join {
    max-width: none;
  }

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

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

  .section.background-light {
    padding-top: 0;
  }

  .display {
    font-size: 37px;
    line-height: 44px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .contact-option.card {
    justify-content: center;
  }

  .list-item-5, .list-item-6 {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .scew {
    opacity: .9;
    max-width: 95%;
  }

  .all-blogs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-container {
    display: none;
  }

  .hero-text {
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 10px;
    display: flex;
  }

  .center.p-2 {
    width: 100%;
  }

  .center.p-2.highlight.price-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .center.p-2.card-center {
    box-shadow: 0 2px 5px #0003;
  }

  .center.p-2.hosting {
    border-radius: 15px;
    padding-bottom: 25px;
    box-shadow: 0 2px 5px #0003;
  }

  .options {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .link {
    height: auto;
    padding: 6px 0;
  }

  .website-tiers {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .blog-page-header-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .blog-title-link {
    height: auto;
    padding: 6px 0;
  }

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

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

  .nav-seo {
    position: absolute;
  }

  .navbar-seo {
    display: none;
    position: relative;
  }

  .navbar-inner-seo-mobile {
    z-index: 100;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .btn-primary {
    position: relative;
  }

  .btn-primary.primary, .btn-primary.white {
    align-items: center;
    display: inline-block;
  }

  .btn-secondary {
    position: relative;
  }

  .btn-secondary.primary, .btn-secondary.white {
    align-items: center;
    display: inline-block;
  }

  .services-container {
    max-width: 600px;
  }

  .sticky-wrapper {
    padding-left: 2rem;
  }

  .horizontal-scroll-container {
    max-width: 80vw;
    padding-right: 0;
  }

  .services-tile.services-left, .services-tile.services-right {
    max-width: 60%;
    max-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    text-align: left;
  }

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

  .paragraph.mw-250px {
    text-align: left;
  }

  .paragraph.sc-center, .paragraph.services-right {
    text-align: center;
  }

  .label.text-secondary.services-left {
    align-self: flex-start;
  }

  .label.text-secondary.services-right {
    text-align: center;
    align-self: center;
  }

  .label.text-secondary {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .nav-link-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-decoration: none;
  }

  .nav-link-mobile.w--current {
    font-size: 30px;
  }

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

  .navbar-contact-btn-wrapper {
    display: none;
  }

  .nav-menu-flex-mobile {
    width: 100vw;
    height: 100vh;
  }

  .nav-container {
    flex-direction: row;
    align-self: stretch;
    display: block;
  }

  .navbar-wrapper-mobile, .menu-button-2 {
    justify-content: flex-end;
    display: flex;
  }

  .nav-menu-wrapper-mobile {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner-mobile {
    display: block;
  }

  .paragraph-large {
    font-size: 22px;
    line-height: 34px;
  }

  .paragraph-large.sc-center {
    text-align: center;
  }

  .paragraph-large.sc-left {
    text-align: left;
  }

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

  .container.vertical.py-3.br-15px.my-3.center {
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
  }

  .testimonials {
    column-count: 1;
    flex-direction: column;
  }

  .testimonial-card-footer {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

  .header-2.mb-0 {
    align-self: flex-start;
  }

  .header-2.mb-0.headting-left {
    text-align: left;
  }

  .header-2.mb-0.heading-right {
    text-align: center;
    align-self: center;
  }

  .section.background-light {
    flex-direction: row;
    display: block;
  }

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

  .section-form {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

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

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

  .div-web {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .web-div {
    align-items: center;
    margin-left: 0;
  }

  .list-item-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .all-blogs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-2 {
    margin-bottom: 10px;
  }

  .container-22 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-container {
    justify-content: center;
    display: flex;
  }

  .center.p-2 {
    margin-top: 30px;
  }

  .center.p-2.hosting {
    border-radius: 15px;
    padding-bottom: 25px;
  }

  .center.hosting {
    flex-flow: column;
  }

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

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

  .bullets {
    width: 100%;
  }

  .fa-icon {
    display: block;
  }

  .website-tiers {
    width: 100%;
  }

  .blog-listitem {
    text-align: left;
  }

  .header {
    text-align: center;
  }

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

  .my-2.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .seo-form {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

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

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

  .navbar-inner-seo-mobile {
    display: block;
  }

  .div-block-23 {
    align-self: center;
  }

  .mw-60.text-center {
    max-width: 70%;
  }

  .mw-90.paragraph-left {
    text-align: center;
  }

  .img-cover.img-30 {
    max-width: 50%;
  }

  .elements-center-y {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .h-100 {
    height: 100%;
  }

  .section-4 {
    flex-flow: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .column-copy._w-45.sm-60, .services-column-right._w-45.sc-w60 {
    width: 60%;
  }

  .services-container {
    max-width: 500px;
  }

  .services-column-left._w-45.sc-w60 {
    width: 60%;
  }

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

  .header2-large.m-0 {
    font-size: 80px;
  }

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

  .container-copy.vertical.py-3.br-15px.my-3.center {
    display: flex;
  }

  .section-horizontal {
    padding-top: 5.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-horizontal.home-walkthrough {
    min-height: 300vh;
  }

  .sticky-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .services-tile.services-left, .services-tile.services-right {
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .blog-page-header {
    text-align: left;
  }

  .blog-page-header.long-text {
    font-size: 35px;
  }

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

  .sticky {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card-inner {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .nav-menu-wrapper {
    width: 80%;
  }

  .navbar-inner {
    display: none;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper-mobile {
    width: auto;
    display: block;
  }

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

  .container.vertical.py-3.br-15px.my-3.center {
    display: flex;
  }

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

  .image-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .contact-option.card {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

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

  .div-web {
    flex-direction: column;
  }

  .section-2 {
    padding-top: 20px;
  }

  .center.vertical.height-250px {
    height: 400px;
  }

  .blog-subheading {
    text-align: left;
  }

  .blog-details {
    flex-direction: column;
  }

  .faq-header {
    text-align: left;
  }

  .bold-text {
    font-size: 30px;
  }

  .my-2.mx-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .seo-background-wrapper {
    max-width: 100%;
    max-height: 100vh;
  }

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

  .navbar-seo {
    display: none;
  }

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

  .btn-primary, .btn-secondary {
    width: auto;
    font-size: 16px;
  }

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

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

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

  .services-column-right._w-45.sc-w60 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .services-container {
    max-width: 250px;
  }

  .services-column-left._w-45.sc-w60 {
    width: 100%;
  }

  .header2-large.m-0 {
    font-size: 60px;
  }

  .faq-header3.ligth.m-0 {
    max-width: 90%;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy.vertical.py-3.br-15px.my-3.center {
    display: flex;
  }

  .section-horizontal {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sticky-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 800px;
    overflow: hidden;
  }

  .services-tile.services-left, .services-tile.services-right {
    max-width: 100%;
    max-height: 100%;
  }
}

#w-node-_1979a3ce-717a-79c8-9dbd-fe72bb5c9ca4-09a45081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_718a5488-3596-7525-490c-286c3581403e-09a45081 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: start;
}

#w-node-_718a5488-3596-7525-490c-286c35814048-09a45081 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b084-09a45081 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b086-09a45081 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b088-09a45081 {
  grid-area: 2 / 1 / 2 / 7;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b08a-09a45081 {
  grid-area: 2 / 7 / 2 / 13;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b08c-09a45081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b095-09a45081, #w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b09a-09a45081, #w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b09f-09a45081, #w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b0a4-09a45081 {
  align-self: stretch;
}

#w-node-c2b26137-aea8-14d0-e470-599ecfae1985-09a45081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6e4f0827-1463-f015-9ccd-e50ac1680da6-09a45081, #w-node-c8acd770-0f6f-5ccd-0068-e70115450ec8-09a45081, #w-node-_3f77ee6f-e8f2-4b73-68e2-d517f49537a5-09a45081, #w-node-d6699f1b-6835-fae8-422d-9017e610b013-e610aff2, #w-node-d6699f1b-6835-fae8-422d-9017e610b01c-e610aff2, #w-node-a016627a-5dad-5052-f61a-ca08546da5b0-546da58c, #w-node-a016627a-5dad-5052-f61a-ca08546da5b9-546da58c, #w-node-_1fce4238-f8fe-114d-2981-318477b6e4fc-77b6e4d8, #w-node-_1fce4238-f8fe-114d-2981-318477b6e505-77b6e4d8, #w-node-dadcf54c-c2ff-4cba-d352-ca59e2556bbc-41415701, #w-node-_27432cd2-44a8-1245-10c2-be56d7392fd0-41415701, #w-node-_21464f13-fb2b-9387-98a9-c2fde442af43-41415701, #w-node-_71a0c42b-a93c-8d61-a84f-21b8967ef690-41415701, #w-node-_5dbf344e-30df-0ad3-ff4b-759e7bb62b97-41415701, #w-node-_64f43dfc-3e52-857c-e282-a2ed7b112263-41415701, #w-node-_83bfca5d-9b38-941f-58ca-932cca1943c9-41415701, #w-node-_7f3dc08c-71da-77d7-5c8f-06a8ca676c5a-41415701, #w-node-f46691b3-5235-5aeb-d384-3d04702479d2-41415701, #w-node-c0b742af-cf6f-94f8-783b-8e89a6712fbe-41415701, #w-node-a33e8258-2da3-952b-90f7-86173987b9f8-42c051a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a33e8258-2da3-952b-90f7-86173987ba01-42c051a1, #w-node-a33e8258-2da3-952b-90f7-86173987ba06-42c051a1, #w-node-a33e8258-2da3-952b-90f7-86173987ba0b-42c051a1, #w-node-a33e8258-2da3-952b-90f7-86173987ba10-42c051a1 {
  align-self: stretch;
}

#w-node-e0c33a64-ab62-94d6-8ed8-ae77516c0676-42c051a1, #w-node-e55e1080-a1df-93d6-97ec-feb14061266e-42c051a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-d0b69bd2-6631-1cbc-1020-07533829a23d-cbde25ef, #w-node-d0b69bd2-6631-1cbc-1020-07533829a23d-9b860c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fe2b937-a9de-ed87-3d2b-37f72db6b23e-9b860c38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0b69bd2-6631-1cbc-1020-07533829a23d-745daccf, #w-node-d0b69bd2-6631-1cbc-1020-07533829a23d-95b320d7, #w-node-d0b69bd2-6631-1cbc-1020-07533829a23d-d572d92f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89bb1b9-85c7-ba44-7b73-1681b5eed4c2-d572d92f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_3f77ee6f-e8f2-4b73-68e2-d517f49537a5-09a45081 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_099e5d93-2f9a-6390-cdb3-3bebca70b084-09a45081 {
    order: -9999;
  }

  #w-node-c2b26137-aea8-14d0-e470-599ecfae1985-09a45081, #w-node-_6e4f0827-1463-f015-9ccd-e50ac1680da6-09a45081, #w-node-c8acd770-0f6f-5ccd-0068-e70115450ec8-09a45081, #w-node-_3f77ee6f-e8f2-4b73-68e2-d517f49537a5-09a45081 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/64521f0c11ec1a76553f36a9_SpaceGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/64521f0c11ec1aafd73f36a4_SpaceGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/64521f0c11ec1a285f3f36a6_SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Unicons';
  src: url('../fonts/64521f0c11ec1aaf1e3f3693_unicons-line.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/64521f0c11ec1a1b723f36b1_MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}