/* Custom added styling */
.tellscale_highlight_text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #605dba 20%, #3f78e0);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 35px;
    font-family: IBM Plex Serif, sans-serif;
    font-style: italic;
    font-weight: 600;
}

.tellscale-bonus-system-container {
  height: auto !important;
  margin-bottom: 25px !important;
}
/* End of custom added styling */

:root {
  --dark: #343f52;
  --primary: #605dba;
  --body: #60697b;
  --border: #ebedf3;
  --primary-soft: #f0f0f8;
  --secondary: #aab0bc;
  --white: white;
  --blue: #3f78e0;
  --primary-pale: #e6e5f4;
  --light: #fcfcfd;
  --yellow: #fcc032;
  --medium-sea-green: #00bf63;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
}

h2 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
}

h5 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: var(--dark);
  letter-spacing: -.01rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--primary);
  border-bottom-color: #ccf2df;
}

ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  color: var(--body);
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 25px;
  padding: 0;
  font-size: 17px;
  line-height: 1.7;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
}

figcaption {
  color: #b8b9b9;
  margin-top: 15px;
  font-size: 16px;
}

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

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

.sg-section {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.sg-block {
  margin-bottom: 40px;
  display: block;
}

.sg-button-block {
  margin-right: 60px;
  display: inline-block;
}

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

.sg-color-block {
  height: 80px;
  margin-bottom: 10px;
  display: block;
}

.sg-margin-block {
  width: 100%;
  background-color: var(--primary-soft);
  display: flex;
}

.utility-page-content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-right-10 {
  margin-right: 10px;
}

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

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

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

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

.text-emphasize {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.text-gradient {
  background-image: linear-gradient(100deg, var(--primary) 20%, var(--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  padding-left: 2px;
  padding-right: 2px;
}

.display-1 {
  letter-spacing: -.01rem;
  flex: none;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.15;
}

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

.display-2 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
}

.display-2.margin-bottom-none {
  margin-bottom: 0;
}

.display-2.margin-bottom-25 {
  margin-bottom: 25px;
}

.display-2.margin-bottom-30 {
  margin-bottom: 30px;
}

.display-3 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.25;
}

.paragraph-large {
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 1.5;
}

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

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

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

.button {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  object-fit: fill;
  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 {
  border-color: var(--primary);
  color: var(--white);
  transform: translate(0, -3px);
  box-shadow: 0 5px 15px rgba(30, 34, 40, .15);
}

.button.cc-small {
  padding: 10px 22px;
}

.button.cc-small.cc-form {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button.cc-small.cc-form:hover {
  transform: none;
}

.button.cc-large {
  padding: 16px 28px 15px;
  font-size: 18px;
}

.image-link {
  width: 100%;
  cursor: none;
  transition: color .2s;
}

.link-hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.link-hover.link-white {
  display: block;
}

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

.shadow {
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.card.shadow {
  width: 100%;
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

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

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

.background-light {
  background-color: var(--light);
}

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

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

.navbar {
  z-index: 99;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-space {
  height: 10px;
}

.navbar-inner {
  z-index: 5;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.nav-link {
  color: var(--dark);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.nav-link.w--current {
  color: var(--primary);
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: var(--dark);
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

.navbar-inner-mobile {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-brand-mobile {
  display: none;
}

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

.nav-link-mobile:hover {
  color: var(--primary);
}

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

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

.navbar-button-wrapper {
  flex: none;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 170px;
  display: grid;
}

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

.hero-image-wrapper {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.hero-content {
  height: 100%;
  padding-right: 100px;
  position: relative;
}

.doodle-arrow {
  transform-style: preserve-3d;
  position: absolute;
  bottom: 3%;
  right: 7%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.doodle-shine {
  position: absolute;
  top: -7%;
  left: -6%;
}

.reasons {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.tab {
  background-color: rgba(0, 0, 0, 0);
}

.tab.card {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 1;
  padding: 30px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.tab.card:hover {
  background-color: var(--white);
  color: var(--dark);
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.tab.card.w--current {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.tab-pane-grid {
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  margin-top: 60px;
}

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

.bullet-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.bullet-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.bullet {
  width: 20px;
  height: 20px;
  background-color: var(--primary-pale);
  color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1;
  display: flex;
}

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

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

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

.quote-icon {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10px;
  right: auto;
}

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

.services-grid {
  width: 100%;
  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;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.sticky {
  object-fit: contain;
  flex-direction: row;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.service.margin-bottom-30 {
  width: 100%;
}

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

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

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

.facts-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.facts-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 160px;
  padding-bottom: 160px;
  display: grid;
}

.facts-content {
  height: 100%;
  padding-left: 100px;
  position: relative;
}

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

.numbers-grid.cc-margin-top {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

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

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

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

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

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

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  column-count: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 60px;
  display: grid;
}

.faq-item {
  margin-bottom: 30px;
  display: inline-block;
}

.faq-icon {
  width: 42px;
  height: 42px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.faq {
  flex: 1;
}

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

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

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

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

.address {
  max-width: 90%;
}

.unordered-list {
  padding-left: 0;
  list-style-type: none;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(164, 174, 198, .2);
  margin-top: 50px;
  margin-bottom: 70px;
}

.input-group {
  display: flex;
}

.text-field {
  height: 48px;
  color: var(--white);
  border: 1px solid rgba(52, 63, 82, .2);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field::-ms-input-placeholder {
  color: var(--secondary);
}

.text-field::placeholder {
  color: var(--secondary);
}

.text-field-dark {
  height: 48.8px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-right-width: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.text-field-dark:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field-dark::-ms-input-placeholder {
  color: var(--secondary);
}

.text-field-dark::placeholder {
  color: var(--secondary);
}

.field-label {
  display: none;
}

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

.join {
  max-width: 600px;
}

.navbar-shadow {
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 25px rgba(30, 34, 40, .06);
}

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

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

.social-link {
  color: var(--white);
  font-size: 20px;
  transition: transform .2s;
  display: flex;
}

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

.page-headline {
  width: 80%;
  padding-top: 100px;
}

.page-title {
  letter-spacing: -.03em;
  flex: none;
  font-size: 200px;
  font-weight: 400;
  line-height: 208px;
}

.inner-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-narrow {
  width: 65%;
}

.wrapper-narrow.cc-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popup-background {
  z-index: 199;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .43);
  display: block;
  position: fixed;
}

.popup {
  width: 700px;
  height: 700px;
  background-color: #fff;
  border-radius: 15px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button {
  z-index: 10;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image {
  width: 20px;
  height: 20px;
}

.form-back {
  width: 48%;
  min-height: 60px;
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(127, 88, 226, .1);
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .3);
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, .6);
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.text-field-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  width: 48%;
}

.form-block-2 {
  max-width: 600px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  display: none;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, .2);
}

.fields-group {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form-button {
  width: 100%;
  min-height: 60px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  margin-top: 0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.slide-nav {
  display: none;
}

.text-field-2 {
  height: 60px;
  color: #7f58e2;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field-2:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-field-2:focus {
  border-color: rgba(127, 88, 226, .5);
}

.text-field-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-2::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.step-number {
  width: 100%;
  color: #7f58e2;
  font-size: 20px;
  font-weight: 600;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-field-done {
  width: 1px;
  height: 1px;
  opacity: 0;
  background-color: rgba(127, 88, 226, .2);
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.form-next {
  width: 48%;
  min-height: 60px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-next:active {
  border: 1px #000;
}

.form-step {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form-slide {
  width: 100%;
  flex: none;
  margin-right: 40px;
}

.form-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-heading-2 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
}

.success-subtitle-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  min-width: 50%;
  opacity: 1;
  color: #48c3e2;
  background-color: #f1f1f1;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
}

.link-2 {
  color: #7c89a5;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.copy-to-clipboard {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.copy-to-clipboard.button {
  min-height: 25px;
  min-width: 32px;
  color: rgba(252, 252, 252, .2);
  background-color: rgba(252, 252, 252, .2);
  background-image: url('../images/Design-ohne-Titel---2023-05-28T100453.072_1Design ohne Titel - 2023-05-28T100453.072.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: rgba(127, 88, 226, 0);
  flex: 0 auto;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.html-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  font-size: 35px;
  font-weight: 700;
}

.heading-2._26px {
  font-size: 26px;
}

.form-heading-3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
}

.field-label-3 {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: absolute;
  top: 19px;
  overflow: visible;
}

.slider-left {
  min-width: 80px;
  color: #fff;
  background-color: rgba(21, 28, 52, .06);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, .15);
}

.slider-left.no-marg {
  background-color: var(--medium-sea-green);
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 0;
}

.slide {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.form-content {
  width: 100%;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-content._2, .form-content._3, .form-content._4, .form-content._5 {
  display: none;
}

.form-content._0 {
  display: block;
}

.button-wrap {
  z-index: 0;
  width: 100%;
  display: flex;
  position: relative;
}

.button-wrap._2 {
  flex-direction: column;
}

.button-wrap._2.marg {
  margin-top: 40px;
}

.radio-button-2 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.form-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-wrapper-b2b {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.form-wrapper-b2b.flowbaseslider {
  display: block;
  overflow: visible;
}

.radio-button-field {
  width: 100%;
  height: 120px;
  border: 1px #60697b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.previous-placeholder {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.textarea {
  min-height: 120px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding-left: 20px;
}

.textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.textarea::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.radio-button-label-2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 80px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.radio-button {
  width: 100%;
}

.field-label-5 {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.error-message {
  text-align: center;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.slide-2 {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.slide-content {
  z-index: 0;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.arrow {
  width: 30px;
}

.next-placeholder {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.html-embed-3 {
  display: block;
}

.mask {
  height: 100%;
  min-height: 100vh;
  overflow-y: scroll;
}

.slider-right {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.slider-right:hover {
  color: var(--white);
  background-color: #5233bb;
}

.slider-right.gren-c {
  background-color: var(--medium-sea-green);
  font-size: 18px;
}

.slider-right.gren-c.marg {
  margin-top: 20px;
}

.slider-right.gren-c.marg.cp-add-recommendation.slider-right-2 {
  border-radius: 10px;
}

.slider-right._2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-block {
  width: 100%;
}

.text-field-4 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-4:hover {
  border-color: #3b82f6;
}

.text-field-4:focus {
  border-color: #2563eb;
}

.text-field-4::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-4::placeholder {
  color: #d1d5db;
}

.text-field-4.phone {
  width: 100%;
  height: 60px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
}

.text-field-4.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-4.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.form-item-wrapper {
  width: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.submit-button {
  width: 100%;
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.submit-button.green {
  background-color: var(--medium-sea-green);
  border-radius: 10px;
  font-weight: 600;
}

.slide-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-wrap {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.success-message-3 {
  height: 700px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.div-block-5 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.html-embed-5 {
  display: block;
}

.text-field-5 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-5:hover {
  border-color: #3b82f6;
}

.text-field-5:focus {
  border-color: #2563eb;
}

.text-field-5::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-5::placeholder {
  color: #d1d5db;
}

.text-field-5.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
}

.text-field-5.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-5.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 600;
}

.select-field {
  min-height: 60px;
  color: #7f58e2;
  background-color: rgba(243, 243, 243, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 30px;
  margin-right: 10px;
}

.radio-button-label-3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 80px;
}

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

.text-field-6 {
  width: 100%;
  border: 2px solid #3b3b3b;
  margin-bottom: 30px;
}

.text-field-6::-ms-input-placeholder {
  color: #7e7878;
}

.text-field-6::placeholder {
  color: #7e7878;
}

.text-field-7 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-7:hover {
  border-color: #3b82f6;
}

.text-field-7:focus {
  border-color: #2563eb;
}

.text-field-7::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-7::placeholder {
  color: #d1d5db;
}

.text-field-7.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.text-field-7.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-7.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.html-embed-6 {
  display: block;
}

.der-next {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.der-next:hover {
  color: var(--white);
  background-color: #5233bb;
}

.der-next.gren-c {
  background-color: var(--medium-sea-green);
  font-size: 18px;
}

.der-next.gren-c.marg {
  margin-top: 20px;
}

.der-next._2, .der-next._1 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.der-next._1.cp-next-recommendation {
  border-radius: 10px;
}

.der-next._3, .der-next._4 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.der-next._5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-righ {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.slider-righ:hover {
  color: var(--white);
  background-color: #5233bb;
}

.slider-righ.gren-c {
  background-color: var(--medium-sea-green);
  font-size: 18px;
}

.slider-righ.gren-c.marg {
  margin-top: 20px;
}

.slider-righ._2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-5.cp-text {
  height: 200px;
  overflow: scroll;
}

.image-3 {
  width: 50px;
  margin-right: 20px;
}

.text-block-6 {
  color: #fff;
  font-weight: 600;
}

.step-number-2 {
  width: 100%;
  color: rgba(127, 88, 226, .5);
  text-align: left;
  font-size: 16px;
  font-weight: 900;
}

.div-block-7 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.link-block-2 {
  width: 100%;
  height: 60px;
  color: #343f52;
  background-color: #5b3acc;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 20px;
  opacity: .37;
}

.div-block-6 {
  width: 100%;
  min-height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.text-block-4 {
  text-align: left;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-4._17px {
  font-size: 17px;
}

.div-block-8 {
  width: 100%;
  margin-top: 20px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-weight: 600;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sticky-responsive {
  height: 300px;
  max-width: 50%;
  min-width: 50%;
  object-fit: contain;
  flex-direction: row;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.card-container {
  width: 50%;
}

.button-wrap-2 {
  width: 100%;
  display: flex;
}

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

.form-content-2 {
  width: 100%;
  height: 600px;
  min-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popup-background-disabled {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .43);
  display: none;
  position: fixed;
}

.link-block-3 {
  width: 100%;
  height: 60px;
  color: #343f52;
  background-color: #5b3acc;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.submit-button-2 {
  width: 100%;
  color: #fff;
  background-color: #5b3acc;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
}

.radio-button-3 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.image-5 {
  width: 20px;
  height: 20px;
}

.div-block-10 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.slider-right-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.slider-right-2:hover {
  background-color: #5233bb;
}

.image-6 {
  width: 20px;
  opacity: .54;
}

.text-block-14 {
  color: #fff;
  font-weight: 600;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-content-2 {
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.success-message-4 {
  height: 600px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 50px 50px;
}

.div-block-11 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-3 {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.radio-button-field-2 {
  width: 100%;
  height: 120px;
  border: 1px #60697b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-12 {
  width: 100%;
  margin-top: 20px;
}

.html-embed-7 {
  display: block;
}

.slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-wrapper-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.close-button-2 {
  z-index: 3;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-field-8 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-8:hover {
  border-color: #3b82f6;
}

.text-field-8:focus {
  border-color: #2563eb;
}

.text-field-8::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-8::placeholder {
  color: #d1d5db;
}

.text-field-8.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.text-field-8.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-8.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.popup-2 {
  width: 700px;
  height: 600px;
  background-color: #fff;
  border-radius: 15px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.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 rgba(30, 34, 40, .15);
}

.button-2.cc-small {
  padding: 10px 22px;
}

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

.popup-background-b2c {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .43);
  display: none;
  position: fixed;
}

.text-block-16 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.radio-button-4 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.div-block-14 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.slider-right-3 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.slider-right-3:hover {
  background-color: #5233bb;
}

.image-8 {
  width: 20px;
  opacity: .54;
}

.text-block-17 {
  color: #fff;
  font-weight: 600;
}

.div-block-15 {
  width: 100%;
  margin-top: 20px;
}

.html-embed-8 {
  display: block;
}

.image-9 {
  width: 50px;
  margin-right: 20px;
}

.slide-wrapper-3 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-18 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.close-button-3 {
  z-index: 3;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-field-9 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-9:hover {
  border-color: #3b82f6;
}

.text-field-9:focus {
  border-color: #2563eb;
}

.text-field-9::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-9::placeholder {
  color: #d1d5db;
}

.text-field-9.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.text-field-9.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-9.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.div-block-16 {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.popup-background-b2b {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .43);
  display: none;
  position: fixed;
}

.form-wrapper-b2c {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

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

.slider-b2c {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.mask-b2c {
  height: 100%;
}

.text-block-20 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.radio-button-5 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.div-block-17 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.slider-right-4 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.slider-right-4:hover {
  background-color: #5233bb;
}

.form-content-b2c {
  width: 100%;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: block;
}

.form-content-b2c.flowbaseslider {
  display: block;
}

.slide-b2c {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.previous-placeholder-b2c {
  width: auto;
  height: 35px;
  max-width: 100px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder-b2c:hover {
  opacity: 1;
}

.div-block-18 {
  width: 100%;
  margin-top: 20px;
}

.slide-wrapper-b2c {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-content-b2c {
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-10 {
  width: 50px;
  margin-right: 20px;
}

.text-block-21 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.form-title-wrap-b2c {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.text-field-10 {
  height: 48px;
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-10:hover {
  border-color: #3b82f6;
}

.text-field-10:focus {
  border-color: #2563eb;
}

.text-field-10::-ms-input-placeholder {
  color: #d1d5db;
}

.text-field-10::placeholder {
  color: #d1d5db;
}

.text-field-10.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.text-field-10.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-10.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-10.phone {
  width: 100%;
  height: 60px;
  color: #7f58e2;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  padding-left: 20px;
  font-weight: 700;
}

.text-field-10.phone::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.text-field-10.phone::placeholder {
  color: rgba(0, 0, 0, .3);
  font-weight: 600;
}

.next-placeholder-b2c {
  width: auto;
  height: 47px;
  max-width: 159px;
  justify-content: center;
  align-items: center;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.div-block-19 {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.text-block-23 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.radio-button-6 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.div-block-20 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.slider-right-5 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.slider-right-5:hover {
  background-color: #5233bb;
}

.slider-right-5.slider-right {
  border-radius: 10px;
}

.div-block-21 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-11 {
  width: 50px;
  margin-right: 20px;
}

.slide-wrapper-4 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-24 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-22 {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-wrapper-copy {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

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

.text-block-25.cp-text {
  height: 200px;
  overflow: scroll;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.text-block-26 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.div-block-23 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.div-block-24 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.image-12 {
  width: 50px;
  margin-right: 20px;
}

.slide-wrapper-5 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-25 {
  width: 100%;
  min-height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.text-block-28 {
  font-weight: 600;
}

.form-content-3 {
  width: 100%;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-content-3._0 {
  display: block;
}

.form-content-3._4, .form-content-3._2, .form-content-3._3, .form-content-3._5 {
  display: none;
}

.div-block-26 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-5 {
  height: 700px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
}

.slider-3 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-4 {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.text-block-29 {
  font-size: 18px;
  font-weight: 600;
}

.div-block-27 {
  width: 100%;
  height: 60px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-30 {
  font-weight: 600;
}

.slider-left-2 {
  min-width: 80px;
  color: #fff;
  background-color: rgba(21, 28, 52, .06);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left-2:hover {
  background-color: rgba(21, 28, 52, .15);
}

.text-block-31 {
  font-weight: 600;
}

.der-next-2 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: all .2s;
}

.der-next-2:hover {
  color: #fff;
  background-color: #5233bb;
}

.der-next-2._2, .der-next-2._3, .der-next-2._4, .der-next-2._1 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-13 {
  width: 30px;
  margin-right: 10px;
}

.radio-button-field-3 {
  width: 100%;
  height: 120px;
  border: 1px #60697b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.slider-right-6 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.slider-right-6:hover {
  color: #fff;
  background-color: #5233bb;
}

.slider-right-6._2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-right-6.gren-c {
  background-color: #00bf63;
  font-size: 18px;
}

.slider-right-6.gren-c.marg {
  margin-top: 20px;
}

.submit-button-3 {
  width: 100%;
  color: #fff;
  background-color: #5b3acc;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.submit-button-3.green {
  background-color: #00bf63;
  border-radius: 10px;
  font-weight: 600;
}

.button-wrap-3 {
  z-index: 0;
  width: 100%;
  display: flex;
  position: relative;
}

.button-wrap-3._2 {
  flex-direction: column;
}

.button-wrap-3._2.marg {
  margin-top: 40px;
}

.text-block-33 {
  font-weight: 600;
}

.div-block-28 {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
}

.text-block-34 {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.radio-button-7 {
  width: 100%;
  height: 100%;
  border: 1px solid #60697b;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.text-block-35 {
  color: #fff;
  font-weight: 600;
}

.error-message-3 {
  text-align: center;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-36 {
  text-align: left;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-36._17px {
  font-size: 17px;
}

.text-block-37 {
  font-weight: 600;
}

.image-14 {
  width: 20px;
  opacity: .37;
}

.step-number-3 {
  width: 100%;
  color: #7f58e2;
  font-size: 20px;
  font-weight: 600;
}

.slide-content-3 {
  z-index: 0;
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-15 {
  width: 50px;
  margin-right: 20px;
}

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

@media screen and (min-width: 1280px) {

  .section.background-light {
    color: var(--body);
  }

  .container {
    max-width: 1350px;
  }

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

  .utility-page-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .link-hover.link-white {
    display: block;
  }

  .hero-grid {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero {
    min-height: 50vh;
  }

  .hero-image-wrapper {
    height: 100%;
  }

  .doodle-arrow {
    transform: rotateX(180deg)rotateY(0)rotateZ(-13deg);
  }

  .reasons {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .pricing {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .hero-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    line-height: 1.7;
  }

  .page-headline {
    width: 75%;
  }

  .wrapper-narrow {
    width: 55%;
  }

  .wrapper-narrow.cc-center {
    width: 63%;
  }

  .list {
    list-style-type: disc;
  }

  .container-2, .container-bonus {
    max-width: 1350px;
  }
}

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

  .sg-block {
    margin-bottom: 40px;
  }

  .margin-bottom-5 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .display-1 {
    font-size: 45px;
    line-height: 52px;
  }

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

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

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

  .button {
    position: relative;
  }

  .navbar-space {
    display: none;
  }

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

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

  .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: flex-start;
    padding-left: 0;
    display: flex;
  }

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

  .menu-button {
    margin-left: 10px;
    padding: 0;
  }

  .menu-button.w--open {
    color: #60697b;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-flex-mobile {
    flex-direction: column;
    padding: 30px 40px;
  }

  .nav-menu-wrapper-mobile {
    background-color: var(--dark);
    margin-left: 50px;
    margin-right: 50px;
    transform: translate(0, 10px);
  }

  .navbar-wrapper-mobile {
    line-height: 1.7;
    display: flex;
  }

  .navbar-inner-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-brand-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link-mobile {
    height: auto;
    color: var(--white);
    padding: 6px 0;
    font-size: 16px;
  }

  .nav-link-mobile.w--current {
    color: var(--primary);
  }

  .hero-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .hero {
    display: block;
  }

  .hero-image-wrapper {
    width: 100%;
    position: relative;
  }

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

  .doodle-arrow {
    display: none;
  }

  .doodle-shine {
    top: -10%;
  }

  .reasons {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .tab-pane-grid {
    flex-direction: column;
    display: flex;
  }

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

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

  .facts {
    display: block;
  }

  .facts-image {
    width: 100%;
    position: relative;
  }

  .facts-grid {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }

  .facts-content {
    padding-left: 0;
  }

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

  .image-padding {
    width: 100%;
  }

  .pricing {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .headline-pricing {
    margin-top: 0;
  }

  .faq-wrapper {
    column-count: auto;
  }

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

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

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

  .join {
    max-width: none;
  }

  .page-title {
    font-size: 140px;
    line-height: 148px;
  }

  .wrapper-narrow {
    width: 100%;
  }

  .popup {
    padding: 10px;
    max-width: 100%;
  }

  .slide-content {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .slide-content-2 {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-wrapper-2 {
    flex-direction: column;
    padding: 20px;
  }

  .button-2 {
    position: relative;
  }

  .container-2 {
    min-height: 30px;
  }

  .slide-wrapper-3 {
    flex-direction: column;
    padding: 20px;
  }

  .popup-background-b2b {
    display: none;
  }

  .slide-wrapper-b2c {
    flex-direction: column;
    padding: 20px;
  }

  .slide-content-b2c {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-wrapper-4, .slide-wrapper-5 {
    flex-direction: column;
    padding: 20px;
  }

  .slide-content-3 {
    width: 100%;
    min-height: 100vh;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-bonus {
    min-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sg-section {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .sg-color-block {
    width: 25%;
  }

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

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

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

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

  .doodle-shine {
    top: -9%;
    left: -8%;
  }

  .numbers-grid.cc-margin-top {
    grid-template-rows: auto auto;
  }

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

  .page-title {
    font-size: 50px;
    line-height: 58px;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-slide {
    width: 100%;
    flex: none;
  }

  .form-heading-2, .form-heading-3 {
    font-size: 24px;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper-b2b {
    width: 100%;
  }

  .previous-placeholder, .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-content-2 {
    width: 100%;
    height: auto;
    min-width: auto;
  }

  .slide-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .popup-2 {
    width: auto;
  }

  .form-wrapper-b2c {
    width: 100%;
  }

  .form-content-b2c {
    width: 100%;
    height: auto;
    min-width: auto;
  }

  .previous-placeholder-b2c {
    z-index: 6;
    position: fixed;
  }

  .slide-content-b2c {
    padding-top: 0;
    padding-bottom: 0;
  }

  .next-placeholder-b2c {
    z-index: 6;
    position: fixed;
  }

  .form-wrapper-copy, .form-wrapper {
    width: 100%;
  }

  .form-content-3 {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sg-button-block {
    margin-bottom: 20px;
  }

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

  .display-1.margin-bottom-20 {
    font-size: 35px;
    line-height: 45px;
  }

  .display-2 {
    font-size: 35px;
  }

  .display-3.text-white {
    font-size: 30px;
    line-height: 40px;
  }

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

  .button.cc-small {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

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

  .nav-menu-wrapper-mobile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .doodle-shine {
    display: none;
  }

  .reasons {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .rounded.shadow {
    display: none;
  }

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

  .facts-grid {
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .solutions-grid {
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-wrapper {
    display: flex;
  }

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

  .text-field, .text-field-dark {
    height: 47px;
  }

  .popup-background {
    display: none;
  }

  .popup {
    width: auto;
    height: 800px;
  }

  .form-back {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .form-block-2 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-next {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-content {
    width: 100%;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .success-message-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    width: 100%;
  }

  .image-3 {
    width: 30px;
    margin-right: 10px;
  }

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

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

  .image-4 {
    width: 20px;
  }

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

  .text-block-4._17px {
    margin-right: 10px;
    font-size: 12px;
  }

  .div-block-9 {
    grid-column-gap: 70px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .sticky-responsive {
    max-width: 100%;
    min-width: auto;
    position: static;
  }

  .card-container {
    width: auto;
  }

  .form-content-2 {
    width: 100%;
  }

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

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

  .slide-content-2 {
    height: auto;
    min-height: auto;
  }

  .success-message-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-3, .slider-2 {
    height: auto;
  }

  .slide-wrapper-2 {
    padding-top: 40px;
  }

  .text-block-15 {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
  }

  .popup-2 {
    height: 100%;
    margin-top: 100px;
  }

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

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

  .button-2.cc-small {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .div-block-14 {
    padding-right: 20px;
  }

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

  .image-9 {
    width: 30px;
    margin-right: 10px;
  }

  .slide-wrapper-3 {
    padding-top: 40px;
  }

  .text-block-18 {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
  }

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

  .popup-background-b2b {
    display: block;
  }

  .slider-b2c {
    height: auto;
  }

  .div-block-17 {
    padding-right: 20px;
  }

  .form-content-b2c {
    width: 100%;
  }

  .slide-b2c {
    height: auto;
  }

  .previous-placeholder-b2c {
    max-width: 75px;
    display: flex;
  }

  .slide-wrapper-b2c {
    padding-top: 40px;
  }

  .slide-content-b2c {
    height: auto;
    min-height: auto;
  }

  .image-10 {
    width: 30px;
    margin-right: 10px;
  }

  .text-block-21 {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
  }

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

  .div-block-20 {
    padding-right: 20px;
  }

  .image-11 {
    width: 30px;
    margin-right: 10px;
  }

  .slide-wrapper-4 {
    padding-top: 40px;
  }

  .text-block-24 {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
  }

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

  .div-block-23 {
    padding-right: 20px;
  }

  .image-12 {
    width: 30px;
    margin-right: 10px;
  }

  .slide-wrapper-5 {
    padding-top: 40px;
  }

  .text-block-27 {
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
  }

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

  .form-content-3 {
    width: 100%;
  }

  .success-message-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-3 {
    height: auto;
    min-height: 80vh;
  }

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

  .text-block-32 {
    width: 100%;
  }

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

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

  .text-block-36._17px {
    margin-right: 10px;
    font-size: 12px;
  }

  .image-14 {
    width: 20px;
  }

  .image-15 {
    width: 30px;
    margin-right: 10px;
  }

  .container-bonus {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-d809dabb-3ecb-d575-6599-17e6b0873326-dd86a82a, #w-node-_15747099-8338-ab56-d329-901b4cb1c263-dd86a82a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dc678c3f-8d8f-00ba-7466-144a35cd5f25-dd86a82a, #w-node-f82b80d8-a096-1b5a-b76e-47f49b16012b-dd86a82a, #w-node-_125447a9-3c6e-f250-32df-8ed406d4b47f-dd86a82a, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547cd-dd86a82a, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547c5-dd86a82a, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547bd-dd86a82a, #w-node-d0f6ad60-6b32-56f5-bb7b-d2285ef547d5-dd86a82a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc31694-5fc4-fc09-461e-48c18b137450-dd86a82a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-fc447acc-e5d7-6a45-4032-aca7ca736ffd-dd86a82a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-dd86a82a {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b68-dd86a82a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6a-dd86a82a {
  grid-area: 2 / 1 / 2 / 7;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6c-dd86a82a {
  grid-area: 2 / 7 / 2 / 13;
}

#w-node-_46491234-f3d0-02a7-628d-9a38c3c37b6e-dd86a82a, #w-node-_11e2dc3d-d1e1-458c-44c2-5749cd8efbcf-cd8efba7, #w-node-bc4551c3-2ec3-f251-fa60-5d7ee391a584-cd8efba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dbc92e1-f640-1dc3-f27e-e52bbea09c40-dd86a82c {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-b970029d-e571-0109-e799-435511aae61b-dd86a82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-dd86a82d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_83d6f05d-741e-b844-451e-a28484925089-dd86a82e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da5bc5d1-5870-faa9-f42d-73310396d194-dd86a82e, #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-dd86a82e, #w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-dd86a82e, #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-dd86a82f, #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-dd86a82f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c81625a2-c909-6fcf-246f-1f1f19b12839-dd86a82f, #w-node-c81625a2-c909-6fcf-246f-1f1f19b1283a-dd86a82f, #w-node-ad7761c5-0720-1086-f378-34e757b0cfff-dd86a82f, #w-node-ad7761c5-0720-1086-f378-34e757b0d000-dd86a82f, #w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e3-dd86a82f, #w-node-_7027d086-beb1-cddc-5cdb-f269ad9343e4-dd86a82f, #w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c5-dd86a82f, #w-node-_6405011f-2a7e-8ce7-7169-6f6b1ee055c6-dd86a82f, #w-node-_42cacc95-a55c-b1f0-3043-33031bbb9305-dd86a82f, #w-node-_42cacc95-a55c-b1f0-3043-33031bbb9306-dd86a82f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-dd86a82f, #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-dd86a82f, #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-dd86a82f, #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-dd86a82f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-f4a7d9a3-f874-f276-fe48-8cd86062c8ea-dd86a82a, #w-node-bc4551c3-2ec3-f251-fa60-5d7ee391a584-cd8efba7, #w-node-b983a49d-4767-6b80-3997-caa78bbd2f88-dd86a82d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b983a49d-4767-6b80-3997-caa78bbd2f8b-dd86a82d {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d191-dd86a82e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da5bc5d1-5870-faa9-f42d-73310396d194-dd86a82e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169b-dd86a82e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8402628b-b44e-9f04-36d7-49de7eaa169e-dd86a82e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a35810217-dd86a82e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63d9265d-44e4-fe1b-fb89-961a3581021a-dd86a82e {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f47-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd193904-5227-c440-3b84-8eef6d854f4a-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffa-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad7761c5-0720-1086-f378-34e757b0cffd-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba72652201d-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f7e7334-9ae7-5911-fafe-fba726522020-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e1-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2b652eb-a6a6-0a7e-9c10-9efbc862e0e4-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb02-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34dcb27b-e423-35af-8dd0-6545b5f0bb05-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d4-dd86a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32f9502b-72a1-33f0-a67d-4b6460ba94d7-dd86a82f {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_46491234-f3d0-02a7-628d-9a38c3c37b66-dd86a82a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_894aa9ac-1240-38a9-f28e-a969f9df5f80-dd86a82a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Unicons';
  src: url('../fonts/unicons-line.woff2') format('woff2'), url('../fonts/unicons-line.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'MATERIAL ICONS';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
