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

:root {
  --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;
  --color-light: #f2f2f2;
  --text-color-dark: #151515;
  --text-color-light: #f2f2f2;
  --line-color-02: #c0282d;
  --color-light-transparent: #f2f2f240;
  --glass: #f2f2f254;
  --none: #fff0;
  --color-dark-transparent-2\<deleted\|variable-15d08eb8-6d5e-b6cc-8c54-1c9cf7e9ceae\>: #1e1d1e26;
  --color-dark: #181d24;
  --color-dark-transparent: #1e1d1e26;
  --line-color-01: #8f8f8f;
  --line-color-04: #fc7a7e;
  --line-color-05: #4d4d4d;
  --line-color-03: #77181b;
  --tester: red;
  --quote-boxes: #60151600;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

.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: space-between;
  align-items: flex-start;
  padding: 65px;
  display: flex;
  position: relative;
}

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

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

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

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

.slide-testimonial {
  background-color: var(--szklo\<deleted\|variable-d5e4697c-636b-fa6c-8ea5-ed40d805ff65\>);
  -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 51% 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: 75px;
  overflow: visible;
}

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

.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 {
  padding-bottom: 320px;
  position: relative;
}

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

.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 14vw min-content 6vw min-content 100px 50vw;
  height: 100%;
  display: grid;
  position: relative;
}

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

.overflow-hidden {
  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-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-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-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-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;
}

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: Satoshi, sans-serif;
  font-size: 41px;
  font-weight: 700;
  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;
}

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

.container {
  background-color: #60151600;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.container.email-form {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.text-size-caps-tiny {
  color: var(--text-color-light);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 180%;
}

.text-size-caps-tiny.text-color-light.text-align-center {
  margin-top: 20px;
  font-size: 19px;
}

.text-size-caps-tiny.text-color-light-transparent {
  color: var(--line-color-02);
}

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

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

.text-align-center.maxw-introduction-title {
  max-width: 940px;
  font-family: Dmsans, sans-serif;
  font-weight: 700;
}

.text-align-center.maxw-introduction-title.normal {
  color: var(--text-color-light);
  max-width: none;
  margin-top: 50px;
  margin-bottom: .9em;
  font-family: DM Sans, sans-serif;
  font-size: 33px;
  font-weight: 200;
  line-height: 127%;
}

.text-align-center.maxw-introduction-title.normal.grs {
  margin: 30px 20px 1em;
  font-size: 25px;
  line-height: 125%;
}

.text-align-center.maxw-introduction-paragraph {
  color: var(--text-color-light);
  letter-spacing: 1px;
  max-width: 680px;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 25px;
  font-weight: 100;
}

.section-about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.slide-in-up-slow {
  margin-bottom: 0;
}

.flex-ver-center-top {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 100%;
  display: flex;
}

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

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

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

.paragraph-small {
  color: var(--text-color-light);
  font-size: 30px;
  font-weight: 700;
}

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

.text-spacing-0em {
  color: var(--text-color-light);
  text-align: center;
  margin: 30px 90px .5em;
  font-size: 41px;
  font-weight: 700;
  line-height: 117%;
}

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

.text-spacing-0em.maxw-the-value-01 {
  font-size: 26px;
  font-weight: 400;
  line-height: 110%;
}

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

.section-the-value.section-dark.z-index-2 {
  padding-top: 60px;
}

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

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

.wrap-box-the-value {
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  outline-offset: 0px;
  background-color: #2a2f38cf;
  border-top: 4px #919191;
  border-radius: 48px;
  outline: 3px #919191;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

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

.grid-the-value {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-bottom: 50px;
  position: relative;
}

.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 {
  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;
  opacity: .49;
  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;
}

.wrap-top-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.grid-main {
  grid-column-gap: 100px;
  grid-row-gap: 47px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-awards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content;
  grid-template-columns: .9fr 1.5fr;
  grid-auto-rows: min-content;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
  position: relative;
}

.grid-awards-inner {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content;
  place-items: end start;
  margin-top: 20px;
}

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

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

.section-awards.section-dark {
  padding-bottom: 100px;
}

.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-top: 40px;
  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 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #2a2f38cf;
  border: 1px #868686;
  border-top: 3px solid #868686;
  border-radius: 56px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  position: relative;
}

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

.slider {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.mask {
  flex: 0 auto;
  width: 80%;
  margin-left: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

.text-testimonial.text-align-center-on-478 {
  color: var(--text-color-light);
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 132%;
}

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

.text-position.text-align-center-on-478 {
  color: var(--text-color-light);
  margin-top: 4px;
}

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

.text-name.text-align-center-on-478 {
  color: var(--text-color-light);
  margin-bottom: 6px;
  font-size: 28px;
}

.slide-nav {
  display: none;
}

.line-light-slider-nav {
  background-color: #f2f2f226;
  width: 1px;
  height: 30px;
  margin-bottom: 0;
  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 {
  padding-bottom: 50px;
  position: relative;
}

.text-cta {
  color: var(--text-color-light);
  text-align: center;
  max-width: 630px;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
}

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

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

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

.section-testimonials {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: auto;
  color: var(--text-color-dark);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-top: 10px;
  padding: 10px 30px 10px 40px;
  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;
}

.section-cta-02 {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  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;
  opacity: .39;
  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;
  opacity: .5;
  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;
  opacity: .37;
  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;
  opacity: .5;
  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;
  opacity: .5;
  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 {
  height: auto;
  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;
  opacity: .5;
  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;
  opacity: .5;
  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;
  opacity: .5;
  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;
  opacity: .5;
  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;
  opacity: .5;
  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;
}

.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: 6vw;
  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: 1vw;
  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\>);
}

.wrap-button-cta.grs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
  display: flex;
}

.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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.arrow-down {
  color: var(--text-color-light);
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  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;
}

.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-right: 8px;
}

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

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

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

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

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

.section-footer-links.section-dark.footer-bg {
  background-color: var(--none);
  border-top: 1px #000;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

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

.link-on-light {
  pointer-events: auto;
  color: var(--text-color-dark);
  align-self: flex-start;
  display: block;
}

.section-header {
  position: relative;
}

.wrap-social-link {
  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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  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(-90deg);
}

.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;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5vw;
  display: flex;
}

.dark-overlay-of-banner-image {
  opacity: .3;
  background-color: #181d24;
  position: absolute;
  inset: 0%;
}

.logo-on-white {
  color: var(--text-color-dark);
  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;
}

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

