:root {
  --color-light: #f2f2f2;
  --text-color-dark: #151515;
  --text-color-light: #f2f2f2;
  --text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>: #151515;
  --text-color-light-2\<deleted\|variable-623474b4-3021-c01d-e4bb-6f2dabfc215b\>: #f2f2f2;
  --color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>: #181d24;
  --szklo\<deleted\|variable-d5e4697c-636b-fa6c-8ea5-ed40d805ff65\>: #f2f2f2de;
  --color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>: #f2f2f226;
  --text-color-light-transparent\<deleted\|variable-96942801-c937-d8bf-9dcf-8aff0d278fae\>: #f2f2f273;
  --color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>: #f2f2f2;
  --none: #fff0;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray900: #101828;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray600: #475467;
  --elements-webflow-library--neutral--300: #eff0f6;
  --color-light-transparent: #f2f2f240;
  --glass: #f2f2f2de;
  --line-color-04: #dc82a9;
  --line-color-01: #089cc3;
  --color-dark-transparent-2\<deleted\|variable-15d08eb8-6d5e-b6cc-8c54-1c9cf7e9ceae\>: #1e1d1e26;
  --color-dark: #181d24;
  --color-dark-transparent: #1e1d1e26;
  --line-color-02: #5ecff9;
  --line-color-05: #45acd1;
  --line-color-03: #bc82dc;
  --light-semi-transparent: #f2f2f273;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--success50: #ecfdf3;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-05: #14142b29;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --gold: #ffb433;
  --hero-block: #f2f2f2a6;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --elements-webflow-library--neutral--700: #4a4566;
  --tester: red;
  --bluecolor: #2548bb;
}

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

.w-layout-vflex {
  flex-direction: column;
  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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--color-light);
  color: var(--text-color-dark);
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  line-height: 180%;
}

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  line-height: 130%;
}

h2 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  color: var(--text-color-dark);
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Dmsans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
}

h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
}

