/* Generated on: Fri Nov 05 2021 13:30:24 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */


body {
  background-color: #081131;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.6;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.4;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #0183ff;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.style-guide-elements-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-guide-title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 54px;
}

.rich-text figcaption {
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.style-guide-help-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-guide-element-description {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.style-guide-page-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-guide-swatch {
  height: 60px;
  margin-bottom: 5px;
}

.style-guide-swatch.swatch---secondary-blue {
  background-color: #949dff;
}

.style-guide-swatch.swatch---accent {
  background-color: #a778ff;
}

.style-guide-swatch.swatch---primary-blue {
  background-color: #4353ff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 210px;
  padding-right: 20px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0183ff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
}

.button:hover {
  background-color: #026cd6;
  color: #fff;
}

.button.button-small {
  padding: 6px 12px;
  font-size: 12px;
}

.button.button-secondary {
  background-color: #141d3b;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
}

.button.button-secondary:hover {
  background-color: #212946;
}

.button.button-secondary.hero-button {
  margin-right: 0px;
}

.button.button-large {
  padding: 12px 20px;
  font-size: 18px;
}

.button.hero-button {
  margin-right: 30px;
}

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

.style-guide-help-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}

.style-guide-help-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  width: 300px;
  margin-left: 40px;
  padding: 20px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 96%, 0.2);
}

.style-guide-swatches-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-swatch-wrap {
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style-guide-individual-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.style-guide-section-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  line-height: 1.6;
}

.block-quote {
  border-left-width: 2px;
}

.button-text {
  margin-right: 20px;
}

.text-field {
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 40px;
  background-color: #141d3b;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.48);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.48);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.48);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.48);
}

.text-field.big-field {
  padding-top: 20px;
}

.text-field.footer-form {
  margin-bottom: 20px;
}

.select-field {
  height: 48px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #141d3b;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
}

.submit-button {
  height: 48px;
  min-width: 210px;
  border-radius: 100px;
  background-color: #0183ff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.submit-button:hover {
  background-color: #026cd6;
}

.submit-button.footer-form {
  width: 100%;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.navbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}

.nav-link.right {
  margin-right: 0px;
}

.nav-link.left {
  margin-left: 0px;
}

.nav-link.mobile {
  display: none;
}