.wrap-logo-light {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 1vw;
  display: inline-flex;
  position: relative;
}

.social-links-bar {
  flex-flow: column;
  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 {
  position: relative;
}

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

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

.section-projects {
  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: flex;
  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);
}

.text-color-light.text-spacing-0em {
  text-align: left;
  margin-left: 0;
  font-size: 25px;
  line-height: 110%;
  display: block;
}

.text-color-light.text-spacing-0em.testimonials {
  font-size: 40px;
}

.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 min-content auto 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: 86px;
}

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

.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;
  opacity: .4;
  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, .projects-anchor, .value-anchor, .awards-anchor {
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1px;
}

.section-projects-on-projects-page {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

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

.line-01-projects-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .46;
  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;
}

.testimonials-projects-page.section-dark {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
}

.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: Dmsans, 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-light);
  font-size: 32px;
  font-weight: 400;
}

.heading-3 {
  color: var(--text-color-light);
  text-align: center;
  text-shadow: 6px 3px 10px #000;
  margin-top: 20px;
  margin-bottom: 1.2em;
  font-family: Dmsans, sans-serif;
  font-size: 50px;
}

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

.wrap-logo-dark {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  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);
}

.image {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 0;
  padding: 20px 140px 10px;
  display: inline-flex;
}

.bold-text {
  color: var(--line-color-02);
  font-size: 38px;
  font-weight: 500;
  line-height: 127%;
}

.bold-text-2 {
  color: var(--line-color-02);
  font-weight: 500;
}

.tabs-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-left: 0;
  margin-right: 25px;
  line-height: 135%;
  display: inline-flex;
  position: sticky;
  top: 5px;
  left: 10px;
}

.tab-link {
  color: var(--text-color-dark);
  background-color: #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 40px;
  line-height: 135%;
}

.tab-link:active {
  background-color: #ddd;
}

.tab-link.w--current {
  color: var(--text-color-light);
  background-color: #c0282d;
  border-top-left-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 101%;
}

.tab-link.desktop {
  background-color: #9b9b9b00;
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 135%;
  display: flex;
}

.tab-link.desktop.w--current {
  color: var(--text-color-dark);
  background-color: #181d24;
  border: 0 solid #c0282d;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #c2282d;
  border-radius: 0 15px 15px 0;
  width: 250px;
  height: 60px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.tab-link-tab-2, .tab-link-tab-3 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tabs-text {
  color: var(--text-color-light);
  font-size: 13px;
  font-weight: 300;
  line-height: 135%;
}

.tabs-content {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: inline-block;
  position: relative;
  right: 20px;
}

.tabs-content.mobile {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 160%;
  display: inline-flex;
  position: static;
  inset: 0% 20% 0% auto;
}

.text-block {
  color: var(--text-color-light);
  font-size: 13px;
  font-weight: 300;
  line-height: 135%;
}

.tabs__menu {
  margin: -32px -24px;
}

.tabs-link__title {
  align-items: flex-start;
}

.unsplash-badge {
  z-index: 99;
  display: inline-block;
  position: absolute;
  inset: 24px 24px auto auto;
}

.tabs__link-body {
  overflow: hidden;
}

.country {
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.style--mono {
  line-height: 1;
}

.tabs__image {
  border-radius: 4px;
  width: 100%;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
}

.flag {
  width: 20px;
  margin-right: 8px;
}

.tabs__link {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  padding: 24px;
  transition: background-color .2s;
  display: block;
}

.tabs__link.w--current {
  background-color: #ffffff1a;
}

.tabs {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.tabs-2 {
  clear: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 135%;
  display: flex;
}

.tabs-content-2 {
  display: block;
}

.grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr;
  height: auto;
}

.container---logo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  display: flex;
}

.paragraph {
  color: var(--text-color-light);
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 150%;
}

.tabs-content-3 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 50px;
  display: block;
}

.heading-4 {
  color: var(--text-color-light);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 110%;
}

.image-2 {
  vertical-align: baseline;
  width: 60%;
  margin-bottom: 20px;
}

.image-2.grs-logo {
  width: 40%;
}

