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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.lynx-button-white {
  margin-left: 0px;
  padding: 22px 36px;
  border-radius: 50px;
  background-color: #fff;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-button-white:hover {
  background-color: #1f2022;
  color: #fff;
}

.lynx-heading-white-small {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 114%;
  font-weight: 600;
}

.lynx-subtitle-white {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-block-hero {
  display: flex;
  width: 50%;
  margin-top: 110px;
  padding: 40px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(16, 62, 83, 0.9);
}

.lynx-hero {
  display: flex;
  width: 100%;
  min-height: 650px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 30px;
  background-image: url('../images/couple-with-laptop-4.webp');
  background-position: 100% 90%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, 0.1);
}

.lynx-content-hero {
  display: none;
  width: 100%;
  max-width: 1392px;
  margin: 1rem auto 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.lynx-nav-button {
  padding: 18px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #103e53;
  border-radius: 50px;
  background-color: #103e53;
  transition: background-color 200ms ease;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-nav-button:hover {
  border-color: #8b5cf6;
  background-color: #8b5cf6;
}

.lynx-nav-buttons {
  display: flex;
  margin-left: 14px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.lynx-nav-link {
  padding: 15px 20px;
  transition: color 200ms ease;
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-nav-link:hover {
  color: #8979ec;
}

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

.lynx-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  display: flex;
  margin-right: 20px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lynx-nav-block {
  display: flex;
  width: 100%;
  max-width: 1080px;
  justify-content: space-between;
  align-items: center;
  flex: 0 auto;
}

.lynx-navbar {
  display: none;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.lynx-paragraph-features {
  max-width: 294px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #1f2022;
  font-size: 20px;
  line-height: 128%;
  font-weight: 400;
}

.lynx-icon-features-small {
  display: block;
  width: 28px;
  height: 28px;
}

.lynx-block-features-yellow {
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 25px;
  background-color: rgba(172, 183, 50, 0.1);
}

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

.lynx-block-features-green {
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 25px;
  background-color: rgba(50, 183, 122, 0.1);
}

.lynx-block-features-purple {
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 25px;
  background-color: rgba(137, 121, 236, 0.1);
}

.lynx-block-features-pink {
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 25px;
  background-color: rgba(253, 75, 139, 0.1);
}

.lynx-grid-features-4-columns {
  width: 100%;
  margin-top: 14px;
  align-items: start;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lynx-heading {
  max-width: 840px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900;
}

.lynx-heading.heading-3 {
  font-size: 32px;
}

.lynx-subtitle {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

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

.lynx-content {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.lynx-link-footer-large {
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2022;
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-link-footer-large:hover {
  color: #8979ec;
}

.lynx-heading-footer {
  margin-bottom: 22px;
  font-family: Avenir, sans-serif;
  color: rgba(31, 32, 34, 0.5);
  font-size: 11px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

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

.lynx-link-footer {
  display: none;
  transition: color 200ms ease;
  font-family: Varela, sans-serif;
  color: rgba(31, 32, 34, 0.5);
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-link-footer:hover {
  color: #1f2022;
}

.lynx-logo-footer {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-grid-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #dfdad2;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(121, 124, 131, 0.2);
}

.section {
  display: none;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.lynx-arrow-features {
  position: absolute;
  left: auto;
  top: -25px;
  right: auto;
  bottom: auto;
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1f2022;
  background-image: url('../images/Arrow_2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.lynx-image-features {
  width: 100%;
  min-height: 300px;
  border-radius: 50% 50% 30px 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lynx-link-block-features {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: filter 400ms ease;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-paragraph {
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #797c83;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
}

.lynx-paragraph.lynx-t-c {
  max-width: none;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.lynx-heading-features-large {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #103e53;
  font-size: 37px;
  line-height: 122%;
  font-weight: 600;
}

.lynx-subtitle-productivity {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(137, 121, 236, 0.1);
  font-family: Varela, sans-serif;
  color: #8979ec;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-features-large {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 124, 131, 0.2);
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
  text-align: center;
}

.lynx-subtitle-software {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(253, 75, 139, 0.1);
  font-family: Varela, sans-serif;
  color: #fd4b8b;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-grid-2-columns {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: start;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lynx-content-2 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-2 {
  background-color: #eff1f7;
}

.lynx-image {
  min-height: 500px;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.lynx-image-absolute {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: -6%;
  z-index: 50;
  max-height: 60%;
  max-width: 50%;
  border-radius: 30px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.lynx-block-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.lynx-button {
  padding: 22px 36px;
  border-radius: 50px;
  background-color: #1f2022;
  transition: background-color 200ms ease;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-button:hover {
  background-color: #8979ec;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  align-items: center;
  grid-column-gap: 19px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  margin-bottom: 2rem;
  padding-top: 4rem;
}

.lynx-paragraph-process {
  max-width: 294px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 165%;
  font-weight: 500;
}

.lynx-heading-process {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2022;
  font-size: 24px;
  line-height: 128%;
  font-weight: 900;
}

.lynx-process-number {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 110%;
  font-style: normal;
}

.lynx-block-process-green {
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(16, 62, 83, 0.5);
  box-shadow: 0 0 0 15px rgba(16, 62, 83, 0.1);
}

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

.lynx-block-process-purple {
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(16, 62, 83, 0.5);
  box-shadow: 0 0 0 15px rgba(16, 62, 83, 0.1);
}

.lynx-block-process-pink {
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(16, 62, 83, 0.5);
  box-shadow: 0 0 0 15px rgba(16, 62, 83, 0.1);
}

.lynx-grid-process {
  width: 100%;
  margin-top: 40px;
  align-items: start;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-4 {
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-top: 8rem;
}

.lynx-client-info {
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #1f2022;
  font-size: 18px;
  line-height: 132%;
  font-weight: 600;
}

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

.lynx-image-client {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.lynx-paragraph-reviews {
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 165%;
}

.lynx-reviews-bg {
  display: flex;
  padding: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 124, 131, 0.2);
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
}

.lynx-reviews-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-row-gap: 26px;
}

.lynx-grid-reviews {
  width: 100%;
  margin-top: 14px;
  align-items: start;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-5 {
  display: block;
  overflow: hidden;
  margin-bottom: 8rem;
}

.lynx-paragraph-accordion {
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 165%;
}

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

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

.lynx-heading-accordion {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #1f2022;
  font-size: 20px;
  line-height: 132%;
  font-weight: 400;
}

.lynx-accordion-header {
  display: flex;
  padding: 15px 15px 15px 30px;
  justify-content: space-between;
  align-items: center;
  transition: padding 300ms ease;
  cursor: pointer;
}

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

.lynx-accordion-item {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
}

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

.section-6 {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #eff1f7;
}

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

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

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

.lynx-heading-accordion-2 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Avenir, sans-serif;
  color: #1f2022;
  font-size: 20px;
  line-height: 132%;
  font-weight: 500;
}

.lynx-accordion-header-2 {
  display: flex;
  padding: 15px 15px 15px 30px;
  justify-content: space-between;
  align-items: center;
  transition: padding 300ms ease;
  cursor: pointer;
}

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

.lynx-accordion-item-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 124, 131, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
}

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

.lynx-paragraph-2 {
  display: none;
  max-width: 640px;
  margin-bottom: 36px;
  font-family: Avenir, sans-serif;
  color: #797c83;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
}

.lynx-paragraph-2.lynx-content-heading {
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.lynx-heading-2 {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 46px;
  line-height: 120%;
  font-weight: 900;
}

.lynx-su {
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

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

.lynx-content-3 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.paragraph {
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 12px;
}

.section-7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eff1f7;
}

.paragraph-2 {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
}

.lynx-text-message {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  margin-top: 15px;
  padding: 20px 30px;
  border-radius: 30px;
  background-color: rgba(253, 75, 139, 0.65);
}

.lynx-success-message {
  padding: 20px 29px;
  border-radius: 50px;
  background-color: rgba(50, 183, 122, 0.65);
}

.lynx-submit-button {
  padding: 22px 36px;
  border-radius: 50px;
  background-color: #fff;
  transition: background-color 300ms ease, color 300ms ease;
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-submit-button:hover {
  background-color: #1f2022;
  color: #fff;
}

.lynx-text-field {
  height: 46px;
  min-width: 200px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 24px;
  padding: 8px 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-text-field::-moz-placeholder {
  color: hsla(65, 0%, 100%, 0.6);
}

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

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

.lynx-form {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: hsla(65, 0%, 100%, 0.1);
}

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

.lynx-heading-white-margin {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 46px;
  line-height: 120%;
  font-weight: 400;
}

.lynx-subtitle-white-2 {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-block-newsletter-text {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.lynx-newsletter-horizontal {
  display: flex;
  width: 100%;
  padding: 70px 50px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(16, 62, 83, 0.9);
  text-align: center;
}

.lynx-newsletter-image {
  width: 100%;
  padding: 290px 24px 24px;
  border-radius: 30px;
  background-image: url('../images/pexels-vlada-karpovich-4617262.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, 0.1);
}

.lynx-content-4 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.section-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.kutup-paragraph {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 700;
}

.kutup-features-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #264653;
  font-size: 19px;
  line-height: 1;
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-features-wrapper {
  flex: 1;
}

.kutup-features-flex {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-display-2 {
  margin-top: 0px;
  color: #264653;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
}

.kutup-large-container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.kutup-section {
  padding: 90px 5%;
  background-color: #fff;
}

.lynx-arrow-features-2 {
  position: absolute;
  left: auto;
  top: -25px;
  right: auto;
  bottom: auto;
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1f2022;
  background-image: url('../images/Arrow_2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.lynx-image-features-2 {
  width: 100%;
  min-height: 300px;
  border-radius: 50% 50% 30px 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lynx-link-block-features-2 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: filter 400ms ease;
}

.lynx-link-block-features-2:hover {
  filter: brightness(112%);
}

.lynx-paragraph-3 {
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-features-large-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Serif', serif;
  color: #1f2022;
  font-size: 37px;
  line-height: 122%;
  font-weight: 400;
}

.lynx-subtitle-productivity-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(137, 121, 236, 0.1);
  font-family: Varela, sans-serif;
  color: #8979ec;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-block-features-large-2 {
  padding: 55px 45px 35px;
}

.lynx-features-large-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(121, 124, 131, 0.2);
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
  text-align: center;
}

.lynx-subtitle-software-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 10px;
  background-color: rgba(253, 75, 139, 0.1);
  font-family: Varela, sans-serif;
  color: #fd4b8b;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.lynx-grid-2-columns-2 {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 20px;
  align-items: start;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  position: absolute;
  top: auto;
  padding: 18px 20px;
  border-radius: 20px;
  font-size: 16px;
}

.f-pricing-button {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.f-pricing-button:hover {
  background-color: #2d0896;
}

.f-pricing-line-dark {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #282556;
}

.f-paragraph-small {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: #fff;
}

.f-text-color-gray-400 {
  color: #b6b9ce;
}

.f-icon-regular {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
}

.f-pricing-feature-item {
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: #b6b9ce;
  font-size: 16px;
  font-weight: 400;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #103e53;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-h3-heading.f-text-color-white {
  color: #fff;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-badge-filled {
  display: flex;
  padding: 4px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background-color: #642eff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.f-heading-detail-small {
  color: #797c83;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-heading-detail-small.f-text-color-white {
  color: #fff;
}

.f-pricing-type-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-pricing-card-dark {
  position: relative;
  padding: 40px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #8b63ff;
  color: #fff;
}

.f-button-secondary {
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 50px;
  background-color: rgba(16, 62, 83, 0.9);
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
}

.f-button-secondary:hover {
  border-color: transparent;
  background-color: #007a74;
}

.f-pricing-line {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.f-pricing-card-outline {
  display: flex;
  height: 100%;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 16px;
}

.f-pricing-column-basic {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  justify-content: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-h2-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(16, 62, 83, 0.9);
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-pricing-title-wrapper {
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-container-small {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  padding: 2rem 5%;
}

.div-block-2 {
  display: flex;
  grid-column-gap: 1px;
}

.cf-floating-white-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.cf-floating-scribble {
  position: static;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.cf-floating-image-container-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.cf-floating-black-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0d0e10;
}

.cf-floating-image-container-1 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
}

.cf-home-center-image {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  border-radius: 16px;
}

.cf-home-image-container {
  position: relative;
  display: flex;
  max-width: 1440px;
  margin: 80px auto 180px;
  justify-content: center;
  align-items: flex-start;
}

.cf-button-gradient {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-call-arrow-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-cta-arrow-div {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
}

.cf-cta-button {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-22px-paragraph---white {
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 22px;
  line-height: 155%;
  font-weight: 500;
  text-align: center;
}

.cf-gradient-span {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-82px-heading {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-1140px-wrapper---home-vertical {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-3 {
  overflow: hidden;
  background-color: #0d0e10;
  background-image: linear-gradient(180deg, #0d0e10 70%, #fff 0);
}

.cf-cta-top-image {
  position: absolute;
  left: -6%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 16px;
  box-shadow: 0 1px 120px 0 rgba(0, 0, 0, 0.07);
  transform: rotate(6deg);
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-cta-bottom-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: 1%;
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 16px;
  transform: rotate(-11deg);
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-pink-button {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #f3f5fb;
  transition: background-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #0b0b0b;
  font-size: 13px;
  line-height: 178%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.cf-pink-button:hover {
  background-color: #8b5cf6;
  color: #f3f5fb;
}

.cf-purple-button {
  display: flex;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 13px;
  line-height: 178%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.cf-purple-button:hover {
  color: #f3f5fb;
}

.cf-cta-buttons-container {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
  font-weight: 400;
}

.cf-cta-h2-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 40px;
  line-height: 130%;
  font-weight: 700;
}

.cf-tag-texts {
  display: none;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #ffa84b;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.cf-center-wrapper-cta {
  position: relative;
  z-index: 5;
  display: flex;
  max-width: 724px;
  flex-direction: column;
  align-items: center;
}

.cf-cta-wrapper-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(16, 62, 83, 0.9), rgba(16, 62, 83, 0.9)), url('../images/11---Lifestyle-Prestige-Facade-.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: rgba(16, 62, 83, 0.9);
  color: #fff;
}

.section-9 {
  display: none;
  background-color: #eff1f7;
}

.lynx-nav-button-outline {
  padding: 18px 25px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #103e53;
  border-radius: 50px;
  background-color: #f3f5fb;
  transition: background-color 200ms ease;
  font-family: Avenir, sans-serif;
  color: #103e53;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.lynx-nav-button-outline:hover {
  background-color: #103e53;
  color: #f3f5fb;
}

.image {
  width: 120px;
  margin-right: 0px;
  margin-bottom: 60px;
}

.image.image_uno {
  display: block;
  width: 80px;
  margin-right: 0px;
}

.youtube {
  position: static;
  width: auto;
  max-width: 100%;
  min-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-block-20 {
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  height: 320px;
}

.image-3 {
  height: 320px;
}

.image-4 {
  height: 320px;
}

.image-5 {
  height: 320px;
}

.track {
  overflow: hidden;
  background-color: transparent;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  display: none;
  overflow: hidden;
  width: 100vw;
  padding-top: 0px;
}

.frame {
  display: flex;
  overflow: hidden;
  height: 100%;
}

.item {
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 480px;
  padding: 20px 0px 0px;
  flex: 0 0 auto;
}

.image-6 {
  height: 100%;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.html-embed {
  width: 100%;
  height: 370px;
  margin-right: 0px;
  padding-right: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-slide-nav {
  position: absolute;
  left: 0%;
  top: -11%;
  right: 0%;
  bottom: auto;
  display: block;
  flex: 0 0 auto;
  transform: scale3d(1.6, 0.3, 1);
  color: #007e60;
  transform-style: preserve-3d;
}

.cf-right-arrow {
  right: -8px;
  display: none;
  width: 50%;
}

.cf-left-arrow {
  display: none;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-review-author-job-title {
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 900;
}

.cf-review-author-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-review-author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-review-author-image-wrapper {
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  border-radius: 100%;
}

.cf-review-author-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cf-review-para-text {
  margin-bottom: 40px;
  font-family: Avenir, sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 20px;
  line-height: 120%;
  font-weight: 900;
}

.cf-review-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-review-star {
  margin-right: 5px;
}

.cf-review-star-wrapper {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  flex: 0 0 auto;
}

.cf-review-slide-content {
  display: flex;
  margin-right: 0px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #e4e6f1;
  border-radius: 20px;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 20px;
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(121, 124, 131, 0.3);
  border-radius: 20px;
}

.cf-review-no-mask {
  overflow: visible;
  width: 400px;
}

.cf-review-slider {
  display: flex;
  height: auto;
  flex-direction: row;
  align-items: flex-end;
  background-color: transparent;
}

.cf-reviewer-container {
  position: relative;
  width: 100%;
}

.cf-colourful-text {
  display: inline-block;
  margin-right: 3px;
  padding-bottom: 0px;
  color: #103e53;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.cf-testimonial-h2-heading {
  margin-top: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
}

.cf-green-top-heading {
  margin-bottom: 24px;
  font-family: Avenir, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cf-review-header-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}

.cf-review-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-wrapper-1200px {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.cf-review-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.html-embed-2 {
  display: flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #eff1f7;
  font-family: Avenir, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.html-embed-2.cf-purple-button {
  direction: ltr;
  color: #103e53;
  font-style: normal;
  text-decoration: none;
}

.lynx-paragraph-accordion-3 {
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 16px;
  line-height: 165%;
}

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

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

.lynx-heading-accordion-3 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2022;
  font-size: 20px;
  line-height: 132%;
  font-weight: 400;
}

.lynx-accordion-header-3 {
  display: flex;
  padding: 15px 15px 15px 30px;
  justify-content: space-between;
  align-items: center;
  transition: padding 300ms ease;
  cursor: pointer;
}

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

.lynx-accordion-item-3 {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
}

.lynx-block-faq-3 {
  display: flex;
  width: 100%;
  max-width: 840px;
  flex-direction: column;
  grid-row-gap: 14px;
}

.lynx-paragraph-4 {
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  color: #797c83;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-3 {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'PT Serif', serif;
  color: #1f2022;
  font-size: 46px;
  line-height: 120%;
  font-weight: 400;
}

.lynx-subtitle-2 {
  font-family: Varela, sans-serif;
  color: #1f2022;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

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

.lynx-content-5 {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  padding-right: 0%;
  flex-direction: row;
  justify-content: space-between;
  justify-items: stretch;
  align-items: center;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-22 {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 5%;
  justify-content: center;
  background-color: transparent;
}

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

.line {
  width: 95vw;
  height: 1px;
  background-color: #141414;
}

.line._2 {
  margin-top: 40px;
}

.carousel {
  display: flex;
}

.card-australia {
  height: 360px;
  margin-right: 20px;
}

.card-australia.testimonial {
  height: 100%;
}

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

.section-10 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #eff1f7;
}

.image-7 {
  max-width: 50%;
}

.paragraph-3 {
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.link-block {
  display: flex;
  max-width: 610px;
  justify-content: center;
}

.div-block-27 {
  display: flex;
  justify-content: center;
}

.div-block-28 {
  display: flex;
  justify-content: center;
}

.div-block-29 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: rgba(16, 62, 83, 0.9);
}

.splide__arrow {
  width: 6em;
  height: 3em;
  margin-right: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100vw;
  background-color: transparent;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: all 200ms ease;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, 0.06);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(0.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(0.95) rotate(-180deg);
}

.splide__slide {
  -ms-grid-row-align: stretch;
      align-self: stretch;
  flex: 0 0 auto;
}

.splide__arrows {
  display: flex;
  margin-top: 4em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.splide__pagination {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1em;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
}

.splide__track {
  width: 100%;
}

.splide__pagination__page {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0em;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.2;
  transition: all 300ms ease;
  font-size: 0vw;
  line-height: 0;
}

.splide__pagination__page.is-active {
  display: block;
  opacity: 1;
}

.splide__list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
}

.splide {
  position: relative;
  width: 100%;
}

.hidden {
  display: none;
}

.button-2 {
  display: none;
}

.owl-carousel-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.owl-carousel.owl-theme {
  position: relative;
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.p-item {
  position: relative;
  display: flex;
  width: 300px;
  height: 360px;
  justify-content: center;
  background-color: transparent;
}

.image-8 {
  width: 100%;
  height: auto;
}

.lynx-heading-properties {
  max-width: 840px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 30px;
  line-height: 120%;
  font-weight: 900;
}

.lynx-heading-properties.heading-3 {
  font-size: 32px;
}

.how-it-works {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 48px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

.how-it-works.heading-3 {
  font-size: 32px;
}

.heading-cta {
  max-width: 740px;
  margin-top: 0px;
  margin-bottom: 36px;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 120%;
  font-weight: 900;
}

.div-block-31 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
}

.image-9 {
  width: 180px;
  margin-left: 20px;
}

.powered-by {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2022;
  font-size: 24px;
  line-height: 128%;
  font-weight: 900;
}

.f-slide-nav-hidden {
  bottom: -50px;
  display: none;
}

.s {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #103e53;
  text-transform: none;
}

.s:hover {
  color: #fff;
}

.f-testimonial-r-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #fff;
  transition: all 300ms ease;
  color: #fff;
}

.f-testimonial-r-arrow:hover {
  border-color: #160042;
  background-color: #103e53;
  color: #fff;
}

.f-testimonial-l-arrow {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 100px;
  background-color: #fff;
  transition: all 300ms ease;
  color: #103e53;
}

.f-testimonial-l-arrow:hover {
  background-color: #103e53;
  color: #fff;
}

.f-paragraph-small-2 {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #103e53;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.f-paragraph-regular {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.f-paragraph-regular.f-text-weight-medium {
  font-family: Avenir, sans-serif;
  color: #103e53;
  font-weight: 900;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-testimonial-avatar-small {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.f-testimonial-author {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
  text-decoration: none;
}

.f-testimonial-author:hover {
  border-color: transparent;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
}

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

.f-testimonial-star-wrapper {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-start;
  font-size: 14px;
}

.f-testimonial-card {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff1f7;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, 0.06);
  color: #160042;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.f-testimonial-slider-regular {
  height: auto;
  padding-right: 72px;
  padding-left: 72px;
  background-color: transparent;
}

.f-h3-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-margin-bottom-57 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-large {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.f-testimonial-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
}

.f-section-regular {
  position: relative;
  padding-top: 0px;
  padding-bottom: 72px;
}

.star-icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color 200ms ease;
  color: #ff8a56;
  text-transform: none;
}

.f-testimonial-star-wrapper-copy {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  font-size: 14px;
}

.cf-pink-button-copy {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #fff;
  transition: background-color 200ms ease;
  font-family: Avenir, sans-serif;
  color: #0b0b0b;
  font-size: 13px;
  line-height: 178%;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.cf-pink-button-copy:hover {
  background-color: #8b5cf6;
  color: #f3f5fb;
}

.heading-4 {
  color: #797c83;
}

@media screen and (min-width: 1280px) {
  .cf-cta-top-image {
    left: 0%;
    max-width: 280px;
  }

  .cf-cta-bottom-image {
    bottom: -5%;
    width: 100%;
    max-width: 280px;
    transform: rotate(-9deg);
  }

  .html-embed {
    margin-right: -12px;
    margin-left: -12px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .lynx-content-hero {
    display: none;
  }

  .lynx-navbar {
    display: none;
  }

  .cf-cta-top-image {
    left: 3%;
    max-width: 290px;
  }

  .cf-cta-bottom-image {
    right: 0%;
    bottom: -2%;
    z-index: 0;
    width: 100%;
    max-width: 290px;
    transform: rotate(-9deg);
  }

  .cf-slide-nav {
    display: block;
  }

  .cf-review-no-mask {
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .lynx-logo-footer {
    width: 108px;
  }

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

  .lynx-footer {
    padding-bottom: 60px;
  }

  .section {
    display: none;
  }

  .cf-cta-top-image {
    left: 1%;
    max-width: 280px;
  }

  .cf-cta-bottom-image {
    right: 9%;
    bottom: 3%;
    max-width: 280px;
  }

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

  .div-block-4 {
    max-width: 100%;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .div-block-6 {
    max-width: 100px;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .div-block-8 {
    max-width: 100%;
  }

  .div-block-9 {
    max-width: 100px;
  }

  .div-block-10 {
    max-width: 100%;
  }

  .div-block-11 {
    max-width: 100px;
  }

  .div-block-12 {
    max-width: 100px;
  }

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

  .div-block-14 {
    max-width: none;
  }

  .div-block-15 {
    max-width: none;
  }

  .div-block-16 {
    max-width: none;
  }

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

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

@media screen and (max-width: 991px) {
  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-menu-button {
    margin-left: 8px;
    padding: 13px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, 0.2);
    transition: background-color 200ms ease, color 200ms ease;
    color: #1f2022;
    font-size: 20px;
  }

  .lynx-menu-button.w--open {
    background-color: #1f2022;
    color: #fff;
  }

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

  .lynx-nav-menu {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, 0.1);
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features-4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-heading-accordion-2 {
    font-size: 19px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
  }

  .kutup-features-flex {
    flex-wrap: wrap;
    align-content: stretch;
    grid-row-gap: 40px;
  }

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

  .lynx-heading-features-large-2 {
    font-size: 32px;
  }

  .lynx-block-features-large-2 {
    padding: 45px 30px 25px;
  }

  .lynx-grid-2-columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .f-pricing-column-basic {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-cta-top-image {
    left: -2%;
    top: -4%;
    width: 100%;
    max-width: 200px;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .lynx-nav-button-outline {
    display: none;
  }

  .lynx-heading-accordion-3 {
    font-size: 19px;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .splide__pagination {
    position: absolute;
    padding-top: 1.9em;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }

  .lynx-heading-properties {
    font-size: 38px;
  }

  .how-it-works {
    font-size: 38px;
  }

  .heading-cta {
    font-size: 38px;
  }

  .powered-by {
    font-size: 22px;
  }

  .f-testimonial-slider-grid-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }
}

@media screen and (max-width: 767px) {
  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

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

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

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

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-left {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .lynx-heading-process {
    font-size: 20px;
  }

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

  .lynx-paragraph-reviews {
    max-width: none;
  }

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

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    margin-right: 0px;
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
  }

  .lynx-newsletter-horizontal {
    padding: 45px 25px;
    flex-direction: column;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lynx-heading-features-large-2 {
    font-size: 26px;
  }

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

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

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    left: -8%;
    bottom: -17%;
    display: flex;
    justify-content: flex-start;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    top: -25%;
    display: flex;
    justify-content: flex-end;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient {
    font-size: 20px;
  }

  .cf-cta-button {
    font-size: 20px;
  }

  .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(180deg, #0d0e10 75%, #fff 0);
  }

  .cf-cta-top-image {
    left: -16%;
  }

  .cf-cta-bottom-image {
    bottom: -14%;
    width: 31%;
  }

  .cf-cta-buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-star {
    margin-right: 3px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-slide-content {
    width: 360px;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0px;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .div-block-22 {
    display: flex;
    flex-direction: column;
  }

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

  .card-australia.testimonial {
    width: 480px;
    margin-right: 10px;
  }

  .splide__slide {
    width: 90%;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }

  .lynx-heading-properties {
    max-width: 540px;
    font-size: 34px;
  }

  .how-it-works {
    max-width: 540px;
    font-size: 34px;
  }

  .heading-cta {
    max-width: 540px;
    font-size: 34px;
  }

  .powered-by {
    font-size: 20px;
  }

  .f-testimonial-r-arrow {
    display: none;
  }

  .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-right: 0px;
    padding-left: 0px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

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

@media screen and (max-width: 479px) {
  .lynx-heading-white-small {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .lynx-block-hero {
    position: static;
    display: flex;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .lynx-hero {
    background-position: 50% 0%;
  }

  .lynx-content-hero {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .lynx-grid-features-4-columns {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading.heading-3 {
    font-size: 28px;
  }

  .lynx-footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .section-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-image-absolute {
    padding-left: 5%;
  }

  .lynx-block-image {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-process-number {
    font-size: 30px;
  }

  .section-4 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .section-5 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .section-6 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lynx-heading-accordion-2 {
    font-size: 18px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .section-7 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-2 {
    display: none;
    margin-bottom: 10px;
  }

  .lynx-text-field {
    margin: 12px 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lynx-form {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-image-features-2 {
    min-height: 200px;
  }

  .lynx-heading-features-large-2 {
    font-size: 24px;
  }

  .f-pricing-card-dark {
    padding: 32px;
  }

  .f-pricing-card-outline {
    padding: 32px;
  }

  .cf-home-image-container {
    margin-bottom: 100px;
  }

  .cf-cta-arrow-div {
    flex: 0 0 auto;
  }

  .cf-button-text {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    font-size: 18px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(180deg, #0d0e10 85%, #fff 0);
  }

  .cf-cta-top-image {
    left: -114%;
    top: -17%;
    display: none;
    border-radius: 10px;
  }

  .cf-cta-bottom-image {
    right: -10%;
    bottom: -12%;
    width: 60%;
    max-width: 240px;
    border-radius: 10px;
  }

  .cf-purple-button {
    justify-content: center;
  }

  .cf-cta-buttons-container {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .section-9 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cf-slide-nav {
    left: 0%;
    top: -8%;
    right: 0%;
    bottom: auto;
    display: flex;
    margin-bottom: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex: 0 auto;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-star {
    width: auto;
    margin-right: 2px;
    margin-left: 2px;
  }

  .cf-review-star-wrapper {
    display: block;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .cf-review-slide-content {
    width: 290px;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-colourful-text {
    padding-bottom: 0px;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-wrapper-1200px {
    width: 100%;
  }

  .cf-review-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .lynx-heading-accordion-3 {
    font-size: 18px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

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

  .div-block-22 {
    display: flex;
    flex-direction: column;
    grid-auto-flow: row;
  }

  .div-block-23 {
    padding: 10px 5% 40px;
  }

  .div-block-24 {
    padding: 10px 5% 20px;
  }

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

  .carousel.padding {
    flex-wrap: nowrap;
  }

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

  .div-block-26 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-cta {
    overflow: visible;
    margin-left: 0%;
    padding: 0%;
  }

  .splide__pagination {
    position: relative;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .splide__pagination__page {
    margin-right: 8px;
    margin-left: 0px;
  }

  .owl-carousel-wrapper {
    margin-top: 0px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .lynx-heading-properties {
    font-size: 29px;
  }

  .lynx-heading-properties.heading-3 {
    font-size: 28px;
  }

  .how-it-works {
    font-size: 29px;
  }

  .how-it-works.heading-3 {
    font-size: 28px;
  }

  .heading-cta {
    font-size: 29px;
  }

  .div-block-31 {
    flex-direction: column;
  }

  .image-9 {
    margin-left: 0px;
  }

  .powered-by {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 19px;
  }

  .f-testimonial-avatar-small {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .f-testimonial-author {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

#w-node-_938d4c5b-eed2-0c1c-3031-be08bf10e500-bab826c6 {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_617710a0-da66-2385-50a1-9cc8ad94e8ab-bab826c6 {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_75bbf0ad-4fb4-b31a-d08e-38d6aa79577c-bab826c6 {
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-_75bbf0ad-4fb4-b31a-d08e-38d6aa795777-bab826c6 {
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-d8ca32ca-95dc-c759-66c3-d41983278119-bab826c6 {
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-d8ca32ca-95dc-c759-66c3-d41983278114-bab826c6 {
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_1912b21e-534a-c940-2391-15e04f019ab3-bab826c6 {
  -ms-grid-column-align: end;
      justify-self: end;
}

#w-node-ad484504-e86f-d619-6d8b-77ec18931c32-bab826c6 {
  -ms-grid-column-align: start;
      justify-self: start;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_789a91e3-a384-b29d-5c1b-014297cf46e8-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_789a91e3-a384-b29d-5c1b-014297cf46f1-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a32866e6-099a-801c-8d83-ee60631f5007-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
      align-self: auto;
}

#w-node-f89c2621-adcb-25b5-1b75-d37dfb89d3ab-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf721e4f-b7a8-652f-4d75-51daa8ae673d-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4cc88739-92da-b739-e4f3-9075674270fe-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d82d2d44-299b-3c59-e3fd-072d7ec2fd32-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b3bba91-f409-ddf1-7da5-c6203f753e9e-bab826c6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aad43fd6-30fd-2fcd-582d-9c6a6057336c-60573369 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aad43fd6-30fd-2fcd-582d-9c6a60573374-60573369 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aad43fd6-30fd-2fcd-582d-9c6a6057337c-60573369 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aad43fd6-30fd-2fcd-582d-9c6a60573384-60573369 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}