@font-face {
  font-family: Avenirnextltpro demi;
  src: url('../fonts/AvenirNextLTPro-Demi.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenirnextltpro;
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --gray: #d6d6d6;
  --white: white;
  --midnight-blue: #001251;
  --white-smoke-2: whitesmoke;
  --orange: #ffab001a;
  --orange-2: #ffab00;
  --royal-blue-2: #004df01a;
  --royal-blue: #004df0;
  --pt-2: #0c7e801a;
  --pt: #0c7e80;
  --black-2: #0009;
  --orange-red: #f40;
  --spring-green: #10af50;
  --dack-gray: #1a1b1f;
  --white-smoke: #f3f3f3;
  --medium-sea-green: #5dfa621a;
  --orange-red-2: #ff44001a;
  --dark-slate-grey: #323945;
  --b40: #666;
  --text-color: #333;
  --forest-green: #0c8038;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  padding-top: 24px;
  text-decoration: none;
  transition: all .5s;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

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

li {
  margin-bottom: 10px;
}

img {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.style {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider._20px-20px {
  background-color: var(--gray);
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider._10px-30px {
  margin-top: 0;
  margin-bottom: 40px;
}

.styleguide-content-wrap {
  text-align: left;
  margin-bottom: 100px;
}

.pb_content {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
  border: 0 #ccc;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb_content.dark-gray {
  background-color: #f7f7f7;
}

.pb_content.gray {
  background-color: #fafafa;
}

.pb_content.gray.blue {
  background-color: #3b7aff;
}

.pb_content.hero.center {
  padding-top: 140px;
}

.pb_content.hero.center.gray {
  background-color: #f5f5f5;
  border-bottom-style: none;
}

.pb_content.hero.white {
  background-color: #fff;
}

.pb_content.transpreate {
  background-color: #0000;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 10px;
}

.pb_content.transpreate.s {
  padding-bottom: 0;
}

.pb_content.blog {
  z-index: 0;
  background-color: #f0f2f5;
  background-image: url('../images/placeholder-1.svg');
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  padding-top: 220px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.pb_content.blog.blue-block {
  background-color: var(--midnight-blue);
  background-image: none;
  padding-top: 140px;
  padding-bottom: 20px;
}

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

.pb_content.blue-block {
  color: var(--white-smoke-2);
  min-width: auto;
  max-width: none;
  height: auto;
}

.pb_content._1 {
  padding-bottom: 40px;
}

.pb_content._2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pb_content._3 {
  padding-top: 40px;
  padding-bottom: 140px;
}

.pb_content.mt_120 {
  padding-top: 120px;
}

.pb_styleguide {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.pb_container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.pb_container.bgccolor {
  background-color: #004df00d;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 20px 40px;
  box-shadow: 1px 3px 8px -3px #d8d8d80a;
}

.pb_container.bgccolor._2 {
  background-color: #ffab000d;
}

.pb_container.bgccolor._4 {
  background-color: #ff44000d;
}

.pb_container.bgccolor._3 {
  background-color: #5dfa620d;
}

.pb_container.max-w-55 {
  width: 55%;
}

.pb_container.blog {
  z-index: 1;
  position: relative;
}

.pb_container.max-w-80 {
  width: 80%;
  padding-top: 30px;
}

.pb_container.blog-w1000 {
  max-width: 1000px;
}

.pb_paragraph {
  opacity: 1;
  color: #fffc;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pb_paragraph.cc-bigger-light {
  opacity: .6;
}

.button {
  background-color: var(--orange);
  color: var(--orange-2);
  letter-spacing: 1px;
  border: 1px solid #ffab001a;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .425s;
}

.button:hover {
  border-style: dashed;
  border-color: var(--orange-2);
  color: var(--orange-2);
  background-color: #0000;
}

.button.blue {
  float: none;
  border-style: solid;
  border-color: var(--royal-blue-2);
  background-color: var(--royal-blue-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  direction: ltr;
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--royal-blue);
  text-indent: 0;
  text-transform: none;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 40px;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .4s;
}

.button.blue:hover {
  background-color: #0000;
  border-style: dashed;
  border-color: #004df066;
}

.button.blue.pt {
  border-color: var(--pt-2);
  background-color: var(--pt-2);
  color: var(--pt);
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.button.blue.pt:hover {
  border-color: var(--pt);
  background-color: #0000;
}

.button.nav {
  z-index: 5;
  background-color: var(--royal-blue-2);
  color: #004df0;
  border: 1px solid #004df01a;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.button.nav:hover {
  background-color: #0000;
  border-style: dashed;
  border-color: #004df066;
}

.button.nav.without-line {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.button.nav.without-line:hover {
  transform: scale(1.06);
}

.button.nav.without-line:focus {
  color: var(--royal-blue);
}

.button.nav.book-btn {
  color: #333;
  border-color: #333;
}

.button.nav.creator-btn {
  color: #333;
  background-color: #0000;
  border-color: #333;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.button.nav.creator-btn:hover {
  border-style: solid;
}

.button.colloections {
  background-color: #0000;
  margin-right: 0;
  padding: 0 10px;
  display: inline-block;
}

.button.colloections.blog {
  border-color: var(--black-2);
  color: var(--black-2);
  background-color: #0000;
}

.button.colloections.blog.blue {
  float: right;
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: #fff;
  margin-bottom: 30px;
}

.button.colloections.blog.blue.pt {
  border-color: var(--pt);
  background-color: var(--pt);
}

.button.colloections.blog.yellow {
  float: right;
  border-color: var(--orange-2);
  background-color: var(--orange-2);
  color: #fff;
  margin-bottom: 30px;
}

.button.colloections.blog.red {
  float: right;
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: #fff;
  margin-bottom: 30px;
}

.button.colloections.blog.green {
  float: right;
  border-color: var(--spring-green);
  background-color: var(--spring-green);
  color: var(--white);
  margin-bottom: 30px;
}

.button.sub_d {
  border-color: var(--royal-blue-2);
  color: var(--white);
  background-color: #3b7aff;
  margin-right: 0;
}

.button.sub_d:hover {
  background-color: var(--royal-blue);
}

.button.sub_d.nav.creator {
  padding-left: 16px;
  padding-right: 16px;
}

.label {
  color: var(--dack-gray);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.label.cc-styleguide-label {
  color: var(--gray);
  margin-bottom: 25px;
}

.rich-text p {
  opacity: .9;
  color: var(--dack-gray);
  letter-spacing: .2px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.rich-text blockquote {
  border-left-color: var(--orange-2);
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirnextltpro, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.rich-text ul {
  color: var(--dack-gray);
  padding-left: 20px;
  font-family: Avenirnextltpro, Verdana, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.rich-text li {
  letter-spacing: .5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 26px;
}

.rich-text.blog a {
  color: #3576ff;
  text-decoration: underline;
}

.rich-text.blog figure {
  padding-bottom: 5px;
}

.rich-text.blog img {
  border: 1px solid var(--gray);
  border-radius: 3px;
}

.rich-text.blog strong {
  font-family: Avenirnextltpro demi, sans-serif;
}

.rich-text.blog ol {
  padding-left: 20px;
}

.rich-text a {
  color: var(--royal-blue);
}

.rich-text a:hover {
  text-decoration: underline;
}

.p3 {
  opacity: .7;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.p3.w--current {
  display: inline;
}

.p3.w--current:hover {
  color: var(--royal-blue);
}

.p3.hide {
  display: none;
}

.p3.black {
  opacity: 1;
}

.p3.black.bold {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.p3.black.bold.text-block {
  text-align: center;
  margin-bottom: 0;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-header-wrap {
  background-color: var(--orange-2);
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 200px 30px 160px;
  display: flex;
}

.nav_logo-link {
  z-index: 1;
  padding-top: 0;
}

.nav_logo-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.nav_logo-link:active {
  opacity: .7;
}

.nav_logo-link.w--current:hover {
  transform: scale(1.05);
}

.nav_logo-link.newcopy {
  color: #fff;
}

.nav_menu {
  z-index: 0;
  flex: 1;
  display: flex;
}

.navigation-wraps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.pb_navigation {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 20px 0 40px #d6d6d666;
}

.navigation-item {
  letter-spacing: 1px;
  text-transform: none;
  padding: 9px 15px;
  font-weight: 500;
  transition: all .5s;
  display: inline-block;
  overflow: visible;
}

.navigation-item:hover {
  transform: scale(1.06);
}

.navigation-item:active {
  opacity: 1;
}

.navigation-item:focus-visible, .navigation-item[data-wf-focus-visible], .navigation-item.w--current, .navigation-item.w--current:hover, .navigation-item.w--current:focus, .navigation-item.w--current:visited, .navigation-item.w--open {
  color: var(--royal-blue);
}

.navigation-item.navigation-features {
  padding-right: 40px;
}

.navigation-item.nav-hide2 {
  display: none;
}

.navigation-item.blog-hide {
  display: inline-block;
}

.navigation-item.pledgeboost-hide, .navigation-item._2xl-visible, .navigation-item.long-nav-item {
  display: none;
}

.logo-image, .logo-image.new-copy {
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.pb_hero {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.pb_hero.blog {
  color: var(--black);
  background-image: url('../images/1628705469383.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .4s;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
}

.pb_hero.blog:hover {
  transform: scale(1.002);
}

.pb_hero.blog_tag {
  border: 1px solid var(--gray);
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: -50px -50px;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 265px;
  height: 230px;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  padding: 20px 0 0;
  transition: all .4s;
  overflow: hidden;
}

.pb_hero.blog_tag:hover {
  box-shadow: 0 0 13px -8px #000;
}

.pb_hero.home {
  min-height: auto;
  max-height: 1100px;
  padding-top: 100px;
  padding-bottom: 0;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  color: var(--black);
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  margin-bottom: 20px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid #eee;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  background-color: #f3f3f33d;
  margin-bottom: 25px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-warp {
  margin-bottom: 40px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 5% 30px;
  display: flex;
}

.pb_text-section-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pb_text-section-wrap.customers {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.intro-text {
  flex: 1;
  margin-bottom: 20px;
  padding-right: 0;
  display: block;
}

.intro-text._0 {
  padding-left: 100px;
  padding-right: 100px;
}

.pb_h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.pb_title-block {
  width: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.pb_title-block.center._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.pb_title-block._80 {
  width: 45%;
  margin-left: 0;
}

.body-gary-background {
  background-color: #f7f7f7;
}

.text-block {
  text-transform: none;
  font-weight: 500;
}

.line-vertical {
  background-color: var(--black);
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block_line {
  opacity: .38;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.button-text-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.button-text-block:hover {
  text-shadow: none;
  text-decoration: none;
}

.pb_blok {
  color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pb_work-wrap {
  background-image: linear-gradient(#f4f5fefa, #f4f5fefa), url('../images/5cbc1cadfad96ca5a798950c_upload-cloud.svg');
  background-position: 0 0, 250% 130%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 32%;
  padding: 30px;
  transition: all .4s;
  display: flex;
}

.pb_work-wrap:hover {
  color: var(--black);
  border-color: #004df082;
  transform: translate(0, -5px)scale(1.005);
  box-shadow: 0 0 20px #58607000;
}

.pb_work-wrap._2 {
  background-image: linear-gradient(#fffbf4fa, #fffbf4fa), url('../images/5cbc1cadfad96cc9f49894f8_shopping-cart.svg');
  background-position: 0 0, 250% 130%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-wrap._3 {
  background-image: linear-gradient(#fff5f4fa, #fff5f4fa), url('../images/5cbc1cadfad96c27899894d7_mail.svg');
  background-position: 0 0, 250% 130%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  background-attachment: scroll, scroll;
}

.blue-block {
  background-color: var(--royal-blue);
  min-width: 60px;
  max-width: 60px;
  height: 4px;
}

.pb_checks {
  margin-top: 20px;
}

.pb_check-warp {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pb_check-icon {
  margin-bottom: 10px;
  margin-right: 10px;
}

.projects {
  background-color: var(--white);
  border: 1px solid #d4d4d480;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 0;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.projects:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 8px #0000001a;
}

.pb_projects-warp {
  padding: 20px;
}

.pb_projects-warp.mixh {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pb_projects-warp.mixh.content {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  background-color: #fafafa;
  padding: 5px 10px;
}

.pb_projects-warp.mix10px {
  border-top: 1px solid var(--white-smoke);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: 135px;
  padding: 10px;
  display: flex;
}

.pb_projects-warp.mix10px.csms {
  height: auto;
}

.hover-underline {
  color: #cacaca;
  padding-top: 0;
  transition-duration: .4s;
}

.hover-underline:hover {
  color: #cacaca;
  text-decoration: underline;
}

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

.footer_top-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pb_h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.p1 {
  opacity: .6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.p1.w {
  opacity: .9;
  color: var(--white);
  font-weight: 500;
}

.p2 {
  opacity: .6;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.p4 {
  opacity: .6;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.typograhy_wrap {
  max-width: 600px;
}

.detail_typography {
  float: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.detail_typography_2 {
  float: left;
  color: var(--orange-2);
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.pb_content_h1 {
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

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

.pb_colors-section-warp {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.color_warp {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 260px;
  height: 250px;
  min-height: 200px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.color_warp.logo {
  border-style: none;
  border-radius: 0;
  width: auto;
  height: auto;
  min-height: auto;
  margin-right: 60px;
  display: flex;
}

.color_warp.logo.w {
  background-color: #fafafa;
}

.color_warp.logo.withour-margin {
  margin-right: 0;
}

.color_warp.w {
  box-shadow: none;
  background-color: #fafafa;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.color_warp.without-margin {
  margin-right: 0;
}

.color_black {
  background-color: var(--orange-2);
  height: 60%;
}

.color_black.c2 {
  background-color: var(--royal-blue);
}

.color_black.c3 {
  background-color: #fff6eb;
}

.color_black.c4 {
  background-color: #e9eefe;
}

.color_black.c5 {
  background-color: var(--black);
}

.color_black.c6 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color_black.c7 {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.color_black.c8 {
  background-color: var(--orange-red);
}

.color_black.c9 {
  background-color: var(--spring-green);
}

.color_black.c1 {
  background-color: #f0fef0;
}

.color_text {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.color_title {
  color: #0000005c;
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.button_d {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #ffc123;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.button_d:hover {
  background-color: var(--orange-2);
  color: var(--white);
}

.button_success {
  border: 1px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: var(--spring-green);
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 10px 20px;
  line-height: 20px;
}

.button_success:hover {
  color: var(--spring-green);
  background-color: #0000;
  border-style: dashed;
  border-color: #10af5080;
}

.button_success.d {
  color: var(--white);
  background-color: #3ac070;
  border-style: solid;
}

.button_success.d:hover {
  background-color: var(--spring-green);
}

.button_delete {
  border: 1px solid var(--orange-red-2);
  background-color: var(--orange-red-2);
  color: var(--orange-red);
  letter-spacing: 1px;
  border-radius: 20px;
  padding: 10px 20px;
  line-height: 20px;
}

.button_delete:hover {
  border-style: dashed;
  border-color: var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
}

.button_delete.d {
  color: var(--white);
  background-color: #ff6c37;
}

.button_delete.d:hover {
  background-color: var(--orange-red);
}

.dropdown {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  color: var(--orange-2);
  letter-spacing: 1px;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown_list.w--open {
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 5px;
  box-shadow: 14px 14px 40px #00000012;
}

.dropdown_link {
  color: var(--black-2);
  line-height: 20px;
}

.dropdown_link:hover {
  color: var(--orange-2);
  background-color: #ffab000d;
}

.icon_warp {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 5%;
  min-width: 55px;
  min-height: 55px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 15px;
  display: flex;
}

.icon_warp.nub {
  background-color: var(--orange-2);
  color: var(--white);
  padding: 10px;
}

.element_wrap_icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.element_wrap_icons:hover {
  opacity: .8;
  transform: scale(.99);
}

.image {
  flex: 0 auto;
}

.pb_footer_tite {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.pb_link {
  color: var(--black-2);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.socile_icons {
  background-color: var(--white-smoke);
  border-radius: 20px;
  width: 20px;
  min-width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px;
  display: flex;
}

.copyright {
  opacity: .65;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 70px;
  display: flex;
}

.pb_text-section-warp_button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-img {
  margin-right: 6px;
}

._50-sec {
  text-align: left;
  width: 50%;
}

.pb_number_warp {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  margin-bottom: 0;
  display: flex;
}

._30 {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.form-colum {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bold-text-3, .bold-text-4 {
  font-family: Montserrat, sans-serif;
}

.icon_nubtext {
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
}

.intro-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  background-color: #fff;
  padding: 100px 20px;
  transition: background-color .2s;
  position: relative;
}

.full-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1a1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.line {
  opacity: .31;
  background-color: #f5f5f7;
  height: 1px;
  margin-bottom: 60px;
}

.line.w {
  background-color: var(--black-2);
  margin-bottom: 0;
}

.rich-text-2.logo {
  flex: none;
  margin-right: 10px;
}

.rich-text-2.top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.collection-list-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-footer {
  color: #29a1ff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-footer {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
}

.heading-footer.white {
  color: #1a1a1a;
}

.vertical {
  color: #1a1a1a;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.link {
  color: var(--black-2);
  font-weight: 500;
}

.link.w--current {
  color: var(--royal-blue);
  display: block;
}

.link.blue {
  color: var(--royal-blue);
  transition-property: none;
}

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

.pb_hero_blog-content.w_60 {
  width: 60%;
}

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

.content_vertical_start-end.left {
  margin-bottom: 10px;
  display: flex;
}

.content_vertical_start-end.left-pric {
  align-items: flex-start;
  margin-bottom: 20px;
}

.content_grid {
  flex-flow: wrap;
  place-content: space-between;
  align-items: stretch;
  height: 500px;
  min-height: 500px;
  padding-left: 20px;
  display: flex;
}

.p5 {
  opacity: .83;
  color: var(--dack-gray);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline;
}

.p5.blog {
  opacity: .6;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
}

.p5._10pxbelow {
  color: var(--royal-blue);
  margin-bottom: 10px;
  margin-left: 10px;
  display: block;
}

.p5._10pxbelow:hover {
  text-decoration: underline;
}

.pb_hero_div {
  background-color: #fffffff2;
  width: 100%;
  padding: 10px 20px;
}

.pb_hero_div.s {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 10px 10px 16px;
  display: flex;
}

.div-blog {
  color: var(--black);
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 3px 18px #0000001a;
}

.div-blog:hover {
  color: var(--black);
  transform: translate(0, -3px);
  box-shadow: 0 3px 18px #0000001a;
}

.zommin-20px {
  padding-left: 40px;
  padding-right: 0;
  position: static;
}

.zommin-20px.fix {
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  top: 100px;
}

.blog_tag {
  border: 1px solid var(--gray);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 20px;
}

.block-link-tabs {
  border: 1px solid var(--gray);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 7px 17px;
  display: block;
}

.block-link-tabs:hover {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #1a1b1f99;
  box-shadow: 0 0 12px -5px #00000078;
}

.block-link-tabs.post {
  background-color: var(--white-smoke-2);
  border-style: none;
  border-radius: 0;
}

.block-link-tabs.post:hover {
  background-color: var(--white);
  box-shadow: 0 0 8px -3px #00000029;
}

.pb_blog_popular_img {
  background-image: url('../images/1111.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  margin-right: 20px;
  overflow: hidden;
}

.blog_img_avatar {
  background-color: var(--gray);
  background-image: linear-gradient(to bottom, var(--royal-blue-2), var(--royal-blue-2)), url('../images/Favicon.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 16px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.hide {
  display: none;
}

.pricing-wrapper {
  background-color: var(--white);
  text-align: left;
  border: 1px #000;
  width: 400px;
  padding: 50px 40px;
  transition: all .5s;
  box-shadow: 0 0 10px -3px #00000014;
}

.pricing-wrapper.black {
  float: right;
  border: 1px none var(--royal-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  transition-property: none;
  overflow: hidden;
  box-shadow: 0 0 10px -3px #00000014;
}

.pricing-wrapper._900px {
  width: 800px;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.pricing-wrapper._900px.center {
  background-color: var(--pt-2);
  box-shadow: none;
  text-align: left;
  background-image: linear-gradient(#e8f8f8f2, #e8f8f8f2), url('../images/Group-52.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper.zoomout {
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: var(--royal-blue);
  background-image: linear-gradient(#004df012 1%, #0000), linear-gradient(#fffffffc, #fffffffc), url('../images/5cbc1cadfad96c00fe9894fa_slack.svg');
  background-position: 0 0, 0 0, 80% -60%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  width: 730px;
  transform: scale(1.1);
  box-shadow: 0 0 20px -4px #2e2d2d29;
}

.pricing-row {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing-row.pric {
  align-items: stretch;
  margin-bottom: 60px;
  padding-top: 60px;
  display: flex;
}

.pricing-row.features {
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.pricing-row.features.hide {
  display: none;
}

.pricing-plan-features {
  opacity: 1;
  color: var(--dack-gray);
  border-top: 1px #f0efef;
  border-bottom: 1px #f0efef;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.pricing-plan-features:hover {
  opacity: 1;
  text-decoration: none;
}

.center {
  text-align: center;
}

.center.zoomin {
  text-align: center;
  border: 1px #000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.center._60-opacity {
  opacity: .6;
}

.big-nub {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.big-nub.color {
  color: var(--royal-blue);
  font-size: 20px;
  font-weight: 600;
}

.pb_hero_mobile {
  position: relative;
  transform: translate(62px, 33px)scale(1.3);
}

.pb_customers_div {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: flex;
  box-shadow: 0 0 20px -8px #0003;
}

.start {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.start._10px {
  margin-right: 20px;
}

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

.horizontal {
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: static;
}

.horizontal.charging {
  flex-direction: row-reverse;
}

.horizontal.mobile-changing.vertical {
  flex-direction: row;
}

.horizontal.mobile-changing.vertical.cusmes {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.horizontal.mobile-changing.top {
  align-items: flex-start;
}

.horizontal.full-h {
  align-items: stretch;
}

.next-step {
  border: 1px solid var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.next-step:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.next-step._2 {
  border-color: var(--orange-2);
  background-color: var(--orange-2);
}

.next-step._2:hover {
  color: var(--white);
}

.next-step._3 {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
}

.next-step._3:hover {
  color: var(--white);
}

.collection-list {
  flex-flow: wrap;
  align-content: space-between;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.collection-item.mobile-w30 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.check-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-quote {
  color: #505e78;
  text-align: left;
}

.checkbox-field {
  color: #fff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 20px;
}

.field-label-last {
  color: #858585;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.backer-login-link {
  color: #004df0eb;
  font-weight: 400;
}

.blog_tab_div {
  float: left;
  width: 30px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.icon {
  background-color: var(--white);
  background-image: url('../images/5cbc1cadfad96c7ff19894b1_chevron-left.svg');
  background-position: 47%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100px;
  box-shadow: 0 0 13px -8px #000;
}

.icon.mobile-hide {
  filter: none;
}

.slide-200px {
  background-color: #0000;
  height: 200px;
}

.icon-2 {
  background-color: var(--white);
  background-image: url('../images/5cbc1cadfad96cbcb89894af_chevron-right.svg');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100px;
  box-shadow: 0 0 13px -8px #000;
}

.custmers-w-view {
  flex: none;
  width: 35%;
  margin-right: 20px;
}

.lottie-400px-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

._w-100 {
  width: 100%;
}

.image-yellow {
  filter: invert();
}

.policies-div {
  align-items: center;
  display: flex;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.pb_work-4step-23 {
  color: var(--black);
  background-image: linear-gradient(#f4f5fefa, #f4f5fefa), url('../images/5cbc1cadfad96ca5a798950c_upload-cloud.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  border-radius: 20px;
  width: 23%;
  padding: 30px;
  transition: all .425s;
}

.pb_work-4step-23:hover {
  color: var(--dack-gray);
  background-image: linear-gradient(#f4f5fef7, #f4f5fef7), url('../images/5cbc1cadfad96ca5a798950c_upload-cloud.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
  transform: scale(.99);
}

.pb_work-4step-23._2 {
  background-image: linear-gradient(#fffbf4fa, #fffbf4fa), url('../images/5cbc1cadfad96cc9f49894f8_shopping-cart.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-4step-23._2:hover {
  background-image: linear-gradient(#fffbf4f7, #fffbf4f7), url('../images/5cbc1cadfad96cc9f49894f8_shopping-cart.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-4step-23._4, .pb_work-4step-23._4:hover {
  background-image: linear-gradient(#fff5f4fa, #fff5f4fa), url('../images/5cbc1cadfad96c523a9894ca_globe.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-4step-23._3 {
  background-image: linear-gradient(#f4fef4fa, #f4fef4fa), url('../images/5cbc1cadfad96c27899894d7_mail.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-4step-23._3:hover {
  background-image: linear-gradient(#f4fef4f7, #f4fef4f7), url('../images/5cbc1cadfad96c27899894d7_mail.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_work-4step-23.pt {
  background-image: linear-gradient(#e3f1f1fa, #e3f1f1fa), url('../images/5cbc1cadfad96ca5a798950c_upload-cloud.svg');
  background-position: 0 0, -200% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px;
}

.pb_3-testimonials {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  transition: all .425s;
  display: flex;
  box-shadow: 0 0 50px -8px #0000001a;
}

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

.pb_testimonials-warp.top-20px {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-span {
  color: var(--royal-blue);
}

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

.pb_content-without-footer-line {
  background-color: #fff;
}

.ks-igg {
  margin: auto 2px auto auto;
  display: block;
}

.cookies {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  white-space: break-spaces;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 50px -20px #00000029;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex-vertical {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._15px-text {
  color: var(--black);
  text-align: left;
  width: 80%;
  margin-right: auto;
  font-size: 15px;
}

.button-2 {
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-2:hover {
  background-color: #2faeb4;
}

.button-2._15px {
  background-color: #5f8fdf;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  min-height: auto;
  padding: 10px 20px;
  font-size: 15px;
  display: flex;
}

.button-2._15px.w--current {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
}

.button-2._15px.white {
  background-color: #505050;
  height: auto;
  font-weight: 600;
}

.verified-img {
  object-fit: fill;
  padding-right: 0;
  overflow: visible;
}

._80--canter {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-features-2 {
  opacity: 1;
  color: var(--dack-gray);
  border-top: 1px #f0efef;
  border-bottom: 1px #f0efef;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.pricing-plan-features-2:hover {
  opacity: 1;
  text-decoration: none;
}

.pricing-plan-features-2.blod {
  font-weight: 600;
}

.feature-price {
  opacity: .49;
}

.hover-popup {
  z-index: 4;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-top: 20px;
  display: none;
  position: absolute;
  bottom: 49.4px;
  right: 330px;
  box-shadow: 0 6px 20px -2px #e9e6e6b5;
}

.popup-button {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  transform: rotate(45grad);
}

.fix-pricefeature {
  position: relative;
}

._10px-button {
  border-radius: 20px;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.section-2 {
  opacity: .5;
  background-color: #38383845;
  position: absolute;
  inset: 0%;
}

.dropdown-list {
  background-color: #fff;
  box-shadow: 0 0 8px -4px #0000003d;
}

.dropdown-list.w--open {
  background-color: var(--white);
  width: 300px;
  display: block;
  box-shadow: 0 0 8px -4px #0000003d;
}

._90--canter {
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pthero {
  transform: scale(1.1);
}

.navigation-item---dropdown {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  transition: all .5s;
}

.navigation-item---dropdown:hover {
  color: var(--royal-blue);
}

.navigation-item---dropdown:active {
  opacity: 1;
}

.navigation-item---dropdown.w--current, .navigation-item---dropdown.w--current:hover, .navigation-item---dropdown.w--current:focus, .navigation-item---dropdown.w--current:visited, .navigation-item---dropdown.w--open {
  color: var(--royal-blue);
}

.cutomers-tabs {
  padding-top: 60px;
}

.cutomers-tab {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  opacity: .7;
  text-align: center;
  border-radius: 20px;
  width: 15%;
  font-family: Open Sans, sans-serif;
}

.cutomers-tab.w--current {
  background-color: var(--white);
  box-shadow: 0 0 15px 1px var(--royal-blue-2);
  opacity: 1;
  color: var(--royal-blue);
  border-color: #004df087;
  font-weight: 700;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.content_blog_title {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.collection-item-_blog {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  width: 24%;
  display: flex;
}

.collection-item-_blog.popular {
  order: -1;
  align-self: flex-start;
  width: 32%;
  margin-bottom: 10px;
}

.pb_blog_grid {
  background-image: url('../images/1111.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: auto;
  height: 170px;
  overflow: hidden;
}

.collection-list-_blog {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  display: flex;
}

.collection-list-_blog.popular {
  grid-column-gap: 2%;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
}

.top10px {
  margin-top: 10px;
}

.signup {
  justify-content: flex-end;
  display: flex;
}

.banner {
  background-color: var(--spring-green);
  color: #fff;
  text-align: center;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.notice-text {
  color: #fff;
}

.navbar {
  background-color: #0000;
  font-size: 14px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-hide-maintence {
  justify-content: center;
  align-items: center;
  display: none;
}

.dropdown-2 {
  padding-right: 0;
  display: inline-block;
}

.dropdown-2.w--current {
  color: var(--black);
  padding-top: 9px;
  padding-bottom: 9px;
}

.dropdown-2.w--current:hover, .dropdown-2.w--current:focus {
  color: var(--royal-blue);
}

.dropdown-2.hide-fea, .dropdown-2.hide-fea.w--current {
  display: none;
}

.div-cover {
  background-color: #8f8f8f29;
  position: absolute;
  inset: 0%;
}

.checkbox-label {
  text-transform: none;
}

.form-block {
  margin-bottom: 0;
}

.checkbox-field-2 {
  margin-top: 5px;
}

.checkbox {
  background-color: var(--royal-blue);
}

.checkbox.w--redirected-checked {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

.img2 {
  position: relative;
  bottom: 97px;
  left: -83px;
}

.img1 {
  position: relative;
  right: -27px;
}

.faq-icon {
  float: right;
  transform: rotate(90deg);
}

.faq-div {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

.faq-h {
  display: inline;
}

.projects-subtitle {
  opacity: .65;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
}

.projects-subtitle.w--current {
  display: inline;
}

.projects-subtitle.w--current:hover {
  color: var(--royal-blue);
}

.leading-campaigns {
  filter: grayscale();
  justify-content: space-around;
  align-items: center;
  width: 75%;
  margin: 20px auto;
  display: flex;
}

.pb-video {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  width: 100%;
  min-height: 1500px;
  margin-top: 60px;
}

.pagination {
  flex: 1;
}

.html-embed-2 {
  margin-top: 60px;
}

.pb_campagin-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pb_campagin-wrap.customers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cusmes {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.left-20px {
  padding-right: 20px;
  font-weight: 500;
}

.color-text-hightline {
  line-height: 30px;
}

.color-text-hightline.left {
  text-align: left;
}

.logobg {
  background-color: var(--dark-slate-grey);
  box-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 10px;
  padding: 23px;
  display: flex;
}

.logobg.logo {
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  min-height: auto;
  margin-right: 0;
}

.logobg.logo.w {
  background-color: #fafafa;
}

.logobg.w {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.download-link:hover {
  color: var(--royal-blue);
  text-decoration: underline;
}

.html-embed-3 {
  margin-top: 60px;
}

._20px-text-size {
  font-size: 16px;
  line-height: 26px;
}

.wechat-q {
  opacity: 1;
}

.video {
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.text-span-2 {
  color: var(--royal-blue);
}

.bold-text-6, .bold-text-7 {
  color: var(--white);
  font-size: 40px;
}

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

.bold-text-8 {
  color: var(--royal-blue);
  text-align: center;
  font-size: 48px;
}

.heading-9 {
  color: var(--royal-blue);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}

.heading-10, .heading-11, .heading-12 {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 2px;
  font-weight: 700;
}

.heading-13 {
  text-align: left;
  font-weight: 700;
}

.heading-14 {
  text-align: left;
}

.paragraph {
  color: #fff9;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2, .paragraph-3 {
  color: #fff9;
  font-size: 16px;
  font-weight: 400;
}

.heading-15 {
  text-align: left;
}

.text-block-2 {
  color: var(--royal-blue);
}

.image-2 {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  overflow: scroll;
}

.bold-text-9 {
  color: var(--white);
}

.bold-text-10 {
  color: var(--white);
  font-size: 40px;
}

.image-3, .image-4 {
  margin-bottom: 10px;
}

.container-2 {
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.image-5 {
  margin-right: 10px;
  padding-right: 0;
}

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

.heading-16 {
  color: var(--white);
  font-weight: 700;
}

.heading-17, .heading-18, .heading-19 {
  font-weight: 700;
}

.horizontal-home {
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: static;
}

.horizontal-home.charging {
  flex-direction: row-reverse;
}

.horizontal-home.mobile-changing.vertical {
  flex-direction: row;
}

.horizontal-home.mobile-changing.top {
  align-items: flex-start;
}

.horizontal-home.full-h {
  align-items: stretch;
}

.color-text-hightline-copy {
  text-align: left;
  line-height: 30px;
}

.color_warp-copy {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 250px;
  min-height: 200px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.color_warp-copy.logo {
  border-style: none;
  border-radius: 0;
  width: auto;
  height: auto;
  min-height: auto;
  margin-right: 60px;
  display: flex;
}

.color_warp-copy.logo.w {
  background-color: #fafafa;
}

.color_warp-copy.logo.withour-margin {
  margin-right: 0;
}

.color_warp-copy.w {
  box-shadow: none;
  background-color: #fafafa;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.color_warp-copy.without-margin {
  margin-right: 0;
}

.pricing-p3 {
  opacity: 1;
  color: #5f5f5f;
  text-align: center;
  border-top: 1px #f0efef;
  border-bottom: 1px #f0efef;
  align-items: center;
  margin: 20px 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.pricing-p3:hover {
  opacity: 1;
  text-decoration: none;
}

.pricing-p3.blod {
  font-weight: 600;
}

.navigation-item-2 {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  transition: all .5s;
  display: none;
}

.navigation-item-2:hover {
  color: var(--royal-blue);
}

.navigation-item-2:active {
  opacity: 1;
}

.navigation-item-2.w--current {
  color: var(--black);
}

.navigation-item-2.w--current:hover, .navigation-item-2.w--current:focus-visible, .navigation-item-2.w--current[data-wf-focus-visible], .navigation-item-2.w--open {
  color: var(--royal-blue);
}

.navigation-item-2.none.w--current {
  color: var(--black);
}

.project-empty {
  background-color: #ddd;
  margin-bottom: 20px;
  padding: 10px;
  display: none;
}

.page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: none;
}

.pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: none;
}

.project-loading {
  text-align: center;
  min-height: 0;
  display: none;
}

.pagination-previous {
  color: var(--dack-gray);
  background-color: #fafafa;
  border: 1px solid #ccc;
  display: inline-block;
}

.pagination-next {
  color: var(--dack-gray);
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  display: inline-block;
}

.text-block-3 {
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
}

.container-3 {
  z-index: 1;
  background-color: #fff;
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 30px;
  position: relative;
  top: -160px;
}

.section-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.test {
  width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.test1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.test2 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.test3 {
  justify-content: center;
  align-items: center;
}

.test4 {
  color: var(--dark-slate-grey);
  text-align: left;
}

.test4._1 {
  text-align: right;
}

.test6 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mobile {
  display: none;
}

.blue-backegroud {
  background-color: #1200d9;
  height: 500px;
}

.image-7 {
  transition: height .2s;
}

.navigation-item---dropdown-2 {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  transition: all .5s;
}

.navigation-item---dropdown-2:hover {
  color: #004df0;
}

.navigation-item---dropdown-2:active {
  opacity: 1;
}

.navigation-item---dropdown-2.w--current, .navigation-item---dropdown-2.w--current:hover, .navigation-item---dropdown-2.w--current:focus, .navigation-item---dropdown-2.w--current:visited, .navigation-item---dropdown-2.w--open {
  color: #004df0;
}

.navigation-item-3 {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  transition: all .5s;
  display: none;
}

.navigation-item-3:hover {
  color: #004df0;
}

.navigation-item-3:active {
  opacity: 1;
}

.navigation-item-3.w--current {
  color: #333;
}

.navigation-item-3.w--current:hover, .navigation-item-3.w--current:focus-visible, .navigation-item-3.w--current[data-wf-focus-visible], .navigation-item-3.w--open {
  color: #004df0;
}

.navbar2-0 {
  z-index: 10000;
  width: 100%;
  position: fixed;
}

.navbar-2 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.navigation-items-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  text-transform: none;
  font-weight: 500;
}

.text-block-4.newcopy {
  color: #fff;
}

.navigation-item-4 {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  padding: 9px 15px;
  font-weight: 500;
  transition: all .5s;
}

.navigation-item-4:hover {
  transform: scale(1.06);
}

.navigation-item-4:active {
  opacity: 1;
}

.navigation-item-4:focus-visible, .navigation-item-4[data-wf-focus-visible], .navigation-item-4.w--current, .navigation-item-4.w--current:hover, .navigation-item-4.w--current:focus, .navigation-item-4.w--current:visited, .navigation-item-4.w--open {
  color: #004df0;
}

.navigation-item-4.navigation-features {
  color: #fff;
  padding-right: 40px;
}

.navigation-item-4.newcopy {
  color: #fff;
}

.navigation-item-4.newcopy.nav-hide, .navigation-item-4.newcopy._2xl-visible {
  display: none;
}

.image-20 {
  margin-top: -3px;
  position: fixed;
}

.pb_navigation-2 {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 20px 0 40px #d6d6d666;
}

.pb_navigation-2.kkk {
  box-shadow: none;
  background-color: #fff0;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.icon-5 {
  -webkit-text-stroke-color: white;
}

.dropdown-3 {
  padding-right: 0;
}

.dropdown-3.w--current {
  color: #333;
  padding-top: 9px;
  padding-bottom: 9px;
}

.dropdown-3.w--current:hover, .dropdown-3.w--current:focus {
  color: #004df0;
}

.dropdown-3.newcopy {
  color: #fff;
}

.dropdown-3.hide-fea2 {
  display: none;
}

.button-3 {
  color: #ffab00;
  letter-spacing: 1px;
  background-color: #ffab001a;
  border: 1px solid #ffab001a;
  border-radius: 20px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .425s;
}

.button-3:hover {
  color: #ffab00;
  background-color: #0000;
  border-style: dashed;
  border-color: #ffab00;
}

.button-3.nav {
  z-index: 5;
  color: #004df0;
  background-color: #004df01a;
  border: 1px solid #004df01a;
  border-radius: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.button-3.nav:hover {
  background-color: #0000;
  border-style: dashed;
  border-color: #004df066;
}

.button-3.nav.without-line {
  color: #333;
  background-color: #fff;
  border-style: none;
  font-weight: 600;
}

.button-3.nav.without-line:hover {
  transform: scale(1.06);
}

.button-3.nav.without-line:focus {
  color: #004df0;
}

.button-3.nav.without-line.newcopy {
  background-color: #fff0;
}

.button-3.sub_d {
  color: #fff;
  background-color: #3b7aff;
  border-color: #004df01a;
  margin-right: 0;
}

.button-3.sub_d:hover {
  background-color: #004df0;
}

.text-block-6 {
  color: #333;
}

.text-block-6.new-copy {
  color: #fff;
}

.dropdown-list-2 {
  background-color: #fff;
  box-shadow: 0 0 8px -4px #0000003d;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  width: 300px;
  display: block;
  box-shadow: 0 0 8px -4px #0000003d;
}

.div-block-40 {
  color: #fff;
}

.line-vertical-2 {
  background-color: #333;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-4 {
  grid-row-gap: 16px;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  font-size: 32px;
  line-height: 39px;
}

.link-block-4 {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 0;
}

.container-4 {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  display: block;
}

.heading-21 {
  color: #fff;
  text-align: center;
  overflow-wrap: normal;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  font-size: 48px;
  font-weight: 900;
  line-height: 66px;
}

.banner-new {
  text-align: center;
  background-image: url('../images/BG-img.webp');
  background-size: 1920px;
  height: 670px;
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: sticky;
  overflow: clip;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #05cbef, #359ef0);
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.div-block-3._36 {
  padding-left: 48px;
  padding-right: 48px;
}

.link-block-3 {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.link-block-3._31 {
  border: 1px solid #000;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.link-block-3.outline {
  background-image: none;
  border: 1px solid #333;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  max-width: 960px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-7 {
  color: #fff;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.text-block-5 {
  color: #000;
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-2 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
}

.heading-23 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.container-glass {
  flex-flow: column;
  justify-content: space-between;
  max-width: 1240px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
}

.tursted {
  background-image: linear-gradient(#fafafa, #fafafa);
  margin-top: 0;
  padding-bottom: 32px;
}

.div-block-9 {
  margin-top: 80px;
  margin-bottom: 64px;
}

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

.text-span-13 {
  color: #333;
  font-weight: 600;
}

.text-span-9 {
  margin-top: 12px;
  display: block;
}

.div-block-6 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e3ecff;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  box-shadow: 0 4px 15px #004df01a;
}

.text-span-7 {
  margin-top: 12px;
  display: block;
}

.heading-25 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.text-span-8 {
  color: #004df0;
}

.quick-stack {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 72px;
  padding: 0;
}

.why-pb {
  border-radius: 2px;
  padding-bottom: 80px;
}

.heading-28 {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-11 {
  margin-top: 12px;
  display: block;
}

.image-11 {
  text-align: center;
  margin-top: 44px;
}

.why-pb-zw {
  color: #666;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 8px;
  padding-right: 0;
  font-weight: 400;
}

.text-span-12 {
  margin-top: 12px;
  display: block;
}

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

.heading-27 {
  color: #004df0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 28px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 4px 20px #0000000a;
}

.image-12 {
  margin-right: 0;
}

.heading-30 {
  color: #004df0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.heading-31 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.div-block-19 {
  background-image: url('../images/mac-yj_1.avif');
  background-position: 0 0;
  background-size: 974px;
  justify-content: center;
  align-items: center;
  width: 973px;
  height: 623px;
  padding: 16px 98px 103px 102px;
  display: flex;
}

.div-block-13 {
  max-width: 1240px;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.backer {
  background-color: #fafafa;
  border-radius: 11px;
  overflow: hidden;
}

.div-block-15 {
  margin-left: 12px;
}

.paragraph-10 {
  color: #666;
  text-align: left;
  width: 100%;
  max-width: 454px;
  font-size: 18px;
  font-weight: 400;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.paragraph-9 {
  color: #666;
  text-align: center;
  max-width: 1030px;
  margin: 20px auto 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-18 {
  background-image: url('../images/iphone-yj_1.avif');
  background-position: 0 0;
  background-size: 273px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 552px;
  margin-right: -143px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.div-block-20 {
  align-items: flex-end;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  line-height: 29px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
  padding: 0;
}

.image-13 {
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-11 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-22 {
  line-height: 42px;
  display: inline-block;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.heading-32 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading-33 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.mask {
  max-width: 1240px;
  margin-top: 0;
}

.div-block-29 {
  width: 64px;
  height: 64px;
  margin: 220px auto 0;
}

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

.image-22 {
  max-width: 100%;
}

.div-block-26 {
  width: 445px;
  max-width: 445px;
  margin-top: 159px;
  margin-left: 150px;
  display: block;
}

.div-block-23 {
  grid-column-gap: 26px;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-34 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.creators {
  padding-bottom: 80px;
}

.paragraph-13 {
  color: #666;
  text-align: center;
  max-width: 1030px;
  margin: 20px auto 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-35 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
}

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

.link-2 {
  color: #004df0;
  text-decoration: underline;
}

.div-block-25 {
  padding-top: 80px;
  padding-bottom: 0;
}

.image-15 {
  transform-style: preserve-3d;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000 14%, #256bff 14%, #256bff);
  height: 100%;
  margin-top: 180px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
}

.slide-nav-2 {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  inset: -30% 0% auto;
}

.image-16 {
  margin-top: 0;
  margin-left: 32px;
}

.div-block-24 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partners {
  background-color: #fafafa;
}

.div-block-30 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 64px;
}

.heading-36 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.quick-stack-4 {
  max-width: 1240px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-34 {
  background-color: #e6e6e6;
  width: 100%;
  max-width: 775px;
  height: 1px;
  margin-top: 32px;
  display: block;
}

.div-block-34.last {
  display: none;
}

.heading-37 {
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.paragraph-14 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-14.faq-content {
  margin-top: 4px;
}

.faq-bg {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: block;
}

.faq2-0 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-33 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 775px;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-15 {
  color: #666;
  text-align: center;
  max-width: 1030px;
  margin: 20px auto 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.faq-q {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.faq-f-icon {
  justify-content: space-between;
  align-items: center;
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3, .text-span-14 {
  color: #004df0;
  font-weight: 600;
  text-decoration: underline;
}

.heading-38 {
  color: var(--b40);
  font-family: Droid Sans, sans-serif;
  font-size: 99px;
  font-weight: 700;
  line-height: 149px;
}

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

.slider-2 {
  background-color: #ddd0;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  padding-top: 100px;
}

.text-block-9 {
  color: #666;
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-39 {
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.image-17 {
  padding-top: 100px;
}

.div-block-42 {
  grid-column-gap: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.said-user-center {
  object-fit: fill;
  border: 4px solid #bed3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 16px #004df01f;
}

.div-block-37 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1030px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-16 {
  opacity: 1;
  pointer-events: auto;
  text-align: center;
  max-width: 860px;
  padding-top: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  transition: transform 1.25s, opacity 1.25s;
  transform: none;
}

.said-user-small {
  border: 2px solid #eaeaea80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  display: flex;
  overflow: hidden;
}

.said-user-small.hide {
  display: none;
}

.text-block-10 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-17 {
  color: #666;
  text-align: center;
  max-width: 1030px;
  margin: 20px auto 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-36 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-nav-3 {
  display: none;
  inset: 0% 0% auto;
}

.right-arrow {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.image-19 {
  margin-left: 6px;
  margin-right: 6px;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.footer-form-two {
  background-color: #f5f7fa00;
  margin-bottom: 40px;
  padding: 48px 64px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 24px;
  display: flex;
}

.sub {
  background-color: #256bff;
}

.footer-form-input {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #333;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 600px;
  width: 612px;
  height: 64px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #9ebdff;
}

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

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

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

.button-primary-2.footer-form-button {
  text-transform: capitalize;
  background-color: #004df0;
  border-radius: 600px;
  height: 48px;
  padding: 8px 18px;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  right: 8px;
}

.footer-form-container-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-block-two {
  border: 1px solid #dbe6ff;
  border-radius: 600px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-40 {
  color: #fff;
  text-transform: capitalize;
  margin: 0 6px;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.div-block-32 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}

.socile_icons-2 {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 20px;
  min-width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px;
  display: flex;
}

.pb_footer_tite-2 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

.pb_link-2 {
  color: #0009;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-43 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
}

.pb_footer_tite-3 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
  display: inline-block;
}

.banner-2 {
  color: #fff;
  text-align: center;
  background-color: #10af50;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
  font-size: 15px;
  display: flex;
}

.navigation-item-5 {
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  transition: all .5s;
}

.navigation-item-5:hover {
  color: #004df0;
}

.navigation-item-5:active {
  opacity: 1;
}

.navigation-item-5.w--current {
  color: #333;
}

.navigation-item-5.w--current:hover, .navigation-item-5.w--current:focus-visible, .navigation-item-5.w--current[data-wf-focus-visible], .navigation-item-5.w--open {
  color: #004df0;
}

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

.text-block-11 {
  text-transform: none;
  font-weight: 500;
}

.section-10 {
  display: none;
}

.dropdown-4 {
  padding-right: 0;
}

.dropdown-4.w--current {
  color: #333;
  padding-top: 9px;
  padding-bottom: 9px;
}

.dropdown-4.w--current:hover, .dropdown-4.w--current:focus {
  color: #004df0;
}

.text-block-12 {
  color: #333;
}

.dropdown-list-3 {
  background-color: #fff;
  box-shadow: 0 0 8px -4px #0000003d;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  width: 300px;
  display: block;
  box-shadow: 0 0 8px -4px #0000003d;
}

.text-span-15 {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

.text-span-16, .text-span-17 {
  color: #004df0;
  font-weight: 600;
}

.features-banner {
  background-color: #f7f7f7;
  background-image: url('../images/BG.webp');
  background-position: 0 0;
  background-size: 1440px;
  padding-top: 80px;
  padding-bottom: 10px;
}

.heading-41 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 59px;
}

.div-block-44 {
  padding-top: 144px;
}

.paragraph-19 {
  color: var(--b40);
  text-align: center;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-19.t2 {
  color: var(--dack-gray);
  font-size: 24px;
  font-weight: 600;
}

.div-block-45 {
  background-color: #fbfafb;
  border-radius: 48px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 150px;
}

.section-11 {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 80px;
  display: block;
}

.div-block-46 {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 40px #004df01a;
}

.step-h {
  background-color: #fbfafb;
  border-radius: 120px 16px 16px;
  max-width: 1240px;
  margin: 0 auto 48px;
  padding-left: 85px;
  padding-right: 40px;
}

.step-h.step-b, .step-h.step-blue, .step-h.step-2 {
  background-color: #256bff;
}

.heading-42 {
  margin-top: 68px;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading-42.step-b-h1 {
  color: var(--white);
}

.quick-stack-5 {
  grid-column-gap: 65px;
  grid-row-gap: 100px;
  padding: 0;
}

.section-12 {
  color: var(--b40);
  padding-top: 60px;
  padding-bottom: 80px;
  font-size: 14px;
  font-weight: 400;
}

.heading-43 {
  font-size: 36px;
  line-height: 44px;
}

.heading-44 {
  margin-top: 78px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading-44.step-b-h2 {
  color: var(--white);
  font-size: 36px;
}

.paragraph-20 {
  color: var(--b40);
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-20.step-b-p {
  color: var(--white);
}

.cell-11 {
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.cell-12 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.link-block-5 {
  flex: 1;
}

.div-block-47 {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 1240px;
  height: 1px;
  margin: 0 auto 80px;
  display: block;
}

.section-13 {
  padding-bottom: 50px;
}

.feature-pbboost-banner {
  background-image: url('../images/FeaturesBG.webp');
  background-position: 0 0;
  background-size: 1440px;
}

.heading-45 {
  padding-top: 120px;
  font-size: 48px;
  font-weight: 800;
  line-height: 59px;
}

.paragraph-21 {
  color: var(--b40);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-4 {
  padding-top: 24px;
}

.button-5 {
  padding-bottom: 24px;
  display: block;
}

.div-block-49 {
  background-color: #004df0;
  border-radius: 666px;
}

.div-block-49.box49-1 {
  background-color: #ffab00;
}

.heading-46 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 24px;
  font-size: 20px;
  line-height: 24px;
}

.heading-46.box46-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-6 {
  padding-top: 0;
}

.div-block-50 {
  margin-top: -100px;
  display: flex;
}

.quick-stack-6 {
  padding-left: 0;
  padding-right: 0;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.image-24 {
  padding-top: 100px;
}

.heading-47 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading-48 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.heading-49 {
  font-size: 20px;
}

.heading-50 {
  font-size: 20px;
  line-height: 28px;
}

.body {
  font-size: 20px;
}

.heading-51 {
  color: var(--b40);
  text-align: center;
  max-width: 1030px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.section-14 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-15 {
  background-color: #fbfafb;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 300px;
  padding-top: 48px;
  display: flex;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
}

.cell-14 {
  align-items: center;
}

.heading-52 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading-53 {
  text-align: center;
  margin: 0 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.paragraph-22 {
  color: var(--b40);
  text-align: center;
  padding: 24px 24px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.quick-stack-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-8 {
  padding-left: 0;
  padding-right: 0;
}

.pricing-banner {
  background-image: url('../images/FeaturesBG.webp');
  background-position: 0 0;
  background-size: 1440px;
}

.heading-54 {
  color: var(--black);
  text-align: center;
  padding-top: 120px;
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
}

.heading-55 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
}

.paragraph-23 {
  color: var(--b40);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.section-16 {
  background-image: linear-gradient(to bottom, var(--white), #fff 46%, #256bff 46%, #256bff);
  padding-top: 32px;
  padding-bottom: 80px;
}

.div-block-52 {
  background-color: #fff;
  border: 2px solid #266bff1a;
  border-radius: 16px;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  box-shadow: 0 2px 40px #004df01f;
}

.heading-56 {
  font-size: 28px;
}

.heading-57 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.paragraph-24 {
  color: var(--b40);
  text-align: center;
  margin-top: 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-13 {
  text-align: center;
  margin-top: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-span-18 {
  color: var(--royal-blue);
  font-size: 28px;
  font-weight: 800;
}

.text-span-19 {
  color: var(--royal-blue);
}

.text-block-14 {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
}

.text-span-20 {
  color: var(--royal-blue);
  font-size: 28px;
  font-weight: 600;
}

.text-block-15 {
  color: var(--b40);
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
}

.heading-58, .heading-59 {
  font-weight: 600;
}

.heading-60 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-53 {
  grid-column-gap: 125px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 24px;
  display: flex;
  overflow: visible;
}

.leading-campaigns-2 {
  grid-column-gap: 125px;
  grid-row-gap: 28px;
  filter: grayscale();
  mix-blend-mode: normal;
  flex: none;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  display: flex;
  transform: translate(0);
}

.leading-campaigns-2.scroll {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-block-7 {
  padding-top: 0;
  transform: translate(0);
}

.section-17 {
  background-color: #fafafa;
  padding-top: 32px;
  padding-bottom: 64px;
  overflow: hidden;
}

.heading-61 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.section-18 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-54 {
  background-color: #fff;
  border: 1px solid #dce7ff;
  border-radius: 16px;
  max-width: 1240px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  transform: translate(0);
  box-shadow: 0 4px 20px #266bff1a;
}

.div-block-55 {
  background-color: #eff4ff;
  border-radius: 12px;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
  padding: 20px 0 20px 24px;
  display: flex;
}

.div-block-55.paymengtblock {
  background-color: #f0fef0;
}

.div-block-55.advb {
  background-color: #fff6eb;
}

.div-block-56 {
  background-color: #fff;
  border-radius: 8px;
  max-width: 64px;
  max-height: 64px;
  box-shadow: 0 2px 25px #004df033;
}

.div-block-56.dpv {
  box-shadow: 0 2px 25px #10af5033;
}

.div-block-56.dadv {
  box-shadow: 0 2px 25px #ffab0033;
}

.image-26 {
  margin: 8px;
}

.heading-62 {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}

.heading-62.payb {
  color: var(--spring-green);
}

.heading-62.dadv {
  color: var(--orange-2);
}

.quick-stack-9 {
  grid-column-gap: 120px;
  grid-row-gap: 32px;
  margin-top: 20px;
  margin-left: 48px;
  margin-right: 48px;
  padding-bottom: 0;
}

.div-block-57 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.heading-63 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-58 {
  background-color: #f2f2f2;
  width: 100%;
  height: 1px;
  margin-top: 32px;
}

.div-block-59 {
  width: 100%;
}

.link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16 {
  padding-top: 0;
}

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

.div-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.text-block-16, .text-block-17 {
  color: var(--b40);
  font-size: 16px;
  font-weight: 400;
}

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

.text-block-18 {
  color: var(--royal-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

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

.link-5 {
  color: var(--royal-blue);
  text-decoration: underline;
}

.massage {
  background-color: #f8f8fa;
  padding-top: 64px;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
}

.massage.roll {
  display: none;
}

.heading-64 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -125px;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  overflow: visible;
}

.div-block-63 {
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.massage-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.massage-card.card2 {
  margin-left: 0;
}

.div-block-64 {
  background-color: #fff;
  border-radius: 24px 24px 72px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  max-width: 518px;
  height: 100%;
  padding: 36px 32px 32px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 24px 40px #004df014;
}

.paragraph-25 {
  font-size: 18px;
}

.paragraph-26 {
  color: var(--b40);
  line-height: 26px;
}

.text-block-19 {
  font-size: 20px;
  font-weight: 600;
}

.heading-65 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.div-block-65 {
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 12px;
  margin-right: 16px;
  display: flex;
}

.all-massage {
  grid-column-gap: 32px;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.customers-massage {
  flex: none;
  justify-content: space-between;
  display: block;
}

.div-block-66 {
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
}

.section-19 {
  display: block;
}

.massage-cms {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  display: flex;
}

.massage-ground {
  flex: none;
}

.massage-card-section {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.div-block-67 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-28 {
  width: 16px;
  height: 16px;
  margin-top: 10px;
  margin-bottom: 6px;
}

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

.line888 {
  background-color: #e3ecff99;
  width: 100%;
  height: 1px;
  margin: 24px 0;
}

.swiper {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.swiper.first-swiper {
  display: block;
}

.slider-scroll {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.swiper-wrapper-ttttt {
  padding-top: 0;
  padding-bottom: 0;
}

.tttt {
  display: block;
}

.swiper-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.swiper-slide {
  flex: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-block-17 {
  pointer-events: none;
  padding-top: 0;
}

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

.quick-stack-10 {
  grid-column-gap: 40px;
  max-width: 1078px;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 16px;
}

.link-block-18, .link-block-19 {
  padding-top: 0;
}

.section-20 {
  display: none;
}

.section-21 {
  background-color: #af7171;
  height: 100vh;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-self: stretch;
  max-width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-66 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.paragraph-27 {
  color: var(--b40);
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

.columns {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.columns.freture-c-banner {
  margin-top: 20px;
  padding-top: 0;
}

.column-7 {
  flex-flow: row;
  align-self: stretch;
  display: flex;
}

.column-8 {
  align-self: stretch;
}

.column-9 {
  align-self: flex-end;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto .25fr auto;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ccc;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.div-block-70.block888 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
}

.heading-67 {
  color: var(--black);
  margin-top: 0;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-28 {
  margin: 12px 24px 24px;
}

.column-10 {
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.columns-2 {
  flex-flow: row;
  align-items: stretch;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.column-11 {
  flex-flow: column;
  align-self: stretch;
  padding-left: 10px;
  display: flex;
}

.column-12 {
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.column-13 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.image-29 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 24px;
}

.div-block-71 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.image-30 {
  margin-top: 0;
  margin-left: 0;
}

.image-31 {
  flex: 0 auto;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}

.image-32, .image-33 {
  margin-top: 0;
  margin-left: 0;
}

.div-block-72 {
  max-width: 50%;
}

.image-34 {
  display: none;
}

.image-35 {
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: 24px;
}

.link-block-20 {
  flex-flow: column;
  flex: 1;
  padding-top: 0;
  display: flex;
}

.link-block-21 {
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.link-block-22 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.link-block-23 {
  padding-top: 0;
}

.link-block-24 {
  padding-top: 0;
  display: flex;
}

.link-block-25 {
  padding-top: 0;
}

.link-block-26 {
  flex-flow: row;
  padding-top: 0;
  display: flex;
}

.code-embed {
  margin-top: 20px;
}

.code-embed-2 {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.code-embed-3 {
  margin-top: 20px;
}

.heading-68 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.functional-demo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-73 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.text-span-21 {
  color: #ffd900;
}

.product-hero-image {
  width: 100%;
}

.product-selection-hero-image-container {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.div-block-74 {
  background-color: #ffffff26;
  border: 2px solid #d9e8ff;
  border-radius: 36px;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.div-block-75 {
  z-index: 1;
  background-color: #ffffff26;
  border: 2px solid #d4dcff;
  border-radius: 36px;
  max-width: 560px;
  padding: 12px;
  position: absolute;
  top: 54%;
  right: 0;
  transform: translate(0, -50%);
}

.div-block-76 {
  background-color: #fff;
  border: .7px solid #00194d4d;
  border-radius: 24px;
  padding: 60px 24px;
  box-shadow: 0 4px 40px #00115e1c;
}

.heading-69 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

.text-span-22 {
  color: var(--royal-blue);
}

.paragraph-29 {
  font-weight: 400;
}

.text-block-20 {
  color: var(--b40);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.quick-stack-11 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  margin-top: 24px;
  padding: 0;
}

.cell-16 {
  border: 1px solid #00194d4d;
  border-radius: 12px;
  padding: 16px 12px;
}

.cell-17 {
  justify-content: center;
  align-items: stretch;
}

.quick-stack-12 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}

.quick-stack-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.form-block-2 {
  margin-top: 24px;
}

.product-selection-item {
  text-align: center;
  border: 1px solid #00194d4d;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  display: flex;
  position: relative;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  display: inline-flex;
}

.text-block-21 {
  white-space: nowrap;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
}

.checkbox-label-2 {
  display: none;
}

.checkbox-field-3 {
  margin-bottom: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}

.pb-container {
  max-width: 1352px;
  padding-left: 16px;
  padding-right: 16px;
}

.banner-new-copy {
  text-align: center;
  background-image: url('../images/BG-img.webp');
  background-size: 1920px;
  font-size: 24px;
  font-weight: 600;
  display: block;
  position: sticky;
  overflow: clip;
}

.home-hero {
  background-image: url('../images/BG-img_1.avif');
  background-size: 1920px;
  padding-top: 144px;
  position: sticky;
  overflow: clip;
}

.home-hero-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  overflow-wrap: normal;
  margin: 0 auto 12px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.5;
}

.div-block-79 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.button-6 {
  background-color: #004df0;
  border-radius: 40px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: none;
}

.learn-more-wrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 0;
  display: none;
}

.home-trusted-section {
  background-color: #fafafa;
  padding-top: 48px;
  padding-bottom: 0;
  overflow: hidden;
}

.quick-stack-14 {
  background-color: #f8f9fa;
  border-radius: 24px;
  max-width: 1654px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.div-block-80 {
  text-align: center;
  align-self: stretch;
}

.home-tools-section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.heading-70 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
}

.text-span-23 {
  color: var(--royal-blue);
}

.section-desc {
  color: var(--text-color);
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.home-functional-section {
  background-color: #fafafa;
  border-radius: 2px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.functional-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.functional-item {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #e3ecff;
  background-color: #fff;
  background-image: linear-gradient(#f0f5ff 6.32%, #fff 82.01%, #fff);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  padding: 16px 16px 32px;
  display: flex;
}

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

.heading-71 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-22 {
  color: var(--b40);
  text-align: center;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.link-6 {
  color: var(--royal-blue);
  text-align: center;
  margin-top: auto;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.div-block-82 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.div-block-83 {
  text-align: center;
  background-color: #fafafa;
  border-radius: 40px 0 0 40px;
  width: 42.424%;
  padding: 64px 48px 64px 64px;
}

.div-block-83.platform-panel {
  background-color: #fafcff;
  border-radius: 40px;
  width: 57.576%;
}

.heading-72 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: none;
}

.text-block-23 {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

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

.image-36 {
  width: auto;
  max-height: 270px;
}

.div-block-85 {
  position: absolute;
  right: 54%;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-comment-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
}

.div-block-87 {
  margin-top: 56px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

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

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

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

.dropdown-toggle {
  padding: 9px 30px 9px 15px;
}

.dropdown-toggle:hover {
  transform: scale(1.06);
}

.dropdown-toggle.w--open {
  padding-right: 30px;
}

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

.dropdown-list-4 {
  opacity: 0;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  box-shadow: 0 24px 40px #0000002b;
}

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

.text-block-24 {
  color: var(--text-color);
  font-weight: 600;
  line-height: 17px;
}

.div-block-89 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-90 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: var(--b40);
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.link-block-27 {
  padding-top: 0;
}

.text-block-26 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 17px;
}

.div-block-91 {
  border-left: 1px solid #e6e6e6;
  width: 0;
  height: 100%;
  margin-left: 10%;
  margin-right: 15%;
}

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

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

.body-2 {
  padding-top: 64px;
}

.page-title {
  color: var(--text-color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.4;
}

.section-22 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-94 {
  margin-top: 16px;
  position: relative;
}

.div-block-95 {
  background-color: #fff;
  border-radius: 100px;
  padding: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.image-37 {
  width: 100%;
}

.section-23 {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: clip;
}

.cell-18 {
  justify-content: center;
  align-items: stretch;
}

.section-title_left {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.section-desc_left {
  color: var(--text-color);
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.cell-19 {
  justify-content: center;
  align-items: stretch;
}

.quick-stack-15 {
  padding: 0;
}

.image-38 {
  transform-origin: 0%;
}

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

.section-24 {
  background-color: #1f1f1f;
  padding-top: 50px;
  padding-bottom: 60px;
  display: none;
}

.cell-20 {
  justify-content: center;
  align-items: stretch;
}

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

.cell-21 {
  justify-content: center;
  align-items: stretch;
}

.quick-stack-16 {
  grid-column-gap: 60px;
}

.section-25 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quick-stack-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template: "Area Area Area-2 Area-2 Area-3 Area-3"
                 "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6"
                 "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.div-block-97 {
  background-color: #f4f6f9;
  border: 1px solid #00194d4d;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.text-block-27 {
  text-align: left;
  text-transform: capitalize;
  padding: 24px 24px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-98, .div-block-99 {
  margin-top: 32px;
}

.hero-section {
  background-image: url('../images/BG.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-100 {
  text-align: center;
  margin-top: 140px;
  position: relative;
}

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

.section-26 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-26.edm {
  background-color: #fff;
}

.quick-stack-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 64px;
  padding: 0;
}

.cell-22 {
  text-align: center;
  align-items: stretch;
}

.text-block-28 {
  color: var(--b40);
  font-size: 14px;
  line-height: 1.5;
}

.text-block-29 {
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 600;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-101 {
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  padding: 32px 32px 54px;
}

.div-block-102 {
  margin-top: 10%;
}

.div-block-103 {
  margin-top: 48px;
  margin-left: -6%;
}

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

.logo-image_white {
  display: none;
}

.partner-logo-wrapper {
  max-width: 144px;
  padding-top: 0;
}

.quick-stack-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 80px;
  padding: 0;
}

.div-block-104 {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  align-self: stretch;
  padding: 80px 32px;
}

.div-block-104.edm {
  background-color: #fafafa;
}

.text-block-30 {
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.section-27 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-105 {
  margin-top: 80px;
}

.div-block-106 {
  padding-top: 144px;
}

.heading-73 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 59px;
}

.paragraph-30 {
  color: #666;
  text-align: center;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-block-32 {
  text-transform: capitalize;
  min-height: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-33 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}

.text-block-34 {
  font-size: 24px;
  line-height: 32px;
}

.text-block-35 {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 32px;
}

.link-7 {
  color: var(--royal-blue);
  text-decoration: underline;
}

.section-28 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-7 {
  color: var(--text-color);
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px 16px;
  line-height: 20px;
}

.div-block-107 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-108 {
  background-color: #f5f5f5;
  margin-top: 24px;
}

.text-block-36 {
  color: var(--royal-blue);
  background-color: #fff;
  border-radius: 80px;
  align-self: flex-end;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-36.opacity-0 {
  opacity: 0;
}

.section-29 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: clip;
}

.quick-stack-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 64px;
  padding: 0;
}

.div-block-109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4f6f9;
  border: 1px solid #00194d4d;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-109:hover {
  box-shadow: 0 4px 10px #004df00f;
}

.list-item {
  background-image: url('../images/icon-check.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-bottom: 24px;
  padding-left: 48px;
}

.list-2 {
  margin-top: 36px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.text-block-37 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
}

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

.div-block-110 {
  margin-bottom: 16px;
}

.quick-stack-15-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding: 0;
}

.image-45 {
  width: 100%;
}

.div-block-111 {
  background-color: #fff;
  border-radius: 24px;
  padding: 42px 75px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 40px #004df01a;
}

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

.pledge-total {
  filter: blur(10px);
  margin-bottom: 12px;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.2;
}

.div-block-100-copy {
  text-align: center;
  margin-top: 0;
  position: relative;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-112 {
  background-color: #bcd1ff;
  width: 55.9375%;
  min-height: 100vh;
  padding: 20px;
  position: sticky;
  top: 0;
}

.div-block-113 {
  background-color: #f7f7f7;
  width: 44.0625%;
}

.cm-scroll-image {
  opacity: 0;
  justify-content: center;
  align-items: center;
  padding: 84px 20px 20px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cm-scroll-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: 84px 15% 20px;
  display: flex;
}

.div-block-116 {
  margin-bottom: 16px;
}

.list-2-copy {
  margin-top: 24px;
  margin-bottom: -24px;
  padding-left: 0;
  list-style-type: none;
}

.section-30 {
  display: none;
}

.list-item-copy {
  background-image: url('../images/icon-check.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-bottom: 24px;
  padding-left: 48px;
}

.div-block-119 {
  display: none;
}

.div-block-120 {
  margin-top: 12px;
}

.div-block-121 {
  min-height: 64px;
}

.cell-23 {
  justify-content: center;
  align-items: center;
}

.text-block-41 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}

.heading-74 {
  margin-top: 16px;
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.paragraph-31 {
  font-size: 16px;
  line-height: 1.5;
}

.div-block-122 {
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 15%;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-124 {
  background-color: #f2f2f2;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  padding: 100px 10%;
  display: flex;
}

.image-47 {
  min-width: 100%;
}

@media screen and (min-width: 1280px) {
  .button.nav.creator-btn {
    margin-right: 0;
  }

  .navigation-wraps {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item.blog-hide, .navigation-item.pledgeboost-hide {
    display: inline-block;
  }

  .navigation-item.max-2xl-visible {
    display: none;
  }

  .navigation-item._2xl-visible, .navigation-item.long-nav-item {
    display: inline-block;
  }

  .navigation-item.short-nav-item {
    display: none;
  }

  .heading-9 {
    font-size: 50px;
  }

  .navigation-item-4.newcopy._2xl-visible {
    display: inline-block;
  }

  .navigation-item-4.newcopy.max-2xl-visible {
    display: none;
  }

  .div-block-70.block888 {
    justify-content: space-around;
    align-items: center;
  }

  .div-block-71 {
    justify-content: center;
    align-items: center;
    max-width: 50%;
  }

  .div-block-72 {
    flex: 1;
    align-self: stretch;
  }

  .div-block-107 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

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

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .divider.style {
    margin-top: 40px;
  }

  .pb_content {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pb_content.hero {
    padding-bottom: 60px;
  }

  .pb_content.hero.center.gray {
    padding-top: 100px;
  }

  .pb_content.transpreate {
    padding-left: 0;
    padding-right: 0;
  }

  .pb_content.blog {
    background-position: 0%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .pb_container.bgccolor {
    padding: 31px;
    overflow: hidden;
  }

  .pb_container.max-w-55, .pb_container.max-w-80 {
    width: auto;
  }

  .button {
    justify-content: center;
  }

  .button.nav {
    display: none;
  }

  .button.nav.without-line {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    display: block;
  }

  .button.colloections {
    margin-right: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .button.sub_d.nav {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.sub_d.nav.creator {
    flex: 1;
    width: auto;
    display: block;
  }

  .label {
    font-size: 20px;
    line-height: 24px;
  }

  .rich-text {
    width: auto;
  }

  .rich-text p {
    font-size: 13px;
    line-height: 24px;
  }

  .rich-text blockquote, .rich-text li {
    font-size: 14px;
    line-height: 30px;
  }

  .p3 {
    font-size: 12px;
    line-height: 20px;
  }

  .styleguide-header-wrap {
    padding: 100px 3vw 60px;
  }

  .menu-icon {
    display: block;
  }

  .nav_menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wraps {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pb_navigation {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-item {
    width: 100vw;
    padding: 15px 30px;
    display: block;
  }

  .navigation-item:active {
    background-color: #eef0f3;
    transform: scale(1.01);
  }

  .navigation-item.hide, .navigation-item.nav-hide2 {
    display: none;
  }

  .navigation-item.long-nav-item {
    display: block;
  }

  .navigation-item.short-nav-item {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 20px;
    display: block;
    box-shadow: 0 20px 20px -15px #0000005e;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .pb_hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .pb_hero.blog {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .pb_hero.blog_tag {
    width: 100%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pb_hero.home {
    flex-direction: column-reverse;
    padding-top: 60px;
  }

  .intro-content.cc-homepage {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .contact-form-wrap {
    width: auto;
    padding: 15px;
  }

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

  .pb_text-section-wrap {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pb_text-section-wrap.customers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }

  .intro-text {
    width: auto;
  }

  .intro-text._0 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pb_title-block, .pb_title-block.center._80 {
    width: auto;
  }

  .pb_title-block._80 {
    width: auto;
    margin-bottom: 0;
  }

  .body-gary-background {
    padding-left: 0;
    padding-right: 0;
  }

  .line-vertical {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pb_blok {
    flex-wrap: wrap;
  }

  .pb_work-wrap {
    padding: 60px 20px;
  }

  .pb_projects-warp.mixh {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pb_projects-warp.mix10px {
    justify-content: flex-start;
    height: 125px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .without10px {
    padding-right: 10px;
  }

  .p1 {
    font-size: 16px;
    line-height: 26px;
  }

  .p2 {
    font-size: 14px;
    line-height: 22px;
  }

  .p4.mobile-hide {
    display: none;
  }

  .detail_typography {
    font-size: 14px;
  }

  .detail_typography_2 {
    font-size: 14px;
    line-height: 20px;
  }

  .pb_content_h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .pb_colors-section-warp {
    justify-content: flex-start;
  }

  .color_warp {
    width: 30%;
  }

  .color_text {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .pb_link.footer {
    margin-left: 0;
  }

  ._50-sec {
    width: auto;
    min-width: 40%;
  }

  .pb_number_warp {
    margin-right: 0;
  }

  .pb_number_warp.partners {
    width: 20%;
  }

  .form-colum {
    width: auto;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-list-horizontal {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .pb_hero_blog-content {
    margin-bottom: 0;
  }

  .pb_hero_blog-content.w_60 {
    width: 70%;
  }

  .content_vertical_start-end {
    margin-bottom: 3px;
  }

  .content_vertical_start-end.left, .content_vertical_start-end.left-pric {
    margin-bottom: 5px;
  }

  .content_vertical_start-end.blog {
    align-items: flex-start;
  }

  .content_grid {
    flex-flow: column;
    place-content: space-around space-between;
    align-items: stretch;
    height: auto;
    min-height: auto;
    padding-left: 0;
    display: block;
  }

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

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

  .zommin-20px {
    padding-left: 0;
  }

  .blog_tag {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    line-height: 45px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .pb_blog_popular_img {
    margin-right: 10px;
  }

  .pricing-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-wrapper._900px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-wrapper._900px.center {
    width: auto;
  }

  .pricing-wrapper.zoomout {
    flex: 1;
    width: auto;
    transform: scale(1.01);
  }

  .pricing-row {
    align-items: stretch;
  }

  .pricing-plan-features {
    font-size: 12px;
    line-height: 20px;
  }

  .pb_hero_mobile {
    width: auto;
    display: block;
    position: static;
    transform: none;
  }

  .pb_customers_div {
    height: 90%;
    padding: 30px 20px;
  }

  .start {
    margin-bottom: 5px;
    margin-left: 0;
  }

  .horizontal {
    display: flex;
  }

  .horizontal.charging {
    flex-direction: row;
    display: block;
  }

  .horizontal.mobile-changing {
    flex-direction: column;
  }

  .horizontal.full-h {
    display: flex;
  }

  .collection-item {
    width: 30%;
  }

  .collection-item.mobile-w30 {
    width: 50%;
  }

  .icon {
    margin-left: 0;
    margin-right: 40px;
  }

  .slide-200px {
    align-items: center;
    height: 220px;
  }

  .icon-2 {
    margin-left: 40px;
    margin-right: 0;
  }

  .custmers-w-view {
    flex: none;
    width: 40%;
    margin-right: 20px;
  }

  .pb_work-4step-23 {
    width: 48%;
    margin-bottom: 20px;
  }

  .pb_content-without-footer-line {
    flex-direction: column;
    align-items: center;
    padding: 60px 5vw;
  }

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

  .verified-img {
    width: auto;
    height: auto;
    display: inline-block;
  }

  .pricing-plan-features-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .dropdown-list {
    box-shadow: none;
    background-color: #f3f3f3e0;
    padding-left: 20px;
    display: block;
  }

  .pthero {
    transform: none;
  }

  .navigation-item---dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: block;
  }

  .navigation-item---dropdown:active {
    background-color: #eef0f3;
  }

  .cutomers-tab {
    width: auto;
  }

  .tabs-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
  }

  .collection-item-_blog {
    width: 48%;
  }

  .pb_blog_grid {
    width: 100%;
    margin-right: 10px;
  }

  .collection-list-_blog {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .collection-list-_blog.popular {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .signup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .link-block {
    display: block;
  }

  .projects-subtitle {
    font-size: 12px;
    line-height: 20px;
  }

  .leading-campaigns {
    width: auto;
  }

  .pb-video {
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .pb_campagin-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pb_campagin-wrap.customers {
    text-align: center;
  }

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

  .horizontal-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .horizontal-home.charging {
    flex-direction: row;
    display: block;
  }

  .horizontal-home.mobile-changing {
    flex-direction: column;
  }

  .horizontal-home.full-h {
    display: flex;
  }

  .color_warp-copy {
    width: 30%;
  }

  .pricing-p3 {
    font-size: 12px;
    line-height: 20px;
  }

  .navigation-item-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: none;
  }

  .navigation-item-2:active {
    background-color: #eef0f3;
  }

  .container-3 {
    max-width: 90%;
  }

  .test {
    width: auto;
  }

  .pc {
    display: none;
  }

  .navigation-item---dropdown-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: block;
  }

  .navigation-item---dropdown-2:active {
    background-color: #eef0f3;
  }

  .navigation-item-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: block;
  }

  .navigation-item-3:active {
    background-color: #eef0f3;
  }

  .navbar2-0 {
    display: none;
  }

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

  .navigation-items-2 {
    background-color: #fff;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 20px;
    display: block;
    box-shadow: 0 20px 20px -15px #0000005e;
  }

  .navigation-item-4 {
    width: 100vw;
    padding: 15px 30px;
    display: block;
  }

  .navigation-item-4:active {
    background-color: #eef0f3;
    transform: scale(1.01);
  }

  .navigation-item-4.hide {
    display: none;
  }

  .pb_navigation-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-3 {
    justify-content: center;
  }

  .button-3.nav {
    display: none;
  }

  .button-3.nav.without-line {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    display: block;
  }

  .button-3.sub_d.nav {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-3.sub_d.nav.creator {
    display: none;
  }

  .dropdown-list-2 {
    box-shadow: none;
    background-color: #f3f3f3e0;
    padding-left: 20px;
    display: block;
  }

  .line-vertical-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-21 {
    padding-top: 140px;
  }

  .paragraph-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-stack {
    margin-top: 48px;
  }

  .div-block-19 {
    background-size: 100%;
    width: 692px;
    height: 444px;
  }

  .div-block-18 {
    background-size: 100%;
    width: 204px;
    height: 414px;
    margin-right: -131px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-11 {
    max-width: 100%;
    font-size: 20px;
  }

  .cell-9 {
    align-items: center;
  }

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

  .quick-stack-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cell-10 {
    align-items: center;
  }

  .cell {
    display: none;
  }

  .cell-7 {
    align-items: center;
  }

  .cell-8 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-29 {
    margin-top: 440px;
  }

  .div-block-28 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-22 {
    width: 100%;
    display: inline-block;
  }

  .div-block-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-23 {
    justify-content: space-around;
  }

  .paragraph-13 {
    margin-bottom: 24px;
  }

  .heading-35 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-27 {
    flex-direction: column;
    display: flex;
  }

  .cell-5 {
    align-items: center;
    padding-bottom: 20px;
  }

  .slider {
    margin-top: 24px;
  }

  .slide-nav-2 {
    display: flex;
    top: 0%;
  }

  .image-16 {
    margin-left: 0;
  }

  .div-block-24 {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .faq-bg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-18, .image-17 {
    padding-top: 160px;
  }

  .section-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-form-two {
    padding: 40px 0;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .pb_link-2.footer {
    margin-left: 0;
  }

  .navigation-item-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    display: block;
  }

  .navigation-item-5:active {
    background-color: #eef0f3;
  }

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

  .navigation-items-3 {
    background-color: #fff;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 20px;
    display: block;
    box-shadow: 0 20px 20px -15px #0000005e;
  }

  .section-10 {
    display: block;
  }

  .dropdown-list-3 {
    box-shadow: none;
    background-color: #f3f3f3e0;
    padding-left: 20px;
    display: block;
  }

  .features-banner {
    padding-top: 80px;
  }

  .div-block-45 {
    padding: 40px 60px;
  }

  .section-11 {
    padding-bottom: 24px;
  }

  .step-h {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-42 {
    text-align: center;
    margin-top: 48px;
  }

  .quick-stack-5 {
    grid-row-gap: 24px;
    padding-bottom: 24px;
  }

  .section-12 {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .heading-44 {
    text-align: center;
    margin-top: 32px;
  }

  .heading-44.step-b-h2 {
    margin-top: 32px;
  }

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

  .cell-11 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-48 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-45 {
    text-align: center;
    padding-top: 40px;
  }

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

  .div-block-50 {
    justify-content: center;
    margin-top: 12px;
  }

  .quick-stack-6 {
    text-align: center;
  }

  .image-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-51 {
    height: 350px;
  }

  .heading-53 {
    text-align: center;
    padding-top: 10px;
  }

  .quick-stack-7 {
    margin-top: 20px;
  }

  .leading-campaigns-2 {
    width: auto;
  }

  .cell-15 {
    align-items: stretch;
  }

  .heading-66 {
    font-size: 20px;
  }

  .heading-67 {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
  }

  .paragraph-28 {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .image-35 {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

  .div-block-74 {
    max-width: 100%;
  }

  .div-block-75 {
    max-width: 100%;
    margin-bottom: 16px;
    position: static;
    transform: none;
  }

  .div-block-76 {
    padding: 24px;
  }

  .text-block-21 {
    white-space: nowrap;
    word-break: normal;
  }

  .home-hero {
    padding-top: 100px;
  }

  .home-hero-title {
    line-height: 1.5;
  }

  .button-6 {
    white-space: nowrap;
  }

  .home-tools-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-desc.text-left, .section-desc.text-left.text-white {
    text-align: center;
  }

  .home-functional-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-block-22 {
    margin-bottom: 32px;
  }

  .div-block-82 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-83 {
    border-radius: 24px;
    width: 100%;
    padding: 48px 32px;
  }

  .div-block-83.platform-panel {
    border-radius: 24px;
    width: 100%;
  }

  .div-block-85 {
    display: none;
  }

  .home-comment-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title.text-left, .section-title.text-left.text-white {
    text-align: center;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-6 {
    padding: 12px;
  }

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

  .dropdown-toggle {
    width: 100%;
    padding: 15px 30px;
  }

  .dropdown-toggle:hover {
    transform: none;
  }

  .icon-6 {
    margin-right: 30px;
  }

  .dropdown-list-4 {
    box-shadow: none;
    padding: 20px 30px;
    position: static;
  }

  .dropdown-list-4.w--open {
    background-color: #f7f7f7;
  }

  .div-block-88 {
    grid-template-columns: 1fr;
  }

  .div-block-89 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-26 {
    margin-bottom: 12px;
  }

  .div-block-91 {
    display: none;
  }

  .dropdown-5 {
    display: block;
  }

  .form-4 {
    overflow: auto;
  }

  .page-title {
    font-size: 44px;
  }

  .section-22 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-94 {
    margin-top: 80px;
  }

  .div-block-95 {
    padding: 16px;
  }

  .quick-stack-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-38 {
    transform: none;
  }

  .section-25 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-areas: "Area Area Area-2 Area-2 Area-3 Area-3"
                         "Area-4 Area-4 Area-5 Area-5 Area-6 Area-6"
                         "Area-7 Area-7 Area-7 Area-8 Area-8 Area-8";
    margin-top: 60px;
  }

  .text-block-27 {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
  }

  .image-40 {
    width: 100%;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-100 {
    margin-top: 120px;
  }

  .div-block-102 {
    text-align: center;
    margin-top: 5%;
  }

  .image-43 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-103 {
    margin-left: 0%;
  }

  .quick-stack-19 {
    margin-top: 60px;
  }

  .section-27 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-28 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-107 {
    border-top: 1px solid #e6e6e6;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
  }

  .section-29 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .quick-stack-15-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-111 {
    padding: 24px 32px;
  }

  .pledge-total {
    font-size: 36px;
  }

  .div-block-122 {
    padding: 60px 10%;
  }

  .div-block-124 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .divider._20px-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pb_container.bgccolor {
    flex-direction: column;
    padding: 20px;
  }

  .pb_paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .button.colloections {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.colloections.blog.blue, .button.colloections.blog.yellow, .button.colloections.blog.red {
    margin-bottom: 10px;
  }

  .rich-text {
    text-align: left;
  }

  .rich-text blockquote {
    padding-left: 20px;
  }

  .rich-text.blog.w680 {
    width: auto;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pb_hero.blog {
    height: 400px;
  }

  .pb_hero.blog_tag {
    width: auto;
    margin-bottom: 10px;
  }

  .pb_hero.home {
    padding-top: 100px;
  }

  .intro-content {
    width: 80%;
  }

  .contact-form-wrap {
    padding: 25px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  .pb_text-section-wrap {
    width: 100%;
  }

  .intro-text._0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pb_blok, .pb_blok.partner {
    flex-direction: column;
  }

  .pb_blok.partners {
    flex-direction: row;
  }

  .pb_work-wrap {
    background-image: linear-gradient(to bottom, null, null), url('../images/5cbc1cadfad96ca5a798950c_upload-cloud.svg');
    text-align: left;
    background-position: 0 0, 100%;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pb_work-wrap._2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/5cbc1cadfad96cc9f49894f8_shopping-cart.svg');
    background-position: 0 0, 100%;
  }

  .pb_work-wrap._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/5cbc1cadfad96c27899894d7_mail.svg');
    background-position: 0 0, 100%;
  }

  .pb_projects-warp.mix10px {
    height: auto;
  }

  .footer_top-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .p4 {
    margin-bottom: 5px;
  }

  .color_warp {
    margin-right: 0;
  }

  .color_warp.logo {
    margin-right: 20px;
  }

  .color_text {
    height: auto;
  }

  .element_wrap_icons {
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
    display: flex;
  }

  .pb_link.footer {
    margin-top: 0;
    line-height: 14px;
  }

  .pb_number_warp {
    width: auto;
  }

  .collection-list-horizontal {
    text-align: left;
    flex-wrap: nowrap;
    display: flex;
  }

  .heading-footer.white {
    font-size: 40px;
    line-height: 50px;
  }

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

  .link {
    line-height: 17px;
  }

  .link.w--current {
    font-size: 12px;
    line-height: 15px;
  }

  .pb_hero_blog-content {
    width: 100%;
  }

  .pb_hero_blog-content.w_60 {
    width: auto;
  }

  .content_grid {
    flex-flow: column;
    align-items: stretch;
    height: auto;
    min-height: auto;
    margin-top: 20px;
    padding-left: 0;
  }

  .p5 {
    letter-spacing: 0;
  }

  .pb_hero_div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .zommin-20px {
    padding-top: 20px;
    padding-left: 0;
  }

  .pricing-wrapper, .pricing-wrapper.black {
    width: 300px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .pricing-row.pric {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .pricing-row.features {
    flex-direction: row;
    align-items: stretch;
  }

  .pb_customers_div {
    text-align: center;
    padding: 24px 10px;
  }

  .margin-button {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .horizontal.mobile-changing.vertical {
    display: block;
  }

  .collection-item.mobile-w30 {
    width: 50%;
  }

  .custmers-w-view {
    justify-content: space-around;
    align-items: center;
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mobile-hide {
    display: none;
  }

  .policies-div {
    align-items: center;
    padding-right: 5px;
  }

  .hero {
    padding: 40px 20px;
  }

  .pb_work-4step-23 {
    width: auto;
    margin-bottom: 20px;
    display: block;
  }

  .pb_3-testimonials {
    margin-bottom: 20px;
    display: block;
  }

  .element_wrap_icons-copy {
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
    display: flex;
  }

  .pb_content-without-footer-line {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._15px-text, .button-2._15px.white {
    font-size: 12px;
  }

  .verified-img._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cutomers-tab.w--current {
    flex: none;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    display: grid;
  }

  .collection-list-_blog {
    grid-row-gap: 24px;
  }

  .collection-list-_blog.popular {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .signup {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

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

  .projects-subtitle {
    display: none;
  }

  .leading-campaigns {
    flex-wrap: wrap;
  }

  .pb-video {
    margin-top: 40px;
  }

  .pb_campagin-wrap {
    width: 100%;
  }

  .logobg.w {
    padding-right: 0;
  }

  .horizontal-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .horizontal-home.mobile-changing.vertical {
    display: block;
  }

  .color_warp-copy {
    margin-right: 0;
  }

  .color_warp-copy.logo {
    margin-right: 20px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .cell-3 {
    align-items: center;
  }

  .quick-stack {
    margin-top: 32px;
  }

  .div-block-19 {
    width: 484px;
    height: 310px;
    padding: 16px 48px 52px;
  }

  .div-block-18 {
    width: 142.8px;
    height: 289.8px;
    margin-right: -68px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-13 {
    border-radius: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .faq2-0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-2 {
    height: auto;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .pb_link-2.footer {
    margin-top: 0;
    line-height: 14px;
  }

  .features-banner {
    padding-top: 60px;
  }

  .div-block-45 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-47 {
    margin-bottom: 40px;
  }

  .heading-46 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-46.box46-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-15 {
    padding-top: 48px;
    padding-bottom: 10px;
  }

  .div-block-51 {
    height: 300px;
  }

  .leading-campaigns-2 {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

  .div-block-76 {
    padding: 16px;
  }

  .home-hero {
    padding-bottom: 20px;
  }

  .home-hero-title {
    font-size: 32px;
  }

  .quick-stack-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-tools-section, .home-functional-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-22 {
    margin-bottom: 24px;
  }

  .div-block-83 {
    padding: 32px 16px;
  }

  .home-comment-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 28px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .page-title {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .section-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-95 {
    transform: translate(-50%, -40%);
  }

  .section-23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-25 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-96 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-areas: "Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-4 Area-4 Area-4"
                         "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                         "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                         "Area-7 Area-7 Area-7 Area-7 Area-7 Area-7"
                         "Area-8 Area-8 Area-8 Area-8 Area-8 Area-8";
    margin-top: 40px;
  }

  .text-block-27 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-100 {
    margin-top: 96px;
  }

  .section-26 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-101 {
    padding: 16px 16px 32px;
  }

  .quick-stack-19 {
    margin-top: 40px;
  }

  .div-block-104 {
    border-radius: 12px;
    padding: 24px 16px;
  }

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

  .section-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-28 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quick-stack-20 {
    margin-top: 48px;
  }

  .div-block-111 {
    border-radius: 12px;
    margin-bottom: 24px;
    padding: 16px;
    position: static;
    left: 0%;
    transform: none;
  }

  .pledge-total {
    font-size: 28px;
  }

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

  .list-2-copy {
    margin-top: 20px;
  }

  .section-30 {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .section-31 {
    display: none;
  }

  .slider-3 {
    background-color: #ddd0;
    height: auto;
    padding-bottom: 40px;
  }

  .div-block-117 {
    padding: 16px;
  }

  .div-block-118 {
    background-color: #bcd1ff;
  }

  .right-arrow-3 {
    color: var(--royal-blue);
    display: none;
  }

  .icon-7, .icon-8 {
    margin-bottom: 0;
  }

  .list-item-copy {
    margin-bottom: 16px;
  }

  .left-arrow-3 {
    color: var(--royal-blue);
    display: none;
  }

  .div-block-122 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-123 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-124 {
    order: -9999;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .pb_content {
    padding: 40px 15px;
  }

  .pb_content.gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pb_content.hero.gray {
    padding-top: 180px;
  }

  .pb_content.blog {
    height: auto;
    padding-top: 100px;
  }

  .pb_content._3 {
    padding-bottom: 100px;
  }

  .pb_container.bgccolor {
    padding: 20px;
  }

  .button {
    text-align: center;
  }

  .button.blue {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 18px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .rich-text blockquote {
    padding-left: 20px;
  }

  .styleguide-header-wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .nav_menu {
    margin-left: 15px;
  }

  .navigation-wraps {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pb_hero {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 40px;
  }

  .pb_hero.blog {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .pb_hero.home {
    padding-bottom: 0;
  }

  .intro-content.cc-homepage {
    width: auto;
  }

  .contact-form-wrap {
    width: auto;
    padding: 15px;
  }

  .pb_text-section-wrap {
    flex-direction: column;
  }

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

  .intro-text._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .pb_title-block.center {
    margin-bottom: 40px;
  }

  .line-vertical {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pb_blok {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

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

  .pb_work-wrap {
    width: auto;
  }

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

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

  .p1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .pb_content_h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .color_warp {
    width: 50%;
  }

  .color_warp.logo {
    margin-right: 20px;
  }

  ._50-sec {
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pb_number_warp {
    width: auto;
    margin-bottom: 10px;
  }

  .pb_number_warp.partners {
    width: auto;
  }

  ._30 {
    width: 40px;
  }

  .form-colum {
    padding-top: 0;
  }

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

  .full-container {
    text-align: left;
  }

  .rich-text-2.logo {
    padding-right: 10px;
  }

  .collection-list-horizontal {
    display: block;
  }

  .sub-footer {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-footer {
    margin-top: 0;
    margin-bottom: auto;
    font-size: 28px;
    line-height: 38px;
  }

  .heading-footer.white {
    font-size: 20px;
    line-height: 25px;
  }

  .vertical {
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .content_vertical_start-end {
    justify-content: flex-start;
  }

  .content_grid {
    align-items: stretch;
  }

  .zommin-20px {
    padding-top: 10px;
  }

  .pb_blog_popular_grid {
    margin-top: 10px;
    margin-left: 0;
  }

  .pb_blog_popular_img {
    margin-right: 0;
  }

  .blog_img_avatar {
    background-image: linear-gradient(to bottom, null, null), url('../images/Favicon.webp');
    background-size: auto, 10px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .pricing-wrapper {
    width: auto;
  }

  .pricing-wrapper.black {
    width: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }

  .pricing-wrapper._900px {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-wrapper.zoomout {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-row {
    align-items: center;
  }

  .pricing-row.pric {
    flex-direction: column;
    padding-top: 20px;
  }

  .pricing-row.features {
    flex-direction: column;
  }

  .pricing-plan-features {
    line-height: 20px;
  }

  .pb_customers_div {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 13px -8px #00000070;
  }

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

  .horizontal {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .horizontal.charging {
    flex-direction: column-reverse;
  }

  .horizontal.mobile-changing {
    flex-flow: row-reverse wrap-reverse;
  }

  .horizontal.full-h {
    flex-direction: column;
  }

  .collection-item.mobile-w30 {
    width: auto;
  }

  .slide-200px {
    align-items: stretch;
    height: 300px;
  }

  .custmers-w-view {
    flex-direction: column;
    width: 100%;
  }

  .mobile-hide {
    display: none;
  }

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

  .pb_work-4step-23 {
    width: 100%;
  }

  .pb_content-without-footer-line {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container.flex-vertical.cookie {
    flex-direction: column;
  }

  ._15px-text {
    width: auto;
    margin-bottom: 10px;
  }

  .button-2 {
    width: 100%;
    max-width: 250px;
  }

  .button-2._15px {
    text-align: center;
    align-items: center;
  }

  .button-2._15px.white {
    max-width: none;
  }

  .verified-img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .verified-img._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobile-vertical {
    flex-direction: column;
    display: flex;
  }

  .mobile-vertical.pt {
    align-items: stretch;
    display: flex;
  }

  ._80--canter {
    width: auto;
  }

  .pricing-plan-features-2 {
    line-height: 20px;
  }

  ._10px-button {
    width: auto;
    margin-bottom: 10px;
  }

  ._90--canter {
    width: auto;
    margin-top: 0;
  }

  .navigation-item---dropdown {
    padding-left: 20px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-_blog {
    width: auto;
    margin-bottom: 20px;
  }

  .collection-item-_blog.popular {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .pb_blog_grid {
    margin-right: 0;
  }

  .collection-list-_blog {
    flex-flow: column;
    align-items: stretch;
    display: block;
  }

  .signup {
    flex-direction: column;
  }

  .banner {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .notice-text {
    font-size: 10px;
    line-height: 14px;
  }

  .dropdown-2 {
    overflow: hidden;
  }

  .img2 {
    bottom: 0;
    left: 39px;
  }

  .img1 {
    right: 0;
  }

  .faq-icon {
    float: right;
    clear: left;
  }

  .leading-campaigns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    place-content: stretch center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .pb_campagin-wrap {
    flex-direction: column;
  }

  .logobg.w {
    padding-right: 0;
  }

  .heading-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .link-block-2 {
    display: inline-block;
  }

  .container-2 {
    margin-top: 6px;
  }

  .image-6 {
    margin-right: 6px;
  }

  .column, .column-2, .column-3, .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-home {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .horizontal-home.charging {
    flex-direction: column-reverse;
  }

  .horizontal-home.mobile-changing {
    flex-flow: row-reverse wrap-reverse;
  }

  .horizontal-home.full-h {
    flex-direction: column;
  }

  .color_warp-copy {
    width: 50%;
  }

  .color_warp-copy.logo {
    margin-right: 20px;
  }

  .pricing-p3 {
    line-height: 20px;
  }

  .navigation-item-2 {
    padding-left: 20px;
    display: block;
  }

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

  .navigation-item---dropdown-2, .navigation-item-3 {
    padding-left: 10px;
  }

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

  .line-vertical-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-22 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .link-block-4 {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-21 {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .banner-new {
    height: auto;
  }

  .div-block-3 {
    width: 100%;
    height: 52px;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .link-block-3 {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3._31 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-3.outline {
    width: 100%;
  }

  .paragraph-5 {
    margin-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

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

  .text-block-5 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
  }

  .heading-23 {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .container-glass {
    display: block;
  }

  .div-block-9 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-25 {
    font-size: 28px;
    line-height: 44px;
  }

  .why-pb {
    padding-bottom: 48px;
  }

  .image-11 {
    margin-top: 24px;
  }

  .heading-27 {
    padding-top: 16px;
    font-size: 24px;
  }

  .div-block-21 {
    background-color: #fff0;
  }

  .heading-30 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .heading-31 {
    font-size: 28px;
    line-height: 44px;
  }

  .div-block-19 {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding: 10px 35px 46px;
  }

  .div-block-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-10 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .paragraph-9 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-18 {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .quick-stack-2 {
    grid-row-gap: 28px;
  }

  .image-13 {
    border-radius: 40px;
    padding: 10px 0;
    display: inline-block;
  }

  .left-arrow, .right-arrow-2 {
    display: none;
  }

  .cell-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-3 {
    padding: 0 64px;
  }

  .cell-10 {
    padding-bottom: 0;
  }

  .cell {
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-12 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .heading-32 {
    font-size: 28px;
    line-height: 44px;
  }

  .heading-33 {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 29px;
  }

  .slide {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-26 {
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
  }

  .cell-6 {
    padding-bottom: 0;
  }

  .heading-34 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
  }

  .creators {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-13 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-35 {
    margin-top: 12px;
  }

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

  .div-block-25 {
    padding-top: 0;
  }

  .cell-5 {
    padding-bottom: 0;
  }

  .image-15 {
    transform: rotateX(0)rotateY(1deg)rotateZ(90deg);
  }

  .slider {
    margin-top: 0;
    padding-bottom: 24px;
  }

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

  .image-16 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-30 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .heading-36 {
    font-size: 28px;
    line-height: 44px;
  }

  .quick-stack-4 {
    margin-top: 20px;
  }

  .div-block-34 {
    margin-top: 16px;
  }

  .heading-37 {
    font-size: 28px;
  }

  .faq-bg {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .faq2-0 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-33 {
    margin-bottom: 16px;
  }

  .paragraph-15 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-q {
    margin-bottom: 0;
    line-height: 26px;
  }

  .heading-38 {
    font-size: 52px;
    line-height: 100px;
  }

  .slider-2 {
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .image-18 {
    padding-top: 40px;
  }

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

  .heading-39 {
    font-size: 28px;
    line-height: 44px;
  }

  .image-17 {
    padding-top: 40px;
  }

  .paragraph-16 {
    padding-top: 48px;
    font-size: 16px;
    line-height: 26px;
  }

  .said-user-small {
    display: none;
  }

  .paragraph-17 {
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 26px;
  }

  .left-arrow-2 {
    justify-content: flex-start;
  }

  .right-arrow {
    justify-content: flex-end;
  }

  .section-9 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-18 {
    font-size: 16px;
  }

  .footer-form-two {
    padding: 20px 0;
  }

  .div-block-39 {
    padding-top: 48px;
  }

  .footer-form-input {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    height: 100%;
    font-size: 16px;
    position: relative;
    right: 0;
  }

  .footer-form-block-two {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

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

  .div-block-43 {
    padding-top: 48px;
  }

  .banner-2 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navigation-item-5 {
    padding-left: 10px;
  }

  .heading-41 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-44 {
    padding-top: 100px;
  }

  .paragraph-19 {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-45 {
    padding: 0;
  }

  .section-11 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .step-h {
    border-top-left-radius: 64px;
    margin-bottom: 24px;
  }

  .heading-42 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-12 {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .heading-44 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-44.step-b-h2 {
    margin-top: 12px;
    font-size: 24px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 28px;
  }

  .link-block-5 {
    padding-top: 0;
  }

  .div-block-47 {
    margin-bottom: 48px;
  }

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

  .section-13 {
    padding-bottom: 0;
  }

  .heading-45 {
    padding-top: 80px;
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-21 {
    font-size: 16px;
  }

  .div-block-49.box49-1 {
    width: 100%;
  }

  .heading-46 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-46.box46-1 {
    padding-left: 76px;
    padding-right: 76px;
  }

  .div-block-50 {
    justify-content: center;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .heading-48 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-51 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-14 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-51 {
    height: 100%;
  }

  .quick-stack-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-54 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-55 {
    font-size: 44px;
    line-height: 52px;
  }

  .paragraph-23 {
    font-size: 16px;
    line-height: 28px;
  }

  .section-16 {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .div-block-52 {
    padding: 32px 12px;
  }

  .heading-57 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-24 {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-13 {
    margin-top: 28px;
    font-size: 18px;
  }

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

  .heading-60 {
    font-size: 18px;
    line-height: 26px;
  }

  .leading-campaigns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    place-content: stretch center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-61 {
    font-size: 28px;
  }

  .section-18 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-54 {
    margin-top: 28px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-55 {
    border-radius: 12px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-56 {
    max-width: 48px;
    max-height: 48px;
  }

  .image-26 {
    max-width: 32px;
    max-height: 32px;
    margin: 4px;
  }

  .heading-62 {
    margin-left: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .quick-stack-9 {
    grid-row-gap: 24px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-63 {
    font-size: 16px;
  }

  .div-block-61 {
    grid-column-gap: 16px;
    justify-content: center;
  }

  .text-block-16, .text-block-17 {
    text-align: center;
  }

  .massage {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .massage.roll {
    display: none;
  }

  .heading-64 {
    font-size: 28px;
  }

  .div-block-64 {
    padding: 16px 16px 28px;
  }

  .paragraph-26 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .line888 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .swiper-wrapper.first-swiper-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .swiper-slide {
    flex: none;
  }

  .link-block-17 {
    padding-top: 0;
  }

  .quick-stack-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-18, .link-block-19, .div-block-68 {
    padding-top: 0;
  }

  .section-20 {
    display: none;
  }

  .slide-2, .slide-3, .slide-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .columns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .columns.freture-c-banner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  .column-7, .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-70.block888 {
    flex-flow: row;
    display: block;
  }

  .columns-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 0;
  }

  .image-29 {
    flex: 0 auto;
    align-self: auto;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-71 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-72 {
    max-width: 100%;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .banner-new-copy, .home-hero {
    height: auto;
  }

  .home-hero-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .home-functional-section {
    padding-bottom: 48px;
  }

  .section-title {
    font-size: 28px;
    line-height: 44px;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

  .section-title_left {
    font-size: 28px;
    line-height: 44px;
  }

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

  .div-block-106 {
    padding-top: 100px;
  }

  .heading-73 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-30 {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .quick-stack-20 {
    margin-top: 32px;
  }
}

#w-node-_4507a34d-3a33-c5e2-2f6d-1f31da23ef22-cfb65acb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d6290e40-5005-2a38-4029-38bba597c44a-cfb65acb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_07a4ccd1-e830-b14a-ec7f-ab899c2088f0-cfb65acb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36aa57c3-47cd-ca43-c560-c929ebee634c-cfb65acb {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_57f7bdc2-2213-aecf-6b39-9adb4d9d504a-cfb65acb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f53638e8-df2d-f3c1-a1a8-efbdb92cdb43-b27a4e25 {
  align-self: stretch;
}

#w-node-_9ca7c954-d2b5-63fb-2021-add4c4a07c5e-b27a4e25 {
  place-self: stretch stretch;
}

#w-node-d3ecab1a-e84a-b74e-3881-b4c4574a555f-39e53aea, #w-node-_042b3fe1-cf36-35cd-190d-5aaa9e19e8a8-39e53aea, #w-node-e6a7c326-848c-01c0-3860-4149ea998668-39e53aea, #w-node-_2501ee33-279f-966b-aba5-e3dd3d1360a7-39e53aea {
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

#w-node-_182004fb-96bc-ffe6-7c56-12527207fc39-b1da2b47, #w-node-_283ab87a-c95c-1418-324b-25d87dacd00d-b1da2b47 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ef039cd-9c3b-3940-3940-497074e98279-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e98285-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e98291-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e9829d-b1da2b47 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

#w-node-b4f683b5-385a-0354-fe0b-34044627e03e-b1da2b47 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_33c5e16a-91d5-ef00-82d5-dd901d17da4f-cb20454e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6038306-f036-3cac-61a9-b54225ca2494-cb20454e, #w-node-_58f11f29-0007-6078-208a-57159583e1de-cb20454e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b541a4e-899a-536a-9f8c-5d7522f1aa9d-662afd4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a8cdfbb-872c-f157-b529-5059cb349389-662afd4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-c5740ae2-f3cc-480f-815e-af65e26e7298-662afd4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4f416598-8382-42a3-c1cc-2f2fb19b9766-662afd4f, #w-node-_11fa9b97-b066-8ab0-b1b4-63a16075e0be-662afd4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e9649684-8208-7438-7745-906cc209c052-662afd4f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e148d83e-344e-c01d-14af-d9250c3a62fc-662afd4f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_6b678ab0-1aa9-8763-7e99-e3ecc1003003-2525f7a1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_780436d0-a255-fbe3-9d68-4ba59049a491-2525f7a1, #w-node-_449956e8-ce54-05c9-1ab8-9a0cbb62b1cb-2525f7a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed33f135-0705-e0ee-07c1-ce2647777435-2525f7a1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_69b552fd-f178-1daa-d816-bed32c6dfa87-577d0bf9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d887d72-599a-a7e3-96b9-42e39cff046d-07050a13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8efac63d-2233-57ee-9f91-10bc20d79862-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d7986e-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d7987a-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d79886-d0edafba {
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
}

#w-node-_5d2cfa97-93f9-6485-9369-d9a0b699285e-ebe3ca96, #w-node-e326ddb6-40a3-093a-e1e8-83307c5d64a2-ebe3ca96, #w-node-b61474e7-551f-7d4e-6ea5-a65ed6cfe7e9-ebe3ca96, #w-node-b61474e7-551f-7d4e-6ea5-a65ed6cfe7e7-ebe3ca96 {
  align-self: stretch;
}

#w-node-_4d887d72-599a-a7e3-96b9-42e39cff046d-ebe3ca96 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4507a34d-3a33-c5e2-2f6d-1f31da23ef22-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d6290e40-5005-2a38-4029-38bba597c44a-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_36aa57c3-47cd-ca43-c560-c929ebee634c-cfb65acb {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr .25fr 1fr;
  }

  #w-node-_36aa57c3-47cd-ca43-c560-c929ebee6357-cfb65acb {
    order: 0;
  }

  #w-node-_36aa57c3-47cd-ca43-c560-c929ebee635e-cfb65acb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3ecab1a-e84a-b74e-3881-b4c4574a555f-39e53aea, #w-node-_042b3fe1-cf36-35cd-190d-5aaa9e19e8a8-39e53aea, #w-node-e6a7c326-848c-01c0-3860-4149ea998668-39e53aea, #w-node-_2501ee33-279f-966b-aba5-e3dd3d1360a7-39e53aea, #w-node-_182004fb-96bc-ffe6-7c56-12527207fc39-b1da2b47 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_283ab87a-c95c-1418-324b-25d87dacd00d-b1da2b47 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1ef039cd-9c3b-3940-3940-497074e98279-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e98285-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e98291-b1da2b47, #w-node-_1ef039cd-9c3b-3940-3940-497074e9829d-b1da2b47 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b4f683b5-385a-0354-fe0b-34044627e03e-b1da2b47 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_33c5e16a-91d5-ef00-82d5-dd901d17da4f-cb20454e {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f6038306-f036-3cac-61a9-b54225ca2494-cb20454e, #w-node-_58f11f29-0007-6078-208a-57159583e1de-cb20454e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b541a4e-899a-536a-9f8c-5d7522f1aa9d-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-c5740ae2-f3cc-480f-815e-af65e26e7298-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4f416598-8382-42a3-c1cc-2f2fb19b9766-662afd4f, #w-node-_11fa9b97-b066-8ab0-b1b4-63a16075e0be-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e148d83e-344e-c01d-14af-d9250c3a62fc-662afd4f {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr .25fr 1fr;
  }

  #w-node-e148d83e-344e-c01d-14af-d9250c3a6307-662afd4f {
    order: 0;
  }

  #w-node-e148d83e-344e-c01d-14af-d9250c3a630e-662afd4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b678ab0-1aa9-8763-7e99-e3ecc1003003-2525f7a1, #w-node-_780436d0-a255-fbe3-9d68-4ba59049a491-2525f7a1, #w-node-_449956e8-ce54-05c9-1ab8-9a0cbb62b1cb-2525f7a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed33f135-0705-e0ee-07c1-ce2647777435-2525f7a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_69b552fd-f178-1daa-d816-bed32c6dfa87-577d0bf9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8efac63d-2233-57ee-9f91-10bc20d79862-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d7986e-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d7987a-d0edafba, #w-node-_8efac63d-2233-57ee-9f91-10bc20d79886-d0edafba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4507a34d-3a33-c5e2-2f6d-1f31da23ef22-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_07a4ccd1-e830-b14a-ec7f-ab899c2088f0-cfb65acb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_57f7bdc2-2213-aecf-6b39-9adb4d9d504a-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b4f683b5-385a-0354-fe0b-34044627e03e-b1da2b47 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a8cdfbb-872c-f157-b529-5059cb349389-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c5740ae2-f3cc-480f-815e-af65e26e7298-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e9649684-8208-7438-7745-906cc209c052-662afd4f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed33f135-0705-e0ee-07c1-ce2647777435-2525f7a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_69b552fd-f178-1daa-d816-bed32c6dfa87-577d0bf9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d887d72-599a-a7e3-96b9-42e39cff046d-07050a13 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b61474e7-551f-7d4e-6ea5-a65ed6cfe7e9-ebe3ca96 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: stretch;
  }

  #w-node-_4d887d72-599a-a7e3-96b9-42e39cff046d-ebe3ca96 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6290e40-5005-2a38-4029-38bba597c44a-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_36aa57c3-47cd-ca43-c560-c929ebee634c-cfb65acb {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-_57f7bdc2-2213-aecf-6b39-9adb4d9d504a-cfb65acb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a4ae51ba-dbb4-eb5a-d8ce-433a71841ea7-45ff6e97, #w-node-d73583d0-86a7-4cf0-c71e-b36417667dc5-013bbdea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_283ab87a-c95c-1418-324b-25d87dacd00d-b1da2b47 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d73583d0-86a7-4cf0-c71e-b36417667dc5-02463056, #w-node-d73583d0-86a7-4cf0-c71e-b36417667dc5-7434a6d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f416598-8382-42a3-c1cc-2f2fb19b9766-662afd4f, #w-node-_11fa9b97-b066-8ab0-b1b4-63a16075e0be-662afd4f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e148d83e-344e-c01d-14af-d9250c3a62fc-662afd4f {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-ed33f135-0705-e0ee-07c1-ce2647777435-2525f7a1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenirnextltpro demi';
  src: url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}