@font-face {
  font-family: Pitch Sans;
  src: url('../fonts/pitch-sans-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rooberttrial;
  src: url('../fonts/RoobertTRIAL-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recoleta;
  src: url('../fonts/Recoleta-RegularDEMO.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base--background: #070707;
  --neutral--300: #a6a6a6;
  --base--white: #fff;
  --white--64: #ffffffa3;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --white--2: #ffffff05;
  --white--80: #fffc;
  --neutral--400: #6a6a6b;
  --neutral--500: #424243;
  --neutral--600: #303031;
  --neutral--700: #252527;
  --neutral--800: #1b1b1d;
  --neutral--900: #161618;
  --base--black: black;
  --white--6: #ffffff0f;
  --white--10: #ffffff1a;
  --black--16: #00000029;
  --white--4: #ffffff0a;
  --black--80: #000c;
  --radius--20px: 20px;
  --base--transparent: #fff0;
  --black--72: #000000b8;
  --black--32: #00000052;
  --white--32: #ffffff52;
  --yellow--250: #fce48d;
  --purple--250: #b98dfc;
  --white--1: #ffffff03;
  --white--24: #ffffff3d;
  --radius--24px: 24px;
  --radius--12px: 12px;
  --black--56: #0000008f;
  --white--20: #fff3;
  --black--2: #00000005;
  --neutral--100: #f0f0f0;
  --radius--6px: 6px;
  --radius--8px: 8px;
  --radius--1rem: 1rem;
  --black--64: #000000a3;
  --yellow--100: #ffdd60;
  --blue--1000: #8deffc;
  --other--red: #ff575a;
  --green--250: #8dfc9d;
  --radius--16px: 16px;
  --blue--250: #18282a;
  --neutral--200: #d3d3d3;
  --black--20: #0003;
  --black--12: #0000001f;
  --black--6: #0000000f;
  --white--72: #ffffffb8;
  --black--40: #0006;
  --green--500: #5ca367;
  --blue--750: #5c9ba3;
  --black--48: #0000007a;
  --pink--250: #fc8de4;
  --pink--500: #a35c94;
  --green--750: #2e5234;
  --gray--100: #fafafa;
  --white--48: #ffffff7a;
  --purple--1000: #1f182a;
  --black--4: #0000000a;
  --white--40: #fff6;
  --black--36: #0000005c;
  --white--36: #ffffff5c;
  --black--90: #000000e6;
  --green--green: #68e469;
  --other--highlight: #ffeec1;
  --black--24: #0000003d;
  --black--10: #0000001a;
  --black--8: #00000014;
  --black--1: #00000003;
  --blue--500: #2e4d52;
  --green--1000: #182a1b;
  --pink--1000: #2a1826;
  --pink--750: #522e4a;
  --purple--750: #3c2e52;
  --purple--500: #785ca3;
  --radius--32px: 32px;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --white--56: #ffffff8f;
  --yellow--1000: #2a2618;
  --yellow--750: #51492f;
  --yellow--500: #a3945c;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  background-color: var(--base--background);
  color: var(--neutral--300);
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.3rem;
}

h1 {
  color: var(--base--white);
  letter-spacing: -.22px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  color: var(--base--white);
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 0;
}

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

ul {
  padding-left: 40px;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
}

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

blockquote {
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-regular {
  color: var(--white--64);
  margin-bottom: 0;
}

.template-typography-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.button-primary:hover {
  background-color: var(--white--8);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--8);
  border-radius: var(--radius--40px);
  color: var(--base--white);
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: inline-block;
}

.button-outline:hover {
  border-color: var(--white--12);
  background-color: var(--white--2);
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.button-secondary.show-mobile {
  display: none;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
}

.paragraph-style-wrap {
  max-width: 560px;
}

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

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

.container-regular {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-regular._65rem {
  max-width: 65rem;
}

.section-90 {
  z-index: 3;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.section-90.relative {
  z-index: 10;
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.template-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.template-link-dark {
  color: var(--white--80);
  text-decoration: underline;
}

.template-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.template-color {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  min-width: 140px;
  min-height: 150px;
  padding: 4px;
  display: flex;
}

.template-color.white {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

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

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

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

.template-color.neutral-700 {
  background-color: var(--neutral--700);
}

.template-color.neutral-800 {
  background-color: var(--neutral--800);
}

.template-color.neutral-900 {
  background-color: var(--neutral--900);
}

.template-color.neutral-black {
  background-color: var(--base--black);
}

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

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

.template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.template-link-block {
  grid-column-gap: 16px;
  color: var(--base--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-link-block:hover {
  border: 1px solid #ebebeb;
}

.template-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.template-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 32px;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.icon-large.decals {
  filter: none;
  border-radius: .5rem;
}

.container-lines-regular {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  position: relative;
}

.container-lines-regular._984px {
  max-width: 984px;
}

.container-lines-regular._80rem {
  max-width: 60rem;
  padding: 0;
}

.container-lines-regular._0rem {
  padding-top: 0;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.line-vertical-left {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.line-horizontal {
  z-index: 0;
  background-color: var(--neutral--800);
  pointer-events: none;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-vertical-right {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0 0% 0% auto;
}

.line-dot {
  z-index: 5;
  border: 1px solid var(--neutral--800);
  background-color: #0d0d11;
  border-radius: 2rem;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-dot.top-right {
  inset: -4.5px -4.5px auto auto;
}

.hero-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-v-l {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.align-v-l {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--white--6);
  background-color: var(--white--12);
  background-image: linear-gradient(170deg, var(--white--10), var(--black--16));
  box-shadow: inset 0 -4px 12px 0 var(--white--4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  border-radius: 99px;
  align-items: center;
  margin-bottom: 1rem;
  padding: .4rem 1.1rem .4rem .875rem;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gradient-span {
  background-image: linear-gradient(180deg, var(--base--white) 17%, var(--neutral--400));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.headline-large {
  color: var(--base--white);
  letter-spacing: -.05px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.headline-regular {
  color: var(--neutral--400);
  letter-spacing: -.04px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.max-width-x-small {
  width: 100%;
  max-width: 440px;
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

.video-lightbox-link {
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -16px 24px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.logo-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-color-white {
  color: var(--base--white);
}

.logo {
  border: 2px solid var(--black--80);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-right: -25px;
  transition: all .3s;
}

.logo:hover {
  transform: scale(1.15);
}

.title-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-large.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.title-large.align-center.iphone-title {
  margin-bottom: 0;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.avif');
  background-position: 0 0;
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.icon-wrap {
  border-radius: var(--radius--20px);
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(-45deg, #121212, #262626);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-h-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.horizontal-divider-dash {
  border-top: 1px dashed var(--neutral--700);
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container-lines {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 5%;
  position: relative;
}

.full-page {
  background-image: none;
  background-size: auto;
  width: 100vw;
  position: relative;
}

.home-lights {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-right {
  opacity: .8;
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-bg {
  pointer-events: none;
  display: none;
}

.button-background {
  z-index: 0;
  background-color: var(--white--12);
  pointer-events: none;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.button {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--black--72);
  background-color: var(--white--8);
  background-image: linear-gradient(180deg, var(--white--8), #8e78b014);
  width: 100%;
  box-shadow: 0 1px 1px 0 #0000001f, 0 4px 4px -1px #0000000f, inset 0 .75px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.show-mobile {
  display: none;
}

.button.operator {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 3px 15px 3px 7px;
}

.button.cta-call-pill {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--black--32);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: space-between;
  padding: 1rem;
  font-weight: 500;
}

.wrap-v-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.carousel-wrapper {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

.carousel.app-icons {
  filter: saturate(80%);
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.carousel-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.carousel-overlay {
  background-image: linear-gradient(to right, var(--base--background), #07070700 15%, #07070700 85%, var(--base--background));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.content-container-lines {
  z-index: 5;
  background-image: linear-gradient(180deg, #2a1826cc, var(--base--transparent) 46%, var(--base--transparent) 99%);
  background-position: 0 0;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 48px;
  position: relative;
}

.hero-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--white--16);
  box-shadow: 0 0 5px 0 #0000000f, inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  background-color: #ffa23805;
  background-image: linear-gradient(127deg, #ffd6a11a, #ff800033);
  border-radius: 50px;
  align-items: center;
  margin-bottom: .5rem;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.hero-badge:hover {
  border-color: var(--white--32);
}

.navigation-line {
  background-image: linear-gradient(90deg, var(--yellow--250), var(--purple--250));
  width: 100vw;
  height: 2px;
  box-shadow: none;
  position: absolute;
  inset: 0% 0% auto;
}

.wrap-v-xlarge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wrap-h-regular.align-tr {
  justify-content: flex-start;
  align-items: flex-start;
}

.block {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.label-regular {
  color: var(--base--white);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--40px);
  background-color: var(--white--1);
  min-height: 36px;
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
}

.text-field:focus {
  border-color: var(--white--24);
}

.text-field::placeholder {
  color: var(--neutral--400);
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.form-block {
  margin-bottom: 0;
}

.image-wrap {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--12px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  min-width: 100px;
  color: var(--neutral--300);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.integration-circle {
  z-index: 5;
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.integration-circle-inner {
  z-index: 2;
  border: 1px solid var(--neutral--800);
  background-color: #0707093d;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black 18%, var(--black--56) 72%, var(--white--20)), linear-gradient(180deg, var(--black--2), #fff0);
  width: 262px;
  height: 262px;
  box-shadow: 0 0 1px 32px var(--white--4), 0 12px 40px 0 var(--black--72);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-background.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.h3-heading---bricolage {
  color: var(--base--white);
  letter-spacing: -.17px;
  font-family: Bricolage Grotesque;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.headline-small {
  letter-spacing: -.03px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.headline-small.gradient-span {
  font-weight: 600;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-title.iphone {
  margin-bottom: 0;
}

.pricing-features-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature-image {
  z-index: 2;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  overflow: hidden;
}

.feature-card-small {
  border: 1px solid var(--neutral--800);
  background-color: var(--base--transparent);
  background-image: none;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

.container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.container-lines-large.overflow {
  overflow: hidden;
}

.linear-border {
  z-index: 0;
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--6px) var(--radius--6px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.linear-border.pricing {
  top: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.bento {
  border-radius: var(--radius--20px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.contact {
  border-radius: var(--radius--12px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.cta-border {
  z-index: 3;
  border-radius: var(--radius--8px);
}

.linear-border.cta-border.top {
  border-radius: 1rem;
}

.linear-border.msg-border {
  z-index: 3;
  border-radius: var(--radius--1rem);
}

.linear-code {
  display: none;
}

.feature-image-wrap {
  position: relative;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--base--transparent);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.cta-feature.first {
  border-top-left-radius: var(--radius--24px);
}

.cta-feature.last {
  border-top-right-radius: var(--radius--24px);
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.cta-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--neutral--700);
  background-color: var(--black--80);
  background-image: linear-gradient(180deg, var(--white--4), #fff0);
  box-shadow: none;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.cta-block.footer-section {
  border-color: var(--neutral--600);
  box-shadow: 0 -5px 30px #fff6;
}

.cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 550px;
  padding: 3rem 2rem 3rem 3rem;
  display: flex;
  position: relative;
}

.cta-side {
  border-radius: var(--radius--8px);
  width: 100%;
  max-width: 50%;
  padding: 44px 1px 44px 44px;
  position: relative;
  overflow: hidden;
}

.cta-side.top-fold {
  border-width: 1px;
  border-color: var(--black--64);
  background-image: linear-gradient(140deg, var(--white--8), var(--base--transparent) 39%);
  border-top-style: solid;
  border-left-style: solid;
  border-radius: 1rem;
  max-width: 45%;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.wrap-v-regular {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.expand {
  justify-content: space-between;
  overflow: hidden;
}

.wrap-h-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--12);
  box-shadow: inset 0 -4px 12px 0 var(--white--4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--neutral--300);
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
}

.cta-badge.empty {
  background-color: var(--white--4);
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.cta-badge.image-badge {
  color: var(--base--white);
}

.cta-badge.in-progress {
  color: var(--yellow--100);
}

.cta-badge.new-issue {
  color: var(--blue--1000);
}

.cta-badge.emergency {
  color: var(--other--red);
}

.cta-badge.positive {
  color: var(--green--250);
}

.cta-overlay {
  z-index: 5;
  border-radius: var(--radius--1rem);
  background-image: linear-gradient(90deg, #14141700, #101013);
  width: 20%;
  position: absolute;
  inset: 1px 0 1px auto;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.plus {
  width: 24px;
  height: 24px;
  color: var(--purple--250);
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  color: var(--purple--250);
  position: absolute;
  transform: rotate(90deg);
}

.faq-question {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-dropdown-list.toggle-expand {
  top: 2rem;
}

.faq-dropdown {
  border: 1px solid var(--neutral--500);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  color: var(--neutral--300);
  padding: 24px;
}

.faq-answer {
  padding-bottom: 2rem;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: -20px;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  position: relative;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(90deg, var(--yellow--250), var(--purple--250));
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -48px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

.footer-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-contact-details {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4-heading {
  color: var(--base--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.pricing-card {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: var(--base--background);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 4px;
  position: relative;
}

.pricing-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--radius--12px);
  flex-direction: column;
  padding: 24px 28px 28px;
  display: flex;
  position: relative;
}

.pricing-content.popular {
  background-image: linear-gradient(#1b1b1da3, #1b1b1d00);
}

.h-space-between {
  justify-content: space-between;
  display: flex;
}

.pricing-badge {
  border: 1px solid var(--white--6);
  border-radius: var(--radius--40px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.7;
}

.pricing-divider {
  background-color: var(--white--8);
  width: 100%;
  height: 1px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 1px 5%;
  position: relative;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light-wrap {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.pricing-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  position: relative;
}

.pricing-feature-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-wrap-rounded {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 14px;
}

.wrap-h-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.accent-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.accent-line.bento-line {
  width: 48px;
  left: 24px;
}

.accent-line.contact-line {
  width: 24px;
}

.prcing-features-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 792px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-text {
  width: 100%;
  max-width: 288px;
  font-size: 4rem;
  font-weight: 700;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: var(--neutral--300);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.form-input {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-area {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--12px);
  background-color: var(--white--1);
  min-height: 96px;
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.7;
}

.text-area::placeholder {
  color: var(--neutral--400);
}

.submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.contact-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  position: relative;
}

.contact-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

._404-icon {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 16px;
}

.base-grid-small {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.password-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.password-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  pointer-events: none;
}

.error-password {
  background-color: #0000;
}

.error-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--blue--250);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: .5rem;
  width: 100%;
  max-width: 400px;
  padding: 1rem 0;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 5px #0000004d;
}

.footer-contact-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--neutral--300);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--neutral--300);
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.pricing-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.template-button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.clone-banner-delete-me {
  z-index: 99;
  border-top: 1px solid var(--neutral--800);
  background-color: var(--neutral--700);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.clone-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--neutral--800);
  border-left: 1px solid var(--neutral--800);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.clone-text-heading {
  font-size: 16px;
  line-height: 24px;
}

.clone-text-paragraph {
  color: var(--neutral--300);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.clone-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-button:hover {
  background-color: var(--white--8);
}

.clone-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.clone-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-close:hover {
  background-color: var(--white--8);
}

.clone-cookie-script {
  display: none;
}

.navbar13_logo-link {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar13_logo-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.navbar13_logo {
  width: 40px;
}

.navbar13_logo.invert {
  filter: invert();
}

.logo-text {
  color: #ece9df;
  letter-spacing: .2rem;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.title-tag {
  color: var(--neutral--200);
  text-transform: uppercase;
  font-family: Pitch Sans, Verdana, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.image-2 {
  border-radius: 1rem;
  width: 16px;
}

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

.div-block.small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.title-text {
  width: 100%;
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.1rem;
  margin-bottom: 5px;
  font-family: Rooberttrial, Verdana, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.05;
}

.title-text.highlight-gradient {
  background-image: linear-gradient(90deg, var(--yellow--250), var(--purple--250));
}

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

.main-cta {
  z-index: 2;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: var(--base--white);
  width: 100%;
  max-height: 45px;
  color: var(--base--black);
  background-image: none;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.main-cta:hover {
  background-color: var(--base--white);
  background-image: none;
}

.main-cta.secondary {
  filter: invert();
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: none;
  border-width: 1px;
  border-color: #0000;
}

.main-cta.secondary:hover {
  background-image: none;
}

.main-cta.secondary.hide {
  display: flex;
}

.main-cta.glow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  background-image: none;
  padding-left: .4rem;
  box-shadow: 0 0 5px #00000080, 0 0 20px #97959e1a;
}

.main-cta.glow:hover {
  opacity: 1;
  box-shadow: 0 0 30px #97959e;
}

.main-cta.button-form {
  background-image: linear-gradient(0deg, var(--black--12), var(--base--transparent) 5%);
  opacity: .9;
  width: 120px;
  font-weight: 500;
  box-shadow: 0 0 5px #00000080, 0 0 20px #97959e80;
}

.main-cta.button-form:hover {
  opacity: 1;
  box-shadow: 0 0 30px #97959e;
}

.icon-embed-small {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
}

.icon-embed-small.sparkle-gradient {
  color: var(--purple--250);
}

.icon-embed-small.close-button {
  width: 2rem;
  height: 2rem;
  color: var(--base--black);
}

.text-block-3 {
  background-color: var(--base--transparent);
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

.secondary-headline {
  max-width: 900px;
  color: var(--neutral--300);
  text-align: center;
  letter-spacing: -.05rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.secondary-headline.highlight-supercharge {
  letter-spacing: 0;
  font-weight: 600;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

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

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

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top._4rem {
  padding-top: 4rem;
}

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

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.text-size-medium.w--current {
  color: var(--neutral--100);
  font-weight: 600;
}

.text-size-medium.case-study {
  color: var(--white--80);
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-medium.card-text {
  color: var(--neutral--100);
  font-size: 1rem;
  line-height: 1.2;
}

.gallery24_component {
  height: 300vh;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 2px;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 350vh;
  display: flex;
  overflow: hidden;
}

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 70vw;
  height: 80vh;
}

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

.header106_component {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.header106_inner-wrapper {
  height: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.button-group.is-center {
  justify-content: center;
}

.header106_ix-trigger {
  z-index: -1;
  margin-top: 130vh;
  position: absolute;
  inset: 0%;
}

.header78_component {
  z-index: 99;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_images-layout {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  height: 400px;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  height: 25rem;
  display: grid;
}

.header78_image-wrapper {
  width: 20rem;
  padding-top: 75%;
  position: relative;
}

.header78_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.icon-embed-xsmall.plus-sign {
  color: var(--neutral--900);
}

.icon-embed-xsmall.left-absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.heading-style-h3 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.gradient-span {
  background-image: linear-gradient(180deg, var(--base--white), var(--neutral--200));
}

.heading-style-h3.custom1 {
  color: var(--base--black);
  font-weight: 700;
}

.heading-style-h4 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.heading-style-h4.gradient-span {
  font-family: Inter, sans-serif;
}

.heading-style-h5 {
  color: var(--base--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h6 {
  color: var(--white--80);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.3;
}

.text-size-small.card-text {
  max-width: 400px;
  color: var(--neutral--300);
  line-height: 1.1rem;
}

.text-size-small.text-weight-semibold {
  color: var(--base--white);
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.text-size-small.card-text {
  color: var(--neutral--300);
  max-width: 400px;
  line-height: 1.1rem;
}

.text-size-small.action-texxt {
  color: var(--blue--1000);
  text-indent: 1.3rem;
}

.text-size-small.value-add-text.indent-text {
  text-indent: 1.3rem;
  line-height: 1.4;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.3;
}

.text-size-tiny.no-break {
  white-space: nowrap;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.background-color-black {
  background-color: #000;
}

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

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

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: #000;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: center;
  margin-bottom: 1rem;
  padding: 1rem .25rem .25rem;
  display: flex;
}

.tab-link {
  color: var(--white--72);
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1rem;
  font-weight: 500;
}

.tab-link:hover {
  background-color: var(--neutral--700);
  border-radius: 999px;
}

.tab-link.w--current {
  background-color: var(--neutral--500);
  color: var(--base--white);
  border-radius: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
}

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

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

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

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_checkbox {
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: #fff;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: #fff;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.2rem;
  display: flex;
}

.icon-embed-xxsmall.left-absolute {
  color: var(--green--250);
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-medium.sun-icon {
  color: var(--yellow--250);
}

.icon-embed-medium.rain-icon {
  color: var(--blue--1000);
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  max-width: 40rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.align-center {
  max-width: 40rem;
}

.max-width-medium.text-align-c {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom._5rem {
  padding-bottom: 5rem;
}

.padding-bottom._10rem {
  padding-bottom: 10rem;
}

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

.padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

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

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

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

.margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.layer.hide {
  display: none;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

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

.margin-top-auto {
  margin-top: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.bottom-gradient {
  z-index: 3;
  background-image: linear-gradient(180deg, #0000 48%, #00000080 78%, var(--base--background));
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 400px;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-logo {
  z-index: 4;
  object-fit: cover;
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-3 {
  object-fit: cover;
  border-radius: 1rem;
}

.case-study-highlight {
  color: var(--base--white);
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-wide {
  z-index: 3;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.name-role {
  z-index: 5;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 5% 5%;
}

.role-text {
  color: var(--base--white);
  font-size: 1.2rem;
  font-weight: 500;
}

.name-text {
  color: var(--neutral--300);
  font-size: .9rem;
}

.day-night-section {
  background-image: url('../images/nighttime-6-gigapixel-high-fidelity-v2-2x_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
  padding-top: 2rem;
  position: relative;
}

.top-bottom-gradient {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--base--background), #fff0 25%), linear-gradient(0deg, var(--base--background), #fff0 29%);
  position: absolute;
  inset: 0%;
}

.day-time {
  z-index: 2;
  opacity: 0;
  background-image: url('../images/day-time_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0% 0% 5px;
}

.section-top {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10vh 5% 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ultra-gradient-wrapper._2 {
  opacity: .8;
  height: 85%;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.shape-3.top-fold {
  background-color: #7358741a;
  inset: 0% -26em 0% auto;
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-8 {
  background-color: #ac9dad;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #625c63;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-6 {
  background-color: #5d545d;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-noise.top-section {
  opacity: .5;
}

.background-noise.case-study {
  background-image: linear-gradient(180deg, var(--black--40), var(--black--2)), url('../images/noise.png');
  opacity: 1;
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
}

.value-add-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3px;
  display: flex;
}

.value-add-container.positive {
  color: var(--green--500);
  line-height: 1rem;
}

.value-add-container.negative {
  color: var(--green--500);
}

.div-block-10 {
  flex-flow: column;
  width: 100%;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.value-add-text {
  background-image: linear-gradient(139deg, var(--green--250), var(--blue--750));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
}

.div-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-section {
  z-index: 3;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: 0;
}

.pricing6_component {
  border: 1px solid var(--neutral--600);
  background-image: linear-gradient(140deg, var(--white--4), var(--base--transparent) 21%), linear-gradient(0deg, var(--white--4) 23%, var(--white--8) 56%);
  border-radius: 1rem;
  position: relative;
}

.pricing6_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5%;
  display: flex;
}

.pricing6_plan {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-gallary {
  z-index: 3;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: -90px;
}

.message-card-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white--10);
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 30px;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 .75px #0000008f, 0 3px 6px #00000030, 0 10px 10px #0000002b, 0 23px 14px #0000001a, 0 41px 17px #00000008, inset 0 .25px .25px #ffffff52, inset 0 .75px .25px #0003, inset 0 6px 16px #ffffff1f;
}

.message-card-container.panel1 {
  left: -3%;
}

.message-card-container.panel2 {
  left: 5%;
}

.message-card-container.panel3 {
  left: -5%;
}

.message-card-container.panel4 {
  left: 2%;
}

.message-card-container.panel5 {
  left: -3%;
}

.card {
  width: 30px;
  min-width: 30px;
  height: 30px;
  box-shadow: none;
  color: var(--white--80);
  background-image: linear-gradient(#9900ffb3, #9900ffb3), linear-gradient(225deg, #ffd000, #ee9d57);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card.phone {
  background-image: linear-gradient(#eb1d1d80, #eb1d1d80), linear-gradient(150deg, #c69dfc, #ee578c);
}

.card.call-icon {
  background-image: linear-gradient(#7c3aff80, #7c3aff80), linear-gradient(150deg, #95a2eb, #3639f0);
}

.card.message {
  background-image: linear-gradient(150deg, var(--pink--250), var(--pink--500));
}

.card.iphone-msgs {
  background-image: linear-gradient(-180deg, #c45970, #ff3c66);
}

.card.iphone-msgs.hide {
  display: none;
}

.card.resolved {
  background-image: linear-gradient(150deg, var(--green--500), var(--green--750));
}

.message {
  color: var(--gray--100);
  font-size: .9rem;
  line-height: 1.2rem;
}

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

.contact-bubble {
  background-color: var(--neutral--500);
  border-radius: 1rem;
  padding: 1rem;
}

.contact-bubble.past-message {
  background-color: var(--neutral--900);
}

.bubble-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-left: 3rem;
  display: flex;
  position: relative;
}

.bubble-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-right: 3rem;
  display: flex;
}

.div-block-14 {
  background-color: var(--neutral--700);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-15 {
  background-color: var(--base--white);
  width: 25px;
  height: 25px;
  color: var(--black--80);
  border-radius: 50%;
}

.placeholder-text {
  color: var(--white--48);
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black--40);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-size: .9rem;
  display: flex;
}

.title-tag-copy {
  color: var(--white--80);
  text-align: center;
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-family: Pitch Sans, Verdana, sans-serif;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-18 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-6 {
  border-radius: var(--radius--24px);
}

.div-block-19 {
  flex-flow: column;
  justify-content: space-between;
  max-width: 700px;
  height: 70vh;
  display: flex;
}

.div-block-20 {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000 30%, #00000080 55%, var(--base--background) 85%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-22 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image1 {
  z-index: 5;
  width: 70%;
  position: absolute;
  inset: 2vh 0% auto 4%;
}

.image2 {
  z-index: 3;
  width: 73%;
  position: absolute;
  inset: 4vh 0% auto 1%;
}

.image3 {
  z-index: 2;
  position: relative;
  top: 150px;
}

.div-block-23 {
  width: 100%;
  height: 100%;
  min-height: 130vh;
  position: relative;
}

.image-7 {
  z-index: 0;
  position: relative;
  inset: 0 0% auto;
}

.integrate-icon-small {
  border-radius: .5rem;
  width: 25px;
  height: 25px;
}

.header-gradient {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000 43%, #00000080 78%, var(--base--background));
  height: 85%;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-pic {
  object-fit: cover;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
}

.div-block-26 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26.hide {
  display: none;
}

.div-block-27 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-27.hide {
  display: none;
}

.company-text {
  color: var(--base--white);
  font-size: 1rem;
  font-weight: 500;
}

.speach-bubble {
  border: 1px solid var(--purple--1000);
  background-color: var(--purple--250);
  background-image: linear-gradient(175deg, var(--black--4), var(--black--32) 14%, var(--black--56));
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.company-pic-copy {
  background-color: var(--base--white);
  border-radius: 50%;
  width: 45px;
  padding: 5px;
}

.div-block-28 {
  background-color: var(--neutral--700);
  width: 80px;
  height: 80px;
  color: var(--neutral--400);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28:hover {
  background-color: var(--neutral--500);
  color: var(--base--white);
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.icon-phone {
  width: 3rem;
  height: 3rem;
  transform: rotate(135deg);
}

.div-block-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-31.user {
  padding-left: 10%;
}

.chat-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.company-pic {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: block;
}

.chat-bubble {
  background-color: var(--neutral--600);
  border-radius: 1rem;
  padding: 1rem;
}

.chat-bubble.left {
  background-color: var(--neutral--500);
  border-bottom-left-radius: 0;
}

.chat-bubble.left.past-message {
  background-color: var(--neutral--900);
}

.div-block-16-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black--40);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.div-block-15-copy {
  background-color: var(--white--16);
  width: 45px;
  height: 45px;
  color: var(--black--80);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14-copy {
  border: 1px solid var(--white--24);
  border-radius: 2rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-32 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32.hide {
  display: none;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper.relative-rem {
  top: -5rem;
}

.glowing-wrapper-button {
  z-index: 1;
  background-color: var(--neutral--700);
  color: #fff;
  letter-spacing: -.01em;
  border: 3px solid #ffffff1a;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-button:hover {
  background-color: var(--neutral--600);
}

.styles---glowing-button {
  display: none;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  z-index: 3;
  background-color: var(--black--56);
  position: absolute;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-mask-wrapper, .glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-34 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
}

.app-icon {
  filter: saturate(60%);
  cursor: pointer;
  border: 2px solid #000;
  border-radius: .7rem;
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  transition: all .3s;
}

.app-icon:hover {
  z-index: 2;
  filter: saturate();
  border-style: none;
  position: relative;
  transform: scale(1.15);
}

.app-icon.hidden {
  display: none;
}

.app-icon.plus-sign {
  background-color: var(--base--white);
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.section-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 70vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-36 {
  z-index: 99;
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  width: 200px;
  display: flex;
  position: relative;
  top: 3rem;
}

.rive {
  height: 150px;
  position: absolute;
  inset: -15px 0% 0%;
  overflow: hidden;
}

.sp-controla-wrapper {
  z-index: 5;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.sp-play {
  cursor: pointer;
  width: 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  left: -10px;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.progress-bar {
  width: 50%;
  height: 3px;
  position: relative;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.true-media-player-single-track {
  display: none;
}

.sp-track-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100%;
  padding: 25px 30px;
  position: relative;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-text-wrapper-copy {
  z-index: 5;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 2rem 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.product-hero_desktop {
  border: 1px solid var(--neutral--500);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: block;
}

.star-block {
  color: var(--yellow--250);
  display: flex;
}

.div-block-40 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.media-player-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.thumbnail {
  object-fit: cover;
  border-radius: 10px;
  width: 65px;
  height: 65px;
}

.title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.title.truncate {
  color: #fffffff2;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.genre {
  color: #ffffffb3;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.previous-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  padding-left: 2px;
  display: flex;
}

.play-button-icon {
  width: 11px;
  height: 11px;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.pause-button-icon {
  width: 11px;
}

.next-song-icon {
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.volume-toggle {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.volume-bar-wrapper {
  background-color: #f0f0f00f;
  width: 100px;
  height: 3px;
}

.volume-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
}

.media-player-exit-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.tracklist {
  flex: 1;
  width: 100%;
}

.track {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  transition: all .2s;
  display: flex;
}

.track:hover {
  background-color: #ffffff0d;
}

.thumbnail-wrapper {
  align-items: center;
  display: flex;
}

.track-number {
  color: #ffffff80;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.track-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.track-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.track-genre {
  color: #ffffffd9;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.true-media-player-track {
  display: none;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.track-time {
  color: #ffffff80;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

.section_layout484 {
  z-index: 5;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  position: relative;
}

.layout484_component {
  display: flex;
}

.layout484_text {
  color: var(--base--white);
  letter-spacing: 0;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.layout484_text.text-size-regular {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.layout484_split-text {
  display: none;
}

.layout424_heading-list {
  z-index: 5;
  height: 9rem;
  padding-top: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.layout424_component {
  flex-direction: column;
  height: 400vh;
  position: relative;
}

.layout424_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 20%;
  overflow: hidden;
}

.layout424_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.layout487_item {
  height: 100vh;
}

.section_layout121 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7-15\>);
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_progress-bar {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: 2px;
  height: 100%;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.portfolio23_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  overflow: hidden;
}

.portfolio22_item-link {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.timeline1_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.timeline2_circle, .timeline6_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.section-bottom-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 45em;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.player-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--8px);
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  padding: 44px 1px 44px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-side {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 50px;
  display: flex;
}

.media-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-right: 1px solid var(--neutral--800);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 60%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.main-media-player-copy {
  z-index: 999;
  border-top: 1px solid var(--neutral--900);
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  border-radius: 0 0 1rem 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--neutral--600);
  background-color: var(--base--black);
  background-image: linear-gradient(180deg, var(--white--4), #fff0);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  margin-top: 16px;
  padding: 4px 0 4px 4px;
  display: flex;
  position: relative;
  box-shadow: 0 -5px 30px #fff3;
}

.footer-section-copy {
  z-index: 3;
  opacity: .3;
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  top: 0;
}

.footer-section-copy:hover {
  opacity: 1;
}

.div-block-41 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-45 {
  background-image: url('../images/icons8-audio-wave.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block-46 {
  opacity: .9;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 0;
  display: none;
}

.app-icon-copy {
  opacity: 1;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: .5rem;
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-right: -10px;
  transition: all .3s;
}

.app-icon-copy {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  margin-right: -10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .8rem;
  line-height: 1rem;
  transition: all .3s;
  display: flex;
}

.app-icon-copy:hover {
  transform: scale(1.15);
}

.app-icon-copy.hidden {
  display: none;
}

.operational-status {
  background-color: var(--green--500);
  border-radius: 15px;
  width: 10px;
  height: 10px;
}

.operational-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: -3px;
  margin-right: -5px;
  display: flex;
}

.div-block-40-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--neutral--600);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 5px 1rem 5px 12px;
  font-weight: 500;
  display: flex;
}

.div-block-40-copy:hover {
  border-color: var(--neutral--400);
  color: var(--base--white);
}

.code-embed {
  display: none;
}

.header-tabs-menu {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.tabs-cta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--base--transparent);
  background-color: var(--base--transparent);
  color: var(--neutral--400);
  letter-spacing: -.08px;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .8rem .5rem .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  transition: color .3s, background-color .3s;
  display: flex;
}

.tabs-cta:hover {
  border-color: var(--white--12);
  background-color: var(--black--12);
  color: var(--base--white);
}

.tabs-cta.w--current {
  border-color: var(--black--16);
  background-color: var(--black--48);
  color: var(--neutral--100);
  box-shadow: 0 2px 3px #0003;
}

.header-tabs-content {
  overflow: visible;
}

.navbar12_dropdown-list.w--open {
  border: 1px solid var(--neutral--700);
  background-color: var(--base--background);
  border-radius: 1rem;
  width: 55rem;
  padding: 12px;
  right: -30vw;
}

.navbar12_dropdown-list._45rem.w--open {
  border-color: var(--neutral--700);
  width: 45rem;
  right: -40vw;
}

.navbar12_dropdown-list._20rem.w--open {
  width: 20rem;
  right: -15vw;
}

.navbar12_dropdown-list._40rem.w--open {
  width: 40rem;
}

.navbar5_container {
  border: 1px solid var(--base--transparent);
  background-color: var(--base--transparent);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: flex;
}

.navbar5_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: relative;
}

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

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  opacity: .8;
  color: var(--base--white);
  align-items: center;
  padding: 1rem;
  display: flex;
}

.navbar5_dropdown-toggle:hover {
  opacity: 1;
}

.navbar5_dropdown-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.navbar5_dropdown-content.flex {
  height: 100%;
  display: flex;
}

.navbar5_dropdown-content.grid-one-column {
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-link {
  grid-column-gap: .7rem;
  grid-row-gap: 0px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem .5rem .5rem .75rem;
  text-decoration: none;
  display: flex;
}

.navbar5_dropdown-link:hover {
  background-color: var(--neutral--700);
}

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_item-right {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-content-right {
  border-radius: 8px;
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar5_menu-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_menu-button {
  padding: 0;
}

.navbar5_menu-button.w--open {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, #0000 44%, #00000080 79%, #0009);
  height: 110px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.header-card-small {
  z-index: 3;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--base--white);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 5% 5%;
}

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

.navbar5_dropdown-content-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  display: grid;
  position: relative;
}

.div-block-53 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.user-profile-name {
  color: var(--base--white);
  font-weight: 500;
}

.company-pic-small {
  background-color: var(--base--white);
  border-radius: 50%;
  padding: 3px;
  position: relative;
}

.company-pic-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: block;
}

.company-pic-copy-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  padding-left: 0;
  display: block;
}

.lottie-animation-2 {
  width: 30px;
  height: 30px;
}

.navbar5_dropdown-content-left-copy {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 250px;
  padding: 0;
  display: block;
}

.navbar5_dropdown-content-left-copy.hide {
  display: none;
}

.navbar5_dropdown-content-center-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.div-block-54 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.tabs {
  width: 100%;
}

.account-form-block {
  height: 100%;
  margin-bottom: 0;
}

.account-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.use-cases_left-bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem 1rem 3rem;
  display: flex;
  position: relative;
}

.cta_outer-glow {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 5px solid var(--neutral--900);
  border-radius: var(--radius--1rem);
  background-color: #332b32;
  background-image: linear-gradient(170deg, var(--white--8), var(--black--32) 42%, var(--neutral--900) 90%, var(--neutral--900));
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 4px 0 4px 4px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #00000029, 0 0 50px #7371741a;
}

.div-block-55 {
  border: 1px solid var(--base--transparent);
  border-radius: var(--radius--1rem);
  background-color: var(--base--transparent);
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.use-cases_flex-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  min-height: 25rem;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

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

.highlight_operator {
  background-image: linear-gradient(90deg, var(--pink--250), var(--purple--250));
  color: var(--base--white);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.div-block-56 {
  flex-flow: column;
  display: flex;
}

.text-star {
  color: #f0e9d2;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1rem;
}

.header-card-large {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base--white);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 5% 2rem 2rem;
}

.text-block-8 {
  text-transform: none;
}

.text-span-5 {
  background-image: linear-gradient(90deg, var(--pink--250), var(--purple--250));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-6 {
  background-image: linear-gradient(180deg, var(--white--72), var(--white--40));
  letter-spacing: -.1rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.highlight-gradient {
  background-image: linear-gradient(90deg, var(--yellow--250), var(--purple--250));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.highlight-supercharge {
  background-image: linear-gradient(90deg, var(--yellow--250), #ffa375);
  letter-spacing: -.1rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 2px;
}

.div-block-57 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.typing-text {
  color: var(--gray--100);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.text-span-9 {
  color: var(--neutral--300);
}

.div-block-58 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-title-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight_human {
  border-bottom: 2px solid var(--purple--250);
  letter-spacing: .05rem;
  font-weight: 700;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.div-block-61 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.header106_images-wrapper-2 {
  z-index: 1;
  transform-origin: 50% 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  height: 100%;
  margin-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.message-card-container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1b1b1d;
  background-image: linear-gradient(#00000005, #0000007a);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 30px;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px #0003;
}

.message-card-container-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white--10);
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 30px;
  padding: 1.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 .75px #0000008f, 0 3px 6px #00000030, 0 10px 10px #0000002b, 0 23px 14px #0000001a, 0 41px 17px #00000008, inset 0 .25px .25px #ffffff52, inset 0 .75px .25px #0003, inset 0 6px 16px #ffffff1f;
}

.section-0 {
  z-index: 3;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: 0;
}

.header-tabs-menu-copy {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding: 0 0 0;
  display: flex;
}

.phone-main {
  width: 323px;
  height: 663px;
  box-shadow: 0 0 30px 0 var(--base--black);
  background-color: #000;
  background-image: url('../images/phone-background_1.avif'), url('../images/684c58d54733452119cbeb95_7b31a923a4aaa22e38844256c69150fa_1.avif');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 616px, cover;
  border-radius: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.phone-main.top-fold {
  background-image: url('../images/u8423537793b48_4.avif');
  background-position: 50% 0;
  background-size: cover;
}

.phone-main.bottom-fold {
  background-image: url('../images/phone-background_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 616px;
}

.phone-outer {
  border: 7px solid #000;
  border-radius: 43px;
  position: absolute;
  inset: 0%;
}

.phone-top {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.mic {
  background-color: #1a1a1a;
  border-radius: 15%;
  width: 45px;
  height: 5px;
  margin-left: 25px;
  margin-right: 10px;
}

.camera {
  background-color: #292929;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: relative;
}

.camera-inner {
  background-color: #0d2f61;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.gold-outer {
  border: 5px solid #caa68e;
  border-radius: 47px;
  width: 334px;
  height: 676px;
  position: absolute;
  inset: 50% 0 0% 50%;
  transform: translate(0, -50%)translate(-50%);
}

.gold-outer.black-outline {
  border-color: var(--white--6);
}

.outer-light {
  border-radius: 45px;
  width: 326px;
  height: 668px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%)translate(0, -50%);
  box-shadow: inset 5px 5px 15px -5px #ffffffa6;
}

.l-small-btn {
  background-color: #ebba9b99;
  border-radius: 11px;
  width: 3px;
  height: 24px;
  position: absolute;
  inset: 80px auto auto -9px;
}

.l-large-btn {
  background-color: #ebba9b99;
  border-radius: 11px;
  width: 3px;
  height: 45px;
  position: absolute;
  inset: 120px auto auto -9px;
}

.l-large-btn.b {
  top: 177px;
}

.text-size-medium-3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

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

.layout424_heading-2 {
  background-image: linear-gradient(90deg, var(--other--red), var(--pink--250));
  text-shadow: 0 1px 10px #0000001a;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 5rem;
  line-height: 7rem;
}

.iphone-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 2% 0% auto;
}

.iphone-container-outside {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.iphone-container-outside.bottom-bar {
  border-bottom: 10px solid #000;
}

.div-block-68 {
  z-index: 10;
  border-style: none;
  border-width: 1px 1px 5px;
  border-color: black black var(--neutral--600);
  background-image: linear-gradient(0deg, var(--base--background), var(--black--72) 38%, var(--black--40) 85%, var(--base--transparent));
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.numerical-sign {
  color: var(--neutral--200);
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-69 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-70 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-sign {
  background-image: linear-gradient(180deg, var(--green--250), var(--green--500));
  color: var(--base--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 5px;
  font-family: Pitch Sans, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.yc-title-tag {
  text-transform: none;
  font-size: .8rem;
  line-height: 1;
}

.highlight-name {
  border-right: 1px solid #000;
  padding-right: 2px;
  font-weight: 700;
}

.notification-card-container {
  z-index: 12;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--black--72);
  opacity: 1;
  color: var(--base--white);
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 30px;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  box-shadow: 0 0 0 .75px #0000008f, 0 3px 6px #00000030, 0 10px 10px #0000002b, 0 23px 14px #0000001a, 0 41px 17px #00000008, inset 0 .25px .25px #ffffff52, inset 0 .75px .25px #0003, inset 0 6px 16px #ffffff1f;
}

.notification-card-container.msg-1 {
  z-index: 13;
}

.notification-card-container.relative {
  position: relative;
}

.notification-card-container.relative-notification {
  position: absolute;
  top: 0%;
  left: .3rem;
  right: .3rem;
}

.notification-card-container.relative-notification.hide {
  display: none;
}

.div-block-73 {
  white-space: normal;
}

.faq-icon-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_in-section {
  z-index: 10;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid var(--base--transparent);
  box-shadow: none;
  color: var(--base--white);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.cta_in-section:hover {
  border: 1px solid var(--white--12);
  background-color: var(--neutral--900);
  background-image: none;
}

.button_secondary {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--black--72);
  background-color: var(--base--transparent);
  width: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-image: none;
  border-radius: .875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.button_secondary:hover {
  background-color: var(--white--4);
}

.top-header_ix-trigger {
  z-index: -1;
  width: 100%;
  height: 1px;
}

.resolved-block {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto;
}

.issue-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-74 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--base--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.parallax__plane {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax__plane.parallax__plane--z1 {
  z-index: 20;
  background-image: url('../images/Stars.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1440px;
  height: 50vh;
  inset: 0% 0% auto;
  transform: translate(0);
}

.parallax {
  min-width: 151vh;
  height: 100vh;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.parallax__overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--base--background), #00000080 11%, #01010100 30%, #0a090500 72%, var(--base--background) 82%);
  position: absolute;
  inset: 0%;
}

.section-parallex-footer {
  height: 110vh;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}

.product-hero_mobile {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: none;
}

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

.section_comparison5 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.comparison5_component {
  flex-direction: column;
  align-items: center;
}

.comparison5_content {
  width: 100%;
}

.comparison5_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.comparison5_top-row-title {
  align-items: flex-end;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.comparison5_top-row-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.comparison5_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  overflow: hidden;
}

.comparison5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.comparison5_list-row {
  width: 100%;
}

.comparison5_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.comparison5_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.comparison5_row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
}

.section_comparison14 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.comparison14_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.comparison14_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-flow: column;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.comparison14_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.comparison14_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.comparison14_feature-list-top {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.comparison14_feature-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.comparison14_feature-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.comparison14_feature-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.comparison14_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

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

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq1_answer {
  overflow: hidden;
}

.parallax-hero {
  height: 100vh;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
}

.fancy-text {
  font-family: Recoleta, Verdana, sans-serif;
  font-size: 3.5rem;
}

.mission-content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-9 {
  color: var(--base--white);
  margin-top: 1rem;
  font-family: La Belle Aurore, sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}

.padding-spacer._20rem {
  height: 20rem;
}

.cover-photo {
  background-image: url('../images/mj2033_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.cover-photo.photo-2 {
  background-image: url('../images/san-francisco_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/m2_1.avif');
  background-position: 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.cta-side-image-in-image {
  background-color: var(--base--background);
  border: 1px #000;
  border-radius: 1rem 0 1rem 0;
  width: 85%;
  height: 90%;
  padding-top: 3rem;
  padding-bottom: 44px;
  padding-left: 3rem;
  position: absolute;
  inset: 10% 0% 0% 15%;
}

.demo-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--neutral--800);
  background-color: var(--base--background);
  background-image: linear-gradient(180deg, var(--white--4), #fff0);
  height: 80vh;
  box-shadow: 0 0 100px 0 var(--white--12);
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
  position: relative;
  overflow: auto;
}

.demo-modal_component {
  z-index: 999;
  background-color: var(--black--80);
  background-image: url('../images/Noise.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.radio-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.radio-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-card-field {
  cursor: pointer;
  max-width: 320px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.radio-card-button {
  z-index: 99;
  cursor: pointer;
  border: 3px solid gray;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .2s;
  position: absolute;
  top: 17px;
  left: 1rem;
}

.radio-card-button.w--redirected-checked {
  border: 6px solid var(--purple--250);
}

.radio-card-button.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.radio-card {
  border: 1px solid var(--base--transparent);
  border-radius: var(--radius--1rem);
  background-color: var(--neutral--900);
  width: 100%;
  padding: 16px 16px 16px 48px;
  font-weight: 500;
  transition: border-color .2s;
}

.radio-card:hover {
  border-color: var(--base--transparent);
  background-color: var(--neutral--700);
}

.radio-card:active {
  background-color: var(--neutral--700);
  box-shadow: inset 0 2px 5px #0003;
}

.dropdown {
  width: 100%;
  max-width: 238px;
}

.input-wrapper-inline {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  display: flex;
  position: relative;
}

.input-label-inline {
  z-index: 2;
  color: var(--base--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: absolute;
  top: 0;
  left: 12px;
}

.input-field-inline {
  border: 1px solid var(--base--background);
  background-color: var(--neutral--900);
  width: 100%;
  height: 60px;
  color: var(--base--white);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: 20px 48px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .3s, border-color .3s;
}

.input-field-inline:hover {
  border-width: 1px;
  border-color: var(--white--20);
}

.input-field-inline:active {
  border-color: var(--black--36);
}

.input-field-inline:focus {
  border: 1px solid var(--white--36);
}

.input-field-inline::placeholder {
  color: var(--neutral--500);
}

.input-icon-inline {
  width: 22px;
  height: 22px;
  color: var(--neutral--600);
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 18px 1rem;
}

.div-block-79 {
  background-color: var(--base--background);
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0%;
  right: 0%;
}

.field-label-2 {
  color: var(--neutral--300);
  text-transform: uppercase;
  font-family: Pitch Sans, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
  top: 2px;
}

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

.text-block-10 {
  background-image: linear-gradient(90deg, var(--blue--1000), var(--green--250));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
}

.div-block-81 {
  z-index: 2;
  white-space: normal;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.text-block-3-copy {
  background-color: var(--base--transparent);
  width: 100%;
  color: var(--base--black);
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

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

.tab-link-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--base--transparent);
  color: var(--neutral--300);
  letter-spacing: -.08px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.2rem .8rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  transition: color .3s, background-color .3s;
  display: flex;
}

.tab-link-3:hover {
  color: var(--base--white);
  background-color: #292428;
}

.tab-link-3.w--current {
  background-color: var(--base--transparent);
  color: #f5c3de;
  background-image: linear-gradient(250deg, #3b2737, #363035);
  box-shadow: 0 2px 5px #0003;
}

.headshot-charicature {
  z-index: 2;
  opacity: 1;
  border-radius: 50%;
  width: 50px;
  position: absolute;
}

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

.parallax__overlay-copy {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--black--48), var(--base--transparent) 17%), linear-gradient(180deg, var(--base--transparent) 80%, var(--base--background));
  position: absolute;
  inset: 0%;
}

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

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

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

.headshot-charicature-copy {
  z-index: 2;
  border-radius: 50%;
  width: 50px;
}

.div-block-87 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--neutral--100);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-11 {
  font-weight: 400;
}

.text-block-12 {
  font-family: Inter, sans-serif;
}

.menu-outer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--600);
  border-radius: var(--radius--1rem);
  background-color: #1a1b1e66;
  flex-direction: column;
  max-width: 100%;
  display: flex;
  position: relative;
}

.menu-inner {
  border-radius: var(--radius--1rem);
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: auto;
}

.menu-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--neutral--300);
  white-space: nowrap;
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .6rem 1rem .7rem;
  font-size: .95rem;
  font-weight: 400;
  line-height: 114.286%;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #a35c9466, var(--base--transparent) 86%);
  color: var(--base--white);
}

.menu-link.w--current {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fc8de44d, var(--base--transparent));
  color: var(--base--white);
  font-weight: 400;
}

.menu-link.last-link {
  padding-right: 1rem;
}

.menu-link.last-link.w--current {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fc8de48a, var(--base--transparent));
}

.heading-4 {
  text-align: center;
  font-size: 4rem;
  position: static;
}

.divider-horizontal {
  z-index: 0;
  border-top: 1px solid var(--neutral--700);
  border-bottom: 1px solid var(--neutral--700);
  background-color: var(--neutral--900);
  pointer-events: none;
  width: 100vw;
  height: .5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.highlight-love {
  background-image: linear-gradient(-90deg, var(--other--red), #ffb590);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.quote-container {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--neutral--500);
  border-radius: var(--radius--1rem);
  background-color: var(--black--90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
}

.quote-text {
  color: var(--neutral--100);
  font-family: Recoleta, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

.widget-wrapper {
  z-index: 9999;
  width: 20vw;
  height: 50vh;
  padding: 1vw;
  position: fixed;
  inset: auto 0 0 auto;
}

.widget-container {
  z-index: 3;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px 1px #0003;
}

.widget-embed {
  flex: 1;
  min-width: 86vh;
  height: 100%;
}

.widget-move {
  opacity: 0;
  color: #fff;
  background-color: #161e27;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0 100%;
}

.widget-move:hover {
  opacity: 1;
}

.widget-move.right {
  border-bottom-right-radius: 0;
}

.widget-move.down {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}

.widget-svg-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: -.5vw;
  display: flex;
  position: absolute;
  inset: auto 1vw 100% auto;
}

.widget-close:hover {
  background-color: #002aff1a;
}

.widget-mobile {
  display: none;
}

.widget-svg {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-91 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.div-block-92 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-photo-container {
  border: 1px solid var(--neutral--700);
  border-radius: .5rem;
  height: 100vh;
  position: relative;
}

.div-block-94 {
  position: absolute;
  inset: 20% 5% 0% auto;
}

.block-one {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50vh;
  margin-left: 10%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 50px #00000040;
}

.block-one.sticky {
  z-index: 100;
  background-color: var(--base--transparent);
  width: 100%;
  height: 0;
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 93vh;
}

.sticky-wrapper {
  width: 100%;
  position: relative;
}

.sticky-column {
  justify-content: center;
  align-items: flex-start;
  width: 0%;
  height: 98%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

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

.header78_image-list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.div-block-95 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.call-card-container {
  z-index: 10;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border: 1px solid var(--white--4);
  background-color: var(--neutral--800);
  opacity: .6;
  color: var(--base--white);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 .75px #0000008f, 0 3px 6px #00000030;
}

.div-block-96 {
  flex-flow: column;
  display: flex;
}

.div-block-96-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.radial-gradient {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--base--transparent) 54%, var(--base--background) 85%), linear-gradient(160deg, #1d1b1d 5%, var(--black--12) 48%, var(--base--transparent) 71%, var(--neutral--900));
  position: absolute;
  inset: 0%;
}

.header78_image-list-top-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: block;
}

.header78_image-list-top-3.indent {
  position: relative;
  left: 10%;
}

.header78_image-list-top-3.reverse-indent {
  position: relative;
  left: -300%;
}

.header78_image-wrapper-3 {
  width: 100%;
  min-width: 22rem;
  height: 100%;
  position: relative;
}

.header78_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.div-block-97 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: var(--neutral--200);
  font-family: La Belle Aurore, sans-serif;
  font-size: 2rem;
}

.quote-p {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-100 {
  border: 1px solid var(--neutral--400);
  border-radius: 30px;
  margin-bottom: 2px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.div-block-18-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-block-17 {
  background-color: var(--white--12);
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.div-block-101 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.text-block-18 {
  white-space: nowrap;
}

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

.chat-container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 1rem 0 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-label {
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-left: 1rem;
  font-family: Pitch Sans, Verdana, sans-serif;
}

.feature-card_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  position: relative;
}

.cta-feature-float {
  z-index: 10;
  border: 1px solid var(--neutral--700);
  background-color: var(--base--background);
  border-radius: 1rem;
  width: 280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: static;
  inset: 30% 0% auto;
}

.close-modal-container {
  z-index: 90;
  position: absolute;
  inset: 0%;
}

.modal-container {
  z-index: 99;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 10%;
}

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

.icon-embed-xxsmall-4, .icon-embed-xxsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.2rem;
  display: flex;
}

.text-highlight {
  color: var(--base--black);
  background-color: #fffbe2;
  padding-left: 3px;
  padding-right: 3px;
}

.icon-embed-xxsmall-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.2rem;
  display: flex;
}

.div-block-105 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  opacity: .8;
  color: var(--base--white);
  padding: .5rem 1rem;
}

.navbar1_link:hover {
  opacity: 1;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_link.desktop-hide {
  display: none;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.blog-post4-header_title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-post4-header_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post4-header_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post4-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-post4-header_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post4-header_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post4-header_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post4-header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post4-header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blog-post4-header_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post4-header_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post4-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-post4-content_content {
  margin-bottom: 4rem;
}

.blog-post4-content_newsletter {
  border: 1px solid var(--neutral--600);
  border-radius: var(--radius--1rem);
  width: 250px;
  padding: 2rem;
  position: sticky;
  top: 10rem;
}

.blog-post4-content_form {
  margin-bottom: 0;
}

.blog-post4-content_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blog-post4-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog-post4-related_heading {
  flex: 1;
}

.blog-post4-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post4-related_button-row.mobile-landscape {
  display: none;
}

.blog-post4-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-post4-related_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog-post4-related_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-post4-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-post4-related_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post4-related_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-post4-related_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog-post4-related_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog-post4-related_title-wrapper {
  margin-bottom: .5rem;
}

.blog-post4-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

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

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

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

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

.footer1_credit-text {
  font-size: .875rem;
}

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.tooltip1_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tooltip1_component.tooltip-logo-component {
  margin-right: -25px;
}

.tooltip1_component.tooltip-app-component {
  margin-right: -10px;
}

.tooltip1_tooltip-wrapper {
  padding-bottom: 0;
  display: none;
  position: absolute;
  bottom: 100%;
}

.tooltip1_card-wrapper {
  z-index: 2;
  border-radius: var(--radius--1rem);
  color: var(--neutral--100);
  padding: .75rem;
}

.tooltip1_pointer {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  margin-bottom: .1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.tooltip1_element-wrapper.tooltip-logo-hover:hover {
  transform: scale(1.15);
}

.tooltip1_responsive {
  display: none;
}

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

.tooltip-logo {
  border: 2px solid var(--black--80);
  border-radius: 50%;
  width: 1.9rem;
  height: 1.9rem;
}

.text-span_link {
  color: var(--neutral--300);
  text-decoration: underline;
}

.checkbox-field {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  padding-left: 0;
  display: flex;
}

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

.checkbox-button {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  flex: none;
  width: 18px;
  height: 18px;
  margin: 4px 12px 0 0;
  transition: border-color .3s;
}

.checkbox-button:hover {
  background-image: none;
}

.checkbox-button.w--redirected-checked {
  border-color: var(--base--white);
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: 12px 12px;
}

.checkbox-button.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.checkbox-label {
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.checkbox-description {
  color: gray;
  font-size: 14px;
  font-weight: 400;
}

.cta_pill-box {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--black--90);
  background-image: linear-gradient(0deg, var(--black--20), #8e78b014);
  width: 100%;
  color: var(--base--white);
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.cta_pill-box:hover {
  background-color: var(--base--white);
  background-image: none;
}

.cta_pill-box.secondary {
  filter: invert();
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  background-image: none;
  border-width: 1px;
  border-color: #0000;
}

.cta_pill-box.secondary:hover {
  background-color: var(--black--16);
  background-image: none;
}

.cta_pill-box.glow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  background-image: none;
  padding-left: .4rem;
  box-shadow: 0 0 5px #00000080, 0 0 20px #97959e1a;
}

.cta_pill-box.glow:hover {
  opacity: 1;
  box-shadow: 0 0 30px #97959e;
}

.cta_pill-box.button-form {
  background-image: linear-gradient(0deg, var(--black--12), var(--base--transparent) 5%);
  opacity: .9;
  width: 200px;
  font-weight: 500;
  box-shadow: 0 0 5px #00000080, 0 0 20px #97959e80;
}

.cta_pill-box.button-form:hover {
  opacity: 1;
  box-shadow: 0 0 30px #97959e;
}

.div-block-107 {
  background-color: var(--green--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
}

.cta-call-pill {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--black--72);
  background-color: var(--white--8);
  background-image: linear-gradient(180deg, var(--white--8), #8e78b014);
  width: 100%;
  box-shadow: 0 1px 1px 0 #0000001f, 0 4px 4px -1px #0000000f, inset 0 .75px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  color: var(--base--white);
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .7rem .5rem 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cta-call-pill.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.cta-call-pill.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.cta-call-pill.is-small {
  padding: .5rem 1.25rem;
}

.cta-call-pill.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.cta-call-pill.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.cta-call-pill.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cta-call-pill.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.cta-call-pill.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-call-pill.show-mobile {
  display: none;
}

.cta-call-pill.operator {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

.text-span-10 {
  font-family: Rooberttrial, Verdana, sans-serif;
}

.text-span-11 {
  font-family: Varela, sans-serif;
}

.cta_button-container {
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
  top: 1.5rem;
}

.div-block-109 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 4rem;
}

.notification-card-container-copy {
  z-index: 12;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--black--72);
  opacity: 1;
  color: var(--base--white);
  background-image: none;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  margin-bottom: 30px;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  box-shadow: 0 0 0 .75px #0000008f, 0 3px 6px #00000030, 0 10px 10px #0000002b, 0 23px 14px #0000001a, 0 41px 17px #00000008, inset 0 .25px .25px #ffffff52, inset 0 .75px .25px #0003, inset 0 6px 16px #ffffff1f;
}

.notification-card-container-copy.msg-1 {
  z-index: 13;
}

.layout424_content-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-top: 2rem;
  padding-left: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-110 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-110-copy {
  z-index: 100;
  background-image: linear-gradient(180deg, var(--base--transparent) 51%, var(--black--32));
  width: 100%;
  height: 100px;
}

.cta_main-section {
  z-index: 10;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 1px solid var(--base--transparent);
  box-shadow: none;
  color: var(--base--black);
  background-color: #fff;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: relative;
}

.cta_main-section:hover {
  border: 1px solid var(--white--12);
  background-image: none;
}

.cta-button {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--black--72);
  background-color: var(--white--2);
  background-image: linear-gradient(180deg, var(--white--8), #8e78b014);
  width: 100%;
  box-shadow: 0 1px 1px 0 #0000001f, 0 4px 4px -1px #0000000f, inset 0 .75px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  color: var(--base--white);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.cta-button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.cta-button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.cta-button.is-small {
  padding: .5rem 1.25rem;
}

.cta-button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.cta-button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.cta-button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.cta-button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.cta-button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button.show-mobile {
  display: none;
}

.cta-button.operator {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  padding: 3px 15px 3px 7px;
}

.cta-button.cta-call-pill {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--black--32);
  justify-content: space-between;
  padding: .5rem .5rem .5rem 1rem;
}

.div-block-107-copy {
  background-color: var(--white--8);
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: var(--black--48);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-112 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-container-section {
  height: 100vh;
  padding-top: 10vh;
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 1rem;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.button-cta.show-mobile {
  display: none;
}

.section_logo3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.logo3_component {
  display: flex;
}

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

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  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;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.white-bg {
  background-color: var(--base--transparent);
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

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

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.text-size-medium-5 {
  font-size: 1.125rem;
}

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

.section_header105 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.header105_heading {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header105_heading-span {
  background-image: url('../images/Placeholder-Image---Landscape.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 11.5rem;
}

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

.header156_text-wrapper {
  text-align: center;
  align-self: center;
  position: absolute;
}

.header156_component {
  flex-direction: column;
  min-height: 180vh;
  margin-bottom: 7rem;
  position: relative;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

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

.header156_content-bottom {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 5rem 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.header156_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

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

.section_header156 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.header156_image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header156_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.header156_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.header156_image-wrapper.is-image1 {
  top: -15%;
  right: 0%;
}

.header156_image-wrapper.is-image2 {
  top: 5%;
  left: -10%;
}

.header156_image-wrapper.is-image3 {
  left: -15%;
}

.header156_image-wrapper.is-image4 {
  bottom: 5%;
  left: -10%;
}

.team21_item {
  text-align: center;
}

.team21_item.item-padding {
  margin-top: 4rem;
}

.section_team21 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.text-size-medium-7 {
  font-size: 1.125rem;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team21_empty-space {
  width: 100%;
  height: 100%;
}

.team21_header {
  margin-top: 5rem;
  position: sticky;
  top: 50vh;
  transform: translate(0, -50%);
}

.team21_component {
  flex-flow: column;
  position: relative;
}

.team21_list {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.team21_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

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

.team21_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-8 {
  font-size: 1.125rem;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.contact3-locations_map {
  width: 100%;
  height: 100%;
}

.contact3-locations_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.contact3-locations_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

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

.contact3-locations_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.contact3-header_image {
  object-fit: cover;
  display: block;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact3-header_image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.contact3-locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.error-text {
  color: #e23939;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.contact3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.contact3-header_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact3-details_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact3-details_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact3-locations_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.contact3-locations_tab-pane {
  height: 100%;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-4.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.layout83_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.icon-embed-xxsmall-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.section_layout83 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.heading-style-h2-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-5.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.section_layout233 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.icon-embed-xxsmall-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout233_item-icon-wrapper {
  display: inline-block;
}

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

.layout233_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

@media screen and (min-width: 1440px) {
  .video-lightbox-wrapper {
    background-image: none;
  }

  .shape-9 {
    background-color: #625c63;
  }

  .layout424_content {
    height: 100vh;
  }
}

@media screen and (min-width: 1920px) {
  .container-regular.hero {
    min-height: 50vh;
  }

  .hero-content {
    min-height: auto;
  }

  .footer-contact-link {
    flex-flow: row;
  }

  .title-text {
    font-size: 4rem;
    line-height: 4rem;
  }

  .div-block-4 {
    max-width: 1200px;
  }

  .secondary-headline {
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-regular {
    font-size: 1rem;
  }

  .template-typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary {
    display: flex;
  }

  .button-secondary {
    max-width: 150px;
    display: flex;
  }

  .button-secondary.show-mobile {
    display: block;
  }

  .button-secondary.mobile-hide {
    display: none;
  }

  .template-style-guide {
    flex-direction: column;
  }

  .template-menu {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
    display: grid;
    position: static;
  }

  .video-lightbox-wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .nav-container-lines {
    background-color: var(--base--transparent);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button.show-mobile {
    display: flex;
  }

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .cta-side {
    max-width: none;
  }

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

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .prcing-features-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-text {
    max-width: 440px;
  }

  .submit-button {
    display: flex;
  }

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

  .clone-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .clone-button, .clone-close {
    display: flex;
  }

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .card.call-icon {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .wrapper {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .elapsed {
    display: none;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .duration, .media-player-volume-wrapper {
    display: none;
  }

  .section_layout484 {
    top: 0;
  }

  .layout121_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout121_progress-bar-wrapper {
    height: 70%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

  .portfolio23_item {
    padding: 2rem;
  }

  .player-side {
    max-width: none;
  }

  .media-wrapper {
    max-width: none;
    padding-right: 44px;
  }

  .main-media-player-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-46 {
    margin-left: .5rem;
    margin-right: .4rem;
    display: block;
  }

  .tabs-cta.w--current {
    white-space: nowrap;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar12_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar12_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--base--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--base--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--base--background);
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 6rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }

  .navbar5_menu-left {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar5_dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .navbar5_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar5_dropdown-content-center {
    align-items: flex-start;
    max-width: none;
  }

  .navbar5_dropdown-content-left-copy {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-content-center-copy {
    max-width: none;
  }

  .use-cases_left-bar {
    max-width: none;
    padding-right: 44px;
  }

  .cta_outer-glow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .header106_images-wrapper-2 {
    grid-column-gap: 1rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-76 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .comparison5_top-row-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
  }

  .comparison5_top-row-content {
    padding: 1.5rem 1rem;
  }

  .cta-side-image-in-image {
    max-width: none;
    height: 80%;
    top: 20%;
  }

  .demo-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .tab-link-3.w--current {
    white-space: nowrap;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.desktop-hide {
    display: block;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post4-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post4-content_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post4-content_content {
    margin-bottom: 3rem;
  }

  .blog-post4-content_newsletter {
    position: static;
  }

  .blog-post4-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post4-related_heading {
    margin-right: 3rem;
  }

  .blog-post4-related_button-row {
    flex: none;
  }

  .blog-post4-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .cta-call-pill.show-mobile, .cta-button.show-mobile {
    display: flex;
  }

  .button-cta {
    max-width: 150px;
    display: flex;
  }

  .button-cta.show-mobile {
    display: block;
  }

  .button-cta.mobile-hide {
    display: none;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header105_heading {
    font-size: 3.25rem;
  }

  .header105_heading-span {
    padding-right: 7.5rem;
  }

  .header156_text-wrapper {
    align-self: center;
  }

  .header156_component {
    margin-bottom: 0;
  }

  .header156_content-bottom {
    justify-content: center;
    align-items: flex-start;
  }

  .header156_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header156_image-wrapper.is-image1 {
    top: -10%;
  }

  .header156_image-wrapper.is-image3 {
    left: -30%;
  }

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

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .menu-icon1_line-top-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact3-locations_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .contact3-header_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact3-details_component {
    grid-column-gap: 2rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .menu-icon1_line-middle-2 {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .layout83_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .layout233_list {
    grid-column-gap: 2rem;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .button-secondary {
    max-width: 100%;
  }

  .template-group {
    padding: 24px;
  }

  .video-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-lightbox-link {
    padding: 24px;
  }

  .logo-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .content-container-lines {
    padding: 72px 24px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

  .feature-title {
    margin-bottom: 0;
  }

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

  .container-lines-large, .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .linear-border.cta-border.top {
    display: none;
  }

  .cta-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-side.top-fold {
    border: 2px solid var(--neutral--700);
    max-width: 100%;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .footer-line {
    top: -72px;
  }

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

  .footer-main {
    padding-top: 16px;
  }

  .footer-contact-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .base-grid-small {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium.card-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .gallery24_component {
    height: 400vh;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 250vh;
  }

  .gallery24_image {
    width: 90vw;
  }

  .header106_inner-wrapper {
    min-height: 450px;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .header78_image-wrapper {
    width: 18rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .text-size-small.card-text {
    font-size: .7rem;
    line-height: .9rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .shape-2 {
    background-color: #2c2931;
  }

  .shape-1 {
    background-color: #3f3f3f;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .pricing6_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-gallary {
    top: 0;
  }

  .message-card-container {
    margin-bottom: 20px;
    padding: 1rem;
  }

  .div-block-22 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image1 {
    top: 8vh;
  }

  .image2 {
    top: 10vh;
  }

  .icon-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .product-hero_desktop, .media-info-wrapper {
    display: none;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-player-play-button, .media-player-pause-button {
    margin-left: 15px;
    margin-right: 15px;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .track {
    padding-left: 12px;
    padding-right: 12px;
  }

  .layout484_text {
    font-size: 1.5rem;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout424_content {
    height: 100vh;
    min-height: 0;
  }

  .layout487_item {
    justify-content: center;
    height: auto;
  }

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

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .portfolio23_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .portfolio22_item-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .timeline1_circle {
    margin-top: .75rem;
  }

  .timeline2_circle, .timeline6_circle {
    margin-top: 2.25rem;
  }

  .player-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .media-wrapper {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-tabs-menu {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar12_dropdown-list._45rem.w--open {
    width: 100%;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content {
    display: flex;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .image-10 {
    border-radius: 1rem;
  }

  .navbar5_dropdown-content-center {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
  }

  .navbar5_dropdown-content-left-copy {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-content-center-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1.5rem;
    display: grid;
  }

  .use-cases_left-bar {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .use-cases_flex-container {
    flex-flow: column-reverse wrap;
  }

  .highlight_human {
    font-size: 2.5rem;
  }

  .header106_images-wrapper-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .message-card-container-2, .message-card-container-3 {
    margin-bottom: 20px;
    padding: 1rem;
  }

  .header-tabs-menu-copy {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-68 {
    background-image: linear-gradient(0deg, black, var(--base--transparent));
  }

  .notification-card-container {
    margin-bottom: 20px;
    padding: 1rem;
  }

  .resolved-block {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .heading-3 {
    font-size: 9vh;
  }

  .product-hero_mobile {
    display: block;
  }

  .comparison5_top-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison5_top-row-title {
    display: none;
  }

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

  .comparison5_feature {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
    padding-right: 1rem;
  }

  .comparison5_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison14_grid-list {
    grid-template-columns: 1fr;
  }

  .comparison14_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .fancy-text {
    font-size: 3.5rem;
  }

  .cta-side-image-in-image {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .menu-link {
    font-size: 0;
  }

  .menu-link.w--current {
    font-size: .95rem;
  }

  .widget-wrapper {
    width: 250px;
    height: 400px;
    margin: auto;
    display: block;
    top: 0;
    left: 0;
  }

  .widget-embed {
    min-width: 690px;
  }

  .widget-move {
    display: none;
  }

  .widget-mobile {
    color: #fff;
    background-color: #2962ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    inset: auto 3vw 3vw auto;
    box-shadow: 0 0 0 5px #2962ff33;
  }

  .widget-svg {
    width: 36px;
  }

  .widget-svg.close {
    display: none;
  }

  .call-card-container {
    margin-bottom: 20px;
    padding: 1rem;
  }

  .header78_image-wrapper-3 {
    width: 18rem;
  }

  .chat-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-container {
    justify-content: center;
    align-items: flex-start;
    bottom: 0%;
    overflow: scroll;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .blog-post4-header_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post4-header_content-bottom {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .blog-post4-header_author-wrapper, .blog-post4-content_content {
    margin-bottom: 2rem;
  }

  .blog-post4-related_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post4-related_heading {
    margin-right: 0;
  }

  .blog-post4-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post4-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post4-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .notification-card-container-copy {
    margin-bottom: 20px;
    padding: 1rem;
  }

  .layout424_content-copy {
    min-height: 0;
  }

  .button-cta {
    max-width: 100%;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .header105_heading {
    font-size: 2.5rem;
  }

  .header105_heading-span {
    padding-right: 5.75rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

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

  .header156_content-bottom {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .header156_image {
    aspect-ratio: 2 / 3;
  }

  .header156_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .header156_image-wrapper.is-image1 {
    top: -5%;
  }

  .header156_image-wrapper.is-image2 {
    top: 10%;
  }

  .header156_image-wrapper.is-image3 {
    bottom: 30%;
  }

  .header156_image-wrapper.is-image4 {
    bottom: 10%;
  }

  .team21_item.item-padding {
    margin-top: 0;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

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

  .team21_empty-space {
    display: none;
  }

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

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

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .contact3-locations_map {
    height: 20rem;
  }

  .contact3-locations_component, .contact3-header_component, .contact3-details_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .layout83_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

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

@media screen and (max-width: 479px) {
  .button-primary {
    width: 100%;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .section-90.top-section {
    margin-bottom: 10rem;
  }

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

  .container-lines-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .lines-group {
    display: none;
  }

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

  .headline-large {
    font-size: 1.5rem;
  }

  .logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-color-white {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .label-regular {
    white-space: normal;
  }

  .integration-circle {
    display: none;
  }

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-contact-details {
    flex-direction: column;
  }

  .grid-three-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .submit-button, .clone-button {
    width: 100%;
  }

  .navbar13_logo-link {
    padding-left: 0;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .title-text {
    letter-spacing: -.1rem;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-3 {
    white-space: normal;
  }

  .secondary-headline {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .text-size-medium.card-text.indent {
    text-indent: 1.1rem;
  }

  .text-size-medium.case-study {
    line-height: 1.2rem;
  }

  .text-size-medium.card-text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .gallery24_component {
    height: 400vh;
  }

  .gallery24_horizontal-scroll-content {
    width: 160vh;
  }

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

  .header78_image-wrapper {
    width: 60vw;
  }

  .heading-style-h3.custom1 {
    line-height: 1;
  }

  .text-size-small.card-time {
    white-space: nowrap;
    font-size: .7rem;
  }

  .text-size-small.card-text {
    font-size: .7rem;
    line-height: .8rem;
  }

  .icon-embed-xxsmall.sparklie-card-icon {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .icon-embed-medium.sun-icon, .icon-embed-medium.rain-icon {
    line-height: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .case-study-logo {
    width: 3rem;
    height: 3rem;
  }

  .case-study-highlight {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .day-night-section {
    overflow: hidden;
  }

  .shape-2 {
    background-color: #3c3a31;
  }

  .shape-4 {
    top: 30.7em;
  }

  .shape-7 {
    background-color: #695294;
  }

  .shape-6 {
    background-color: #c5b7c2;
  }

  .div-block-11 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pricing6_tabs {
    padding-left: 3%;
    padding-right: 2%;
  }

  .pricing6_plan {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .card {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .bubble-right {
    margin-left: 1rem;
  }

  .bubble-left {
    margin-right: 1rem;
  }

  .div-block-22 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image1 {
    top: 100px;
    left: 10vw;
  }

  .image2 {
    width: 200px;
    top: 115px;
    left: 7vw;
  }

  .profile-pic {
    min-width: 30px;
  }

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

  .wrapper.relative-rem {
    padding-bottom: 2rem;
    top: 0;
  }

  .section-bottom {
    height: 110vh;
  }

  .div-block-36 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    top: 0;
  }

  .rive {
    display: none;
  }

  .track-number {
    margin-right: 10px;
    display: none;
  }

  .track-thumbnail {
    width: 55px;
    height: 55px;
  }

  .layout484_text {
    color: var(--neutral--100);
    font-size: 1.3rem;
  }

  .layout424_heading-list {
    height: 6rem;
    padding-top: 2rem;
  }

  .layout487_item {
    height: auto;
  }

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

  .portfolio22_item-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-bottom-copy {
    height: 110vh;
  }

  .media-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_dropdown-link {
    padding-left: 0;
  }

  .navbar5_dropdown-content-right {
    padding: 0;
  }

  .navbar5_dropdown-content-center {
    grid-template-columns: 1fr;
  }

  .user-profile-name {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .navbar5_dropdown-content-left-copy {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_dropdown-content-center-copy {
    grid-template-columns: 1fr;
  }

  .account-form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .use-cases_left-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-61 {
    flex-flow: column;
  }

  .header106_images-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .message-card-container-2, .message-card-container-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header-tabs-menu-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .layout424_heading-2 {
    white-space: normal;
    font-size: 3rem;
    line-height: 4rem;
  }

  .iphone-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    padding-top: 1rem;
    overflow: hidden;
  }

  .arrow-sign {
    font-size: 1.5rem;
  }

  .yc-title-tag {
    white-space: nowrap;
  }

  .notification-card-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .comparison5_top-row-title, .comparison5_top-row-content {
    padding: 1rem .5rem;
  }

  .fancy-text {
    font-size: 2.8rem;
  }

  .mission-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 20%;
  }

  .cover-photo {
    display: none;
  }

  .demo-form {
    margin-left: 5%;
    margin-right: 5%;
  }

  .radio-list {
    grid-template-columns: 1fr;
  }

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

  .menu-link {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 0;
  }

  .menu-link.w--current {
    font-size: .8rem;
  }

  .menu-link.last-link {
    padding-right: .7rem;
  }

  .menu-link.first-link {
    padding-left: .7rem;
  }

  .quote-container {
    background-image: linear-gradient(180deg, var(--base--transparent) 13%, var(--base--background));
  }

  .quote-text {
    font-size: 1.3rem;
  }

  .quote-photo-container {
    flex-flow: column;
    display: flex;
  }

  .div-block-94 {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
  }

  .call-card-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header78_image-wrapper-3 {
    width: 60vw;
  }

  .text-block-16 {
    display: block;
  }

  .quote-p {
    object-position: 0% 50%;
  }

  .div-block-98 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-inner {
    margin-left: 3%;
    margin-right: 3%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-102 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .chat-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .modal-container {
    top: 5%;
    left: 5%;
    right: 5%;
  }

  .blog-post4-header_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post4-header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post4-content_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post4-related_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .notification-card-container-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .layout424_content-copy {
    margin-top: 0;
    padding-left: 0;
  }

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

  .logo3_list {
    justify-content: center;
  }

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

  .header105_heading-wrapper {
    grid-row-gap: .25rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .header105_heading {
    font-size: 1.75rem;
  }

  .header105_heading-span {
    padding-right: 4rem;
  }

  .header156_content-wrapper {
    grid-template-columns: 1fr;
  }

  .header156_image-wrapper.is-image1 {
    top: -2%;
  }

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

  .contact3-locations_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact3-header_component, .contact3-details_component, .layout83_item-list, .layout83_content, .layout233_list {
    grid-template-columns: 1fr;
  }
}

#w-node-a89f894c-207b-5891-9479-ed3af314cfb2-6e62c913, #w-node-a89f894c-207b-5891-9479-ed3af314cfa6-6e62c913, #w-node-a89f894c-207b-5891-9479-ed3af314cf9a-6e62c913, #w-node-_046bf68e-8e91-4eb0-60a1-62c06a87c959-6e62c913, #w-node-feaa1542-5c4d-0223-e672-b9244b54d89a-6e62c913, #w-node-feaa1542-5c4d-0223-e672-b9244b54d8a4-6e62c913, #w-node-_71a17b00-ec42-c31f-fd92-24b23ad9bb7d-6e62c913, #w-node-_06f40c05-7205-c346-3c93-585c7fb1d080-6e62c913, #w-node-_3cea6449-52e9-00a3-2485-c2c768191144-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495df-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495e7-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a8b-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a93-6e62c913, #w-node-_9f52041a-f911-3409-17d6-6da5fc5cf29b-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18e0a4a9-00d8-9bf9-72bd-9cb8cf22903d-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18e0a4a9-00d8-9bf9-72bd-9cb8cf22905a-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31e61837-8dd0-8aca-5155-dd1b03f37600-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31e61837-8dd0-8aca-5155-dd1b03f3761c-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c17486-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c1748e-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c17496-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c1749e-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174a6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174ae-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174b6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174be-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174c6-6e62c913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d62-fc1f8d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbad6-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbadf-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbae0-9c9cbad6, #w-node-_68cf5d05-0b16-56ca-3256-ee35e5f0c470-9c9cbad6, #w-node-_68cf5d05-0b16-56ca-3256-ee35e5f0c471-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbaff-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbb00-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbaef-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbaf0-9c9cbad6, #w-node-b27846f5-c9f3-04fa-4e80-7d61b828a72b-9c9cbad6, #w-node-b27846f5-c9f3-04fa-4e80-7d61b828a72c-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbad7-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbadd-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbaf7-9c9cbad6, #w-node-fa8a115b-4ac4-ec47-b4b5-cebb9c9cbaf8-9c9cbad6, #w-node-_9c249efc-c2f0-c294-1a68-206e1e5d9dec-6e62c916, #w-node-_0e46e155-7319-6747-7bdb-10112bff4376-6e62c916, #w-node-_1939a2e4-7d24-ca0b-54c0-0b094fc6ab8e-6e62c916, #w-node-_14a1ece8-1845-b87d-ed15-6689ebb7a970-6e62c916, #w-node-_2cabea27-294d-bbe9-3982-4f84155c411c-6e62c916, #w-node-eee5e1d6-e9bf-867e-eab4-9244e776175b-e7761750, #w-node-eee5e1d6-e9bf-867e-eab4-9244e7761783-e7761750, #w-node-d00fa92f-6f68-07df-ad9c-a7b20439490b-6e62c919, #w-node-_27f210e5-5424-106d-edd8-c420457b51c2-6e62c919, #w-node-f04683ea-b2fb-b25c-5a15-5fcfba6125a8-6e62c919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6baff-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb00-ed747cff {
  justify-self: center;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb17-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb18-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb1c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb1d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb21-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb22-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb26-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb27-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb2b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb2c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb30-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb31-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb3b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb3c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb40-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb41-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb45-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb46-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb4a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb4b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb4f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb50-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb54-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb55-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb5f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb60-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb64-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb65-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb69-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb6a-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb6e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb6f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb78-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb79-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb82-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb83-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb95-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb96-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb9a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb9b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bb9f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bba0-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bba4-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bba5-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bba9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbaa-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbb4-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbb5-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbb9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbba-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbbe-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbbf-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbc3-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbc4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbc8-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbc9-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbcd-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbce-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbd9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbda-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbde-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbdf-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbe3-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbe4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbe8-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbe9-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbed-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbee-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbf2-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbf3-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbf7-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbf8-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbfc-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bbfd-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc01-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc02-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc06-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc07-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc0b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc0c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc17-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc18-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc1c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc1d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc21-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc22-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc29-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc2a-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc5c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc73-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc74-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc75-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc77-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc7a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc7b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc7c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc80-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc83-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc84-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc85-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc89-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc8d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc8e-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc94-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bc98-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc99-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bc9d-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bca0-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bca5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bca6-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bca7-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcab-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcae-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcaf-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcb0-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcb6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcb9-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcba-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcbb-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcc1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcc4-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcc5-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcc6-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcce-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcd1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcd2-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcd3-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcdf-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bce0-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bce1-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bce5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcea-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bceb-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcec-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcf2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcf7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bcf8-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcf9-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bcff-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd04-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd05-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd06-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd0e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd14-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd15-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd1b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd21-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd22-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd23-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd29-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd2e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd2f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd30-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd38-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd3d-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd3e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd3f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd47-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd4c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd4d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd4e-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd58-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd5e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd5f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd67-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd70-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd71-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd72-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd7b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd7c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd7d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd86-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bd87-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bd88-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bda3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bda4-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bda9-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdaa-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdb2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdb3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdba-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdbb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdca-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdcb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdcc-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdcd-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdcf-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdd2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdd6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdd7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdd8-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bde1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bde2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bde3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdec-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bded-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdee-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdef-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdf5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdf6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdf7-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdf8-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bdfa-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdfe-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bdff-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be00-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be01-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be03-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be0c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be13-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be14-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be15-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be16-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be18-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be1b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be1f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be20-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be21-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be2a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be2b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be2c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be35-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be36-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be37-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be38-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be3e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be3f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be40-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be41-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be43-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be47-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be48-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be49-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6be4a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6be4c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bee7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6beea-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6beeb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6beee-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6beef-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bef2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bef3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bef7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6befa-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6befb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6befe-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6beff-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf02-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf07-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf0b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf0c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf0e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf10-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf11-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf13-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf15-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf16-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf18-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf1a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf1b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf1d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf1f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf20-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf22-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf24-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf25-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf27-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf29-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf2b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf2d-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf2f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf30-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf32-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf33-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf35-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf36-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf38-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf39-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf3b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf3c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf3e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf3f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf41-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf42-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf44-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf4a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf4d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf4e-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf50-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf52-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf53-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf55-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf57-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf58-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf5a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf5c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf5d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf5f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf61-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf62-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf64-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf66-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf67-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf69-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf6b-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf6c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf6e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf70-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf71-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf73-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf75-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf76-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf78-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf7a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf7b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf7d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf7f-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf80-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf82-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf87-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf8b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf8d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bf90-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf95-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf9a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bf9f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfa4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfab-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfac-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfae-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfaf-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfb1-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfb2-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfb4-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfb5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfb7-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfb8-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfba-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfbb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfbd-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfbe-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfc0-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfc1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfc3-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfc4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfc6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfc7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfc9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfca-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfcc-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfcd-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfcf-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfd0-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfd2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfd3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfd5-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfd6-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfd8-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfd9-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfdb-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfdc-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfde-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfdf-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfe1-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfe2-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfe4-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfe5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfe7-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfe8-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfea-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfeb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfed-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bfee-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bff0-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bff1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bff3-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bff4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bff6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bff7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bff9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bffa-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6bffc-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bffd-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6bfff-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c000-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c002-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c003-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c008-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c00c-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c00e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c011-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c016-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c01b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c020-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c025-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c02c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c02d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c02f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c030-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c032-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c033-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c035-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c036-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c038-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c039-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c03b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c03c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c03e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c03f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c041-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c042-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c044-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c045-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c047-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c048-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c04a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c04b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c04d-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c04e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c050-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c051-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c053-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c054-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c056-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c057-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c059-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c05a-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c05c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c05d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c05f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c060-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c062-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c063-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c065-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c066-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c068-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c069-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c06b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c06c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c06e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c06f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c071-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c072-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c074-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c075-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c077-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c078-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c07a-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c07b-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c07d-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c07e-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c080-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c081-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c083-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c084-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c089-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c08c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c08d-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c08f-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c090-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c092-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c093-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c095-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c096-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c098-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c099-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c09b-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c09c-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c09e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c09f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0a1-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0a2-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0a4-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0a5-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0a7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0a8-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0aa-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0ab-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0ad-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0ae-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0b0-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0b1-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0b3-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0b4-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0b6-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0b7-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0b9-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0ba-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0bc-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0bd-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0bf-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0c0-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0c2-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0c3-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0c5-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0c6-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0c8-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0c9-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c0cb-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c0cc-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c1be-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c1c2-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1c3-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1c7-ed747cff, #w-node-dda141ca-6527-165a-dc8a-19687aa6c1c9-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1ca-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1ce-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1cf-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1d3-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1d4-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1d8-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1d9-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1dd-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1de-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1e2-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1e3-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1e7-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1e8-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1ec-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1ed-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1f1-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1f2-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1f6-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1f7-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1fa-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1fb-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c1ff-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c200-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c204-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c205-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c209-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c20a-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c20e-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c20f-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c213-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c214-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c218-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c219-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c21d-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c21e-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c222-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c223-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c227-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c228-ed747cff {
  justify-self: start;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c22c-ed747cff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dda141ca-6527-165a-dc8a-19687aa6c22d-ed747cff {
  justify-self: start;
}

#w-node-_741d6807-c126-bf54-6e23-2e774731e8cc-3212d5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9eeeeb51-3c71-484a-984f-35bae98a1f51-f094dfc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eeeeb51-3c71-484a-984f-35bae98a1f6e-f094dfc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b4c-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b51-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b56-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b5b-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b62-72e02a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b67-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b6c-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b71-72e02a85 {
  align-self: start;
}

#w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b82-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b87-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b8c-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b91-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b98-72e02a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ffe826bf-7fc0-5144-9f21-2c40327f2b9d-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2ba2-72e02a85, #w-node-ffe826bf-7fc0-5144-9f21-2c40327f2ba7-72e02a85 {
  align-self: start;
}

#w-node-_665c415a-c845-2842-2774-53798f7533c3-53000a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_665c415a-c845-2842-2774-53798f7533df-53000a72 {
  justify-self: start;
}

#w-node-_665c415a-c845-2842-2774-53798f75341d-53000a72 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e35c8-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e35c9-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e35de-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e35f3-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e35f4-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e3609-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e360a-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e361f-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e3620-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e3635-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e364a-8fbac28d, #w-node-_0779bc9a-3e83-9189-b30d-82e3fb7e364b-8fbac28d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5284fcf-f561-f096-331e-d9ab798ee972-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee974-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee976-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee978-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee97a-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee97c-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee97e-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee980-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee983-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee985-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee987-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee989-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee98b-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee98d-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee98f-798ee968, #w-node-d5284fcf-f561-f096-331e-d9ab798ee991-798ee968 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3cea6449-52e9-00a3-2485-c2c768191144-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495df-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495e7-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a8b-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a93-6e62c913 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-6e62c913, #w-node-_18e0a4a9-00d8-9bf9-72bd-9cb8cf22905a-6e62c913, #w-node-_31e61837-8dd0-8aca-5155-dd1b03f3761c-6e62c913 {
    justify-self: start;
  }

  #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c17496-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c1749e-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174a6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174ae-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174b6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174be-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174c6-6e62c913 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9eeeeb51-3c71-484a-984f-35bae98a1f6e-f094dfc4 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cea6449-52e9-00a3-2485-c2c768191144-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495df-6e62c913, #w-node-_03418b7e-e94f-cb15-94bd-bfa5376495e7-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a8b-6e62c913, #w-node-e9e3fa49-29b3-e909-a66d-38f88fb01a93-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c17496-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c1749e-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174a6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174ae-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174b6-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174be-6e62c913, #w-node-_4e05e0c9-3bcb-0772-a1d1-478c73c174c6-6e62c913 {
    grid-column: span 1 / span 1;
  }

  #w-node-e96bd848-ec50-013c-7f2c-7b4b659c89f0-72e02a85, #w-node-e96bd848-ec50-013c-7f2c-7b4b659c89fa-72e02a85, #w-node-e96bd848-ec50-013c-7f2c-7b4b659c8a04-72e02a85, #w-node-e96bd848-ec50-013c-7f2c-7b4b659c8a0e-72e02a85, #w-node-e96bd848-ec50-013c-7f2c-7b4b659c8a18-72e02a85 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Pitch Sans';
  src: url('../fonts/pitch-sans-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rooberttrial';
  src: url('../fonts/RoobertTRIAL-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-RegularDEMO.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}