.separator {
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#011829), color-stop(50%, #363e58), to(#011829));
  background-image: linear-gradient(270deg, #011829, #363e58 50%, #011829);
}

.hero-section {
  background-color: #081131;
}

.hero-grid {
  padding-top: 120px;
  padding-bottom: 120px;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body.hero {
  margin-bottom: 72px;
  font-size: 20px;
}

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

.body.italic {
  font-family: Satoshi Variable, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

.body.italic.bottom-margin-20 {
  margin-bottom: 20px;
  color: #000;
}

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

.body.top-margin-20 {
  margin-top: 20px;
}

.body.copyright {
  color: hsla(0, 0%, 100%, 0.48);
}

.heading-1.hero {
  margin-bottom: 0px;
}

.logos-grid {
  padding-top: 120px;
  padding-bottom: 120px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.section-title {
  max-width: 530px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title.pricing {
  margin-bottom: 100px;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-block {
  padding: 30px;
  border-radius: 16px;
  background-color: #141d3b;
  text-align: center;
}

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

.feature-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.feature-grid-1 {
  grid-column-gap: 100px;
  -ms-grid-columns: 1.25fr 1.5fr;
  grid-template-columns: 1.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tagline {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.tagline.white {
  color: #fff;
}

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

.feature-grid-2 {
  grid-column-gap: 100px;
  -ms-grid-columns: 1.5fr 1.25fr;
  grid-template-columns: 1.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.cta-grid-1 {
  max-height: 400px;
  padding-left: 60px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 100px;
  -ms-grid-columns: 1.25fr 1.5fr;
  grid-template-columns: 1.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #141d3b;
}

.cta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-section {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #c5d9e1;
}

.testimonial-grid {
  position: -webkit-sticky;
  position: sticky;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 100px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 12.5fr 0fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-text {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.reviews-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-stars {
  margin-right: 20px;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.testimonial-card {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 16px;
  background-color: #a1aeb1;
}

.testimonial-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.features-2-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.feature-block-2-text-wrap {
  text-align: left;
}

.checkmark-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.pricing-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-block {
  padding: 60px 30px;
  border-radius: 16px;
  background-color: #141d3b;
  text-align: center;
}

.pricing-block.recommended {
  margin-top: -40px;
  padding: 0px;
}

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

.checkmark-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.check {
  margin-right: 10px;
}

.recommended-tag {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #0183ff;
}

.feature-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.recommended-plan-wrap {
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.trusted-by-wrap {
  text-align: center;
}

.faq-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.faq-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrap {
  border-radius: 16px;
  background-color: #141d3b;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  overflow: hidden;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.faq-heading {
  margin-bottom: 0px;
}

.faq-icon {
  margin-right: 20px;
}

.faq-answer-text {
  margin-bottom: 30px;
}

.cta-2-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #081131;
}

.cta-grid-2 {
  max-height: 400px;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 100px;
  -ms-grid-columns: 1.5fr 1.25fr;
  grid-template-columns: 1.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #141d3b;
}

.footer-section {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #081131;
}

.footer-grid {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.footer-link:hover {
  color: #0183ff;
}

.footer-link.bottom {
  margin-right: 30px;
}

.success-message {
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(44, 231, 92, 0.16);
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.text-block {
  color: #2ce75c;
}

.error-message {
  margin-top: 20px;
  border-radius: 8px;
  background-color: rgba(231, 78, 44, 0.24);
}

.text-block-2 {
  font-family: Poppins, Arial, sans-serif;
  color: #e74e2c;
  font-size: 16px;
  line-height: 1.4;
}

.footer-form {
  width: 100%;
}

.footer-bottom {
  height: 80px;
  margin-top: 120px;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.testimonial-author-image {
  width: 56px;
}

.navigation-side-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.navigation-side-wrap.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}



@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  ul {
    font-size: 16px;
  }

  ol {
    font-size: 16px;
  }

  blockquote {
    font-size: 16px;
  }

  .body.hero {
    font-size: 18px;
  }

  .feature-grid-2 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .cta-grid-1 {
    padding-right: 30px;
    padding-left: 30px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .testimonial-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .testimonial-text {
    position: static;
  }

  .testimonials-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0px;
  }

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

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .faq-heading {
    line-height: 1.4;
  }

  .footer-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    height: auto;
  }

  .footer-bottom-wrap {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button.button-secondary.hero-button {
    margin-bottom: 0px;
  }

  .button.hero-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body.copyright {
    margin-bottom: 10px;
    text-align: center;
  }

  .logos-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-grid-1 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .feature-grid-2 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .reviews-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-stars {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .testimonial-author-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link.bottom {
    margin-right: 0px;
  }

  .footer-link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image {
    width: 100px;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }
}

#w-node-_52c2d270-1894-54e3-dc19-48d3ccc4caf8-8bea646b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f2285ea649c_Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218fb1b8ea6495_Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f812cea648d_Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f47d9ea647d_Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f330eea6488_Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218fcb53ea648b_Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218fd866ea6474_Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f4fd4ea649d_Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f1207ea649f_Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218fdcceea6490_Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218fbe51ea649a_Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f74b0ea6476_Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/61852ff829218f632fea6491_Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f6b63ea647a_Poppins-Bold.ttf') format('truetype'), url('../fonts/61852ff829218f8c3cea6498_Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f1ebcea64a1_Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f8bcfea649e_Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f239aea6485_Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f74b0ea6476_Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/61852ff829218f8c3cea6498_Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}