:root {
  --_analytic---image: 1;
  --header-color: #0000000d;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.hero {
  background-color: #fff;
  padding: 250px 30px 200px;
  position: relative;
  overflow: hidden;
}

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

.hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

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

.margin-bottom-24px {
  color: #3c3c3c;
  width: 450px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 23px;
}

.button-primary {
  color: #fff;
  background-color: #1a1b1f;
  background-image: url('../images/Frame.svg'), radial-gradient(circle, #01b0e9, #38ceff);
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30px 30px, auto;
  background-attachment: scroll, scroll;
  border-radius: 20px;
  padding: 12px 60px 12px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.button-primary:hover {
  filter: brightness(91%);
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  width: 400px;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translateY(-50%);
  box-shadow: 0 4px 24px #96a3b514;
}

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.heading {
  color: #000;
  width: 500px;
  font-size: 44px;
  line-height: 52px;
}

.image {
  width: 500px;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translateY(-50%);
}

.decor1 {
  width: 220px;
  position: absolute;
  top: 2%;
}

.decor2 {
  width: 80px;
  position: absolute;
  inset: -15% 10% auto auto;
}

.decor3 {
  width: 80px;
  position: absolute;
  inset: auto auto 0 0;
}

.decor4 {
  width: 220px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0%;
  transform: rotate(180deg);
}

.study {
  color: #3c3c3c;
  background-color: #fff;
  padding: 80px 30px;
  font-size: 18px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-bottom-24px-2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.text-span {
  color: #01b0e9;
}

.hero-without-image-2 {
  background-color: #fff;
  height: 200svh;
  padding: 200px 30px 80px;
  position: relative;
}

.study-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #e1e3e3;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 24px;
  position: relative;
}

.study-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 24px;
}

.text-block {
  font-size: 26px;
  font-weight: 600;
}

.study-card-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.study-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 280px;
  position: relative;
}

.study-card-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.study-card-item-title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.study-card-item-text {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
}

.text-span-2 {
  color: #01b0e9;
}

.study-decor-1, .study-decor-1-copy {
  width: 150px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.study-decor-2 {
  width: 190px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.study-decor-3 {
  width: 60px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.study-decor-4 {
  width: 180px;
  position: absolute;
  inset: auto 0 0 auto;
}

.audience {
  background-color: #fff;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #000;
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 40px;
}

.text-span-3 {
  color: #01b0e9;
}

.audience-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  margin-top: 32px;
}

.audience-block-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  width: 100%;
}

.audience-block-wrap-img {
  border-radius: 20px;
  flex: 1;
  width: 0;
}

.audience-block-wrap-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  width: 400px;
}

.audience-block-cards {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  align-items: stretch;
}

.audience-block-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e6f8fd;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  padding: 20px;
}

.audience-block-card.bg-light {
  background-color: #f5f7f7;
}

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

.text-block-3 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.text-block-4-copy {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.text-block-5 {
  font-size: 14px;
  line-height: 20px;
}

.workflow {
  padding: 80px 30px;
  position: relative;
}

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

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

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

.main-subtitle {
  color: #3c3c3c;
  font-size: 16px;
}

.main-subtitle.light {
  color: #fffc;
  text-align: center;
  font-size: 15px;
}

.workflow-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  height: 400px;
  margin-top: 24px;
  position: relative;
}

.workflow-wrap.workflow-wrap2 {
  height: 395px;
}

.workflow-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e6f8fd;
  border-radius: 20px;
  height: 100%;
  padding: 24px;
  position: relative;
}

.workflow-card.bg-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7f7;
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
}

.workflow-card.bg-light.workflow-card1, .workflow-card.bg-light.workflow-card4 {
  width: 510px;
}

.workflow-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.workflow-card-number {
  color: #fff;
  text-align: center;
  background-color: #01b0e9;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
}

.workflow-card-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.workflow-card-text {
  font-size: 15px;
  line-height: 21px;
}