.container---our-projects {
  color: var(--text-color-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.image-3 {
  width: 50%;
}

.heading-5 {
  color: var(--text-color-light);
  text-shadow: 3px 3px 4px #000;
  background-color: #1a16167d;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 30px;
  line-height: 107%;
}

.heading-5.our-projects {
  margin-top: 60px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-large {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

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

.padding-vertical.padding-xxlarge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
  margin-top: 0;
  padding-top: 0;
}

.logo-slider-img.cbu-su {
  width: 130px;
  padding-top: 0;
}

.container-3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-size: 13px;
  font-weight: 700;
  line-height: 186%;
  display: flex;
}

.navbar {
  background-color: #181d25;
  height: auto;
  margin-bottom: 0;
}

.nav-link {
  color: var(--text-color-light);
  letter-spacing: 2px;
  padding: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 12px;
}

.nav-link.w--current {
  color: var(--line-color-02);
}

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

.paragraph-heading {
  color: var(--text-color-light);
  margin-bottom: 10px;
  font-family: Dmsans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.heading-6 {
  color: var(--text-color-light);
  font-weight: 400;
}

.paragraph-section {
  color: var(--text-color-light);
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 138%;
  display: block;
}

.container-4 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.logoslide1 {
  display: block;
}

.logo_component-slider-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 15px;
  display: flex;
}

.section-text {
  color: var(--text-color-light);
  text-align: center;
  letter-spacing: 1px;
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 100;
  line-height: 125%;
}

.logo_component-slider-3 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
}

.text-block-2 {
  color: var(--text-color-light);
  font-size: 13px;
  font-weight: 300;
  line-height: 135%;
}

.div-block {
  background-color: #78171b;
  border-radius: 5px;
  width: 80%;
  height: 6px;
  margin-top: 90px;
  margin-bottom: 50px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  filter: drop-shadow(0 2px 4px #7e7e7e);
}

.lightbox-link-2 {
  display: none;
}

.image-5 {
  filter: drop-shadow(0 2px 5px #bebebeb3);
}

.image-6 {
  filter: drop-shadow(0 2px 5px #b6b6b6b3);
}

.light-shadow {
  background-color: #a1a1a1;
  border-top: 3px solid #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}

.lightbox-link-3, .lightbox-link-4 {
  background-color: #acacac33;
  border-top: 3px solid #8f8f8f;
  border-radius: 27px;
  padding: 10px;
}

.grid-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-7, .image-8 {
  border-top: 4px #fff;
  border-radius: 15px;
}

.logo_component-slider-third-row {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
}

.paragraph-2 {
  color: var(--text-color-light);
  letter-spacing: 1px;
  font-family: DM Sans, sans-serif;
  font-weight: 200;
}

.image-9 {
  justify-content: center;
  align-items: center;
  margin: 0;
  display: inline-flex;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  background-color: #03040540;
  border-radius: 25px;
  padding: 20px 10px;
}

.image-10 {
  width: 16%;
  margin-bottom: 10px;
}

.columns-2 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.grid-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.code-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: static;
}

.text-block-3 {
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
}

.container-8 {
  background-color: #070f1bb5;
  border-radius: 31px;
  width: 70%;
  max-width: none;
  height: 50px;
  margin-bottom: 80px;
  padding-top: 2px;
  display: block;
}

.container-9 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  margin-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-11 {
  border-top: 4px #b1b1b1;
  border-radius: 25px;
}

.quick-stack {
  z-index: 100;
  padding-top: 20px;
  position: relative;
}

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

.container-10 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.ps {
  color: var(--text-color-light);
  text-align: center;
  width: 75%;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
  line-height: 112%;
}

.container-11 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.background-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  background-color: #00000070;
  border-radius: 40px;
  width: 96%;
  height: 91%;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

.scrolling-logo-outer-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 180%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrolling-logo-container {
  grid-column-gap: 4vw;
  background-color: #0000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 90px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40vw;
  max-height: 20vw;
  display: flex;
  position: static;
}

.scrolling-logo-image {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 3em;
}

.container-12 {
  z-index: 100;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #2a2f38cf;
  border-radius: 30px;
  width: 80%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  position: relative;
}

.quick-stack-2 {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}

.image-12 {
  width: 40%;
  margin-bottom: 20px;
}

.image-13 {
  width: 40%;
}

.container-13 {
  align-items: flex-start;
  display: flex;
}

.paragraph-section-pp {
  color: var(--text-color-light);
  letter-spacing: 1px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 100;
  line-height: 138%;
  display: block;
}

.image-14 {
  width: 40%;
  height: auto;
  margin-top: 20px;
}

.image-15 {
  width: 40%;
}

.savour-logo {
  width: 60%;
  margin-top: 30px;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.container-15 {
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  display: flex;
}

.container-16 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.container-17 {
  justify-content: center;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.image-16 {
  width: 40%;
}

.personalized-inbound {
  width: 75%;
  margin-top: 10px;
}

.navigate-the-process {
  width: 70%;
}

.image-17 {
  filter: drop-shadow(2px 3px #000);
  width: 40%;
}

.container-19 {
  max-width: none;
  margin-bottom: 14px;
  margin-left: 0;
}

.cell {
  padding-top: 0;
}

.placeholdercleartext.clear {
  color: var(--none);
  font-size: 30px;
  line-height: 107%;
}

.cell-2, .cell-3, .cell-4, .cell-5 {
  justify-content: flex-end;
}

.text-block-5 {
  color: var(--text-color-light);
  font-family: DM Sans, sans-serif;
  font-weight: 200;
  line-height: 130%;
}

.text-block-6 {
  color: var(--text-color-light);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 31px;
  font-weight: 200;
  line-height: 120%;
}

.link {
  text-align: center;
  margin-top: 40px;
  margin-left: 70px;
  margin-right: 70px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 110%;
}

.bold-text-3 {
  font-weight: 800;
}

.bold-text-4 {
  color: var(--line-color-02);
}

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

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.bold-text-5 {
  color: var(--line-color-02);
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border-top: 3px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
}

.tab-link-tab-1.w--current {
  background-color: #181d2400;
  border: 0 solid #c2282d;
  border-top-width: 3px;
  border-bottom-style: none;
  border-radius: 10px 10px 0 0;
}

.tab-link-tab-2-2 {
  background-color: #ddd0;
  border-top: 2px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
}

.tab-link-tab-2-2.w--current {
  background-color: #ddd0;
  border: 0 solid #c0282d;
  border-top-width: 3px;
}

.tab-link-tab-3-2 {
  background-color: #ddd0;
  border-top: 3px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
}

.tab-link-tab-3-2.w--current {
  background-color: #ddd0;
  border-top-color: #c0282d;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: var(--text-color-light);
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.tab-pane-tab-3 {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 54px;
    padding-right: 54px;
  }

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

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

  .wrap-box-the-value {
    padding: 78px;
  }

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

  .slide-testimonial {
    margin-left: 12px;
    margin-right: 12px;
    padding: 96px 90px;
  }

  .mask {
    margin-left: -12px;
  }

  .section-cta {
    padding-bottom: 84px;
  }

  .section-testimonials {
    padding-bottom: 384px;
  }

  .section-cta-ii {
    padding-bottom: 120px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.email-form {
    z-index: 10;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .text-align-center.maxw-introduction-title.normal {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    font-size: 35px;
  }

  .text-align-center.maxw-introduction-title.normal.grs {
    z-index: auto;
    margin-top: 20px;
    position: relative;
  }

  .text-align-center.maxw-introduction-paragraph {
    max-width: 690px;
    line-height: 136%;
  }

  .section-about {
    padding-top: 0;
  }

  .slide-in-up-slow {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .flex-ver-center-top {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
  }

  .wrap-introduction-title {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .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 {
    border-top-style: none;
    padding: 30px 40px;
  }

  .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;
    opacity: .5;
    flex: 1;
    grid-template-rows: auto min-content 50px min-content;
    grid-template-columns: min-content auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-top-content {
    margin-bottom: 20px;
  }

  .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 {
    width: 120%;
    margin-left: 0;
    margin-right: 20px;
    padding: 30px 10px 30px 20px;
  }

  .mask {
    width: 160%;
    margin-left: 0;
  }

  .text-testimonial {
    font-size: 19px;
  }

  .text-testimonial.text-align-center-on-478 {
    font-size: 22px;
  }

  .section-cta-01 {
    padding-bottom: 84px;
  }

  .text-button {
    width: 80%;
    font-size: 15px;
    line-height: 141%;
  }

  .section-testimonials {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 150px;
  }

  .button-cta {
    width: 60%;
    max-width: 100%;
    height: auto;
    padding-left: 30px;
  }

  .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 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    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;
  }

  .logo-on-dark {
    z-index: 10;
    width: auto;
    font-size: 5vw;
  }

  .wrap-button-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .wrap-button-cta.grs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
  }

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

  .footer-links {
    margin-top: 24px;
  }

  .footer-link-right {
    font-size: 13px;
  }

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

  .logo-webflow-light {
    margin-top: -3px;
  }

  .banner {
    height: auto;
    margin-left: 54px;
    margin-right: 54px;
  }

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

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

  .section-projects {
    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;
  }

  .mask-line-01 {
    top: -160px;
  }

  .line-02 {
    right: -5px;
  }

  .section-projects-on-projects-page {
    margin-top: 0;
    padding-bottom: 0;
  }

  .mask-line-02-projects-page {
    margin-bottom: 430px;
  }

  .line-01-projects-page {
    right: -5px;
  }

  .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 {
    margin-top: 0;
    top: -200px;
  }

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

  .heading-3 {
    z-index: 10;
    font-size: 60px;
    display: block;
    position: relative;
  }

  .wrap-logo-dark {
    margin-bottom: -10px;
    padding-top: 0;
  }

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

  .tabs-menu {
    width: 20%;
    margin-top: 0;
    margin-bottom: 60px;
    display: inline-block;
  }

  .tab-link {
    width: 250px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0;
  }

  .tab-link.w--current {
    width: 250px;
    height: 60px;
    font-weight: 700;
  }

  .tabs-text {
    font-size: 16px;
  }

  .tabs-content {
    clear: left;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: inline-block;
    right: 0;
  }

  .text-block {
    position: relative;
    top: 0;
  }

  .container---our-projects {
    margin-bottom: 0;
  }

  .heading-5.our-projects {
    margin-top: 70px;
  }

  .nav-link {
    letter-spacing: 2px;
  }

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

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

  .section-text {
    font-size: 26px;
  }

  .light-shadow, .lightbox-link-3, .lightbox-link-4 {
    border-top-style: none;
  }

  .grid-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .image-7, .image-8 {
    border-top-style: none;
  }

  .code-embed {
    order: 0;
    width: 100%;
    position: static;
  }

  .text-block-3, .text-block-4 {
    font-size: 14px;
  }

  .container-9 {
    margin-right: 60px;
    padding-right: 0;
  }

  .quick-stack {
    z-index: 100;
    width: 80%;
    position: relative;
  }

  .container-10 {
    max-width: 65%;
  }

  .ps {
    font-size: 35px;
  }

  .container-12 {
    z-index: 100;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #2a2f38cf;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    max-width: 50%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: relative;
  }

  .image-14 {
    width: 30%;
  }

  .container-14 {
    width: 70%;
  }

  .container-17 {
    width: 70%;
    max-width: none;
  }

  .personalized-inbound {
    width: 70%;
  }

  .navigate-the-process {
    width: 50%;
  }

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

  .container-19 {
    color: var(--text-color-light);
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 14px;
    margin-bottom: 20px;
    display: flex;
  }

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

  .placeholdercleartext {
    font-size: 30px;
  }

  .placeholdercleartext.clear {
    color: var(--none);
  }

  .text-block-5 {
    text-align: center;
    font-size: 20px;
  }

  .container-20 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .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;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  .container {
    max-width: 820px;
    padding-left: 36px;
    padding-right: 36px;
  }

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

  .text-align-center.maxw-introduction-paragraph {
    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-webflow-light {
    margin-top: -5px;
  }

  .social-link-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    margin-left: 36px;
    margin-right: 36px;
  }

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

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .container-3 {
    height: 48px;
  }

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

  .logo_component-slider-2, .logo_component-slider-3 {
    grid-column-gap: 3rem;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button.w--open {
    background-color: #181d25;
  }

  .logo_component-slider-third-row {
    grid-column-gap: 3rem;
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 10vw;
    max-height: 3vw;
  }

  .nav-menu {
    background-color: #181d25;
  }
}

@media screen and (max-width: 767px) {
  .text-size-tiny-caps {
    font-size: 10px;
  }

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

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  .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-center.maxw-introduction-paragraph {
    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-webflow-light {
    margin-top: -6px;
  }

  .banner {
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .section-projects {
    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;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider-2, .logo_component-slider-3, .logo_component-slider-third-row {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 27px;
    padding-right: 27px;
  }

  .section-about {
    padding-top: 54px;
  }

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

  .wrap-box-the-value {
    padding: 39px;
  }

  .grid-the-value {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

  .grid-awards-inner {
    grid-column-gap: 24px;
  }

  .wrap-content-2 {
    width: 100%;
  }

  .slide-testimonial {
    margin-left: 6px;
    margin-right: 6px;
    padding: 60px 27px;
  }

  .mask {
    margin-left: -6px;
    padding-bottom: 60px;
  }

  .text-position, .text-name {
    font-size: 14px;
  }

  .section-cta {
    padding-bottom: 42px;
  }

  .button-cta {
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .wrap-logo-on-dark {
    padding-top: 30px;
  }

  .footer-links {
    margin-top: 12px;
  }

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

  .container {
    max-width: none;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.email-form {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-size-caps-tiny.text-color-light.text-align-center {
    margin-top: 0;
    font-size: 17px;
  }

  .text-align-center.maxw-introduction-title.normal {
    max-width: none;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-align-center.maxw-introduction-title.normal.grs {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 135%;
  }

  .text-align-center.maxw-introduction-paragraph {
    margin: 20px 10px 10px;
    font-size: 18px;
    line-height: 120%;
  }

  .section-about {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .flex-ver-center-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wrap-introduction-title {
    width: 100%;
  }

  .margin-bottom-20px {
    flex-flow: column;
    height: auto;
    margin-bottom: 10px;
    display: flex;
  }

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

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

  .text-spacing-0em {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 115%;
  }

  .section-the-value {
    padding-top: 60px;
  }

  .section-the-value.section-dark.z-index-2 {
    padding-top: 50px;
  }

  .wrap-box-the-value {
    background-color: #2a2f38cf;
    border-radius: 31px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

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

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

  .lottie-animation {
    width: 40%;
    margin-bottom: 0;
  }

  .line-03-middle {
    grid-template-columns: minmax(150px, 5fr) min-content 8px;
  }

  .line-03-right {
    grid-template-columns: 5fr min-content 8px;
    bottom: 50px;
  }

  .wrap-top-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .line-horizontal-light {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .grid-main {
    grid-column-gap: 60px;
    grid-row-gap: 24px;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-awards {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-awards-inner {
    grid-column-gap: 24px;
    grid-row-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 {
    border-radius: 29px;
    width: 110%;
    margin-left: 6px;
    margin-right: 6px;
    padding: 15px;
  }

  .left-arrow {
    right: 60%;
  }

  .slider {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 54%;
    display: flex;
  }

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

  .text-testimonial {
    font-size: 15px;
  }

  .text-testimonial.text-align-center-on-478 {
    font-size: 13px;
    line-height: 120%;
  }

  .text-position {
    font-size: 14px;
  }

  .text-position.text-align-center-on-478 {
    font-size: 13px;
  }

  .text-name {
    font-size: 14px;
  }

  .text-name.text-align-center-on-478 {
    font-size: 20px;
  }

  .wrap-photo-name-and-position {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-cta-01 {
    padding-bottom: 42px;
  }

  .text-cta {
    font-size: 20px;
  }

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

  .section-testimonials {
    padding-bottom: 0;
  }

  .button-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px;
  }

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

  .overflow-hidden {
    height: auto;
  }

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

  .wrap-button-cta, .wrap-button-cta.grs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hide-478 {
    display: none;
  }

  .footer-links {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
  }

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

  .footer-link-right {
    text-align: center;
    display: block;
  }

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

  .logo-webflow-light {
    margin-top: -4px;
  }

  .section-footer-links.section-dark.footer-bg {
    border-top-width: 4px;
    border-top-color: #c2282d;
  }

  .wrap-social-link {
    width: 100%;
  }

  .banner {
    height: 55vw;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-logo-light {
    margin-top: 2vw;
  }

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

  .section-projects {
    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;
  }

  .text-color-light.text-spacing-0em {
    font-size: 23px;
  }

  .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: 0;
    margin-left: 5%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 5px;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 17px;
  }

  .heading-3 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 107%;
  }

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

  .bold-text {
    font-size: 23px;
  }

  .tabs-menu {
    width: 75%;
    margin-left: 25px;
    position: static;
  }

  .tab-link {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 250px;
    height: 50px;
    margin-bottom: 2px;
    display: flex;
  }

  .tab-link.w--current {
    width: 250px;
    height: 50px;
  }

  .tab-link.desktop {
    height: 50px;
    font-size: 15px;
  }

  .tab-link.desktop.w--current {
    border-top-width: 4px;
    border-bottom-width: 4px;
    height: 50px;
    font-size: 15px;
    display: flex;
  }

  .tab-link-tab-3 {
    border-top-right-radius: 15px;
  }

  .tabs-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .tabs-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 25px;
    right: 0;
  }

  .tabs-content.mobile {
    width: 85%;
  }

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

  .tabs-2 {
    display: inline-block;
  }

  .tabs-content-2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .tabs-content-2.mobile {
    margin-left: 25px;
    margin-right: 25px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container---logo {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .tabs-content-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 106%;
  }

  .image-2 {
    width: 90%;
  }

  .container---our-projects {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3 {
    width: 80%;
  }

  .heading-5 {
    margin-top: 27px;
    margin-left: 0;
    margin-right: 0;
    font-size: 27px;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    width: 600%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo-slider-img.cbu-su {
    width: auto;
    height: 60px;
  }

  .container-3 {
    background-color: #181d24;
  }

  .nav-link {
    background-color: #181d24;
    border: .5px solid #3a3a3a;
  }

  .paragraph-heading {
    font-size: 19px;
  }

  .paragraph-section {
    font-size: 15px;
    font-weight: 100;
    line-height: 134%;
  }

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

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: auto;
    overflow: hidden;
  }

  .section-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 140%;
  }

  .logo_component-slider-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    background-color: #181d24;
  }

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

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 100%;
    margin-top: 10px;
  }

  .logo_component-slider-third-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .image-10 {
    justify-content: center;
    align-items: center;
    width: 18%;
    max-width: none;
    margin-top: 0;
    display: inline-flex;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed {
    width: 100%;
  }

  .text-block-4 {
    width: 120%;
    margin-left: 20px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .container-9 {
    margin-left: 0;
    padding-right: 0;
  }

  .image-11 {
    margin-top: 10px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
    margin-left: 10px;
    margin-right: 20px;
    padding: 0;
  }

  .container-10 {
    margin-left: 0%;
  }

  .ps {
    font-size: 19px;
  }

  .background-video {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .scrolling-logo-outer-wrapper {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .scrolling-logo-container {
    height: 50px;
  }

  .scrolling-logo-wrapper {
    width: 60vw;
    max-height: 8vw;
  }

  .container-12 {
    padding-top: 0;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-section-pp {
    font-size: 15px;
    font-weight: 100;
    line-height: 134%;
  }

  .image-17 {
    width: 45%;
    margin-top: 0;
    margin-right: 0;
  }

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

  .text-block-6 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 117%;
  }

  .link {
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
    font-size: 22px;
    line-height: 105%;
  }

  .link-block-2 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .tabs-menu-2 {
    font-size: 10px;
    display: flex;
  }

  .tab-link-tab-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .tab-link-tab-2-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .tab-link-tab-3-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-size: 10px;
  }
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069a-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec938069d-ddd0a3cb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_22d2d2de-0384-663c-4605-438ec938069f-ddd0a3cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a1-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a3-ddd0a3cb {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a5-ddd0a3cb {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806a8-ddd0a3cb {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806aa-ddd0a3cb {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ac-ddd0a3cb {
  grid-area: 4 / 1 / 5 / 2;
  justify-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806ae-ddd0a3cb {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_22d2d2de-0384-663c-4605-438ec93806b5-ddd0a3cb {
  order: 0;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff650-ddd0a3cb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff652-ddd0a3cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff654-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff656-ddd0a3cb {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff658-ddd0a3cb {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff65a-ddd0a3cb {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff65c-ddd0a3cb {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff65e-ddd0a3cb {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff660-ddd0a3cb {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff662-ddd0a3cb {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff664-ddd0a3cb {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff66f-ddd0a3cb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff671-ddd0a3cb {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff673-ddd0a3cb {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff675-ddd0a3cb {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff677-ddd0a3cb {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff679-ddd0a3cb {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff684-ddd0a3cb {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff686-ddd0a3cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff688-ddd0a3cb {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff68a-ddd0a3cb {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff68c-ddd0a3cb {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff68e-ddd0a3cb {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff699-ddd0a3cb {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff69b-ddd0a3cb {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff69d-ddd0a3cb {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff69f-ddd0a3cb {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff6a1-ddd0a3cb {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff6a3-ddd0a3cb {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff700-ddd0a3cb {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff702-ddd0a3cb {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff704-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff706-ddd0a3cb {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff708-ddd0a3cb {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff70a-ddd0a3cb {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff712-ddd0a3cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff714-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff716-ddd0a3cb {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff720-ddd0a3cb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff722-ddd0a3cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff724-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff726-ddd0a3cb {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff728-ddd0a3cb {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff732-ddd0a3cb {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff734-ddd0a3cb {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff736-ddd0a3cb {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff738-ddd0a3cb {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff73a-ddd0a3cb {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff742-ddd0a3cb {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff744-ddd0a3cb {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff746-ddd0a3cb {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff750-ddd0a3cb {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff752-ddd0a3cb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff754-ddd0a3cb {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff756-ddd0a3cb {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-d306ed42-8463-adbf-71d1-c1d99dbff758-ddd0a3cb {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-ddd0a3cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-ddd0a3cc {
  grid-area: 1 / 2 / 2 / 4;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-ddd0a3cc {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-ddd0a3cc {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-ddd0a3cc {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-ddd0a3cc {
  grid-area: 4 / 5 / 5 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-ddd0a3cc {
  grid-area: 4 / 6 / 5 / 7;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-ddd0a3cc {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-ddd0a3cc {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-ddd0a3cc {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-ddd0a3cc {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-ddd0a3cc {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-ddd0a3cc {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-ddd0a3cc {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-ddd0a3cc {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-ddd0a3cc {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-ddd0a3cc {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-ddd0a3cc {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-ddd0a3cc {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-ddd0a3cc {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-ddd0a3cd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedd-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabee7-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabef1-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabefb-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf05-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf0f-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf23-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf2d-ddd0a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf31-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf37-ddd0a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf3b-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf41-ddd0a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf45-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4b-ddd0a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4f-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf55-ddd0a3cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf59-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-ddd0a3cd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-ddd0a3cd {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-ddd0a3cd {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-ddd0a3cd {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-ddd0a3cd {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-ddd0a3cd {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-ddd0a3cd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-ddd0a3cd {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-ddd0a3cd {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-ddd0a3cd {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-ddd0a3cd {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-ddd0a3cd {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-ddd0a3cd {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-ddd0a3cd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-ddd0a3cd {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-ddd0a3cd {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-ddd0a3cd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-ddd0a3cd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_03982866-c408-ca87-9f20-dda35f40e719-ddd0a3ce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-ddd0a3ce {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e1-ddd0a3ce, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e8-ddd0a3ce, #w-node-_8c7b9bc9-5aa9-8aeb-00e3-35a71cbeaf71-ddd0a3ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-9455c459 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-9455c459 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabedd-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabee7-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabef1-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabefb-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf05-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf0f-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf23-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf2d-9455c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf31-9455c459 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf37-9455c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf3b-9455c459 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf41-9455c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf45-9455c459 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4b-9455c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf4f-9455c459 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf55-9455c459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf59-9455c459 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-9455c459 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-9455c459 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-9455c459 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-9455c459 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-9455c459 {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-9455c459 {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-9455c459 {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-9455c459 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-9455c459 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-9455c459 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-9455c459 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-9455c459 {
  grid-area: 4 / 5 / 5 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-9455c459 {
  grid-area: 5 / 5 / 6 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-9455c459 {
  grid-area: 6 / 5 / 7 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-9455c459 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-9455c459 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-9455c459 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-9455c459 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-9455c459 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-9455c459 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-73cfe48c {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-73cfe48c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-73cfe48c {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-73cfe48c {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-73cfe48c {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-73cfe48c {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_562b68e1-5b5f-7c50-a9ab-a6433b72604c-73cfe48c, #w-node-_7be818c5-f753-131c-637f-7e092da72eb5-73cfe48c, #w-node-a1b0daca-102e-12ee-38f8-9207facd1c2b-73cfe48c, #w-node-_5d39978b-d675-367e-4287-a249269ad2d0-73cfe48c {
  order: 0;
}

#w-node-_0f6f664a-523e-9847-da7e-be3b05dde695-73cfe48c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-73cfe48c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-73cfe48c {
  grid-area: 1 / 2 / 2 / 4;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-73cfe48c {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-73cfe48c {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-73cfe48c {
  grid-area: 4 / 4 / 5 / 5;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-73cfe48c {
  grid-area: 4 / 5 / 5 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-73cfe48c {
  grid-area: 4 / 6 / 5 / 7;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-73cfe48c {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-73cfe48c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-73cfe48c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-73cfe48c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-73cfe48c {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-73cfe48c {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-73cfe48c {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-80bfd4f1 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-80bfd4f1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-80bfd4f1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-80bfd4f1 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-80bfd4f1 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-80bfd4f1 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-80bfd4f1 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7020-80bfd4f1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7022-80bfd4f1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7024-80bfd4f1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7026-80bfd4f1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-80bfd4f1 {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-80bfd4f1 {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-80bfd4f1 {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-80bfd4f1 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-80bfd4f1 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-80bfd4f1 {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-80bfd4f1 {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80bfd4f1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80bfd4f1 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80bfd4f1 {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80bfd4f1 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80bfd4f1 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-80bfd4f1 {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-80bfd4f1 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7056-80bfd4f1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7058-80bfd4f1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705a-80bfd4f1 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-80bfd4f1 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705e-80bfd4f1 {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-80bfd4f1 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-80bfd4f1 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-80bfd4f1 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-80bfd4f1 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-80bfd4f1 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-80bfd4f1 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-80bfd4f1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d0-80bfd4f1 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d2-80bfd4f1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d4-80bfd4f1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d6-80bfd4f1 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80bfd4f1 {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e0-80bfd4f1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e2-80bfd4f1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-80bfd4f1 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ee-80bfd4f1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f0-80bfd4f1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f2-80bfd4f1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f4-80bfd4f1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f6-80bfd4f1 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7100-80bfd4f1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7102-80bfd4f1 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7104-80bfd4f1 {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-80bfd4f1 {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-80bfd4f1 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7110-80bfd4f1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7112-80bfd4f1 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7114-80bfd4f1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe711e-80bfd4f1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7120-80bfd4f1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7122-80bfd4f1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7124-80bfd4f1 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7126-80bfd4f1 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-286fbf7b {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-286fbf7b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-286fbf7b {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-286fbf7b {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-286fbf7b {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-286fbf7b {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-286fbf7b {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7020-286fbf7b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7022-286fbf7b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7024-286fbf7b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7026-286fbf7b {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-286fbf7b {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-286fbf7b {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-286fbf7b {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-286fbf7b {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-286fbf7b {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-286fbf7b {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-286fbf7b {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-286fbf7b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-286fbf7b {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-286fbf7b {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-286fbf7b {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-286fbf7b {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-286fbf7b {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-286fbf7b {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-286fbf7b {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-286fbf7b {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-286fbf7b {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-286fbf7b {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-286fbf7b {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-ab3f9593-b745-f2c2-a589-bc82588b01c9-286fbf7b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e0-286fbf7b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e2-286fbf7b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-286fbf7b {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ee-286fbf7b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f0-286fbf7b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f2-286fbf7b {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f4-286fbf7b {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f6-286fbf7b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7110-286fbf7b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7112-286fbf7b {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7114-286fbf7b {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe711e-286fbf7b {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7120-286fbf7b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7122-286fbf7b {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7124-286fbf7b {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7126-286fbf7b {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-_67cd2e04-cbb6-601c-19e6-084f916d381b-286fbf7b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-902e904c {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-902e904c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-902e904c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-902e904c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-902e904c {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-902e904c {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-902e904c {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7020-902e904c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7022-902e904c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7024-902e904c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7026-902e904c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-902e904c {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-902e904c {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-902e904c {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-902e904c {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-902e904c {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-902e904c {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-902e904c {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-902e904c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-902e904c {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-902e904c {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-902e904c {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-902e904c {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-902e904c {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-902e904c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7056-902e904c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7058-902e904c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705a-902e904c {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-902e904c {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705e-902e904c {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-902e904c {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-902e904c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-902e904c {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-902e904c {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-902e904c {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-902e904c {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-902e904c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d0-902e904c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d2-902e904c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d4-902e904c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d6-902e904c {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-902e904c {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e0-902e904c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e2-902e904c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-902e904c {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ee-902e904c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f0-902e904c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f2-902e904c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f4-902e904c {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f6-902e904c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7100-902e904c {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7102-902e904c {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7104-902e904c {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-902e904c {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-902e904c {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7110-902e904c {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7112-902e904c {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7114-902e904c {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe711e-902e904c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7120-902e904c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7122-902e904c {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7124-902e904c {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7126-902e904c {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6630-80b778e1 {
  grid-area: 1 / 5 / 2 / 6;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-80b778e1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6634-80b778e1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6636-80b778e1 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: center;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6638-80b778e1 {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663a-80b778e1 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-c988884a-cf5f-1a98-6b3b-bd8c604b663c-80b778e1 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7020-80b778e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7022-80b778e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7024-80b778e1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7026-80b778e1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-80b778e1 {
  grid-area: 3 / 3 / 4 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-80b778e1 {
  grid-area: 4 / 6 / 5 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-80b778e1 {
  grid-area: 5 / 6 / 6 / 7;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-80b778e1 {
  grid-area: 6 / 6 / 7 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-80b778e1 {
  grid-area: 6 / 5 / 7 / 6;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-80b778e1 {
  grid-area: 7 / 4 / 8 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-80b778e1 {
  grid-area: 8 / 4 / 9 / 5;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80b778e1 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80b778e1 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80b778e1 {
  grid-area: 3 / 4 / 4 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80b778e1 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80b778e1 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7049-80b778e1 {
  grid-area: 5 / 2 / 6 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-80b778e1 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7056-80b778e1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7058-80b778e1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705a-80b778e1 {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-80b778e1 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705e-80b778e1 {
  grid-area: 4 / 5 / 5 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7069-80b778e1 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706b-80b778e1 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706d-80b778e1 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe706f-80b778e1 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7071-80b778e1 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7073-80b778e1 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-80b778e1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d0-80b778e1 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d2-80b778e1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d4-80b778e1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d6-80b778e1 {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80b778e1 {
  grid-area: 4 / 3 / 5 / 7;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e0-80b778e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e2-80b778e1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-80b778e1 {
  grid-area: 2 / 3 / 3 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ee-80b778e1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f0-80b778e1 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f2-80b778e1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f4-80b778e1 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70f6-80b778e1 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7100-80b778e1 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7102-80b778e1 {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7104-80b778e1 {
  grid-area: 3 / 5 / 4 / 6;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-80b778e1 {
  grid-area: 4 / 5 / 5 / 6;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-80b778e1 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7110-80b778e1 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7112-80b778e1 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7114-80b778e1 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe711e-80b778e1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7120-80b778e1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7122-80b778e1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7124-80b778e1 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
}

#w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7126-80b778e1 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff70a-ddd0a3cb {
    grid-column-end: 6;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff716-ddd0a3cb {
    grid-column-end: 4;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-9455c459 {
    grid-area: 1 / 5 / 2 / 13;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80bfd4f1 {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-286fbf7b {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-902e904c {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-902e904c {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80b778e1 {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70e4-80b778e1 {
    grid-column-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_22d2d2de-0384-663c-4605-438ec938069f-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec93806a1-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec93806a3-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec93806a8-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec93806aa-ddd0a3cb, #w-node-_22d2d2de-0384-663c-4605-438ec93806ac-ddd0a3cb {
    grid-column: 2 / 3;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff658-ddd0a3cb {
    grid-column-end: 4;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff65a-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff65c-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff65e-ddd0a3cb {
    grid-column: 4 / 5;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff660-ddd0a3cb {
    grid-column: 1 / 4;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff662-ddd0a3cb {
    grid-column: 2 / 3;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff664-ddd0a3cb {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff684-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff68c-ddd0a3cb {
    grid-column-end: 6;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff70a-ddd0a3cb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff738-ddd0a3cb {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff73a-ddd0a3cb {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-ddd0a3cc {
    grid-column: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-ddd0a3cc {
    grid-column: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-ddd0a3cc {
    grid-column: 3 / 4;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-ddd0a3cd {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-ddd0a3cd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-ddd0a3cd {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-ddd0a3cd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-ddd0a3cd {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-ddd0a3cd {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-ddd0a3cd {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-ddd0a3cd {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-ddd0a3cd {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-ddd0a3cd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-ddd0a3cd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-ddd0a3cd {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-ddd0a3cd {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-ddd0a3cd {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-ddd0a3cd {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-ddd0a3cd {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-ddd0a3cd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-ddd0a3cd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-ddd0a3cd {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-ddd0a3cd {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-ddd0a3cd {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-ddd0a3cd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_03982866-c408-ca87-9f20-dda35f40e719-ddd0a3ce {
    grid-column-end: 9;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-ddd0a3ce {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e1-ddd0a3ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e8-ddd0a3ce, #w-node-_8c7b9bc9-5aa9-8aeb-00e3-35a71cbeaf71-ddd0a3ce {
    justify-self: center;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-9455c459 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-9455c459 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-9455c459 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-9455c459 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-9455c459 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-9455c459 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-9455c459 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-9455c459 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-9455c459 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-9455c459 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-9455c459 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-9455c459 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-9455c459 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-9455c459 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-9455c459 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-9455c459 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-9455c459 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-9455c459 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-9455c459 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-9455c459 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-9455c459 {
    grid-column-end: 9;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-9455c459 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-73cfe48c {
    grid-column: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-73cfe48c {
    grid-column: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-73cfe48c {
    grid-column: 3 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-80bfd4f1 {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-80bfd4f1 {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-80bfd4f1 {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-80bfd4f1 {
    grid-column: 2 / 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-80bfd4f1 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-80bfd4f1 {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80bfd4f1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-80bfd4f1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-80bfd4f1 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-286fbf7b {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-286fbf7b {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-286fbf7b {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-286fbf7b {
    grid-column: 2 / 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-286fbf7b {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-902e904c {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-902e904c {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-902e904c {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-902e904c {
    grid-column: 2 / 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-902e904c {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-902e904c {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-902e904c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-902e904c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-902e904c {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7028-80b778e1 {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702a-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702c-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe702e-80b778e1 {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7030-80b778e1 {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7032-80b778e1 {
    grid-column: 2 / 3;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7034-80b778e1 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7054-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe705c-80b778e1 {
    grid-column-end: 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70d8-80b778e1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7106-80b778e1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7108-80b778e1 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff66f-ddd0a3cb {
    grid-column-end: 5;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff671-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff673-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff675-ddd0a3cb {
    grid-column: 5 / 6;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff677-ddd0a3cb {
    grid-column-end: 5;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff700-ddd0a3cb {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-ddd0a3cc, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-ddd0a3cc {
    grid-row: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-ddd0a3cc {
    grid-row: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-ddd0a3cc {
    grid-row: 3 / 4;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-ddd0a3cc, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-ddd0a3cc, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-ddd0a3cc {
    grid-row: 4 / 5;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-ddd0a3cc {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-ddd0a3cc {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-ddd0a3cc, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-ddd0a3cc, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-ddd0a3cc {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-ddd0a3cc, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-ddd0a3cd {
    grid-column-end: 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-ddd0a3cd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-ddd0a3cd, #w-node-_03982866-c408-ca87-9f20-dda35f40e719-ddd0a3ce, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-ddd0a3ce, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-9455c459 {
    grid-column-end: 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-9455c459 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-9455c459 {
    grid-column-end: 5;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6618-73cfe48c, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661a-73cfe48c {
    grid-row: 1 / 2;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661c-73cfe48c {
    grid-row: 2 / 3;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b661e-73cfe48c {
    grid-row: 3 / 4;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6620-73cfe48c, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6622-73cfe48c, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6624-73cfe48c {
    grid-row: 4 / 5;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-73cfe48c, #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-80bfd4f1 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80bfd4f1 {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80bfd4f1 {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80bfd4f1 {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-80bfd4f1 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-286fbf7b {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-286fbf7b {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-286fbf7b {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-286fbf7b {
    grid-column-end: 5;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-902e904c {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-902e904c {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-902e904c {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-902e904c {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-902e904c {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }

  #w-node-c988884a-cf5f-1a98-6b3b-bd8c604b6632-80b778e1 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: end;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80b778e1 {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80b778e1 {
    grid-column: 5 / 6;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80b778e1 {
    grid-column-end: 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe70ce-80b778e1 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff66f-ddd0a3cb {
    grid-column-end: 4;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff671-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff673-ddd0a3cb, #w-node-d306ed42-8463-adbf-71d1-c1d99dbff675-ddd0a3cb {
    grid-column: 4 / 5;
  }

  #w-node-d306ed42-8463-adbf-71d1-c1d99dbff677-ddd0a3cb {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-ddd0a3cc {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-ddd0a3cc, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-ddd0a3cc, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-ddd0a3cc {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-ddd0a3cc {
    grid-column: 1 / 4;
  }

  #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-ddd0a3cd, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-ddd0a3cd, #w-node-_03982866-c408-ca87-9f20-dda35f40e719-ddd0a3ce, #w-node-ee511ff6-ea95-f053-33fc-9f5f049cc5e0-ddd0a3ce, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabed7-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabedc-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf62-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf6a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf72-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf7a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf82-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf8a-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf92-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabf9d-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfab-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfb5-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfbf-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfc9-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfd3-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfdd-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabfea-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff0-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff3-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccabff9-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac000-9455c459, #w-node-bc6e7172-df7d-555e-97a9-f46ddccac005-9455c459 {
    grid-column-end: 3;
  }

  #w-node-_0f6f664a-523e-9847-da7e-be3b05dde695-73cfe48c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80bfd4f1 {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80bfd4f1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80bfd4f1 {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80bfd4f1 {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-286fbf7b {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-286fbf7b, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-286fbf7b {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-286fbf7b {
    grid-column: 1 / 4;
  }

  #w-node-ab3f9593-b745-f2c2-a589-bc82588b01c9-286fbf7b {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67cd2e04-cbb6-601c-19e6-084f916d381b-286fbf7b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-902e904c {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-902e904c, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-902e904c {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-902e904c {
    grid-column: 1 / 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe703f-80b778e1 {
    grid-column-end: 4;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7041-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7043-80b778e1, #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7045-80b778e1 {
    grid-column: 4 / 5;
  }

  #w-node-b4a0e35f-aa91-034c-3d2c-da9b0afe7047-80b778e1 {
    grid-column: 1 / 4;
  }
}


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