a {
  color: var(--text-color-light);
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

figcaption {
  text-align: left;
  margin-top: 5px;
}

.slide-in-up-normal {
  padding-top: 0;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1508px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

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

.text-size-tiny-caps {
  color: var(--text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

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

.text-align-center.maxw-introduction-title {
  max-width: 940px;
}

.text-align-center.maxw-introduction-paragraph {
  max-width: 680px;
}

.section-about {
  padding-top: 90px;
  position: relative;
}

.flex-ver-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-introduction-title {
  margin-left: 95px;
  margin-right: 95px;
}

.paragraph-small {
  color: var(--text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>);
  font-size: 14px;
}

.text-spacing-0em {
  margin-bottom: 0;
}

.dark-section {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  color: var(--text-color-light-2\<deleted\|variable-623474b4-3021-c01d-e4bb-6f2dabfc215b\>);
  margin-bottom: -1px;
}

.line-horizontal-stretch {
  flex: 1;
  width: 100%;
  height: 6px;
  line-height: 0;
  position: relative;
}

.mask-link-arrows {
  pointer-events: auto;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-up {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.wrap-content-2 {
  z-index: 1;
  position: relative;
}

.section-cta {
  padding-bottom: 70px;
  position: relative;
}

.section-cta.dark-section {
  width: 100%;
}

.text-cta {
  text-align: center;
  max-width: 680px;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 115%;
}

.section-testimonials.dark-section {
  overflow: visible;
}

.button-cta {
  background-color: var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
  pointer-events: auto;
  color: var(--text-color-dark-2\<deleted\|variable-7f5bf7b0-3327-60c0-f860-ccd62cc197b7\>);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 26px 80px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cta-ii {
  padding-bottom: 100px;
  position: relative;
}

.wrap-logo-on-dark {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.arrow-down {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.text-size-tiny {
  font-size: 12px;
  font-weight: 400;
}

.footer-link-left {
  flex: 1;
  display: flex;
}

.footer-link-right {
  flex: none;
  display: flex;
}

.margin-right-8px {
  margin-right: 8px;
}

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

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

.logo-webflow-light {
  width: 80px;
  margin-top: -6px;
  position: relative;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1508px;
  margin-bottom: 100px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Varela, sans-serif;
  font-size: 24px;
  line-height: 180%;
  position: relative;
}

.margin-bottom-40px {
  height: 0;
  margin-bottom: 0;
}

.text-size-caps-tiny {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

.text-size-caps-tiny.text-align-center.maxw-introduction-subtitle {
  max-width: 940px;
}

.text-align-right {
  background-color: var(--none);
  color: var(--untitled-ui--gray800);
  text-align: center;
  max-width: 450px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  line-height: 130%;
}

.text-align-right.maxw-introduction-title {
  color: var(--untitled-ui--gray900);
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 38px;
  font-weight: 700;
}

.text-align-right.maxw-introduction-title.semi-bold-header {
  color: var(--untitled-ui--success700);
}

.text-align-right.introduction-paragraph-right {
  color: var(--untitled-ui--gray600);
  text-align: justify;
  max-width: none;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-align-right.introduction-paragraph-right.indent-1 {
  color: var(--untitled-ui--gray600);
  text-align: left;
  margin-left: 40px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.text-align-right.introduction-paragraph-right.indent-2 {
  text-align: left;
  margin-left: 100px;
  padding-left: 0;
}

.text-align-right.introduction-paragraph-right.indent-1-5 {
  text-align: left;
  margin-top: 40px;
  margin-left: 60px;
  padding-right: 10px;
}

.section-about {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.slide-in-up-slow {
  display: block;
}

.flex-ver-center-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-ver-center-top.card-box {
  border-radius: 35px;
  max-width: 1200px;
  margin-bottom: 20px;
}

.wrap-introduction-title {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: auto auto 0;
  padding: 10px 20px 20px 60px;
  display: flex;
  position: relative;
  top: 0;
  left: 44px;
}

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

.margin-bottom-25px {
  margin-bottom: 25px;
}

.paragraph-small {
  color: var(--text-color-dark);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

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

.text-spacing-0em {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 34px;
}

.text-spacing-0em.text-color-light {
  position: relative;
}

.section-the-value {
  padding-top: 100px;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.do-not-delete---classes-used-by-animation {
  display: none;
}

.wrap-box-the-value {
  background-color: var(--szklo\<deleted\|variable-d5e4697c-636b-fa6c-8ea5-ed40d805ff65\>);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 65px;
  display: flex;
  position: relative;
}

.maxw-the-value-01 {
  max-width: 330px;
}

.grid-the-value {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.maxw-the-value-02 {
  max-width: 280px;
}

.maxw-the-value-03 {
  max-width: 330px;
}

.maxw-the-value-04 {
  max-width: 300px;
}

.margin-bottom-15px {
  margin-bottom: 15px;
}

.lottie-animation {
  width: 110px;
  margin-bottom: 40px;
  margin-left: -3px;
  line-height: 0;
}

.line-vertical-stretch {
  width: 6px;
  height: 100%;
  line-height: 0;
  position: relative;
}

.line-horizontal-stretch {
  color: var(--text-color-dark);
  flex: 1;
  width: 100%;
  height: 6px;
  line-height: 0;
  position: relative;
}

.lines-arc-90 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.lines-arc-270 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-03-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content 228px;
  grid-template-columns: 2fr min-content 3fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.line-03-cell-03 {
  margin-right: 86px;
}

.line-03-cell-04 {
  position: relative;
}

.line-03-cell-05 {
  margin-left: 86px;
}

.line-03-cell-07 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-03-cell-08 {
  position: relative;
}

.line-03-cell-09 {
  margin-left: 86px;
}

.line-03-cell-01 {
  height: 6px;
  display: none;
  position: relative;
}

.mask-line-03 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 42px 0% -300px;
}

.line-03-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto min-content 50px min-content;
  grid-template-columns: min-content 20px auto;
  grid-auto-columns: 1fr;
  height: 100%;
  display: none;
  position: relative;
}

.line-horizontal-light {
  border-bottom: 1px solid var(--color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>);
  width: 100%;
  padding-bottom: 1px;
}

.grid-main {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid-awards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: min-content;
  grid-template-columns: .4fr 1.25fr;
  grid-auto-rows: min-content;
  position: relative;
}

.grid-awards-inner {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr min-content;
  place-items: start;
}

.text-color-light-transparent {
  color: var(--color-light-transparent);
}

.section-awards {
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
}

.hide-desktop-show-991 {
  display: none;
}

.lines-arc-271 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.lines-arc-272 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

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

.margin-bottom-45px {
  margin-bottom: 45px;
}

.mask-link-arrows {
  pointer-events: auto;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 22px;
  height: 22px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.arrow-up {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.second-arrow-up {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: 20px;
  left: -20px;
}

.wrap-content {
  z-index: 1;
  position: relative;
}

.right-arrow {
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 0%;
  inset: auto auto 0% 52%;
}

.slide-testimonial {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  width: 49.2%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 80px 75px;
  position: relative;
}

.left-arrow {
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 0%;
  inset: auto 52% 0% auto;
}

.slider {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1508px;
  height: auto;
  display: flex;
}

.mask {
  width: 100%;
  margin-left: -10px;
  padding-bottom: 65px;
  overflow: visible;
}

.text-testimonial {
  color: var(--text-color-dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.text-position {
  color: var(--text-color-dark);
}

.text-name {
  color: var(--text-color-dark);
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.line-light-slider-nav {
  background-color: #f2f2f226;
  width: 1px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -4px;
}

.wrap-photo-name-and-position {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-cta-01 {
  margin-bottom: 100px;
  padding-bottom: 70px;
  position: relative;
}

.text-cta {
  color: var(--text-color-light);
  text-align: center;
  max-width: 680px;
  font-family: Satoshi, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 115%;
}

.maxw-did-you-find {
  max-width: 500px;
}

.flex-social-links {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.text-button {
  -webkit-text-stroke-color: var(--text-color-dark);
}

.section-testimonials {
  padding-bottom: 320px;
  position: relative;
}

.lines-arc-180 {
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-left: -2px;
  line-height: 0;
  position: relative;
}

.lines-arc-360 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-right: -2px;
  line-height: 0;
}

.button-cta {
  background-color: var(--color-light);
  pointer-events: auto;
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 26px 80px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-cta:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px #000000bf;
}

.button-cta.pink-button {
  z-index: 100;
  background-color: var(--line-color-04);
  color: var(--text-color-light);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 35px;
  height: 70px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  top: 40px;
  bottom: 0;
  left: 0;
}

.section-cta-02 {
  padding-bottom: 100px;
  position: relative;
}

.mask-line-04a {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -350px 0 0;
  overflow: hidden;
}

.line-04-cell-01 {
  height: 6px;
  position: relative;
}

.line-04-cell-02 {
  margin-right: 86px;
}

.line-04-cell-03 {
  position: relative;
}

.line-04-cell-04 {
  margin-left: 86px;
}

.line-04a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content 500px min-content min-content 3fr min-content min-content 1fr;
  grid-template-columns: auto min-content 15.5vw min-content 6vw min-content 100px 50vw;
  height: 100%;
  display: grid;
  position: relative;
}

.line-04-cell-06 {
  margin-top: -6px;
}

.line-04-cell-07 {
  position: relative;
}

.line-04-cell-10 {
  margin-top: -6px;
}

.line-04-cell-11 {
  position: relative;
}

.mask-line-04b {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0 69px;
  overflow: hidden;
}

.line-04b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content 39px;
  grid-template-columns: auto min-content 9vw min-content 6vw 278px 50vw;
  justify-content: end;
  justify-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.line-04-cell-14 {
  margin-top: -6px;
  position: relative;
}

.mask-line-05a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -100px 0 200px;
  overflow: hidden;
}

.line-05a-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content min-content;
  grid-template-columns: auto min-content 10vw min-content 248px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-05-cell-01 {
  height: 6px;
  position: relative;
}

.line-05-cell-02 {
  margin-top: -6px;
}

.line-05-cell-03 {
  position: relative;
}

.line-05-cell-06 {
  margin-top: -6px;
}

.mask-line-05b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -200px 0 69px;
  overflow: hidden;
}

.line-05b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto min-content;
  grid-template-columns: auto min-content 10vw 340px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-05-cell-07 {
  position: relative;
}

.mask-line-06 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -100px 0 148px;
  overflow: hidden;
}

.line-06 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: auto min-content 404px 50vw;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line-06-cell-02 {
  margin-right: 86px;
}

.line-06-cell-03 {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.mask-line-07a {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -30px 0% 0%;
  overflow: hidden;
}

.line-07a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content min-content;
  grid-template-columns: 50vw 150px min-content 6vw min-content auto;
}

.line-07-cell-01 {
  height: 6px;
  position: relative;
}

.line-07-cell-03 {
  position: relative;
}

.line-07-cell-05 {
  height: 6px;
  position: relative;
}

.line-07-cell-06 {
  margin-top: -6px;
}

.mask-line-07b {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 69px;
  overflow: hidden;
}

.line-07b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content;
  grid-template-columns: 50vw 328px 6vw min-content min-content auto;
}

.line-07-cell-08 {
  margin-top: -6px;
}

.line-07-cell-09 {
  position: relative;
}

.line-07-cell-11 {
  height: 6px;
  position: relative;
}

.mask-line-08a {
  pointer-events: none;
  width: 100%;
  height: 320px;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line-08a {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content min-content;
  grid-template-columns: 50vw 490px min-content 2vw min-content auto;
}

.line-08-cell-01 {
  height: 6px;
  position: relative;
}

.line-08-cell-02 {
  margin-left: 86px;
}

.line-08-cell-03 {
  position: relative;
}

.line-08-cell-05 {
  height: 6px;
  position: relative;
}

.line-08-cell-06 {
  margin-top: -6px;
}

.mask-line-08b {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -60px 0% 148px;
  overflow: hidden;
}

.line-08b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto min-content;
  grid-template-columns: 50vw 404px min-content auto;
}

.line-08-cell-07 {
  position: relative;
}

.line-08-cell-09 {
  height: 6px;
  position: relative;
}

.mask-line-09 {
  pointer-events: none;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 108px;
  overflow: hidden;
}

.line-09 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 50vw 580px min-content auto;
}

.line-09-cell-01 {
  height: 6px;
  position: relative;
}

.line-09-cell-02 {
  margin-left: 86px;
}

.line-09-cell-03 {
  position: relative;
}

.line-09-cell-05 {
  height: 6px;
  position: relative;
}

.testimonials.section-dark {
  background-color: var(--none);
}

.logo-on-dark {
  color: var(--color-light);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Unbounded, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
  width: 1px;
  height: 8vw;
  margin-top: 2vw;
  margin-bottom: 3vw;
  position: relative;
}

.wrap-button-cta {
  background-color: var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
  box-shadow: 0 0 30px 40px var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
}

.testimonials-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -70px;
}

.contact-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -80px;
}

.margin-bottom-cta {
  margin-bottom: 60px;
}

.arrow-down {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
  line-height: 0;
  position: relative;
}

.second-arrow-down {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: -20px;
  left: 20px;
}

.text-size-tiny {
  color: var(--color-light);
  font-size: 12px;
  font-weight: 400;
}

.text-size-tiny.text-color-light {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.footer-links {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-link-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link-right {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-right-8px {
  margin-left: auto;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-fading {
  align-items: center;
  transition: opacity .2s;
  position: relative;
}

.link-fading:hover {
  opacity: .6;
}

.margin-right-30px {
  margin-left: 0;
  margin-right: auto;
}

.logo-footer-light {
  width: 80px;
  margin-top: -3px;
  position: relative;
}

.section-footer-links {
  position: relative;
}

.info-text-footer {
  opacity: .5;
}

.link-on-light {
  pointer-events: auto;
  color: var(--text-color-dark);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--text-color-dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: flex-start;
  font-size: 16px;
  display: block;
}

.section-header {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.wrap-social-link {
  color: var(--text-color-dark);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-color-dark);
  text-shadow: 0 1px 1px #0003;
  background-color: #fff0;
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.social-link-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.underline-on-hover {
  box-sizing: content-box;
  border-bottom: 2px solid #000;
  width: 0;
  margin-bottom: -1px;
}

.underline-link {
  box-sizing: content-box;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 2px;
  display: flex;
}

.banner {
  z-index: 1;
  background-image: none;
  background-position: 0 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  padding-top: 64px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-social-links-banner {
  justify-content: center;
  align-items: stretch;
  height: 80px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.lightbox {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--none);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  display: flex;
  position: relative;
  right: 75px;
}

.dark-overlay-of-banner-image {
  opacity: .39;
  -webkit-text-fill-color: inherit;
  background-color: #070a0e;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.logo-on-white {
  color: var(--text-color-dark);
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.lightbox-link {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.wrap-logo-light {
  z-index: 10;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  line-height: 120%;
  position: relative;
}

.social-links-bar {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
}

.margin-bottom-project-paragraph {
  margin-bottom: 110px;
}

.margin-bottom-35px {
  margin-bottom: 35px;
}

.grid-project-main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 22px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-project-main-content.project-position {
  pointer-events: none;
}

.video-thumbnail {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.wrap-project {
  width: auto;
  position: relative;
}

.line-horizontal-dark {
  border-bottom: 1px solid #1e1d1e26;
  width: 100%;
  padding-bottom: 1px;
}

.text-button-on-dark {
  color: var(--color-light);
}

.section-research {
  padding-top: 110px;
  padding-bottom: 90px;
  position: relative;
}

.image-project {
  z-index: 3;
  height: 100%;
  position: relative;
}

.wrap-links-project {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.flex-hor-between-center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrap-content-project {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.wrap-photo-project {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-vertical-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.flex-ver-left-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  pointer-events: auto;
  color: #151515;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #181d24;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-top: 55px;
  padding: 26px 70px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px -17px #000000bf;
}

.margin-bottom-5px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
}

.text-color-light {
  color: var(--text-color-light);
}

.link-on-dark {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.light-line {
  border-bottom: 1px solid var(--color-light-2\<deleted\|variable-f44f3955-8b39-d72a-afa9-cc84eb8aa809\>);
}

.light-line-transparent {
  border-bottom: 1px solid var(--color-light-transparent-2\<deleted\|variable-8525180d-5541-b03e-bf70-1aef1353e733\>);
}

.line-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 50px min-content max-content minmax(405px, 1fr) min-content;
  grid-template-columns: auto min-content minmax(200px, 1152px) min-content 20px auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.line-01-cell-02 {
  margin-right: 86px;
}

.line-01-cell-03 {
  position: relative;
}

.lines-arc-361 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-left: -2px;
  line-height: 0;
}

.line-01-cell-04 {
  margin-left: 86px;
}

.lines-arc-362 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-01-cell-06 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-01-cell-07 {
  position: relative;
}

.line-01-cell-08 {
  margin-left: 0;
}

.mask-line-01 {
  pointer-events: none;
  min-height: 1600px;
  margin-top: 0;
  position: absolute;
  inset: 0 0 5%;
  overflow: visible;
}

.lines-arc-363 {
  width: 94px;
  height: 94px;
  margin-top: -2px;
  margin-left: -2px;
  line-height: 0;
  position: relative;
}

.lines-arc-364 {
  flex: none;
  width: 94px;
  height: 94px;
  margin-bottom: -2px;
  margin-right: -2px;
  line-height: 0;
}

.line-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content 94px auto min-content;
  grid-template-columns: auto minmax(200px, 1300px) min-content 40px auto;
  position: absolute;
  inset: 0% -15px 0% 0%;
}

.line-02-cell-01 {
  margin-bottom: -6px;
}

.line-02-cell-03 {
  margin-left: 86px;
}

.line-02-cell-04 {
  position: relative;
}

.line-02-cell-05 {
  margin-top: -6px;
  margin-right: 86px;
}

.line-02-cell-02 {
  margin-bottom: -6px;
}

.mask-line-02 {
  pointer-events: none;
  position: absolute;
  inset: -230px 0 42px;
  overflow: hidden;
}

.dark-line-transparent {
  border-bottom: 1px solid var(--color-dark-transparent-2\<deleted\|variable-15d08eb8-6d5e-b6cc-8c54-1c9cf7e9ceae\>);
}

.dark-line {
  border-bottom: 1px solid var(--color-dark-2\<deleted\|variable-905d6586-c704-a151-3816-675bae839223\>);
}

.position-absolute-full {
  position: absolute;
  inset: 0;
}

.cursor-play-reel {
  z-index: 2;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  pointer-events: none;
  background-color: #ffffffdb;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: fixed;
  inset: -70px auto auto -70px;
  transform: scale(0);
}

.text-play-reel {
  z-index: 2;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
}

.about-anchor, .research-anchor, .value-anchor, .awards-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
}

.section-projects-on-projects-page {
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}

.mask-line-02-projects-page {
  pointer-events: none;
  position: absolute;
  inset: -40px 0 42px;
  overflow: hidden;
}

.line-01-projects-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: min-content min-content auto min-content;
  grid-template-columns: min-content auto minmax(200px, 1152px) min-content 20px auto;
  display: grid;
  position: absolute;
  inset: 0% -15px 0% -8px;
}

.project-position {
  position: absolute;
  inset: 0%;
}

.breakpoint-indicator {
  z-index: 10000;
  letter-spacing: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 900;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 0 5px #0000004d;
}

.indic-1440, .indic-991, .indic-767, .indic-478 {
  display: none;
}

.testimonials-projects-page {
  padding-top: 100px;
}

.mask-line-05a-projects-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -58px 0 200px;
  overflow: hidden;
}

.back-to-home {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5vw;
  display: flex;
}

.mask-line-01-projects-page {
  pointer-events: none;
  position: absolute;
  inset: -60px 0 50%;
  overflow: hidden;
}

.margin-vertical-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-medium {
  margin-bottom: .6em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 23px;
}

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

.heading-tiny {
  margin-bottom: .7em;
  font-family: Dmsans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.margin-bottom-100px {
  margin-bottom: 100px;
}

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

.margin-bottom-8px {
  margin-bottom: 8px;
}

.heading-small {
  margin-bottom: .6em;
  font-family: Dmsans, sans-serif;
  font-size: 19px;
  line-height: 140%;
}

.heading-large {
  margin-bottom: .6em;
  font-size: 34px;
}

.margin-bottom-label-tutorials {
  margin-bottom: 15px;
}

.color-dark {
  background-color: var(--color-dark);
}

.heading-xlarge {
  margin-bottom: .6em;
  font-size: 41px;
}

.heading-big {
  margin-bottom: .6em;
  font-size: 28px;
}

.style-guide {
  padding-top: 100px;
}

.style-guide-text-sample-dark-bg {
  background-color: var(--color-dark);
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 28px;
  line-height: 130%;
  display: flex;
}

.main-wrapper {
  position: relative;
}

.style-guide-text-sample-light-bg {
  background-color: var(--color-light);
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 28px;
  line-height: 130%;
  display: flex;
}

.style-guide-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #1e1d1e26;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  display: grid;
  overflow: hidden;
}

.color-dark-transparent {
  background-color: var(--color-dark-transparent);
}

.section-footer {
  padding-top: 70px;
}

.grid-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.line-color-02 {
  background-color: var(--line-color-02);
}

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

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

.line-color-04 {
  background-color: var(--line-color-04);
}

.glass {
  background-color: var(--glass);
}

.line-color-05 {
  background-color: var(--line-color-05);
}

.line-color-03 {
  background-color: var(--line-color-03);
}

.heading {
  color: var(--text-color-dark);
}

.heading-2 {
  color: var(--text-color-dark);
  font-family: Satoshi, sans-serif;
}

.heading-3 {
  color: var(--text-color-dark);
}

.section-dark {
  background-color: var(--color-dark);
  margin-bottom: -1px;
}

.wrap-logo-dark {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.wrap-licenses-info {
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
}

.font-sample-01 {
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.heading-medium-2 {
  font-family: Dmsans, sans-serif;
  font-size: 23px;
}

.font-sample-02 {
  text-align: center;
  font-family: Dmsans, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.font-sample-03 {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.licenses {
  padding-top: 60px;
}

.wrap-version-text {
  margin-top: 10px;
  padding-bottom: 100px;
}

.link-text-dark {
  color: var(--text-color-dark);
}

.body {
  background-color: #fcfcfc;
  min-width: 100vw;
  min-height: 100vh;
  font-family: Varela, sans-serif;
  line-height: 120%;
}

.image {
  width: 50%;
}

.image-2 {
  line-height: 120%;
}

.image-3 {
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.image-3.hero-image {
  outline-offset: 0px;
  border: 1px #000;
  border-right: 3px #60b8e1;
  border-radius: 100% 100% 0 0;
  outline: 0 #151515;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  margin: auto 0 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: none;
  position: relative;
  top: auto;
  bottom: 0;
  right: 220px;
}

.wrapper-m {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.icons-wrapper {
  max-width: 300px;
  margin-left: auto;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.grid.social-links {
  z-index: 8;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--none);
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 0 100px 0%;
  padding: 10px 0;
  display: grid;
  position: absolute;
  left: auto;
  right: auto;
}

.component-tag {
  color: #000;
  background-color: #0003;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: -30% 0% auto auto;
}

.sm-icon-link {
  background-color: var(--light-semi-transparent);
  background-image: linear-gradient(to bottom, var(--color-light-transparent), var(--color-light-transparent));
  color: #000;
  border-radius: 25px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  min-height: 55px;
  max-height: 55px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .1s, opacity .25s;
  display: flex;
}

.sm-icon-link:hover {
  background-color: var(--color-light);
  opacity: .8;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
}

.sm-text {
  color: var(--color-dark);
  margin-left: 10px;
  margin-right: auto;
  font-size: 11px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
}

.image-4 {
  text-align: left;
  vertical-align: baseline;
  shape-outside: circle(50%);
  float: left;
  border: 0 solid #000;
  border-radius: 100%;
  max-width: 550px;
  margin: 20px auto 20px 0;
  padding: 0;
  box-shadow: 1px 1px 5px 6px #0003, 0 0 16px 20px #dd50c82b;
}

.paragraph {
  color: var(--untitled-ui--gray700);
  text-align: center;
  align-self: auto;
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.paragraph.big-paragraph {
  color: var(--untitled-ui--gray600);
  text-align: left;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
}

.paragraph.big-paragraph.tag-line {
  text-align: left;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.paragraph.small-paragraph {
  font-size: 20px;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
}

.italic-text {
  color: var(--line-color-02);
  font-style: normal;
  text-decoration: none;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.italic-text-2 {
  text-transform: none;
  font-family: Vollkorn, serif;
  font-size: 26px;
}

.block-quote {
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 86px;
  padding: 20px 0 10px 20px;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cell-2 {
  padding-left: 0;
}

.bold-text-2 {
  color: var(--line-color-01);
}

.text-span-2 {
  color: var(--line-color-04);
}

.text-span-3 {
  z-index: 2;
  filter: blur(5px);
  color: var(--line-color-04);
  position: relative;
}

.text-span-4 {
  color: var(--line-color-02);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/neon-t1.webp'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 10svw, auto;
  background-attachment: scroll, scroll;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-4.animated-span {
  z-index: 5;
  background-color: var(--none);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  transition: opacity .2s;
  position: relative;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.text-span-5 {
  border: 1px #000;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
}

.rich-text-block {
  font-family: Merriweather, serif;
  font-size: 20px;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer01_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto;
  align-items: start;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_social-icon {
  color: var(--untitled-ui--gray400);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-footer01_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer01_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.bold-text-3 {
  color: var(--untitled-ui--gray700);
  font-weight: 400;
}

.italic-text-3 {
  border-bottom: 3px #000;
  border-radius: 0;
  font-style: normal;
}

.image-5 {
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-5.nav-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  z-index: 99;
  background-color: var(--glass);
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 120%;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.container-2.shrink-nav {
  background-color: var(--none);
  border: 0 #000;
  position: relative;
}

.hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin: 20px auto 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.text-span-6 {
  font-weight: 600;
}

.italic-text-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.md-icon {
  width: 150px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--none);
  box-shadow: none;
  cursor: default;
  border-radius: 35px;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 500px;
  max-width: 500px;
  height: auto;
  min-height: auto;
  max-height: 500px;
  margin: auto 20px auto 0;
  padding-top: 0;
  transition: all .6s cubic-bezier(.34, 1.56, .64, 1), opacity .2s;
  position: relative;
  left: 0;
  right: 0;
  transform: translate(0);
}

.flex-block:hover {
  box-shadow: none;
  transform: none;
}

.container-4 {
  z-index: 1;
  background-color: #0000;
  border-radius: 0;
  align-self: flex-end;
  min-width: 1400px;
  max-width: 1400px;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 10px;
  right: auto;
}

.bold-text-4 {
  color: var(--untitled-ui--gray600);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---section-hero-v4 {
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.brix---bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.brix---grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-top-80px {
  margin-top: 80px;
}

.brix---position-relative {
  position: relative;
}

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

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---play-button-large {
  box-shadow: 0 24px 65px 0 var(--elements-webflow-library--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.brix---play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---bg-overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary-small-white {
  background-color: var(--line-color-04);
  color: var(--untitled-ui--primary100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--line-color-04);
  transform: translate3d(0, -3px, .01px);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---header-wrapper-transparent {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.brix---hero-v15-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1) 60%, var(--elements-webflow-library--accent--primary-1) 60%, white 60%);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-icon {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #3319a500;
  background-clip: border-box;
  width: auto;
  max-width: 75px;
  max-height: 75px;
  position: absolute;
  inset: auto;
}

.container-5 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.top-bar-wrapper {
  background-color: var(--line-color-05);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
  position: relative;
  overflow: hidden;
}

.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.top-bar-flex-h-sb {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-bar-right-col {
  margin-right: 24px;
}

.icon-small-hover {
  transition: transform .3s;
}

.icon-small-hover:hover {
  transform: scale(.9);
}

.top-bar-small-padding {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-6-columns-logo-strip {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0c0b0b00;
  grid-template: ". . . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.brix---text-300-bold {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

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

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

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos04_list {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_logo {
  height: 3rem;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-section_logos04 {
  overflow: hidden;
}

.uui-logo-loop_component {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos04_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.image-7 {
  width: 90%;
}

.grid-4-columns {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--line-color-05);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---display-2 {
  color: var(--color-light);
  height: 48px;
  padding-left: 25px;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
}

.container-default-2 {
  text-align: center;
  max-width: 500px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  color: var(--untitled-ui--success50);
  max-width: 130px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 140%;
}

.dr-jones---text-center-2 {
  text-align: center;
  flex-flow: column;
  width: auto;
  height: 130px;
  max-height: 279.05px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dr-jones---text-center-2.neon-borderr {
  cursor: default;
  height: 130px;
  margin-left: 0;
  margin-right: 0;
}

.brix---mg-bottom-12px {
  height: 48px;
  margin-bottom: 0;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---icon-stats-v7 {
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 16px;
  align-items: baseline;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
  position: static;
  top: 0;
  bottom: 0;
}

.section-kpi {
  background-color: var(--line-color-05);
  height: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 100%;
  display: block;
}

.paragraph-review-stars {
  color: var(--gold);
  border-color: #000;
  margin-bottom: 10px;
  margin-right: auto;
  font-size: 24px;
}

.div-kpi-graphic {
  object-fit: fill;
  width: auto;
  height: auto;
  max-height: 100px;
  position: static;
  top: 0;
}

.honor-source {
  color: var(--hero-block);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
}

.container-6 {
  text-align: center;
  width: 80%;
}

.warp-hero-links {
  background-color: #f7f4fdeb;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 0 5px #0003;
}

.hero-heading {
  background-color: var(--none);
  box-shadow: none;
  direction: ltr;
  color: var(--untitled-ui--gray800);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--line-color-01);
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 700;
  display: block;
}

.header-bar {
  z-index: 12;
  background-color: var(--none);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 35px;
  align-self: auto;
  width: auto;
  max-width: 970px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  bottom: 125px;
}

.lottie-animation-2 {
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.lottie-animation-3 {
  z-index: 12;
  background-color: #fff0;
  width: auto;
  height: 10%;
  max-height: 100px;
  position: static;
}

.hero-section {
  background-color: #fff;
  width: 100vw;
  position: relative;
}

.nav-banner {
  z-index: 999;
  background-color: var(--glass);
  border-bottom: 1px solid #6e6969de;
  max-width: 1440px;
  position: sticky;
  top: 0;
}

.nav-banner.shrink-nav {
  border-bottom-width: 1px;
  border-bottom-color: var(--untitled-ui--gray300);
}

.heading-4 {
  color: var(--untitled-ui--gray700);
  text-align: left;
  margin-bottom: 60px;
  padding-left: 0;
}

.heading-4.sub-heading {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  margin: auto auto 20px 0;
  padding-left: 0;
  font-size: 24px;
}

.heading-4.about-header {
  text-align: left;
  align-self: center;
  max-width: 940px;
  margin: 40px auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
}

.image-8 {
  border-radius: 100%;
}

.flex-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: column;
  max-width: 1300px;
  margin: 60px auto;
  padding: 20px 0;
}

.image-9 {
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  padding-top: 0;
  box-shadow: 1px 2px 5px 1px #0003;
}

.image-10 {
  text-align: center;
  width: auto;
  max-width: 800px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 1px 2px 5px 1px #0003;
}

.text-review-source {
  color: var(--untitled-ui--gray700);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.flex-block-3 {
  text-align: center;
  margin-top: -12px;
}

.italic-text-5 {
  color: var(--untitled-ui--gray500);
}

.italic-text-6 {
  color: var(--untitled-ui--gray500);
  text-align: left;
}

.bold-text-5 {
  color: var(--untitled-ui--gray700);
}

.bold-text-6 {
  color: var(--untitled-ui--gray600);
  font-weight: 400;
}

.bold-text-7 {
  color: var(--line-color-01);
}

.flex-block-4 {
  text-align: right;
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 40px;
}

.container-9 {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0;
}

.container-10 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding-top: 0;
}

.container-11 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 1500px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-left: 45px;
  padding-right: 45px;
}

.image-11 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 800px;
  margin: 60px auto;
  display: block;
}

.dashboard-embed {
  padding-left: 20px;
  padding-right: 20px;
}

.lottie-animation-4 {
  max-height: 100px;
}

.text-span-8 {
  color: var(--untitled-ui--gray600);
  text-align: left;
  font-weight: 700;
}

.text-span-9, .text-span-10 {
  color: var(--untitled-ui--gray600);
  font-weight: 400;
}

.text-span-11, .text-span-12 {
  color: var(--line-color-04);
  font-weight: 700;
}

.hero-title {
  z-index: 5;
  background-image: url('../images/Adobe-Express---file6.webp');
  background-position: 50% 0;
  background-size: 1300px;
  width: 100%;
  max-width: 100%;
  margin-top: 100px;
  padding: 0 10px 108px;
  display: block;
  position: relative;
}

.flex-block-5 {
  z-index: 11;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 100px;
  position: relative;
  bottom: 77px;
  left: 182px;
  right: auto;
}

.contact---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.contact---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.color-neutral-805 {
  color: var(--untitled-ui--gray900);
  font-family: Satoshi, sans-serif;
  position: static;
}

.contact---mg-bottom-64px {
  margin-bottom: 64px;
}

.contact-btn {
  background-color: var(--line-color-01);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.contact-btn:hover {
  background-color: var(--line-color-02);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.contact-input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 100px;
  height: 70px;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 16px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.contact-input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.contact-input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.contact-input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.contact-text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  width: 100%;
  min-height: 144px;
  padding: 16px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.contact-text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.contact-text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.contact-text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.jones---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.contact---heading-h1-size-2 {
  color: var(--line-color-01);
  -webkit-text-stroke-color: var(--line-color-05);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.contact---success-message {
  background-color: var(--none);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.contact--error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.contact-subtitle {
  color: var(--elements-webflow-library--neutral--800);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.contact---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contact---card-form {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  width: auto;
  min-width: 590px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 40px 40px 54px;
}

.contact-input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  padding-left: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.form-important-class {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact---grid-contact-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-span-13 {
  background-color: var(--line-color-04);
  background-image: linear-gradient(to bottom, var(--line-color-04), var(--line-color-04));
  color: var(--line-color-04);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-14 {
  color: var(--line-color-04);
  font-weight: 700;
}

.text-span-15, .text-span-16 {
  color: var(--line-color-04);
}

.text-span-17 {
  color: var(--color-dark);
}

.text-span-18 {
  color: var(--line-color-01);
}

.text-span-19, .text-span-20, .text-span-21 {
  color: var(--line-color-04);
}

.hero-socials {
  text-align: right;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.footer---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-wrapper {
  z-index: 10;
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  position: relative;
}

.grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: none;
}

.bg-circle {
  z-index: 5;
  background-color: var(--text-color-light);
  border-radius: 100%;
  width: 800px;
  height: 800px;
  margin-top: -200px;
  margin-right: -5px;
  padding-bottom: 0;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
}

.bg-circle.second-circle {
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  top: -188px;
  left: 0;
  right: auto;
}

.container-12 {
  width: 100vw;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

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

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-primary-small-2 {
  z-index: 122;
  background-color: var(--line-color-04);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  position: relative;
  left: auto;
}

.btn-primary-small-2:hover {
  background-color: var(--line-color-04);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-small-2.outlined-btn {
  background-color: var(--none);
  color: var(--text-color-dark);
  border: 1px solid #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---btn-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 14px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-small:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

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

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 40rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar08_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  padding: 44px 24px;
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-big-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-link-big {
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.udesly-menu-links {
  background-color: #811717;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.navigation {
  background-color: var(--elements-webflow-library--neutral--100);
  border-bottom: 1px solid #cac9c9;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  top: 0;
}

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

.brix---header-nav-menu-list-3 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link-2 {
  color: var(--elements-webflow-library--neutral--800);
  vertical-align: baseline;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.header-nav-link-2:hover {
  color: var(--line-color-01);
}

.header-nav-link-2.w--current {
  vertical-align: baseline;
}

.brix---dropdown-toggle-2 {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--line-color-01);
}

.brix---dropdown-card-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-3 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-3 {
  padding: 40px;
}

.header-logo-3 {
  width: 140px;
  max-width: 115px;
}

.header-logo-link-3 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper-3 {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper-3:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper-3.w--open {
  background-color: #0000;
}

.brix---header-right-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-3 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-3 {
  background-color: #0000;
  padding-top: 32px;
  display: none;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-3.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top-2, .brix---hamburger-menu-bar-bottom-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-primary-small-3 {
  background-color: var(--line-color-04);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small-3:hover {
  background-color: var(--line-color-04);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-3 {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl-3 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.header-nav-list-item-middle {
  align-self: center;
  height: 28.8px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-anchor {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: auto;
}

.container-hero-buttons {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
  position: relative;
}

.text-span-22 {
  font-weight: 400;
}

.paragraph-smaller {
  color: var(--untitled-ui--gray700);
  flex-flow: row;
  align-self: auto;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

.image-12 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-3, .list-item, .list-item-2, .list-item-3, .list-item-4 {
  font-family: Satoshi, sans-serif;
}

.list-item-5 {
  aspect-ratio: auto;
  font-family: Satoshi, sans-serif;
  position: static;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Satoshi, sans-serif;
}

.image-13 {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.container-14 {
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.heading-5 {
  margin-top: .6em;
  margin-left: auto;
  margin-right: auto;
}

.container-15 {
  max-width: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-16, .paragraph-7 {
  flex-flow: column;
  display: flex;
}

.paragraph-review {
  text-align: left;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.review-box {
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  max-width: 600px;
  padding: 10px 20px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
}

.review-box.review-box-large {
  width: 800px;
  max-width: 800px;
  padding-right: 20px;
}

.paragraph-review-date {
  flex-flow: column;
  margin-top: 20px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.text-span-23 {
  margin-left: auto;
  margin-right: 0;
}

.text-span-23.review-date-left {
  margin-left: 0;
  margin-right: auto;
}

.flex-block-6 {
  margin-top: -24px;
  margin-left: auto;
  margin-right: 0;
}

.image-14 {
  width: 940px;
  height: 80px;
}

.lottie-animation-5 {
  width: 150px;
  height: 150px;
}

.contact-animation {
  background-color: FFFFFF;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

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

.form-success-trigger {
  display: none;
}

.text-block {
  color: var(--untitled-ui--gray900);
  margin-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.italic-text-7 {
  font-style: normal;
}

.animation---1739866243729 {
  background-color: FFFFFF;
  align-self: center;
  width: 150px;
  height: 150px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---container-default-4 {
  max-width: 1218px;
  margin-top: 0;
  margin-bottom: -343px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size-2 {
  z-index: 13;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  position: relative;
  top: 0;
}

.brix---cta-section {
  background-color: var(--line-color-01);
  height: auto;
  min-height: 790px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-2 {
  margin-right: auto;
  position: relative;
}

.brix---btn-primary-white-2 {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white-2:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
  top: 220px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
  top: 0;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---z-index-1 {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.cta-animation {
  z-index: 10;
  background-color: ffffff;
  object-fit: fill;
  width: 1500px;
  max-width: none;
  height: auto;
  min-height: 875px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.body-2 {
  background-color: #fcfcfc;
}

.text-span-24 {
  color: var(--line-color-04);
}

.text-span-25 {
  color: var(--color-dark);
}

.paragraph-8 {
  color: var(--untitled-ui--gray700);
  text-align: right;
  width: 400px;
  margin-left: auto;
  margin-right: 26px;
  padding-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: italic;
  position: static;
  left: 0;
  right: 0;
}

.text-span-26, .text-span-27 {
  font-weight: 700;
}

.heading-6 {
  padding-top: 10px;
}

.hero-name {
  color: var(--untitled-ui--gray700);
  text-align: center;
  margin: 10px auto 15px;
  padding-top: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.hero-text {
  color: var(--untitled-ui--gray700);
  margin: 20px auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

.hero-title-fancy-text {
  color: var(--line-color-04);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--line-color-02);
  cursor: pointer;
}

.hero-title-fancy-text:hover {
  color: var(--line-color-01);
}

.bold-text-8 {
  font-weight: 400;
}

.ctachil {
  background-color: #fff;
  width: 250px;
  height: 250px;
}

.ctachill {
  background-color: #fff0;
  width: 250px;
  height: 250px;
}

.text-span-28 {
  color: var(--untitled-ui--gray700);
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.ctachill-2 {
  background-color: #fff;
  width: 250px;
  height: 250px;
}

.ctachill-3 {
  background-color: #fff0;
  width: 250px;
  height: 250px;
}

.patient-anchor {
  width: 100%;
  height: 0;
}

.container-19 {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/yaydoc-11.webp');
  background-position: 0 0, 90% 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
  background-attachment: scroll, scroll;
  max-width: none;
  padding-bottom: 220px;
}

.image-15 {
  z-index: 0;
  position: absolute;
  top: 385px;
}

.animation---1740266069686, .animation---1740266069687, .chatting-business-women {
  background-color: FFFFFF;
  width: 250px;
  height: 250px;
}

.thea {
  width: 200px;
  position: relative;
  bottom: 110px;
  left: auto;
}

.theabox {
  text-align: right;
  position: absolute;
  right: 220px;
}

.container-20 {
  text-align: center;
  max-width: none;
  position: relative;
}

.pioneer-container {
  margin-top: 60px;
}

.code-embed {
  display: none;
}

@media screen and (min-width: 1280px) {
  .image-3.hero-image {
    max-width: 100%;
  }

  .grid.social-links {
    position: absolute;
    left: auto;
    right: auto;
  }

  .sm-icon-link {
    background-image: linear-gradient(to bottom, var(--color-light-transparent), var(--color-light-transparent));
    padding-right: 10px;
    transition: background-color .1s, opacity .25s;
  }

  .sm-icon-link:hover {
    background-color: var(--color-light);
  }

  .sm-text {
    color: var(--untitled-ui--gray600);
    text-align: left;
    -webkit-text-stroke-color: var(--untitled-ui--gray700);
    margin-right: auto;
  }

  .brix---icon-stats-v7 {
    max-height: 100px;
  }

  .section-kpi {
    padding-top: 0;
  }

  .div-kpi-graphic {
    max-height: 130px;
  }

  .hero-heading, .header-bar {
    width: auto;
  }

  .flex-block-2 {
    margin-top: 20px;
  }

  .flex-block-5 {
    position: relative;
    left: -32px;
  }

  .footer-top {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-default-2, .paragraph-default-2.sub-text {
    margin-top: 0;
  }

  .paragraph-default-2.sub-text.copyright {
    margin-top: 20px;
    font-size: 14px;
  }

  .cta-animation {
    width: 1500px;
    max-width: none;
  }

  .paragraph-8 {
    text-align: center;
    margin-left: auto;
    margin-right: 0;
  }

  .container-19 {
    background-image: linear-gradient(#0000, #0000), url('../images/yaydoc-11.webp');
    background-size: auto, 1420px;
  }

  .thea {
    margin-right: auto;
  }

  .theabox {
    text-align: right;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 1220px;
    display: flex;
    position: static;
    right: 0;
  }

  .container-20 {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .slide-in-up-normal {
    background-image: none;
  }

  .text-align-center.maxw-introduction-title {
    max-width: 1050px;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 690px;
  }

  .section-about {
    padding-top: 108px;
  }

  .section-cta {
    padding-bottom: 84px;
  }

  .section-cta-ii {
    padding-bottom: 120px;
  }

  .line-08-cell-01, .line-08-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-09-cell-01, .line-09-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .wrap-logo-on-dark {
    padding-top: 60px;
  }

  .logo-webflow-light {
    margin-top: -5px;
  }

  .container {
    padding-left: 54px;
    padding-right: 54px;
  }

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

  .text-size-caps-tiny.text-align-center.maxw-introduction-subtitle {
    max-width: 1050px;
  }

  .text-align-right {
    max-width: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-align-right.maxw-introduction-title {
    max-width: 1050px;
    margin-bottom: 20px;
  }

  .text-align-right.introduction-paragraph-right {
    max-width: 690px;
  }

  .section-about {
    padding-top: 40px;
    position: relative;
  }

  .flex-ver-center-top.card-box {
    max-width: 1200px;
  }

  .wrap-introduction-title {
    margin-bottom: 0;
    padding-left: 20px;
    position: static;
    left: auto;
  }

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

  .margin-bottom-25px {
    margin-bottom: 30px;
  }

  .paragraph-small {
    letter-spacing: .05em;
  }

  .section-the-value {
    padding-top: 120px;
  }

  .wrap-box-the-value {
    padding: 78px;
  }

  .grid-the-value {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-15px {
    margin-bottom: 18px;
  }

  .lottie-animation {
    width: 120px;
    margin-bottom: 48px;
  }

  .line-03-middle {
    grid-template-columns: 520px min-content 750px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .line-03-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mask-line-03 {
    overflow: hidden;
  }

  .line-03-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto min-content 50px min-content;
    grid-template-columns: min-content auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-main {
    grid-column-gap: 120px;
    grid-row-gap: 48px;
  }

  .grid-awards {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-awards-inner {
    grid-column-gap: 48px;
  }

  .section-awards {
    padding-top: 120px;
    padding-bottom: 204px;
  }

  .margin-bottom-30px {
    margin-bottom: 36px;
  }

  .margin-bottom-45px {
    margin-bottom: 54px;
  }

  .slide-testimonial {
    margin-left: 12px;
    margin-right: 12px;
    padding: 96px 90px;
  }

  .mask {
    margin-left: -12px;
  }

  .text-testimonial {
    font-size: 19px;
  }

  .section-cta-01 {
    padding-bottom: 84px;
  }

  .section-testimonials {
    padding-bottom: 384px;
  }

  .button-cta {
    margin-left: auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .button-cta.pink-button {
    background-image: linear-gradient(to bottom, var(--line-color-04), var(--line-color-04));
    color: var(--text-color-light);
    text-transform: uppercase;
    margin-top: 0;
    margin-right: -89px;
    padding-left: 80px;
    font-size: 16px;
    top: 0;
    left: 0;
  }

  .section-cta-02 {
    padding-bottom: 120px;
  }

  .line-04-cell-12 {
    margin-top: -2px;
    margin-left: -2px;
  }

  .line-04-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-04a {
    grid-template-columns: auto min-content 210px min-content 172px min-content 100px 50vw;
  }

  .mask-line-04b {
    width: 100%;
    bottom: 83px;
  }

  .line-04b {
    flex: 0 auto;
    grid-template-columns: auto min-content 50px min-content 450px 50vw;
  }

  .line-04-cell-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 188px min-content 200px 50vw;
  }

  .line-05-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .mask-line-05b {
    bottom: 84px;
  }

  .line-05b {
    grid-template-columns: auto min-content 480px 50vw;
  }

  .mask-line-06 {
    bottom: 162px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .line-07a {
    grid-template-columns: 50vw 150px min-content 90px min-content auto;
  }

  .line-07-cell-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .line-07-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-07b {
    bottom: 84px;
  }

  .line-07b {
    grid-template-columns: 50vw 328px 90px min-content min-content auto;
  }

  .line-07-cell-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 198px;
  }

  .line-08a {
    grid-template-columns: 50vw 490px min-content 30px min-content auto;
  }

  .line-08-cell-01, .line-08-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-08b {
    bottom: 162px;
  }

  .line-08-cell-09 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mask-line-09 {
    bottom: 122px;
  }

  .line-09-cell-01, .line-09-cell-05 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .margin-bottom-cta {
    margin-bottom: 70px;
  }

  .footer-links {
    margin-top: 24px;
  }

  .margin-right-30px {
    margin-right: 36px;
  }

  .logo-footer-light {
    margin-top: -3px;
  }

  .section-header {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .banner {
    color: var(--text-color-dark);
    background-image: none;
    background-position: 0 0;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu {
    margin-left: auto;
    padding-right: 10px;
    position: relative;
    right: 75px;
  }

  .logo-on-white {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 20px;
  }

  .wrap-logo-light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-bottom-project-paragraph {
    margin-bottom: 132px;
  }

  .margin-bottom-35px {
    margin-bottom: 42px;
  }

  .section-research {
    background-image: none;
    background-position: 0 0;
    padding-top: 132px;
    padding-bottom: 108px;
  }

  .wrap-links-project, .wrap-content-project {
    padding-left: 96px;
    padding-right: 96px;
  }

  .margin-vertical-35px {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .line-01 {
    right: -5px;
  }

  .line-01-cell-08 {
    display: none;
  }

  .mask-line-01 {
    top: -160px;
  }

  .line-02 {
    right: -5px;
  }

  .about-anchor {
    margin-top: 0;
    position: absolute;
    top: 1px;
    bottom: 0;
  }

  .section-projects-on-projects-page {
    margin-top: 60px;
    padding-top: 96px;
    padding-bottom: 168px;
  }

  .line-01-projects-page {
    right: -5px;
  }

  .breakpoint-indicator {
    padding-top: 0;
    padding-bottom: 0;
  }

  .indic-desktop {
    display: none;
  }

  .indic-1440 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 120px;
  }

  .mask-line-05a-projects-page {
    top: -78px;
  }

  .mask-line-01-projects-page {
    top: -45px;
  }

  .margin-vertical-50px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .margin-bottom-100px {
    margin-bottom: 120px;
  }

  .margin-bottom-8px {
    margin-bottom: 10px;
  }

  .heading-small {
    font-size: 20px;
  }

  .heading-large {
    font-size: 37px;
  }

  .margin-bottom-label-tutorials {
    margin-bottom: 18px;
  }

  .heading-xlarge {
    font-size: 46px;
  }

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

  .style-guide {
    padding-top: 120px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 30px;
  }

  .section-footer {
    padding-top: 84px;
  }

  .grid-3-columns {
    grid-column-gap: 36px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 60px;
  }

  .wrap-licenses-info {
    max-width: 880px;
    margin-top: 72px;
  }

  .font-sample-01 {
    font-size: 108px;
  }

  .heading-medium-2 {
    font-size: 24px;
  }

  .font-sample-02, .font-sample-03 {
    font-size: 108px;
  }

  .licenses {
    padding-top: 72px;
  }

  .wrap-version-text {
    padding-bottom: 120px;
  }

  .body {
    background-color: #fcfcfc;
  }

  .image-3 {
    width: 60%;
    max-width: 799px;
  }

  .image-3.hero-image {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }

  .icons-wrapper {
    position: relative;
  }

  .grid.social-links {
    margin-top: 200px;
    margin-bottom: 0;
    margin-left: -1350px;
    padding-bottom: 10px;
    left: auto;
    right: auto;
  }

  .component-tag {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: .25rem .5rem;
    display: inline-block;
    position: absolute;
    inset: -30% 0% auto auto;
  }

  .image-4 {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    padding: 0;
  }

  .paragraph {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .paragraph.big-paragraph, .paragraph.big-paragraph.tag-line {
    padding-left: 0;
  }

  .block-quote {
    padding-left: 20px;
  }

  .text-span-3, .text-span-4.animated-span {
    font-size: 41px;
  }

  .image-5 {
    text-align: left;
    margin-left: 0;
  }

  .container-2 {
    background-color: #0000;
    position: static;
  }

  .container-2.shrink-nav {
    background-color: var(--none);
    position: relative;
  }

  .hero-content {
    text-align: center;
    width: auto;
    max-width: 1439px;
    margin: 0 auto;
    position: static;
  }

  .flex-block {
    background-color: var(--none);
    text-align: center;
    min-width: 550px;
    max-width: 550px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
    right: auto;
  }

  .container-4 {
    max-width: 700px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    left: -20px;
  }

  .brix---grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .container-5 {
    text-align: left;
    max-width: 1250px;
    margin-left: auto;
  }

  .grid-4-columns {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 10px;
  }

  .brix---color-accent-1 {
    color: var(--line-color-04);
  }

  .brix---display-2 {
    color: var(--text-color-light);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 40px;
  }

  .container-default-2 {
    max-width: 1400px;
  }

  .brix---heading-h3-size {
    color: var(--color-light);
    width: 100%;
    max-width: none;
    font-size: 20px;
  }

  .brix---icon-stats-v7 {
    max-height: 100px;
  }

  .section-kpi {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-review-stars {
    font-size: 34px;
  }

  .warp-hero-links {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .hero-heading {
    font-size: 64px;
  }

  .header-bar {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 74px;
  }

  .hero-section {
    position: sticky;
    top: 0;
  }

  .nav-banner {
    z-index: 99;
    background-color: var(--glass);
    width: 100%;
    max-width: none;
    position: sticky;
    top: 0;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .heading-4.sub-heading {
    padding-left: 0;
  }

  .heading-4.about-header {
    margin-left: auto;
    padding-right: 40px;
  }

  .flex-block-2 {
    max-width: 1300px;
    margin-bottom: 20px;
  }

  .container-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    margin-left: auto;
  }

  .hero-title {
    z-index: 5;
    background-image: url('../images/Adobe-Express---file6.webp');
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1440px;
    height: auto;
    padding-top: 10px;
    top: auto;
  }

  .flex-block-5 {
    margin-left: auto;
    top: 20px;
    left: 305px;
  }

  .contact---paragraph-default-2 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .form-important-class {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .footer-wrapper {
    z-index: 10;
    margin-right: 0;
    position: relative;
  }

  .grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }

  .footer-top {
    margin-right: 0;
    display: none;
  }

  .bg-circle {
    margin-right: -1101px;
    right: auto;
  }

  .bg-circle.second-circle {
    margin-left: -1300px;
    left: auto;
    right: auto;
  }

  .btn-primary-small-2 {
    background-color: var(--line-color-04);
    margin-top: 20px;
  }

  .btn-primary-small-2.outlined-btn {
    border: 1px solid var(--text-color-dark);
    background-color: var(--none);
    color: var(--color-dark);
    margin-left: 30px;
  }

  .brix---dropdown-card-3 {
    transform: translate(61px, -29px);
  }

  .brix---dropdown-column-wrapper-3 {
    text-align: left;
    inset: 0% auto;
    transform: translate(0);
  }

  .btn-primary-small-3:hover {
    background-color: var(--color-light);
    color: var(--line-color-04);
  }

  .container-hero-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-2 {
    background-color: var(--line-color-04);
  }

  .text-span-22 {
    font-weight: 600;
  }

  .paragraph-smaller {
    color: var(--untitled-ui--gray600);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }

  .review-box {
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 1px 1px #5050501a;
  }

  .animation---1739866243729 {
    margin-left: 0;
  }

  .brix---heading-h2-size-2 {
    top: 0;
  }

  .brix---cta-section {
    z-index: 3;
    margin-top: 0;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-animation {
    z-index: 1;
    width: 1700px;
    max-width: none;
    height: auto;
    margin-top: -102px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .paragraph-8 {
    color: var(--untitled-ui--gray500);
    margin-left: auto;
    margin-right: 0;
    position: relative;
    left: 8px;
  }

  .hero-name {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .hero-text {
    color: var(--untitled-ui--gray700);
    font-weight: 500;
  }

  .ctachil {
    z-index: 0;
    width: 100%;
    position: relative;
  }

  .ctachill {
    width: 100%;
    height: 500px;
  }

  .container-19 {
    background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/yaydoc-12.webp');
    background-position: 0 0, 50% 120%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1420px;
    background-attachment: scroll, scroll;
  }

  .thea {
    text-align: right;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
    position: static;
    left: 0;
    right: auto;
  }

  .theabox {
    z-index: 0;
    text-align: center;
    max-width: 850px;
    margin-right: auto;
    position: relative;
    top: -125px;
  }

  .text-span-29 {
    font-size: 40px;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 650px;
  }

  .maxw-the-value-02, .maxw-the-value-03, .maxw-the-value-04 {
    max-width: 450px;
  }

  .mask {
    margin-left: -8px;
    padding-bottom: 65px;
  }

  .section-cta {
    padding-bottom: 56px;
  }

  .section-cta-ii {
    padding-bottom: 150px;
  }

  .line-04-cell-12, .line-04-cell-01 {
    display: none;
  }

  .line-04-cell-10, .line-04-cell-11 {
    display: none;
  }

  .line-04-cell-13, .line-04-cell-14, .line-04-cell-15, .line-04-cell-16 {
    display: none;
  }

  .line-07-cell-08, .line-07-cell-09 {
    display: none;
  }

  .line-08-cell-01, .line-08-cell-02, .line-08-cell-03, .line-08-cell-04 {
    display: none;
  }

  .wrap-logo-on-dark {
    padding-top: 80px;
  }

  .logo-webflow-light {
    margin-top: -5px;
  }

  .container {
    max-width: 820px;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .text-align-right.introduction-paragraph-right {
    max-width: 650px;
  }

  .section-about {
    padding-top: 72px;
  }

  .wrap-introduction-title {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .section-the-value {
    padding-top: 80px;
  }

  .wrap-box-the-value {
    padding: 52px;
  }

  .maxw-the-value-01 {
    max-width: 450px;
  }

  .grid-the-value {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .maxw-the-value-02, .maxw-the-value-03, .maxw-the-value-04 {
    max-width: 450px;
  }

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

  .lottie-animation {
    margin-bottom: 32px;
  }

  .line-03-middle {
    grid-template-rows: min-content auto min-content 150px;
    grid-template-columns: 4fr min-content 1fr;
  }

  .line-03-cell-10 {
    display: none;
  }

  .mask-line-03 {
    top: 33px;
    bottom: -210px;
  }

  .line-03-right {
    grid-template-rows: min-content auto min-content;
    grid-template-columns: 5fr min-content 1.2fr;
    bottom: 60px;
  }

  .grid-main {
    grid-column-gap: 80px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-awards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .5fr 1.25fr;
  }

  .grid-awards-inner {
    grid-column-gap: 32px;
  }

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

  .hide-desktop-show-991 {
    display: block;
  }

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

  .margin-bottom-45px {
    margin-bottom: 36px;
  }

  .mask-link-arrows {
    margin-top: 0;
    position: relative;
  }

  .right-arrow {
    left: 54%;
  }

  .slide-testimonial {
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .left-arrow {
    right: 54%;
  }

  .slider {
    max-width: 820px;
  }

  .mask {
    margin-left: -8px;
  }

  .text-testimonial {
    font-size: 17px;
  }

  .section-cta-01 {
    padding-bottom: 56px;
  }

  .text-cta {
    max-width: 550px;
    font-size: 50px;
  }

  .section-testimonials {
    padding-bottom: 260px;
  }

  .section-cta-02 {
    padding-bottom: 150px;
  }

  .mask-line-04a {
    top: -250px;
  }

  .line-04-cell-12, .line-04-cell-01 {
    display: none;
  }

  .line-04a {
    grid-template-rows: min-content 190px min-content min-content 3fr min-content min-content 1fr;
    grid-template-columns: auto min-content 6vw min-content 190px 50vw;
  }

  .line-04-cell-10, .line-04-cell-11 {
    display: none;
  }

  .mask-line-04b {
    justify-content: flex-end;
    align-items: flex-end;
    top: auto;
    bottom: 94px;
  }

  .line-04b {
    grid-template-rows: min-content;
    grid-template-columns: auto 50vw;
    justify-content: stretch;
    height: auto;
  }

  .line-04-cell-13, .line-04-cell-14, .line-04-cell-15, .line-04-cell-16 {
    display: none;
  }

  .mask-line-05a {
    top: -60px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw min-content 100px 50vw;
  }

  .mask-line-05b {
    bottom: 55px;
  }

  .line-05b {
    grid-template-columns: auto min-content 10vw 192px 50vw;
  }

  .mask-line-06 {
    bottom: 133px;
  }

  .line-06 {
    grid-template-columns: auto min-content 370px 50vw;
  }

  .line-07a {
    grid-template-columns: 50vw 150px min-content 6vw auto;
  }

  .line-07-cell-06 {
    display: none;
  }

  .mask-line-07b {
    justify-content: flex-start;
    align-items: flex-end;
    top: auto;
    bottom: 55px;
  }

  .line-07-cell-07 {
    display: none;
  }

  .line-07b {
    grid-template-rows: min-content;
    grid-template-columns: 50vw 411px min-content;
  }

  .line-07-cell-08, .line-07-cell-09 {
    display: none;
  }

  .mask-line-08a {
    bottom: 100px;
  }

  .line-08a {
    grid-template-columns: 50vw 356px min-content auto;
  }

  .line-08-cell-01, .line-08-cell-02, .line-08-cell-03, .line-08-cell-04 {
    display: none;
  }

  .mask-line-08b {
    top: -100px;
    bottom: 133px;
  }

  .line-08b {
    grid-template-columns: 50vw 270px min-content auto;
  }

  .mask-line-09 {
    bottom: 94px;
  }

  .line-09 {
    grid-template-columns: 50vw 370px min-content auto;
  }

  .logo-on-dark {
    font-size: 11.5vw;
  }

  .line-vertical {
    height: 15vw;
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .margin-bottom-cta {
    margin-bottom: 130px;
  }

  .footer-links {
    margin-top: 16px;
  }

  .margin-right-30px {
    margin-right: 24px;
  }

  .logo-footer-light {
    margin-top: -5px;
  }

  .social-link-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    display: none;
  }

  .logo-on-white {
    font-size: 11.5vw;
  }

  .wrap-logo-light {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .social-links-bar {
    display: none;
  }

  .margin-bottom-project-paragraph {
    margin-bottom: 0;
  }

  .margin-bottom-35px {
    margin-bottom: 28px;
  }

  .grid-project-main-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 22px;
  }

  .section-research {
    padding-bottom: 72px;
  }

  .wrap-links-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-content-project {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 70px;
  }

  .margin-vertical-35px {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .button {
    padding-left: 65px;
    padding-right: 65px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .line-01-cell-01 {
    display: none;
  }

  .line-01 {
    grid-template-rows: min-content 10px min-content min-content;
    grid-template-columns: min-content auto min-content;
    margin-left: -30px;
    position: relative;
  }

  .line-01-cell-06 {
    margin-right: -10px;
  }

  .line-01-cell-07, .line-01-cell-08, .line-01-cell-09, .line-01-cell-10 {
    display: none;
  }

  .mask-line-01 {
    top: -110px;
    bottom: auto;
  }

  .line-02 {
    grid-template-columns: 1fr 640px min-content 1fr;
    justify-content: end;
  }

  .line-02-cell-01 {
    display: none;
  }

  .mask-line-02 {
    top: -50px;
    bottom: 33px;
  }

  .cursor-play-reel {
    width: 120px;
    height: 120px;
    top: -60px;
    left: -60px;
  }

  .section-projects-on-projects-page {
    padding-top: 64px;
    padding-bottom: 112px;
  }

  .mask-line-02-projects-page {
    top: -50px;
    bottom: 33px;
  }

  .line-01-projects-page {
    grid-template-rows: min-content 10px min-content min-content;
    grid-template-columns: min-content auto min-content;
    margin-left: -30px;
    position: relative;
  }

  .wrap-project-arrow {
    padding-top: 28px;
  }

  .project-position {
    position: relative;
  }

  .indic-desktop, .indic-1440 {
    display: none;
  }

  .indic-991 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 80px;
  }

  .mask-line-05a-projects-page {
    top: -47px;
  }

  .mask-line-01-projects-page {
    top: -75px;
    bottom: auto;
  }

  .margin-vertical-50px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-medium {
    font-size: 21px;
  }

  .margin-bottom-100px {
    margin-bottom: 80px;
  }

  .margin-bottom-8px {
    margin-bottom: 7px;
  }

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

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

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

  .heading-big {
    font-size: 24px;
  }

  .style-guide {
    padding-top: 80px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 24px;
  }

  .section-footer {
    padding-top: 56px;
  }

  .grid-3-columns {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 80px;
  }

  .wrap-licenses-info {
    margin-top: 48px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-medium-2 {
    font-size: 21px;
  }

  .licenses {
    padding-top: 48px;
  }

  .wrap-version-text {
    padding-bottom: 80px;
  }

  .image-3.hero-image {
    margin-right: 0;
  }

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

  .grid.social-links {
    margin-top: 0;
    margin-bottom: 500px;
    margin-left: -75%;
  }

  .component-tag {
    display: none;
  }

  .sm-icon-link {
    margin-right: 16px;
  }

  .cell {
    padding-right: 20px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .flex-block {
    border-radius: 0;
    min-width: auto;
    max-width: 100%;
    margin-right: 0;
  }

  .container-4 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---bg-split-v4-left {
    max-width: 100%;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .brix---grid-hero-v4 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 100px;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---btn-primary-white, .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-close-icon {
    padding: 18px 24px;
  }

  .top-bar-flex-h-sb {
    flex-direction: column;
  }

  .top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: none;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---display-2 {
    font-size: 34px;
    line-height: 70px;
  }

  .container-default-2 {
    max-width: 500px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    height: 100px;
    font-size: 14px;
    line-height: 32px;
  }

  .dr-jones---text-center-2, .dr-jones---text-center-2.neon-borderr {
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .div-kpi-graphic {
    position: static;
    top: auto;
  }

  .image-10 {
    max-width: 100%;
  }

  .flex-block-4 {
    margin-top: 18px;
  }

  .lottie-animation-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: start stretch;
    max-height: none;
    padding-bottom: 0;
    display: block;
    position: relative;
    bottom: 55px;
  }

  .hero-title {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-5 {
    flex-flow: column;
    width: 100%;
  }

  .contact-btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .jones---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .contact---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .contact---card-form {
    padding: 54px 32px;
  }

  .contact---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-col-title {
    margin-bottom: 24px;
  }

  .social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
    position: sticky;
    top: 0;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-primary-small-2 {
    margin-top: 0;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .header-logo-3 {
    max-width: 232px;
  }

  .hamburger-menu-wrapper-3 {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper-3:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper-3.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-3 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-3.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-hero-buttons {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
  }

  .paragraph-smaller {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .review-box.review-box-large {
    width: auto;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---btn-primary-white-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }
}

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

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .text-size-tiny-caps {
    font-size: 10px;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 550px;
  }

  .line-03-cell-07, .line-03-cell-09 {
    margin-left: 47px;
  }

  .text-position, .text-name {
    font-size: 15px;
  }

  .section-cta {
    padding-bottom: 49px;
  }

  .section-cta-ii {
    padding-bottom: 70px;
  }

  .line-04-cell-01, .line-04-cell-02, .line-04-cell-03 {
    display: none;
  }

  .wrap-logo-on-dark {
    padding-top: 35px;
  }

  .logo-webflow-light {
    margin-top: -6px;
  }

  .container {
    max-width: 660px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .text-size-caps-tiny {
    font-size: 10px;
  }

  .text-align-right.introduction-paragraph-right {
    max-width: 550px;
  }

  .section-about {
    padding-top: 63px;
  }

  .margin-bottom-20px {
    margin-bottom: 14px;
  }

  .margin-bottom-25px {
    margin-bottom: 18px;
  }

  .section-the-value {
    padding-top: 70px;
  }

  .wrap-box-the-value {
    padding: 46px;
  }

  .grid-the-value {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .margin-bottom-15px {
    margin-bottom: 11px;
  }

  .lottie-animation {
    margin-bottom: 28px;
  }

  .line-03-middle {
    grid-template-rows: min-content auto min-content 170px;
  }

  .line-03-cell-07, .line-03-cell-09 {
    margin-left: 47px;
  }

  .mask-line-03 {
    top: 30px;
  }

  .line-03-right {
    top: -59px;
  }

  .grid-main {
    grid-column-gap: 40px;
    grid-row-gap: 28px;
  }

  .grid-awards {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: .25fr .75fr;
  }

  .grid-awards-inner {
    grid-column-gap: 28px;
  }

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

  .margin-bottom-30px {
    margin-bottom: 21px;
  }

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

  .mask-link-arrows {
    margin-top: 0;
  }

  .right-arrow {
    left: 56%;
  }

  .slide-testimonial {
    margin-left: 7px;
    margin-right: 7px;
    padding: 70px 53px;
  }

  .left-arrow {
    right: 56%;
  }

  .slider {
    max-width: 660px;
  }

  .mask {
    margin-left: -7px;
  }

  .text-testimonial {
    font-size: 16px;
  }

  .text-position, .text-name {
    font-size: 15px;
  }

  .section-cta-01 {
    padding-bottom: 49px;
  }

  .text-cta {
    font-size: 45px;
  }

  .section-testimonials {
    padding-bottom: 224px;
  }

  .button-cta {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 10px;
  }

  .section-cta-02 {
    padding-bottom: 70px;
  }

  .mask-line-04a {
    top: -200px;
  }

  .line-04-cell-01, .line-04-cell-02, .line-04-cell-03 {
    display: none;
  }

  .mask-line-04b {
    bottom: 85px;
  }

  .mask-line-05a {
    bottom: 350px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw 100px min-content 50vw;
  }

  .mask-line-05b {
    top: -350px;
    bottom: 49px;
  }

  .mask-line-06 {
    bottom: 121px;
  }

  .mask-line-07b {
    bottom: 49px;
  }

  .line-07-cell-10 {
    display: none;
  }

  .mask-line-08b {
    bottom: 121px;
  }

  .mask-line-09 {
    bottom: 85px;
  }

  .margin-bottom-cta {
    margin-bottom: 100px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    margin-top: 14px;
  }

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

  .margin-right-30px {
    margin-right: 21px;
  }

  .logo-footer-light {
    margin-top: -6px;
  }

  .banner {
    margin-left: 32px;
    margin-right: 32px;
  }

  .margin-bottom-35px {
    margin-bottom: 25px;
  }

  .section-research {
    padding-bottom: 63px;
  }

  .wrap-links-project {
    padding-top: 25px;
  }

  .wrap-content-project {
    padding-top: 25px;
    padding-right: 45px;
  }

  .margin-vertical-35px {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .button {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 10px;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .line-01 {
    grid-template-rows: min-content min-content auto min-content;
    margin-left: -10px;
  }

  .line-01-cell-02, .line-01-cell-03 {
    display: none;
  }

  .line-01-cell-04 {
    margin-left: 0;
  }

  .mask-line-01 {
    top: -15px;
  }

  .line-02 {
    grid-template-columns: 1fr 490px min-content 1fr;
    right: -10px;
  }

  .mask-line-02 {
    top: 0;
    bottom: 30px;
  }

  .cursor-play-reel {
    width: 90px;
    height: 90px;
    top: -45px;
    left: -45px;
  }

  .text-play-reel {
    font-size: 10px;
  }

  .section-projects-on-projects-page {
    padding-top: 56px;
    padding-bottom: 98px;
  }

  .mask-line-02-projects-page {
    top: -35px;
    bottom: 30px;
  }

  .line-01-projects-page {
    grid-template-rows: min-content min-content auto min-content;
    margin-left: -10px;
  }

  .wrap-project-arrow {
    padding-top: 25px;
  }

  .indic-991 {
    display: none;
  }

  .indic-767 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 70px;
  }

  .mask-line-05a-projects-page {
    top: -40px;
    bottom: 350px;
  }

  .mask-line-01-projects-page {
    top: -65px;
  }

  .line-01-cell-04-projects-page {
    margin-left: 0;
  }

  .margin-vertical-50px {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .heading-medium {
    font-size: 20px;
  }

  .margin-bottom-100px {
    margin-bottom: 70px;
  }

  .margin-bottom-8px {
    margin-bottom: 6px;
  }

  .heading-large {
    font-size: 25px;
  }

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

  .heading-big {
    font-size: 23px;
  }

  .style-guide {
    padding-top: 70px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 23px;
  }

  .section-footer {
    padding-top: 49px;
  }

  .grid-3-columns {
    grid-column-gap: 21px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 35px;
  }

  .wrap-licenses-info {
    margin-top: 42px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .font-sample-01 {
    font-size: 77px;
  }

  .heading-medium-2 {
    font-size: 20px;
  }

  .font-sample-02, .font-sample-03 {
    font-size: 77px;
  }

  .licenses {
    padding-top: 42px;
  }

  .wrap-version-text {
    padding-bottom: 70px;
  }

  .image-3 {
    max-width: 700px;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-footer01_social-link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---section-hero-v4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-hero-v4 {
    grid-template-columns: 1fr;
  }

  .brix---floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---mg-top-80px {
    margin-top: 64px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 90px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---hero-v15-grid {
    grid-template-columns: 1fr;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(to bottom, var(--elements-webflow-library--accent--primary-1) 72%, var(--elements-webflow-library--accent--primary-1) 72%, white 72%);
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-close-icon {
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-flex-h-sb {
    flex-direction: column;
  }

  .top-bar-right-col {
    margin-bottom: 12px;
  }

  .icon-small-hover {
    width: 24px;
  }

  .top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .uui-logos04_list {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .contact---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .contact-btn {
    padding: 20px 32px;
  }

  .contact-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-text-area {
    border-radius: 18px;
  }

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

  .contact---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .contact-subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .contact---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .form-important-class {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact---grid-contact-v1 {
    grid-template-columns: 1fr;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

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

  .footer-logo-wrapper {
    width: 239px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---btn-secondary-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .uui-text-size-small-2.hide-mobile-landscape, .hide-mobile-landscape {
    display: none;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .brix---header-big-nav-link, .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .header-logo-3 {
    max-width: 90%;
  }

  .btn-primary-small-3 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-3 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-3 {
    display: block;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---btn-primary-white-2 {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 17px;
  }

  h6, p {
    font-size: 15px;
  }

  img {
    margin-top: 25px;
  }

  .wrap-content-2 {
    width: 100%;
  }

  .mask {
    margin-left: -6px;
    padding-bottom: 60px;
  }

  .text-position, .text-name {
    font-size: 14px;
  }

  .section-cta {
    padding-bottom: 42px;
  }

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

  .wrap-logo-on-dark {
    padding-top: 30px;
  }

  .logo-webflow-light {
    margin-top: -4px;
  }

  .container {
    padding-left: 27px;
    padding-right: 27px;
  }

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

  .text-align-right.introduction-paragraph-right {
    width: 186.35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-about {
    padding-top: 54px;
  }

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

  .margin-bottom-25px {
    margin-bottom: 15px;
  }

  .paragraph-small {
    font-size: 13px;
  }

  .section-the-value {
    padding-top: 60px;
  }

  .wrap-box-the-value {
    padding: 39px;
  }

  .grid-the-value {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .margin-bottom-15px {
    margin-bottom: 9px;
  }

  .lottie-animation {
    width: 90px;
    margin-bottom: 24px;
  }

  .line-03-middle {
    grid-template-columns: minmax(150px, 5fr) min-content 8px;
  }

  .line-03-right {
    grid-template-columns: 5fr min-content 8px;
    bottom: 50px;
  }

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

  .grid-awards {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-awards-inner {
    grid-column-gap: 24px;
  }

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

  .margin-bottom-30px {
    margin-bottom: 18px;
  }

  .margin-bottom-45px {
    margin-bottom: 27px;
  }

  .mask-link-arrows {
    margin-top: 0;
  }

  .wrap-content {
    width: 100%;
  }

  .right-arrow {
    left: 60%;
  }

  .slide-testimonial {
    margin-left: 6px;
    margin-right: 6px;
    padding: 60px 27px;
  }

  .left-arrow {
    right: 60%;
  }

  .mask {
    margin-left: -6px;
  }

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

  .text-position, .text-name {
    font-size: 14px;
  }

  .wrap-photo-name-and-position {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-cta-01 {
    padding-bottom: 42px;
  }

  .text-cta {
    font-size: 35px;
  }

  .flex-social-links {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .section-testimonials {
    padding-bottom: 192px;
  }

  .button-cta {
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .mask-line-04b {
    bottom: 78px;
  }

  .mask-line-05a {
    bottom: 70px;
  }

  .line-05a-right {
    grid-template-columns: auto min-content 10vw min-content 26vw;
  }

  .line-05-cell-06 {
    display: none;
  }

  .mask-line-05b {
    bottom: 41px;
  }

  .mask-line-06 {
    bottom: 114px;
  }

  .mask-line-07a {
    bottom: 120px;
  }

  .line-07a {
    grid-template-rows: min-content auto min-content;
    grid-template-columns: 78vw 20px min-content 6vw auto;
  }

  .mask-line-07b {
    bottom: 41px;
  }

  .mask-line-08b {
    bottom: 114px;
  }

  .mask-line-09 {
    bottom: 78px;
  }

  .margin-bottom-cta {
    margin-bottom: 70px;
  }

  .hide-478 {
    display: none;
  }

  .footer-links {
    margin-top: 12px;
  }

  .margin-right-30px {
    margin-right: 18px;
  }

  .logo-footer-light {
    margin-top: -4px;
  }

  .wrap-social-link {
    width: 100%;
  }

  .banner {
    height: auto;
    margin: auto 27px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-logo-light {
    margin-top: 2vw;
  }

  .margin-bottom-35px {
    margin-bottom: 21px;
  }

  .section-research {
    padding-top: 66px;
    padding-bottom: 54px;
  }

  .wrap-links-project {
    padding-top: 21px;
  }

  .wrap-content-project {
    padding-top: 21px;
    padding-right: 0;
  }

  .wrap-photo-project {
    min-height: 55vw;
  }

  .margin-vertical-35px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .button {
    width: 100%;
    height: auto;
  }

  .margin-bottom-5px {
    margin-bottom: 5px;
  }

  .mask-line-01 {
    top: -55px;
  }

  .line-02 {
    grid-template-columns: auto minmax(165px, 600px) min-content auto;
  }

  .mask-line-02 {
    display: none;
    top: -30px;
    bottom: 23px;
  }

  .cursor-play-reel {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }

  .text-play-reel {
    font-size: 9px;
  }

  .section-projects-on-projects-page {
    margin-top: 48px;
    padding-top: 48px;
    padding-bottom: 84px;
  }

  .mask-line-02-projects-page {
    display: none;
    top: -30px;
    bottom: 23px;
  }

  .wrap-project-arrow {
    padding-top: 21px;
  }

  .indic-767 {
    display: none;
  }

  .indic-478 {
    display: block;
  }

  .testimonials-projects-page {
    padding-top: 60px;
  }

  .mask-line-05a-projects-page {
    bottom: 70px;
  }

  .mask-line-01-projects-page {
    top: -65px;
  }

  .margin-vertical-50px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-medium {
    font-size: 19px;
  }

  .heading-tiny {
    font-size: 15px;
  }

  .margin-bottom-100px {
    margin-bottom: 60px;
  }

  .margin-bottom-8px {
    margin-bottom: 5px;
  }

  .heading-small {
    font-size: 17px;
  }

  .heading-large {
    font-size: 23px;
  }

  .heading-xlarge {
    font-size: 25px;
  }

  .heading-big {
    font-size: 21px;
  }

  .style-guide {
    padding-top: 60px;
  }

  .style-guide-text-sample-dark-bg, .style-guide-text-sample-light-bg {
    font-size: 21px;
  }

  .section-footer {
    padding-top: 42px;
  }

  .grid-3-columns {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-12-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .wrap-logo-dark {
    padding-top: 30px;
  }

  .wrap-licenses-info {
    margin-top: 36px;
    padding-left: 27px;
    padding-right: 27px;
  }

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

  .licenses {
    padding-top: 36px;
  }

  .wrap-version-text {
    padding-bottom: 60px;
  }

  .image-3 {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.social-links {
    grid-auto-flow: row;
  }

  .cell {
    display: flex;
  }

  .block-quote {
    min-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---bg-split-v4-left {
    min-height: 710px;
  }

  .brix---section-hero-v4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---bg-split-v4-right {
    min-height: 33%;
  }

  .brix---floating-image-hero-v2---1 {
    display: none;
  }

  .brix---mg-top-80px {
    margin-top: 56px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---lightbox-video-icon-wrapper {
    max-width: 70px;
  }

  .btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .top-bar-close-icon {
    padding-left: 12px;
    padding-right: 8px;
  }

  .icon-small-hover {
    width: 20px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .contact---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .contact-btn {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .contact-input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .contact-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .contact-subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .contact---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .contact---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .contact---grid-contact-v1 {
    grid-row-gap: 50px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .footer---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-list-item {
    margin-bottom: 8px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    text-align: left;
    width: 100%;
  }

  .brix---btn-secondary-small {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-big-nav-link, .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-logo-3 {
    max-width: 84%;
  }

  .btn-primary-small-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-3, .header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white-2, .brix---btn-secondary-white-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }
}

#w-node-f263e8a8-6c30-8707-7b69-66b5b9d956df-b26fdd3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1fbe7633-b04e-91ea-a863-13d37bde48bc-b26fdd3e {
  align-self: auto;
}

#w-node-_1fbe7633-b04e-91ea-a863-13d37bde48c8-b26fdd3e, #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48d4-b26fdd3e {
  align-self: end;
}

#w-node-_0ef3b035-13b4-66a7-fe5f-2965c2fe2a5e-b26fdd3e {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-b154c484-6742-47e1-43bb-6a22a2d816af-b26fdd3e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b154c484-6742-47e1-43bb-6a22a2d816b2-b26fdd3e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd61-c6a8fd49 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd65-c6a8fd49 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd69-c6a8fd49 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd6d-c6a8fd49 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd71-c6a8fd49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd75-c6a8fd49 {
  justify-self: start;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-b26fdd3f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-b26fdd3f {
  grid-area: 1 / 2 / 2 / 4;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-b26fdd3f {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-b26fdd3f {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-b26fdd3f {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-b26fdd3f {
  grid-area: 4 / 5 / 5 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-b26fdd3f {
  grid-area: 4 / 6 / 5 / 7;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-b26fdd3f {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-b26fdd3f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-b26fdd3f {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-b26fdd3f {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-b26fdd3f {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-b26fdd3f {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-b26fdd3f {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6656-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6670-b26fdd3f, #w-node-_91047c00-2e13-cbe2-9fd1-82b46708fea9-b26fdd3f, #w-node-_17273e74-f112-6223-7477-d91e59b9d0ab-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b668a-b26fdd3f, #w-node-_1e9a4676-2dfe-338c-f8ef-253aad519b4f-b26fdd3f, #w-node-_06961a21-6854-51cb-fedb-581b56470e77-b26fdd3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7020-b26fdd3f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7022-b26fdd3f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7024-b26fdd3f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7026-b26fdd3f {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-b26fdd3f {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-b26fdd3f {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-b26fdd3f {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-b26fdd3f {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-b26fdd3f {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-b26fdd3f {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-b26fdd3f {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-b26fdd3f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-b26fdd3f {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-b26fdd3f {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-b26fdd3f {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-b26fdd3f {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-b26fdd3f {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-b26fdd3f {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7056-b26fdd3f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7058-b26fdd3f {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705a-b26fdd3f {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-b26fdd3f {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705e-b26fdd3f {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-b26fdd3f {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-b26fdd3f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-b26fdd3f {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-b26fdd3f {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-b26fdd3f {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-b26fdd3f {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-b26fdd3f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d0-b26fdd3f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d2-b26fdd3f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d4-b26fdd3f {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d6-b26fdd3f {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-b26fdd3f {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e0-b26fdd3f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e2-b26fdd3f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-b26fdd3f {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ee-b26fdd3f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f0-b26fdd3f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f2-b26fdd3f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f4-b26fdd3f {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f6-b26fdd3f {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7100-b26fdd3f {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7102-b26fdd3f {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7104-b26fdd3f {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-b26fdd3f {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-b26fdd3f {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7110-b26fdd3f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7112-b26fdd3f {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7114-b26fdd3f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe711e-b26fdd3f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7120-b26fdd3f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7122-b26fdd3f {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7124-b26fdd3f {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7126-b26fdd3f {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-b26fdd40 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-b26fdd40 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedd-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabee7-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabef1-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabefb-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf05-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf0f-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf23-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf2d-b26fdd40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf31-b26fdd40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf37-b26fdd40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf3b-b26fdd40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf41-b26fdd40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf45-b26fdd40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4b-b26fdd40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4f-b26fdd40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf55-b26fdd40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf59-b26fdd40 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-b26fdd40 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-b26fdd40 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-b26fdd40 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-b26fdd40 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-b26fdd40 {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-b26fdd40 {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-b26fdd40 {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-b26fdd40 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-b26fdd40 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-b26fdd40 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-b26fdd40 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-b26fdd40 {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-b26fdd40 {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-b26fdd40 {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-b26fdd40 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-b26fdd40 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-b26fdd40 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-b26fdd40 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-b26fdd40 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-b26fdd40 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_03982866-c408-ca87-9f20-dda35f40e719-b26fdd41 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-b26fdd41 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e1-b26fdd41, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e8-b26fdd41, #w-node-_8c7b9bc9-5aa9-8aeb-00e3-35a71cbeaf71-b26fdd41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63af5-0888aed9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63af7-0888aed9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63af9-0888aed9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afb-0888aed9 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afd-0888aed9 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63aff-0888aed9 {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b01-0888aed9 {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: center;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b03-0888aed9 {
  grid-area: 6 / 4 / 7 / 5;
  justify-self: start;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b05-0888aed9 {
  grid-area: 6 / 3 / 7 / 4;
  align-self: end;
}

#w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b07-0888aed9 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-b26fdd3f {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-b26fdd3f {
    grid-column-end: 4;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-b26fdd40 {
    grid-area: 1 / 5 / 2 / 13;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b01-0888aed9 {
    grid-row-end: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48bc-b26fdd3e {
    align-self: end;
  }

  #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48d4-b26fdd3e {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_51dc7b1e-0aa0-7df7-6964-8e9a450faa52-450faa4e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-b26fdd3f {
    grid-column: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-b26fdd3f {
    grid-column: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-b26fdd3f {
    grid-column: 3 / 4;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6647-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b664a-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d2ae2556-5181-54bc-ef09-3a5ea4bee6c1-b26fdd3f, #w-node-d2ae2556-5181-54bc-ef09-3a5ea4bee6c2-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6656-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6661-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6664-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75310b6e-74fe-9a19-5b4f-19a6c4cc6a89-b26fdd3f, #w-node-_75310b6e-74fe-9a19-5b4f-19a6c4cc6a8a-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6670-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-_91047c00-2e13-cbe2-9fd1-82b46708fe9a-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91047c00-2e13-cbe2-9fd1-82b46708fe9d-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f9c53524-4943-aa45-f570-88aeed2eaa3b-b26fdd3f, #w-node-f9c53524-4943-aa45-f570-88aeed2eaa3c-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_91047c00-2e13-cbe2-9fd1-82b46708fea9-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-_17273e74-f112-6223-7477-d91e59b9d09c-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_17273e74-f112-6223-7477-d91e59b9d09f-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70e6269d-8953-8ae2-dc8c-56a6d9fd64d7-b26fdd3f, #w-node-_70e6269d-8953-8ae2-dc8c-56a6d9fd64d8-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_17273e74-f112-6223-7477-d91e59b9d0ab-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b667b-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b667e-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6886e6f-3afc-226d-fdff-773282b9522d-b26fdd3f, #w-node-b6886e6f-3afc-226d-fdff-773282b9522e-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b668a-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-_1e9a4676-2dfe-338c-f8ef-253aad519b40-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1e9a4676-2dfe-338c-f8ef-253aad519b43-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_307c1b42-912e-5883-65ef-bbf359b8e257-b26fdd3f, #w-node-_307c1b42-912e-5883-65ef-bbf359b8e258-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1e9a4676-2dfe-338c-f8ef-253aad519b4f-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-_06961a21-6854-51cb-fedb-581b56470e68-b26fdd3f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06961a21-6854-51cb-fedb-581b56470e6b-b26fdd3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3f541cad-df2d-f95c-5fcb-8b06c6e3b20e-b26fdd3f, #w-node-_3f541cad-df2d-f95c-5fcb-8b06c6e3b20f-b26fdd3f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_06961a21-6854-51cb-fedb-581b56470e77-b26fdd3f {
    grid-column-start: 1;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-b26fdd3f {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-b26fdd3f {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-b26fdd3f {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-b26fdd3f {
    grid-column: 2 / 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-b26fdd3f {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-b26fdd3f {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-b26fdd3f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-b26fdd3f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-b26fdd3f {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-b26fdd40 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-b26fdd40 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-b26fdd40 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-b26fdd40 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-b26fdd40 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-b26fdd40 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-b26fdd40 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-b26fdd40 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-b26fdd40 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-b26fdd40 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-b26fdd40 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-b26fdd40 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-b26fdd40 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-b26fdd40 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-b26fdd40 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-b26fdd40 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-b26fdd40 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-b26fdd40 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-b26fdd40 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-b26fdd40 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-b26fdd40 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-b26fdd40 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_03982866-c408-ca87-9f20-dda35f40e719-b26fdd41 {
    grid-column-end: 9;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-b26fdd41 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e1-b26fdd41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e8-b26fdd41, #w-node-_8c7b9bc9-5aa9-8aeb-00e3-35a71cbeaf71-b26fdd41 {
    justify-self: center;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63af7-0888aed9, #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63af9-0888aed9, #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afb-0888aed9 {
    grid-column: 1 / 2;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afd-0888aed9 {
    grid-column: 2 / 3;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63aff-0888aed9 {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51dc7b1e-0aa0-7df7-6964-8e9a450faa52-450faa4e {
    grid-column: span 2 / span 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-b26fdd3f {
    grid-row: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-b26fdd3f {
    grid-row: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-b26fdd3f {
    grid-row: 3 / 4;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-b26fdd3f, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-b26fdd3f {
    grid-row: 4 / 5;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-b26fdd3f {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-b26fdd3f {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-b26fdd3f {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-b26fdd3f {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-b26fdd3f {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-b26fdd40 {
    grid-column-end: 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-b26fdd40 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-b26fdd40, #w-node-_03982866-c408-ca87-9f20-dda35f40e719-b26fdd41, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-b26fdd41 {
    grid-column-end: 5;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afb-0888aed9, #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63afd-0888aed9 {
    grid-row: 1 / 2;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63aff-0888aed9 {
    grid-row: 2 / 3;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b01-0888aed9 {
    grid-row: 3 / 4;
  }

  #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b03-0888aed9, #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b05-0888aed9, #w-node-_77456f27-c5b5-ce54-55ee-fd5977e63b07-0888aed9 {
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48bc-b26fdd3e, #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48c8-b26fdd3e, #w-node-_1fbe7633-b04e-91ea-a863-13d37bde48d4-b26fdd3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ef3b035-13b4-66a7-fe5f-2965c2fe2a5e-b26fdd3e {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
  }

  #w-node-acd0e264-240f-5939-48b4-18000659024b-b26fdd3e, #w-node-_576833fd-51b5-de9c-8c7b-6172b2a43406-b26fdd3e {
    grid-column: span 2 / span 2;
  }

  #w-node-cb6bdfb5-a1b2-a2c8-c298-a947c6a8fd71-c6a8fd49 {
    grid-column: span 1 / span 1;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-b26fdd3f {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-b26fdd3f, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-b26fdd3f {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-b26fdd3f {
    grid-column: 1 / 4;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-b26fdd40, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-b26fdd40, #w-node-_03982866-c408-ca87-9f20-dda35f40e719-b26fdd41, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-b26fdd41 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans';
  src: url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}