:root {
  --beige-01: #fff;
  --poppins: Poppins, sans-serif;
  --black: black;
  --body-text: 18px;
  --h1: 65px;
  --h1-mobile: 48px;
  --h2: 48px;
  --h2-mobile: 36px;
  --h3: 38px;
  --h4: 32px;
  --h5: 28px;
  --h6: 24px;
  --mobile-body-text: 16px;
  --beige-02: #d4d4d4;
  --light-pink: #f2c3d3;
  --yellow: #f7d56f;
  --light-purple: #bfacf9;
  --large-body-text: 28px;
  --mobile-medium-text: var(--large-mobile-text);
  --livvic: Livvic, sans-serif;
  --bluelight: #009dbf;
  --large-mobile-text: var(--large-body-text);
  --lghtblu: #e5eaec;
  --pistachio: #86cd82;
  --color: #d9d9d9;
  --blubludrk: #00d4f8;
  --gun-metal: #162521;
  --outer-space: #3c474b;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --lynx--white: white;
  --lynx--black: #1f2022;
  --lynx--grey: #797c83;
  --lynx--deep-pink: #fd4b8b;
  --lynx--medium-purple: #8979ec;
  --lynx--medium-sea-green: #32b77a;
  --kütüp-library--dim-grey: #6e6e6e;
  --bluedrk: #d3e7ff;
  --lion: #b49a67;
  --pale-dogwood: #ceb3ab;
  --yellow-2: #dec91f;
  --lime-green: #d0d957;
  --livvic-not-bold: Livvic, sans-serif;
  --waves-library--dark-elevation: #ede0d8;
  --walsh--black: #2c2c2c;
  --waves-library--background: #faebe3;
  --kütüp-library--dark-slate-grey: #264653;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  background-color: var(--beige-01);
  font-family: var(--poppins);
  color: var(--black);
  font-size: var(--body-text);
  line-height: 120%;
}

h1 {
  font-family: var(--poppins);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--poppins);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--poppins);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--poppins);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--poppins);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--poppins);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--poppins);
  font-size: var(--body-text);
  margin-bottom: 10px;
  line-height: 150%;
}

.style-guide-font-row-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding: 100px 20px;
  display: block;
}

.color-card-text-block {
  color: #727272;
  margin-bottom: 10px;
  font-size: 14px;
}