.image-2 {
  mix-blend-mode: darken;
  width: 260px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-3 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4 {
  position: absolute;
  inset: auto 0% 0%;
}

.image-5 {
  mix-blend-mode: darken;
  width: 360px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-6 {
  position: absolute;
  top: 100px;
  left: 300px;
}

.image-7 {
  position: absolute;
  inset: auto auto -30px 470px;
}

.image-8 {
  position: absolute;
  bottom: 60px;
  left: 47%;
  transform: translateX(-50%);
}

.functions {
  background-image: url('../images/inteq_symbols.png'), radial-gradient(circle at 0 0, #0198e966, #01a3e900), radial-gradient(circle at 100% 100%, #92e7ff99, #92c1ff00), linear-gradient(143deg, #56cdf5, #01b0e9);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, auto;
  min-height: 100svh;
  padding: 80px 30px 200px;
  position: relative;
}

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-9 {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.image-9-copy {
  filter: brightness(107%);
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0)translate(0, -100%);
}

.heading-3-copy {
  color: #fff;
  text-align: center;
  font-size: 44px;
}

.main-subtitle-copy {
  color: #3c3c3c;
  font-size: 18px;
}

.tab-link-tab-1 {
  text-align: left;
}

.tab-link-tab-1.w--current {
  color: #fff;
}

.tab-link-tab-1.functions-tab.w--current {
  background-color: #fff3;
  font-weight: 600;
}

.functions-tab {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 20px;
  padding: 10px 50px 12px;
  font-size: 19px;
  line-height: 24px;
}

.functions-tab.w--current {
  background-color: #fff3;
  font-weight: 600;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tabs {
  margin-top: 50px;
}

.functions-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 12px;
  position: relative;
}

.functions-card.function-card--light {
  color: #fff;
  background-color: #dfdfdf1a;
  border: 1px solid #ffffff80;
  padding: 12px;
}

.functions-card.function-card--2col {
  grid-area: 1 / 3 / 3;
}

.functions-card.function-card--2col-center {
  grid-area: 1 / 2 / 3;
}

.functions-card-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.functions-card-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.functions-card-text {
  font-size: 14px;
  line-height: 22px;
}

.functions-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 170px 170px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.functions-card-icon {
  width: 30px;
  height: 30px;
}

.functions-card-image {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.motivation {
  padding: 100px 30px;
  position: relative;
  overflow: hidden;
}

.analytic-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.analytic-title.margin-bottom-32px {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.motivation-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  width: 750px;
}

.text-span-4 {
  color: #01b0e9;
}

.motivation-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 400px;
}

.image-10 {
  width: 35px;
  height: 35px;
}

.motivation-item-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.motivation-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.motivation-item-title {
  font-size: 18px;
  font-weight: 500;
}

.motivation-item-text {
  font-size: 15px;
  line-height: 22px;
}

.motivation-description {
  color: #3c3c3c;
  width: 500px;
  font-size: 16px;
  line-height: 24px;
}

.motivation-img {
  width: 500px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.analytic {
  background-color: #f9f9f9;
  padding: 80px 30px 270px;
  position: relative;
  overflow: hidden;
}

.analytic-subtitle {
  color: #000000b3;
  text-align: center;
}

.image-11 {
  position: absolute;
  inset: 0% 0% auto;
}

.analytic-wrap {
  width: 686px;
  height: 444px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.analytic-screen {
  z-index: 0;
  width: 44%;
  height: 336px;
  position: absolute;
  inset: 14px auto auto 49.5%;
  transform: translateX(-50%);
}

.analytic-screen.analytic-screen--up {
  z-index: 5;
}

.image-12 {
  z-index: 2;
  width: 1568px;
  max-width: none;
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-49.5%);
}

.analytic-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #01b0e9;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(50px, -50px);
}

.analytic-btn:hover {
  background-color: #0790da;
}

.analytic-btn.analytic-btn--2 {
  inset: 50% auto auto 0%;
  transform: translate(-50%, -50%);
}

.analytic-btn.analytic-btn--3 {
  cursor: pointer;
  inset: auto 0% 0% auto;
  transform: translate(50%, 50%);
}

.analytic-screen-img {
  opacity: clamp(0, 1 - max(var(--_analytic---image)  - 1, 1 - var(--_analytic---image)), 1);
  position: absolute;
  inset: 0%;
}

.analytic-screen-img.analytic-screen-img--1, .analytic-screen-img.analytic-screen-img--3, .analytic-screen-img.analytic-screen-img--2 {
  opacity: 1;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.analytic-btn-part, .analytic-btn-part2 {
  z-index: auto;
  border: 1px solid #01b0e9;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.analytic-screen-img-copy {
  opacity: clamp(0, 1 - max(var(--_analytic---image)  - 2, 2 - var(--_analytic---image)), 1);
  position: absolute;
  inset: 0%;
}

.footer {
  background-image: linear-gradient(#c9eaf600, #c9eaf6), url('../images/footer-img.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 250px 30px 40px;
  display: flex;
  position: relative;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.text-span-5 {
  color: #01b0e9;
}

.text-block-7 {
  color: #3c3c3c;
  text-align: center;
  margin-top: 12px;
  font-size: 15px;
  line-height: 23px;
}

.footer-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  margin-bottom: 20svh;
  margin-left: auto;
  margin-right: auto;
}

.heading-3-copy {
  color: #000;
  font-size: 38px;
  line-height: 47px;
}

.div-block {
  background-color: #fff;
  border-radius: 50px;
  flex-flow: row;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.text-field {
  border: none;
  border-radius: 50px 0 0 50px;
  margin-top: 10px;
}

.submit-button {
  cursor: pointer;
  background-color: #01b0e9;
  border-radius: 50px;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 10px;
}

.submit-button:hover {
  background-color: #0190e9;
}

.form {
  height: 50px;
}

.form-block {
  margin-top: 32px;
}

.form-block.outline {
  border: 1px solid #0003;
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
}

.footer-link {
  opacity: .7;
  color: #000;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.footer-links-space {
  flex: 1;
  height: 0;
}

.functions-title {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 37px;
}

.footer-rights {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.footer-right-text {
  color: #00000080;
  text-decoration: none;
}

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

.success-message {
  background-color: #fff;
  border-radius: 100px;
  padding: 8px;
}

.success-message.clear {
  border: none;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  z-index: 10;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  box-shadow: 0 4px 10px 0 var(--header-color);
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  max-width: 1180px;
  margin-bottom: 0;
  padding: 12px 16px;
  overflow: visible;
}

.container-6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand {
  height: 35px;
}

.nav-menu-wrapper {
  flex: 1;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary2 {
  color: #fff;
  background-color: #1a1b1f;
  background-image: radial-gradient(circle, #01b0e9, #38ceff);
  border-radius: 20px;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button-primary2:hover {
  filter: brightness(91%);
  color: #fff;
  background-color: #32343a;
}

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

.list-item {
  flex: 1;
  height: 0;
  list-style-type: none;
}

.modal-bg {
  opacity: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
}

.modal {
  z-index: 100;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-container {
  z-index: 10;
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-title {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.modal-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 24px;
}

.modal-text {
  color: #000000b3;
  text-align: center;
  font-size: 14px;
}

.modal-close {
  opacity: 1;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close:hover {
  opacity: .7;
}

.image-13 {
  opacity: 1;
}

.image-15 {
  width: 40px;
  display: none;
  position: absolute;
}

.image-16 {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }

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

  .button-primary {
    font-size: 16px;
    line-height: 20px;
  }

  .heading {
    width: 724px;
    font-size: 64px;
    line-height: 72px;
  }

  .image {
    width: 640px;
    right: -12%;
  }

  .margin-bottom-24px-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 50px;
  }

  .study-card-title {
    font-size: 26px;
    line-height: 30px;
  }

  .study-card-list {
    width: 320px;
  }

  .study-card-item-title {
    font-size: 18px;
    line-height: 20px;
  }

  .study-card-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .study-decor-2 {
    width: 220px;
  }

  .study-decor-4 {
    width: 210px;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  .audience-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 48px;
  }

  .audience-block-wrap-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 500px;
  }

  .audience-block-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 23px;
  }

  .main-subtitle, .main-subtitle.light {
    font-size: 18px;
    line-height: 20px;
  }

  .workflow-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 500px;
    margin-top: 24px;
  }

  .workflow-wrap.workflow-wrap2 {
    height: 426px;
  }

  .workflow-card.bg-light.workflow-card1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow: hidden;
  }

  .workflow-card-number {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 60px;
  }

  .workflow-card-label {
    font-size: 24px;
    line-height: 24px;
  }

  .workflow-card-text {
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    width: 350px;
  }

  .image-5 {
    width: 420px;
  }

  .image-6 {
    top: 150px;
    left: 400px;
  }

  .image-7 {
    bottom: -30px;
    left: 470px;
  }

  .functions-tab {
    padding: 12px 50px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .functions-card.function-card--light {
    padding: 20px;
  }

  .functions-card-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .functions-card-title {
    font-size: 24px;
    line-height: 24px;
  }

  .functions-card-text {
    font-size: 16px;
    line-height: 22px;
  }

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

  .functions-card-icon {
    width: 36px;
    height: 36px;
  }

  .analytic-title {
    font-size: 60px;
    line-height: 60px;
  }

  .motivation-wrap {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    width: 750px;
  }

  .motivation-list {
    width: 450px;
  }

  .motivation-item-icon {
    width: 36px;
  }

  .motivation-item-title {
    font-size: 20px;
    line-height: 20px;
  }

  .motivation-item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .motivation-description {
    width: 560px;
    font-size: 18px;
    line-height: 24px;
  }

  .motivation-img {
    width: 600px;
    top: 5%;
    right: 0%;
  }

  .analytic-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .analytic-btn {
    width: 120px;
    height: 120px;
    font-size: 14px;
    line-height: 20px;
  }

  .analytic-btn-part2 {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-7 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
  }

  .footer-text-wrap {
    width: 600px;
  }

  .heading-3-copy {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  .form-block {
    margin-top: 32px;
  }

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

  .footer-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .functions-title {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 44px;
  }

  .footer-right-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 150px;
  }

  .container {
    max-width: 600px;
  }

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

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

  .button-primary {
    background-size: 24px, auto;
    padding: 8px 50px 8px 20px;
    font-size: 13px;
  }

  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .image {
    position: relative;
    top: auto;
    transform: translateY(0%);
  }

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

  .margin-bottom-24px-2 {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .study-wrap {
    flex-flow: column;
  }

  .study-card-title {
    font-size: 22px;
  }

  .study-card-item-title {
    font-size: 16px;
  }

  .study-card-item-text {
    font-size: 13px;
  }

  .study-decor-2, .study-decor-4 {
    width: 220px;
  }

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

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

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

  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .audience-block-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .audience-block-wrap-img {
    object-fit: cover;
    border-radius: 12px;
    height: 180px;
  }

  .audience-block-wrap-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 300px;
  }

  .audience-block-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 12px;
    padding: 12px;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 15px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .main-subtitle {
    font-size: 14px;
  }

  .workflow-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
  }

  .workflow-wrap.workflow-wrap2 {
    height: auto;
  }

  .workflow-card {
    height: 420px;
  }

  .workflow-card.bg-light.workflow-card1 {
    width: 100%;
    height: 400px;
  }

  .image-6 {
    top: auto;
    bottom: 400px;
    transform: rotate(45deg);
  }

  .functions {
    padding-bottom: 160px;
  }

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

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

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

  .tabs-menu {
    flex-flow: column;
  }

  .functions-card {
    width: 100%;
  }

  .functions-card.function-card--light, .functions-card.function-card--2col.mobile-hide {
    display: none;
  }

  .functions-grid {
    display: flex;
  }

  .functions-card-image {
    display: none;
  }

  .analytic-title {
    font-size: 38px;
    line-height: 43px;
  }

  .motivation-wrap {
    width: 100%;
  }

  .motivation-img {
    display: none;
  }

  .analytic {
    padding-bottom: 160px;
  }

  .analytic-wrap {
    width: 484px;
  }

  .image-12 {
    width: 1100px;
    top: -15px;
  }

  .analytic-btn {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }

  .analytic-btn.analytic-btn--2 {
    inset: 0% auto auto 0%;
  }

  .analytic-btn.analytic-btn--3 {
    inset: 0% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-7 {
    margin-top: 0;
    font-size: 14px;
  }

  .heading-3-copy {
    font-size: 33px;
    line-height: 41px;
  }

  .footer-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: wrap;
  }

  .footer-links-space {
    display: none;
  }

  .functions-title {
    font-size: 32px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 600px;
    padding: 6px 8px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
    display: none;
  }

  .nav-menu-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    margin-left: auto;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #65d9ff;
    border-radius: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero, .study, .hero-without-image-2, .audience, .workflow {
    padding: 60px 15px;
  }

  .image-6 {
    left: 50%;
  }

  .image-7 {
    left: 60%;
  }

  .image-8 {
    display: none;
  }

  .functions, .motivation, .analytic, .footer {
    padding: 60px 15px;
  }

  .footer-text-wrap {
    width: 500px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 100px;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .margin-bottom-24px {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 36px;
  }

  .image {
    max-width: 130%;
    position: relative;
  }

  .decor1 {
    top: -20px;
    left: -50px;
  }

  .decor3 {
    bottom: 100px;
  }

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

  .margin-bottom-24px-2 {
    font-size: 13px;
    line-height: 17px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .study-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 16px 16px 100px;
    overflow: hidden;
  }

  .study-card-title {
    font-size: 20px;
  }

  .study-card-list {
    width: 100%;
    max-width: 100%;
  }

  .study-card-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .study-card-item-title {
    font-size: 15px;
  }

  .study-card-item-text {
    font-size: 12px;
    line-height: 17px;
  }

  .study-decor-1 {
    width: 120px;
    inset: auto auto 0% 0%;
    transform: rotate(180deg);
  }

  .study-decor-2 {
    width: 140px;
    bottom: -100px;
  }

  .study-decor-3 {
    width: 40px;
  }

  .study-decor-4 {
    width: 120px;
    bottom: -80px;
  }

  .audience {
    padding-bottom: 0;
  }

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

  .heading-3 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-3.audience-heading {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .audience-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .audience-block-wrap {
    flex-flow: column;
  }

  .audience-block-wrap-img {
    order: -1;
    width: 100%;
  }

  .audience-block-wrap-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .audience-block-cards {
    flex-flow: column;
  }

  .text-block-4 {
    line-height: 25px;
  }

  .workflow {
    padding-top: 30px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .main-subtitle {
    font-size: 13px;
  }

  .main-subtitle.light {
    font-size: 14px;
  }

  .workflow-wrap.workflow-wrap2 {
    margin-top: 12px;
  }

  .workflow-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 350px;
    padding: 16px;
    overflow: hidden;
  }

  .workflow-card.bg-light {
    height: 311px;
    padding: 16px;
  }

  .workflow-card.bg-light.workflow-card1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 16px;
    height: 360px;
    padding: 16px;
  }

  .workflow-card.workflow-card3 {
    height: 290px;
  }

  .workflow-card-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .workflow-card-number {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .workflow-card-label {
    font-size: 17px;
    font-weight: 600;
  }

  .workflow-card-text {
    font-size: 13px;
    line-height: 17px;
  }

  .image-2 {
    width: 260px;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    width: 100%;
    max-width: 100%;
    left: 0%;
    right: 0;
  }

  .image-5 {
    width: 260px;
  }

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

  .image-9, .image-9-copy {
    width: 32px;
  }

  .functions-tab {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
  }

  .functions-tab.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .functions-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .functions-card-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .functions-card-title {
    font-size: 18px;
  }

  .functions-card-text {
    font-size: 13px;
    line-height: 20px;
  }

  .functions-card-icon {
    width: 24px;
    height: 24px;
  }

  .analytic-title {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 36px;
  }

  .motivation-list {
    max-width: 100%;
  }

  .motivation-item-icon {
    width: 32px;
  }

  .motivation-item-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .motivation-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .motivation-item-title {
    font-size: 15px;
  }

  .motivation-item-text {
    font-size: 13px;
    line-height: 19px;
  }

  .motivation-description {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  .analytic {
    padding-bottom: 150px;
  }

  .analytic-subtitle {
    font-size: 13px;
  }

  .analytic-wrap {
    width: 290px;
    height: 190px;
  }

  .image-12 {
    width: 658px;
    top: -8px;
    left: 51%;
  }

  .analytic-btn {
    width: 75px;
    height: 75px;
    transform: translate(0%, -50px);
  }

  .analytic-btn.analytic-btn--2 {
    transform: translate(0%, -50px);
  }

  .analytic-btn.analytic-btn--3 {
    transform: translate(-50%, -50px);
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 14px;
  }

  .footer {
    min-height: auto;
    padding-bottom: 30px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 18px;
  }

  .footer-text-wrap {
    width: 100%;
    margin-bottom: 10svh;
  }

  .heading-3-copy {
    font-size: 21px;
    line-height: 28px;
  }

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

  .functions-title {
    font-size: 25px;
  }

  .footer-rights {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .navbar-brand {
    height: 24px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 4px 0 0 4px;
    display: flex;
  }

  .modal-container {
    width: 90%;
    height: auto;
  }

  .modal-title {
    margin-top: 6px;
    font-size: 20px;
    line-height: 25px;
  }

  .modal-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .modal-text {
    font-size: 13px;
    line-height: 19px;
  }

  .image-14 {
    width: 70px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .image-15 {
    width: 80px;
    display: block;
    inset: auto auto 0% 0%;
    transform: rotate(90deg)translateX(130%);
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    width: 80px;
  }
}


