:root {
  --colors--neutral-200: #fafafa;
  --secondary: Geist, sans-serif;
  --primary: Geist, sans-serif;
  --colors--neutral-600: #1e1e1f;
  --colors--neutral-300: #e0e0e0;
  --colors--white: white;
  --colors--black: black;
  --colors--neutral-400: #bfbfbf;
  --colors--neutral-500: #29292b;
  --colors--dark-blue: #010517;
  --colors--teal: #c6e5df;
  --colors--sand: #efe8e3;
  --colors--grey: #ededed;
  --colors--blush: #d5bdbc;
  --colors--blue: #b1c3cd;
  --colors--blond: #f8eacd;
  --font-size--5xl: 3.5rem;
  --font-size--4xl: 3rem;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 1.75rem;
  --colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>: #9ed8f3;
  --font-size--xl: 1.5rem;
  --font-size--large: 1.25rem;
  --font-size--base: 1rem;
  --site-padding--desktop: 2em;
  --site-padding--tablet: 1rem;
  --site-padding--mobile: .8rem;
  --corners--medium: .5rem;
  --frosted-background: #ffffff1c;
  --fluid-font-size--4xl: 3.2vw;
  --fluid-font-size--base: 1.2vw;
  --font-size--xs: .85rem;
  --font-size--7xl: 5rem;
  --font-size--6xl: 4rem;
  --fluid-font-size--6xl: 4.267vw;
  --corners--large: .75rem;
  --font-size--small: .9rem;
  --colors--color: #ff4d00;
  --colors--color-2: #e2906d;
  --corners--small: .25rem;
  --neutral-800: #696969;
  --colors--color-4: #030325;
  --colors--color-3: #00bead;
  --mono: "PT Mono", sans-serif;
  --font-size--8xl: 8.75rem;
  --color: #103129;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--large: 1.6vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--5xl: 3.733vw;
  --fluid-font-size--7xl: 5.333vw;
  --fluid-font-size--8xl: 9.333vw;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--colors--neutral-200);
  font-family: var(--secondary);
  letter-spacing: -.05em;
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  overscroll-behavior: none;
}

h1 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

p {
  line-height: 1.35;
}

