:root {
  --white: white;
  --black: black;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-900: #160042;
}

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

.main-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.main-wrapper._1 {
  flex-direction: column;
  width: 90%;
}

.main-wrapper._2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  width: auto;
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 31px;
  display: block;
}

.feature-grid-main {
  grid-column-gap: 24px;
  grid-template-rows: 215px;
  grid-template-columns: auto auto auto;
  margin-top: 32px;
}

.main-feature {
  background-color: #e4f0ef;
  border-radius: 12px;
  width: auto;
  height: auto;
  padding: 15px;
}

.main-feature-image {
  width: 49px;
  height: 65px;
  margin-bottom: 24px;
}

.main-feature-text {
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.why-us-wrapper {
  flex-direction: column;
  justify-content: space-around;
  max-width: 90%;
  display: flex;
}

.main-feature-image-2 {
  width: 65px;
  height: 65px;
  margin-bottom: 24px;
}

.main-subheading {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 47px;
}

.why-us {
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.features-wrap-grid {
  grid-column-gap: 0px;
  background-color: #e4f0ef;
  border-radius: 12px;
  grid-template-rows: 472px;
  grid-template-columns: 1fr 512px;
  margin-top: 24px;
}

.features-wrap-image {
  height: 528px;
}

.features-desktop-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

.features-mobile-image {
  display: none;
}

.features-wrap-content {
  padding: 50px;
  display: flex;
}

.list-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 66px;
  list-style-type: decimal;
  display: flex;
}

.paragraph-2 {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.list-item-3 {
  padding-bottom: 0;
}

.features-txt-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.features-txt_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.feature_grid_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.image-22 {
  display: none;
}

.features-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.features_cta {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: #64bab7;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  display: flex;
}

.feature_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features_subtitle_grid {
  color: #64bab7;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.features-img {
  object-fit: fill;
  border-radius: 20px;
  flex: 0 auto;
  align-self: flex-end;
  width: 612px;
  max-width: none;
  height: 450px;
  display: block;
  position: relative;
}

.features-block {
  max-height: 100%;
  margin-top: 0;
  padding-top: 113px;
}

.feature_grid_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.features-wrapper {
  max-width: 90%;
}

.platform-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  height: 100%;
  display: flex;
}

.heading-2 {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.div-block {
  flex-direction: column;
  width: 60%;
  padding: 96px 96px 96px 0;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  width: 99%;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 33px;
}

.spark-centered-primary-bg-content {
  grid-row-gap: 8px;
  color: #5532fa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.spark-pricing-top {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: row;
  padding: 22px;
  display: flex;
}

.spark-foreground-secondary {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-bottom: 125px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.spark-container-5 {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-flex-row-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-pricing-column {
  background-color: #fff;
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-column.spark-simple-shadow-tiny {
  border: 1px solid #d1d0d6;
  border-radius: 25px;
  width: 390px;
  max-width: none;
}

.spark-price-text {
  letter-spacing: -2.37px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 61px;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-section-5 {
  background-color: #64bab7;
  background-image: linear-gradient(#64bab7 50%, #fff 50%);
  width: 100%;
  padding: 105px 0 201px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: none;
  position: relative;
}

.spark-label {
  color: #919194;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-full-width {
  text-align: center;
  letter-spacing: 2.67px;
  text-transform: uppercase;
  background-color: #64bab7;
  border-style: solid;
  border-color: #e8e7e8;
  border-radius: 15px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.spark-button.spark-full-width:hover {
  background-color: #64bab7;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-foreground-disabled {
  color: #98a1b3;
}

.spark-small-icon-2.spark-primary-color {
  color: #5532fa;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-checked-item-2 {
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, .76);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto 25px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.pricing-border {
  background-color: #f8f8fa;
  border: 1px solid #e8e7e8;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  width: 340px;
  height: 142px;
  display: flex;
}

.yes-feature {
  color: #161615;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

.no-feature {
  color: rgba(22, 22, 21, .29);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

.logo {
  width: 312px;
  height: auto;
  margin-bottom: 32px;
}

.social-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-right: 90px;
  display: flex;
}

.social-link {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.footer-contain {
  flex-direction: column;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-column-flat {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.footer-link-wrapper {
  flex-wrap: wrap;
  align-content: center;
  max-width: 420px;
  display: flex;
}

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

.footer-column {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-06 {
  background-color: #e4f0ef;
  background-image: linear-gradient(rgba(228, 240, 239, .69) 84%, #dbe8c1 84%);
  height: auto;
  padding: 0 0%;
}

.footer-link-large {
  color: #161615;
  text-transform: uppercase;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link-large:hover {
  color: #000;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-06-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 0;
  padding-top: 0;
}

.footer-bottom {
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  height: 72px;
  margin-top: 0;
  display: flex;
}

.text-rights {
  color: #000;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.paragraph-6 {
  width: auto;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-23 {
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}

.main-subheading-2 {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 47px;
}

.demo-wrapper {
  max-width: 90%;
  display: flex;
}

.demo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 226px 226px;
  grid-template-columns: 607px;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 35px;
}

.demo-div-1 {
  background-color: #edfffe;
  border: 1px solid #c6c6c6;
  border-radius: 12px;
  width: 660px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 20px;
  display: flex;
}

.image-25 {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 237px;
}

.paragraph-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-7-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.demo-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.spark-foreground-secondary-2 {
  color: rgba(0, 0, 0, .76);
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.spark-section-6 {
  flex-flow: column;
  width: 100%;
  padding: 50px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  position: relative;
}

.spark-container-6 {
  flex-flow: column;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-centered-900 {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  display: none;
}

.heading-5 {
  color: #161615;
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.container-7 {
  max-width: 90%;
  height: 100%;
}

.section-4 {
  height: auto;
  padding-top: 75px;
  padding-bottom: 150px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.heading-6 {
  color: #161615;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 86px;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.lynx-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lynx-slide-nav {
  display: none;
}

.arrow-left-copy, .arrow-right-copy {
  color: #2b394f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  display: flex;
}

.platform-section {
  background-image: url('../images/mask-group-7.webp');
  background-position: 0 0;
  background-size: cover;
  height: 653px;
}

.nav-mobile {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 400px;
  padding-left: 0;
  display: none;
}

._001-nav-container {
  z-index: auto;
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

._001-nav-container._1 {
  width: 100%;
}

.cta-mobile-text {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.cta-mobile-text:hover {
  color: #fff;
}

.off-main-linka {
  z-index: 15;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  max-height: 100%;
  margin-top: 40px;
  padding-top: 0;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.brand-2 {
  z-index: 101;
  color: #1a1a1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.hamburger-middle {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.navlink-two-2 {
  color: #64bab7;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-two-2:hover {
  color: #fff;
}

.hamburger-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.connect-wrap {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 140px;
  display: flex;
}

.navlink-mobile-one {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 28px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 57px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-mobile-one:hover {
  color: #fff;
}

.navlink-mobile-two {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #c40b4a;
  border: 1px #000;
  border-radius: 28px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 57px;
  margin-left: 25px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-mobile-two:hover {
  color: #fff;
}

.image-4 {
  width: 400px;
  max-width: none;
  height: auto;
  position: relative;
  right: 20px;
}

.cta-text-2 {
  color: #64bab7;
  letter-spacing: 2.23px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cta-text-2:hover {
  color: #64bab7;
}

.hamburger-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 20px;
  display: flex;
}

.connect-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
  display: none;
}

.hover-line {
  z-index: -1;
  object-fit: cover;
  background-color: #fec483;
  flex-direction: row;
  align-self: auto;
  width: 100%;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
}

._001-nav {
  z-index: 15;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-3547.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 749px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.big-overlay {
  z-index: 20;
  background-color: #0bdcbc;
  flex: 1;
  width: 100%;
  max-width: 40%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 50px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
}

._001-nav-btn-wrap {
  z-index: 101;
  padding: 0;
}

._001-nav-btn-wrap.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-top {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.nav-right-2 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 200px;
  margin-right: 50px;
  padding-left: 0;
  display: flex;
}

.huge-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 70px;
  line-height: 76px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.huge-link._4, .huge-link._2 {
  z-index: 15;
  margin-bottom: 0;
  padding-bottom: 0;
}

.huge-link._6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.huge-link._3 {
  z-index: 15;
  margin-bottom: 0;
  padding-bottom: 0;
}

.huge-link._5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.huge-link._1 {
  z-index: 15;
  margin-bottom: 0;
  padding-bottom: 0;
}

.huge-link._1.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.off-canvas-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: auto;
}

.link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.cta-mobile-text-2 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.cta-mobile-text-2:hover {
  color: #fff;
}

.navlink-one-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: none;
}

.navlink-one-2:hover {
  color: #fff;
}

.menu-text {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.div-block-6 {
  display: none;
}

.off-other-column {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  border-left: 1px rgba(255, 255, 255, .3);
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.social-icon {
  opacity: .7;
  background-image: url('../images/Twitter-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  margin-right: 24px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.fb {
  background-image: url('../images/Facebook-icon.svg');
}

.social-icon.dribbble {
  background-image: url('../images/Dribble-icon.svg');
  display: none;
}

.social-icon.insta {
  background-image: url('../images/Insta-icon.svg');
  margin-right: 0;
}

.social-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-text-2-1 {
  color: #fff;
  letter-spacing: 2.23px;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.cta-text-2-1:hover {
  color: #fff;
}

.features-cta {
  color: #fff;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: #64bab7;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.features-cta:hover {
  color: #fff;
  background-color: #64bab7;
}

.features-cta:active {
  background-color: rgba(0, 0, 0, 0);
}

.platform-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.platform-cta:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.platform-cta:active {
  background-color: rgba(0, 0, 0, 0);
}

.hero-cta {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.hero-cta:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.hero-cta:active {
  background-color: rgba(0, 0, 0, 0);
}

._001-nav-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tool-bg.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 749px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.exp-section {
  background-color: #2a3040;
  height: 687px;
}

.exp-wrapper {
  max-width: 100%;
  height: 100%;
}

.exp-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.desktop-img {
  width: 351px;
  height: 289px;
  position: relative;
  top: auto;
  bottom: 117px;
}

.heading-8 {
  color: #64bab7;
  text-align: center;
  width: 83%;
  height: 261px;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 86px;
  display: block;
  position: relative;
  bottom: 110px;
}

.paragraph-8 {
  color: #64bab7;
  text-align: center;
  width: 64%;
  height: 114px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  bottom: 95px;
}

.tools-block {
  max-height: 100%;
  margin-top: 0;
  padding-top: 113px;
}

.tools-wrapper {
  max-width: 90%;
}

.tools-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.tools-img {
  object-fit: fill;
  border-radius: 12px;
  flex: 0 auto;
  align-self: flex-end;
  width: 612px;
  max-width: none;
  height: 450px;
  display: block;
  position: relative;
}

.tools-mobile-img {
  display: none;
}

.tools-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.tools-subtitle {
  color: #64bab7;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.tools-text {
  opacity: .75;
  color: #000;
  letter-spacing: .32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.tools-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.tools-img-2 {
  object-fit: fill;
  border-radius: 12px;
  flex: 0 auto;
  align-self: flex-end;
  width: 612px;
  max-width: none;
  height: 450px;
  display: block;
  position: relative;
}

.tools-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 36px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.tools-subtitle-2 {
  color: #64bab7;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  display: flex;
}

.affiliate-section {
  background-image: url('../images/pool.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 767px;
}

.affiliate-wrapper {
  max-width: 90%;
  height: 100%;
}

.affiliate-content {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 93px;
  display: flex;
}

.heading-9 {
  color: #fff;
  width: 44%;
  height: 130px;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.paragraph-9 {
  color: #fff;
  width: 44%;
  height: 60px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.button {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  line-height: 22px;
  display: flex;
}

.mobile-img {
  display: none;
}

._001-nav-3 {
  background-color: #2a3040;
  background-image: url('../images/Group-3547.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 813.813px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-wrapper-2-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 106px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 60px;
}

.heading-10._1 {
  line-height: 86.4px;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 44px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8._1 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.app-page-logo {
  width: 400px;
  max-width: none;
  height: auto;
  position: relative;
  right: 0;
}

.section-6 {
  height: 570px;
  display: block;
  position: relative;
  overflow: visible;
}

.container-9 {
  justify-content: center;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide {
  z-index: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.image-26 {
  width: 190px;
  height: 29px;
  margin-bottom: 46px;
  position: relative;
}

.div-block-9 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-10 {
  text-align: center;
  width: 824px;
  height: 348px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  position: relative;
}

.slide-nav {
  z-index: 0;
  color: #000;
  background-color: #fff;
}

.app-feature-cta {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: #64bab7;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.app-feature-text {
  width: 400px;
  height: auto;
  margin-bottom: 49px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.app-feature-header {
  width: 71%;
  height: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.app-feature-content {
  width: 50%;
  padding-top: 126px;
  padding-left: 106px;
}

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

.app-image-holder {
  width: 50%;
}

.unlock-section {
  background-image: url('../images/bicycle.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 767px;
  margin-top: 0;
}

.unlock-wrapper {
  max-width: 90%;
  height: 100%;
}

.unlock-div {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 93px;
  display: flex;
}

.unlock-header {
  color: #fff;
  width: 44%;
  height: auto;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45px;
}

.unlock-text {
  color: #fff;
  width: 44%;
  height: auto;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.unlock-cta {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  line-height: 22px;
  display: flex;
}

.mobile-hero {
  display: none;
}

.price-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#2a3040 50%, #fff 50%);
  width: 100%;
  margin-top: 0;
  padding: 106px 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
  position: relative;
}

._001-nav-4 {
  background-color: #2a3040;
  background-image: url('../images/Group-3547.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.earning-section {
  background-image: url('../images/female-entrenueper.webp');
  background-position: 50%;
  background-size: cover;
  height: 767px;
  margin-top: 60px;
}

._w-card {
  background-color: #e4f0ef;
  border-radius: 0;
  flex-direction: row;
  width: 100%;
  height: 687px;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._1 {
  max-width: none;
  transition: all .25s;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-card._2, .c-card._3 {
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

._w-cloneable {
  width: 100%;
}

.c-cloneable {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

._w-cards-list {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.cloneable-area {
  width: 100%;
}

.c-cards-list {
  width: 100%;
  transition: all .2s;
  position: relative;
}

.app-features-wrapper {
  max-width: 90%;
}

._001-nav-5 {
  background-color: #2a3040;
  background-image: url('../images/Group-3547.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

._001-nav-5._1 {
  background-color: rgba(65, 73, 93, 0);
  background-image: url('../images/Group-3547.svg');
  background-size: cover;
  height: 520px;
}

.bot-love {
  flex: 0 auto;
  width: 370px;
  height: 340px;
}

.bot-love._1 {
  display: block;
}

.main-wrapper-2-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.main-wrapper-2-3._1 {
  width: 100%;
}

.about-us-text {
  color: #fff;
  text-align: center;
  width: 824px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.about-us-text._1 {
  text-align: center;
  width: 57%;
  font-size: 18px;
  line-height: 27px;
}

.main-content-wrapper {
  max-width: 95%;
}

.explore-main-div {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: 141px;
  padding: 0 80px 38px;
  display: flex;
}

.explore-top-text {
  color: #64bab7;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

.div-block-5 {
  height: auto;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-12 {
  color: #64bab7;
  flex: 0 auto;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  margin-right: 24px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-13 {
  color: #64bab7;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.about-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.about-us-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.freedom-section {
  background-image: url('../images/about-us.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 767px;
}

.grid-2-wrapper {
  max-width: 90%;
}

.about-us-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 59px;
  display: flex;
  position: relative;
}

.grid-2-section {
  padding-top: 85px;
  padding-bottom: 85px;
}

.about-us-txt-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  object-fit: none;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 56px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.partner-section {
  background-color: #2a3040;
  height: 687px;
}

.partner-wrapper {
  max-width: 100%;
  height: 100%;
}

.partner-div {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.partner-header {
  color: #64bab7;
  text-align: center;
  width: 95%;
  height: 232px;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  display: block;
  position: relative;
  bottom: 171px;
}

.partner-img {
  width: 533px;
  height: 533px;
  position: relative;
  top: auto;
  bottom: 151.2px;
}

.partner-mobile-img {
  display: none;
}

.signup-cta {
  color: #64bab7;
  letter-spacing: 2.33px;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.ctas-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  display: none;
}

.mask {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.menu-logo {
  width: 354px;
  max-width: none;
  height: 47px;
  display: none;
}

.text-span {
  font-size: 30px;
  line-height: 41px;
}

.paragraph-14 {
  color: #000;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-15 {
  color: #000;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-16 {
  color: #000;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-17 {
  color: #000;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.tools-header {
  color: #000;
  width: 100%;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-19 {
  color: #000;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.features-header {
  color: #000;
  width: 100%;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.features-text {
  opacity: .75;
  color: #000;
  letter-spacing: .32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-secondary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #64bab7;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.button-secondary-3:hover {
  color: #fff;
  background-color: #64bab7;
}

.button-secondary-3:active {
  background-color: rgba(0, 0, 0, 0);
}

.slide1-section-2 {
  z-index: auto;
  height: 687px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-12 {
  color: #64bab7;
  width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.home-lynx-left-arrow-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #2a3040;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 66%;
}

.home-lynx-block-slide-reviews-3 {
  background-color: #e4f0ef;
  border-radius: 0;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-lynx-image-3 {
  object-fit: cover;
  background-color: #e4f0ef;
  border-radius: 0;
  width: 45%;
  max-width: none;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.home-lynx-block-slide-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 0 0 96px;
  display: flex;
}

.slide1-wrapper-2 {
  flex-direction: row;
  max-width: 100%;
  display: flex;
}

.home-lynx-right-arrow-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #2a3040;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: 41%;
}

.home-lynx-reviews-3 {
  z-index: 0;
  height: 100%;
  position: relative;
}

.lynx-paragraph-slide-2 {
  color: #1c0419;
  letter-spacing: .36px;
  width: 100%;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.home-lynx-slider-3 {
  z-index: 0;
  background-color: #fff;
  border-radius: 0;
  width: 55%;
  height: 687px;
  margin-top: 0;
}

.home-lynx-mask-3 {
  height: 100%;
  position: relative;
}

.slide1-2-section {
  z-index: auto;
  height: 687px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide1-2-wrapper {
  flex-direction: row-reverse;
  max-width: 100%;
  display: flex;
}

.home-lynxy-desktop {
  object-fit: cover;
  background-color: #64bab7;
  border-radius: 0;
  width: 45%;
  max-width: none;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.home-lynx-slider-1-2 {
  z-index: 0;
  background-color: #fff;
  border-radius: 0;
  width: 55%;
  height: 687px;
  margin-top: 0;
}

.home-lynx-block-slide-reviews-1-2 {
  background-color: #64bab7;
  border-radius: 0;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide1-2-header {
  color: #fff;
  width: 612px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.slide1-2-text {
  color: #fff;
  letter-spacing: .36px;
  width: 612px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.slide1-2-cta {
  color: #64bab7;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.slide1-2-cta:hover {
  color: #64bab7;
  background-color: #fff;
}

.slide1-2-cta:active {
  background-color: rgba(0, 0, 0, 0);
}

.home-lynx-right-arrow-1-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  top: 55%;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.arrow-right-1-2, .arrow-left-1-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  display: flex;
}

.home-lynx-left-arrow-1-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
  top: 55%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-7 {
  background-image: url('../images/amb-bg.webp');
  background-position: 50%;
  background-size: cover;
  height: 792px;
}

.container-10 {
  flex-direction: row;
  width: 90%;
  max-width: none;
  height: 100%;
  display: flex;
}

.div-block-10 {
  width: 50%;
  height: 100%;
  padding-top: 63px;
}

.image-29 {
  object-fit: scale-down;
  max-width: 50%;
}

.heading-13 {
  color: #fff;
  width: 90%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 45.6px;
}

.heading-14 {
  color: #fff;
  width: 88%;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 45.6px;
}

.paragraph-20 {
  color: #fff;
  width: 88%;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.paragraph-21 {
  color: #fff;
  width: 513px;
  margin-bottom: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.button-4 {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.nav-06 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/contact-bg.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 550px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.centered-heading-contact {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-contact.margin-bottom-32px {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.contact-text {
  color: #fff;
  width: auto;
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
  display: none;
}

.hero-cta-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.hero-cta-copy:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.hero-cta-copy:active {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-2 {
  background-color: #edfffe;
  border: 1px solid #c6c6c6;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: flex;
}

.demo {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.demo-cards-wrapper {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.demo-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.demo-card._1, .demo-card._2 {
  width: 460px;
  max-width: none;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 20px;
  display: flex;
}

.paragraph-22 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.demo-cards-list {
  transition: all .2s;
  position: relative;
}

.demo-undercard {
  background-color: #e4f0ef;
  border-radius: 12px;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}

.payout-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 90%;
  height: auto;
  margin: 60px 9px 9px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.payout-div {
  text-align: center;
  border: 1px #000;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-right: 24px;
  padding: 0;
  display: flex;
}

.payout-border {
  background-color: #f8f8fa;
  border: 1px solid #e8e7e8;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  height: 142px;
  display: flex;
}

.payout-main {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin: 0 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.payout-text {
  color: #fff;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-25 {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prices-content {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.payout-price-text {
  letter-spacing: -2.37px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 61px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-weight: 400;
}

.payout-div-copy {
  text-align: center;
  border: 1px #000;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
}

._001-nav-copy {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-3547.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 560px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.main-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

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

.terms-text {
  width: 100%;
  padding: 50px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.policy-text {
  padding: 50px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.terms-wrapper, .policy-wrapper {
  max-width: 90%;
}

.centered-heading-main {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-main.margin-bottom-32px {
  color: #fff;
  text-align: left;
  flex-direction: column;
  width: 50%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  display: flex;
}

.centered-heading-main.margin-bottom-32px._1 {
  width: auto;
  font-size: 32px;
  line-height: 42px;
}

.container-11 {
  max-width: 90%;
}

.main-wrapper-2-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 470px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.navlink-one {
  color: #64bab7;
  letter-spacing: 2.23px;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  margin-left: 10px;
  margin-right: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-one:hover {
  color: #64bab7;
}

.login-cta {
  color: #64bab7;
  letter-spacing: 2.33px;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.card {
  color: #b8b9c2;
  background-color: rgba(87, 93, 132, 0);
  background-image: url('../images/group-3688.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  border-radius: 5px;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.card._1 {
  background-position: 50% -100px;
  background-size: 110%;
  position: static;
}

.card._1-2 {
  background-image: url('../images/srs-site.webp');
  background-position: 50% -100px;
  background-size: 110%;
  overflow: hidden;
}

.card._1-3 {
  background-image: url('../images/spanish-site.webp');
  background-position: 50% -100px;
  background-size: 110%;
}

.arrow-right {
  width: 50px;
  height: 50px;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-slider {
  width: 100%;
  height: 100%;
}

.carousel-slider._3 {
  height: 100%;
  right: 0%;
  overflow: visible;
}

.carousel-slider._4 {
  height: 100%;
  right: 0%;
}

.carousel-slider._2 {
  height: 100%;
  position: static;
  right: 0%;
}

.carousel-mask {
  width: auto;
  overflow: hidden;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-bottom: 0;
  display: block;
}

.carousel.is_contained-copy {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
}

.arrow-left {
  width: 50px;
  height: 50px;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.btn:hover {
  background-color: #213ea0;
}

.btn._1 {
  margin-bottom: 50px;
  margin-left: 70px;
}

.nav-wrapper {
  flex-direction: column;
  width: 90%;
  max-width: none;
  height: 90%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.nav-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.icon, .icon-2 {
  display: none;
}

.home-lynx-block-slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 96px 0 0;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 95%;
  margin-top: 72px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

._001-nav-5-copy {
  background-color: rgba(42, 48, 64, 0);
  background-image: url('../images/Group-3547.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.main-wrapper-2-3-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: visible;
}

.body {
  background-color: rgba(42, 48, 64, 0);
}

.button-5 {
  letter-spacing: 2.33px;
  text-transform: uppercase;
  overflow-wrap: normal;
  background-color: #64bab7;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 48px;
  margin-top: 76px;
  margin-bottom: 76px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.dp2-video-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: visible;
}

.video-wrapper {
  border-radius: 20px;
  max-width: 90%;
}

.video-holder {
  border-radius: 20px;
  width: 100%;
  height: 647px;
  margin-top: 0;
}

.html-embed-4 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.article-nav {
  background-color: rgba(42, 48, 64, .5);
  background-image: url('../images/Group-3547.svg');
  background-position: 50%;
  background-size: 720px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.intro-div {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  display: flex;
}

.heading-1-3 {
  color: #363940;
  text-align: center;
  white-space: normal;
  width: auto;
  margin: 0 auto 40px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 86px;
}

.preview-text {
  color: #2e2d29;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.blog-image-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.blog-image-wrapper {
  background-image: url('../images/gallery.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 85%;
  max-width: none;
  height: 610px;
  margin-left: auto;
  margin-right: auto;
}

.blog-image-wrapper._1 {
  background-image: url('../images/tes.webp');
}

.blog-image-wrapper._2 {
  background-image: url('../images/gdi.webp');
}

.blog-image-wrapper._3 {
  background-image: url('../images/google.webp');
}

.blog-image-wrapper._4 {
  background-image: url('../images/1835.webp');
}

.blog-image-wrapper._5 {
  background-image: url('../images/upgrade.webp');
}

.article-section-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.article-cta-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.article-wrapper-2 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.article-content-block {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.card-2 {
  color: #b8b9c2;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.arrow-right-2 {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-header-2 {
  background-image: url('../images/tes.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55%;
}

.card-header-2._1 {
  background-image: url('../images/gdi.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.card-header-2._2 {
  background-image: url('../images/google.webp');
}

.card-header-2._3 {
  background-image: url('../images/gallery.webp');
}

.card-header-2._4 {
  background-image: url('../images/1835.webp');
}

.card-header-2._5 {
  background-image: url('../images/upgrade.webp');
}

.carousel-slider-2 {
  height: 420px;
}

.carousel-slider-2._6 {
  right: -25%;
}

.carousel-slider-2._5 {
  right: -20%;
}

.carousel-slider-2._3 {
  right: -10%;
}

.carousel-slider-2._4 {
  right: -15%;
}

.carousel-slider-2._2 {
  right: -5%;
}

.carousel-mask-2 {
  width: 40%;
  overflow: visible;
}

.arrow-left-2 {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-body-2 {
  background-color: #fff;
  height: 45%;
  padding: 10px 30px;
}

.news-reel-wrapper {
  max-width: 90%;
}

.article-card-header {
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

.paragraph-26 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.news-reel {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-3547.svg');
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.slide-nav-3 {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-14 {
  background-color: #000;
  width: 90%;
  height: 2px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.payout-grid {
  grid-column-gap: 46px;
  grid-template-rows: auto;
  width: 100%;
}

.money-bot-img {
  width: 492px;
  max-width: none;
}

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

.collection-list-wrapper-2 {
  width: 100%;
}

.article-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: auto;
  display: flex;
}

.div-block-15 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 56%;
  padding: 24px;
  display: flex;
}

.article-pre-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 500px 500px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.link-2 {
  color: #5b96d1;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  line-height: 22px;
  text-decoration: none;
}

.main-article-wrapper {
  flex-direction: column;
  width: 90%;
  max-width: none;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.main-header {
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 86px;
}

.main-article-image {
  max-width: 85%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-article-text {
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.return-cta {
  color: #5b96d1;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  justify-content: center;
  width: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-9.overflow-none {
  overflow: hidden;
}

.container-13 {
  max-width: none;
}

.slider-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.slider-item {
  flex-direction: column;
  width: 80vw;
  margin-right: 24px;
  display: flex;
}

.slider-image-div {
  height: 200px;
}

.project-link-card {
  color: #000;
  width: 24vw;
  text-decoration: none;
}

.bold-text-2 {
  display: none;
}

.div-block-16 {
  width: 50%;
}

.image-30 {
  width: 300px;
}

.div-block-17 {
  margin-top: 5%;
  margin-right: 65px;
}

.hidden-div {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  width: 650px;
  height: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar {
  display: none;
}

.f-feature-card-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-grid-four-column {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: 48px;
  grid-template-columns: 96px 96px 96px 96px 96px;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  height: 125px;
}

.featured-in-wrapper {
  width: auto;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-16 {
  color: #161615;
  text-align: left;
  width: 706px;
  height: 76px;
  margin-bottom: 35px;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.dating-sites-main-section {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sites-title {
  color: #fff;
  text-align: left;
  background-color: #64bab7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  display: flex;
}

.datingsites_main_wrapper {
  position: relative;
}

.datingsites_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.datingsites_slide_wrapper {
  background-color: #0a0546;
  flex: none;
  width: 100%;
  height: 150px;
  display: flex;
}

.datingsites_item_holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.item {
  width: 135px;
  margin-left: 20px;
  margin-right: 20px;
}

.faqs-hero-section {
  margin-bottom: 50px;
  padding-top: 0;
}

.faqs-hero-wrapper {
  height: 700px;
}

.faqs-hero-div {
  background-image: url('../images/path8492.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-top: 120px;
  display: flex;
}

.faqs-hero-header {
  color: #7c0e6f;
  text-align: center;
  width: 87%;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.faqs-hero-text {
  color: #1c0419;
  text-align: center;
  letter-spacing: .36px;
  width: 75%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.lynx-accordion-header-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 15px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-3:hover {
  padding-left: 35px;
}

.lynx-heading-accordion {
  color: #1c0419;
  letter-spacing: .4px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lynx-paragraph-accordion-2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.faq-container {
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-container._1 {
  margin-top: 0;
}

.lynx-block-faq-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.lynx-accordion-content-2 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-accordion-item {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .5);
}

.lynx-accordion-item._1 {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .5);
}

.lynx-icon-arrow-2 {
  background-color: #1f2022;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.ai__faqs__heading {
  color: #000;
  margin-top: 97px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 60px;
}

.ai__faqs__text {
  text-align: center;
  width: 64%;
  margin-bottom: 97px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.ai__faqs {
  background-color: rgba(98, 183, 181, .15);
  margin-top: 100px;
  margin-bottom: 13.5px;
  padding-bottom: 13.5px;
}

.link-3, .link-4 {
  color: #000;
  text-decoration: underline;
}

.html-embed-6, .html-embed-7 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .paragraph-4 {
    padding-bottom: 0;
  }

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

  .div-block, .spark-foreground-secondary {
    width: 50%;
  }

  .spark-flex-row-pricing {
    justify-content: center;
  }

  .spark-pricing-column.spark-simple-shadow-tiny {
    width: 400px;
  }

  .heading-3 {
    width: 60%;
  }

  .logo {
    width: 312px;
    height: auto;
  }

  .footer-contain {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    justify-content: space-between;
  }

  .footer-06 {
    background-color: #e4f0ef;
    background-image: linear-gradient(rgba(228, 240, 239, .69) 84%, #dbe8c1 84%);
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-link-large {
    font-size: 14px;
    font-weight: 700;
  }

  .text-rights {
    font-size: 15px;
  }

  .image-23 {
    top: 0;
  }

  .image-25 {
    object-fit: cover;
  }

  ._001-nav-container {
    width: 90%;
    max-width: none;
  }

  .image-4 {
    width: 400px;
  }

  ._001-nav {
    height: 749px;
  }

  .huge-link._1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .tools-wrapper {
    flex-direction: column;
    display: flex;
  }

  ._001-nav-3 {
    overflow: hidden;
  }

  .app-page-logo {
    right: 20px;
  }

  .section-6 {
    position: relative;
  }

  ._w-card {
    box-shadow: none;
  }

  .c-cloneable {
    padding-bottom: 0;
  }

  .home-lynx-left-arrow-3 {
    bottom: 24%;
    left: 0%;
    right: 66%;
  }

  .home-lynx-block-slide-3 {
    padding-top: 100px;
    padding-left: 96px;
  }

  .home-lynx-right-arrow-3 {
    bottom: 24%;
    left: 0%;
  }

  .home-lynx-right-arrow-1-2 {
    top: 55%;
    bottom: 0%;
    left: 10%;
    right: auto;
  }

  .home-lynx-left-arrow-1-2 {
    top: 55%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .payout-wrapper {
    max-width: 90%;
  }

  .payout-border {
    width: 360px;
  }

  .prices-content {
    justify-content: space-between;
    width: 100%;
  }

  .payout-div-copy {
    margin-right: 0;
  }

  ._001-nav-copy {
    height: 560px;
  }

  .centered-heading-main.margin-bottom-32px {
    font-size: 38px;
  }

  .card._1, .card._1-2, .card._1-3 {
    background-position: 50% -120px;
    background-size: 110%;
  }

  .home-lynx-block-slide {
    padding-top: 100px;
    padding-left: 0;
  }

  .intro-div {
    width: 80%;
  }

  .blog-image-wrapper {
    background-image: url('../images/gallery.webp');
  }

  .blog-image-wrapper._1 {
    background-image: url('../images/tes.webp');
  }

  .hidden-div {
    height: 550px;
  }

  .item {
    width: 150px;
  }

  .faqs-hero-section {
    padding-top: 0;
  }

  .faqs-hero-wrapper {
    max-width: 90%;
    height: 768px;
  }

  .faqs-hero-div {
    height: 80%;
  }

  .faq-container {
    max-width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    max-width: none;
    margin-top: 0;
  }

  .centered-heading.margin-bottom-32px {
    width: 40%;
  }

  .feature-grid-main {
    margin-top: 24px;
  }

  .main-subheading {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .features-wrap-grid {
    grid-template-columns: 2fr 1.25fr;
    height: 472px;
  }

  .features-wrap-image {
    height: auto;
  }

  .features-desktop-image {
    object-fit: fill;
    height: 100%;
  }

  .features-wrap-content {
    padding: 105px;
  }

  .features-txt-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: center;
    width: 50%;
  }

  .features-txt_2 {
    flex: none;
    width: 50%;
    padding-right: 0;
  }

  .feature_grid_3 {
    flex-direction: row-reverse;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .features-txt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 36px;
    display: flex;
  }

  .feature_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .features_subtitle_grid {
    justify-content: flex-start;
  }

  .features-img {
    width: 55%;
  }

  .feature_grid_2 {
    flex-direction: row;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .features-wrapper {
    max-width: 90%;
  }

  .div-block {
    width: 50%;
  }

  .spark-container-5 {
    max-width: 90%;
  }

  .spark-flex-row-pricing {
    justify-content: space-between;
  }

  .pricing-border {
    width: 354px;
  }

  .logo {
    height: auto;
  }

  .social-wrap-2 {
    margin-right: 125px;
  }

  .footer-contain {
    width: 90%;
    padding-top: 0;
  }

  .footer-column {
    justify-content: space-between;
  }

  .footer-bottom {
    height: 80px;
  }

  .image-23 {
    height: auto;
  }

  .demo-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    width: 25%;
  }

  .image-25 {
    object-fit: contain;
    width: 100%;
    height: 220px;
  }

  .paragraph-7 {
    width: 70%;
    padding-right: 15px;
  }

  .paragraph-7-5 {
    padding-right: 15px;
  }

  .section-4 {
    padding-top: 75px;
  }

  .div-block-4 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-mobile {
    margin-left: 520px;
  }

  ._001-nav-container {
    justify-content: space-between;
    width: 90%;
    max-width: none;
  }

  .off-main-linka {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 40px;
    padding-right: 110px;
  }

  .connect-wrap {
    padding-right: 110px;
  }

  .image-4 {
    right: 0;
  }

  ._001-nav {
    z-index: 15;
    position: relative;
    overflow: visible;
  }

  .big-overlay {
    z-index: 15;
    height: 100vh;
  }

  .nav-right-2 {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 379px;
    margin-right: 50px;
  }

  .huge-link._1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .off-canvas-wrapper {
    overflow: visible;
  }

  .off-other-column {
    z-index: 11;
  }

  .features-cta {
    border-style: none;
  }

  .tools-wrapper {
    max-width: 90%;
  }

  .tools-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tools-img {
    width: 55%;
  }

  .tools-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 36px;
    display: flex;
  }

  .tools-subtitle {
    justify-content: flex-start;
  }

  .tools-text {
    align-items: flex-start;
    width: auto;
  }

  .tools-grid-2 {
    flex-direction: row;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tools-img-2 {
    width: 55%;
  }

  .tools-content-2 {
    flex: none;
    width: 50%;
    padding-right: 0;
  }

  .tools-subtitle-2 {
    justify-content: flex-start;
  }

  ._001-nav-3 {
    overflow: hidden;
  }

  .main-wrapper-2-2 {
    max-width: none;
  }

  .app-page-logo {
    right: 15px;
  }

  .main-wrapper-2-3 {
    max-width: none;
  }

  .main-content-wrapper {
    max-width: 90%;
  }

  .about-us-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1660px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-us-txt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 75px;
    display: flex;
  }

  .about-us-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .about-us-txt-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 91px;
    padding-right: 0;
    display: flex;
  }

  .partner-header {
    width: 77%;
  }

  .features-text {
    align-items: flex-start;
    width: auto;
  }

  .button-secondary-3 {
    border-style: none;
  }

  .heading-12 {
    text-transform: uppercase;
    width: 88%;
  }

  .home-lynx-left-arrow-3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    left: 0%;
    right: 69%;
  }

  .home-lynx-image-3 {
    object-fit: contain;
  }

  .home-lynx-block-slide-3 {
    padding-left: 96px;
  }

  .home-lynx-right-arrow-3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: auto;
    bottom: 24%;
    left: 0%;
    right: 49%;
  }

  .lynx-paragraph-slide-2 {
    width: 88%;
  }

  .home-lynxy-desktop {
    object-fit: contain;
  }

  .slide1-2-header {
    text-transform: uppercase;
    width: 88%;
  }

  .slide1-2-text {
    width: 88%;
  }

  .slide1-2-cta {
    border-style: none;
  }

  .home-lynx-right-arrow-1-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: auto;
    bottom: 18%;
    left: 0%;
    right: 49%;
  }

  .home-lynx-left-arrow-1-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: auto;
    bottom: 18%;
    left: 0%;
    right: 69%;
  }

  .centered-heading-contact.margin-bottom-32px {
    width: 40%;
  }

  .div-block-11 {
    width: 30%;
  }

  .paragraph-22 {
    width: 70%;
    padding-right: 15px;
  }

  .payout-wrapper {
    background-image: none;
    max-width: 90%;
    margin-top: 60px;
  }

  .payout-border {
    width: 400px;
  }

  .payout-main, .payout-text {
    width: 90%;
  }

  .prices-content {
    justify-content: space-between;
    margin-top: 0;
  }

  .main-wrapper-copy {
    max-width: none;
  }

  .centered-heading-main.margin-bottom-32px {
    width: 50%;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 58px;
  }

  .main-wrapper-2-4 {
    max-width: none;
  }

  .card._1, .card._1-2, .card._1-3 {
    background-size: 105%;
  }

  .btn._1 {
    margin-left: 0;
  }

  .home-lynx-block-slide {
    padding-left: 96px;
    padding-right: 0;
  }

  .main-wrapper-2-3-copy {
    max-width: none;
  }

  .dp2-video-section {
    margin-top: 0;
    overflow: visible;
  }

  .video-holder {
    height: 650px;
    margin-top: 12px;
  }

  .html-embed-4 {
    overflow: visible;
  }

  .intro-div {
    width: 75%;
  }

  .heading-1-3 {
    text-align: center;
  }

  .payout-grid {
    grid-column-gap: 0px;
  }

  .money-bot-img {
    height: 492px;
  }

  .payout-img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .bold-text-2 {
    display: none;
  }

  .image-30 {
    width: 300px;
  }

  .div-block-17 {
    margin-top: 5%;
    margin-right: 90px;
  }

  .hidden-div {
    width: 700px;
  }

  .heading-16 {
    margin-right: 85px;
  }

  .sites-title {
    margin-right: 0;
  }

  .item {
    width: 175px;
  }

  .faqs-hero-section {
    height: auto;
  }

  .faqs-hero-div {
    height: 83%;
  }

  .lynx-paragraph-accordion-2 {
    color: #000;
  }

  .faq-container {
    max-width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .main-wrapper {
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-wrapper._1 {
    width: 90%;
    max-width: 1440px;
  }

  .main-wrapper._2 {
    width: 1440px;
    max-width: 1440px;
  }

  .centered-heading.margin-bottom-32px {
    width: 80%;
    font-size: 72px;
    line-height: 72px;
  }

  .hero-split {
    width: auto;
  }

  .feature-grid-main {
    grid-column-gap: 81px;
    grid-template-columns: 500px 500px 500px;
    width: 100%;
    max-width: none;
    margin: 0 auto 24px;
  }

  .main-feature {
    padding: 20px;
  }

  .why-us-wrapper {
    max-width: 1660px;
  }

  .main-subheading {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .features-wrap-grid {
    grid-template-columns: 1.75fr 1fr;
  }

  .features-desktop-image {
    width: 100%;
  }

  .features-wrap-content {
    padding: 30px;
  }

  .list-item-3 {
    flex: none;
  }

  .features-txt-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
    padding-right: 100px;
  }

  .features-txt_2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    width: 50%;
    padding-left: 100px;
  }

  .features-txt {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
    padding-right: 100px;
  }

  .features-img {
    width: 50%;
    height: 100%;
  }

  .features-wrapper, .platform-wrapper {
    max-width: 1660px;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 115px 115px 115px 0%;
  }

  .spark-container-5 {
    max-width: 1660px;
  }

  .spark-flex-row-pricing {
    justify-content: space-between;
  }

  .spark-section-5 {
    padding-bottom: 175px;
  }

  .social-wrap-2 {
    margin-right: 190px;
  }

  .footer-contain {
    max-width: 1660px;
    padding-top: 0;
  }

  .footer-column {
    align-items: center;
  }

  .footer-06 {
    height: auto;
  }

  .footer-bottom {
    height: 100px;
  }

  .main-subheading-2 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .demo-wrapper {
    flex-direction: column;
    max-width: 1660px;
    display: flex;
  }

  .demo-div-1 {
    width: 50%;
  }

  .div-block-3 {
    width: 20%;
  }

  .spark-container-6, .div-block-4 {
    max-width: 1660px;
  }

  .platform-section {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 830px;
  }

  .nav-mobile {
    margin-left: 870px;
  }

  ._001-nav-container {
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .off-main-linka, .connect-wrap {
    padding-right: 165px;
  }

  ._001-nav {
    align-items: flex-start;
  }

  .nav-right-2 {
    margin-left: 640px;
  }

  .huge-link._1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._001-nav-2 {
    align-items: flex-start;
  }

  .exp-div {
    width: auto;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8, .paragraph-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .tools-wrapper {
    max-width: 1660px;
  }

  .tools-img {
    width: 50%;
  }

  .tools-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
    padding-right: 100px;
  }

  .tools-img-2 {
    width: 50%;
  }

  .tools-content-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    width: 60%;
    padding-left: 100px;
  }

  .affiliate-section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .affiliate-wrapper {
    max-width: 1660px;
  }

  .affiliate-content {
    padding-top: 75px;
  }

  ._001-nav-3 {
    align-items: flex-start;
    overflow: hidden;
  }

  .main-wrapper-2-2 {
    width: auto;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    width: 1036px;
  }

  .slider {
    width: 100%;
  }

  .app-feature-text, .app-feature-header {
    width: 85%;
  }

  .app-feature-content {
    padding-top: 200px;
  }

  .image-27 {
    object-fit: contain;
  }

  .unlock-section {
    background-position: 50% 0;
    background-size: 100%;
  }

  .unlock-wrapper {
    max-width: 1660px;
  }

  .unlock-div {
    padding-top: 150px;
  }

  .price-section {
    padding-bottom: 175px;
  }

  ._001-nav-4 {
    align-items: flex-start;
  }

  .earning-section {
    background-position: 50% 0;
    background-size: 100%;
  }

  .app-features-wrapper {
    max-width: 1660px;
  }

  ._001-nav-5 {
    align-items: flex-start;
  }

  .main-wrapper-2-3 {
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-content-wrapper {
    max-width: 1660px;
  }

  .explore-main-div {
    margin-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .explore-top-text {
    margin-bottom: 38px;
  }

  .about-us-grid {
    height: 580px;
  }

  .about-us-txt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
    padding-right: 100px;
  }

  .freedom-section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .grid-2-wrapper {
    max-width: 1660px;
  }

  .about-us-grid-2 {
    height: 580px;
  }

  .about-us-txt-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
    padding-right: 0;
  }

  .partner-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .partner-div {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .partner-header {
    width: 58%;
  }

  .mask {
    width: 100%;
  }

  .slide1-section-2 {
    background-color: #e4f0ef;
  }

  .home-lynx-left-arrow-3 {
    bottom: 26%;
    left: 0%;
    right: 73%;
  }

  .slide1-wrapper-2 {
    max-width: 1660px;
  }

  .home-lynx-right-arrow-3 {
    background-image: none;
    bottom: 26%;
    left: 0%;
    right: 53%;
  }

  .home-lynx-reviews-3 {
    width: 100%;
  }

  .home-lynx-slider-3 {
    left: 0%;
  }

  .home-lynx-mask-3 {
    width: 100%;
  }

  .slide1-2-section {
    background-color: #64bab7;
  }

  .slide1-2-wrapper {
    max-width: 1660px;
  }

  .home-lynx-slider-1-2 {
    left: 0%;
  }

  .home-lynx-right-arrow-1-2 {
    background-image: none;
    bottom: 20%;
    left: 0%;
    right: 53%;
  }

  .home-lynx-left-arrow-1-2 {
    bottom: 20%;
    left: 0%;
    right: 73%;
  }

  .container-10 {
    width: auto;
    max-width: 1660px;
  }

  .nav-06 {
    align-items: flex-start;
  }

  .centered-heading-contact.margin-bottom-32px {
    width: 60%;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-11 {
    width: 20%;
  }

  .payout-wrapper {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .prices-content {
    justify-content: space-between;
  }

  ._001-nav-copy {
    align-items: flex-start;
    height: 730px;
  }

  .main-wrapper-copy {
    width: 40%;
    max-width: 1660px;
    margin-left: 15vw;
    margin-right: 0;
  }

  .terms-wrapper, .policy-wrapper {
    max-width: 1660px;
  }

  .centered-heading-main.margin-bottom-32px {
    width: 40%;
    font-size: 48px;
    line-height: 58px;
  }

  .container-11 {
    max-width: 1660px;
  }

  .main-wrapper-2-4 {
    width: auto;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
  }

  .card._1, .card._1-2, .card._1-3 {
    background-position: 50% -150px;
    background-size: 110%;
  }

  .carousel.is_contained {
    width: 50%;
  }

  .carousel.is_contained-copy {
    max-width: none;
  }

  .btn._1 {
    margin-left: 60px;
  }

  .nav-wrapper {
    max-width: 1660px;
  }

  .nav-content {
    width: 50%;
  }

  ._001-nav-5-copy {
    align-items: flex-start;
  }

  .main-wrapper-2-3-copy {
    width: 100%;
    max-width: 1660px;
    margin-left: 7vw;
    margin-right: 0;
  }

  .dp2-video-section {
    background-image: none;
    margin-top: 0;
  }

  .video-wrapper {
    max-width: 1660px;
  }

  .article-nav {
    align-items: flex-start;
  }

  .intro-div {
    width: auto;
    max-width: 1440px;
  }

  .blog-image-wrapper {
    background-size: contain;
    width: 1440px;
    max-width: 1440px;
  }

  .blog-image-wrapper._5 {
    background-position: 50% 0;
    background-size: cover;
  }

  .article-cta-wrap {
    width: auto;
    max-width: 1440px;
  }

  .div-block-14 {
    width: 90%;
    max-width: 1440px;
  }

  .image-30 {
    width: 320px;
  }

  .div-block-17 {
    margin-right: 150px;
  }

  .hidden-div {
    width: 800px;
  }

  .featured-in-wrapper {
    justify-content: center;
    align-items: center;
  }

  .item {
    width: 200px;
  }

  .faqs-hero-section {
    height: auto;
  }

  .faqs-hero-div {
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .faqs-hero-header {
    width: 49%;
    margin-bottom: 0;
  }

  .faqs-hero-text {
    width: 44%;
  }

  .faq-container {
    max-width: 1660px;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    width: auto;
    max-width: none;
  }

  .centered-heading.margin-bottom-32px {
    width: 55%;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 55px;
    line-height: 55px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    width: auto;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 24px;
  }

  .feature-grid-main {
    grid-template-rows: 220px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-feature {
    padding: 15px;
  }

  .main-feature-text {
    width: auto;
    font-size: 14px;
    line-height: 21px;
  }

  .why-us-wrapper {
    max-width: 95%;
  }

  .main-subheading {
    font-size: 28px;
    line-height: 37px;
  }

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

  .features-wrap-image {
    height: auto;
  }

  .features-desktop-image {
    object-fit: cover;
    border-radius: 12px;
    height: 100%;
  }

  .features-wrap-content {
    padding: 25px;
  }

  .list-2 {
    font-size: 34px;
    line-height: 46px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 14px;
    line-height: 21px;
  }

  .features-txt-3 {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .features-txt_2 {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 59px;
    margin-bottom: 0;
    display: flex;
  }

  .features-txt {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .feature_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .features_subtitle_grid {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
    position: relative;
  }

  .features-img {
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .features-block {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .feature_grid_2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 59px;
    margin-bottom: 0;
    display: flex;
  }

  .features-wrapper {
    flex-direction: column;
    max-width: 95%;
    display: flex;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 35px;
  }

  .div-block {
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    overflow: visible;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 21px;
  }

  .spark-foreground-secondary {
    width: 70%;
    margin-bottom: 50px;
  }

  .spark-container-5 {
    padding-top: 55px;
  }

  .spark-flex-row-pricing {
    flex-flow: column wrap;
    justify-content: center;
    margin-top: 0;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-section-5 {
    padding: 50px 0 100px;
  }

  .heading-3 {
    width: 80%;
  }

  .pricing-border {
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 343px;
    height: auto;
  }

  .social-wrap-2 {
    margin-right: 50px;
  }

  .footer-contain {
    max-width: 95%;
  }

  .footer-column-flat {
    flex-direction: column;
    padding-bottom: 4px;
  }

  .footer-column {
    flex-direction: row;
    padding-right: 0;
  }

  .footer-06 {
    height: auto;
    margin-top: 0;
    padding-top: 30px;
  }

  .footer-link-large {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-06-grid {
    grid-column-gap: 0px;
    flex: none;
    grid-template-columns: 2fr 1fr;
    height: 100%;
  }

  .footer-bottom {
    flex-direction: row;
    height: auto;
    margin-top: 0;
    padding-top: 18px;
  }

  .image-23 {
    object-fit: cover;
    position: relative;
    top: 5px;
  }

  .main-subheading-2 {
    font-size: 28px;
    line-height: 37px;
  }

  .demo-wrapper {
    flex-direction: row;
    max-width: 90%;
    display: flex;
  }

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

  .demo-div-1 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-right: 15px;
  }

  .image-25 {
    object-fit: scale-down;
  }

  .spark-foreground-secondary-2 {
    width: auto;
    margin-bottom: 0;
  }

  .spark-section-6 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    max-width: 90%;
  }

  .spark-centered-900 {
    width: auto;
    margin-bottom: 75px;
    margin-right: 0;
  }

  .heading-5 {
    width: auto;
    font-size: 38px;
    line-height: 48px;
  }

  .container-7 {
    max-width: 95%;
  }

  .section-4 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-4 {
    flex-flow: wrap-reverse;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .platform-section {
    background-image: url('../images/mobile-mask-group-8.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 860px;
  }

  .nav-mobile {
    margin-left: 0;
    display: none;
  }

  ._001-nav-container {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    justify-content: space-between;
    width: 95%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .off-main-linka {
    max-height: none;
    padding-right: 63px;
  }

  .brand-2 {
    z-index: auto;
    flex: 0 auto;
    max-width: none;
  }

  .brand-2.w--current {
    flex: 0 auto;
    max-width: none;
  }

  .navlink-two-2 {
    width: 150px;
    margin-left: 20px;
  }

  .navlink-two-2:hover {
    color: #fff;
  }

  .connect-wrap {
    padding-right: 63px;
  }

  .navlink-mobile-two {
    margin-left: 20px;
  }

  .navlink-mobile-two:hover {
    color: #fff;
  }

  .image-4 {
    object-fit: fill;
    width: 400px;
    max-width: none;
    margin-right: 200px;
    right: 16px;
  }

  .hamburger-wrapper {
    width: 40px;
  }

  .hover-line {
    height: 40px;
  }

  ._001-nav {
    width: auto;
    height: 610px;
    overflow: hidden;
  }

  .big-overlay {
    z-index: auto;
    max-width: 40%;
    height: 100vh;
  }

  .nav-right-2 {
    margin-left: 0;
    display: none;
  }

  .huge-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 48px;
  }

  .huge-link._1 {
    margin-bottom: 0;
  }

  .menu-text {
    font-size: 35px;
    line-height: 41px;
  }

  .off-other-column {
    padding-top: 20px;
  }

  .features-cta {
    z-index: 0;
    position: relative;
  }

  ._001-nav-2 {
    width: auto;
    height: 610px;
    overflow: hidden;
  }

  .exp-section {
    height: 730px;
  }

  .desktop-img {
    bottom: 6vh;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 58px;
  }

  .paragraph-8 {
    height: auto;
  }

  .tools-block {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 25px;
    display: block;
  }

  .tools-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    max-width: 90%;
    display: flex;
  }

  .tools-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .tools-img {
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .tools-content {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .tools-subtitle {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
    position: relative;
  }

  .tools-text {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-top: 0;
    margin-bottom: 22px;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    overflow: visible;
  }

  .tools-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .tools-img-2 {
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .tools-content-2 {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-subtitle-2 {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
    position: relative;
  }

  .affiliate-section {
    background-size: 100% 100%;
    height: 650px;
  }

  .affiliate-content {
    padding-top: 53px;
  }

  .heading-9 {
    width: 60%;
    height: auto;
    font-size: 27px;
    line-height: 40px;
  }

  .paragraph-9 {
    width: 60%;
    height: auto;
    font-size: 20px;
    line-height: 31px;
  }

  ._001-nav-3 {
    width: auto;
    height: 710px;
    overflow: hidden;
  }

  .main-wrapper-2-2 {
    width: 90%;
    max-width: none;
  }

  .heading-10 {
    text-align: center;
    width: 100%;
    margin-top: 70px;
    font-size: 72px;
    line-height: 60px;
  }

  .app-page-logo {
    z-index: auto;
    width: 400px;
    max-width: none;
    margin-right: 0;
    position: relative;
  }

  .paragraph-10 {
    width: 85%;
    height: auto;
    font-size: 38px;
    line-height: 48px;
  }

  .app-feature-text, .app-feature-header {
    width: 90%;
  }

  .app-feature-content {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
  }

  .app-image-holder {
    width: 100%;
  }

  .unlock-section {
    background-size: 100% 100%;
    height: 560px;
  }

  .unlock-wrapper {
    max-width: 95%;
  }

  .unlock-div {
    padding-top: 53px;
  }

  .unlock-header {
    width: 60%;
    height: auto;
    font-size: 24px;
    line-height: 37px;
  }

  .unlock-text {
    width: 56%;
    height: auto;
    font-size: 18px;
    line-height: 29px;
  }

  .price-section {
    padding: 0;
  }

  ._001-nav-4 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .earning-section {
    background-size: 100% 100%;
    height: 500px;
  }

  ._w-card {
    flex-direction: column;
    height: auto;
  }

  ._001-nav-5 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  ._001-nav-5._1 {
    height: auto;
  }

  .main-wrapper-2-3 {
    width: 90%;
    max-width: none;
  }

  .main-wrapper-2-3._1 {
    margin-bottom: 60px;
  }

  .about-us-text {
    width: 100%;
  }

  .about-us-text._1 {
    width: 75%;
  }

  .explore-main-div {
    margin-top: 20px;
    padding: 15px;
  }

  .explore-top-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-5 {
    margin-bottom: 20px;
    padding: 15px;
  }

  .paragraph-12 {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-13 {
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .about-us-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .about-us-txt {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .main-content {
    padding-bottom: 53px;
  }

  .freedom-section {
    background-size: 100% 100%;
    height: 450px;
  }

  .about-us-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .about-us-txt-2 {
    text-align: left;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .partner-section {
    height: 730px;
  }

  .partner-header {
    height: auto;
    font-size: 38px;
    line-height: 48px;
    bottom: 207px;
  }

  .partner-img {
    bottom: 164px;
  }

  .ctas-div {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .menu-logo {
    width: 354px;
    max-width: none;
    height: 47px;
    display: none;
  }

  .features-text {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin-top: 0;
    margin-bottom: 22px;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    overflow: visible;
  }

  .slide1-section-2 {
    flex-direction: row;
    height: 550px;
  }

  .heading-12 {
    width: auto;
    font-size: 24px;
    line-height: 29px;
  }

  .home-lynx-left-arrow-3 {
    margin-top: 0;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 66%;
  }

  .home-lynx-block-slide-reviews-3 {
    background-position: 100% 0;
    background-size: 470px;
  }

  .home-lynx-image-3 {
    object-fit: cover;
    background-color: #e4f0ef;
    background-image: none;
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .home-lynx-block-slide-3 {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 5%;
  }

  .slide1-wrapper-2 {
    flex-direction: row;
    height: 100%;
    overflow: visible;
  }

  .home-lynx-right-arrow-3 {
    margin-top: 50px;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 29%;
  }

  .home-lynx-reviews-3 {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
  }

  .lynx-paragraph-slide-2 {
    width: auto;
    font-size: 14px;
    line-height: 21px;
  }

  .home-lynx-slider-3 {
    width: 50%;
    height: 100%;
  }

  .home-lynx-mask-3 {
    overflow: hidden;
  }

  .slide1-2-section {
    flex-direction: row;
    height: 550px;
  }

  .slide1-2-wrapper {
    flex-direction: row-reverse;
    height: 100%;
    overflow: visible;
  }

  .home-lynxy-desktop {
    object-fit: cover;
    background-color: #64bab7;
    background-image: none;
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .home-lynx-slider-1-2 {
    width: 50%;
    height: 100%;
  }

  .home-lynx-block-slide-reviews-1-2 {
    background-position: 100% 0;
    background-size: 470px;
  }

  .slide1-2-header {
    width: auto;
    font-size: 24px;
    line-height: 29px;
  }

  .slide1-2-text {
    width: auto;
    font-size: 14px;
    line-height: 21px;
  }

  .home-lynx-right-arrow-1-2 {
    margin-top: 50px;
    top: auto;
    bottom: 6%;
    left: 0%;
    right: 42%;
  }

  .home-lynx-left-arrow-1-2 {
    margin-top: 50px;
    top: auto;
    bottom: 6%;
    left: 0%;
    right: 84%;
  }

  .container-10 {
    width: 95%;
    max-width: none;
  }

  .div-block-10 {
    padding-top: 33px;
  }

  .image-29 {
    object-fit: scale-down;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-14 {
    width: 90%;
    font-size: 34px;
    line-height: 39px;
  }

  .paragraph-20 {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-21 {
    width: 90%;
    font-size: 18px;
    line-height: 28px;
  }

  .nav-06 {
    background-position: -500px;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 600px;
    overflow: hidden;
  }

  .centered-heading-contact.margin-bottom-32px {
    width: 55%;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 48px;
  }

  .contact-text {
    width: 60%;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-cta-copy {
    display: none;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
  }

  .demo {
    width: 100%;
    display: block;
    position: relative;
    bottom: 35px;
  }

  .demo-cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .demo-card._1, .demo-card._2 {
    width: auto;
  }

  .div-block-11 {
    width: 30%;
  }

  .paragraph-22 {
    text-align: center;
    width: 70%;
    font-size: 24px;
    line-height: 28px;
  }

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

  .payout-wrapper {
    max-width: 95%;
    margin-top: 20px;
  }

  .payout-border {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .payout-main {
    width: auto;
    font-size: 38px;
    line-height: 48px;
  }

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

  .prices-content {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 32px;
  }

  ._001-nav-copy {
    background-position: 60%;
    background-repeat: no-repeat;
    width: auto;
    height: 610px;
    overflow: hidden;
  }

  .main-wrapper-copy {
    width: 90%;
    max-width: none;
  }

  .hero-wrapper-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .terms-wrapper, .policy-wrapper {
    max-width: 90%;
  }

  .centered-heading-main.margin-bottom-32px {
    width: auto;
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 39px;
  }

  .centered-heading-main.margin-bottom-32px._1 {
    margin-bottom: 22px;
  }

  .main-wrapper-2-4 {
    justify-content: center;
    width: 90%;
    max-width: none;
    margin-left: 0;
  }

  .navlink-one {
    width: 150px;
    margin-left: 20px;
  }

  .navlink-one:hover {
    color: #fff;
  }

  .card._1 {
    background-image: url('../images/vegan-mob.webp');
    background-position: 50% -70px;
    background-size: 110%;
  }

  .card._1-2 {
    background-image: url('../images/srs-mob.webp');
    background-position: 50% -70px;
  }

  .card._1-3 {
    background-image: url('../images/spanish-mob.webp');
    background-position: 50% -70px;
  }

  .carousel.is_contained {
    width: 50%;
  }

  .btn._1 {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .nav-wrapper {
    width: 90%;
    max-width: none;
  }

  .nav-content {
    width: 50%;
  }

  .home-lynx-block-slide {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 40px;
  }

  ._001-nav-5-copy {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .main-wrapper-2-3-copy {
    width: 90%;
    max-width: none;
  }

  .dp2-video-section {
    margin-top: 0;
    overflow: visible;
  }

  .video-holder {
    height: 390px;
  }

  .article-nav {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .hero-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-div {
    width: 80%;
  }

  .heading-1-3 {
    font-size: 52px;
    line-height: 66px;
  }

  .blog-image-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image-wrapper {
    width: 100%;
    height: 480px;
  }

  .article-section-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .article-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-header-2 {
    height: 40%;
  }

  .carousel-slider-2, .carousel-slider-2._6, .carousel-slider-2._5, .carousel-slider-2._3, .carousel-slider-2._4, .carousel-slider-2._2 {
    height: 450px;
  }

  .card-body-2 {
    height: 60%;
    padding-top: 15px;
  }

  .news-reel-wrapper {
    width: 95%;
    max-width: none;
  }

  .article-card-header {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-26 {
    height: 120px;
    line-height: 20px;
  }

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

  .payout-grid {
    grid-column-gap: 16px;
    flex-direction: column-reverse;
    height: 680px;
    display: flex;
  }

  .money-bot-img {
    width: 392px;
    height: 392px;
  }

  .payout-img {
    justify-content: center;
    display: flex;
  }

  .div-block-16 {
    width: 55%;
  }

  .image-30 {
    width: 200px;
  }

  .div-block-17 {
    margin-right: 0;
  }

  .hidden-div {
    width: 350px;
    height: 440px;
  }

  .f-grid-four-column {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 48px;
  }

  .featured-in-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-16 {
    text-align: center;
    width: auto;
    margin-top: 0;
  }

  .dating-sites-main-section {
    flex-flow: column;
    display: flex;
  }

  .sites-title {
    text-align: center;
    height: auto;
    margin-right: 0;
    font-size: 20px;
    line-height: 34px;
    display: flex;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36 {
    max-width: 100%;
  }

  .item {
    width: 150px;
  }

  .faqs-hero-section {
    padding-top: 0;
    overflow: hidden;
  }

  .faqs-hero-div {
    margin-top: 140px;
  }

  .faqs-hero-header {
    font-size: 52px;
    line-height: 52px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .ai__faqs__heading {
    margin-bottom: 23px;
  }

  .ai__faqs__text {
    width: 85%;
  }

  .ai__faqs {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .centered-heading.margin-bottom-32px {
    width: 80%;
    margin-bottom: 32px;
    font-size: 52px;
    line-height: 52px;
  }

  .hero-wrapper, .hero-split {
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    width: auto;
    margin-bottom: 24px;
  }

  .feature-grid-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: 220px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: start;
    align-items: stretch;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .main-feature {
    height: 210px;
    padding: 25px;
  }

  .main-subheading {
    line-height: 34px;
  }

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

  .features-desktop-image {
    display: none;
  }

  .features-mobile-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-wrap-content {
    padding-top: 10px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    line-height: 24px;
  }

  .list-item-3 {
    font-size: 25px;
    line-height: 54px;
  }

  .features-txt-3 {
    padding-left: 0;
    padding-right: 25px;
  }

  .features-txt_2 {
    align-items: center;
    padding-left: 0;
  }

  .feature_grid_3 {
    flex-direction: column;
  }

  .feature_grid {
    flex-direction: column;
    width: auto;
  }

  .features_subtitle_grid {
    margin-bottom: 16px;
    line-height: 45px;
  }

  .features-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .features-block {
    padding-top: 25px;
  }

  .feature_grid_2 {
    flex-direction: column;
    width: auto;
  }

  .features-wrapper {
    max-width: 90%;
  }

  .heading-2 {
    margin-bottom: 16px;
    line-height: 33px;
  }

  .div-block {
    padding: 20px;
  }

  .spark-foreground-secondary {
    width: auto;
    margin-bottom: 50px;
  }

  .spark-container-5 {
    width: 100%;
    max-width: 90%;
    padding-top: 55px;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
    margin-top: 10px;
  }

  .spark-price-text {
    font-size: 46px;
    line-height: 55px;
  }

  .spark-section-5 {
    width: auto;
    padding-top: 35px;
    padding-bottom: 88px;
  }

  .spark-label {
    font-size: 13px;
    line-height: 15px;
  }

  .heading-3 {
    width: auto;
    margin-bottom: 22px;
  }

  .pricing-border {
    width: 75%;
    height: 170px;
  }

  .yes-feature {
    font-size: 12px;
    line-height: 34px;
  }

  .logo {
    width: 343px;
    height: 48px;
  }

  .social-wrap-2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-contain {
    flex-direction: column;
  }

  .footer-column-flat {
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-wrapper {
    max-width: none;
  }

  .footer-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-06 {
    background-image: linear-gradient(rgba(228, 240, 239, .69) 86%, #dbe8c1 87%);
    flex-direction: column;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .footer-link-large {
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 56px;
  }

  .footer-06-grid {
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-bottom {
    flex-flow: column wrap;
    justify-content: space-around;
    height: auto;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .paragraph-6 {
    width: 80%;
    margin-bottom: 28px;
  }

  .image-23 {
    width: 350px;
  }

  .list-item-4, .list-item-5 {
    font-size: 25px;
    line-height: 54px;
  }

  .main-subheading-2 {
    line-height: 34px;
  }

  .demo-grid {
    bottom: 67px;
  }

  .demo-div-1 {
    flex-direction: row;
    width: auto;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 21px;
  }

  .spark-section-6 {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 88px;
    padding-right: 0;
  }

  .spark-container-6 {
    flex-direction: column;
    width: 100%;
  }

  .section-4 {
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 38px;
  }

  .arrow-left-copy, .arrow-right-copy {
    color: #2a3040;
  }

  .platform-section {
    background-position: 50% 100%;
    background-size: 100%;
    height: 870px;
  }

  .nav-mobile {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 19px;
    margin-left: 0;
    display: none;
  }

  ._001-nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    flex: none;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .off-main-linka {
    z-index: 100;
    height: auto;
    margin-top: 25px;
    padding-top: 0;
    position: relative;
  }

  .brand-2 {
    z-index: 0;
    flex: 0 auto;
    padding-left: 0;
  }

  .brand-2.w--current {
    z-index: auto;
    justify-content: space-between;
    display: flex;
  }

  .navlink-two-2 {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navlink-mobile-one, .navlink-mobile-two {
    width: 172px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .image-4 {
    width: 400px;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .hamburger-wrapper {
    display: flex;
  }

  .hover-line {
    height: 40px;
  }

  ._001-nav {
    background-image: url('../images/Group-3547_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 800px;
    overflow: visible;
  }

  .big-overlay {
    max-width: 100%;
  }

  .nav-right-2 {
    flex-direction: row;
    margin-left: 0;
    display: none;
  }

  .huge-link {
    margin-top: 0;
  }

  .huge-link._4, .huge-link._2 {
    margin-bottom: 15px;
  }

  .huge-link._6 {
    z-index: -100;
    margin-bottom: 15px;
  }

  .huge-link._3, .huge-link._5, .huge-link._1 {
    margin-bottom: 15px;
  }

  .huge-link._1.w--current {
    z-index: 100;
    margin-bottom: 15px;
  }

  .off-canvas-wrapper {
    grid-row-gap: 6px;
    grid-template-rows: min-content minmax(auto, 1fr);
    grid-template-columns: 1.5fr;
    align-items: start;
    padding-top: 80px;
  }

  .navlink-one-2 {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .menu-text {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-6 {
    flex-direction: column;
    width: 80%;
    display: flex;
  }

  .off-other-column {
    grid-row-gap: 10px;
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .features-cta {
    width: 300px;
  }

  .platform-cta {
    width: 50%;
  }

  .hero-cta {
    width: 200px;
  }

  ._001-nav-2 {
    background-image: url('../images/tools-mobile-bg.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 880px;
    padding-bottom: 0;
    overflow: visible;
  }

  .exp-section {
    height: 585px;
  }

  .exp-div {
    justify-content: flex-end;
    margin-top: 0;
  }

  .desktop-img {
    display: none;
    bottom: 10vh;
  }

  .heading-8 {
    width: 400px;
    height: auto;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .tools-block {
    padding-top: 0;
  }

  .tools-wrapper {
    max-width: 90%;
  }

  .tools-grid {
    flex-direction: column;
    justify-content: space-around;
    width: auto;
  }

  .tools-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .tools-content {
    margin-top: 0;
  }

  .tools-subtitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 45px;
  }

  .tools-text {
    letter-spacing: .28px;
    line-height: 21px;
  }

  .tools-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: auto;
  }

  .tools-img-2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .tools-content-2 {
    align-items: center;
    margin-top: 0;
    padding-left: 0;
  }

  .tools-subtitle-2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 45px;
  }

  .affiliate-section {
    background-image: url('../images/mobile-pool.webp');
    background-position: 50% 100%;
    background-size: 100%;
    height: 730px;
  }

  .affiliate-content {
    padding-top: 31px;
  }

  .heading-9 {
    width: 60%;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-9 {
    width: 60%;
    font-size: 16px;
    line-height: 19px;
  }

  .mobile-img {
    width: 231px;
    height: 191px;
    display: block;
    position: relative;
    bottom: 8.9vh;
  }

  ._001-nav-3 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .main-wrapper-2-2 {
    justify-content: flex-end;
    height: auto;
    margin-top: 56px;
  }

  .heading-10 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 59px;
    line-height: 67px;
  }

  .heading-11 {
    text-align: center;
    width: 242px;
    font-size: 21px;
    line-height: 32px;
  }

  .app-page-logo {
    width: 350px;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .app-page-logo._1 {
    height: 70px;
  }

  .section-6 {
    height: 330px;
  }

  .image-26 {
    margin-bottom: 22px;
  }

  .paragraph-10 {
    width: 70%;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .slide-nav {
    margin-top: 0;
  }

  .app-feature-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .app-feature-header {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .app-feature-content {
    padding-top: 16px;
    padding-left: 15px;
  }

  .unlock-section {
    background-image: url('../images/mobile-unlock.webp');
    background-position: 50% 0;
    background-size: 100% 120%;
    height: 630px;
  }

  .unlock-div {
    padding-top: 31px;
  }

  .unlock-header {
    width: 54%;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 26px;
  }

  .unlock-text {
    width: 51%;
    font-size: 16px;
    line-height: 19px;
  }

  .price-section {
    width: auto;
    padding-top: 0;
    padding-bottom: 88px;
  }

  ._001-nav-4 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .earning-section {
    background-image: url('../images/femaile-mobile.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 630px;
  }

  ._001-nav-5 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .main-wrapper-2-3 {
    justify-content: flex-end;
    height: auto;
    margin-top: 56px;
  }

  .about-us-text, .about-us-text._1 {
    width: 90%;
  }

  .explore-main-div {
    width: auto;
    height: auto;
    margin-top: 52px;
    margin-bottom: 25px;
    padding: 12px 0 0;
    display: none;
  }

  .explore-top-text {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-5 {
    flex-direction: column;
    height: auto;
    padding: 0;
  }

  .paragraph-12 {
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-13 {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .about-us-grid {
    flex-direction: column;
    width: auto;
  }

  .about-us-txt {
    margin-top: 0;
  }

  .main-content {
    padding-top: 50px;
  }

  .freedom-section {
    background-image: url('../images/about-us.webp');
    background-position: -525px;
    background-size: cover;
    height: 730px;
  }

  .about-us-grid-2 {
    flex-direction: column;
    width: auto;
  }

  .grid-2-section {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .partner-section {
    height: 560px;
  }

  .partner-div {
    justify-content: flex-end;
    margin-top: 0;
  }

  .partner-header {
    width: 327px;
    height: auto;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
    bottom: 35px;
  }

  .partner-img {
    display: none;
    bottom: 10vh;
  }

  .partner-mobile-img {
    width: 316px;
    height: 316px;
    display: block;
    position: relative;
    bottom: .9px;
  }

  .signup-cta {
    justify-content: center;
    width: 200px;
    font-size: 20px;
    font-weight: 600;
  }

  .ctas-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 90%;
    margin-top: 20px;
    padding-right: 63px;
    display: flex;
  }

  .menu-logo {
    width: 253px;
    height: 33px;
  }

  .paragraph-14 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-15 {
    letter-spacing: .28px;
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph-16 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-17 {
    letter-spacing: .28px;
    font-size: 14px;
    line-height: 21px;
  }

  .tools-header {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-19 {
    font-size: 14px;
    line-height: 21px;
  }

  .features-header {
    font-size: 16px;
    line-height: 24px;
  }

  .features-text {
    letter-spacing: .28px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .button-secondary-3 {
    width: 300px;
  }

  .slide1-section-2 {
    height: 860px;
    margin-top: 0;
    overflow: hidden;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 28px;
  }

  .home-lynx-left-arrow-3 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #2a3040;
    width: 47px;
    height: 47px;
    top: auto;
    bottom: 0%;
    left: 5%;
    right: auto;
  }

  .home-lynx-block-slide-reviews-3 {
    background-image: none;
    flex-direction: column-reverse;
    height: 100%;
  }

  .home-lynx-image-3 {
    object-fit: contain;
    border-radius: 0;
    width: 100%;
    height: 52%;
    overflow: visible;
  }

  .home-lynx-block-slide-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 24px 24px 0;
  }

  .slide1-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .home-lynx-right-arrow-3 {
    background-color: rgba(0, 0, 0, 0);
    width: 47px;
    height: 47px;
    top: auto;
    bottom: 0%;
    left: 18%;
    right: auto;
  }

  .home-lynx-reviews-3 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .lynx-paragraph-slide-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .home-lynx-slider-3 {
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 48%;
    display: flex;
  }

  .home-lynx-mask-3 {
    flex: none;
    align-self: auto;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .slide1-2-section {
    height: 860px;
    margin-top: 0;
    overflow: hidden;
  }

  .slide1-2-wrapper {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .home-lynxy-desktop {
    object-fit: contain;
    border-radius: 0;
    width: 100%;
    height: 50%;
    overflow: visible;
  }

  .home-lynx-slider-1-2 {
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
    display: flex;
  }

  .home-lynx-block-slide-reviews-1-2 {
    background-image: none;
    flex-direction: column-reverse;
    height: 100%;
  }

  .slide1-2-header {
    font-size: 24px;
    line-height: 28px;
  }

  .slide1-2-text {
    font-size: 16px;
    line-height: 24px;
  }

  .slide1-2-cta {
    width: 300px;
  }

  .home-lynx-right-arrow-1-2 {
    background-color: rgba(0, 0, 0, 0);
    width: 47px;
    height: 47px;
    top: 75%;
    bottom: auto;
    left: 18%;
    right: auto;
  }

  .arrow-right-1-2, .arrow-left-1-2 {
    color: #fff;
  }

  .home-lynx-left-arrow-1-2 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
    width: 47px;
    height: 47px;
    top: 75%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .section-7 {
    flex-direction: column;
    height: 1050px;
    display: flex;
  }

  .container-10 {
    flex-direction: column;
    width: 90%;
  }

  .div-block-10 {
    width: 100%;
    padding-top: 31px;
  }

  .image-29 {
    width: 366px;
    max-width: 100%;
    height: 366px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    width: 90%;
    font-size: 28px;
  }

  .heading-14 {
    width: 90%;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-20, .paragraph-21 {
    width: 90%;
  }

  .nav-06 {
    background-image: url('../images/ezgif.com-gif-maker-3.webp');
    background-position: 50% 100%;
    background-size: 100%;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 750px;
    overflow: visible;
  }

  .centered-heading-contact.margin-bottom-32px {
    width: 80%;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 39px;
  }

  .contact-text {
    width: 80%;
  }

  .hero-cta-copy {
    width: 200px;
  }

  .div-block-2 {
    flex-direction: row;
    width: auto;
  }

  .paragraph-22 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .payout-wrapper {
    width: 90%;
    margin-top: 15px;
  }

  .payout-div {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .payout-border {
    width: 100%;
    height: 170px;
  }

  .payout-main {
    width: auto;
    font-size: 32px;
    line-height: 39px;
  }

  .payout-text {
    width: auto;
  }

  .prices-content {
    flex-direction: column;
  }

  .payout-price-text {
    font-size: 46px;
    line-height: 55px;
  }

  .text-span-2, .text-span-3, .text-span-4 {
    font-size: 52px;
    line-height: 52px;
  }

  ._001-nav-copy {
    background-image: url('../images/mobile-bot.webp');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 110% 100%;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 740px;
    overflow: visible;
  }

  .main-wrapper-copy {
    justify-content: center;
    height: 50%;
  }

  .terms-wrapper, .policy-wrapper {
    max-width: 90%;
  }

  .centered-heading-main.margin-bottom-32px {
    width: auto;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 39px;
  }

  .centered-heading-main.margin-bottom-32px._1 {
    font-size: 28px;
    line-height: 38px;
  }

  .main-wrapper-2-4 {
    justify-content: center;
    height: 400px;
  }

  .navlink-one {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .login-cta {
    justify-content: center;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
  }

  .card._1 {
    object-fit: cover;
    background-position: 50% 100%;
    background-size: 400px;
    display: block;
  }

  .card._1-2, .card._1-3 {
    background-position: 50% 100%;
    background-size: 400px;
  }

  .carousel-slider._3, .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._2 {
    z-index: -100;
    position: static;
    right: 0%;
  }

  .carousel-mask {
    z-index: -100;
    width: auto;
    position: static;
  }

  .carousel.is_contained {
    width: 100%;
    height: 370px;
    display: block;
  }

  .nav-content {
    width: auto;
    height: auto;
  }

  .home-lynx-block-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 24px 24px 0;
  }

  ._001-nav-5-copy {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .main-wrapper-2-3-copy {
    justify-content: flex-end;
    height: auto;
    margin-top: 56px;
  }

  .article-nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    overflow: visible;
  }

  .hero-section, .blog-image-section, .article-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .carousel-slider-2._6 {
    right: -25%;
  }

  .carousel-slider-2._5 {
    right: -20%;
  }

  .carousel-slider-2._3 {
    right: -10%;
  }

  .carousel-slider-2._4 {
    right: -15%;
  }

  .carousel-slider-2._2 {
    right: -5%;
  }

  .carousel-mask-2 {
    width: 60%;
  }

  .money-bot-img {
    object-fit: fill;
    width: 344px;
    height: 344px;
  }

  .div-block-16 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-30 {
    aspect-ratio: auto;
    width: 250px;
  }

  .hidden-div {
    width: 500px;
    height: 300px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar {
    background-color: #ddd;
    width: 100%;
    height: 100px;
    display: none;
    position: fixed;
  }

  .container-15 {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-8, .button-9 {
    background-color: rgba(56, 152, 236, 0);
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 48px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .sites-title {
    height: auto;
  }

  .faqs-hero-div {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .faqs-hero-header {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 44px;
  }

  .ai__faqs__heading {
    font-size: 59px;
    line-height: 67px;
  }

  .ai__faqs__text {
    width: 90%;
  }

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

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

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

@media screen and (max-width: 479px) {
  .main-wrapper {
    justify-content: space-between;
    max-width: none;
    height: 100%;
  }

  .main-wrapper._1 {
    justify-content: flex-start;
  }

  .main-wrapper._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    width: 91%;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .margin-bottom-24px {
    width: 90%;
    margin-bottom: 24px;
  }

  .feature-grid-main {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

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

  .features-wrap-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-txt-3, .features-txt_2 {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid_3 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-22 {
    width: 100%;
    display: block;
  }

  .features-txt {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features_cta {
    letter-spacing: 2.33px;
    text-transform: uppercase;
    background-color: #64bab7;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 48px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .feature_grid {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .features_subtitle_grid {
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 28px;
    line-height: 33px;
    display: flex;
  }

  .features-img {
    align-self: center;
    width: 100%;
    max-width: none;
    height: 35vh;
    display: none;
  }

  .features-block {
    margin-top: 0;
  }

  .feature_grid_2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-2 {
    width: 90%;
  }

  .div-block {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 0;
  }

  .paragraph-5 {
    width: 90%;
  }

  .spark-foreground-secondary {
    width: 90%;
    margin-bottom: 43px;
  }

  .spark-container-5 {
    max-width: 90%;
  }

  .spark-flex-row-pricing {
    align-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-pricing-column.spark-simple-shadow-tiny {
    width: 100%;
  }

  .spark-section-5 {
    padding: 34px 0 64px;
  }

  .spark-checked-item-2 {
    grid-column-gap: 8px;
  }

  .heading-3 {
    width: auto;
    font-size: 28px;
    line-height: 33px;
  }

  .pricing-border {
    align-items: center;
    width: 300px;
  }

  .yes-feature, .no-feature {
    font-size: 14px;
    line-height: 34px;
  }

  .logo {
    width: 312px;
    height: auto;
  }

  .social-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-link {
    margin-right: 0;
  }

  .footer-column-flat {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .image-3 {
    width: 22px;
    height: 22px;
  }

  .footer-column {
    align-items: center;
  }

  .footer-06 {
    background-image: linear-gradient(rgba(228, 240, 239, .69) 87%, #dbe8c1 88%);
    height: auto;
  }

  .footer-link-large {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-06-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    justify-content: flex-end;
    margin-bottom: -2px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    height: 110px;
    padding-top: 10px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
    font-size: 12px;
    line-height: 21px;
  }

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

  .image-23 {
    object-fit: cover;
    align-self: flex-end;
    height: auto;
    top: 2px;
  }

  .demo-wrapper {
    max-width: 90%;
  }

  .demo-div-1 {
    height: 200px;
    overflow: hidden;
  }

  .div-block-3 {
    width: 30%;
  }

  .image-25 {
    overflow: visible;
  }

  .paragraph-7 {
    width: 70%;
  }

  .paragraph-7-5 {
    width: 70%;
    font-size: 14px;
    line-height: 21px;
  }

  .demo-section {
    height: 400px;
    overflow: visible;
  }

  .spark-section-6 {
    padding: 30px 0 64px;
  }

  .spark-container-6 {
    max-width: 90%;
  }

  .spark-centered-900 {
    margin-bottom: 34px;
    margin-right: 0;
  }

  .heading-5 {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-6 {
    width: 92%;
    height: auto;
  }

  .arrow-left-copy, .arrow-right-copy {
    color: #2a3040;
  }

  .platform-section {
    background-position: 50%;
    background-size: 100% 100%;
    height: 725px;
  }

  .nav-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 50px;
    display: none;
  }

  ._001-nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
  }

  .cta-mobile-text {
    text-transform: uppercase;
  }

  .off-main-linka {
    padding-top: 0;
    padding-right: 33px;
    position: static;
  }

  .brand-2.w--current {
    margin-right: 15px;
  }

  .navlink-two-2 {
    padding-bottom: 10px;
  }

  .connect-wrap {
    padding-top: 20px;
    padding-right: 33px;
  }

  .navlink-mobile-one {
    text-transform: uppercase;
    flex: none;
    padding-bottom: 10px;
  }

  .navlink-mobile-two {
    padding-bottom: 10px;
  }

  .image-4 {
    width: 260px;
    height: auto;
    right: 0;
  }

  .hamburger-wrapper {
    width: 30px;
  }

  .hover-line {
    width: 100%;
    height: 40px;
  }

  ._001-nav {
    width: auto;
    height: 850px;
    overflow: hidden;
  }

  .big-overlay {
    aspect-ratio: auto;
    object-fit: fill;
    flex: none;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    display: block;
    overflow: auto;
  }

  .nav-right-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 50px;
    display: none;
  }

  .huge-link {
    margin-top: 0;
  }

  .off-canvas-wrapper {
    position: static;
  }

  .cta-mobile-text-2 {
    text-transform: uppercase;
  }

  .navlink-one-2 {
    flex: none;
    padding-bottom: 10px;
  }

  .menu-text {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-6 {
    display: none;
  }

  .off-other-column {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    padding-top: 0;
    position: static;
  }

  .features-cta {
    z-index: 0;
    letter-spacing: 2.33px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .platform-cta {
    width: 90%;
  }

  .hero-cta {
    width: 166px;
  }

  ._001-nav-2 {
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 742px;
  }

  .exp-section {
    height: 590px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .exp-div {
    justify-content: flex-end;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8, .paragraph-8 {
    width: 91%;
    bottom: 0;
  }

  .tools-block {
    margin-top: 0;
  }

  .tools-grid {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tools-img {
    align-self: center;
    width: 100%;
    max-width: none;
    height: 35vh;
    display: none;
  }

  .tools-mobile-img {
    width: 100%;
    display: block;
  }

  .tools-content {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-subtitle {
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 28px;
    line-height: 33px;
    display: flex;
  }

  .tools-text {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
  }

  .tools-grid-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tools-img-2 {
    align-self: center;
    width: 100%;
    max-width: none;
    height: 35vh;
    display: none;
  }

  .tools-content-2 {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tools-subtitle-2 {
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 0;
    font-size: 28px;
    line-height: 33px;
    display: flex;
  }

  .affiliate-section {
    background-position: 50%;
    background-size: 100% 100%;
    height: 630px;
  }

  .affiliate-content {
    justify-content: flex-start;
    padding-bottom: 36px;
  }

  .heading-9 {
    width: 81%;
  }

  .paragraph-9 {
    width: 87%;
  }

  .mobile-img {
    object-fit: cover;
    bottom: 1vh;
  }

  ._001-nav-3 {
    background-color: rgba(42, 48, 64, 0);
    background-image: url('../images/Group-3547.svg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 651px;
    overflow: hidden;
  }

  .main-wrapper-2-2 {
    justify-content: space-between;
    max-width: none;
    height: 90%;
  }

  .heading-10 {
    width: auto;
    font-size: 49px;
    line-height: 57px;
  }

  .app-page-logo {
    width: 250px;
    height: auto;
    right: 10px;
  }

  .app-page-logo._1 {
    width: 250px;
    height: auto;
  }

  .section-6 {
    height: 340px;
  }

  .slide {
    height: 375px;
    padding-top: 0;
  }

  .div-block-9 {
    height: auto;
    padding-top: 18px;
  }

  .paragraph-10 {
    width: 88%;
    overflow: visible;
  }

  .slide-nav {
    z-index: 0;
    margin-top: 25px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .app-feature-cta {
    width: 95%;
  }

  .app-feature-text, .app-feature-header {
    width: 83%;
  }

  .app-feature-content {
    height: auto;
    padding-top: 25px;
  }

  .image-27 {
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
  }

  .unlock-section {
    background-position: 50%;
    background-size: cover;
    height: 630px;
  }

  .unlock-wrapper {
    max-width: 90%;
  }

  .unlock-div {
    padding-top: 25px;
  }

  .unlock-header {
    width: 81%;
  }

  .unlock-text {
    width: 77%;
  }

  .unlock-cta {
    width: 150px;
  }

  .mobile-hero {
    aspect-ratio: 1;
    object-fit: cover;
    width: 110%;
    max-width: none;
    height: 366px;
    display: block;
    overflow: visible;
  }

  .image-28 {
    display: none;
  }

  .price-section {
    padding: 0;
  }

  ._001-nav-4 {
    background-color: rgba(42, 48, 64, 0);
    background-image: url('../images/Group-3547.svg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .earning-section {
    background-position: 50%;
    background-size: 100% 100%;
    height: 680px;
    margin-top: 42px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 0;
  }

  .c-card._4, .c-card._1, .c-card._2, .c-card._3 {
    top: 10px;
  }

  ._001-nav-5 {
    background-color: rgba(42, 48, 64, 0);
    background-image: url('../images/Group-3547.svg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 900px;
    overflow: hidden;
  }

  .bot-love {
    display: block;
  }

  .main-wrapper-2-3 {
    justify-content: space-between;
    max-width: none;
    height: 100%;
  }

  .about-us-text {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .about-us-text._1 {
    width: auto;
  }

  .main-content-wrapper {
    max-width: 90%;
  }

  .explore-main-div {
    margin-bottom: 10px;
  }

  .div-block-5 {
    line-height: 22px;
  }

  .about-us-grid {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-us-txt {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .freedom-section {
    background-image: url('../images/mobile-nerd.webp');
    background-position: 0 0;
    background-size: 100% 100%;
    height: 631px;
  }

  .about-us-grid-2 {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-2-section {
    padding-bottom: 135px;
  }

  .about-us-txt-2 {
    flex: 1;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .partner-section {
    height: 590px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .partner-div {
    justify-content: flex-end;
  }

  .partner-header {
    width: 87%;
    bottom: 0;
  }

  .partner-mobile-img {
    object-fit: cover;
    bottom: 0;
  }

  .signup-cta {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
  }

  .ctas-div {
    justify-content: flex-end;
    margin-top: -1px;
    padding-right: 33px;
  }

  .menu-logo {
    width: 253px;
    height: 33px;
  }

  .features-text {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
  }

  .button-secondary-3 {
    width: 200px;
  }

  .slide1-section-2 {
    height: 1021px;
  }

  .heading-12 {
    text-transform: capitalize;
    flex: 0 auto;
    width: 95%;
    font-size: 22px;
    line-height: 26px;
  }

  .home-lynx-left-arrow-3 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #2a3040;
    border-radius: 40px;
    top: 79.5%;
    bottom: auto;
    left: 7%;
    right: auto;
  }

  .home-lynx-block-slide-reviews-3 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }

  .home-lynx-image-3 {
    text-align: left;
    object-fit: cover;
    background-color: #e4f0ef;
    border-radius: 0;
    width: auto;
    height: 50%;
    position: relative;
    left: 0;
  }

  .home-lynx-block-slide-3 {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    padding: 24px 24px 0%;
    overflow: visible;
  }

  .home-lynx-right-arrow-3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    top: 70%;
    bottom: auto;
    left: 26%;
    right: auto;
  }

  .home-lynx-reviews-3 {
    height: 100%;
    overflow: visible;
  }

  .lynx-paragraph-slide-2 {
    width: 95%;
    line-height: 22px;
  }

  .home-lynx-slider-3 {
    flex-direction: column;
    height: 50%;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .home-lynx-mask-3 {
    height: 100%;
  }

  .slide1-2-section {
    height: 1080px;
  }

  .slide1-2-wrapper {
    height: 100%;
  }

  .home-lynxy-desktop {
    text-align: left;
    object-fit: cover;
    background-color: #64bab7;
    border-radius: 0;
    width: auto;
    height: 50%;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .home-lynx-slider-1-2 {
    flex-direction: column;
    height: 50%;
    margin-top: 0;
    display: flex;
  }

  .home-lynx-block-slide-reviews-1-2 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
  }

  .slide1-2-header {
    text-transform: capitalize;
    flex: 0 auto;
    width: 95%;
    font-size: 24px;
    line-height: 28px;
  }

  .slide1-2-text {
    width: 95%;
    line-height: 22px;
  }

  .slide1-2-cta {
    width: 200px;
  }

  .home-lynx-right-arrow-1-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    top: 80%;
    bottom: auto;
    left: 26%;
    right: auto;
  }

  .arrow-right-1-2, .arrow-left-1-2 {
    color: #fff;
  }

  .home-lynx-left-arrow-1-2 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 40px;
    top: 80%;
    bottom: auto;
    left: 7%;
    right: auto;
    overflow: visible;
  }

  .section-7 {
    height: auto;
  }

  .container-10 {
    width: 90%;
  }

  .div-block-10 {
    height: auto;
  }

  .image-29 {
    height: 300px;
  }

  .heading-13 {
    width: 99%;
  }

  .heading-14 {
    width: 93%;
  }

  .paragraph-20 {
    width: 96%;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-21 {
    width: 96%;
    margin-bottom: 31px;
  }

  .nav-06 {
    width: auto;
    height: 550px;
  }

  .centered-heading-contact {
    margin-bottom: 24px;
  }

  .centered-heading-contact.margin-bottom-32px {
    width: 91%;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .contact-text {
    width: 90%;
    margin-bottom: 24px;
  }

  .hero-cta-copy {
    width: 166px;
  }

  .div-block-2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .demo-card._2 {
    top: 20px;
  }

  .div-block-11 {
    width: 30%;
  }

  .paragraph-22 {
    width: 70%;
    font-size: 16px;
  }

  .demo-undercard {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 0;
  }

  .payout-wrapper {
    max-width: 90%;
    margin-top: 125px;
  }

  .payout-border {
    align-items: center;
    width: 100%;
  }

  .payout-main {
    width: auto;
    margin-bottom: 11px;
  }

  .payout-text {
    width: 100%;
  }

  ._001-nav-copy {
    width: auto;
    height: 800px;
  }

  .main-wrapper-copy {
    max-width: none;
    height: 50%;
  }

  .centered-heading-main {
    margin-bottom: 24px;
  }

  .centered-heading-main.margin-bottom-32px {
    width: auto;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .centered-heading-main.margin-bottom-32px._1 {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 35px;
  }

  .main-wrapper-2-4 {
    width: 95%;
    max-width: none;
    height: 340px;
  }

  .navlink-one {
    padding-bottom: 10px;
  }

  .login-cta {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
  }

  .card._1 {
    object-fit: cover;
    background-position: 50% 100%;
    background-size: 375px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .card._1-2 {
    background-size: 375px;
    overflow: visible;
  }

  .card._1-3 {
    background-size: 375px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._4 {
    padding-left: 0;
    padding-right: 0;
    position: static;
    right: 0%;
  }

  .carousel-slider._2 {
    padding-left: 0;
    padding-right: 0;
    right: 0%;
    overflow: visible;
  }

  .carousel-mask {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .carousel.is_contained {
    height: 320px;
    position: static;
    overflow: visible;
  }

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

  .nav-wrapper {
    width: 90%;
  }

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

  .home-lynx-block-slide {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    padding: 24px 24px 0%;
    overflow: visible;
  }

  ._001-nav-5-copy {
    background-image: url('../images/Group-3547.svg');
    background-position: 0 0;
    background-size: cover;
    width: auto;
    height: auto;
    padding-bottom: 21px;
    overflow: hidden;
  }

  .main-wrapper-2-3-copy {
    justify-content: space-between;
    max-width: none;
    height: 90%;
  }

  .dp2-video-section {
    padding-bottom: 35px;
  }

  .article-nav {
    background-image: url('../images/Group-3547.svg');
    background-position: 0 0;
    background-size: cover;
    width: auto;
    height: auto;
    padding-bottom: 21px;
    overflow: hidden;
  }

  .hero-section {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-div {
    width: 90%;
  }

  .heading-1-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .preview-text {
    line-height: 32px;
  }

  .blog-image-section {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-image-wrapper {
    background-image: url('../images/gallery.webp');
    background-position: 50%;
    background-size: cover;
    width: 90%;
    height: 300px;
  }

  .blog-image-wrapper._2 {
    background-size: 100% 90%;
  }

  .article-section-2 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider-2._6, .carousel-slider-2._5, .carousel-slider-2._3, .carousel-slider-2._4, .carousel-slider-2._2 {
    right: 0%;
  }

  .carousel-mask-2 {
    width: 100%;
  }

  .card-body-2 {
    padding: 20px;
  }

  .payout-grid {
    overflow: visible;
  }

  .money-bot-img {
    margin-bottom: 0;
  }

  .payout-content {
    margin-top: 0;
  }

  .collection-item {
    min-height: 375px;
  }

  .div-block-15 {
    height: auto;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-30 {
    width: 250px;
  }

  .hidden-div {
    width: 350px;
    height: 310px;
  }

  .navbar {
    display: none;
  }

  .f-grid-four-column {
    grid-column-gap: 0px;
    grid-template-rows: 60px 60px 60px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 60px;
    height: auto;
  }

  .featured-in-wrapper {
    margin-bottom: 40px;
  }

  .heading-16 {
    width: 100%;
    height: auto;
  }

  .sites-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-32, .image-33, .image-34, .image-35, .image-36 {
    height: 100%;
  }

  .faqs-hero-section {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .faqs-hero-wrapper {
    max-width: none;
  }

  .faqs-hero-div {
    background-size: contain;
  }

  .faqs-hero-text {
    width: 90%;
  }

  .lynx-accordion-header-3 {
    height: auto;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-paragraph-accordion-2 {
    font-size: 14px;
  }

  .faq-container, .faq-container._1 {
    max-width: 90%;
  }

  .ai__faqs__heading {
    margin-top: 45px;
    margin-bottom: 16px;
    font-size: 49px;
    line-height: 57px;
  }

  .ai__faqs__text {
    width: auto;
    margin-bottom: 40px;
  }
}

#w-node-bd3aa8a1-1c5a-c890-3f5e-c088f38de56f-8fb521f6 {
  justify-self: end;
}

#w-node-_2c8b5c27-4d64-8575-8d84-84c2b05a595a-8fb521f6, #w-node-bd8514c7-f7e2-6be8-1131-5681688dad4f-8fb521f6, #w-node-bd8514c7-f7e2-6be8-1131-5681688dad54-8fb521f6, #w-node-fdeb0356-e4ec-4b3b-b870-0e673e60e13d-8fb521f6, #w-node-fdeb0356-e4ec-4b3b-b870-0e673e60e147-8fb521f6, #w-node-fdeb0356-e4ec-4b3b-b870-0e673e60e14e-8fb521f6, #w-node-_08a32609-8f4f-cbe8-2491-f6ff1d0bc226-8fb521f6, #w-node-_08a32609-8f4f-cbe8-2491-f6ff1d0bc223-8fb521f6, #w-node-dcacc703-e040-ef15-9c6e-b8b65d803381-8fb521f6, #w-node-dcacc703-e040-ef15-9c6e-b8b65d80338c-8fb521f6, #w-node-dcacc703-e040-ef15-9c6e-b8b65d803397-8fb521f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ebc8d97-ba60-ac0f-0bef-0fc5f56b119f-f56b119c {
  justify-self: start;
}

#w-node-_4ebc8d97-ba60-ac0f-0bef-0fc5f56b11b3-f56b119c {
  align-self: end;
}

#w-node-_55b8acd4-6768-d010-4d38-8b4ded5f22a6-8fb521f7 {
  justify-self: end;
}

#w-node-_55b8acd4-6768-d010-4d38-8b4ded5f22a7-8fb521f7, #w-node-_7fee41f9-80dd-814b-4d83-54ac7fbcf304-8fb521f7, #w-node-_7ba37025-ccc8-8c76-b9de-73e5d8214b18-8fb521f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1914f5d-fc5f-e33e-4d8d-bf45f5e1b219-8fb521f8 {
  justify-self: end;
}

#w-node-c1914f5d-fc5f-e33e-4d8d-bf45f5e1b21a-8fb521f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63c206f9-072e-a71b-072a-df62c75c35de-8fb521fa {
  justify-self: end;
}

#w-node-_63c206f9-072e-a71b-072a-df62c75c35df-8fb521fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63c206f9-072e-a71b-072a-df62c75c35de-8fb521fb {
  justify-self: end;
}

#w-node-_63c206f9-072e-a71b-072a-df62c75c35df-8fb521fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc0a46eb-b4ac-2f12-e606-80b38bf74f17-8fb521fc {
  justify-self: end;
}

#w-node-cc0a46eb-b4ac-2f12-e606-80b38bf74f18-8fb521fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8642b9d-4408-2c14-a391-23a0f94b9881-8fb521ff {
  justify-self: end;
}

#w-node-d8642b9d-4408-2c14-a391-23a0f94b9882-8fb521ff, #w-node-_4279864b-5899-5af1-1c48-97e93eccbed0-8fb521ff, #w-node-e2155f7d-1ab0-4e1b-80ea-2255e036aa4d-8fb521ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73087b5c-ff10-faaf-7833-9023a803d8ce-8fb52200 {
  justify-self: end;
}

#w-node-_73087b5c-ff10-faaf-7833-9023a803d8cf-8fb52200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6362720f-178c-65e5-614c-cc598afcf61a-8fb52201 {
  justify-self: end;
}

#w-node-_6362720f-178c-65e5-614c-cc598afcf61b-8fb52201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eac42db0-1123-7729-6596-a97bad886315-8fb52202 {
  justify-self: end;
}

#w-node-eac42db0-1123-7729-6596-a97bad886316-8fb52202, #w-node-_6187b88f-a44d-8ad5-c810-4ed46c08a7b3-8fb52202, #w-node-_6187b88f-a44d-8ad5-c810-4ed46c08a7c3-8fb52202, #w-node-cfc5daa1-e561-3813-a686-c8cc15bf6297-8fb52202, #w-node-eb7afc8d-4aa4-c1f3-fb96-8e3593d15edc-8fb52202, #w-node-_593b1cb8-3205-07bb-0ae1-08d1f22a483a-8fb52202, #w-node-bc661a5e-7837-3a99-84da-6278b5557015-8fb52202, #w-node-_1654e807-6f78-b05f-8cda-b7c44fcfe529-8fb52202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfb34b04-666e-9fe5-47d9-5f36b9da194e-b9da1948 {
  justify-self: end;
}

#w-node-dfb34b04-666e-9fe5-47d9-5f36b9da194f-b9da1948 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_886d455d-8f99-9d35-9c3a-912204ca9dc7-c284a8d9 {
  justify-self: end;
}

#w-node-_886d455d-8f99-9d35-9c3a-912204ca9dc8-c284a8d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-fdeb0356-e4ec-4b3b-b870-0e673e60e13d-8fb521f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c8b5c27-4d64-8575-8d84-84c2b05a595a-8fb521f6, #w-node-_55b8acd4-6768-d010-4d38-8b4ded5f22a7-8fb521f7, #w-node-c1914f5d-fc5f-e33e-4d8d-bf45f5e1b21a-8fb521f8, #w-node-_63c206f9-072e-a71b-072a-df62c75c35df-8fb521fa, #w-node-_63c206f9-072e-a71b-072a-df62c75c35df-8fb521fb, #w-node-cc0a46eb-b4ac-2f12-e606-80b38bf74f18-8fb521fc, #w-node-d8642b9d-4408-2c14-a391-23a0f94b9882-8fb521ff, #w-node-_73087b5c-ff10-faaf-7833-9023a803d8cf-8fb52200, #w-node-_6362720f-178c-65e5-614c-cc598afcf61b-8fb52201, #w-node-eac42db0-1123-7729-6596-a97bad886316-8fb52202, #w-node-dfb34b04-666e-9fe5-47d9-5f36b9da194f-b9da1948, #w-node-_886d455d-8f99-9d35-9c3a-912204ca9dc8-c284a8d9 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd3aa8a1-1c5a-c890-3f5e-c088f38de56f-8fb521f6 {
    justify-self: start;
  }
}