.color-card {
  border: 1px solid #6f6f6f;
  overflow: hidden;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.spacer-30px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-wrapper {
  background-color: #fff;
}

.style-guide-font-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.color-block {
  background-color: #eaeaea;
  border: 1px solid #444445;
  width: 100%;
  height: 225px;
}

.color-block.biege-02 {
  background-color: var(--beige-02);
}

.color-block.beige-01 {
  background-color: var(--beige-01);
  border-color: #727272;
}

.color-block.light-pink {
  background-color: var(--light-pink);
}

.color-block.yellow {
  background-color: var(--yellow);
}

.color-block.light-purple {
  background-color: var(--light-purple);
}

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

.content-container {
  max-width: 1310px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.spacer-40px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 626px;
}

.colors-card-text-wrapper {
  background-color: #0000;
  border: 1px solid #727272;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.spacer-64px-height {
  width: 20px;
  height: 64px;
}

.spacer-64px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid-left {
  padding-top: 20px;
  padding-right: 20px;
}

.grey-text {
  color: #727272;
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-10px-height:hover {
  background-color: #fffc;
}

.spacer-10px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.spacer-20px-height:hover {
  background-color: #fffc;
}

.spacer-20px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-hero-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 340px 20px 100px;
  display: none;
}

.spacer-80px-height {
  width: 20px;
  height: 80px;
}

.spacer-80px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.large-text {
  font-family: var(--poppins);
  color: var(--black);
  font-size: var(--large-body-text);
  width: 1095px;
  max-width: 1095px;
  margin-top: 0;
  font-weight: 400;
}

.large-text.livvic-text {
  font-family: var(--poppins);
  color: var(--beige-01);
  font-size: var(--h3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--beige-01);
  width: 1060px;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 220px;
  font-weight: 400;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  background-color: #070707;
  border: 0 solid #000;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #29292c;
}

.primary-button.mobile-hidden {
  color: #fff;
  background-color: #162521;
  border-width: 0;
  border-color: #000;
  display: none;
}

.nav-logo-wrapper {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  height: 160px;
  margin-top: 36px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/Grey-Social-Media-Conversation-IPhone-Photo-Facebook-Post-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: auto;
  align-self: auto;
  width: auto;
  max-width: 50vw;
  height: 25%;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.navbar-wrapper {
  z-index: 99999;
  position: relative;
}

.navbar {
  z-index: 11;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1310px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.livvic-text {
  font-family: var(--livvic);
  color: var(--bluelight);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bluelight);
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.hero-section-paragraph-wrapper {
  max-width: 860px;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.hero-section-image {
  background-image: url('../images/header2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1300px 1300px;
  border-radius: 8px;
  width: 100%;
  max-width: 1310px;
  height: 100vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-section-wrapper {
  position: relative;
}

.light-pink-container {
  background-color: var(--lghtblu);
  padding: 64px;
  display: block;
  position: sticky;
  top: 120px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  height: 320px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.features-grid-image {
  background-image: url('../images/bnr4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/256-x-256.jpg');
}

.features-grid-image._3 {
  background-image: url('../images/bannr4.jpg');
}

.yellow-container {
  background-color: var(--yellow);
  padding: 64px;
  display: block;
  position: sticky;
  top: 120px;
}

.light-purple-container {
  background-color: var(--pistachio);
  padding: 64px;
  display: block;
  position: sticky;
  top: 120px;
}

.dark-section {
  background-color: var(--black);
  color: var(--beige-01);
  padding: 240px 20px 100px;
  display: block;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/pexels-rccbtn-15406294.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.industry-image._2 {
  background-image: url('../images/pexels-davegarcia-33785780.jpg');
}

.industry-image._3 {
  background-image: url('../images/pexels-pixabay-40568.jpg');
}

.industry-image._4 {
  background-image: url('../images/Digital-Urban-Fusion.png');
}

.industry-image._5 {
  background-image: url('../images/Financial-Analytics-Business-Setting.png');
}

.industry-image._6 {
  background-image: url('../images/pexels-jakubzerdzicki-29942709.jpg');
}

.navbar-bg {
  background-color: var(--beige-01);
  height: 126px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-button-icon-wrapper {
  color: var(--black);
  -webkit-text-stroke-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--bluelight);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-section {
  background-color: var(--light-purple);
  display: block;
  overflow: hidden;
}

.carousel-section.white-background {
  background-color: var(--beige-02);
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-question-text {
  text-transform: none;
  font-size: 38px;
}

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

.faq-answer {
  margin-top: 10px;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 110px;
}

.faq-seciton-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonials-section {
  background-color: var(--beige-02);
  padding: 100px 20px 220px;
  display: block;
  overflow: hidden;
}

.testimonials-section-heading-wrapper {
  max-width: 710px;
}

.portrait-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 300px;
  height: 450px;
  margin-right: 32px;
  padding: 40px 24px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 470px;
  height: 310px;
  margin-right: 32px;
  padding: 40px 24px;
}

.bold-text {
  color: var(--blubludrk);
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonials-grey-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101011bf;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--black);
  background-image: url('../images/Subtract.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  text-align: center;
  margin-bottom: 54px;
  font-size: 48px;
  line-height: 130%;
}

.footer {
  background-color: var(--lghtblu);
  padding: 100px 20px 20px;
}

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

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

.footer-link {
  color: var(--black);
  font-size: var(--h3);
  margin-top: 5px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.footer-link-underline {
  background-color: var(--black);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-left-side {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  text-align: left;
  background-image: url('../images/Grey-Social-Media-Conversation-IPhone-Photo-Facebook-Post-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.powerd-by {
  z-index: 1;
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.webflow-link {
  color: #101011bf;
  transition: color .2s;
}

.webflow-link:hover {
  color: var(--black);
}

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--gun-metal);
  color: var(--beige-01);
  border: 0 solid #000;
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.dropdown-list {
  background-color: var(--black);
}

.dropdown-list.w--open {
  background-color: var(--black);
  border-radius: 20px;
  min-width: 120%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--beige-01);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--black);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black);
  color: var(--black);
  background-color: #fff0;
}

.license-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.license-link {
  color: #101011bf;
  text-decoration: underline;
}

.license-link:hover {
  color: var(--black);
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  font-size: var(--h1);
  text-align: center;
  line-height: 120%;
}

.hero-image-and-numbers-wrapper {
  object-fit: fill;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: visible;
}

.video {
  clear: none;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.section-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.services-card {
  background-color: var(--light-pink);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  padding-top: 100px;
  display: flex;
}

.services-card.yellow {
  background-color: var(--light-purple);
  padding-top: 100px;
}

.services-card.light-purple {
  background-color: var(--pistachio);
  padding-top: 100px;
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.services-card-image {
  height: 360px;
}

.clients-carousel-section {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.secotion-fade-out-blur {
  background-image: linear-gradient(95deg, #101011, #10101100);
  width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secotion-fade-out-blur.right {
  background-image: linear-gradient(263deg, #101011, #10101100);
  inset: 0% 0% 0% auto;
}

.body {
  background-color: var(--beige-01);
}

.image, .image-2, .image-3 {
  max-width: 50%;
  margin-top: 140px;
  margin-left: 100px;
}

.div-block {
  margin-top: 3px;
}

.play-pause-button {
  padding-right: 680px;
}

.heading {
  color: var(--gun-metal);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--outer-space);
  border: 0 solid #000;
  font-weight: 600;
  line-height: 110%;
}

.div-block-2 {
  background-color: #0000;
}

.image-4 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
}

.heading-2 {
  width: 1000px;
  max-width: none;
}

.paragraph {
  width: 300px;
}

.heading-3, .heading-4, .heading-5 {
  color: var(--beige-01);
}

.heading-6 {
  margin-bottom: 0;
}

.text-block-2 {
  display: block;
}

.paragraph-2 {
  color: var(--beige-01);
  font-size: var(--h6);
}

.image-5 {
  flex: none;
  align-self: flex-start;
}

.section-2 {
  background-color: #fff;
  padding: 240px 20px 100px;
}

.heading-7 {
  color: var(--bluelight);
  text-align: center;
}

.heading-8 {
  text-align: center;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px {
  margin-top: 20px;
  margin-bottom: 24px;
}

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

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

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

.heading-9 {
  color: var(--bluelight);
}

.hero-without-image {
  background-color: #fff;
  margin-top: 0;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/Grey-Social-Media-Conversation-IPhone-Photo-Facebook-Post.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-hero-large {
  background-image: url('../images/pexels-rdne-8124238.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large {
  background-color: var(--bluelight);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 720px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

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

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

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Livvic, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-process {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-paragraph-process {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

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

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

.lynx-block-process-pink {
  background-color: var(--lynx--deep-pink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.lynx-process-number {
  color: var(--lynx--white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-purple {
  background-color: var(--lynx--medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-process-green {
  background-color: var(--lynx--medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #32b77a1a;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.efi-ft-02 {
  font-family: var(--poppins);
  padding: 150px 5% 100px;
}

.efi-ft-02-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-02-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.efi-ft-02-image-wrapper {
  margin-bottom: 75px;
}

.efi-ft-02-features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-paragraph {
  font-family: var(--poppins);
}

.efi-button {
  background-color: #000;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 400;
  transition: all .7s;
}

.efi-button:hover {
  transform: translate(0, -7px);
}

.efi-cta-01 {
  padding: 100px 5%;
}

.efi-cta-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-cta-01-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.efi-cta-01-text-inner {
  margin-bottom: 40px;
}

.bottom-download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

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

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

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

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

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

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

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

.lynx-newsletter-image {
  background-image: url('../images/pexels-rdne-8124238.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.large-text-mobile {
  font-family: var(--poppins);
  color: var(--black);
  font-size: var(--large-body-text);
  width: 1095px;
  max-width: 1095px;
  margin-top: 0;
  font-weight: 400;
}

.large-text-mobile.livvic-text {
  font-family: var(--poppins);
  color: var(--beige-01);
  font-size: var(--h3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--beige-01);
  width: 1060px;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 220px;
  font-weight: 400;
}

.link-block {
  flex-flow: row;
  height: 100%;
  display: block;
}

.link-block-2 {
  display: block;
}

.link-block-2.w--current {
  width: auto;
  max-width: 50vw;
  height: 25px;
  display: block;
}

.link-block-3 {
  display: block;
}

.link-block-3.w--current {
  outline-offset: 0px;
  backface-visibility: hidden;
  object-fit: fill;
  background-color: #0000;
  outline: 3px #5550;
  height: 100px;
  text-decoration: underline;
  display: block;
}

.link-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  display: block;
  position: static;
  inset: 0% 0% 0% 75px;
}

.link-block-4.w--current {
  height: auto;
  position: relative;
}

.livvic-text-middle {
  font-family: var(--livvic);
  color: var(--bluelight);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bluelight);
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--beige-01);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.sign-up-free {
  background-color: #c8e6ee;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--beige-01);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding: 60px 24px 40px;
  display: block;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-2 {
  color: var(--blubludrk);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--bluelight);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---paragraph-big-2 {
  color: var(--gun-metal);
  text-align: center;
  flex-flow: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 60px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--lghtblu);
  opacity: 1;
  border: 1px dashed #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.testimonial-slider-large {
  background-color: #b0e6f2;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: none;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--bluelight);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 220px;
}

.testimonial-author-name {
  color: var(--lghtblu);
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 220px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 16px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-600 {
  font-family: var(--livvic);
  color: #525f75;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.text-color-orange {
  color: #fe5b25;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.feature-card-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: .5px solid #d5d9e2;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #23272e14;
}

.feature-card-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.h1-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.section-regular {
  background-color: #f7f8f8;
  padding: 96px 5%;
  position: relative;
}

.paragraph-regular-2 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.popular-badge {
  color: #fff;
  background-color: #154ee0;
  border-radius: 4px;
  flex: none;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #25272c;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 2px #3f444d;
}

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

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.text-color-brand {
  color: #154ee0;
}

.integration-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dashed #d8dbdf;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.integration-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h6-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.integration-popular-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.subheading-large {
  color: #01d4f8;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding-right: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.feature-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-blue {
  color: #01d4f8;
}

.feature-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.max-width-large {
  max-width: 620px;
}

.feature-details-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 230px;
  margin-top: 20px;
  display: flex;
}

.paragraph-small {
  color: #9c9eab;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-small.text-color-gray-400 {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  font-size: 16px;
}

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

.feature-title-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: 99px;
  display: flex;
}

.shape-embed {
  justify-content: center;
  display: flex;
}

.feature-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.section-large {
  background-color: #009dbf;
  padding: 100px 5%;
  display: block;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #009dbf;
  text-align: center;
  background-color: #f7f9fd;
  border: 2px solid #000;
  border-radius: 50px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-left: 320px;
  margin-right: 320px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  border-color: #fff;
}

.feature-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.kutup-section {
  background-color: #e5eaec;
  padding: 100px 5% 90px;
  display: block;
}

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

.kutup-display-2 {
  color: var(--bluelight);
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.kutup-features-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

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

.kutup-paragraph {
  color: var(--kütüp-library--dim-grey);
  font-size: 16px;
  font-weight: 700;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.content-container-2 {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.section-heading-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-card-2 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: #000;
  background-color: #f2c3d3;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  padding-top: 100px;
  display: flex;
}

.services-card-2.yellow {
  background-color: #bfacf9;
  padding-top: 100px;
}

.services-card-2.light-purple {
  background-color: #86cd82;
  padding-top: 100px;
}

.heading-10 {
  color: #fff;
}

.large-text-2 {
  color: #000;
  width: 1060px;
  max-width: 1060px;
  margin-top: -24px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.large-text-2.livvic-text-2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  width: 1060px;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 220px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.livvic-text-2 {
  color: #009dbf;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009dbf;
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-weight: 400;
}

.heading-11 {
  width: 1000px;
  max-width: none;
}

.dark-section-2 {
  color: #fff;
  background-color: #000;
  padding: 100px 20px;
}

.section-3 {
  margin-top: 0;
  padding: 340px 20px 100px;
  display: none;
}

.livvic-text-3 {
  color: #009dbf;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009dbf;
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-weight: 400;
}

.light-purple-container-2 {
  background-color: #86cd82;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.livvic-text-4 {
  color: #009dbf;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009dbf;
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-weight: 400;
}

.yellow-container-2 {
  background-color: #f7d56f;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.livvic-text-5 {
  color: #009dbf;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009dbf;
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-weight: 400;
}

.light-pink-container-2 {
  background-color: #b0e6f2;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.livvic-text-6 {
  color: #009dbf;
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #009dbf;
  border: 0 solid #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-weight: 400;
}

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

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
}

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

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

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

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #009dbf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-max-width-large {
  max-width: 610px;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: var(--bluelight);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 118%;
}

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

.f-section-large {
  padding: 240px 5% 0;
  display: block;
  position: relative;
}

.header-gradient-overlay {
  position: absolute;
  inset: 0%;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-wrapper-large {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-center {
  justify-content: flex-start;
  align-items: center;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  max-width: 450px;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.h1-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-color-primary {
  color: #ea7462;
}

.header-image-card {
  background-color: #f5f5f5;
  border-radius: 24px;
  margin-top: 64px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 28px #0000000f;
}

.text-block-3 {
  text-align: left;
}

.image-7 {
  width: 100%;
  max-width: none;
  height: 60%;
  max-height: none;
  padding-bottom: 0;
  display: block;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---main-container-4 {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---form-contact-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---2-inputs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-submit-wrap-contact-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field-2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox-2 {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label-2 {
  font-size: 16px;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-image-contact-2 {
  box-sizing: border-box;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves-success-mesaage-2 {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.video-small {
  border: 4px solid #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 480px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

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

.section-large-2 {
  padding: 40px 5% 120px;
  display: block;
  position: relative;
}

.overline-2 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.play-button {
  z-index: 2;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
}

.play-image {
  flex: none;
  width: 32px;
  height: 32px;
}

.video-image {
  object-fit: cover;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title-wrapper-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-detail {
  text-align: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.link, .link-2, .link-3 {
  display: flex;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

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

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

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

.f-grid-two-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
}

.f-feature-card-large {
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.f-paragraph-large-2 {
  font-family: var(--poppins);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

.sign-up-guide {
  background-color: #c8e6ee;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spacer-30px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-font-grid {
    grid-template-columns: 1fr;
  }

  .content-container {
    max-width: 700px;
  }

  .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: var(--h6);
    width: 598px;
    max-width: none;
    line-height: 29px;
  }

  .large-text.livvic-text {
    width: 768px;
    max-width: none;
    padding-left: 20px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-logo-wrapper {
    height: 200px;
  }

  .nav-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .livvic-text {
    text-align: left;
  }

  .download-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-section-image {
    background-size: 1200px 1200px;
    width: auto;
    min-width: 0;
    max-width: 328px;
    height: 600px;
    min-height: 0;
    max-height: 700px;
    margin-bottom: 0;
    margin-left: 200px;
    margin-right: 0;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

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

  .industries-image-wrapper {
    display: none;
  }

  .text-carousel-image {
    width: 34px;
  }

  .carousel-text {
    font-size: 42px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .footer-link {
    font-size: var(--h5);
  }

  .numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 33px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    padding-left: 194px;
    display: grid;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 250px;
  }

  .heading {
    font-size: var(--h2);
  }

  .heading-2 {
    width: 768px;
  }

  .paragraph-2 {
    line-height: 130%;
  }

  .container {
    max-width: 728px;
  }

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

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

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

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

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

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

  .efi-ft-02 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-02-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .efi-cta-01-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

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

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

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

  .large-text-mobile {
    width: 100%;
    max-width: none;
    line-height: 35px;
  }

  .large-text-mobile.livvic-text {
    width: 768px;
    max-width: none;
    padding-left: 20px;
  }

  .livvic-text-middle {
    text-align: center;
  }

  .sign-up-free {
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 40px;
    line-height: 100%;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider-large {
    display: none;
  }

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

  .testimonial-slide {
    padding-left: 12px;
  }

  .testimonial-content {
    margin-right: 10px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-image-two {
    width: 195px;
    max-width: 342px;
    height: 300px;
    max-height: 300px;
  }

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .h3-heading {
    margin-left: auto;
    line-height: 100%;
  }

  .feature-title-row {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .button-outline {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .waves---grid-features-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-container-2 {
    display: none;
  }

  .large-text-2 {
    width: 100%;
    max-width: none;
  }

  .large-text-2.livvic-text-2 {
    width: 768px;
    max-width: none;
    padding-left: 20px;
  }

  .heading-11 {
    width: 768px;
  }

  .dark-section-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 40px;
    display: block;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .sign-up-guide {
    display: none;
  }
}

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

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

  .spacer-30px-height, .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    background-color: #fff0;
  }

  .large-text {
    font-size: var(--mobile-medium-text);
    text-align: center;
    width: 489px;
    line-height: 105%;
  }

  .nav-logo-wrapper {
    height: 100px;
    margin-top: 50px;
  }

  .nav-logo {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .download-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-section-image {
    margin-left: 100px;
  }

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

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

  .carousel-text {
    font-size: 36px;
  }

  .faq-question-text {
    font-size: 28px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
    padding-left: 0;
  }

  .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .heading {
    font-size: var(--h3);
    text-align: center;
    max-width: 525px;
    line-height: 100%;
  }

  .hero-heading-right, .hero-without-image, .features-list {
    padding: 60px 15px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

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

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

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

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

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

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

  .efi-ft-02-features-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .div-block-3 {
    margin-left: 0;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sign-up-free {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
    display: none;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .feature-card-grid-top, .feature-card-grid-bottom {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h3-heading {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 500px;
    font-size: 46px;
    line-height: 100%;
    display: flex;
  }

  .feature-title-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: stretch;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-outline {
    margin-right: 0;
  }

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

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

  .section-heading-grid-2 {
    grid-template-columns: 1fr;
  }

  .dark-section-2, .section-3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

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

  .video-small {
    height: 320px;
  }

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

  .sign-up-guide {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text);
  }

  .section {
    padding: 60px 10px 40px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .style-guide-heading-wrapper {
    margin-top: 40px;
  }

  .page-hero-section {
    padding: 140px 10px 20px;
  }

  .large-text {
    font-size: var(--body-text);
    text-align: left;
    width: 300px;
    max-width: 300px;
    line-height: 113%;
  }

  .large-text.livvic-text {
    width: 310px;
    max-width: 310px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 100%;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .primary-button {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
  }

  .nav-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .livvic-text {
    font-size: var(--large-mobile-text);
  }

  .download-links-wrapper {
    margin-top: 40px;
    display: block;
  }

  .hero-section-image {
    object-fit: fill;
    width: 100%;
    max-width: 1328px;
    height: 65vh;
    max-height: none;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .light-pink-container, .yellow-container, .light-purple-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-section {
    padding: 60px 10px 40px;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-text {
    font-size: 48px;
  }

  .faq-question-text {
    font-size: 24px;
    line-height: 120%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .testimonials-section {
    padding: 60px 10px 220px;
  }

  .portrait-slide {
    width: 100%;
    height: 380px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding: 60px 10px 40px;
  }

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

  .footer {
    padding: 60px 10px 40px;
  }

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

  .footer-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .powerd-by {
    color: var(--black);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px 20px 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    min-width: 140%;
  }

  .text-block {
    font-size: var(--mobile-body-text);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: stretch center;
    max-width: 150px;
    display: flex;
  }

  .numbers-text {
    font-size: var(--h2-mobile);
  }

  .video {
    height: 360px;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 25px;
    display: none;
  }

  .secotion-fade-out-blur.right {
    width: 25px;
  }

  .testimonials-slide-heading {
    font-size: 32px;
  }

  .heading {
    font-size: var(--h5);
    text-align: left;
  }

  .heading-2 {
    width: 310px;
    max-width: 310px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: var(--mobile-body-text);
  }

  .container {
    max-width: none;
  }

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

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

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

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

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

  .bottom-download-links-wrapper {
    margin-top: 40px;
    display: block;
  }

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

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

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

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

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

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

  .large-text-mobile {
    font-size: var(--mobile-body-text);
  }

  .large-text-mobile.livvic-text {
    width: 310px;
    max-width: 310px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 100%;
  }

  .livvic-text-middle {
    font-size: var(--large-mobile-text);
  }

  .sign-up-free {
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
    line-height: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---paragraph-big-2 {
    font-size: 20px;
    line-height: 100%;
  }

  .testimonial-slider-large {
    display: none;
  }

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

  .testimonial-slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch space-around;
    place-items: center end;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonial-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: flex-start center;
    max-width: 300px;
    display: flex;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    clear: none;
    font-size: 20px;
    line-height: var(--mobile-medium-text);
    align-self: flex-end;
    max-width: 250px;
    display: block;
  }

  .testimonial-image {
    margin-right: 35px;
  }

  .testimonial-image-two {
    width: 90%;
    max-width: 250%;
    height: 100%;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .h3-heading {
    text-align: left;
    width: 300px;
    max-width: 295px;
    margin-left: 0;
    font-size: 30px;
  }

  .paragraph-small.text-color-gray-400 {
    text-align: center;
    font-size: 16px;
  }

  .feature-title-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: 295px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-outline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

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

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

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

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

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

  .large-text-2.livvic-text-2 {
    width: 310px;
    max-width: 310px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 100%;
  }

  .heading-11 {
    width: 310px;
    max-width: 310px;
    padding-right: 10px;
  }

  .dark-section-2 {
    padding: 60px 10px 40px;
  }

  .section-3 {
    margin-top: 0;
    padding: 60px 10px 40px;
    display: block;
  }

  .light-purple-container-2, .yellow-container-2, .light-pink-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-h3-heading {
    text-align: center;
    font-size: 35px;
    line-height: 100%;
  }

  .f-paragraph-large {
    text-align: center;
    font-size: 18px;
    line-height: 102%;
  }

  .title-center-large {
    text-align: center;
  }

  .text-block-3 {
    line-height: 105%;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-inputs-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .video-small {
    border-radius: 12px;
    height: 200px;
    display: none;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .bold-text-2 {
    font-size: var(--mobile-body-text);
  }

  .bold-text-3, .text-block-4 {
    line-height: 100%;
  }

  .text-block-5 {
    line-height: 105%;
  }

  .bold-text-4 {
    font-size: 28px;
    line-height: 106%;
  }

  .sign-up-guide {
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
  }
}

#w-node-_255f0fa2-2f96-4de4-b9ab-d873e7567e4f-cf3f1f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_255f0fa2-2f96-4de4-b9ab-d873e7567e55-cf3f1f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9569cbbf-2b91-6217-ff25-7e126d409194-cf3f1f0a {
  justify-self: stretch;
}

#w-node-_2ff70920-93b9-d727-f8de-67d5800afbbd-cf3f1f0a, #w-node-_2ff70920-93b9-d727-f8de-67d5800afbc1-cf3f1f0a, #w-node-e292b315-6d5b-2761-d269-7258d3459480-cf3f1f0a, #w-node-e292b315-6d5b-2761-d269-7258d3459484-cf3f1f0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_042d454a-1c72-2f03-6808-52c0fba3cb50-fba3cb4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_91cf96db-f007-8279-4399-deece5106758-cf3f1f0a {
    justify-self: start;
  }
}


