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

body {
  background-color: #070e27;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #ccd2e9;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 94px;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.brand {
  margin-right: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.header-section {
  padding: 64px 3% 40px;
}

.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.hero-content {
  width: auto;
  margin-bottom: 72px;
  justify-items: stretch;
  -ms-grid-columns: 1.5fr 2fr;
  grid-template-columns: 1.5fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.display-heading {
  margin-top: 76px;
  margin-bottom: 0px;
  font-family: airbnb, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.paragraph-large {
  padding-top: 21px;
  font-family: airbnb, sans-serif;
  color: #3a3a3a;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.paragraph-large.max-width {
  max-width: 420px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 14px 24px;
  -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-radius: 8px;
  background-color: #0059f7;
}

.button.button-space {
  display: inline-block;
  margin-top: 0px;
  padding-top: 18px;
  padding-bottom: 0px;
  border-radius: 8px;
  text-align: left;
  text-decoration: none;
}

.grid-content {
  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-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;
}

.container-large {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.dashboard {
  width: 100%;
}

.button-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 14px 24px;
  -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-radius: 8px;
  background-color: #162044;
}

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

.logo-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.howdoesitwork-section {
  padding: 96px 3%;
  text-align: left;
}

.logo-section {
  padding-top: 40px;
  padding-right: 3%;
  padding-left: 3%;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 64px;
  background-color: rgba(78, 90, 133, 0.2);
}

.title-wrap {
  max-width: 480px;
  margin-bottom: 60px;
}

.feature-card {
  padding: 40px;
  border: 1px solid #162044;
  border-radius: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-card:hover {
  background-color: #081131;
  box-shadow: 34px 34px 96px 0 rgba(7, 14, 39, 0.48);
}

.icon {
  margin-bottom: 32px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-tight {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 72px 48px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #0059f7;
  text-align: center;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 178px;
  min-height: 0px;
  padding: 0px 24px;
  -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-radius: 0px 8px 8px 0px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.button-arrow.button-space {
  margin-top: 32px;
}

.button-arrow.get-started-bottom {
  background-color: #689eff;
}

.button-arrow.iosbutton {
  display: block;
  overflow: visible;
  width: 140px;
  height: 50px;
  max-height: 50px;
  max-width: 140px;
  min-height: 50px;
  min-width: 140px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/image-138DownloadOnAppStoreBetter.png');
  background-position: 0px 0px;
  background-size: 140px 50px;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.subheading {
  margin-bottom: 14px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.arrow {
  margin-left: 4px;
}

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 92px;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-grid {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.centre-content {
  margin-top: 114px;
  margin-bottom: 114px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
}

.paragraph-medium {
  font-family: airbnb, sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-size: 20px;
  line-height: 1.5;
}

.content-h3 {
  margin-bottom: 14px;
  font-family: airbnb, sans-serif;
  color: #000;
}

.cta-section {
  padding: 32px 3%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  margin-right: 10px;
  padding: 10px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  background-color: #162044;
}

.light-icon {
  margin-right: 4px;
}

.price-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-block {
  margin-top: 60px;
  padding: 48px 55px;
  border-radius: 20px;
  background-color: #081131;
}

.price-block.feature-price {
  margin-top: 0px;
  background-color: #162044;
}

.dollar-span {
  color: #4e5a85;
}

.line-break {
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: #4e5a85;
}

.grid-feature-check {
  margin-bottom: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

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

.paragraph {
  margin-bottom: 0px;
}

.check {
  margin-right: 14px;
}

.button-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 178px;
  min-height: 64px;
  margin-top: 32px;
  padding: 14px 24px;
  -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-radius: 8px;
  background-color: #4e5a85;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
}

.button-price:hover {
  background-color: #0059f7;
}

.button-price.button-blue {
  background-color: #0059f7;
}

.cta-block-large {
  max-width: 1080px;
  padding: 56px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 24px;
  background-color: #0059f7;
}

.cta-grid {
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding: 48px 3%;
  background-color: #162044;
}

.footer-wrap {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-link {
  color: #ccd2e9;
  text-decoration: none;
}

.text-link-legal {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ccd2e9;
  text-decoration: none;
}

.text-link-legal:hover {
  color: #fff;
}

.social-link {
  margin-right: 24px;
  padding: 4px;
}

.image {
  text-align: left;
}

.dropdown-toggle {
  display: inline-block;
  border-radius: 20px;
  background-color: transparent;
}

.text-block-2 {
  color: #fff;
  font-size: 14px;
}

.icon-2 {
  color: #689eff;
}

.div-block {
  display: block;
  max-width: 1080px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.faq-section.content-section {
  text-align: center;
}

.faq-section1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 3%;
  -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;
  background-color: #fff;
  text-align: left;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background-color: #0059f7;
}

.accordion-toggle {
  width: 100%;
  height: 60px;
}

.dropdown-list {
  position: static;
  display: block;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  text-transform: none;
}

.image-2 {
  width: 400px;
}

.body {
  background-color: #fff;
  font-family: airbnb, sans-serif;
  color: #f4f7ff;
}

.section {
  height: 2000px;
}

.image-3 {
  opacity: 1;
  -webkit-filter: brightness(114%);
  filter: brightness(114%);
}

.heading {
  font-family: airbnb, sans-serif;
  color: #000;
  text-align: center;
}

.text-block-7 {
  margin-top: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #909192;
  font-size: 18px;
}

.decks__text {
  width: 526px;
  margin-bottom: 0px;
  margin-left: 0%;
}

.decks__text-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.decks__text-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  text-align: center;
}

.decks__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.decks__grid {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decks__grid.decks__grid--margin {
  max-width: 18%;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}

.decks__grid.decks__grid--margin.finalgrid {
  margin-right: 0px;
}

.decks__image {
  width: 15.5vw;
  border-radius: 4px;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.decks__image.decks__image--margin {
  margin-bottom: 1.5vh;
}

.div-block-2 {
  display: block;
  max-width: 1080px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.accordion-item-4 {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  background-color: #f2f2f7;
}

.accordion-toggle-2 {
  width: 100%;
  height: 60px;
}

.text-block-3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 14px;
  text-transform: none;
}

.testimonials {
  display: block;
  padding: 61px 4vw 103px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials__heading {
  max-width: 80em;
  margin: 187px auto 84px;
  padding-top: 0px;
  font-family: airbnb, sans-serif;
  color: #162044;
  font-size: 56px;
  line-height: 1.1px;
  text-align: center;
}

.testimonials__heading.faq_heading {
  margin-top: 43px;
  margin-bottom: 2px;
  color: #000;
}

.mask-horizontal {
  overflow: visible;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, 0.18), 11px 0 20px -9px rgba(79, 94, 120, 0.1);
}

.right-arrow-2 {
  top: 17px;
  right: -17px;
  width: 45px;
  height: 45px;
  margin-right: 94px;
  border-radius: 100px;
  background-color: #0059f7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow-2:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.horizontal-fixed-height {
  min-height: 100px;
  font-family: airbnb, sans-serif;
}

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

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.slide-nav-2 {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: airbnb, sans-serif;
  color: #162044;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.author-name {
  margin-top: 0px;
  margin-bottom: -8px;
  font-family: airbnb, sans-serif;
  color: #162044;
  font-size: 16px;
  font-weight: 500;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-job {
  margin-top: 9px;
  color: #7e8bb6;
}

.left-arrow {
  left: -17px;
  top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 94px;
  padding: 10px;
  -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-radius: 100px;
  background-color: #0059f7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -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;
}

.section-2 {
  margin-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  color: #fff;
}

.text-block-6 {
  margin-top: 47px;
}

.text-block-6.paragraph-large {
  margin-top: -9px;
  font-size: 15px;
}

.container-8 {
  color: #000;
}

.button-2 {
  margin-top: 40px;
  background-color: #0059f7;
}

.button-2.button-arrow {
  max-width: 160px;
  min-height: 60px;
}

.image-4 {
  max-width: 200%;
  border: 1px none #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-8 {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.constant {
  display: inline-block;
}

.changer-overflow {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  margin-left: 5px;
}

.changer {
  position: relative;
  top: 0px;
}

.text-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0059f7;
}

.changer-overflow-2 {
  display: inline-block;
  overflow: visible;
  height: 20px;
  margin-left: 5px;
}

.image-5 {
  border-radius: 11px;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px 1px 2px 2px;
  border-color: #000;
  border-radius: 8px 0px 0px 8px;
}

.text-field:focus {
  border-width: 2px 1px 2px 2px;
  border-color: #000 #000 #000 #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  opacity: 1;
}

.div-block-3.example-div {
  overflow: visible;
  width: 100.00004%;
  height: 140px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #f2f2f7;
  box-shadow: 1px 1px 9px -5px #000;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3.example-div.color1 {
  background-color: #396afc;
  color: #fff;
}

.div-block-3.example-div.color2 {
  background-color: #172142;
  color: #fff;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  float: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100%;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  -webkit-column-count: auto;
  column-count: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.blue-text {
  display: inline;
  color: #0059f7;
}

.navbarbutton {
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.columns {
  overflow: visible;
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.column {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  color: #fff;
}

.columns-2 {
  height: 50px;
  color: #fff;
}

.column-2 {
  height: auto;
}

.column-3 {
  height: 50px;
}

.div-block-5 {
  padding-bottom: 0px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.text-span {
  background-color: transparent;
  color: #0059f7;
  font-weight: 500;
}

.text-span-2 {
  color: #0059f7;
}

.text-span-3 {
  color: #0059f7;
}

.color2text {
  display: inline;
  color: #fff;
}

.heading-3 {
  color: #172142;
}

.paragraph-9 {
  color: rgba(23, 33, 66, 0.72);
}

.image-6 {
  display: inline;
}

@media screen and (min-width: 1280px) {
  .button-arrow {
    min-height: 30px;
    background-color: #000;
  }

  .button-arrow.iosbutton {
    min-height: 30px;
  }

  .body {
    background-color: #fff;
    color: #fff;
  }

  .decks__text {
    margin-bottom: 40px;
  }

  .testimonials {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .testimonial-card {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .button-3.how-does-it-work {
    background-color: #fff;
    color: #000;
    font-weight: 700;
  }

  .navbarbutton {
    background-color: #fff;
    color: #000;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .text-block-7 {
    color: #929294;
    font-size: 30px;
    line-height: 35px;
  }

  .testimonials {
    padding-top: 11px;
    padding-bottom: 173px;
    background-color: #fff;
  }

  .testimonials__heading {
    margin-top: 136px;
  }

  .text-block-9 {
    font-size: 100%;
  }

  .button-3 {
    background-color: #fff;
    color: #000;
    font-weight: 700;
  }

  .button-3.how-does-it-work {
    background-color: #fff;
    color: #000;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .navigation {
    display: block;
    margin-top: 39px;
  }

  .header-section {
    position: relative;
  }

  .display-heading {
    color: #000;
  }

  .button-arrow {
    max-width: 200px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    white-space: pre-wrap;
  }

  .button-arrow.iosbutton {
    margin-top: 0px;
    line-height: 40px;
  }

  .decks__wrapper {
    width: 100vw;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 18px;
  }

  .testimonials {
    background-color: #fff;
  }

  .text-field {
    max-width: 200px;
    font-size: 13px;
  }

  .div-block-3 {
    width: 15.5px;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-3.example-div {
    font-size: 18px;
  }

  .text-block-9 {
    height: 140px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
  }

  .blue-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-3 {
    display: block;
    clear: none;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .button-3.how-does-it-work {
    position: relative;
    min-width: 200px;
  }

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

  .color2text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .container-navigation {
    position: relative;
    min-height: auto;
  }

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

  .menu-button {
    border-radius: 8px;
    background-color: #162044;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #0059f7;
  }

  .hero-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .grid-content {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .howdoesitwork-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .price-grid {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-block {
    margin-top: 0px;
  }

  .faq-section1 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .decks__text {
    width: 80%;
  }

  .decks__wrapper {
    -webkit-transform: translate(0px, -24px);
    -ms-transform: translate(0px, -24px);
    transform: translate(0px, -24px);
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-7 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container-navigation {
    position: static;
  }

  .nav-menu {
    height: auto;
    padding: 20px;
    background-color: #070e27;
  }

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

  .feature-card {
    padding: 32px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

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

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

  .link-block {
    display: none;
  }

  .cta-block-large {
    padding: 42px;
  }

  .cta-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .social-wrap {
    margin-bottom: 32px;
  }

  .social-link {
    margin-right: 14px;
    margin-left: 14px;
  }

  .link-wrap {
    margin-bottom: 32px;
  }

  .decks__text {
    width: 90%;
  }

  .decks__text-heading {
    font-size: 2.6em;
  }

  .testimonials__heading {
    font-size: 2.6em;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .navbarbutton {
    background-color: #fff;
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .display-heading {
    font-size: 55px;
  }

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

  .howdoesitwork-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .price-block {
    padding: 32px;
  }

  .text-block-2 {
    display: block;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-section1 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .accordion-item {
    display: inline-block;
  }

  .accordion-toggle {
    height: 60px;
  }

  .body {
    background-color: #fff;
    color: #fff;
  }

  .container-2 {
    max-width: 300px;
  }

  .decks__wrapper {
    width: 180vw;
  }

  .decks__grid.decks__grid--margin {
    margin-right: 2vw;
  }

  .decks__image {
    width: 30vw;
  }

  .decks__image.decks__image--margin {
    margin-bottom: 1vh;
  }

  .div-block-2 {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .accordion-item-4 {
    display: inline-block;
  }

  .accordion-toggle-2 {
    overflow: visible;
  }

  .text-block-3 {
    padding-top: 0px;
    padding-left: 0px;
    float: none;
    white-space: pre-wrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-8 {
    margin-top: 30px;
    padding-top: 0px;
  }

  .right-arrow-2 {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -3%;
    margin-right: 20px;
  }

  .author-block {
    margin-top: 41px;
  }

  .left-arrow {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -3%;
    margin-left: 14px;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 70px;
    padding-left: 15px;
  }

  .navbarbutton {
    background-color: #fff;
    color: #000;
    font-weight: 700;
  }
}

#w-node-e37b9e61-23f6-d236-5cb0-d8f7ab710eba-3cf03f4a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4bf596a7-aa89-aa89-d203-44296f7c0a94-3cf03f4a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_59e1b11c-59af-292a-2a44-070cd4481416-3cf03f4a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f60322e9-0dad-a628-4610-9a998f3341b2-3cf03f4a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f60322e9-0dad-a628-4610-9a998f3341b0-3cf03f4a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_32690463-25da-ec92-a1bd-88ae99597470-3cf03f4a {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_32690463-25da-ec92-a1bd-88ae99597472-3cf03f4a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f60322e9-0dad-a628-4610-9a998f3341b0-3cf03f4a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'airbnb';
  src: url('../fonts/AirbnbCerealBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'airbnb';
  src: url('../fonts/AirbnbCerealBold.ttf') format('truetype'), url('../fonts/AirbnbCerealExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'airbnb';
  src: url('../fonts/AirbnbCerealBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'airbnb';
  src: url('../fonts/AirbnbCerealMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'airbnb';
  src: url('../fonts/AirbnbCerealLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}