@font-face {
  font-family: Mona Sans;
  src: url('../fonts/MonaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/MonaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans;
  src: url('../fonts/MonaSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #450073;
  --info-background-line: 0px;
  --effortless-circle: 800px;
  --effortless-circle1: 400px;
  --pricing-circle-offset: 0px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--purple);
  background-color: #00d882;
  font-family: Mona Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

a {
  text-decoration: none;
}

.page-wrapper {
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.relative {
  position: relative;
}

.h1-style {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #eb2430);
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 72px;
  text-decoration: none;
}

.h1-style.first {
  background-image: linear-gradient(90deg, #920bec, #920bec);
}

.h1-style.last {
  background-image: linear-gradient(90deg, #eb2430, #eb2430);
}

.h1-style.align-center.pricing-heading {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h1-style.align-left {
  z-index: 1;
  text-align: left;
  position: relative;
}

.paragraph-small {
  color: var(--purple);
  letter-spacing: -.417668px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 28.44px;
  text-decoration: none;
}

.paragraph-small.align-center {
  text-align: center;
}

.button {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  border: 1px solid #0000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 32px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(90deg, #920bec 2%, #f5600d);
}

.button.is-secondary {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: -.33px;
  background-color: #0000;
  background-image: none;
}

.button.is-alternate {
  background-color: var(--purple);
  background-image: none;
}

.button.is-accent {
  color: var(--purple);
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.button.is-third {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  text-decoration: underline;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-style {
  text-align: left;
  letter-spacing: -1.05281px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #eb2430);
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42.11px;
  text-decoration: none;
}

.h2-style.align-center {
  text-align: center;
}

.paragraph-medium {
  color: var(--purple);
  letter-spacing: -.47px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-large {
  color: var(--purple);
  letter-spacing: -.79px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.paragraph-xlarge {
  color: var(--purple);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.style-guide-section {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.h3-style {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #eb2430);
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.h3-style.font-purple {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h3-style.pricing-title {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h3-style.pricing-title.center {
  color: var(--purple);
}

.h3-style.purple-font {
  color: var(--purple);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.paragraph-xxlarge {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 57.6px;
  text-decoration: none;
}

.main-wrapper {
  overflow: hidden;
}

.max-width-large {
  max-width: 60rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.max-width-medium {
  max-width: 52rem;
}

.home_hero_content_wrapper {
  z-index: 1;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_hero_title_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #0000;
}

.logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 43px;
  text-decoration: none;
  display: flex;
}

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

.navigation_link_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--purple);
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.padding-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home_hero_title_line {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.effortless {
  z-index: 1;
  position: relative;
}

.circle-image {
  z-index: -1;
  width: 274px;
  position: absolute;
  top: 8px;
  left: 20px;
  transform: scale(1.25);
}

.circle-image._2 {
  top: 26%;
  left: 57%;
}

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

.home_hero_background_logo {
  z-index: 0;
  opacity: .14;
  mix-blend-mode: hard-light;
  filter: drop-shadow(3.053px 4.389px 11.832px #0003) drop-shadow(12.023px 17.938px 21.564px #0000002b) drop-shadow(27.289px 40.266px 29.198px #0000001a) drop-shadow(48.281px 71.754px 34.541px #00000008) drop-shadow(75.57px 112.02px 37.785px #0000);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_hero_background_dot {
  display: none;
  position: absolute;
  bottom: -50px;
  right: -80px;
}

.home_info_video_wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 1060px;
}

.home_info_section_content {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home_info_section_content.left {
  justify-content: center;
  align-items: flex-start;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  display: none;
}

.video.vis {
  border-radius: 15px;
  display: block;
}

.home_info_background_line {
  z-index: -1;
  width: 1213px;
  height: auto;
  position: absolute;
  top: -32px;
  left: 0;
}

.navigation-link {
  color: var(--purple);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-link.hidden {
  display: none;
}

.navigation-element {
  z-index: -1;
  position: absolute;
}

.navigation-element.underline {
  bottom: -15px;
}

.navigation-element.zigzag {
  z-index: -1;
  bottom: -10px;
}

.hidden {
  display: block;
}

.home_info_section_3.hidden {
  display: none;
}

.info_3_content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info_3_content_wrapper.case-study {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.info_3_content_wrapper.left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.info_3_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.home_features_title_wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10rem;
  display: flex;
}

.home_features_title_wrapper.is-alternate {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
}

.home_features_wrapper {
  background-image: linear-gradient(#f6ff94, #ff9000);
  border-radius: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.home_features_wrapper.is-alternate {
  background-color: #e9ffd4;
  background-image: none;
}

.home_features_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.home_feature {
  grid-column-gap: 109px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_feature_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 400px;
  display: flex;
}

.home_feature_content.content {
  padding-right: 50px;
}

.home_feature_content.svg {
  justify-content: flex-start;
  align-items: center;
}

.font-purple {
  color: var(--purple);
}

.home_how_it_works_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.stats_title_images_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

.home_company_images_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_company_image {
  filter: grayscale() contrast(200%) brightness(0%);
  width: auto;
  height: 40px;
}

.home_company_image.plot {
  width: 200px;
  height: auto;
}

.home_company_image.asstme {
  width: 120px;
  height: auto;
}

.home_company_image.ntf {
  height: 70px;
}

.stats_title_2_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.home_framework {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.home_framework.green-background {
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.home_framework.green-background.cs {
  display: block;
  overflow: visible;
}

.home_framework.red-background {
  background-image: linear-gradient(#e66d82, #ff9000);
}

.home_framework.purple-background {
  background-color: var(--purple);
  color: #efe6dc;
}

.home_framework.addons {
  width: 460px;
  height: 368px;
}

.home_framework.cs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100%;
}

.home_framework.cs.lg {
  background-color: #c1ffbe;
}

.home_framework.cs.lo {
  background-color: #fff2d7;
}

.home_framework.cs.lp {
  background-color: #f8ebff;
}

.home_framework.cs.lb {
  background-color: #defeff;
}

.home_framework.cs.lr {
  background-color: #ffe9e9;
}

.home_framework.cs.ly {
  background-color: #fbffdd;
}

.home_framework.lg {
  background-color: #e9ffd4;
}

.home_frameworks_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-1x1 {
  width: 48px;
  height: 48px;
}

.frameworks_title_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.frameworks_title_wrapper._60-max {
  max-width: 60%;
}

.font-600 {
  font-weight: 600;
}

.font-color-inherit {
  color: inherit;
}

.home_cta {
  position: relative;
}

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

.cta_content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.features_image {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: auto;
}

.paragraph-xmedium {
  font-size: 32px;
  line-height: 36px;
}

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

.downward-arrow {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
}

.downward-arrow.top-info {
  width: auto;
  height: 121px;
  left: 30%;
}

.footer.last {
  display: none;
}

.footer-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.text {
  color: #450073;
  letter-spacing: -.47px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer_wrapper {
  position: relative;
}

.footer_content {
  z-index: 2;
  background-image: linear-gradient(#ecfa4a, #00d882);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1rem 2.5rem;
  display: flex;
  position: relative;
}

.footer_content.mobile, .footer_content.secondfuter {
  display: none;
}

.footer_social_links {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer_social_link {
  object-fit: contain;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.footer_background {
  z-index: 0;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: linear-gradient(95.02deg, #ecfa4a, #00d882);
  border-radius: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  position: absolute;
}

.section_faq6 {
  position: static;
  top: 0;
}

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

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

.faq6_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq6_content-left {
  background-color: #e9ffd4;
  border-radius: 24px;
  position: sticky;
  top: 16px;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq_accoidion_button {
  background-color: #e9ffd4;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.padding-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.faq_cta {
  grid-row-gap: 32.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 45px;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.arrow {
  z-index: 0;
  position: absolute;
  inset: -720px 0% 0% -115px;
}

.div-block {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper.addons-slider, .swiper.framework-slider {
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.slide_list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  display: flex;
}

.slide_list.mobile {
  display: none;
}

.swiper-slide.fit-content {
  flex: none;
  width: -moz-fit-content;
  width: fit-content;
}

.slide_arrow {
  cursor: pointer;
  background-image: linear-gradient(#e66d82, #ff9000);
  border-radius: 2880px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -90px;
  right: 20px;
}

.slide_arrow.is--left {
  position: static;
  top: 0;
  right: 95px;
}

.slide_arrow.is--right {
  position: static;
  top: 0;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.slider_arrow {
  display: flex;
}

.slider_arrow.left {
  transform: rotate(180deg);
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.info_3_svg {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
}

.info_3_svg.structuring {
  top: 36%;
  left: 45.5%;
}

.info_3_svg.titles {
  top: 74%;
  left: 49.5%;
}

.info_3_svg.visual_design {
  top: 39%;
  left: 70.6%;
}

.info_3_svg.animation {
  top: 45%;
  left: 8.5%;
}

.info_3_svg.writing {
  top: 24.5%;
  left: 82%;
}

.info_3_svg.creation {
  top: 19%;
  left: 22.5%;
}

.info_3_svg.editing {
  left: 59.5%;
}

.info_3_svg.research {
  top: 8%;
  left: 11.5%;
}

.info_3_svg.storytelling {
  top: 76%;
  left: 16.5%;
}

.info_3_svg_container {
  width: 100%;
  max-width: 1280px;
  height: 650px;
  display: none;
  position: relative;
}

.slide_contain.relative {
  position: relative;
}

.slide_item {
  transition: transform .35s;
}

.lottie-animation {
  z-index: 0;
  height: 826px;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.slide_arrows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 22% 4% auto auto;
}

.slide_arrows._1 {
  top: 14%;
}

.slide_arrows._1._2 {
  inset: 1% 4% auto auto;
}

.slide_arrows._1._2.case-studies {
  top: -25%;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.flinch-logo {
  color: #4353ff;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.hero-content-w {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.brandname-w {
  text-align: center;
  padding-top: 5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.cloneable-txt {
  color: #252525;
}

.bas-llink {
  color: #292827;
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.flinch-link-w {
  width: 4.7rem;
  margin-left: .375rem;
  display: inline-block;
}

.cloneable-link-w {
  letter-spacing: -.0125em;
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.remove-w {
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.inline-txt {
  display: inline-block;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  margin-left: -5.5rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: #f9fe42;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #f9fe42;
  transform: rotate(-45deg);
}

.modal-content-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: grab;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.rbios {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal {
  background-color: #0000;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  position: relative;
}

.modal-2-popup {
  z-index: 25;
  background-color: #29282866;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-scroll-content-w {
  height: 100%;
  margin-right: 0;
  padding: 3rem;
  overflow: auto;
}

.modal-scroll {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-w-scroll {
  z-index: 10;
  width: 100%;
  max-width: 62rem;
  height: 100%;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image {
  width: 100%;
}

.summer, .asst, .ruh, .tss, .tcd, .pl {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.lottie-animation-2 {
  z-index: 5;
  position: relative;
}

.menubuttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block, .text-block-2 {
  text-align: center;
  white-space: normal;
}

.circle-image1 {
  z-index: -1;
  width: 274px;
  position: absolute;
  top: 24%;
  left: 57%;
  transform: scale(1.25);
}

.circle-image1._2 {
  top: 26%;
  left: 57%;
}

.text-span {
  font-style: normal;
  text-decoration: underline;
}

.lottie-animation-3 {
  z-index: 0;
  width: 400px;
  position: absolute;
  top: 0;
  left: -40px;
}

.div-block-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.faq-blocks {
  background-color: #0000;
  border: 1px #e5e7eb;
  border-radius: 0;
  padding: 20px 32px;
  text-decoration: none;
  transition: border-color .2s;
}

.faq-blocks:hover {
  border-color: #0d269f;
}

.faq-question-wrapper {
  color: #0a071b;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  font-weight: 500;
  display: flex;
}

.faqtitle {
  color: #0d269f;
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.accordian-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #1f2937;
  width: 100%;
  height: 3px;
}

.vertical-line {
  background-color: #1f2937;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-paragraph {
  color: #333;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
  overflow: hidden;
}

.bold-text {
  color: var(--purple);
}

.link {
  text-decoration: underline;
}

.ripplebg {
  z-index: 0;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.ripplebg.page-wrapper {
  z-index: 0;
}

.home_pricing {
  display: none;
}

.home_pricing-wrapper {
  background-color: var(--purple);
  border-radius: 24px;
}

.text-white {
  color: #fff;
}

.pricing_title-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.pricing_price-wrapper {
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.circle-image-pricing {
  width: 350px;
  height: 82px;
  position: absolute;
  top: 60%;
  left: -50%;
  transform: translate(0, -50%);
}

.pricing-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.pricing-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #00d882;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-row.title {
  z-index: 5;
  background-color: var(--purple);
  border-bottom-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 0;
}

.pricing-row.first {
  border-top: 1px solid #00d882;
}

.pricing-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.pricing-col.title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 25px;
}

.pricing-col.title.logo {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}

.pricing-col.title.center {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.pricing-col.heading {
  justify-content: center;
  align-items: flex-start;
}

.pricing-col.is-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.paragraph-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-logo {
  width: 292px;
}

.tick-mark {
  background-image: url('../images/tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 30px;
  height: 30px;
}

.tick-mark.is-red {
  background-image: url('../images/tick-red.svg');
}

.pricing-text-info {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.pricing-center-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--purple);
  background-color: #e9ffd4;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 30px;
  display: flex;
}

.faq6_content_container {
  height: 100%;
  position: relative;
}

.body {
  background-color: #0000;
  background-image: linear-gradient(#ecfa4a, #00d882);
}

.panel-wrapper {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  min-height: 100vw;
  margin: 0;
  display: block;
  position: fixed;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #00000003;
  position: absolute;
  inset: 0%;
}

.panel {
  filter: none;
  background-image: radial-gradient(circle farthest-side at 0 0, #ecfa4a, #0000), radial-gradient(circle at 50% 0, #ecfa4a, #0000 58%), radial-gradient(circle farthest-side at 100% 0, #00d882, #0000);
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.image-2 {
  vertical-align: bottom;
  width: 720px;
  max-width: none;
  margin-top: 11%;
  margin-left: 9%;
  display: inline-block;
}

.cursor {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: exclusion;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.cursor-dot._1 {
  background-color: #0000;
}

.cursor-dot._2 {
  background-color: #fff;
  width: .5rem;
  height: .5rem;
}

.custom-cursor {
  display: none;
}

.floating-footer {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(.8);
}

.buttonfooter {
  background-image: linear-gradient(305deg, #d75f17, #7d0be7);
  border-radius: 200px;
  padding: 24px 32px;
}

.btn-cn {
  justify-content: center;
  align-items: center;
}

.case-study-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.padding-small-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button-border {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  border: 1px solid #0000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-border:hover {
  background-image: linear-gradient(90deg, #920bec 2%, #f5600d);
}

.button-border.is-secondary {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: -.33px;
  background-color: #0000;
  background-image: none;
}

.button-border.is-alternate {
  background-color: var(--purple);
  background-image: none;
}

.button-border.is-accent {
  color: var(--purple);
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.button-border.is-third {
  border-color: var(--purple);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
}

.button-border.fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.button-bg-color {
  background-color: #fff;
  border-radius: 999px;
  width: 100%;
}

.button-bg-color.green-bg {
  background-color: #c1ffbe;
}

.button-bg-color.red-bg {
  background-color: #fff2d7;
}

.button-bg-color.purple-bg {
  background-color: #f8ebff;
}

.button-bg-color.blue-bg {
  background-color: #defeff;
}

.button-bg-color.light-red-bg {
  background-color: #ffe9e9;
}

.button-bg-color.yellow-bg {
  background-color: #fbffdd;
}

.button-bg-color.lg-bg {
  background-color: #e9ffd4;
}

.case-study-images {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-studies-before-after {
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}

.case-studies-compare-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.compare-splitter {
  background-color: var(--purple);
  flex: none;
  width: 1px;
  height: 105%;
  position: absolute;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
}

.mask {
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 30px;
}

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

.case-studies-links {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.case-studies-links.green-background {
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.case-studies-links.green-background.cs {
  display: block;
  overflow: visible;
}

.case-studies-links.red-background {
  background-image: linear-gradient(#e66d82, #ff9000);
}

.case-studies-links.purple-background {
  background-color: var(--purple);
  color: #efe6dc;
}

.case-studies-links.addons {
  width: 460px;
  height: 368px;
}

.case-studies-links.cs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100%;
}

.case-studies-links.cs.lg {
  background-color: #c1ffbe;
}

.case-studies-links.cs.lo {
  background-color: #fff2d7;
}

.case-studies-links.cs.lp {
  background-color: #f8ebff;
}

.case-studies-links.cs.lb {
  background-color: #defeff;
}

.case-studies-links.cs.lr {
  background-color: #ffe9e9;
}

.case-studies-links.cs.ly {
  background-color: #fbffdd;
}

.case-studies-links.lg {
  background-color: #e9ffd4;
}

.case-studies-links.green {
  background-color: #c1ffbe;
}

.case-studies-links.red {
  background-color: #fff2d7;
}

.case-studies-links.hidden {
  display: none;
}

.cs-logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 70%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.casestudies-logo {
  width: 100%;
  max-height: 300px;
}

.casestudies-logo.small {
  width: 70%;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.button-cs {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  border: 1px solid #0000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 32px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-cs:hover {
  background-image: linear-gradient(90deg, #920bec 2%, #f5600d);
}

.button-cs.is-secondary {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: -.33px;
  background-color: #0000;
  background-image: none;
}

.button-cs.is-alternate {
  background-color: var(--purple);
  background-image: none;
}

.button-cs.is-accent {
  color: var(--purple);
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.button-cs.is-third {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  text-decoration: underline;
}

.company-info {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #ffffff4d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.case_studies_hero {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: 80vh;
  display: flex;
}

.case_studies_hero.videos {
  flex-flow: column;
  width: 100%;
  max-height: none;
}

.font-small {
  font-size: 18px;
  line-height: 120%;
}

.case-studies-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.case-studies-title.videos {
  width: 100%;
  max-width: 60rem;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.case-studies-image-container {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.case-studies-image-container.videos-cs {
  border-radius: 30px;
  overflow: hidden;
}

.info-stats-card {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #fff;
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 49%;
  min-width: 150px;
  min-height: 150px;
  padding: 20px;
  display: flex;
}

.info-stats-card.red {
  background-color: #fff2d7;
}

.info-stats-card.green {
  background-color: #c1ffbe;
}

.info-stats-card.purple {
  background-color: #f8ebff;
}

.info-stats-card.blue {
  background-color: #defeff;
}

.stats-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cs-h2-title {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-h2-title.left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.case_studies_challenge {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case_studies_challenge.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.case-studies-challenge-image {
  aspect-ratio: 1;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.list {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  font-size: 22px;
  line-height: 1.1;
  display: flex;
}

.list.font-size-lrge {
  font-size: 24px;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h4-style {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #eb2430);
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.h4-style.font-purple {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h4-style.pricing-title {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.h4-style.pricing-title.center {
  color: var(--purple);
}

.h4-style.purple-font {
  color: var(--purple);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.button-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #0000;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  border: 1px solid #0000;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 32px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-image: linear-gradient(90deg, #920bec 2%, #f5600d);
}

.button-2.is-secondary {
  border: 1px solid var(--purple);
  color: var(--purple);
  letter-spacing: -.33px;
  background-color: #0000;
  background-image: none;
}

.button-2.is-alternate {
  background-color: var(--purple);
  background-image: none;
}

.button-2.is-accent {
  color: var(--purple);
  background-image: linear-gradient(142deg, #ecfa4a, #00d882);
}

.button-2.is-third {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #920bec, #f5600d);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  text-decoration: underline;
}

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

.info-result-card {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #fff;
  border-radius: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.info-result-card.red {
  background-color: #fff2d7;
}

.info-result-card.green {
  background-color: #c1ffbe;
}

.info-result-card.purple {
  background-color: #f8ebff;
}

.info-result-card.blue {
  background-color: #defeff;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown {
  width: 100%;
  display: none;
}

.dropdown-list {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.case-studies-challenge-dropdown {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.case-studies-challenge-dropdown.full-width {
  width: 100%;
}

.hero-bg-logo {
  vertical-align: bottom;
  width: 720px;
  max-width: none;
  margin-top: 11%;
  margin-left: 9%;
  display: inline-block;
}

.video-2 {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.video-3 {
  width: 45vw;
  max-width: 600px;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cs-title-video {
  aspect-ratio: 2 / 3;
  width: 60%;
}

.cs-title-video._16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.portfolio-logo {
  object-fit: contain;
  max-width: 60%;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1-style {
    font-size: 53px;
    line-height: 60px;
  }

  .padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_hero_content_wrapper {
    height: auto;
  }

  .navbar_content {
    justify-content: space-between;
    align-items: center;
  }

  .circle-image {
    width: 220px;
  }

  .home_hero_background_logo {
    display: block;
  }

  .home_info_video_wrapper {
    width: 100%;
  }

  .video {
    display: none;
  }

  .home_info_background_line {
    width: 110%;
    left: auto;
  }

  .home_features_title_wrapper {
    grid-column-gap: 4.1rem;
    grid-row-gap: 4.1rem;
    padding-bottom: 3rem;
  }

  .home_features_title_wrapper.is-alternate {
    padding-bottom: 3rem;
  }

  .home_feature {
    grid-column-gap: 109px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .home_feature.tb {
    flex-flow: column;
  }

  .home_feature_content {
    height: auto;
  }

  .home_feature_content.content {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    height: auto;
    padding-right: 0;
  }

  .home_how_it_works_content {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .home_framework, .home_framework.cs {
    width: auto;
    height: auto;
  }

  .cta_grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .features_image {
    height: auto;
  }

  .downward-arrow.top-info {
    width: auto;
    height: 121px;
  }

  .footer_content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: none;
  }

  .footer_content.mobile {
    background-image: none;
    display: flex;
  }

  .footer_content.secondfuter {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .footer_background {
    background-image: none;
  }

  .faq6_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .faq6_content-left {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_list {
    width: 100%;
  }

  .slide_list {
    flex-flow: column;
    display: flex;
  }

  .slide_list.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation {
    height: 700px;
    top: 42%;
    left: -13%;
  }

  .slide_arrows, .slide_arrows._1 {
    display: none;
  }

  .menubuttons {
    display: flex;
  }

  .icon {
    transform: scale(2);
  }

  .menu-button {
    align-self: center;
  }

  .circle-image1 {
    width: 220px;
  }

  .lottie-animation-3 {
    width: 320px;
    top: -10px;
    left: -34px;
  }

  .div-block-2 {
    padding-top: 50px;
  }

  .faq-question-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-2 {
    width: 1250px;
    margin-left: 9%;
  }

  .cursor {
    display: none;
  }

  .buttonfooter {
    font-size: 28px;
  }

  .flex-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .case-studies-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .case-studies-links.cs {
    width: auto;
    height: auto;
  }

  .cs-logo-wrapper {
    aspect-ratio: auto;
    width: 100%;
  }

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

  .casestudies-logo, .casestudies-logo.small {
    width: auto;
  }

  .case-studies-title {
    width: 100%;
  }

  .case-studies-image-container {
    display: none;
  }

  .info-stats-card {
    width: 100%;
  }

  .stats-cards-wrapper {
    flex-flow: column;
  }

  .case-studies-challenge-image {
    display: none;
  }

  .case-studies-challenge-dropdown {
    width: 100%;
  }

  .hero-bg-logo {
    margin-left: 5%;
  }

  .video-3 {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .h1-style, .h1-style.first, .h1-style.last {
    font-size: 48px;
  }

  .h1-style.align-center {
    line-height: 55px;
  }

  .h1-style.align-center.sm {
    font-size: 36px;
    line-height: 40px;
  }

  .h1-style.align-left.ce {
    text-align: center;
  }

  .button-group {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h2-style.align-center {
    font-size: 36px;
  }

  .paragraph-large.text-center {
    font-size: 32px;
  }

  .paragraph-xxlarge {
    font-size: 53px;
  }

  .max-width-large.align-center {
    width: 100%;
  }

  .padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home_hero_content_wrapper {
    height: auto;
  }

  .home_hero_title_wrapper {
    width: 100%;
    display: flex;
  }

  .logo {
    height: 50px;
  }

  .navbar_content {
    justify-content: center;
    align-items: center;
  }

  .home_hero_title_line {
    flex-flow: wrap;
    width: 100%;
  }

  .circle-image {
    width: 200px;
  }

  .home_hero_background_logo {
    display: block;
  }

  .home_features_title_wrapper {
    grid-column-gap: 3.3rem;
    grid-row-gap: 3.3rem;
  }

  .home_feature_content.svg {
    height: auto;
  }

  .home_framework.addons {
    width: 100%;
  }

  .home_framework.cs {
    width: auto;
    height: auto;
  }

  .cta_content {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
  }

  .paragraph-xmedium.font-bold.ce {
    text-align: center;
  }

  .downward-arrow.top-info {
    height: 90px;
  }

  .footer_content.secondfuter {
    flex-flow: column;
    width: auto;
  }

  .faq6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_content-left {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .swiper-slide.fit-content {
    width: 100%;
  }

  .lottie-animation {
    height: 550px;
  }

  .hero-content-w {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .cloneable-link-w {
    font-size: .8125rem;
  }

  .remove-w {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid__col {
    width: 100%;
  }

  .modal-content-w, .modal-scroll-content-w {
    padding: 2rem;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .menubuttons {
    display: none;
  }

  .circle-image1 {
    width: 200px;
  }

  .lottie-animation-3 {
    width: 300px;
    top: -13px;
  }

  .image-2 {
    width: 1000px;
  }

  .buttonfooter {
    font-size: 24px;
  }

  .case-study-images {
    justify-content: flex-start;
    align-items: center;
  }

  .slide {
    width: 100%;
  }

  .mask {
    padding-left: 0;
  }

  .case-studies-links.addons {
    width: 100%;
  }

  .case-studies-links.cs {
    width: auto;
    height: auto;
  }

  .case_studies_hero {
    width: 100%;
    display: flex;
  }

  .case-studies-title {
    flex-flow: wrap;
    width: 100%;
  }

  .case_studies_challenge {
    width: 100%;
    display: flex;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
  }

  .case-studies-challenge-dropdown {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-bg-logo {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: auto;
  }

  .h1-style {
    font-size: 42px;
    line-height: 50px;
  }

  .h1-style.align-center {
    width: 100%;
    font-size: 42px;
  }

  .h1-style.ai {
    text-align: left;
  }

  .button.top {
    display: none;
  }

  .padding-large {
    height: auto;
  }

  .logo {
    height: 45px;
  }

  .padding-small {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle-image {
    width: 160px;
  }

  .home_info_background_line {
    width: 170%;
  }

  .home_features_wrapper {
    height: auto;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_list {
    position: static;
  }

  .faq_cta {
    padding: 40px 20px;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .card-w {
    padding: 1.5rem;
  }

  .brandname-w {
    padding-top: 3rem;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .rbios {
    padding-left: 0;
    padding-right: 0;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-2-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-scroll-content-w {
    padding: 1.5rem;
  }

  .modal-scroll {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-w-scroll {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-3-popup, .summer, .asst, .ruh, .tss, .tcd, .pl {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-image1 {
    width: 160px;
  }

  .lottie-animation-3 {
    width: 250px;
    top: -4px;
  }

  .faq-question-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .faq-paragraph {
    font-size: 18px;
  }

  .image-2 {
    width: 600px;
  }

  .buttonfooter {
    text-align: center;
    white-space: nowrap;
    font-size: 24px;
  }

  .padding-small-2 {
    padding-bottom: 6rem;
  }

  .button-border.top, .button-cs.top, .button-2.top {
    display: none;
  }

  .hero-bg-logo {
    width: 600px;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/MonaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}