a {
  color: var(--colors--neutral-600);
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.info-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.info-page-content.max-width {
  max-width: 70ch;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff2b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-heading-wrapper {
  max-width: 60ch;
  margin-bottom: 5rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swatch {
  border: 1px solid var(--colors--neutral-300);
}

.swatch.white {
  background-color: var(--colors--white);
}

.swatch.black {
  border-color: var(--colors--neutral-300);
  background-color: var(--colors--black);
}

.swatch.neutral-200 {
  background-color: var(--colors--neutral-200);
}

.swatch.neutral-300 {
  background-color: var(--colors--neutral-300);
}

.swatch.neutral-400 {
  background-color: var(--colors--neutral-400);
}

.swatch.neutral-500 {
  background-color: var(--colors--neutral-500);
}

.swatch.neutral-600 {
  background-color: var(--colors--neutral-600);
}

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

.swatch.teal {
  background-color: var(--colors--teal);
}

.swatch.sand {
  background-color: var(--colors--sand);
}

.swatch.grey {
  background-color: var(--colors--grey);
}

.swatch.blush {
  background-color: var(--colors--blush);
}

.swatch.blue {
  background-color: var(--colors--blue);
}

.swatch.blond {
  background-color: var(--colors--blond);
}

.rich-text {
  text-align: justify;
  font-weight: 400;
}

.rich-text h1 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 3rem;
}

.rich-text h2 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  font-weight: 500;
  line-height: 1;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 3px;
  border-left-color: var(--colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>);
}

.rich-text h4 {
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  margin-bottom: 1rem;
}

.rich-text h5 {
  font-family: var(--primary);
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 3rem;
}

.rich-text h6 {
  font-weight: 500;
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  background-color: var(--colors--dark-blue);
  border-radius: 80rem;
  padding: .75em 1.25em;
  transition: opacity .2s;
}

.form-submit-button:hover {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.container {
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.style-guide-label {
  background-color: var(--colors--neutral-300);
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

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

.margin-bottom.medium {
  margin-bottom: 2rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  padding: 2em;
  display: flex;
  position: relative;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: .25rem;
}

.form-input {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1.5px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: var(--colors--neutral-400);
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border-left-style: none;
  border-left-width: 1px;
  margin-bottom: 2rem;
  padding: 1em 0 1.5rem;
}

.form-input:focus {
  color: var(--colors--neutral-600);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-bottom-color: var(--colors--neutral-500);
  color: var(--colors--neutral-600);
}

.form-input::placeholder {
  color: var(--colors--neutral-500);
  -webkit-text-stroke-color: var(--colors--black);
}

.page-wrapper {
  overflow: clip;
}

.section {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.section.hero {
  height: 100svh;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.extra-small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.section.relative {
  padding-top: 4em;
  padding-bottom: 10em;
  position: relative;
}

.section.no-padding-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section.header {
  height: 50svh;
  padding-top: 12em;
  padding-bottom: 1.5em;
  position: relative;
}

.section.about {
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.grey {
  background-color: var(--colors--grey);
}

.section.values {
  background-color: var(--colors--grey);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.artcile-intro {
  padding-top: 12em;
  padding-bottom: 0;
}

.section.contact {
  padding-top: 4em;
  padding-bottom: 5em;
}

.section.team-header {
  padding-top: 12em;
  padding-bottom: 5em;
}

.section.practical-info {
  padding-top: 4em;
  padding-bottom: 5em;
}

.color-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-heading {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.035em;
}

.display-xs {
  font-weight: 500;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  overflow: visible;
}

._50-ch-max {
  max-width: 50ch;
}

.block-quote {
  border-left-width: 2px;
}

.display-8xl {
  font-size: var(--font-size--7xl);
  letter-spacing: -.05em;
  line-height: .9;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: var(--colors--grey);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: opacity .3s;
}

.display-xl {
  font-weight: 500;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-top: 2rem;
}

.form-block {
  width: 100%;
}

.form-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.margin-top.large {
  margin-top: 4rem;
}

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
}

.font-link {
  text-decoration: underline;
}

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

.hero-top {
  width: 100%;
}

.hero-headline-text {
  max-width: 65ch;
}

.hero-bottom {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-content {
  color: var(--colors--white);
  border-radius: .375rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid.hero {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}

._12-column-grid.center-align {
  place-items: center stretch;
}

.hero-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image-overlay {
  -webkit-text-fill-color: inherit;
  background-color: #00000040;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-6xl {
  font-weight: 500;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
}

.button {
  color: #000;
  white-space: nowrap;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  transition: all .9s cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
}

.button-content-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--colors--dark-blue);
  color: #fff;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25em .25em .25em 1em;
  display: flex;
}

.button-content-wrap.secondary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff3d;
  padding-right: .25em;
}

.button-arrow-wrap {
  background-color: var(--colors--blue);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
}

.button-icon {
  color: var(--colors--black);
  width: 1.25em;
  height: 1.25em;
}

.hero-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--corners--large);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 30ch;
  min-height: 10em;
  padding: 1em;
  display: grid;
  position: relative;
}

.hero-cards-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: grid;
  position: static;
}

.button-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-right: 1em;
  display: flex;
}

.dot {
  background-color: var(--colors--white);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.dot._1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.dot._2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.dot._3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.dot._4 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.dots-wrap {
  z-index: -1;
  position: absolute;
  inset: .5em;
}

.preloader {
  z-index: 999;
  background-color: var(--colors--neutral-200);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav-content {
  z-index: 888;
  background-color: var(--colors--dark-blue);
  color: var(--colors--white);
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: 100dvh;
  padding: 3em 1.5em 1.5em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-logo {
  aspect-ratio: auto;
  object-fit: fill;
  width: 50%;
  margin-left: 20px;
  overflow: clip;
}

.nav-link {
  color: var(--colors--white);
  text-align: left;
  line-height: 1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.nav-link:hover {
  color: var(--colors--neutral-400);
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.bottom-line {
  background-color: var(--colors--white);
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.top-line {
  background-color: var(--colors--white);
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.nav-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
  position: absolute;
  inset: auto auto 1em 1em;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000036;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.social-icon-link {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link:hover {
  opacity: .7;
}

.social-icon-link.black {
  color: var(--colors--black);
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--white);
  text-align: left;
  margin-bottom: .1em;
  padding-bottom: .25rem;
}

.nav-link-wrapper._1 {
  padding-bottom: .25em;
  display: flex;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link-item {
  overflow: hidden;
}

.hero-icons-wrap {
  flex-flow: column;
  display: flex;
}

.logo-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 12vw;
  display: flex;
}

.featured-wrap {
  width: 100%;
}

.logos-list {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 0;
  margin-right: 0;
  display: grid;
}

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

.featured-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrapper {
  display: flex;
}

.gradient-block {
  background-image: linear-gradient(90deg, var(--colors--neutral-200), #fff0 50%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-block.right {
  background-image: linear-gradient(270deg, var(--colors--neutral-200), #fff0 55%);
  inset: 0% 0% 0% auto;
}

.logos-overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  position: static;
  top: 25rem;
  overflow: hidden;
}

.intro-text-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 50ch;
  display: flex;
}

.display-3xl {
  font-weight: 500;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.label-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  font-weight: 500;
  display: flex;
}

.label-dot {
  background-color: var(--colors--color);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.heading-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.leading-wide {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.platform-card {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: 6 / 7;
  border-radius: var(--corners--large);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .45s cubic-bezier(.023, .802, .281, 1.001);
  display: flex;
  position: relative;
}

.platform-card:hover {
  background-color: #fff3;
}

.platforms-wrap {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.platforms-right {
  width: 60%;
}

.display-large {
  text-align: left;
  font-weight: 500;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.background-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.platforms-content-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.background-image-wrapper {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.platforms-left {
  width: 40%;
}

.platform-label {
  border-radius: var(--corners--small);
  background-color: var(--colors--white);
  color: var(--colors--neutral-600);
  padding: .5em;
}

.platform-info-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platform-logo {
  width: 4em;
}

.divider {
  background-color: #e0e0e0ba;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
}

.platform-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.platform-bottom {
  margin-bottom: 1.5em;
}

.tabs-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

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

.tabs-body {
  overflow: hidden;
}

.tabs-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

.tabls-link-wrap {
  color: var(--colors--neutral-400);
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  max-width: 40ch;
  padding: .5em 0;
  display: block;
}

.tabls-link-wrap.w--current {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 2px solid var(--colors--blue);
  color: var(--colors--black);
  background-color: #fff0;
  flex-flow: column;
  max-width: 40ch;
  padding: .5em 0;
  display: flex;
}

.tabs-content-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.content-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.content-wrap.small {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.display-4xl {
  box-sizing: border-box;
  font-size: var(--font-size--3xl);
  text-align: left;
  letter-spacing: -.05em;
  font-weight: 500;
}

.right-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 3em;
  padding-right: 3em;
  display: flex;
}

.right-block {
  aspect-ratio: 1;
  background-color: var(--colors--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-block {
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
}

._50-50-block {
  display: flex;
}

.image-wrapper-content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60dvh;
  display: flex;
  position: relative;
}

.image-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.footer-link {
  color: var(--colors--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--neutral-400);
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: var(--colors--white);
  line-height: 1;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

.social-icons-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
}

.button-hover-line {
  background-color: var(--colors--teal);
  color: var(--colors--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-list-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  color: var(--colors--teal);
  padding-top: 3em;
  padding-bottom: 1rem;
  position: relative;
}

.footer-icon {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-icon:hover {
  opacity: .7;
}

.footer-list-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start;
  display: grid;
}

.footer-logo {
  width: 10em;
  max-width: 100%;
}

.footer-block {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
  overflow: hidden;
}

.footer-details-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  flex: 0 auto;
  display: flex;
}

.footer-detail {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--colors--white);
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.testimonial-icon {
  filter: invert();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--colors--white);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.client-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-mask {
  padding-bottom: 4em;
  overflow: clip;
}

.clip {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow-left {
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow-right {
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25em;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-icon-wrapper {
  position: absolute;
  overflow: hidden;
}

.testimonial-icon-wrapper._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -1rem 0% auto;
}

.testimonial-component {
  color: var(--colors--white);
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  height: auto;
  padding-bottom: 1.5rem;
}

.testimonial-text-wrapper {
  -webkit-text-stroke-color: var(--neutral-800);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pagination {
  height: auto;
  margin-bottom: -8em;
  padding-top: 0;
  font-size: 6px;
  inset: auto auto 0% 0%;
}

.testimonial-slide {
  margin-right: 1.5rem;
  overflow: visible;
}

.let-s-chat {
  color: var(--colors--blue);
  -webkit-text-stroke-color: var(--colors--blue);
  text-decoration: underline;
}

.image-wrap {
  z-index: 2;
  box-sizing: border-box;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 80dvh;
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-revealer {
  z-index: 2;
  background-color: var(--colors--neutral-200);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

._60-ch-max {
  max-width: 60ch;
}

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

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

.insights-image-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.insights-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blog-details {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  justify-content: space-between;
  display: flex;
}

.blog-details.white {
  color: var(--colors--white);
}

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

.insights-link-block {
  width: 100%;
}

.nav-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav-block.right {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-end;
  align-items: stretch;
}

.nav-content-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-article {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 18em;
  display: flex;
}

.get-started-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.platforms-sticky {
  position: sticky;
  top: 5em;
}

.team-image {
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-image-wrap {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}

.team-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-content {
  z-index: 1;
  border-radius: var(--corners--small);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  background-color: #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: 6em;
  padding: 1.5em;
  display: flex;
  position: absolute;
  bottom: 1em;
}

.team-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.team-card-wrap {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.footer-grid {
  z-index: -1;
  background-color: var(--colors--color-4);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-content {
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  color: var(--colors--white);
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.platform-wrap {
  color: var(--colors--white);
  justify-content: flex-start;
  align-items: center;
  height: 80svh;
  display: flex;
  position: relative;
}

.platform-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.platform-content {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 8em;
  display: flex;
  position: absolute;
}

.platform-overview {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.platform-title {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.platform-link {
  width: 100%;
}

.custom-padding-left {
  padding-left: 1.5em;
}

.marquee-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 550vw;
  margin-bottom: 10rem;
  display: flex;
}

.marquee-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.platform-icon {
  width: 1.25em;
  height: 1.25em;
}

.label-dot-2 {
  background-color: var(--colors--color);
  border-radius: 100%;
  width: .4em;
  height: .4em;
}

.about-header {
  height: 100%;
  display: flex;
}

.about-right {
  width: 50%;
  height: 100%;
}

.about-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3em;
  display: flex;
}

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

.about-left-content-wrap {
  max-width: 40ch;
}

.values-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-image-wrap {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.values-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 30em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.values-top {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
  position: relative;
}

.values-content-wrap {
  z-index: 2;
  border-radius: var(--corners--small);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  min-height: 8em;
  padding: 2em;
  display: flex;
  position: relative;
}

.platform-icon-wrap {
  width: 12em;
}

.body-copy-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.stats-content {
  z-index: 1;
  color: var(--colors--white);
  position: relative;
}

.stats-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 16em;
  display: flex;
  position: relative;
}

.stats-grid {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-row {
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-wrap {
  margin-bottom: 0;
}

.accordion-divider {
  border-top: 1.5px solid #bfbfbf;
  height: 0;
}

.accordion-icon-stripe-2 {
  background-color: #1a0f3a;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.accordion-icon-stripe-1 {
  background-color: #1a0f3a;
  width: 1.5px;
  height: 100%;
}

.pre-footer-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._30-ch-max {
  max-width: 30ch;
}

.overview-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

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

.product-image-wrap-v2 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.product-info {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.product-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.product-info-row {
  display: flex;
}

.product-left {
  width: 50%;
}

.product-title {
  max-width: 30ch;
  display: flex;
  position: sticky;
  top: 5em;
}

.product-info-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.product-info-text-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.proudct-info-image-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.articles-details-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.articles-content-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-author-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 5em;
}

.author-image-wrapper {
  margin-right: 1rem;
}

.author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.author-header {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.articles-name {
  font-family: var(--secondary);
  font-weight: 500;
}

.article-content-wrap {
  width: 100%;
  max-width: 60ch;
}

.product-link-block, .collection-list-wrapper {
  width: 100%;
}

.collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.full-width-list-wrapper {
  cursor: pointer;
  width: 100%;
}

.full-wiidth-list, .full-width-product-item {
  width: 100%;
}

.value-icon {
  height: 5em;
}

.news-post-left {
  position: sticky;
  top: 5em;
}

.news-post-grid {
  grid-column-gap: .75em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-wrap {
  z-index: 1;
  color: var(--colors--white);
  position: relative;
}

.stats-top {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.stats-bottom {
  min-height: 4em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.team-wrap-left {
  padding-left: var(--site-padding--desktop);
  display: flex;
  position: sticky;
  top: 5em;
}

.team-wrap-right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.collection-item {
  width: 100%;
}

.nav-news-collection {
  color: var(--colors--white);
  width: 100%;
}

.nav-news-collection-item {
  width: 100%;
}

.industries-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 500;
  display: grid;
}

.view-more {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--colors--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.view-icon-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--colors--neutral-400);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  display: flex;
  position: static;
  overflow: hidden;
}

.view-icon {
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.team-link-block {
  width: 100%;
}

.icon-content-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-small {
  width: 1em;
}

.contact-details {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.detail-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.email-link {
  text-decoration: none;
}

.email-link:hover {
  color: #69696b;
}

.contact-content-wrap {
  z-index: 2;
  border-radius: var(--corners--medium);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  background-color: #ffffff1c;
  max-width: 40ch;
  padding: 2em;
  position: absolute;
  inset: auto auto 1.5em 1.5em;
}

.platform-name-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._70-ch-max {
  max-width: 70ch;
}

.platforms-icon {
  width: 11em;
  position: static;
}

.product-cta {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-image-wrap {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.faq-image {
  border-radius: var(--corners--small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-sticky {
  position: sticky;
  top: 5em;
}

.team-member-image {
  filter: brightness(75%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-image-wrap {
  aspect-ratio: 4 / 5;
  position: relative;
}

.team-member-info-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin-top: 10em;
  display: flex;
}

.member-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.team-testimonial {
  border-radius: var(--corners--medium);
  background-color: var(--frosted-background);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--colors--white);
  max-width: 35ch;
  padding: 2em;
  position: absolute;
  inset: auto auto 1em 1em;
}

.team-collection-item, .team-collection-wrap {
  width: 100%;
}

.stats-text {
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
}

.utility-light {
  color: var(--colors--white);
}

.image {
  width: 2em;
}

.text-block {
  letter-spacing: 3px;
}

.icon-medium {
  width: 1.25em;
}

.bold-text {
  font-size: var(--font-size--xl);
  text-align: center;
}

.cloneable {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 5.5em !important;
  padding-bottom: 5em !important;
}

.dots-wrap-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.dots-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  pointer-events: none;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.dot-2 {
  will-change: transform, background-color;
  transform-origin: center;
  background-color: #245e51;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: relative;
  transform: translate(0);
}

.osmo-icon__link {
  color: currentColor;
  width: 8em;
  text-decoration: none;
  position: absolute;
}

.osmo-icon-svg {
  width: 8em;
}

.cloneable-2 {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.nav-wrap {
  z-index: 100;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--footer-height);
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
}

.nav-list {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-item {
  justify-content: center;
  align-items: center;
  width: 5em;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item__link {
  z-index: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.image-2 {
  object-fit: contain;
  width: 100%;
}

.nav-item__tooltip {
  z-index: 0;
  opacity: 0;
  white-space: nowrap;
  background-color: #fff;
  border-radius: .25em;
  padding: .4em .5em;
  font-size: 1em;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 0;
  transform: translate(0, -80%);
}

.code-embed {
  text-align: center;
  border-radius: 5%;
  margin-top: 100px;
}

.div-block-2 {
  aspect-ratio: 3 / 2;
  align-self: flex-start;
  width: 40%;
  padding-left: 0;
  display: inline-block;
}

.div-block-3 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-4, .div-block-5 {
  position: relative;
  overflow: hidden;
}

.image-3, .image-4 {
  object-fit: cover;
}

.paragraph {
  font-size: var(--font-size--large);
  text-align: justify;
  width: auto;
  height: auto;
}

.text-block-2, .bold-text-2 {
  font-size: var(--font-size--xl);
}

.component-card-badge-top {
  color: #454e66;
  background-color: #fff;
  border-radius: 32px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1.286em;
}

.mg-bottom-16px {
  margin-bottom: 1rem;
  padding-top: 5rem;
}

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

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

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

.text-50.bold.color-neutral-700 {
  font-size: 15px;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.text-100.bold.color-neutral-800 {
  font-size: 17px;
}

.text-100.medium {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

.card {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b17;
}

.card.component-card {
  border-style: none;
  border-color: #aab1c6;
  padding: 40px;
}

.card.overflow-hidden.border-none {
  border-style: none;
}

.card.pd-32px---24px {
  padding: 32px 24px;
}

.overflow-auto {
  overflow: auto;
}

.data-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid #eff1f6;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 916px;
  padding: 20px 24px;
  display: grid;
}

.data-table-row.table-header {
  z-index: 1;
  grid-column-gap: 0rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  grid-template-columns: 1.2fr 1.57fr;
  place-items: stretch start;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.component-card-badge-top-wrapper {
  background-image: linear-gradient(#3d7fff, #5465ff);
  border-radius: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 7px #14142b0f;
}

.text-101 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

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

.text-102 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.text-102.medium {
  font-weight: 500;
}

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.green {
  color: #14ca74;
  background-color: #def2e6;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
}

.color-badge.red {
  color: #ff5a65;
  background-color: #ffeff0;
}

.mg-right-4px {
  margin-right: 4px;
}

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

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

.flex-horizontal.align-start {
  align-items: flex-start;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.card-icon-square {
  border: 1.5px solid #3d73ff;
  border-radius: 12px;
  max-width: 48px;
  box-shadow: 0 1px 4px #4a3aff42;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}

.width-100 {
  width: 100%;
}

.text-103 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-103.medium {
  font-weight: 500;
}

.color-accent-1 {
  color: #3d73ff;
}

.color-accent-1.hover-opacity-85 {
  transition-property: opacity;
}

.color-accent-1.hover-opacity-85:hover {
  opacity: .85;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #f7f8fc;
  border-radius: 72px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.tab-menu-badge-link {
  color: #828aa3;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 32px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.286em;
  transition: box-shadow .3s, background-color .3s, border-color .3s, color .3s;
}

.tab-menu-badge-link:hover {
  color: #828aa3;
  background-color: #fff;
  border-color: #f7f8fc;
  box-shadow: 0 0 3px #14142b17;
}

.tab-menu-badge-link.w--current {
  color: #454e66;
  background-color: #fff;
  border-color: #eff1f6;
  box-shadow: 0 0 3px #14142b17;
}

.link-icon {
  max-width: 10px;
}

.inner-container._384px {
  max-width: 384px;
}

.inner-container._384px._100-mbl {
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-200 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

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

.pd-26px---24px---40px {
  padding: 26px 24px 40px;
}

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

.text-201 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

.text-201.medium {
  font-weight: 500;
}

.tabs-menu-3 {
  grid-column-gap: 20px;
  background-color: #f7f8fc;
  border-radius: 72px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 6px;
  display: flex;
}

.text-202 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

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

.text-block-6 {
  width: 100%;
  font-size: 20px;
}

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

.bold-text-3 {
  font-size: var(--font-size--4xl);
}

.div-block-7 {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slider {
  width: 110%;
}

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

.features-grid-image._3 {
  background-image: url('../images/Inger-Andersen-1.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.features-grid-image._4 {
  background-image: url('../images/Inger-Andersen-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-grid-image._5 {
  background-image: url('../images/ENB-IISD-Anastasia-Rodopoulou_WUF12---4Nov2024---Photo-4.jpeg');
  background-position: 50%;
  background-size: cover;
}

.features-grid-image._6 {
  background-image: url('../images/Achim-Steiner-UNDP-Administrator---2024-CCICED-Annual-General-Meeting---11Oct2024---Photo.jpg');
  background-position: 50%;
  background-size: cover;
}

.livvic-text {
  color: #fff;
  font-weight: 400;
}

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

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

.light-pink-container {
  background-color: #0000;
  background-image: url('../images/7.Forum-3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding: 64px;
  position: sticky;
  top: 80px;
}

.yellow-container {
  background-color: #0000;
  background-image: url('../images/6.Forum-2.jpg');
  background-size: cover;
  padding: 64px;
  position: sticky;
  top: 80px;
}

.light-purple-container {
  background-color: #0000;
  background-image: url('../images/Summit-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 64px;
  position: sticky;
  top: 80px;
}

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

.paragraph-3, .paragraph-4 {
  color: #fff;
}

.cta-section {
  background-color: #0000;
  padding: 5%;
}

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

.cta-heading {
  font-size: var(--font-size--3xl);
  line-height: var(--font-size--4xl);
  margin-bottom: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}

.bold-text-7 {
  font-weight: 600;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 60px;
  display: flex;
}

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

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

.image-5 {
  width: 10%;
}

.submit-button {
  background-color: #d1d3d4;
  border-radius: 20%;
  width: 20%;
  overflow: clip;
}

.form {
  overflow: visible;
}

.text-field {
  background-color: #0000;
  border-top: 1px #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-right: 1px #0000;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #c9c9c9;
}

.light-purple-container-copy {
  background-color: #0000;
  background-image: url('../images/Declaration-Photos-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 64px;
  position: sticky;
  top: 80px;
}

.light-purple-container-copy-copy {
  background-color: #0000;
  background-image: url('../images/105295-kopya.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 64px;
  position: sticky;
  top: 80px;
}

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

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.details-icon {
  color: #d9e1fa;
  cursor: pointer;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1em;
  transition: color .3s;
}

.dashdark-custom-icon.details-icon:hover {
  color: #6c72ff;
}

.dashdark-custom-icon.icon-size-9px {
  font-size: 9px;
  line-height: 1em;
}

.status-badge {
  grid-column-gap: 2px;
  border: .6px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.status-badge.green {
  color: #14ca74;
  background-color: #05c16833;
  border-color: #05c16833;
}

.status-badge.red {
  color: #ff5a65;
  background-color: #ff5a6533;
  border-color: #ff5a6533;
}

.max-h-16px {
  max-height: 16px;
}

.small-dot {
  background-color: #6c72ff;
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.small-dot._4px {
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
}

.display-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333em;
}

.card-2 {
  background-color: #101935;
  border: .6px solid #343b4f;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.top-details {
  z-index: 1;
  grid-row-gap: 16px;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-small {
  font-size: 10px;
  line-height: 1.4em;
}

.text-203 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-203.medium {
  font-weight: 500;
}

.text-203.medium.mg-top-2px {
  margin-top: 2px;
}

.flex {
  display: flex;
}

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

.flex.align-center.gap-column-6px {
  grid-column-gap: 6px;
}

.title-caps {
  text-transform: uppercase;
  margin-top: 0;
  font-style: normal;
}

.project-collection, .project-list, .project-item-cms {
  width: 100%;
}

.project-text-container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.projects-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-2 {
  color: #fff;
  background-color: #1e4b64;
  border-radius: 200px;
  padding: 12px 32px;
  font-size: 17px;
  font-weight: 400;
  transition: transform .325s cubic-bezier(.175, .885, .32, 1.275), background-position .25s, background-color .45s;
}

.button-2:hover {
  color: #fff;
  background-color: #222;
  transform: scale(1.05);
}

.button-2.with-arrow {
  background-image: url('../images/Arrrow.svg');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 64px;
}

.vertical-line {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.paragraph-holder {
  max-width: 400px;
}

.line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.project-grid-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  padding-top: 1rem;
  padding-bottom: 55rem;
  display: grid;
}

._12-column-grid-copy {
  grid-column-gap: .5em;
  grid-row-gap: 5em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid-copy.hero {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}

._12-column-grid-copy.center-align {
  place-items: center stretch;
}

.code-embed-2 {
  align-self: auto;
  margin-right: 2rem;
}

.bold-text-3-copy {
  font-size: var(--font-size--4xl);
}

.display-4xl-copy {
  box-sizing: border-box;
  font-size: var(--font-size--3xl);
  text-align: center;
  letter-spacing: -.05em;
  font-weight: 500;
}

.logo-hover-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.logo-card {
  justify-content: center;
  align-items: center;
  width: 25rem;
  min-height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-card-logo-outer-wrapper {
  overflow: hidden;
}

.logo-card-logo-inner-wrapper {
  position: relative;
}

.logo-card-logo {
  max-width: 4rem;
}

.logo-card-logo.logo-card-logo-absolute {
  position: absolute;
  inset: 100% 0% 0%;
}

.logo-card-title {
  color: #000;
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.partner-image {
  z-index: 2;
  opacity: 1;
  transition: opacity .5s;
}

.partner-image:hover {
  opacity: 0;
}

.partner-image---absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22 {
  position: relative;
}

.display-large-2 {
  text-align: justify;
  font-weight: 500;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.link-block-23 {
  position: relative;
}

.image-6 {
  width: 80%;
  max-width: none;
}

.link-block-24 {
  position: relative;
}

.div-block---speakers {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block---speakers---list {
  aspect-ratio: 3 / 2;
  align-self: flex-start;
  width: 40%;
  padding-left: 0;
  display: inline-block;
}

.display-xs---speakers {
  font-weight: 500;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  overflow: visible;
}

.background-image-wrapper---speakers {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-image---speakers {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.display-4xl---speakers {
  box-sizing: border-box;
  font-size: var(--font-size--3xl);
  text-align: center;
  letter-spacing: -.05em;
  font-weight: 500;
}

.button-wrap---nevbar {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-right: 1em;
  display: flex;
}

.link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33 {
  position: relative;
}

.paragraph-5, .paragraph-6 {
  text-align: justify;
}

.hero-image-overlay-video {
  -webkit-text-fill-color: inherit;
  background-color: #00000040;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image-wrapper-2 {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-image-2 {
  box-sizing: border-box;
  filter: blur(1px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image-overlay-2 {
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image-overlay-3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000005e;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube {
  margin-top: 60px;
}

.display-4xl---news {
  box-sizing: border-box;
  font-size: var(--font-size--3xl);
  text-align: center;
  letter-spacing: -.05em;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .section {
    position: relative;
  }

  .cursor {
    background-color: var(--colors--grey);
  }

  .hero-image-overlay {
    background-color: #03124996;
  }

  .button-arrow-wrap {
    background-color: var(--colors--grey);
  }

  .nav-logo {
    width: 40%;
  }

  .intro-text-wrap {
    max-width: 60ch;
  }

  .label-dot {
    background-color: var(--colors--color-2);
  }

  .background-image {
    opacity: 1;
    filter: blur(5px);
    mix-blend-mode: luminosity;
  }

  .background-image-wrapper {
    background-image: linear-gradient(#27267980, #27267980);
  }

  .footer-logo {
    width: 8em;
  }

  .let-s-chat {
    color: var(--colors--blue);
    -webkit-text-stroke-color: var(--colors--blue);
  }

  .image-wrap {
    height: 54rem;
    min-height: 38em;
  }

  .footer-grid {
    background-color: var(--colors--color-4);
  }

  .features-grid-image._5 {
    background-image: url('../images/Summit-2.jpg');
  }

  .light-pink-container {
    background-image: url('../images/7.Forum-3.jpg');
  }

  .yellow-container {
    background-image: url('../images/6.Forum-2.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .light-purple-container {
    background-image: url('../images/Summit-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .features-grid {
    flex-flow: column;
    display: flex;
  }

  .projects-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .project-grid-holder {
    padding-left: 4em;
  }

  .paragraph-5, .paragraph-6, .paragraph-7 {
    text-align: justify;
  }

  .hero-image-overlay-video {
    background-color: #0000001a;
  }

  .background-image-wrapper-2 {
    background-image: none;
  }

  .background-image-2 {
    opacity: 1;
    filter: blur(1px);
    mix-blend-mode: luminosity;
  }

  .hero-image-overlay-2, .hero-image-overlay-3 {
    background-color: #00000080;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--5xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--xl);
  }

  .rich-text h6 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .utility-page-content {
    color: var(--colors--white);
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 0;
    position: static;
  }

  .section.hero {
    height: 90svh;
  }

  .section.header {
    position: relative;
  }

  .section.team-header {
    padding-top: 10em;
  }

  .utility-page-heading {
    font-size: var(--font-size--xl);
  }

  .display-xs {
    font-size: var(--font-size--xs);
    margin-top: 0;
    margin-bottom: 0;
  }

  .display-8xl {
    font-size: var(--font-size--7xl);
  }

  .cursor-wrap {
    display: none;
  }

  .display-xl {
    font-size: var(--font-size--xl);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-headline-text {
    font-size: var(--font-size--5xl);
  }

  .hero-bottom {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .hero-content {
    height: 90%;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._12-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 4rem;
    display: grid;
  }

  ._12-column-grid.hero {
    padding-bottom: 0;
  }

  .hero-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 0;
  }

  .display-6xl {
    font-size: var(--font-size--5xl);
    margin-bottom: 2rem;
  }

  .button {
    flex-flow: column;
  }

  .button-content-wrap {
    padding: .25rem .25rem .25rem 1rem;
  }

  .hero-card {
    max-width: 40ch;
    min-height: 8em;
    margin-bottom: 1rem;
  }

  .hero-cards-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .button-wrap {
    padding-bottom: 2rem;
  }

  .container-nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-content {
    width: 70vw;
    padding-right: 1.5em;
    display: none;
  }

  .nav-logo {
    width: 6rem;
  }

  .nav-link {
    font-size: 2rem;
  }

  .hero-icons-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    align-items: flex-end;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .featured-wrap {
    padding-bottom: 0;
  }

  .logos-list {
    grid-column-gap: 1.5rem;
    grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-wrap {
    padding-bottom: 1rem;
  }

  .intro-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    max-width: none;
  }

  .display-3xl {
    font-size: var(--font-size--2xl);
  }

  .display-large {
    font-size: 1.125rem;
  }

  .background-image {
    object-fit: cover;
  }

  .platforms-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .platform-logo {
    width: 3.5rem;
  }

  .tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tabs-image {
    aspect-ratio: 1;
    height: 100%;
  }

  .tabs-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
  }

  .content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .display-4xl {
    font-size: var(--font-size--3xl);
  }

  .right-text-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .footer-button {
    padding-bottom: .5rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-list-wrap {
    padding-left: 0%;
  }

  .footer-list-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: center;
  }

  .footer-logo {
    width: 10em;
    padding-right: 1rem;
  }

  .footer-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-left: 5%;
  }

  .footer-details-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .testimonial-content {
    border-radius: .5rem;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .image-wrap {
    height: 20dvh;
    min-height: 22em;
  }

  .grid-svg {
    width: 100%;
  }

  .blog-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .nav-article {
    width: 14em;
  }

  .header-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .header-content {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .platform-content {
    padding-right: 1.5em;
  }

  .custom-padding-left {
    padding-left: 1rem;
  }

  .marquee-text-wrapper {
    margin-bottom: 6rem;
  }

  .marquee-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .values-card {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .accordion-wrap {
    margin-top: 0;
  }

  .accordion-top-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .product-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .product-info-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .articles-content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    display: block;
  }

  .article-content-wrap {
    max-width: 100%;
    overflow: auto;
  }

  .article-left {
    padding-bottom: 2em;
    display: flex;
  }

  .value-icon {
    height: 4em;
  }

  .news-post-grid {
    grid-row-gap: 4rem;
  }

  .team-wrap-left {
    padding-left: var(--site-padding--tablet);
  }

  .industries-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .email-link:hover {
    color: #161616;
  }

  .platforms-icon {
    width: 8.5em;
  }

  .team-member-image-wrap {
    height: 100%;
  }

  .team-member-info-wrap {
    padding-right: var(--site-padding--tablet);
    margin-bottom: 4em;
  }

  .team-testimonial {
    max-width: 30ch;
  }

  .stats-text {
    font-size: var(--font-size--5xl);
  }

  .nav-list {
    font-size: 1.5vw;
  }

  .div-block-2 {
    width: 50%;
  }

  .flex-vertical.align-center {
    display: block;
    overflow: visible;
  }

  .overflow-visible {
    overflow: auto;
  }

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

  .light-pink-container, .yellow-container, .light-purple-container {
    top: 60px;
  }

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

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

  .light-purple-container-copy, .light-purple-container-copy-copy {
    top: 60px;
  }

  .display-4 {
    font-size: 20px;
  }

  .card-2.top-details {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-8 {
    margin-bottom: 6rem;
  }

  ._12-column-grid-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 4rem;
    display: flex;
  }

  ._12-column-grid-copy.hero {
    flex-flow: row;
    padding-bottom: 0;
  }

  ._12-column-grid-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 4rem;
    display: flex;
  }

  ._12-column-grid-copy.hero {
    padding-bottom: 0;
  }

  .display-4xl-copy {
    font-size: var(--font-size--3xl);
  }

  .logo-card {
    width: 100%;
  }

  .display-large-2 {
    font-size: 1.125rem;
  }

  .div-block---speakers---list {
    width: 50%;
  }

  .display-xs---speakers {
    font-size: var(--font-size--xs);
    margin-top: 0;
    margin-bottom: 0;
  }

  .display-4xl---speakers {
    font-size: var(--font-size--3xl);
  }

  .button-wrap---nevbar {
    padding-bottom: 2rem;
  }

  .background-image-2 {
    object-fit: cover;
  }

  .display-4xl---news {
    font-size: var(--font-size--3xl);
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 4rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .rich-text h6 {
    font-size: var(--font-size--base);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .utility-page-content {
    width: 90%;
  }

  .section {
    padding: 2rem;
  }

  .section.hero {
    height: 200svh;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section.extra-small {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section.no-padding-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .section.header, .section.about {
    height: auto;
  }

  .section.artcile-intro {
    padding-top: 5em;
  }

  .section.contact {
    padding-top: 10em;
  }

  .section.practical-info {
    padding-top: 4em;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
    margin-bottom: 2rem;
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 0;
  }

  .hero-content {
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._12-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    padding-bottom: 1rem;
    display: grid;
  }

  ._12-column-grid.hero {
    grid-row-gap: 1.5rem;
  }

  ._12-column-grid.center-align {
    align-items: start;
  }

  .hero-image-wrapper {
    background-position: 50%;
  }

  .hero-content-wrapper {
    align-items: stretch;
    padding-bottom: 0;
  }

  .display-6xl {
    font-size: var(--font-size--4xl);
  }

  .hero-card {
    height: 100%;
  }

  .hero-cards-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-nav {
    padding: 1rem;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
    text-decoration: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .hero-icons-wrap {
    align-items: flex-end;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .logos-list {
    grid-column-gap: 3rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
    padding-top: 1rem;
  }

  .featured-row {
    margin-left: 15%;
  }

  .intro-text-wrap {
    flex-flow: column;
    max-width: 40ch;
  }

  .display-3xl {
    padding-bottom: 1rem;
  }

  .heading-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 40ch;
  }

  .platforms-right {
    width: 100%;
  }

  .platforms-content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .platforms-left {
    width: 100%;
  }

  .tabs-image {
    aspect-ratio: 3 / 2;
  }

  .content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-wrap.small {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .display-4xl {
    font-size: var(--font-size--2xl);
    text-align: left;
    margin-bottom: 1rem;
  }

  ._50-50-block {
    flex-flow: column;
  }

  .image-wrapper-content {
    min-height: 32rem;
    padding: 0;
  }

  .image-overlay {
    object-fit: fill;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-list-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-list-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    display: flex;
  }

  .footer-block {
    margin-top: 6rem;
    margin-left: 0%;
  }

  .footer-details-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .footer-detail {
    flex-flow: column;
  }

  .testimonial-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .25rem;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pagination {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrap {
    height: auto;
    min-height: 19em;
    padding: 2rem;
  }

  .nav-content-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .platforms-sticky {
    position: static;
  }

  .header-image-wrapper {
    background-position: 50%;
  }

  .header-content {
    padding-right: var(--site-padding--mobile);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .platform-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .marquee-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-header {
    flex-flow: column;
  }

  .about-right {
    aspect-ratio: 1;
    width: 100%;
  }

  .about-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 10em 1.5rem 5em;
  }

  .values-wrap {
    grid-template-columns: 1fr;
  }

  .values-content-wrap {
    max-width: 40ch;
  }

  .accordion-top-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pre-footer-wrapper {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .product-right {
    width: 100%;
  }

  .product-info-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .product-left {
    width: 100%;
  }

  .articles-content-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .article-author-wrap {
    position: static;
  }

  .value-icon {
    height: 5em;
  }

  .news-post-left {
    position: static;
  }

  .news-post-grid {
    grid-template-columns: 1fr;
  }

  .team-wrap-left {
    padding-left: var(--site-padding--mobile);
    position: static;
  }

  .industries-wrap {
    grid-column-gap: 3em;
  }

  .contact-details {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .detail-wrap {
    max-width: 20ch;
  }

  .platforms-icon {
    width: 4em;
    margin-top: 1rem;
    position: static;
  }

  .faq-sticky {
    position: static;
  }

  .team-member-info-wrap {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-top: 0;
  }

  .stats-text {
    font-size: var(--font-size--5xl);
  }

  .dots-container {
    inset: 1em;
  }

  .code-embed {
    margin-top: 0;
  }

  .div-block-2 {
    width: 50%;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2rem;
  }

  .paragraph {
    width: 200%;
    height: 100%;
  }

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .card.component-card {
    padding: 0;
  }

  .data-table-row {
    min-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-icon-square {
    border-radius: 8px;
    max-width: 40px;
  }

  .flex-vertical.align-center {
    display: block;
    overflow: auto;
  }

  .overflow-visible {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    overflow: auto;
  }

  .div-block-6 {
    padding-left: 0;
  }

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

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

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

  .image-5 {
    width: 15%;
  }

  .card-2.top-details {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-caps {
    font-size: 40px;
  }

  .projects-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .project-grid-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-8 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    margin-bottom: 30rem;
    padding-bottom: 0;
  }

  ._12-column-grid-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    padding-bottom: 1rem;
    display: grid;
  }

  ._12-column-grid-copy.hero {
    grid-row-gap: 1.5rem;
  }

  ._12-column-grid-copy.center-align {
    align-items: start;
  }

  .display-4xl-copy {
    font-size: var(--font-size--2xl);
    text-align: center;
    margin-bottom: 1rem;
  }

  .div-block---speakers {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2rem;
  }

  .div-block---speakers---list {
    width: 50%;
  }

  .display-4xl---speakers {
    font-size: var(--font-size--2xl);
    text-align: center;
    margin-bottom: 1rem;
  }

  .hero-image-overlay-2, .hero-image-overlay-3 {
    background-color: #0000008a;
  }

  .display-4xl---news {
    font-size: var(--font-size--2xl);
    text-align: left;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .style-guide-item-wrap {
    padding-bottom: 2rem;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 3rem;
  }

  .rich-text {
    overflow: auto;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    max-width: 95%;
    height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
  }

  .section {
    padding: 1rem 0;
    display: block;
  }

  .section.hero {
    height: 100svh;
    padding-top: 5rem;
    padding-left: .5rem;
    padding-right: 0;
  }

  .section.extra-small {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
  }

  .section.relative {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .section.artcile-intro {
    padding-top: 8em;
    padding-right: 0;
  }

  .section.contact {
    padding-top: 8em;
  }

  .section.practical-info {
    padding-top: 4em;
    padding-bottom: 2em;
  }

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

  .display-xs {
    font-size: var(--font-size--xs);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-headline-text {
    max-width: 25ch;
  }

  .hero-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1rem;
  }

  .hero-content {
    height: 100%;
    padding-bottom: .5em;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  ._12-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
    display: grid;
  }

  ._12-column-grid.hero {
    grid-row-gap: 1.5rem;
    padding-bottom: 1rem;
  }

  ._12-column-grid.center-align {
    grid-row-gap: 3rem;
  }

  .hero-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content-wrapper {
    align-items: stretch;
  }

  .display-6xl {
    font-size: var(--font-size--3xl);
  }

  .button {
    flex: 0 auto;
  }

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

  .button-arrow-wrap {
    border-radius: 70%;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .button-icon {
    width: 1.5em;
    height: 1.5em;
  }

  .hero-card {
    border-radius: var(--font-size--small);
    grid-auto-flow: column;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    min-height: auto;
    padding: 1em;
  }

  .hero-cards-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .button-wrap {
    margin: 0 0 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .dots-wrap {
    border-radius: 10%;
    display: flex;
    inset: .5rem;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-bar {
    z-index: 999;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .hero-icons-wrap {
    flex-flow: row;
    display: none;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .featured-row {
    margin-left: 0%;
  }

  .gradient-block {
    background-image: linear-gradient(90deg, var(--colors--neutral-200), #fff0 60%);
  }

  .gradient-block.right {
    background-image: linear-gradient(270deg, var(--colors--neutral-200), #fff0 60%);
  }

  .text-wrap {
    flex: 0 auto;
    margin-bottom: 1rem;
    display: block;
  }

  .intro-text-wrap {
    flex-flow: column;
  }

  .display-3xl {
    font-size: var(--font-size--xl);
    padding-bottom: 1rem;
  }

  .platform-card {
    max-height: 22rem;
  }

  .platforms-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .platforms-right {
    align-self: auto;
    width: 100%;
  }

  .display-large {
    width: 100%;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .background-image {
    z-index: -1;
    box-sizing: border-box;
    object-fit: cover;
    max-height: none;
    display: block;
    position: static;
    inset: auto;
    overflow: clip;
  }

  .platforms-content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .background-image-wrapper {
    z-index: 0;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    position: absolute;
    overflow: hidden;
  }

  .platforms-left {
    width: 100%;
  }

  .content-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .content-wrap.small {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .display-4xl {
    font-size: var(--font-size--2xl);
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .right-text-wrap {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-left: 0;
  }

  .right-block {
    aspect-ratio: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  ._50-50-block {
    background-color: var(--colors--grey);
  }

  .image-wrapper-content {
    z-index: 0;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .image-overlay {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: clip;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .footer-list-wrap {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .footer-details-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .testimonial-mask {
    width: 100%;
    padding-bottom: 4rem;
  }

  .slider-arrow-left {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .slider-arrow-right {
    margin-left: 3.5rem;
    position: absolute;
  }

  .testimonial-component {
    width: 100%;
    padding-top: 4rem;
  }

  .testimonial-slide {
    width: 100%;
  }

  .image-wrap {
    height: 13rem;
    min-height: auto;
  }

  ._60-ch-max {
    padding-left: 2%;
  }

  .insights-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 3%;
  }

  .blog-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .nav-block, .nav-block.right {
    height: auto;
  }

  .nav-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-article {
    width: 10em;
    display: none;
  }

  .team-image-wrap {
    box-sizing: border-box;
    aspect-ratio: 4 / 6;
    object-fit: contain;
    width: 140%;
  }

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

  .team-content {
    z-index: 0;
    font-size: var(--font-size--xs);
    width: 100%;
    min-height: auto;
    padding: .5em;
    line-height: 1.1;
    bottom: 0;
  }

  .team-info {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    width: 100%;
  }

  .team-card-wrap {
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .header-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .header-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .header-content.insights {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .platform-wrap {
    width: 100%;
    height: 350px;
    min-height: auto;
    display: block;
    overflow: visible;
  }

  .platform-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    line-height: .5;
    font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
    padding-left: .5rem;
    padding-right: 0;
  }

  .platform-overview {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    max-width: 100%;
    line-height: .5;
  }

  .platform-title {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .custom-padding-left {
    padding-left: 1rem;
  }

  .marquee-text-wrapper {
    width: 800vw;
    margin-bottom: 3rem;
  }

  .marquee-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-left {
    padding-bottom: 5em;
  }

  .stats-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-info {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .product-right {
    width: 100%;
  }

  .product-info-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product-left {
    width: 100%;
  }

  .articles-content-wrap {
    width: 130%;
    display: block;
  }

  .article-author-wrap {
    margin-bottom: 2em;
  }

  .article-content-wrap {
    max-width: 77%;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .news-post-left {
    position: static;
  }

  .news-post-grid {
    grid-row-gap: 3rem;
  }

  .team-wrap-right {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    margin-left: 5%;
  }

  .industries-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 4em;
  }

  .view-icon-wrap {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .team-link-block {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .contact-details {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .detail-wrap {
    padding-top: 2em;
  }

  .contact-content-wrap {
    inset: auto 1rem 1rem;
  }

  .platforms-icon {
    width: 7em;
  }

  .faq-sticky {
    position: static;
  }

  .team-testimonial {
    right: 1em;
  }

  .div-block-2 {
    align-self: flex-start;
    width: 80%;
    padding-top: 10%;
    overflow: visible;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 130%;
    margin: 0 0 2rem;
    display: block;
    overflow: auto;
  }

  .paragraph {
    font-size: var(--corners--large);
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    height: 100%;
    margin-bottom: .5rem;
    line-height: 1.3;
    display: block;
  }

  .text-block-2 {
    padding-bottom: .5rem;
    display: flex;
  }

  .bold-text-2 {
    font-size: var(--font-size--small);
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .5rem;
    display: flex;
  }

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

  .grid-1-column {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-auto-columns: 0fr;
    width: 100%;
    height: 100%;
  }

  .card.component-card {
    height: 100%;
    padding: 0;
    overflow: auto;
  }

  .card.overflow-hidden.border-none {
    width: 150%;
  }

  .data-table-row {
    grid-column-gap: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .flex-horizontal.align-start.gap-column-16px {
    grid-column-gap: 12px;
  }

  .tabs-menu-2 {
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .tab-menu-badge-link {
    width: 100%;
  }

  .overflow-visible {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tabs-menu-3 {
    grid-column-gap: 20px;
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .bold-text-3 {
    font-size: var(--font-size--large);
  }

  .paragraph-2 {
    width: 170%;
    overflow: auto;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: var(--font-size--small);
  }

  .text-block-9 {
    padding-bottom: 2rem;
  }

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

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

  .cta-heading {
    font-size: var(--font-size--2xl);
    line-height: var(--font-size--3xl);
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .image-5 {
    width: 30%;
  }

  .tab-pane-day-1 {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .tab-pane-day-2, .tab-pane-tab-3 {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

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

  .display-4 {
    font-size: 18px;
  }

  .title-caps {
    font-size: 30px;
  }

  .project-grid {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    margin-bottom: 12rem;
  }

  ._12-column-grid-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
    display: block;
  }

  ._12-column-grid-copy.hero {
    grid-row-gap: 1.5rem;
    padding-bottom: 1rem;
  }

  ._12-column-grid-copy.center-align {
    grid-row-gap: 3rem;
  }

  .bold-text-3-copy {
    font-size: var(--font-size--2xl);
  }

  .display-4xl-copy {
    font-size: var(--font-size--2xl);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .display-large-2 {
    width: 100%;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .div-block---speakers {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 130%;
    margin: 0 0 2rem;
    display: block;
    overflow: auto;
  }

  .div-block---speakers---list {
    align-self: flex-start;
    width: 80%;
    padding-top: 10%;
    overflow: visible;
  }

  .display-xs---speakers {
    font-size: var(--font-size--xs);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .background-image-wrapper---speakers {
    z-index: 0;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    position: absolute;
    overflow: hidden;
  }

  .display-4xl---speakers {
    font-size: var(--font-size--2xl);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .button-wrap---nevbar {
    margin: 0 0 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .background-image-wrapper-2 {
    z-index: 0;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    position: absolute;
    overflow: hidden;
  }

  .background-image-2 {
    z-index: -1;
    box-sizing: border-box;
    object-fit: cover;
    max-height: none;
    display: block;
    position: static;
    inset: auto;
    overflow: clip;
  }

  .display-4xl---news {
    font-size: var(--font-size--2xl);
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

#w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_68c964ed-05e0-e702-18e0-0637f774e563-f6ccc583 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_77de7556-91a7-fb10-1d28-30e3d7477480-f6ccc583 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_92c675e8-0375-db03-d056-0e2fb8f17731-f6ccc583 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-f5327585-f8f2-28bb-58d4-c66f4bb32f7f-f6ccc583, #w-node-_158ce17c-db94-5149-ed38-e742e05e3079-f6ccc583, #w-node-_92c675e8-0375-db03-d056-0e2fb8f1773a-f6ccc583, #w-node-_6127e625-8b07-4520-8a15-b6189e1230af-f6ccc583, #w-node-_92c675e8-0375-db03-d056-0e2fb8f17738-f6ccc583, #w-node-_5e75c59b-1190-6e4e-6e43-a1e773de384c-f6ccc583, #w-node-_92c675e8-0375-db03-d056-0e2fb8f17736-f6ccc583, #w-node-_92c675e8-0375-db03-d056-0e2fb8f1773c-f6ccc583, #w-node-_79e7e455-8438-e444-4e64-0390ffc03e43-f6ccc583, #w-node-_97d5fc8a-5fc3-fe4b-699f-62a79c9f789d-f6ccc583, #w-node-_35fac710-86d4-c2c3-b33e-79338ecaed68-f6ccc583, #w-node-a8dbf607-5ef7-a1f2-b8b5-e4001d95429a-f6ccc583, #w-node-_4d28c5e3-080a-b356-6dba-dbbb496d81be-f6ccc583, #w-node-_89a1fd45-9f04-2a7b-4423-5dad453a5626-f6ccc583, #w-node-bee1e8b6-94f7-8a42-8aee-5aad3b607d4e-f6ccc583, #w-node-e6e58f4b-0402-314c-e347-a5b792c3743f-f6ccc583, #w-node-_32a41ae9-1318-122f-bdcf-22eea77d2c7a-f6ccc583, #w-node-_0ce5804e-8ada-c2c3-6207-883aff7d40aa-f6ccc583, #w-node-_88010c3b-6772-81f9-d02e-bb1ca9970999-f6ccc583, #w-node-f0e0a181-fd82-8190-53aa-871b2fa0b044-f6ccc583, #w-node-_2de28215-5f8a-df6a-4f7f-af388ab533a3-f6ccc583, #w-node-b8cc8ee6-af06-b4bc-1b90-30fd192dbe56-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6b4-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6b6-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6b8-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6ba-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6bc-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6be-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6c0-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6c2-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6c4-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6c6-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6c8-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6ca-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6cc-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6ce-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6d0-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6d2-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6d4-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6d6-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6d8-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6da-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6dc-f6ccc583, #w-node-b783530f-5ed8-b08d-76fd-2a9969efe6de-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d813202-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d813204-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d813206-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d813208-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d81320a-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d81320c-f6ccc583, #w-node-_7f4e92ac-a890-03f1-d04f-be4e4d81320e-f6ccc583 {
  justify-self: center;
}

#w-node-_37488adb-b38d-5745-15ff-cb1fda6c9db0-f6ccc583 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-cbbf3ed2-04a7-e157-4a26-157d58f35915-f6ccc583, #w-node-cbbf3ed2-04a7-e157-4a26-157d58f35916-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_2649c1de-f396-669f-fc3a-f68c62be0005-f6ccc583 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_2649c1de-f396-669f-fc3a-f68c62be0008-f6ccc583 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_7607bbd1-293f-fbe5-6210-cbb43f59757a-f6ccc583 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-ab955300-c356-69ab-4845-7ce2e76bc6b2-f6ccc583 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-_5e0925c3-558e-4d5b-1881-3d55f00964b4-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-e3284b3d-98f7-f44a-7c30-42b38acf8367-f6ccc583, #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742afe-f6ccc583 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b03-f6ccc583, #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de24e-f6ccc583 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de24f-f6ccc583 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b36cd468-3bf8-e46f-cadc-be97203de271-f6ccc583 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46c90481-acf8-0def-3809-8ee26b56845f-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-c70e7b9c-f0b2-385c-9c0d-91548e39b710-f6ccc583 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d078b045-850a-52b1-40f0-39a063161d52-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-bff7ea00-2fe4-015d-0412-ef14da7c8e93-f6ccc583 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bff7ea00-2fe4-015d-0412-ef14da7c8e98-f6ccc583, #w-node-bff7ea00-2fe4-015d-0412-ef14da7c8e99-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_32da24ff-7aa7-23e7-a186-ae03b548c061-f6ccc583 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_32da24ff-7aa7-23e7-a186-ae03b548c066-f6ccc583, #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-f6ccc583 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-f6ccc583 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd016-f6ccc583, #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d91510c4-f8be-2857-af45-9c18d33c889f-f6ccc583 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-d91510c4-f8be-2857-af45-9c18d33c88a0-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-f2d3edc3-e7c6-8acf-9f49-8e34f37a87ba-f6ccc583, #w-node-_95e7b47b-af90-2657-2b9e-21d775975f52-f6ccc583 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_83f162c2-90b0-07f2-b57e-248bd326878c-f6ccc583 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_83f162c2-90b0-07f2-b57e-248bd326878f-f6ccc583 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_83f162c2-90b0-07f2-b57e-248bd3268794-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd3268796-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd3268798-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd326879a-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd326879c-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd326879e-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687a0-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687a2-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687a5-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687a7-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687a9-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687ab-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687ad-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687af-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687b1-f6ccc583, #w-node-_83f162c2-90b0-07f2-b57e-248bd32687b3-f6ccc583 {
  justify-self: center;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b3-f6ccc583 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b8-f6ccc583, #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b9-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381bb-f6ccc583 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381be-f6ccc583 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-dba16070-8a0a-53a6-38fd-914d511f7e1d-f6ccc583 {
  grid-area: 2 / 4 / 3 / 2;
  justify-self: auto;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381c0-f6ccc583 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381c1-f6ccc583, #w-node-_4f5f166e-2903-b0d2-22a2-98e86d805068-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_0617954b-4241-0a2f-ca40-7ae782a21d10-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d12-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d14-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d16-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d18-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d1a-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d1c-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d1e-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d21-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d23-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d25-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d27-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d29-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d2b-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d2d-f6ccc583, #w-node-_0617954b-4241-0a2f-ca40-7ae782a21d2f-f6ccc583 {
  justify-self: center;
}

#w-node-_041dfeec-2e42-10dc-d59c-68a1324c5eec-f6ccc583 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef1-f6ccc583, #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef2-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef4-f6ccc583 {
  grid-area: 1 / 11 / 2 / 13;
  align-self: center;
}

#w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef5-f6ccc583 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_041dfeec-2e42-10dc-d59c-68a1324c5efc-f6ccc583 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3b-f6ccc583 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3c-f6ccc583, #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3d-f6ccc583 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3f-f6ccc583 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e0-f92d66db {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: start;
}

#w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
  grid-area: 1 / 7 / 2 / 12;
  justify-self: start;
}

#w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f6ccc58a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_24de0819-71cd-4773-b099-def51efd8d2e-f6ccc58a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_27a9c366-3df1-a966-64f7-dd11b0785376-f6ccc58a, #w-node-_27a9c366-3df1-a966-64f7-dd11b0785377-f6ccc58a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a2aedfb7-af91-62d3-251d-557ab75883c9-f6ccc58a {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f83fb8f6-3519-6533-1631-885c38788293-f6ccc58a {
  grid-area: 2 / 4 / 3 / 13;
  justify-self: auto;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19994-f6ccc58a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f6ccc58a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c2287a08-f566-cebb-ab25-280e3de19999-f6ccc58a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_49c4eb33-7c1f-b4f5-4419-f270af053e39-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7d6-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e90151c-8293-445a-786e-2994ac98c7d8-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7e90151c-8293-445a-786e-2994ac98c7e2-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7e4-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7ed-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7ef-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7f8-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c7fa-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c803-f6ccc58a, #w-node-_7e90151c-8293-445a-786e-2994ac98c805-f6ccc58a, #w-node-_7efcfbc8-1472-e584-7aaa-aebb796ecd7a-f6ccc58a, #w-node-_7efcfbc8-1472-e584-7aaa-aebb796ecd7c-f6ccc58a, #w-node-_0f1363ab-00dd-b1bd-7e61-75208b7d4435-f6ccc58a, #w-node-_0f1363ab-00dd-b1bd-7e61-75208b7d4437-f6ccc58a, #w-node-_2c49cb40-853a-77e3-7263-b1273b08136a-f6ccc58a, #w-node-_2c49cb40-853a-77e3-7263-b1273b08136c-f6ccc58a, #w-node-_9db9746d-99ac-7610-2d11-c6daee66ce2a-f6ccc58a, #w-node-_9db9746d-99ac-7610-2d11-c6daee66ce2c-f6ccc58a, #w-node-_3336f7aa-9106-841d-06db-a0dbbd500a77-f6ccc58a, #w-node-_3336f7aa-9106-841d-06db-a0dbbd500a79-f6ccc58a, #w-node-_14e3bc4e-bc39-c4ec-f381-d36e1a27f5e3-f6ccc58a, #w-node-_14e3bc4e-bc39-c4ec-f381-d36e1a27f5e5-f6ccc58a, #w-node-_9e7af767-b79f-5ea7-b174-431d75374ed7-f6ccc58a, #w-node-_9e7af767-b79f-5ea7-b174-431d75374ed9-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e5050fc-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01f4af0b-1e38-a634-eeca-7cf19e5050fe-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_01f4af0b-1e38-a634-eeca-7cf19e505102-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505104-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505107-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505109-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50511b-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50511d-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505127-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505129-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50512c-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50512e-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505132-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505134-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505146-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505148-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50515a-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e50515c-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505160-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505162-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505171-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505173-f6ccc58a, #w-node-_73beff66-f9a6-ea3c-6b5c-39c1368f4d7c-f6ccc58a, #w-node-_73beff66-f9a6-ea3c-6b5c-39c1368f4d7e-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505182-f6ccc58a, #w-node-_01f4af0b-1e38-a634-eeca-7cf19e505184-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6bf8-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52e7d125-4f88-313f-8e36-78fd218d6bfa-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_52e7d125-4f88-313f-8e36-78fd218d6bfe-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c00-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c03-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c05-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c10-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c12-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c20-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c22-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c34-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c36-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c45-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c47-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c4a-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c4c-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c50-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c52-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c63-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c65-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c68-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c6a-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c7c-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c7e-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c8f-f6ccc58a, #w-node-_52e7d125-4f88-313f-8e36-78fd218d6c91-f6ccc58a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7803ffe-e93c-024f-8d38-de94997be02e-f6ccc58a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d7803ffe-e93c-024f-8d38-de94997be034-f6ccc58a, #w-node-d7803ffe-e93c-024f-8d38-de94997be035-f6ccc58a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d7803ffe-e93c-024f-8d38-de94997be037-f6ccc58a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51588-f6ccc58b, #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-f6ccc58b, #w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-f6ccc58b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14ba-f6ccc58b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14c0-f6ccc58b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5613bbb3-d779-a5bb-7144-3dccf810235b-f6ccc58b {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e9745cc6-7826-073f-d0b9-64bc39a25636-f6ccc58b {
  grid-area: 2 / 2 / 2 / 7;
}

#w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1a-f6ccc58b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1f-f6ccc58b, #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-f6ccc58b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_837e351d-e006-a210-bd7e-a415a4e08637-f6ccc58b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-f6ccc58b, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-f6ccc58b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e152-f6ccc58b, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-f6ccc58b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-f6ccc58b {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-f6ccc58b {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_90c62999-5e72-48ed-693f-b2c1b29b498a-f6ccc58b {
  grid-area: 3 / 6 / 4 / 12;
}

#w-node-de2a74e4-422e-2850-7ff7-c506a3c35984-f6ccc58c {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center;
}

#w-node-f7ba9798-7cec-6a73-9769-6c4ea427602e-f6ccc58c {
  grid-area: 1 / 6 / 2 / 11;
}

#w-node-_2af6a614-08a9-5715-f425-9a49290df080-f6ccc58c, #w-node-_5589bc3e-c42c-597d-8846-a408cdf8c963-f6ccc58c, #w-node-_6c94bf03-6bfb-2708-56b6-b528729615db-f6ccc58c, #w-node-_5fe0092c-166e-aa0f-a2ed-1ee2ae54d4b6-f6ccc58c {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_85b68e93-6440-02f7-b542-db29523f9ec0-f6ccc58c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_85b68e93-6440-02f7-b542-db29523f9ec5-f6ccc58c, #w-node-_85b68e93-6440-02f7-b542-db29523f9ec6-f6ccc58c {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_105bd2cd-4b64-a458-a074-da5bdf601a18-f6ccc58c {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_94046398-af95-23e5-4417-d1696d84d071-f6ccc58c, #w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-f6ccc58d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-f6ccc58d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-f6ccc58d {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-af6145aa-f4af-8178-4b27-93b85007936f-f6ccc58d {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-f552e59b-55b0-d32f-3bef-e1634089f5ba-f6ccc58d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-f6ccc58e {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e0fb4270-75c9-6741-39c9-9d29af4b8b8d-f6ccc58e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b706607d-679b-d017-6204-d66db53854f1-f6ccc58e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-aaed4f6f-431c-ff75-e1c5-3b309dbce5c1-f6ccc58e {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_380a16af-1468-8b10-6c21-03eae66cb5ba-f6ccc58e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_72034a99-c1e5-3adf-3f9c-d18f92ea1d9d-f6ccc58e {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee92-f6ccc58e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee93-f6ccc58e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee9a-f6ccc58e {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee9c-f6ccc58e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_8cd06ed7-bc5c-ed6d-b158-af6698501a17-f6ccc58f {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f584faa1-122a-9111-eeda-8392330898be-f6ccc58f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc590 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0d8b3a36-d4e3-3cbe-0799-2ad3abfb5cca-f6ccc590 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e94a194b-e70e-e2a6-4647-1ac5fbbcc8e1-f6ccc590 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-d2c54763-446c-5618-d80c-26e52cdaf21c-f6ccc590 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d2c54763-446c-5618-d80c-26e52cdaf225-f6ccc590 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc591 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc591 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-f5647212-7ecd-4a62-cca3-f54ffcc65b28-f6ccc591 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: auto;
}

#w-node-_338ceda0-b2b4-c77e-2f8d-f363e3510e65-f6ccc591 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-bc21cce8-2cec-d663-315f-3f19e38a2c95-f6ccc591 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-e5482f3a-1d76-146e-542e-b00ac8a4eb90-f6ccc591 {
  grid-area: 1 / 10 / 2 / 12;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3d-f6ccc591 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc591 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_744dd9c9-435c-b5a8-e49f-88ec52650bae-f6ccc591 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_118b8cca-628d-68e7-dee1-94317ce7d807-f6ccc591 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a09ed801-e3c0-4248-fc3f-8e3f169f00d1-f6ccc591 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc592 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc592 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc592 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc592 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc592 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc593 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc593 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc593 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc593 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc593 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc595 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc595 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc595 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc595 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc595 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc596 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc596 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc596 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc596 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc597 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc597 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc597 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc597 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc597 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc598 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc598 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc598 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc598 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc598 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc599 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc599 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc599 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc599 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc599 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc59a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc59a {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-f5647212-7ecd-4a62-cca3-f54ffcc65b28-f6ccc59a {
  grid-area: 1 / 6 / 2 / 13;
  place-self: auto;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc59a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3d-f6ccc59a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_744dd9c9-435c-b5a8-e49f-88ec52650bae-f6ccc59a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_118b8cca-628d-68e7-dee1-94317ce7d807-f6ccc59a {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-a09ed801-e3c0-4248-fc3f-8e3f169f00d1-f6ccc59a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59b {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59b {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59c {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59c {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59c {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59d {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59e {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59e {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59f {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59f {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59f {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59f {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a0 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a0 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a1 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a1 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a1 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a1 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a2 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a2 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a3 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a3 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc5a5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d2c54763-446c-5618-d80c-26e52cdaf21c-f6ccc5a5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d2c54763-446c-5618-d80c-26e52cdaf225-f6ccc5a5 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-eea7faa5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-eea7faa5 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-eea7faa5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-eea7faa5 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-eea7faa5 {
  grid-area: 2 / 1 / 3 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-f6ccc583 {
    grid-column-end: 6;
    align-self: end;
  }

  #w-node-_68c964ed-05e0-e702-18e0-0637f774e563-f6ccc583 {
    grid-column: 8 / 9;
  }

  #w-node-_37488adb-b38d-5745-15ff-cb1fda6c9db0-f6ccc583 {
    grid-column: 2 / 6;
    grid-row-start: 1;
  }

  #w-node-cbbf3ed2-04a7-e157-4a26-157d58f35916-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-_2649c1de-f396-669f-fc3a-f68c62be0005-f6ccc583 {
    grid-column: 4 / 8;
  }

  #w-node-_2649c1de-f396-669f-fc3a-f68c62be0008-f6ccc583 {
    grid-column: 3 / 5;
  }

  #w-node-ab955300-c356-69ab-4845-7ce2e76bc6b2-f6ccc583 {
    grid-column: 4 / 8;
  }

  #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-f6ccc583, #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-f6ccc583, #w-node-bff7ea00-2fe4-015d-0412-ef14da7c8e99-f6ccc583, #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-f6ccc583 {
    grid-column: 4 / 9;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-f6ccc583 {
    grid-column: 7 / 9;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b3-f6ccc583 {
    grid-column: 2 / 6;
    grid-row-start: 1;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b9-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381bb-f6ccc583 {
    grid-column: 4 / 8;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381be-f6ccc583 {
    grid-column: 3 / 5;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381c0-f6ccc583 {
    grid-column: 4 / 8;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef2-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef4-f6ccc583 {
    grid-column: 7 / 9;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3d-f6ccc583 {
    grid-column-end: 7;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3f-f6ccc583 {
    grid-column: 4 / 9;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-column: 3 / 6;
    justify-self: start;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
    grid-column: 6 / 9;
  }

  #w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f6ccc58a {
    grid-column-end: 7;
  }

  #w-node-_24de0819-71cd-4773-b099-def51efd8d2e-f6ccc58a {
    grid-column-end: 3;
  }

  #w-node-_27a9c366-3df1-a966-64f7-dd11b0785377-f6ccc58a {
    grid-column-end: 7;
  }

  #w-node-a2aedfb7-af91-62d3-251d-557ab75883c9-f6ccc58a {
    grid-column: 4 / 13;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-f6ccc58a {
    grid-column: 1 / 3;
  }

  #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f6ccc58a {
    grid-column-end: 7;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f6ccc58a {
    grid-column: 4 / 9;
  }

  #w-node-d7803ffe-e93c-024f-8d38-de94997be02e-f6ccc58a {
    grid-column-end: 3;
  }

  #w-node-d7803ffe-e93c-024f-8d38-de94997be035-f6ccc58a {
    grid-column-end: 7;
  }

  #w-node-d7803ffe-e93c-024f-8d38-de94997be037-f6ccc58a {
    grid-column: 3 / 9;
  }

  #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-f6ccc58b, #w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-f6ccc58b {
    grid-column-end: 7;
  }

  #w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14ba-f6ccc58b {
    grid-column: 1 / 3;
  }

  #w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14c0-f6ccc58b {
    grid-column-end: 7;
  }

  #w-node-_5613bbb3-d779-a5bb-7144-3dccf810235b-f6ccc58b, #w-node-e9745cc6-7826-073f-d0b9-64bc39a25636-f6ccc58b {
    grid-column: 4 / 9;
  }

  #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf1a-f6ccc58b {
    grid-column-end: 4;
  }

  #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-f6ccc58b {
    grid-column-end: 7;
  }

  #w-node-_837e351d-e006-a210-bd7e-a415a4e08637-f6ccc58b {
    grid-column: 4 / 9;
  }

  #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-f6ccc58b, #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-f6ccc58b {
    grid-column-end: 4;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-f6ccc58b {
    grid-column-end: 7;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-f6ccc58b {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-f6ccc58b, #w-node-_90c62999-5e72-48ed-693f-b2c1b29b498a-f6ccc58b {
    grid-column: 5 / 9;
  }

  #w-node-de2a74e4-422e-2850-7ff7-c506a3c35984-f6ccc58c {
    grid-column-end: 4;
  }

  #w-node-f7ba9798-7cec-6a73-9769-6c4ea427602e-f6ccc58c {
    grid-column: 5 / 8;
  }

  #w-node-_2af6a614-08a9-5715-f425-9a49290df080-f6ccc58c, #w-node-_5589bc3e-c42c-597d-8846-a408cdf8c963-f6ccc58c, #w-node-_6c94bf03-6bfb-2708-56b6-b528729615db-f6ccc58c, #w-node-_5fe0092c-166e-aa0f-a2ed-1ee2ae54d4b6-f6ccc58c {
    grid-column-end: 7;
  }

  #w-node-_85b68e93-6440-02f7-b542-db29523f9ec0-f6ccc58c {
    grid-column-end: 4;
  }

  #w-node-_85b68e93-6440-02f7-b542-db29523f9ec6-f6ccc58c {
    grid-column-end: 7;
  }

  #w-node-_105bd2cd-4b64-a458-a074-da5bdf601a18-f6ccc58c {
    grid-area: 1 / 5 / 2 / 8;
  }

  #w-node-_94046398-af95-23e5-4417-d1696d84d071-f6ccc58c, #w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-f6ccc58d {
    grid-column-end: 7;
  }

  #w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-f6ccc58d {
    grid-column-end: 3;
  }

  #w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-f6ccc58d {
    grid-column: 3 / 8;
  }

  #w-node-f552e59b-55b0-d32f-3bef-e1634089f5ba-f6ccc58d {
    grid-column-end: 9;
  }

  #w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-f6ccc58e, #w-node-_72034a99-c1e5-3adf-3f9c-d18f92ea1d9d-f6ccc58e {
    grid-column-end: 7;
  }

  #w-node-_8cd06ed7-bc5c-ed6d-b158-af6698501a17-f6ccc58f {
    grid-column-end: 5;
  }

  #w-node-f584faa1-122a-9111-eeda-8392330898be-f6ccc58f {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc590 {
    grid-column-end: 7;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc591 {
    grid-column: 1 / 6;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc591 {
    grid-column: 3 / 9;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc591, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc592 {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc592 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc592 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc593, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc595, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc597, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc598, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc599 {
    grid-column-end: 7;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc59a {
    grid-column: 1 / 6;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc59a {
    grid-column: 3 / 9;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc59a, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59b, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59c {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59d {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59d {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59e {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59f {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a0 {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a0 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a1 {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a1 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a2 {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a2 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a3 {
    grid-column-end: 7;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc5a5, #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-eea7faa5 {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_68c964ed-05e0-e702-18e0-0637f774e563-f6ccc583 {
    grid-column: 5 / 5;
  }

  #w-node-_77de7556-91a7-fb10-1d28-30e3d7477480-f6ccc583 {
    grid-column-end: 3;
  }

  #w-node-_92c675e8-0375-db03-d056-0e2fb8f17731-f6ccc583 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_37488adb-b38d-5745-15ff-cb1fda6c9db0-f6ccc583 {
    grid-column: 1 / 5;
  }

  #w-node-cbbf3ed2-04a7-e157-4a26-157d58f35916-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_2649c1de-f396-669f-fc3a-f68c62be0005-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2649c1de-f396-669f-fc3a-f68c62be0008-f6ccc583 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_7607bbd1-293f-fbe5-6210-cbb43f59757a-f6ccc583 {
    grid-area: 1 / 5 / 2 / 6;
    justify-self: end;
  }

  #w-node-ab955300-c356-69ab-4845-7ce2e76bc6b2-f6ccc583 {
    grid-column: 1 / 6;
  }

  #w-node-e3284b3d-98f7-f44a-7c30-42b38acf8368-f6ccc583, #w-node-ea0a3ac3-e582-49b7-9687-ebb5d4742b04-f6ccc583, #w-node-b36cd468-3bf8-e46f-cadc-be97203de24e-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-b36cd468-3bf8-e46f-cadc-be97203de24f-f6ccc583 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-b36cd468-3bf8-e46f-cadc-be97203de271-f6ccc583 {
    grid-column: 1 / 5;
  }

  #w-node-bff7ea00-2fe4-015d-0412-ef14da7c8e99-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_2ca58cee-6bc1-8a3d-0769-a5690028c652-f6ccc583, #w-node-eaec4b25-935c-19c7-dcf1-1d6a150b6b2f-f6ccc583, #w-node-daa5f063-0306-d660-1a53-911d50bc2070-f6ccc583, #w-node-_535d21ba-88a1-be4c-4fa1-c163ea7617e2-f6ccc583, #w-node-_40980ca8-bc41-0c6a-3cb3-25ad4fc053c5-f6ccc583 {
    order: -9999;
  }

  #w-node-_32da24ff-7aa7-23e7-a186-ae03b548c067-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf4a-f6ccc583, #w-node-_851d4370-70f6-7371-cc46-5cfd401248f1-f6ccc583, #w-node-_30ed507b-a6a3-702f-c146-b0fe7c2702f9-f6ccc583, #w-node-_0c6bc0db-ba20-d8ca-72e9-40eaa9367e5f-f6ccc583 {
    order: -9999;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-f6ccc583 {
    grid-column-end: 4;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd017-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-f6ccc583 {
    grid-column: 3 / 5;
    justify-self: end;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b3-f6ccc583 {
    grid-column: 1 / 5;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381b9-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381bb-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381be-f6ccc583 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381c0-f6ccc583 {
    grid-column: 1 / 5;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5eec-f6ccc583 {
    grid-column-end: 4;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef2-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef4-f6ccc583 {
    grid-column: 3 / 5;
    justify-self: end;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3d-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3f-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad42-f6ccc583, #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad4b-f6ccc583, #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad54-f6ccc583, #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad5d-f6ccc583 {
    order: -9999;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e0-f92d66db {
    grid-column-end: 3;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: start;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d6701-f92d66db {
    grid-area: 2 / 1 / 2 / 6;
    justify-self: start;
  }

  #w-node-bceae085-e3c8-d015-cdc5-9b5906f4cf5f-06f4cf58, #w-node-e091f42c-a43d-43e3-b498-43f31d134efc-f6ccc58a, #w-node-_24de0819-71cd-4773-b099-def51efd8d2e-f6ccc58a, #w-node-_27a9c366-3df1-a966-64f7-dd11b0785377-f6ccc58a {
    grid-column-end: 5;
  }

  #w-node-a2aedfb7-af91-62d3-251d-557ab75883c9-f6ccc58a, #w-node-f83fb8f6-3519-6533-1631-885c38788293-f6ccc58a {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-ca77d135-38dc-39fe-f7fd-f28f24e07e6d-f6ccc58a {
    grid-column-end: 5;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f6ccc58a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d7803ffe-e93c-024f-8d38-de94997be02e-f6ccc58a, #w-node-d7803ffe-e93c-024f-8d38-de94997be035-f6ccc58a {
    grid-column-end: 5;
  }

  #w-node-d7803ffe-e93c-024f-8d38-de94997be037-f6ccc58a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dfb501bb-9b67-0cbf-23cd-f7ae8be51589-f6ccc58b, #w-node-_2f47c604-417b-cf77-f9d4-99e825a069a3-f6ccc58b, #w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14c0-f6ccc58b {
    grid-column-end: 5;
  }

  #w-node-_5613bbb3-d779-a5bb-7144-3dccf810235b-f6ccc58b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e9745cc6-7826-073f-d0b9-64bc39a25636-f6ccc58b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a0a16a21-05b6-ec4c-ed63-01d2a8f2bf20-f6ccc58b {
    grid-column-end: 5;
  }

  #w-node-_837e351d-e006-a210-bd7e-a415a4e08637-f6ccc58b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-f6ccc58b {
    grid-column-end: 5;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e14d-f6ccc58b {
    grid-column-end: 4;
  }

  #w-node-dbbe1c0b-c6e6-5844-cb60-b48a0509e153-f6ccc58b {
    grid-column-end: 5;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-f6ccc58b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-f6ccc58b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_90c62999-5e72-48ed-693f-b2c1b29b498a-f6ccc58b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-de2a74e4-422e-2850-7ff7-c506a3c35984-f6ccc58c {
    grid-column: 1 / 2;
  }

  #w-node-f7ba9798-7cec-6a73-9769-6c4ea427602e-f6ccc58c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2af6a614-08a9-5715-f425-9a49290df080-f6ccc58c, #w-node-_5589bc3e-c42c-597d-8846-a408cdf8c963-f6ccc58c, #w-node-_6c94bf03-6bfb-2708-56b6-b528729615db-f6ccc58c, #w-node-_5fe0092c-166e-aa0f-a2ed-1ee2ae54d4b6-f6ccc58c, #w-node-_85b68e93-6440-02f7-b542-db29523f9ec6-f6ccc58c {
    grid-column-end: 5;
  }

  #w-node-_105bd2cd-4b64-a458-a074-da5bdf601a18-f6ccc58c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_94046398-af95-23e5-4417-d1696d84d071-f6ccc58c, #w-node-_049c6d64-a41b-94e5-3c55-89ab9d7d7873-f6ccc58d, #w-node-f0652e61-085f-882b-e2ef-ddc85a51368c-f6ccc58e, #w-node-e0fb4270-75c9-6741-39c9-9d29af4b8b8d-f6ccc58e {
    grid-column-end: 5;
  }

  #w-node-b706607d-679b-d017-6204-d66db53854f1-f6ccc58e {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-aaed4f6f-431c-ff75-e1c5-3b309dbce5c1-f6ccc58e {
    grid-column: 1 / 5;
  }

  #w-node-_380a16af-1468-8b10-6c21-03eae66cb5ba-f6ccc58e {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_72034a99-c1e5-3adf-3f9c-d18f92ea1d9d-f6ccc58e, #w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee92-f6ccc58e {
    grid-column-end: 5;
  }

  #w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee93-f6ccc58e {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee9a-f6ccc58e {
    grid-column: 1 / 5;
  }

  #w-node-_6f555a78-5634-0fb8-d13b-0ca0a8caee9c-f6ccc58e {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-f584faa1-122a-9111-eeda-8392330898be-f6ccc58f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc590 {
    grid-column-end: 5;
  }

  #w-node-e94a194b-e70e-e2a6-4647-1ac5fbbcc8e1-f6ccc590, #w-node-d2c54763-446c-5618-d80c-26e52cdaf225-f6ccc590 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc591 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc591 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc591 {
    grid-column-end: 5;
  }

  #w-node-_744dd9c9-435c-b5a8-e49f-88ec52650bae-f6ccc591 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc592, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc592 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc592 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc592 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc592 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc593, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc593 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc593 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc593 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc593 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc595, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc595 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc595 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc595 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc595 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc596 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc596 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc596 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc596 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc597, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc597 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc597 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc597 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc597 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc598, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc598 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc598 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc598 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc598 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc599, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc599 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc599 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc599 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc599 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc59a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_8904b50e-16e0-c07b-4c73-e35c498da18a-f6ccc59a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_572b05b0-68a0-aa31-6281-dcbe1af02e3e-f6ccc59a {
    grid-column-end: 5;
  }

  #w-node-_744dd9c9-435c-b5a8-e49f-88ec52650bae-f6ccc59a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59b, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59b {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59b {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59b {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59c, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59c {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59c {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59c {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59d, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59d {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59d {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59d {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59d {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59e, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59e {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59e {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59e {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59e {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc59f, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59f {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc59f {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc59f {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc59f {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a0, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a0 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a0 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a0 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a0 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a1, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a1 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a1 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a1 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a1 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a2, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a2 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a2 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a2 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a2 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-f6ccc5a3, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a3 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-f6ccc5a3 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-f6ccc5a3 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-f6ccc5a3 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_2914163e-9990-0346-7774-a85d6ade42ab-f6ccc5a5 {
    grid-column-end: 5;
  }

  #w-node-d2c54763-446c-5618-d80c-26e52cdaf225-f6ccc5a5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_81c741a3-350f-34d1-960b-f3b8157557f0-eea7faa5, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-eea7faa5 {
    grid-column-end: 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6ba-eea7faa5 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6c3-eea7faa5 {
    grid-column: 1 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6f6-eea7faa5 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8cb6009-51dc-96e1-aa01-68766bd12ab0-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_68c964ed-05e0-e702-18e0-0637f774e563-f6ccc583 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_77de7556-91a7-fb10-1d28-30e3d7477480-f6ccc583 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_92c675e8-0375-db03-d056-0e2fb8f17731-f6ccc583, #w-node-_2649c1de-f396-669f-fc3a-f68c62be0005-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c70e7b9c-f0b2-385c-9c0d-91548e39b710-f6ccc583 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eb87185f-d5e2-4589-6a57-3e8ff96acf31-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_878d3c6a-a8a4-e23c-5b34-8b3d02afd011-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-d91510c4-f8be-2857-af45-9c18d33c889f-f6ccc583 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_83f162c2-90b0-07f2-b57e-248bd326878c-f6ccc583 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_83f162c2-90b0-07f2-b57e-248bd326878f-f6ccc583, #w-node-_7b29b853-d3fd-40d4-f37a-1a34bc3381bb-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5eec-f6ccc583 {
    grid-column-end: 5;
  }

  #w-node-_041dfeec-2e42-10dc-d59c-68a1324c5ef4-f6ccc583 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-b72f8c8e-5070-502e-83b7-bb3db381ad3f-f6ccc583 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2c4d1d54-fb79-af93-73e9-c11af92d66e2-f92d66db {
    grid-column-end: 4;
  }

  #w-node-a2aedfb7-af91-62d3-251d-557ab75883c9-f6ccc58a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center;
  }

  #w-node-f83fb8f6-3519-6533-1631-885c38788293-f6ccc58a {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19994-f6ccc58a {
    grid-column-end: 6;
  }

  #w-node-c2287a08-f566-cebb-ab25-280e3de19999-f6ccc58a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7e90151c-8293-445a-786e-2994ac98c7d6-f6ccc58a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e134bbe3-b19e-b1f9-c11b-e08ab1ba14ba-f6ccc58b {
    grid-column-end: 6;
  }

  #w-node-_5613bbb3-d779-a5bb-7144-3dccf810235b-f6ccc58b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e9745cc6-7826-073f-d0b9-64bc39a25636-f6ccc58b {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_9cf93f86-91c0-ae56-9dbc-f40855777f97-f6ccc58b {
    grid-column-end: 5;
  }

  #w-node-_17b10d45-fe33-70d8-07a3-a4e7c7c13ec0-f6ccc58b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4bcfe33a-7f39-ed9a-d89b-252c3feb69f6-f6ccc58b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_90c62999-5e72-48ed-693f-b2c1b29b498a-f6ccc58b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_4d6cb0c1-998c-2da9-1d23-3b8b25f9a836-f6ccc58d {
    grid-column-end: 5;
  }

  #w-node-bd15b9fe-48eb-066b-353e-f8b6cd86f123-f6ccc58d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc591 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc592 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9e17d9a6-8c83-12fa-6054-73dbfb01c283-f6ccc59a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59c, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59d, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59e, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc59f, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a0, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a1, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a2, #w-node-_3869dc88-1dff-86b8-965e-a7bcdd1af6b9-f6ccc5a3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}


