@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-airitalic.woff2') format("woff2"), url('../fonts/aeonik-regularitalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-mediumitalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  src: url('../fonts/aeonik-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonikvf;
  src: url('../fonts/aeonikvf-italic.woff2') format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Aeonikvf;
  src: url('../fonts/aeonikvf.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Nyghtserif;
  src: url('../fonts/NyghtSerif-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nyghtserif;
  src: url('../fonts/NyghtSerif-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Inter, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Aeonikvf, Arial, sans-serif;
  --color-scheme-1--neutral-950: #09090b;
  --color-scheme-1--neutral-400: #a1a1aa;
  --color-scheme-1--light-blue: #00b3ad;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--neutral-900: #121314;
  --color-scheme-1--neutral-50: #fcfcfc;
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--neutral-100: #f6f6f6;
  --color-scheme-1--neutral-600: #565860;
  --color-scheme-1--grey-border-color: #efefef;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --color-scheme-1--grey: #767676;
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-1--second-purple: #8b5cf6;
  --color-scheme-1--blue: #1d4ed8;
  --color-scheme-1--light-black: #282f34;
  --_typography---font-styles--nyght-serif: Nyghtserif, Arial, sans-serif;
  --color-scheme-1--purple-dark: #7869ac;
  --color-scheme-1--neutral-300: #d4d4d8;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-lighter: #ccc;
  --color-scheme-1--neutral-800: #2c2e2f;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --color-scheme-1--neutral-700: #4d4c56;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --color-scheme-1--neutral-500: #71717a;
  --color-scheme-1--neutral-200: #eaeaea;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --color-scheme-1--white: white;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --color-scheme-1--purple: #6868c9;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --color-scheme-1--dark-purple: #6152a9;
  --color-scheme-1--darkest-purple: #312143;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typography---font-styles--body);
  letter-spacing: -.048px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide-mobile-portrait.cta-2-bg_image {
  width: 954px;
  height: 644px;
}

.hide {
  display: none;
}

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

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

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

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

.max-width-xsmall.align-center._610 {
  max-width: 610px;
}

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

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

.container-large._1240 {
  max-width: 1240px;
}

.container-large._1240._1241 {
  max-width: 1241px;
}

.container-large._1240._1241._1242 {
  max-width: 1245px;
}

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

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

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

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

.max-width-large.align-center._708 {
  max-width: 708px;
}

.max-width-large.align-center._610 {
  max-width: 610px;
}

.max-width-large.align-center._1054 {
  max-width: 1054px;
}

.max-width-large.align-center._452 {
  max-width: 452px;
}

.max-width-large.align-center._790 {
  max-width: 790px;
}

.max-width-large.align-center._978 {
  max-width: 980px;
}

.max-width-large.align-center._712 {
  max-width: 712px;
}

.max-width-large.align-center._936 {
  max-width: 938px;
}

.max-width-large.align-center._788 {
  max-width: 788px;
}

.max-width-large.align-center._552 {
  max-width: 539px;
}

.max-width-large.align-center._784 {
  max-width: 784px;
}

.max-width-large.align-center._866 {
  max-width: 866px;
}

.max-width-large.align-center._762 {
  max-width: 762px;
}

.max-width-large.align-center._938 {
  max-width: 1007px;
}

.max-width-large.align-center._508 {
  max-width: 508px;
}

.max-width-large.align-center._912 {
  max-width: 912px;
}

.max-width-large.align-center._1064 {
  max-width: 980px;
}

.max-width-large.align-center._1064.tablet-516 {
  max-width: 1065px;
}

.max-width-large._419 {
  max-width: 419px;
}

.max-width-large._503 {
  max-width: 503px;
}

.max-width-large._554 {
  max-width: 554px;
}

.max-width-large._459 {
  max-width: 459px;
}

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

.max-width-small.align-center._610 {
  max-width: 610px;
}

.max-width-small.align-center._498 {
  max-width: 498px;
}

.max-width-small.align-center._438 {
  max-width: 438px;
}

.max-width-small.align-center._412 {
  max-width: 412px;
}

.max-width-small.align-center._512px {
  max-width: 512px;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.margin-0 {
  margin: 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-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.margin-bottom.margin-56.mobile-40.lottie-hero-margin-bottom {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom.padding-57 {
  padding-bottom: 57px;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: var(--_typography---font-styles--body);
  letter-spacing: -.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-medium.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.text-size-medium.text-color-primary.text-size-17 {
  font-size: 17px;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h2.text-color-primary.text-size-48 {
  font-size: 48px;
}

.heading-style-h2.text-weight-normal.text-height-130 {
  line-height: 1.3;
}

.heading-style-h2.text-weight-normal.text-height-130.text-color-neutral-400 {
  color: var(--color-scheme-1--neutral-400);
  font-weight: 400;
}

.heading-style-h2.text-weight-normal.text-height-130.text-color-neutral-400.text-size-48 {
  font-size: 48px;
  font-weight: 400;
}

.heading-style-h2.text-color-primary {
  color: #09090b;
}

.heading-style-h2.banner12-heading {
  color: var(--color-scheme-1--light-blue);
  font-size: 56px;
  font-weight: 400;
  line-height: .9;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.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-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

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

.icon-embed-medium.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-weight-normal.text-height-130 {
  line-height: 1.3;
}

.heading-style-h5.text-weight-normal.text-height-130.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

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

.heading-style-h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h1.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  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.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: var(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  background-color: var(--color-scheme-1--neutral-900);
  color: var(--color-scheme-1--neutral-50);
  text-align: center;
  border-radius: 8px;
  height: 32px;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 2px #0000001a, inset 0 1px #fff3, inset 0 -1px #000000e6, 0 0 0 1px #000000e6;
}

.button:hover {
  background-color: #2c2e2f;
}

.button:active {
  background-color: #09090b;
  box-shadow: inset 0 0 0 1px #0000000d, 0 1px #fff;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.button.is-icon.z-index-2 {
  transition: all .2s;
}

.button.is-icon.z-index-2:hover {
  grid-column-gap: 1.254rem;
  grid-row-gap: 1.254rem;
  background-image: linear-gradient(#312143, #6152a999);
}

.button.is-secondary {
  background-color: var(--color-scheme-1--neutral-50);
  color: var(--color-scheme-1--neutral-950);
  height: auto;
  padding: .75rem 1rem;
  box-shadow: 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button.is-secondary:hover {
  background-color: var(--color-scheme-1--neutral-100);
  color: var(--color-scheme-1--neutral-950);
  box-shadow: 0 2px 8px #0000000d, 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button.is-secondary:active {
  background-color: #0000000d;
  box-shadow: 0 1px #fff, inset 0 0 0 1px #0000000d;
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-small {
  color: var(--color-scheme-1--neutral-600);
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-secondary.is-small:hover {
  color: var(--color-scheme-1--neutral-950);
}

.button.is-secondary.is-small.hide-mobile-landscape.navbar-button-secondary {
  border-radius: 8px;
}

.button.is-secondary.is-icon {
  padding-right: .75rem;
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.hide-mobile-landscape.navbar-button {
  border-radius: 8px;
}

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

.heading-style-h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h4.text-color-primary.text-size-26 {
  font-size: 26px;
}

.heading-style-h4.text-color-primary.text-weight-medium {
  font-weight: 500;
}

.heading-style-h4.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.heading-style-h4.text-color-50 {
  color: var(--color-scheme-1--neutral-50);
}

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

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

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

.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-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

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

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

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

.text-size-regular {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.text-size-regular.text-weight-medium.text-color-neutral-950 {
  color: var(--color-scheme-1--neutral-950);
}

.text-size-regular.text-weight-semibold.text-height-130, .text-size-regular.text-height-130 {
  line-height: 1.3;
}

.text-size-regular.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.text-size-regular.text-color-bordergrey {
  color: var(--color-scheme-1--grey-border-color);
}

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

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

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

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

.heading-style-h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h3.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.heading-style-h3.text-color-primary.font-size-32 {
  font-size: 32px;
}

.heading-style-h3.text-weight-normal {
  font-weight: 400;
}

.heading-style-h3.text-weight-normal.text-height-110 {
  line-height: 1.1;
}

.heading-style-h3.text-weight-normal.text-height-110.text-color-primary.tablet-heading-h4.text-size-32 {
  font-size: 32px;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  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: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.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 {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

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

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

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

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

.button-group.is-center.gap-22 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

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

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

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

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

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

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

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

.icon-embed-xxsmall.navbar-dropdown-arrow {
  opacity: 0;
}

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

.icon-embed-xsmall.text-color-natural-600 {
  color: var(--color-scheme-1--neutral-600);
}

.icon-embed-xsmall.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  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: var(--_primitives---colors--white);
}

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

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

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

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

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

.text-size-small {
  letter-spacing: -.042px;
  font-size: 14px;
  line-height: 1.7;
}

.text-size-small.text-color-neutral-600 {
  color: var(--color-scheme-1--neutral-600);
}

.text-size-small.text-color-neutral-600.font-height-115 {
  line-height: 1.15;
}

.text-size-small.text-weight-medium.text-color-newgrey {
  color: var(--color-scheme-1--grey);
}

.text-size-small.text-weight-medium.text-height-115 {
  line-height: 1.15;
}

.text-size-small.text-weight-medium.text-height-115.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

.text-size-small.text-weight-semibold.text-color-nutral-400 {
  color: var(--color-scheme-1--neutral-400);
}

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

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

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

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

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

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

.text-size-large {
  font-size: 1.25rem;
}

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

.padding-section-large.padding-home-hero {
  padding-top: 192px;
  padding-bottom: 0;
}

.padding-section-large.padding-home-hero.home-services-one {
  padding-bottom: 80px;
}

.padding-section-large.padding-home-hero.padding-partnerships_hero {
  padding-top: 53px;
  padding-bottom: 202px;
}

.padding-section-large.padding-bottom-56 {
  padding-bottom: 56px;
}

.padding-section-large.padding-bottom-56._48 {
  padding-bottom: 48px;
}

.padding-section-large._210, .padding-section-large._210.z-index-2 {
  padding-top: 282px;
  padding-bottom: 210px;
}

.padding-section-large._210.z-index-2._327 {
  padding-top: 327px;
  padding-bottom: 255px;
}

.padding-section-large._210.z-index-2._295 {
  padding-top: 295px;
  padding-bottom: 223px;
}

.padding-section-large._210.z-index-2._314 {
  padding-top: 314px;
  padding-bottom: 242px;
}

.padding-section-large.legal-pages_hero-padding {
  padding-top: 120px;
}

.padding-section-large._56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.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_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  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;
}

.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 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-text.black-one {
  background-color: var(--color-scheme-1--neutral-900);
  color: var(--color-scheme-1--neutral-50);
  border-style: solid;
  border-color: #0000000d;
  border-radius: 8px;
  max-height: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

.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-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

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

.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;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.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;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.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;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

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

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

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  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;
}

.button-with-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--color-scheme-1--neutral-600);
  align-items: center;
  padding: .5rem .5rem .5rem .75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  display: flex;
}

.navbar2_dropdwn-toggle.w--open {
  color: var(--color-scheme-1--neutral-950);
  background-color: #0000000d;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #0000000d, 0 1px #fff;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list {
  background-color: #ddd0;
}

.navbar2_dropdown-list.w--open {
  z-index: 9999;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  background-color: #ddd0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.navbar2_component {
  z-index: 999;
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: #fff0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 20px 5%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar2_logo-link {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1264px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.navbar2_menu-dropdown {
  position: static;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}

.navbar2_button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  margin-left: 0;
  display: flex;
  position: relative;
}

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

.text-color-grey {
  color: var(--color-scheme-1--neutral-600);
}

.navbar-dropdown_holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---colors--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 330px;
  min-width: 330px;
  padding: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 24px -8px #0000000d, 0 2px 8px 1px #0000000d, 0 0 0 1px #0000000d;
}

.navbar-dropdown_holder.products-dropdown {
  width: 488px;
  min-width: 488px;
  padding: 1.5rem;
}

.navbar-dropdown_linkblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_primitives---colors--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
  overflow: hidden;
}

.navbar-dropdown_linkblock:hover {
  background-color: #00000005;
}

.div_flex {
  display: flex;
}

.div_flex.flex-yalign-center {
  justify-content: flex-start;
  align-items: center;
}

.div_flex.flex-yalign-center.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div_flex.flex-yalign-center.gap-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.div_flex.flex-xalign-center {
  justify-content: center;
  align-items: flex-start;
}

.div_flex.vertical {
  flex-flow: column;
}

.div_flex.vertical.flex-xaling-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.div_flex.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.navbar-dropdown-icon_wrapper {
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--_primitives---colors--white);
  border-radius: 12px;
  padding: 11px;
}

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

.navbar-mobile-buttons_holder {
  display: none;
}

.section_header26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.header26_component {
  flex-direction: column;
  align-items: center;
}

.header26_component.home-hero_center {
  display: flex;
}

.header26_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.text-color-blue-purple_gradient {
  background-image: linear-gradient(131deg, var(--color-scheme-1--second-purple), var(--color-scheme-1--blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-heading-star1 {
  position: absolute;
  top: -12px;
  left: 172px;
}

.home-heading-star1.home-services-one {
  top: -14px;
  left: 7px;
}

.home-heading-star1.home-services-one.all-industries {
  left: 46px;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.1875rem;
  height: 1.625rem;
  display: flex;
}

.button-with-bg_image {
  z-index: 1;
  opacity: .8;
  object-fit: fill;
  object-position: 50% 50%;
  width: 150px;
  min-width: 170px;
  height: 61px;
  min-height: 90px;
  position: absolute;
  right: -25.0312px;
}

.home-hero-absoulte_bg {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero-absoulte_bg.partnerships-hero_back {
  background-image: linear-gradient(#fff0, #fff 95%, #fafafa), url('../images/Vector.svg');
  background-position: 0 0, 54% 0;
  background-size: auto, 907px 891px;
}

.home-hero-bg_image {
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 1600px;
  position: relative;
  top: -192px;
  left: -23px;
}

.home-hero-bg_image.hide-mobile-portrait {
  width: 1650px;
  max-width: 1690px;
  height: 1739.53px;
  top: -199px;
  left: -27px;
}

.home-hero-bg_image.show-phone {
  display: none;
}

.home-hero-lottie_animation {
  width: 100%;
  min-width: 100%;
  max-width: 1116px;
  height: 523.141px;
  min-height: 523.141px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-lottie_animation.webp-one {
  height: auto;
  min-height: auto;
}

.home-hero-lottie_animation.gif-one {
  width: 1116px;
  min-width: auto;
  height: 517px;
  min-height: auto;
}

.home-hero-lottie_animation.small-one {
  width: 150px;
  min-width: auto;
  height: 150px;
  min-height: 150px;
}

.home-hero-lottie_animation.video-one {
  width: 1116px;
  height: 547px;
  min-height: auto;
}

.home-hero-lottie_animation.embed-lottie-one {
  height: auto;
  min-height: auto;
}

.blog36_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.blog36_image.third-section-lottie {
  width: 344px;
  max-width: 344px;
  height: 142px;
}

.blog36_image.third-section-lottie.fit-contain {
  object-fit: contain;
}

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

.blog36_list.third-section-grid {
  grid-column-gap: 0rem;
  grid-column-gap: 0rem;
}

.blog36_list.third-section-grid.table-reverse._2-columns-section {
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr;
}

.blog36_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

.blog36_item.third-section-column {
  border-top-style: none;
  border-right-color: var(--color-scheme-1--grey-border-color);
  border-bottom-style: none;
  border-left-color: var(--color-scheme-1--grey-border-color);
  background-color: #eee0;
}

.blog36_item.third-section-column.black-one {
  background-color: var(--color-scheme-1--light-black);
}

.blog36_item.third-section-column._4-cards_card.left-first {
  border-bottom-style: solid;
  border-right-style: none;
  border-bottom-color: var(--color-scheme-1--grey-border-color);
}

.blog36_item.third-section-column._4-cards_card.right-top {
  border-bottom-style: solid;
  border-bottom-color: var(--color-scheme-1--grey-border-color);
}

.blog36_item.third-section-column._4-cards_card.left-bottom {
  border-right-style: none;
}

.blog36_item.third-section-column.third-one, .blog36_item.third-section-column.second-one {
  border-style: none solid none none;
  border-color: black var(--color-scheme-1--grey-border-color) black black;
}

.blog36_item.third-section-column.partnership-column {
  border-style: none;
  border-color: #000;
}

.blog36_item.third-section-column.center-card, .blog36_item.third-section-column.right-card {
  border-left-style: none;
}

.blog36_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog36_item-link.third-section-blog_holder.second-section-center._4-cards-holder {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
}

.blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section {
  height: 323px;
}

.blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section.partnerships-column-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 2rem;
}

.blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section.partnerships-second-column {
  height: 315px;
}

.blog36_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog36_item-content.third-section-text-holder {
  padding: 40px 2rem 2rem;
}

.blog36_item-content.third-section-text-holder._64 {
  padding-top: 64px;
}

.blog36_item-content.third-section-text-holder._4-cards-text_holder {
  padding: 0;
}

.blog36_item-content.third-section-text-holder._4-cards-text_holder.flex-yalign-bottom, .blog36_item-content.third-section-text-holder.y-align-bottom {
  justify-content: flex-end;
  align-items: stretch;
}

.blog36_item-content.third-section-text-holder.y-align-bottom.right-padding-fix {
  padding-right: 26px;
}

.blog36_item-content.third-section-text-holder.y-align-bottom.ai-texting-mobile_fix.partnerships-text_holder {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.blog36_item-content.third-section-text-holder.y-align-bottom.ai-texting-mobile_fix.partnerships-second-text_holder {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 48px;
}

.section_blog36 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_blog36.z-index-2.second-section-part2_padding {
  padding-bottom: 100px;
}

.section_blog36.z-index-2.second-section-part2_padding.padding-bottom-80 {
  padding-bottom: 80px;
}

.blog36_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog36_image-wrapper.third-section-image_wrapper {
  padding: 2rem 37px 0 2rem;
}

.blog36_image-wrapper.third-section-image_wrapper.lsa-mobile-padding.ai-texting-mobile.partnerships-icon_holder {
  width: auto;
  padding: 0;
}

.blog36_component {
  flex-direction: column;
  align-items: center;
}

.font-family-nyght-serif {
  font-family: var(--_typography---font-styles--nyght-serif);
}

.font-family-nyght-serif.italic-one {
  font-style: italic;
}

.grey-divider {
  background-image: linear-gradient(103deg, #efefef00 3%, #efefef 7% 93%, #efefef00 96%);
  width: 100%;
  max-width: 1440px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog33_list.fourth-section-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog33_list.fourth-section-grid.videos-section_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: visible;
}

.blog33_list.fourth-section-grid.videos-section_grid.industries-video-section_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog33_image.fourth-section-video {
  z-index: 1;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog33_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.blog33_image-wrapper.fourth-section-video_holder {
  z-index: 1;
  border-radius: 0;
  height: 100%;
  position: relative;
}

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

.blog33_item-link.fourth-section-column-wrapper {
  z-index: 1;
  border: 1px solid #00000014;
  border-radius: 16px;
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.blog33_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.section_blog33 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_blog33.video-section {
  overflow: hidden;
}

.blog33_item.fourth-section-column {
  flex: none;
  width: 275px;
  display: block;
}

.blog33_item.fourth-section-column.hide {
  display: none;
}

.blog33_author-text.fourth-section-author_holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog33_component {
  flex-direction: column;
  align-items: center;
}

.logo2_logo {
  object-fit: contain;
}

.logo2_logo.mobile-106.benglasslaw {
  width: 162px;
  height: 29px;
}

.logo2_logo.mobile-93.sweetjames {
  width: 140px;
  height: 41px;
}

.logo2_logo.mobile-137.parkerwaichman {
  width: 209px;
  height: 29px;
}

.logo2_logo.mobile-97.isaacs {
  width: 146px;
  height: 37px;
}

.logo2_logo.mobile-98.rainwater {
  width: 149px;
  height: 36.5049px;
}

.logo2_wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo2_logo-list.max-width-1094 {
  grid-column-gap: 72px;
  flex-flow: row;
  grid-template-rows: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: 1094px;
  height: 41px;
  max-height: 41px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fourth-section-text_holder {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.fourth-section-play_button {
  z-index: 3;
  width: 64px;
  height: 64px;
  display: none;
  position: relative;
  inset: 0;
}

.play-state_video {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #00000040;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fourth-section-video_overlay {
  z-index: 2;
  opacity: .4;
  background-image: radial-gradient(circle farthest-side at 0 0, #000, #0000 57%);
  position: absolute;
  inset: 0%;
}

.fourth-section-video_overlay.third-guy {
  background-image: radial-gradient(circle farthest-side at 0 100%, #000, #0000 68%);
}

.permanent-video_overlay-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fourth-section-light_box {
  width: 100%;
  height: 100%;
}

.section_header64 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_header64.fifth-section {
  background-color: var(--color-scheme-1--neutral-100);
  height: 200vh;
}

.header64_component.fifth-section_camera {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fifth-section_camera {
  height: 100vh;
  position: sticky;
  top: 0;
}

.layout387_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer {
  z-index: 2;
  width: 710px;
  height: 360px;
  position: absolute;
  top: 71px;
  right: -63px;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones {
  width: 699px;
  height: 816px;
  inset: auto auto -235px 34px;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.communication-one {
  width: 731px;
  height: 405px;
  inset: 28px 34px auto 17px;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.website-chat-one {
  width: 406px;
  height: 775px;
  bottom: -137px;
  left: auto;
  right: 47px;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer.home-services-one {
  width: 634px;
  height: 380px;
  right: 21px;
}

.layout387_card-large-image-wrapper.sixth-section-image_holdeer.all-industries-one {
  width: 742px;
  right: -95px;
}

.layout387_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout387_card-large-content.sixth-section-text_holder {
  z-index: 2;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2rem;
  position: relative;
}

.layout387_item-icon-wrapper {
  display: block;
}

.layout387_item-icon-wrapper.sixth-section-image_holder {
  border-radius: 16px;
  max-width: 315px;
  overflow: hidden;
  box-shadow: 0 8px 12px -4px #0000000d, 0 1px 4px 1px #0000000d, 0 0 0 1px #0000000d;
}

.layout387_card-large-content-top.tablet-width-570._258 {
  max-width: 258px;
}

.layout387_card-large-content-top.tablet-width-570._258.mobile-100._431 {
  max-width: 431px;
}

.layout387_card-large-content-top.tablet-width-570._258.mobile-100._249 {
  max-width: 249px;
}

.section_layout387 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout387_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout387_card-small.sixth-section-small_cards {
  border-width: 1px;
  border-color: var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
}

.layout387_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout387_card-large {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout387_card-large.sixth-section-big-column {
  background-color: #f1f4fc;
  border-width: 1px;
  border-color: #d9e1f6;
  border-radius: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.layout387_card-large.sixth-section-big-column.blue-card-large {
  background-color: #eafbfa;
  height: 642px;
}

.layout387_card-large.sixth-section-big-column.blue-card-large._578, .layout387_card-large.sixth-section-big-column.blue-card-large.website-chat-578 {
  height: 578px;
}

.layout387_card-large-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout387_card-large-image.website-chat-large-card-fill {
  object-fit: contain;
}

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

.layout387_row.sixth-section_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 769px 1fr;
}

.layout387_card-small-content-top.small-card-second_holder.space-between-flex_one {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.sixth-section-overlay_gradient {
  z-index: 1;
  width: 1194px;
  height: 461px;
  position: absolute;
  top: -286px;
  left: -491px;
}

.sixth-section-overlay_gradient.blue-one {
  width: 1355px;
  height: 270px;
  top: -180px;
  left: -409px;
  transform: rotate(-8.05deg);
}

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

.icon-embed-custom-10.text-color-purpledark {
  color: var(--color-scheme-1--purple-dark);
}

.sixth-temparery-image {
  max-width: 315px;
  height: 150px;
}

.section_layout502 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

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

.layout502_tab-wrapper.tabs-section-tab_panel {
  grid-column-gap: 36px;
  grid-row-gap: 0rem;
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 2rem 129px 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.layout502_tab-wrapper.tabs-section-tab_panel.third-tab-new {
  padding-left: 0;
}

.layout502_tabs-content {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.layout502_tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.layout502_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.layout502_tabs-menu.no-scrollbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
}

.tab-circle {
  border: 1px solid var(--color-scheme-1--grey-border-color);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs-section_tab {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 272px;
  padding: 8px;
  display: flex;
}

.tabs-section_tab.w--current {
  background-color: #ddd0;
}

.tabs-section-text_holder {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-label {
  color: #767676;
  font-weight: 500;
}

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

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

.tabs-section_lottie {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.tabs-section_lottie.show-tablet {
  display: none;
}

.section_header28 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.header28_component {
  flex-direction: column;
  align-items: center;
}

.header28-lottie_animation {
  object-fit: cover;
  width: 100%;
  height: 412px;
}

.header-28-lottie_holder {
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  overflow: hidden;
}

.cta41_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta41_card.text-color-white.cta-card {
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 644px;
  padding: 3.5rem;
}

.section_cta41 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.cta41_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.cta41_card-content {
  z-index: 3;
  position: relative;
}

.cta-phone-abosolute_image {
  z-index: 2;
  width: 364px;
  position: absolute;
  top: 0;
  right: 373px;
}

.cta-phone-abosolute_image.cta2-smaller-one {
  width: 406px;
  height: 775px;
  top: auto;
  bottom: -250px;
  right: 307px;
}

.cta-phone-absolute2_image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 39.23px;
}

.cta-phone-absolute2_image.hide-mobile-portrait {
  width: 365px;
  height: 535px;
}

.cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big {
  width: 406px;
  height: 775px;
  bottom: -187px;
  right: 47px;
}

.cta-phone-absolute2_image.show-mobile-portrait {
  display: none;
}

.icon-embed-custom-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 135.063rem;
  height: 75.5rem;
  display: flex;
}

.cta-vector-absoulte_holder {
  z-index: 1;
  position: absolute;
  bottom: -521px;
  right: -461px;
}

.cta-logo-icon {
  width: 90px;
  height: 91px;
  margin-top: -7px;
  margin-left: -11px;
}

.section_logo3 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  overflow: hidden;
}

.logo3_wrapper {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  flex: none;
  height: 100%;
  max-height: 60px;
}

.logo3_logo.lawmatics {
  width: 150px;
  height: 32px;
}

.logo3_logo.mycase {
  width: 128px;
  height: 32px;
}

.logo3_logo.filevine {
  width: 116px;
  height: 60px;
}

.logo3_logo.leaddocket {
  width: 152px;
  height: 18px;
}

.logo3_logo.litify {
  width: 142px;
  height: 38px;
}

.logo3_logo.smartadvocate {
  width: 164px;
  height: 20.88px;
}

.logo3_logo.housecall {
  width: 174px;
}

.logo3_logo.highlevel {
  width: 150px;
}

.logo3_component {
  z-index: 1;
  display: flex;
  position: relative;
}

.logo3_list {
  grid-column-gap: 56px;
  white-space: nowrap;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(11rem, 1fr) 11rem 11rem 11rem 11rem 11rem 11rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-right: 56px;
  display: flex;
}

.logo-section-gradient_left {
  z-index: 2;
  background-image: linear-gradient(100deg, #fff 17%, #fff0 78%);
  width: 364px;
  position: absolute;
  inset: 0;
}

.logo-section-gradient_right {
  z-index: 2;
  background-image: linear-gradient(269deg, #fff 2%, #fff0 48%);
  width: 366px;
  position: absolute;
  inset: 0 0 0 auto;
}

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

.footer3_link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer3_credit-text {
  color: var(--color-scheme-1--grey);
  font-size: .875rem;
  line-height: 1.7;
}

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

.footer3_legal-link {
  color: var(--color-scheme-1--grey);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}

.footer3_component {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
  overflow: hidden;
}

.footer3_top-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 298px 1fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: 8px;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

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

.footer3_left-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer3_link {
  color: var(--color-scheme-1--neutral-950);
  letter-spacing: -.03em;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
}

.padding-section-footer {
  border-top: 1px solid var(--color-scheme-1--grey-border-color);
  padding-top: 32px;
  padding-bottom: 15px;
}

.footer-copy-background {
  background-color: var(--color-scheme-1--neutral-100);
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tablet-tabs_block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 325px;
  min-width: 325px;
  max-width: 325px;
  display: flex;
}

.tabs-tablet-icon_holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--_primitives---colors--white);
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  padding: 1.1px 12px 1.1px 8px;
  display: flex;
  box-shadow: 0 16px 24px -8px #0000000d, 0 2px 8px 1px #0000000d, 0 0 0 1px #0000000d;
}

.tablet-icon-holder_text {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--neutral-950);
  font-size: 18px;
  line-height: 1;
}

.tabs-tablet-text_holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.large-card-graeint-top {
  width: 1194px;
  height: 641.469px;
}

.large-card-button_holder {
  display: none;
}

.icon-embed-custom-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.9375rem;
  height: 1.375rem;
  display: flex;
}

.icon-embed-custom-22.show-mobile-portrait, .show-mobile-portrait {
  display: none;
}

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

.tabs-section-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45.5rem;
  height: 22.75rem;
  display: flex;
}

.tabs-section-svg.mobile-width-auto.width-fix {
  max-width: 45.5rem;
  height: auto;
}

.tabs-section-svg-last {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47.3125rem;
  height: 23.625rem;
  display: flex;
}

.tabs-section-svg-last.fill-contain {
  object-fit: contain;
}

.tabs-section-svg-last.fill-contain.phone-bigger-fix.width-fix-new {
  width: 45.5rem;
  max-width: 45.5rem;
  height: auto;
}

.navbar-logo-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 1.3125rem;
  display: flex;
  position: absolute;
  left: 28.64px;
}

.navbar-background {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffd9;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 16px 24px -8px #0000000d, 0 2px 8px 1px #0000000d, 0 0 0 1px #0000000d;
}

.tabs-section-tab-svg-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45.875rem;
  height: 25.25rem;
  min-height: 25.25rem;
  display: flex;
}

.tabs-section-tab-svg-2.mobile-width-auto.width-fix {
  width: 45.5rem;
  max-width: 45.5rem;
  height: auto;
  min-height: auto;
}

.tabs-section-third-tab-svg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47.3125rem;
  height: 22.625rem;
  display: flex;
}

.tabs-section-third-tab-svg.jane-third-image-fix {
  width: 47.5rem;
  max-width: 47.5rem;
  height: auto;
}

.section_header44 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_header44.z-index-1.lsa-hero-gradient {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f6f6f6);
  overflow: hidden;
}

.padding-global-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.breadcrumbs_holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color-scheme-1--grey-border-color);
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 1rem;
  display: flex;
}

.icon-embed-custom-14x16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 16px;
  display: flex;
}

.icon-embed-custom-14x16.text-color-400 {
  color: var(--color-scheme-1--neutral-400);
}

.lsa-responder-hero_absoulte {
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 410px;
  right: auto;
}

.lsa-responder-hero_absoulte.communication-one {
  top: 203px;
  left: 549px;
  right: auto;
}

.lsa-responder-hero_absoulte.two-way-one {
  top: 175px;
  left: 468px;
}

.lsa-responder-hero_absoulte.website-chat-one {
  top: 92px;
  left: 491px;
}

.lsa-responder-hero_absoulte.ai-texting-agent, .lsa-responder-hero_absoulte.workflows-one {
  top: 156px;
  left: 479px;
}

.icon-embed-custom-lsa-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1091px;
  min-width: 1091px;
  height: 903px;
  display: flex;
}

.text-size-regular-2 {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular-2.text-color-primary {
  color: #09090b;
}

.text-size-regular-2.text-weight-semibold.text-height-130, .text-size-regular-2.text-height-130 {
  line-height: 1.3;
}

.button-4 {
  color: #fcfcfc;
  text-align: center;
  background-color: #121314;
  border: 1px #000;
  border-radius: 8px;
  height: 32px;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 2px #0000001a, inset 0 1px #fff3, inset 0 -1px #000000e6, 0 0 0 1px #000000e6;
}

.button-4:hover {
  background-color: #2c2e2f;
}

.button-4:active {
  background-color: #09090b;
  box-shadow: inset 0 0 0 1px #0000000d, 0 1px #fff;
}

.button-4.is-secondary {
  color: #09090b;
  background-color: #fcfcfc;
  height: auto;
  padding: .75rem 1rem;
  box-shadow: 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button-4.is-secondary:hover {
  color: #09090b;
  background-color: #f6f6f6;
  box-shadow: 0 2px 8px #0000000d, 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button-4.is-secondary:active {
  background-color: #0000000d;
  box-shadow: 0 1px #fff, inset 0 0 0 1px #0000000d;
}

.button-4.is-secondary.is-icon {
  padding-right: .75rem;
}

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

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

.icon-1x1-72.drop-shadow-72 {
  border-radius: 12px;
  box-shadow: 0 16px 24px -8px #0000000d, 0 2px 8px 1px #0000000d, 0 0 0 1px #0000000d;
}

.icon-embed-custom-communication {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46.5rem;
  min-width: 46.5rem;
  height: 33.5rem;
  display: flex;
}

.section_banner13 {
  overflow: hidden;
}

.section_banner13.z-index-1.banner-glow-bg {
  background-image: url('../images/communications-animation-section-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner13_component {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  white-space: nowrap;
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 55px;
  display: flex;
}

.banner13_heading-top {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  font-size: 6rem;
  display: flex;
}

.banner13_heading-bottom {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  align-self: flex-end;
  font-size: 6rem;
  display: flex;
}

.banner13-top_text {
  color: var(--color-scheme-1--light-blue);
  font-size: 20px;
  line-height: 1.2;
}

.banner13-absoulte-gradient {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -392px;
  left: 0;
  right: 0;
}

.icon-embed-custom-elevete-gradient {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 73.375rem;
  height: 37.4375rem;
  display: flex;
}

.icon-embed-custom-tow-way {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50.5rem;
  min-width: 50.5rem;
  height: 36.375rem;
  display: flex;
}

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

.portfolio8_list._2-cards_grid {
  grid-column-gap: 1rem;
}

.portfolio8_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.portfolio8_image.fit-contain {
  aspect-ratio: auto;
  object-fit: contain;
}

.portfolio8_content {
  flex-direction: column;
  align-items: center;
}

.portfolio8_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

.portfolio8_item._2-cards_card {
  border-color: var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  position: relative;
}

.portfolio8_item._2-cards_card.glow-bg {
  background-image: url('../images/cards-png-glow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio8_item-link {
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.portfolio8_item-link._2-caeds-card_holder {
  z-index: 2;
  grid-column-gap: 81px;
  grid-row-gap: 81px;
  padding: 2rem;
  position: relative;
}

.portfolio8_item-link._2-caeds-card_holder.tablet-289.phone-260.glow-bg {
  background-image: url('../images/cards-png-glow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio8_item-link._2-caeds-card_holder.ai-texing-cards {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
}

.portfolio8_title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.portfolio8_title-wrapper._2-cards-text_holder {
  padding: 0;
}

.section_portfolio8 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.portfolio8_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.portfolio8_image-wrapper._2-card-image_wrapper {
  max-width: 348px;
  height: 138px;
}

.icon-embed-custom-2cards-ways {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1752px;
  height: 794px;
  display: flex;
  position: absolute;
  bottom: -472px;
  left: -570px;
  right: -383px;
  transform: rotate(0);
}

.icon-embed-custom-2cards-ways.cards-glow_image {
  width: 707.177px;
  height: 140.914px;
  bottom: 0;
  left: -9px;
}

.max-width-421 {
  max-width: 421px;
}

.icon-embed-custom-website-chat {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 808px;
  min-width: 808px;
  height: auto;
  min-height: auto;
  display: flex;
}

.icon-embed-custom-website-chat.show-mobile-portrait {
  display: none;
}

.icon-embed-custom-website-large_card {
  z-index: 3;
  -webkit-backdrop-filter: blur(46.97px);
  backdrop-filter: blur(46.97px);
  border-radius: 11.74px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 6.125rem;
  display: flex;
  position: absolute;
  top: 173px;
  right: 53px;
  box-shadow: 0 18.79px 18.79px -7.05px #3c77bc33, 0 2.35px 1.17px #c2ccd83d, 0 0 0 1.17px #cad5e040;
}

.icon-embed-custom-website-chat-large_image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 584px;
  height: 584px;
  display: flex;
  position: absolute;
  top: -40px;
  right: -42px;
}

.icon-embed-custom-ai-texting-agent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 808px;
  min-width: 808px;
  height: 582px;
  min-height: 582px;
  display: flex;
}

.icon-embed-custom-workflows-one {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50.5rem;
  min-width: 50.5rem;
  height: 36.375rem;
  display: flex;
}

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

.description-list1_component._926 {
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
}

.description-list1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 298px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 19px;
  padding-bottom: 19px;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-primary {
  color: var(--color-scheme-1--neutral-950);
}

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

.partnership-tag {
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--_primitives---colors--white);
  border-radius: 9999px;
  padding: 10px 1rem;
}

.partnership-tag_holder {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-partnerships_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 47.5rem;
  height: 24.9375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.partnerships_tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  display: flex;
  position: static;
}

.partnerships-tabs_holder {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-100);
  color: var(--color-scheme-1--neutral-600);
  border-radius: 16px;
  padding: 4px;
  display: flex;
  box-shadow: 0 1px #fff, inset 0 1px 1px #0000000d, inset 0 0 0 1px #0000000d;
}

.partnerships_tab {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--neutral-600);
  background-color: #ddd0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 1rem;
  font-weight: 500;
  line-height: 1.15;
  display: flex;
}

.partnerships_tab.w--current {
  background-color: var(--color-scheme-1--neutral-50);
  color: var(--color-scheme-1--neutral-950);
  box-shadow: 0 0 4px 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.partnerships_tabs-content {
  width: 100%;
}

.section_logo6 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.logo6_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_primitives---colors--white);
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

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

.logo6_list.partnerships_logos-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.partnerships-logo_logo-holder {
  background-color: var(--_primitives---colors--white);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 48px;
  display: flex;
}

.icon-embed-custom-106 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 1.1875rem;
  display: flex;
}

.icon-embed-custom-106.text-color-clio_blue {
  color: #0070e0;
}

.icon-embed-custom-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5625rem;
  height: .8125rem;
  display: flex;
}

.icon-embed-custom-108 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2rem;
  display: flex;
}

.icon-embed-custom-109 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: .9375rem;
  display: flex;
}

.icon-embed-custom-110 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.625rem;
  height: .625rem;
  display: flex;
}

.icon-embed-custom-111 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 2.25rem;
  display: flex;
}

.icon-embed-custom-111.text-color-clioblue {
  color: #0070e0;
}

.icon-embed-custom-113 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-custom-114 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.375rem;
  height: 2.25rem;
  display: flex;
}

.icon-embed-custom-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.875rem;
  height: 1.625rem;
  display: flex;
}

.icon-embed-custom-116 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.125rem;
  height: 2.125rem;
  display: flex;
}

.icon-embed-custom-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 4.375rem;
  display: flex;
}

.icon-embed-custom-118 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.625rem;
  height: 2.625rem;
  display: flex;
}

.top-sentinel {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.seo-link_description {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.icon-embed-custom-119 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.4375rem;
  height: 9.5625rem;
  display: flex;
}

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

.icon-embed-custom-121 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.6875rem;
  height: 10.625rem;
  display: flex;
}

.icon-embed-custom-122 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19.6875rem;
  height: 9.375rem;
  display: flex;
}

.icon-embed-custom-123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 135.063rem;
  height: 75.5rem;
  display: flex;
}

.cta41_card-2 {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta41_card-2.text-color-white.cta-card {
  background-color: #fcfcfc;
  border: 1px solid #efefef;
  border-radius: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 644px;
  padding: 3.5rem;
}

.button-5 {
  color: #fcfcfc;
  text-align: center;
  background-color: #121314;
  border: 1px #000;
  border-radius: 8px;
  height: 32px;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 2px #0000001a, inset 0 1px #fff3, inset 0 -1px #000000e6, 0 0 0 1px #000000e6;
}

.button-5:hover {
  background-color: #2c2e2f;
}

.button-5:active {
  background-color: #09090b;
  box-shadow: inset 0 0 0 1px #0000000d, 0 1px #fff;
}

.button-5.is-secondary {
  color: #09090b;
  background-color: #fcfcfc;
  height: auto;
  padding: .75rem 1rem;
  box-shadow: 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button-5.is-secondary:hover {
  color: #09090b;
  background-color: #f6f6f6;
  box-shadow: 0 2px 8px #0000000d, 0 0 0 1px #0000000d, inset 0 -1px #0000001a, inset 0 1px #ffffffe6;
}

.button-5.is-secondary:active {
  background-color: #0000000d;
  box-shadow: 0 1px #fff, inset 0 0 0 1px #0000000d;
}

.button-5.is-secondary.is-icon {
  padding-right: .75rem;
}

.section_cta41-2 {
  color: #000;
  background-color: #fff;
}

.icon-embed-custom-124 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19.6875rem;
  height: 9.375rem;
  display: flex;
}

.icon-embed-custom-125 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45.75rem;
  height: 25.1875rem;
  display: flex;
}

.icon-embed-custom-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.125rem;
  height: 2.125rem;
  display: flex;
}

.icon-embed-custom-127 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.625rem;
  height: 2.625rem;
  display: flex;
}

.icon-embed-custom-128 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-custom-129 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 4.375rem;
  display: flex;
}

.icon-embed-custom-130 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.125rem;
  height: 2.125rem;
  display: flex;
}

.icon-embed-custom-131 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.375rem;
  height: 2.25rem;
  display: flex;
}

.icon-embed-custom-132 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 1.75rem;
  display: flex;
}

.icon-embed-custom-133 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 4.375rem;
  display: flex;
}

.icon-embed-custom-134 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.875rem;
  height: 1.625rem;
  display: flex;
}

.filevine-partnerships_logo {
  width: 56px;
  height: 29px;
}

.leaddocket-par_logo {
  width: 58px;
  height: 7px;
}

.litify-par_logo {
  width: 54px;
  height: 17px;
}

.discover-par_logo {
  width: 58.0808px;
  height: 23px;
}

.pareto-par_logo {
  width: 64px;
  height: 14px;
}

.foster-par_logo {
  width: 48px;
  height: 17px;
}

.postali-par_logo {
  width: 35px;
  height: 35px;
}

.richard-par_logo {
  width: 59px;
  height: 7px;
}

.smart-par_logo {
  width: 58px;
  height: 11px;
}

.great-par_logo {
  width: 60px;
  height: 39px;
}

.legal-par_logo {
  width: 60.5778px;
  height: 29px;
}

.icon-embed-custom-135 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.5625rem;
  height: 10.6875rem;
  display: flex;
}

.icon-embed-custom-136 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.5625rem;
  height: 8.875rem;
  display: flex;
}

.icon-embed-custom-137 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.5625rem;
  height: 8.9375rem;
  display: flex;
}

.icon-embed-custom-138 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22.4375rem;
  height: 10.8125rem;
  display: flex;
}

.icon-embed-custom-139 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 21.5rem;
  height: 8.875rem;
  display: flex;
}

.icon-embed-custom-140 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 53.1875rem;
  height: 47.625rem;
  display: flex;
}

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

.testimonial13_client-image-wrapper {
  border: 1px solid #0000000d;
  border-radius: 40.5px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  overflow: hidden;
}

.testimonial13_rating-wrapper {
  display: flex;
}

.testimonial13_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial13_logo {
  max-height: 3rem;
}

.section_testimonial13 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.testimonial13_content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 0;
  width: 100%;
  display: flex;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

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

.testimonial13_content {
  grid-column-gap: 40px;
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-100);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.testimonial13_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.testimonial13_client-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.icon-embed-custom-testiamonial_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4375rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-testiamonial_icon.text-color-400 {
  color: var(--color-scheme-1--neutral-400);
}

.testiamonial-divider_line {
  background-color: var(--color-scheme-1--neutral-300);
  width: 23px;
  height: 1px;
}

._68-divider {
  width: 100%;
  height: 68px;
}

.video-sectio_lightbox {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-sectio_lightbox.second-video, .video-sectio_lightbox.fourth-video {
  display: none;
}

.video-lightbox_bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

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

.blog33_image-wrapper-2 {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.blog33_image-wrapper-2.fourth-section-video_holder {
  z-index: 1;
  border-radius: 0;
  height: 100%;
  position: relative;
}

.tag-2 {
  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-2.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag-2.is-text.black-one {
  color: #fcfcfc;
  background-color: #121314;
  border-style: solid;
  border-color: #0000000d;
  border-radius: 8px;
  height: 32px;
  max-height: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: flex;
}

.video-section-animation_holder {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.home-hero-animation-desktop {
  display: block;
}

.home-hero-animation-tablet, .home-hero-animation-phone {
  display: none;
}

.home-hero-emebed-lottie {
  width: 100%;
  height: 100%;
}

.home-hero-video {
  height: 620px;
  display: block;
  position: relative;
}

.ai-agent-mobile_slider {
  display: none;
}

.layout502_tab-wrapper-mobile-slider {
  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;
}

.layout502_tab-wrapper-mobile-slider.tabs-section-tab_panel {
  grid-column-gap: 36px;
  grid-row-gap: 0rem;
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 2rem 129px 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.layout502_tab-wrapper-mobile-slider.tabs-section-tab_panel.third-tab-new {
  padding-left: 0;
}

.layout502_tab-wrapper-mobile-slider-third_tb {
  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;
}

.layout502_tab-wrapper-mobile-slider-third_tb.tabs-section-tab_panel {
  grid-column-gap: 36px;
  grid-row-gap: 0rem;
  border: 1px solid var(--color-scheme-1--grey-border-color);
  background-color: var(--color-scheme-1--neutral-50);
  border-radius: 16px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 2rem 129px 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.layout502_tab-wrapper-mobile-slider-third_tb.tabs-section-tab_panel.third-tab-new {
  padding-left: 0;
}

.small-animation-embed {
  width: 100%;
  height: 100%;
}

.anonymous-par_logo {
  width: 48px;
  height: 43px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  .hide-tablet {
    display: none;
  }

  .hide-mobile-portrait.cta-2-bg_image {
    width: 770px;
    height: 406px;
  }

  .max-width-large.align-center._708 {
    max-width: 610px;
  }

  .max-width-large.align-center._1054.tablet-656 {
    max-width: 656px;
  }

  .max-width-large.align-center._790 {
    max-width: 738px;
  }

  .max-width-large.align-center._790.tablet-452 {
    max-width: 452px;
  }

  .max-width-large.align-center._978.tablet-516 {
    max-width: 516px;
  }

  .max-width-large.align-center._978.tablet-450 {
    max-width: 450px;
  }

  .max-width-large.align-center._712.tablet-656 {
    max-width: 656px;
  }

  .max-width-large.align-center._936.tablet-722 {
    max-width: 722px;
  }

  .max-width-large.align-center._788.tablet-634 {
    max-width: 634px;
  }

  .max-width-large.align-center._788.tablet-542 {
    max-width: 542px;
  }

  .max-width-large.align-center._552.tablet-634 {
    max-width: 634px;
  }

  .max-width-large.align-center._784.tablet-542 {
    max-width: 542px;
  }

  .max-width-large.align-center._784.tablet-646 {
    max-width: 646px;
  }

  .max-width-large.align-center._866.phone-300.home-services_tablet-width {
    max-width: 707px;
  }

  .max-width-large.align-center._866.phone-300.all-services_tablet-width {
    max-width: 759px;
  }

  .max-width-large.align-center._1064.tablet-516 {
    max-width: 516px;
  }

  .max-width-large.align-center._1064.tablet-450 {
    max-width: 450px;
  }

  .max-width-large._419 {
    max-width: 310px;
  }

  .max-width-large._419.tablet-new-266 {
    max-width: 266px;
  }

  .max-width-large._503, .max-width-large._554.tablet-610 {
    max-width: 610px;
  }

  .max-width-large._459.tablet-310 {
    max-width: 310px;
  }

  .max-width-large._459.tablet-310.mobile-100.tablet-new-226 {
    max-width: 226px;
  }

  .max-width-small.align-center._512px.tablet-470 {
    max-width: 470px;
  }

  .container-small.legal-pages_container {
    max-width: 700px;
  }

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

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

  .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-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small.tablet-11 {
    margin-top: 11px;
  }

  .margin-top.margin-medium.tablet-small {
    margin-top: 1.5rem;
  }

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

  .margin-top.margin-40.tablet-24 {
    margin-top: 24px;
  }

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

  .margin-bottom.margin-large.tablet-3rem {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-large.tablet-51 {
    margin-bottom: 51px;
    padding-right: 30px;
  }

  .margin-bottom.margin-xlarge {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-56.mobile-40.lottie-hero-margin-bottom {
    margin-bottom: 20px;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-top.padding-xsmall.tablet-15 {
    padding-top: 15px;
  }

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

  .padding-bottom.padding-57 {
    padding-bottom: 32px;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 17px;
  }

  .heading-style-h2, .heading-style-h2.banner12-heading {
    font-size: 48px;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 60px;
  }

  .button.is-secondary.is-icon {
    z-index: 2;
    position: relative;
  }

  .heading-style-h4 {
    font-size: 26px;
  }

  .text-size-regular {
    font-weight: 400;
  }

  .text-size-regular.text-weight-semibold.text-height-130.text-color-white {
    font-weight: 600;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

  .heading-style-h3.text-weight-normal.text-height-110.text-color-primary.tablet-heading-h4 {
    font-size: 26px;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.table-padding-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global.tablet-padding-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.tablet-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .padding-global.tablet-padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .padding-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .padding-section-large.padding-home-hero {
    padding-top: 168px;
    padding-bottom: 20px;
  }

  .padding-section-large.padding-home-hero.padding-partnerships_hero {
    padding-bottom: 208px;
  }

  .padding-section-large.padding-bottom-56 {
    padding-top: 72px;
  }

  .padding-section-large.padding-bottom-56.tablet-48 {
    padding-bottom: 48px;
  }

  .padding-section-large.tablet-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .padding-section-large._210 {
    padding-top: 537px;
    padding-bottom: 56px;
  }

  .padding-section-large._210.z-index-2._327, .padding-section-large._210.z-index-2._295 {
    padding-top: 529px;
    padding-bottom: 56px;
  }

  .padding-section-large._210.z-index-2._295.tablet-469 {
    padding-top: 469px;
  }

  .padding-section-large._210.z-index-2._314 {
    padding-top: 529px;
    padding-bottom: 56px;
  }

  .padding-section-large._210.z-index-2.lsa-hero-padding {
    padding-top: 537px;
    padding-bottom: 56px;
  }

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

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

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 8px 8px 12px;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    position: absolute;
    overflow: visible;
  }

  .navbar2_component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_logo-link {
    grid-column-gap: 4.8px;
    grid-row-gap: 4.8px;
  }

  .navbar2_container {
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #fff0;
    border-bottom-style: none;
    padding: 0 0%;
    transition: height .5s;
    position: static;
  }

  .navbar2_button-wrapper {
    grid-column-gap: 12px;
    flex: none;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    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-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-embed-custom {
    height: 1.5rem;
  }

  .home-heading-star1 {
    left: 134px;
  }

  .home-heading-star1.home-services-one {
    left: 15px;
  }

  .home-heading-star1.home-services-one.all-industries {
    left: 46px;
  }

  .home-hero-absoulte_bg.partnerships-hero_back {
    background-image: linear-gradient(#fff0, #fff0 57%, #fff 95%, #fafafa), url('../images/Vector.svg');
    background-position: 0 0, -34% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 907px 891px;
  }

  .home-hero-bg_image {
    top: -211px;
    left: -32px;
  }

  .home-hero-bg_image.hide-mobile-portrait {
    width: 1592px;
    height: 1678.39px;
    top: -205px;
    left: -5px;
  }

  .home-hero-lottie_animation {
    height: 304.795px;
    min-height: auto;
  }

  .blog36_image.third-section-lottie {
    width: 344px;
    max-width: 344px;
  }

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

  .blog36_list.third-section-grid {
    grid-row-gap: 0rem;
    border-bottom: 1px solid #efefef;
    grid-template-columns: 1fr;
  }

  .blog36_list.third-section-grid.table-reverse {
    flex-flow: column-reverse;
    display: flex;
  }

  .blog36_list.third-section-grid.table-reverse.table-not-reverse {
    flex-flow: column;
  }

  .blog36_list.third-section-grid.table-reverse._2-columns-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog36_list.third-section-grid._3-columns-section_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog36_list.third-section-grid._3-columns-section_grid.partnerships-fist-grid {
    border-bottom-style: none;
  }

  .blog36_item.third-section-column {
    border-top: 1px solid var(--color-scheme-1--grey-border-color);
    border-right-style: none;
  }

  .blog36_item.third-section-column.black-one {
    border-left-style: none;
  }

  .blog36_item.third-section-column._4-cards_card.left-first {
    border-top-style: none;
  }

  .blog36_item.third-section-column._4-cards_card.right-top {
    border-top-style: none;
    border-right-style: solid;
  }

  .blog36_item.third-section-column._4-cards_card.left-bottom {
    border-top-style: none;
    border-bottom-style: none;
  }

  .blog36_item.third-section-column._4-cards_card.right-bottom, .blog36_item.third-section-column.third-one {
    border-top-style: none;
    border-right-style: solid;
  }

  .blog36_item.third-section-column.second-one {
    border-top-style: none;
    border-left-style: none;
    border-right-style: solid;
  }

  .blog36_item.third-section-column.first-one {
    border-top-style: none;
    border-right-style: solid;
  }

  .blog36_item.third-section-column.left-card {
    border-left-style: none;
  }

  .blog36_item-link.third-section-blog_holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    max-width: 676px;
    height: 264px;
    max-height: 264px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 2rem 0;
  }

  .blog36_item-link.third-section-blog_holder.right-text {
    flex-flow: row-reverse;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    max-width: 770px;
    height: 256px;
    max-height: 256px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center._4-cards-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    max-height: none;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding: 2rem;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section.partnerships-column-holder {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section.partnerships-second-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .blog36_item-content.third-section-text-holder {
    padding: 0;
  }

  .blog36_item-content.third-section-text-holder._64 {
    padding-top: 0;
  }

  .blog36_item-content-top.third-section-text-wrapper {
    width: 229px;
  }

  .section_blog36.z-index-2.second-section-part2_padding {
    padding-bottom: 72px;
  }

  .section_blog36.z-index-2.second-section-part2_padding.tablet-padding-bottom-100 {
    padding-bottom: 100px;
  }

  .section_blog36.z-index-2.second-section-part2_padding.padding-bottom-80 {
    padding-bottom: 48px;
  }

  .blog36_image-wrapper.third-section-image_wrapper {
    width: auto;
    padding: 0;
  }

  .grey-divider {
    display: none;
  }

  .grey-divider.tablet-block {
    background-image: linear-gradient(103deg, #efefef00, #efefef 7% 93%, #efefef00);
    display: block;
  }

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

  .blog33_list.fourth-section-grid {
    grid-template-columns: 275px 275px 275px 275px;
    overflow: auto;
  }

  .blog33_list.fourth-section-grid.videos-section_grid {
    overflow: auto;
  }

  .blog33_item.fourth-section-column {
    flex: none;
  }

  .logo2_logo.mobile-106.benglasslaw {
    width: 106px;
    height: 18.3794px;
  }

  .logo2_logo.mobile-93.sweetjames {
    width: 93px;
    height: 27px;
  }

  .logo2_logo.mobile-137.parkerwaichman {
    width: 137px;
    height: 19px;
  }

  .logo2_logo.mobile-97.isaacs {
    width: 97px;
    height: 24.3147px;
  }

  .logo2_logo.mobile-98.rainwater {
    width: 98px;
    height: 25px;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_logo-list.max-width-1094 {
    grid-column-gap: 40px;
    max-width: 700px;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer {
    width: 706px;
    top: 43px;
    right: -64px;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.website-chat-one {
    bottom: -253px;
  }

  .layout387_card-large-content {
    padding: 2rem;
  }

  .layout387_item-icon-wrapper.sixth-section-image_holder {
    height: 150px;
  }

  .layout387_card-large-content-top.tablet-width-570 {
    max-width: 570px;
  }

  .layout387_card-large-content-top.tablet-width-570._258.mobile-100._431.tablet-258, .layout387_card-large-content-top.tablet-width-570._258.mobile-100._249.tablet-258 {
    max-width: 258px;
  }

  .layout387_card-small-content {
    padding: 2rem;
  }

  .layout387_card-small-content.sixth-section-samll-card_holder {
    padding-right: 0;
  }

  .layout387_card-small-content.sixth-section-samll-card_holder.small-card-second {
    justify-content: space-between;
    align-items: stretch;
    padding: 2rem;
  }

  .layout387_card-small-content.sixth-section-samll-card_holder.small-card-second.space-between-one.tablet-289 {
    flex: 0 auto;
    height: 289px;
  }

  .layout387_card-large.sixth-section-big-column, .layout387_card-large.sixth-section-big-column.blue-card-large._578.tablet-642 {
    height: 642px;
  }

  .layout387_card-large.sixth-section-big-column.blue-card-large.website-chat-578.tabet-465 {
    height: 465px;
  }

  .layout387_row, .layout387_row.sixth-section_grid {
    grid-template-columns: 1fr 1fr;
  }

  .layout387_card-small-content-top.small-card-second_holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .layout502_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .layout502_tab-wrapper.tabs-section-tab_panel {
    grid-row-gap: 50px;
    background-color: #fcfcfc00;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 640px;
    height: auto;
    margin-bottom: 32px;
    padding: 0;
  }

  .layout502_tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--color-scheme-1--grey-border-color);
    background-color: var(--color-scheme-1--neutral-50);
    border-radius: 16px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    height: 625px;
    padding: 40px 91px 36px 39px;
  }

  .layout502_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-circle {
    display: none;
  }

  .tabs-section_tab {
    background-color: var(--color-scheme-1--neutral-300);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 8px;
    height: 8px;
    padding: 0;
  }

  .tabs-section_tab.w--current {
    background-color: var(--color-scheme-1--neutral-900);
    width: 12px;
    height: 12px;
  }

  .tabs-section-text_holder {
    display: none;
  }

  .tabs-section_lottie {
    object-fit: fill;
  }

  .tabs-section_lottie.show-tablet {
    object-fit: contain;
    display: none;
  }

  .header28-lottie_animation {
    object-fit: cover;
    height: 340px;
  }

  .cta41_card {
    padding: 3rem;
  }

  .cta41_card.text-color-white.cta-card {
    height: 406px;
    padding: 50px 40px;
  }

  .cta41_card.text-color-white.cta-card.cta2-card {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .cta41_card.text-color-white.cta-card.home-services-cta {
    height: 444px;
  }

  .cta41_card-content {
    height: 100%;
  }

  .cta-phone-abosolute_image {
    width: 203px;
    height: 264px;
    right: 190px;
  }

  .cta-phone-abosolute_image.cta2-smaller-one {
    width: 247px;
    height: 471px;
    bottom: -127px;
    right: 168px;
  }

  .cta-phone-absolute2_image {
    width: 203px;
    height: 304px;
    right: 5px;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait {
    width: 203px;
    height: 304px;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big {
    width: 247px;
    height: 471px;
    bottom: -89px;
    right: 4px;
  }

  .icon-embed-custom-18 {
    width: 912.054px;
    height: 912.909px;
  }

  .cta-vector-absoulte_holder {
    bottom: -434px;
    right: -206px;
  }

  .cta-logo-icon {
    width: 74px;
    height: 74px;
    margin-top: -5px;
    margin-left: -9px;
  }

  .logo-section-gradient_left {
    background-image: linear-gradient(100deg, #fff 36%, #fff0);
    left: -110px;
  }

  .logo-section-gradient_right {
    background-image: linear-gradient(269deg, #fff 35%, #fff0 84%);
    right: -119px;
  }

  .footer3_menu-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer3_component {
    border-top: 1px solid var(--color-scheme-1--grey-border-color);
  }

  .footer3_top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 4rem;
    grid-template-columns: 180.5px 1fr;
  }

  .padding-section-footer {
    border-top-style: none;
  }

  .footer-copy-background {
    height: 54px;
  }

  .padding-global-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet-tabs_block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1px;
    display: flex;
  }

  .tabs-tablet-icon_holder {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: 34px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    box-shadow: 0 16px 24px -8px #0000000d, 0 2px 8px 1px #0000000d, 0 0 0 1px #0000000d;
  }

  .tablet-icon-holder_text {
    font-family: var(--_typography---font-styles--heading);
    color: var(--color-scheme-1--neutral-950);
    font-size: 18px;
    line-height: 1;
  }

  .tabs-tablet-text_holder {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 327px;
    display: flex;
  }

  .large-card-button_holder {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
    display: flex;
  }

  .tablet-padding-right-medium {
    padding-right: 2rem;
  }

  .tablet-padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-section-svg {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    height: 287.911px;
    min-height: auto;
  }

  .tabs-section-svg.mobile-width-auto.width-fix {
    width: auto;
    min-width: auto;
    max-height: 287.911px;
  }

  .tabs-section-svg-last {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    height: 287.911px;
  }

  .tabs-section-svg-last.fill-contain.phone-bigger-fix.width-fix-new {
    width: 100%;
    max-width: 640px;
    height: 287.911px;
  }

  .navbar-logo-text {
    position: static;
  }

  .tabs-section-tab-svg-2 {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    height: 287.911px;
    min-height: auto;
  }

  .tabs-section-tab-svg-2.mobile-width-auto.width-fix {
    width: auto;
    min-width: auto;
    max-height: 287.911px;
  }

  .tabs-section-third-tab-svg {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    height: 287.911px;
    min-height: auto;
  }

  .tabs-section-third-tab-svg.jane-third-image-fix {
    width: auto;
    min-width: auto;
    max-height: 287.911px;
  }

  .padding-global-100, .padding-global-100.z-index-2 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lsa-responder-hero_absoulte {
    top: -89px;
    left: -162px;
    right: -207px;
  }

  .lsa-responder-hero_absoulte.communication-one {
    top: 40px;
    left: -1px;
    right: -1px;
  }

  .lsa-responder-hero_absoulte.two-way-one {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 88px;
    left: 0;
    right: 0;
  }

  .lsa-responder-hero_absoulte.website-chat-one {
    top: 45px;
    left: 48px;
    right: auto;
  }

  .lsa-responder-hero_absoulte.ai-texting-agent {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 83px;
    left: 0;
    right: 0;
  }

  .lsa-responder-hero_absoulte.workflows-one {
    justify-content: center;
    align-items: stretch;
    display: flex;
    top: 44px;
    left: 0;
    right: 0;
  }

  .icon-embed-custom-lsa-hero {
    width: 1091px;
    height: 902.985px;
  }

  .text-size-regular-2 {
    font-weight: 400;
  }

  .text-size-regular-2.text-weight-semibold.text-height-130.text-color-white {
    font-weight: 600;
  }

  .icon-embed-custom-communication {
    object-fit: contain;
    width: 724px;
    min-width: auto;
    height: 521.495px;
  }

  .banner13_component {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 14px;
  }

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }

  .banner13-absoulte-gradient {
    top: -349px;
  }

  .icon-embed-custom-tow-way {
    width: 612.069px;
    min-width: auto;
    height: 440.871px;
  }

  .icon-embed-custom-tow-way.hide {
    min-width: auto;
  }

  .portfolio8_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio8_item-link._2-caeds-card_holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .portfolio8_item-link._2-caeds-card_holder.tablet-289 {
    height: 289px;
  }

  .portfolio8_title-wrapper._2-cards-text_holder {
    justify-content: flex-end;
    align-items: stretch;
  }

  .portfolio8_image-wrapper._2-card-image_wrapper {
    max-width: 326px;
  }

  .icon-embed-custom-2cards-ways {
    width: 1100px;
    height: 601px;
    bottom: -239px;
    left: -262px;
    right: auto;
  }

  .icon-embed-custom-website-chat {
    width: 626px;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .tablet-max-width-634 {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-embed-custom-ai-texting-agent {
    width: 626px;
    min-width: 626px;
    height: 450.906px;
    min-height: 450.906px;
  }

  .icon-embed-custom-workflows-one {
    width: 626px;
    height: 450.906px;
  }

  .description-list1_list {
    place-items: center start;
  }

  .partnerships_tabs {
    padding-top: 72px;
  }

  .logo6_list.partnerships_logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-embed-custom-123 {
    width: 912.054px;
    height: 912.909px;
  }

  .cta41_card-2 {
    padding: 3rem;
  }

  .cta41_card-2.text-color-white.cta-card {
    height: 406px;
    padding: 50px 40px;
  }

  .cta41_card-2.text-color-white.cta-card.home-services-cta {
    height: 444px;
  }

  .testimonial13_content-right {
    order: 0;
  }

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

  .testimonial13_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  ._68-divider {
    height: 40px;
  }

  .home-hero-animation-desktop {
    display: none;
  }

  .home-hero-animation-tablet {
    display: block;
  }

  .layout502_tab-wrapper-mobile-slider {
    grid-column-gap: 3rem;
  }

  .layout502_tab-wrapper-mobile-slider.tabs-section-tab_panel {
    grid-row-gap: 50px;
    background-color: #fcfcfc00;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 640px;
    height: auto;
    margin-bottom: 32px;
    padding: 0;
  }

  .layout502_tab-wrapper-mobile-slider-third_tb {
    grid-column-gap: 3rem;
  }

  .layout502_tab-wrapper-mobile-slider-third_tb.tabs-section-tab_panel {
    grid-row-gap: 50px;
    background-color: #fcfcfc00;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 640px;
    height: auto;
    margin-bottom: 32px;
    padding: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: 14px;
  }

  .hide-mobile-portrait, .hide-mobile-landscape {
    display: none;
  }

  .max-width-large._419.tablet-new-266, .max-width-large._459.tablet-310.mobile-100.tablet-new-226 {
    max-width: 100%;
  }

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

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

  .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-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 32px;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 48px;
  }

  .button.is-secondary.login-button {
    color: var(--color-scheme-1--neutral-600);
  }

  .heading-style-h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text-size-regular {
    font-size: 14px;
    font-weight: 400;
  }

  .heading-style-h3 {
    font-size: 24px;
  }

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

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

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

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

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

  .padding-section-large.padding-home-hero {
    padding-top: 168px;
  }

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar2_dropdwn-toggle {
    justify-content: space-between;
    align-items: center;
    padding: 1rem 8px 1rem 12px;
  }

  .navbar2_dropdwn-toggle.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
  }

  .navbar2_menu-button {
    z-index: 2;
  }

  .navbar2_dropdown-list.w--open {
    padding-top: 0;
    position: static;
    overflow: hidden;
  }

  .navbar2_component {
    border-bottom-width: 1px;
    border-bottom-color: var(--color-scheme-1--grey-border-color);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffd9;
    min-height: auto;
    padding: 1rem 1.5rem;
  }

  .menu-icon2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }

  .navbar2_menu-dropdown {
    border-bottom: 1px solid var(--color-scheme-1--grey-border-color);
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--_primitives---colors--white);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-flow: column-reverse;
    height: 100dvh;
    padding: 0 24px;
    position: absolute;
  }

  .navbar2_button-wrapper {
    position: relative;
  }

  .menu-icon2_line-middle {
    display: none;
  }

  .icon-embed-custom {
    height: 2rem;
  }

  .navbar-dropdown_holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0 0 8px;
  }

  .navbar-dropdown_holder.products-dropdown {
    padding: 0 0 8px;
  }

  .icon-embed-custom-3.navbar-burger-top, .icon-embed-custom-3.navbar-burger-bottom {
    z-index: 2;
    color: var(--color-scheme-1--neutral-600);
    min-width: 1.1875rem;
    max-width: 1.1875rem;
    min-height: .125rem;
    max-height: .125rem;
    position: relative;
  }

  .navbar-mobile-buttons_holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 24px;
    display: flex;
  }

  .home-hero-lottie_animation {
    min-height: auto;
  }

  .blog36_list, .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .layout387_card-large-content {
    padding: 1.5rem;
  }

  .layout387_card-small {
    grid-template-columns: 1fr;
  }

  .layout387_card-small-content {
    padding: 1.5rem;
  }

  .layout387_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout387_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout502_tab-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout502_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .layout502_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .cta41_card {
    padding: 2rem;
  }

  .cta41_card.text-color-white.cta-card {
    height: 631px;
    padding: 2rem;
  }

  .cta41_card.text-color-white.cta-card.cta2-card {
    height: 540px;
    padding: 24px 1.5rem;
  }

  .cta41_card.text-color-white.cta-card.home-services-cta {
    height: 647px;
    padding: 2rem;
  }

  .cta-phone-abosolute_image, .cta-phone-abosolute_image.cta2-smaller-one {
    display: none;
  }

  .cta-phone-abosolute_image.cta2-smaller-one.show-mobile {
    width: 219px;
    height: 419px;
    margin-right: -78px;
    display: block;
    position: relative;
    bottom: -176px;
    right: auto;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait, .cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big {
    display: none;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big.show-mobile {
    width: 219px;
    height: 419px;
    display: block;
    position: relative;
    bottom: -142px;
    right: auto;
  }

  .cta-phone-absolute2_image.show-mobile-portrait.cta-2-mobile {
    width: 250px;
    height: auto;
    display: block;
    position: static;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .show-mobile-portrait.div-flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .show-mobile-portrait.cta-background-new {
    width: 100%;
    display: block;
  }

  .text-size-regular-2 {
    font-size: 14px;
    font-weight: 400;
  }

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

  .portfolio8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .cta41_card-2 {
    padding: 2rem;
  }

  .testimonial13_content-right {
    order: 1;
  }

  .divider-vertical {
    display: none;
  }

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

  .testimonial13_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial13_client {
    align-items: center;
    width: 100%;
  }

  .layout502_tab-wrapper-mobile-slider, .layout502_tab-wrapper-mobile-slider-third_tb {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-large.align-center._708, .max-width-large.align-center._610 {
    max-width: 345px;
  }

  .max-width-large.align-center._610.mobile-313 {
    max-width: 313px;
  }

  .max-width-large.align-center._610.mobile-247 {
    max-width: 247px;
  }

  .max-width-large.align-center.mobile-345 {
    max-width: 345px;
  }

  .max-width-large.align-center._936.tablet-722.mobile-281 {
    max-width: 281px;
  }

  .max-width-large.align-center._788.tablet-634.mobile-padding-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-width-large.align-center._866.phone-300 {
    max-width: 350px;
  }

  .max-width-large.align-center._866.phone-300.home-services_tablet-width {
    max-width: 344px;
  }

  .max-width-large.align-center._866.phone-300.all-services_tablet-width {
    max-width: 343px;
  }

  .max-width-large._459.tablet-310.mobile-100 {
    max-width: 100%;
  }

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

  .margin-top.margin-xsmall.mobile-1rem {
    margin-top: 1rem;
  }

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

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

  .margin-bottom.margin-small.mobile-2rem, .margin-bottom.margin-large.tablet-51.phone-2rem {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xsmall.mobile-1rem {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-56.mobile-3rem {
    margin-bottom: 3rem;
  }

  .margin-bottom.margin-56.mobile-2rem {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-56.mobile-40, .margin-bottom.margin-56.mobile-40.lottie-hero-margin-bottom {
    margin-bottom: 40px;
  }

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

  .margin-bottom.margin-40.mobile-1rem {
    margin-bottom: 1rem;
  }

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

  .margin-bottom.margin-37.mobile-16 {
    margin-bottom: 16px;
  }

  .margin-bottom.margin-19.mobile-12 {
    margin-bottom: 12px;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .padding-bottom.padding-xsmall.mobile-1rem {
    padding-bottom: 1rem;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-size-medium.text-color-primary.text-size-17 {
    font-size: 16px;
  }

  .heading-style-h2.text-color-primary.text-size-48, .heading-style-h2.text-weight-normal.text-height-130.text-color-neutral-400.text-size-48, .heading-style-h2.banner12-heading {
    font-size: 32px;
  }

  .heading-style-h5.text-weight-normal.text-height-130.text-color-primary.mobile-text-align-center {
    text-align: center;
  }

  .heading-style-h1 {
    font-size: 48px;
  }

  .button.is-icon.navbar-button {
    border-radius: 8px;
  }

  .button.is-secondary.login-button {
    color: var(--color-scheme-1--neutral-600);
    border-radius: 8px;
  }

  .heading-style-h4.text-color-primary.text-size-26 {
    font-size: 20px;
  }

  .text-size-regular.text-color-grey.mobile-16, .text-size-regular.text-weight-semibold.text-height-130.text-color-white.mobile-16px, .text-size-regular.text-height-130.text-color-white.mobile-16px, .text-size-regular.text-color-primary.mobile-font-size-16 {
    font-size: 16px;
  }

  .text-size-regular.text-color-primary.mobile-text-align-center {
    text-align: center;
    letter-spacing: -.02em;
  }

  .heading-style-h3.text-weight-normal.text-height-110.text-color-primary.tablet-heading-h4 {
    font-size: 20px;
  }

  .text-align-center.mobile-padding-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-align-center.mobile-paading-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .padding-global.z-index-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.z-index-2.mobile-2rem-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.z-index-2.mobile-padding-hero-animation {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.obile-padding-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.mobile-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.mobile-24px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.mobile-24px.ai-agent-padding-mobile, .padding-global.mobile-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.phone-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.tablet-padding-40.mobile-padding-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .padding-section-large {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .padding-section-large.padding-home-hero {
    padding-top: 128px;
    padding-bottom: 47px;
  }

  .padding-section-large.padding-home-hero.home-services-one {
    padding-bottom: 47px;
  }

  .padding-section-large.padding-home-hero.padding-partnerships_hero {
    padding-top: 69px;
    padding-bottom: 198px;
  }

  .padding-section-large.padding-bottom-56 {
    padding-top: 56px;
  }

  .padding-section-large.padding-bottom-56.tablet-48.mobile-56 {
    padding-bottom: 56px;
  }

  .padding-section-large._210 {
    padding-top: 257px;
    padding-bottom: 24px;
  }

  .padding-section-large._210.z-index-2._327 {
    padding-top: 329px;
    padding-bottom: 24px;
  }

  .padding-section-large._210.z-index-2._327.mobile-367 {
    padding-top: 367px;
  }

  .padding-section-large._210.z-index-2._295 {
    padding-top: 369px;
  }

  .padding-section-large._210.z-index-2._295.tablet-469.mobile-366 {
    padding-top: 366px;
    padding-bottom: 24px;
  }

  .padding-section-large._210.z-index-2._314 {
    padding-top: 409px;
    padding-bottom: 24px;
  }

  .padding-section-large._210.z-index-2.lsa-hero-padding {
    padding-top: 257px;
    padding-bottom: 24px;
  }

  .padding-section-large._210.z-index-2.lsa-hero-padding.lsa-hero-phone-fix {
    padding-top: 319px;
  }

  .padding-section-large.tablet-100.mobile-logo-partnership {
    padding-top: 48px;
    padding-bottom: 188px;
  }

  .padding-section-large.mobile-padding-3rem {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .navbar2_dropdwn-toggle {
    border-bottom: 1px none var(--color-scheme-1--grey-border-color);
    justify-content: space-between;
    align-items: center;
    padding: 1rem 8px 1rem 12px;
  }

  .navbar2_dropdwn-toggle.w--open {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--neutral-600);
    width: 16.5px;
    height: 1.5px;
    min-height: 1.5px;
    max-height: 1.5px;
    padding: 0;
  }

  .navbar2_menu-button {
    z-index: 2;
  }

  .navbar2_dropdown-list.w--open {
    position: static;
  }

  .navbar2_component {
    border-bottom-width: 1px;
    border-bottom-color: var(--color-scheme-1--grey-border-color);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffffd9;
    min-height: auto;
    padding: 1rem 1.5rem;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--neutral-600);
    width: 16.5px;
    height: 1.5px;
    min-height: 1.5px;
    max-height: 1.5px;
    padding: 0;
  }

  .menu-icon2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0;
  }

  .navbar2_menu-dropdown {
    border-bottom: 1px solid var(--color-scheme-1--grey-border-color);
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .navbar2_menu.is-page-height-tablet {
    border-bottom-color: var(--color-scheme-1--grey-border-color);
    background-color: var(--_primitives---colors--white);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-flow: column-reverse;
    height: 100dvh;
    padding: 0 24px;
    position: absolute;
  }

  .navbar2_button-wrapper {
    position: relative;
  }

  .menu-icon2_line-middle {
    display: none;
  }

  .icon-embed-custom {
    height: 2rem;
  }

  .navbar-dropdown_holder {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    padding: 0 0 8px;
  }

  .navbar-dropdown_holder.products-dropdown {
    width: 100%;
    min-width: 100%;
    padding: 0 0 8px;
  }

  .icon-embed-custom-3.navbar-burger-top, .icon-embed-custom-3.navbar-burger-bottom {
    z-index: 2;
    color: var(--color-scheme-1--neutral-600);
    min-width: 1.1875rem;
    max-width: 1.1875rem;
    min-height: .125rem;
    max-height: .125rem;
    position: relative;
  }

  .navbar-mobile-buttons_holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 24px;
    display: flex;
  }

  .home-heading-star1 {
    top: -10px;
    left: 116px;
  }

  .home-heading-star1.home-services-one {
    left: -7px;
  }

  .home-heading-star1.home-services-one.all-industries {
    left: 15px;
  }

  .home-hero-absoulte_bg {
    opacity: 1;
  }

  .home-hero-absoulte_bg.partnerships-hero_back {
    background-position: 0 0, 38% -46px;
  }

  .home-hero-bg_image {
    opacity: 1;
    max-width: 886px;
    top: -70px;
    left: 45px;
  }

  .home-hero-bg_image.hide-mobile-portrait {
    width: auto;
    height: auto;
  }

  .home-hero-bg_image.show-phone {
    display: inline-flex;
    top: -55px;
    left: 51px;
  }

  .home-hero-lottie_animation {
    height: 148.523px;
    min-height: auto;
  }

  .blog36_image.third-section-lottie.fit-contain {
    width: 329px;
    max-width: 329px;
  }

  .blog36_list.third-section-grid.table-reverse._2-columns-section, .blog36_list.third-section-grid._3-columns-section_grid {
    grid-template-columns: 1fr;
  }

  .blog36_list.third-section-grid._3-columns-section_grid.partnerships-second-grid {
    flex-flow: column-reverse;
    display: flex;
  }

  .blog36_item.third-section-column {
    border-left-style: none;
  }

  .blog36_item.third-section-column._4-cards_card.left-first {
    border-top-style: solid;
  }

  .blog36_item.third-section-column._4-cards_card.right-top {
    border-right-style: none;
  }

  .blog36_item.third-section-column._4-cards_card.right-bottom {
    border-top-style: solid;
    border-right-style: none;
  }

  .blog36_item.third-section-column.third-one, .blog36_item.third-section-column.second-one {
    border-top-style: solid;
    border-top-color: var(--color-scheme-1--grey-border-color);
    border-right-style: none;
  }

  .blog36_item.third-section-column.first-one {
    border-top-style: solid;
    border-right-style: none;
  }

  .blog36_item-link.third-section-blog_holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    height: auto;
    max-height: none;
    padding: 0;
  }

  .blog36_item-link.third-section-blog_holder.right-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
    max-height: none;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.right-text.mobile-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.lsa-mobile-24._3-column-section.partnerships-column-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog36_item-link.third-section-blog_holder.second-section-center.mobile-gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog36_item-content.third-section-text-holder {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog36_item-content.third-section-text-holder._64 {
    padding-bottom: 1.5rem;
  }

  .blog36_item-content.third-section-text-holder.y-align-bottom.ai-texting-mobile_fix {
    padding: 0;
  }

  .blog36_item-content-top.third-section-text-wrapper {
    width: 100%;
  }

  .section_blog36.z-index-2.second-section-part2_padding {
    padding-bottom: 56px;
  }

  .section_blog36.z-index-2.second-section-part2_padding.tablet-padding-bottom-100.mobile-bottom-48 {
    padding-bottom: 48px;
  }

  .section_blog36.z-index-2.second-section-part2_padding.padding-bottom-80 {
    padding-bottom: 40px;
  }

  .blog36_image-wrapper.third-section-image_wrapper {
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog36_image-wrapper.third-section-image_wrapper.lsa-mobile-padding {
    width: 100%;
    padding-top: 2rem;
    padding-right: 17px;
  }

  .blog36_image-wrapper.third-section-image_wrapper.lsa-mobile-padding.ai-texting-mobile {
    padding: 0;
  }

  .grey-divider.tablet-block.mobile-hide {
    display: none;
  }

  .logo2_logo {
    max-height: 27px;
  }

  .logo2_logo.mobile-106 {
    width: 106px;
  }

  .logo2_logo.mobile-93 {
    width: 93px;
  }

  .logo2_logo.mobile-137 {
    width: 137px;
  }

  .logo2_logo.mobile-97 {
    width: 97px;
  }

  .logo2_logo.mobile-98 {
    width: 98px;
  }

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .logo2_logo-list.max-width-1094 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 0;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer {
    width: 376px;
    height: 191.831px;
    top: 32px;
    left: 32px;
    right: -47px;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones {
    width: 330px;
    height: 385px;
    margin-bottom: -113px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.communication-one {
    width: 337px;
    height: 186px;
    margin-bottom: 7px;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.website-chat-one {
    width: 227px;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.blue-large-card-phones.website-chat-one.phone-fix {
    height: 276.484px;
    margin-bottom: 0;
    display: flex;
    bottom: -48px;
  }

  .layout387_card-large-image-wrapper.sixth-section-image_holdeer.home-services-one, .layout387_card-large-image-wrapper.sixth-section-image_holdeer.all-industries-one {
    width: 376px;
    height: auto;
  }

  .layout387_card-large-content {
    display: block;
  }

  .layout387_card-large-content.sixth-section-text_holder {
    display: flex;
  }

  .layout387_card-large-content.sixth-section-text_holder.erbsite-chat-mobile {
    justify-content: flex-start;
    align-items: stretch;
  }

  .layout387_item-icon-wrapper.sixth-section-image_holder {
    max-width: 265px;
    height: 126.19px;
  }

  .layout387_card-large-content-top.tablet-width-570._258.mobile-100, .layout387_card-large-content-top.tablet-width-570._258.mobile-100._249.tablet-258.phone-100 {
    max-width: 100%;
  }

  .layout387_card-small-content.sixth-section-samll-card_holder {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .layout387_card-small-content.sixth-section-samll-card_holder.small-card-second.space-between-one.tablet-289 {
    height: 260px;
  }

  .layout387_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout387_card-large.sixth-section-big-column {
    height: 439px;
  }

  .layout387_card-large.sixth-section-big-column.blue-card-large {
    flex-flow: column-reverse;
    height: auto;
  }

  .layout387_card-large.sixth-section-big-column.blue-card-large._578.tablet-642.mobile-353 {
    height: auto;
  }

  .layout387_card-large.sixth-section-big-column.blue-card-large.website-chat-578.tabet-465.phone-353 {
    justify-content: flex-start;
    align-items: center;
    height: 353px;
  }

  .layout387_card-large.sixth-section-big-column.blue-card-large.website-chat-578.tabet-465.phone-353.phone-379 {
    height: 379px;
  }

  .layout387_card-large.sixth-section-big-column.home-services-large_card {
    height: 460px;
  }

  .layout387_card-large-image.website-chat-large-card-fill {
    display: block;
  }

  .layout387_row, .layout387_row.sixth-section_grid {
    grid-template-columns: 1fr;
  }

  .sixth-temparery-image {
    max-width: 265px;
    height: 126.19px;
  }

  .layout502_tab-wrapper {
    grid-row-gap: 3rem;
  }

  .layout502_tab-wrapper.tabs-section-tab_panel {
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 24px;
    padding-left: 22px;
    padding-right: 21px;
  }

  .layout502_tab-wrapper.tabs-section-tab_panel.third-tab-new {
    padding-left: 22px;
  }

  .layout502_tabs-content {
    height: 100%;
  }

  .layout502_tabs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: stretch;
    height: 464px;
    padding: 21px 0 40px;
    display: none;
  }

  .layout502_tabs-menu.no-scrollbar {
    width: 100%;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible;
  }

  .header28-lottie_animation {
    height: 204px;
  }

  .header28-lottie_animation.show-mobile-portrait.mobile-fill {
    object-fit: fill;
    height: auto;
  }

  .cta41_card.text-color-white.cta-card {
    height: 653px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta41_card.text-color-white.cta-card.cta2-card {
    height: 600px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cta41_card.text-color-white.cta-card.home-services-cta {
    height: 700px;
  }

  .cta-phone-abosolute_image {
    display: none;
  }

  .cta-phone-abosolute_image.cta2-smaller-one {
    width: 219px;
    height: 419px;
    display: none;
    left: 0;
    right: auto;
  }

  .cta-phone-abosolute_image.cta2-smaller-one.show-mobile {
    margin-right: -78px;
    display: block;
    position: relative;
    bottom: -176px;
    left: auto;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big {
    width: 219px;
    height: 419px;
    display: none;
    bottom: -142px;
    right: 1px;
  }

  .cta-phone-absolute2_image.hide-mobile-portrait.cta2-one-big.show-mobile {
    display: block;
    position: relative;
    right: auto;
  }

  .cta-phone-absolute2_image.show-mobile-portrait {
    width: 242px;
    height: 298px;
    display: block;
    left: 60px;
    right: 60px;
  }

  .cta-phone-absolute2_image.show-mobile-portrait.cta-2-mobile {
    height: auto;
    position: static;
  }

  .cta-vector-absoulte_holder.cta-mobile {
    bottom: -272px;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .logo3_logo.filevine {
    object-fit: fill;
    min-height: 60px;
  }

  .logo3_list {
    grid-column-gap: 56px;
    justify-content: center;
    padding-top: 0;
  }

  .logo-section-gradient_left {
    background-image: linear-gradient(100deg, #fff 49%, #fff0 79%);
    width: 364px;
    left: -178px;
  }

  .logo-section-gradient_right {
    background-image: linear-gradient(269deg, #fff 49%, #fff0 92%);
    width: 366px;
    right: -187px;
  }

  .footer3_legal-list {
    grid-column-gap: 1rem;
    opacity: 0;
    flex-flow: row;
  }

  .footer3_link-list.show-mobile-portrait.footer-column-mobile {
    display: flex;
  }

  .footer3_credit-text {
    margin-top: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .footer3_top-wrapper {
    grid-template-columns: 156px 1fr;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

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

  .footer-copy-background {
    height: 94px;
  }

  .tablet-tabs_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    min-width: 100%;
    max-width: none;
    padding: 0 28px 0 0;
  }

  .tabs-tablet-text_holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .icon-embed-custom-22.show-mobile-portrait {
    display: flex;
  }

  .show-mobile-portrait {
    display: block;
  }

  .show-mobile-portrait.div-flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .show-mobile-portrait.cta-background-new {
    width: 100%;
  }

  .mobile-footer-left-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 216px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-section-svg {
    max-width: 318px;
    height: 143.056px;
  }

  .tabs-section-svg.mobile-width-auto {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .tabs-section-svg.mobile-width-auto.width-fix, .tabs-section-svg-last {
    max-width: 100%;
    height: 172px;
  }

  .tabs-section-svg-last.fill-contain.phone-bigger-fix {
    width: auto;
    max-width: none;
    height: 173px;
    margin-left: -60px;
  }

  .tabs-section-svg-last.fill-contain.phone-bigger-fix.width-fix-new {
    width: auto;
    max-width: none;
    height: 173px;
  }

  .tabs-section-tab-svg-2 {
    max-width: 318px;
    height: 143.056px;
  }

  .tabs-section-tab-svg-2.mobile-width-auto {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .tabs-section-tab-svg-2.mobile-width-auto.width-fix {
    max-width: 100%;
    height: 172px;
    max-height: none;
  }

  .tabs-section-third-tab-svg {
    max-width: none;
    height: auto;
  }

  .tabs-section-third-tab-svg.mobile-143 {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 172px;
  }

  .tabs-section-third-tab-svg.jane-third-image-fix {
    width: 100%;
    min-width: 100%;
    max-width: 318px;
    height: 172px;
    max-height: none;
  }

  .padding-global-100.z-index-2 {
    padding-left: 32px;
    padding-right: 24px;
  }

  .lsa-responder-hero_absoulte {
    z-index: 3;
    top: -22px;
    left: -100px;
    right: -114px;
  }

  .lsa-responder-hero_absoulte.communication-one {
    top: 60px;
    left: -23px;
    right: -19px;
  }

  .lsa-responder-hero_absoulte.two-way-one {
    top: 64px;
    left: -32px;
    right: -24px;
  }

  .lsa-responder-hero_absoulte.website-chat-one {
    z-index: 1;
    top: 24px;
    left: -57px;
  }

  .lsa-responder-hero_absoulte.ai-texting-agent {
    left: -46px;
    right: -40px;
  }

  .lsa-responder-hero_absoulte.workflows-one {
    top: 50px;
    left: -46px;
    right: -40px;
  }

  .icon-embed-custom-lsa-hero {
    width: 553px;
    min-width: auto;
    height: 458px;
  }

  .mobile-max-247 {
    max-width: 246px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-embed-custom-communication {
    width: 379.058px;
    height: 273.034px;
  }

  .banner13_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .banner13_heading-top, .banner13_heading-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    font-size: 3rem;
  }

  .banner13-absoulte-gradient {
    top: -99px;
  }

  .icon-embed-custom-elevete-gradient {
    width: 784px;
    height: 209px;
  }

  .icon-embed-custom-tow-way {
    width: 398.447px;
    height: 287px;
  }

  .portfolio8_list._2-cards_grid {
    grid-row-gap: 1rem;
  }

  .portfolio8_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio8_item._2-cards_card.glow-bg {
    background-position: 0 100%;
  }

  .portfolio8_item-link._2-caeds-card_holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .portfolio8_item-link._2-caeds-card_holder.tablet-289.phone-260 {
    height: 260px;
  }

  .portfolio8_item-link._2-caeds-card_holder.tablet-289.phone-260.glow-bg {
    background-image: none;
  }

  .portfolio8_item-link._2-caeds-card_holder.website-phone-260 {
    height: 260px;
  }

  .portfolio8_item-link._2-caeds-card_holder.ai-texing-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .portfolio8_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .icon-embed-custom-2cards-ways {
    opacity: .85;
    bottom: -236px;
    left: -170px;
  }

  .icon-embed-custom-website-chat {
    width: 361px;
    height: 220px;
    min-height: auto;
  }

  .icon-embed-custom-website-chat.show-mobile-portrait {
    width: 420px;
    height: 376px;
    display: block;
  }

  .icon-embed-custom-website-large_card {
    width: 309px;
    height: 75px;
    top: 202px;
    right: auto;
  }

  .icon-embed-custom-website-chat-large_image {
    width: 350px;
    height: 350px;
    top: auto;
    bottom: -127px;
    right: auto;
  }

  .icon-embed-custom-ai-texting-agent {
    width: 423.436px;
    min-width: 423.436px;
    height: 305px;
    min-height: 305px;
  }

  .icon-embed-custom-workflows-one {
    width: 423.436px;
    height: 305px;
  }

  .description-list1_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .text-weight-semibold.text-color-primary.mobile-text-align-center {
    text-align: center;
  }

  .text-weight-semibold.text-color-primary.mobile-text-align-center.mobile-size-14 {
    font-size: 14px;
  }

  .icon-embed-custom-82 {
    width: 2.9rem;
    height: 1.3rem;
  }

  .icon-embed-custom-partnerships_hero {
    width: 391px;
    height: 206px;
  }

  .partnerships_tabs {
    padding-top: 32px;
  }

  .partnerships-tabs_holder {
    flex-flow: column;
  }

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

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

  .logo6_list.partnerships_logos-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .icon-embed-custom-120 {
    width: 2.9rem;
    height: 1.3rem;
  }

  .cta41_card-2.text-color-white.cta-card {
    height: 653px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta41_card-2.text-color-white.cta-card.home-services-cta {
    height: 700px;
  }

  .testimonial13_content-right {
    order: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial13_content {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .home-hero-animation-tablet {
    display: none;
  }

  .home-hero-animation-phone {
    display: block;
  }

  .ai-agent-mobile_slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border: 1px none var(--color-scheme-1--grey-border-color);
    background-color: #ddd0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .ai-agents-mobile-slider-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    height: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: static;
  }

  .ai-agent-mobile-slider-mask {
    width: 100%;
    height: 423px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .ai-agent-mobile-slider-slide {
    border: 1px solid var(--color-scheme-1--grey-border-color);
    background-color: var(--color-scheme-1--neutral-50);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
  }

  .layout502_tab-wrapper-mobile-slider {
    grid-row-gap: 3rem;
  }

  .layout502_tab-wrapper-mobile-slider.tabs-section-tab_panel {
    grid-row-gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-right: 20px;
    overflow: visible;
  }

  .layout502_tab-wrapper-mobile-slider.tabs-section-tab_panel.third-tab-new {
    padding-left: 22px;
  }

  .layout502_tab-wrapper-mobile-slider-third_tb {
    grid-row-gap: 3rem;
  }

  .layout502_tab-wrapper-mobile-slider-third_tb.tabs-section-tab_panel {
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 24px;
    padding-left: 22px;
    padding-right: 21px;
  }

  .layout502_tab-wrapper-mobile-slider-third_tb.tabs-section-tab_panel.third-tab-new {
    padding-left: 22px;
  }
}

#w-node-db60c437-5119-f9d8-321f-54c9a4d5abe3-2c070c39, #w-node-db60c437-5119-f9d8-321f-54c9a4d5abeb-2c070c39 {
  justify-self: center;
}

#w-node-f828a6fa-2cf7-d4b5-4517-237a144be81d-2c070c39, #w-node-_277c35c1-d5cc-0afe-9ffb-3a6aec0c3fb4-2c070c39, #w-node-af764a42-1185-9544-7cf9-17b272af2ca3-2c070c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca4-2c070c39 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca5-2c070c39 {
  align-self: start;
}

#w-node-_91428152-a3d8-2084-1705-edead69e58d4-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58d6-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58d8-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58da-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58dc-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58de-2c070c39, #w-node-_91428152-a3d8-2084-1705-edead69e58e0-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10c1-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10c3-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10c5-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10c7-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10c9-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10cb-2c070c39, #w-node-_6bc301c0-3fcd-6bbe-40d6-74bdb25e10cd-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce4ff-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce501-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce503-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce505-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce507-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce509-2c070c39, #w-node-d0b33fa4-048f-493a-ba94-e6094c9ce50b-2c070c39, #w-node-_8b9697f8-9b6c-fc74-dd82-356ea56fae7b-a56fae75 {
  justify-self: center;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be66d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be66e-2c070c3c {
  justify-self: center;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be685-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be686-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be68a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be68b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be68f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be690-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be694-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be695-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be699-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be69a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be69e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be69f-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6a9-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6aa-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6ae-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6af-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6b3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6b4-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6b8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6b9-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6bd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6be-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6c2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6c3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6cd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6ce-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6d2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6d3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6d7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6d8-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6dc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6dd-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6e6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6e7-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6f0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be6f1-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be703-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be704-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be708-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be709-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be70d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be70e-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be712-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be713-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be717-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be718-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be722-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be723-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be727-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be728-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be72c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be72d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be731-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be732-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be736-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be737-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be73b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be73c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be747-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be748-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be74c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be74d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be751-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be752-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be756-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be757-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be75b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be75c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be760-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be761-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be765-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be766-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be76a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be76b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be76f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be770-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be774-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be775-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be779-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be77a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be785-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be786-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be78a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be78b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be78f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be790-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be797-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be798-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7ca-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7e1-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7e2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7e3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7e5-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7ea-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7eb-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7ec-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7f0-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7f3-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7f4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7f5-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7f9-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be7fd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be7fe-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be804-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be808-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be809-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be80d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be810-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be815-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be816-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be817-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be81b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be81e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be81f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be820-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be826-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be829-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be82a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be82b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be831-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be834-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be835-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be836-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be83e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be841-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be842-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be843-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be84f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be850-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be851-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be855-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be85a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be85b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be85c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be862-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be867-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be868-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be869-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be86f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be874-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be875-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be876-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be87e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be884-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be885-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be88b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be891-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be892-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be893-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be899-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be89e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be89f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8a0-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8a8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8ad-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8ae-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8af-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8b7-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8bc-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8bd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8be-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8c8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8ce-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8cf-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8d7-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8e0-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8e1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8e2-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8eb-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8ec-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8ed-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8f6-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be8f7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be8f8-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be913-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be914-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be919-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be91a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be922-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be923-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be92a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be92b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be93a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be93b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be93c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be93d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be93f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be942-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be946-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be947-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be948-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be951-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be952-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be953-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be95c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be95d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be95e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be95f-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be965-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be966-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be967-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be968-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be96a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be96e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be96f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be970-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be971-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be973-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be97c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be983-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be984-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be985-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be986-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be988-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be98b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be98f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be990-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be991-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be99a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be99b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be99c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9a5-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9a6-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9a7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be9a8-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be9ae-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9af-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9b0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be9b1-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be9b3-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9b7-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9b8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9b9-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779be9ba-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779be9bc-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea57-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea5a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea5b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea5e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea5f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea62-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea63-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea67-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea6a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea6b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea6e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea6f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea72-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea77-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea7b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea7c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea7e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea80-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea81-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea83-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea85-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea86-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea88-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea8a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea8b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea8d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea8f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea90-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea92-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea94-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea95-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bea97-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea99-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea9b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea9d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bea9f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaa0-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaa2-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaa3-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaa5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaa6-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaa8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaa9-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaab-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaac-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaae-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaaf-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beab1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beab2-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beab4-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beaba-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beabd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beabe-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beac0-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beac2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beac3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beac5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beac7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beac8-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaca-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beacc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beacd-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beacf-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead2-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead7-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bead9-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beadb-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beadc-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beade-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae1-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae6-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beae8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaea-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaeb-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaed-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaef-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaf0-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaf2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beaf7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beafb-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beafd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb00-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb05-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb0a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb0f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb14-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb1b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb1c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb1e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb1f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb21-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb22-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb24-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb25-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb27-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb28-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb2a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb2b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb2d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb2e-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb30-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb31-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb33-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb34-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb36-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb37-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb39-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb3a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb3c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb3d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb3f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb40-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb42-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb43-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb45-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb46-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb48-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb49-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb4b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb4c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb4e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb4f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb51-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb52-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb54-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb55-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb57-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb58-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb5a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb5b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb5d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb5e-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb60-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb61-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb63-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb64-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb66-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb67-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb69-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb6a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb6c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb6d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb6f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb70-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb72-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb73-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb78-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb7c-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb7e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb81-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb86-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb8b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb90-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beb95-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb9c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb9d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beb9f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beba0-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beba2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beba3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beba5-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beba6-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779beba8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779beba9-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebab-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebac-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebae-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebaf-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebb1-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebb2-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebb4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebb5-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebb7-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebb8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebba-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebbb-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebbd-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebbe-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebc0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebc1-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebc3-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebc4-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebc6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebc7-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebc9-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebca-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebcc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebcd-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebcf-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebd0-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebd2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebd3-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebd5-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebd6-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebd8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebd9-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebdb-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebdc-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebde-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebdf-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebe1-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebe2-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebe4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebe5-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebe7-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebe8-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebea-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebeb-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebed-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebee-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebf0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebf1-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebf3-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebf4-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebf9-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bebfc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebfd-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bebff-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec00-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec02-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec03-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec05-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec06-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec08-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec09-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec0b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec0c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec0e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec0f-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec11-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec12-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec14-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec15-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec17-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec18-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec1a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec1b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec1d-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec1e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec20-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec21-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec23-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec24-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec26-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec27-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec29-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec2a-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec2c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec2d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec2f-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec30-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec32-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec33-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec35-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec36-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec38-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec39-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bec3b-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bec3c-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bed2e-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bed32-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed33-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed37-2c070c3c, #w-node-c3be78cf-da71-bf57-fc31-dc23779bed39-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed3a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed3e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed3f-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed43-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed44-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed48-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed49-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed4d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed4e-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed52-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed53-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed57-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed58-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed5c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed5d-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed61-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed62-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed66-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed67-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed6a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed6b-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed6f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed70-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed74-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed75-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed79-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed7a-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed7e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed7f-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed83-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed84-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed88-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed89-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed8d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed8e-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed92-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed93-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed97-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed98-2c070c3c {
  justify-self: start;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed9c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3be78cf-da71-bf57-fc31-dc23779bed9d-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-2c070c3c {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-2c070c3c {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-2c070c3c {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-2c070c3c {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-2c070c3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-2c070c3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-2c070c3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-2c070c3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-2c070c3c, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-2c070c3c {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-2c070c3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-2c070c3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-2c070c3c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-2c070c3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-2c070c3c {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-2c070c3c, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-2c070c3c {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-2c070c3c, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-2c070c3c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-2c070c3c, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-2c070c3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-2c070c3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-2c070c3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-2c070c3c, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-2c070c3c {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-2c070c3c {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-2c070c3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-2c070c3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-2c070c3c {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-2c070c3c, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-2c070c3c {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-2c070c3c, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-2c070c3c, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-2c070c3c, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-2c070c3c, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-2c070c3c, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-2c070c3c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-2c070c3c {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-2c070c3c, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-2c070c3c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-2c070c3c {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-2c070c3c, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-2c070c3c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-2c070c3c {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-2c070c3c, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-2c070c3c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-2c070c3c {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-2c070c3c, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-2c070c3c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-2c070c3c {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-2c070c3c, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-2c070c3c, #w-node-ee961e8d-845a-edc3-3307-509470022457-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-2c070c3c {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-2c070c3c, #w-node-ee961e8d-845a-edc3-3307-50947002245b-2c070c3c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-2c070c3c {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-2c070c3c, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-2c070c3c, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-2c070c3c {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-2c070c3c, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-2c070c3c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-2c070c3c {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-2c070c3c, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-2c070c3c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-2c070c3c {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-2c070c3c, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-2c070c3c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-2c070c3c {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-2c070c3c, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-2c070c3c, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-2c070c3c {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-2c070c3c {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-2c070c3c {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-2c070c3c {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-2c070c3c {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-2c070c3c {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-2c070c3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-2c070c3c {
  justify-self: start;
}

#w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78c3-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78c5-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78c7-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78c9-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78cb-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78cd-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78d4-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78d6-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78d8-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78da-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78dc-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78de-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78e0-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78e5-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78e7-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78e9-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78eb-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78ed-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78ef-bdfc78ae, #w-node-_7a6e62ad-199e-2dc1-aa3e-969ebdfc78f1-bdfc78ae {
  justify-self: center;
}

#w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e7-b79bc5d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e8-b79bc5d9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e9-b79bc5d9 {
  align-self: start;
}

#w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960cf-dc380ed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960d0-dc380ed2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960d1-dc380ed2 {
  align-self: start;
}

#w-node-ef5fc02b-2668-e5f0-6843-6383c8773a7b-dc380ed2, #w-node-ef5fc02b-2668-e5f0-6843-6383c8773a7d-dc380ed2, #w-node-ef5fc02b-2668-e5f0-6843-6383c8773a7f-dc380ed2, #w-node-ef5fc02b-2668-e5f0-6843-6383c8773a81-dc380ed2, #w-node-ef5fc02b-2668-e5f0-6843-6383c8773a83-dc380ed2, #w-node-ef5fc02b-2668-e5f0-6843-6383c8773a85-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d7e-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d80-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d82-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d84-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d86-dc380ed2, #w-node-_76c24f42-2bd3-ed52-f81d-fcdd91de2d88-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd2422-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd2424-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd2426-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd2428-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd242a-dc380ed2, #w-node-aaf5216c-d095-87ca-6c79-ab59adcd242c-dc380ed2, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bcca-12e96755, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bccc-12e96755, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bcce-12e96755, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bcd0-12e96755, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bcd2-12e96755, #w-node-_5e1c614d-3f2d-947a-2e4d-6943c713bcd4-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d144-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d146-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d148-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d14a-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d14c-12e96755, #w-node-_07217ace-1b01-5b16-fe82-26cd2af6d14e-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf2640-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf2642-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf2644-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf2646-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf2648-12e96755, #w-node-_9aef05b6-6cca-875a-5522-260224cf264a-12e96755 {
  justify-self: center;
}

#w-node-_56caab97-9aeb-507f-4066-0b1ece79b338-7c759bd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56caab97-9aeb-507f-4066-0b1ece79b339-7c759bd9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_56caab97-9aeb-507f-4066-0b1ece79b33a-7c759bd9 {
  align-self: start;
}

#w-node-_0b09ddb0-fd66-3956-273d-587d85d40874-7c759bd9, #w-node-_0b09ddb0-fd66-3956-273d-587d85d40876-7c759bd9, #w-node-_0b09ddb0-fd66-3956-273d-587d85d40878-7c759bd9, #w-node-_0b09ddb0-fd66-3956-273d-587d85d4087a-7c759bd9, #w-node-_0b09ddb0-fd66-3956-273d-587d85d4087c-7c759bd9, #w-node-_0b09ddb0-fd66-3956-273d-587d85d4087e-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b3a-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b3c-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b3e-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b40-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b42-7c759bd9, #w-node-a3b18a17-660c-79eb-2b29-2243eb1d7b44-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7dd-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7df-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7e1-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7e3-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7e5-7c759bd9, #w-node-_5c6d8eb5-611c-ff78-b8ed-3a621249c7e7-7c759bd9 {
  justify-self: center;
}

#w-node-bf71b380-3ad9-bb3a-7957-fcee419c56d6-b7163720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88c6-b7163720, #w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88c8-b7163720, #w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88ca-b7163720, #w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88cc-b7163720, #w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88ce-b7163720, #w-node-b1418a18-6a76-fe0e-ce44-eeb1ceee88d0-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b1c-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b1e-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b20-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b22-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b24-b7163720, #w-node-acbf0ab5-4fd2-6d79-ee21-c4e475665b26-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad7142-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad7144-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad7146-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad7148-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad714a-b7163720, #w-node-_7df86c4d-3b10-187d-48be-8edf40ad714c-b7163720, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c134-0efe7c13, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c136-0efe7c13, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c138-0efe7c13, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c13a-0efe7c13, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c13c-0efe7c13, #w-node-_9fcb56ad-4d6c-2848-d6c8-b425d046c13e-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e088967-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e088969-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e08896b-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e08896d-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e08896f-0efe7c13, #w-node-_31d47ea8-dbb8-423b-fcf8-275c9e088971-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90d5-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90d7-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90d9-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90db-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90dd-0efe7c13, #w-node-_56c9635b-9cba-d752-880d-53e35c7c90df-0efe7c13 {
  justify-self: center;
}

#w-node-b7b094cb-8f33-56bd-84e5-9b0456fcf20c-0efe7c13, #w-node-b7b094cb-8f33-56bd-84e5-9b0456fcf213-0efe7c13, #w-node-_67342e66-5604-035c-3873-60fab9bba675-0efe7c13, #w-node-_67342e66-5604-035c-3873-60fab9bba679-0efe7c13, #w-node-_72fefc84-de5e-e1bc-49c7-d3068007e940-0efe7c13, #w-node-_72fefc84-de5e-e1bc-49c7-d3068007e944-0efe7c13, #w-node-cd2d787a-04e6-8270-2a55-9ca69904a881-0efe7c13, #w-node-cd2d787a-04e6-8270-2a55-9ca69904a885-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6e6-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6ea-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6f4-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6f8-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6fb-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6ff-0efe7c13, #w-node-_58287d30-09a2-9349-3a4e-cdc7fee09273-0efe7c13, #w-node-_58287d30-09a2-9349-3a4e-cdc7fee09277-0efe7c13, #w-node-f7df8c0f-757e-8a8c-7c07-c110e6f5b400-0efe7c13, #w-node-f7df8c0f-757e-8a8c-7c07-c110e6f5b404-0efe7c13, #w-node-_7967ede7-d192-977b-17bf-e4f85304056d-0efe7c13, #w-node-_7967ede7-d192-977b-17bf-e4f853040571-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6ed-0efe7c13, #w-node-f5b68ec4-4cea-10d0-578d-2c765d5de6f1-0efe7c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db60c437-5119-f9d8-321f-54c9a4d5abe3-794a26d3, #w-node-db60c437-5119-f9d8-321f-54c9a4d5abeb-794a26d3 {
  justify-self: center;
}

#w-node-f828a6fa-2cf7-d4b5-4517-237a144be81d-794a26d3, #w-node-a803aec6-d1bb-1c12-1268-173c85bf68b0-794a26d3, #w-node-ef150575-e101-69ac-64ce-d871be45c0e3-794a26d3, #w-node-_899d9d91-f4ca-361f-f0e1-2b67d1ecf11f-794a26d3, #w-node-af764a42-1185-9544-7cf9-17b272af2ca3-794a26d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca4-794a26d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca5-794a26d3 {
  align-self: start;
}

#w-node-bba8ad06-9b9e-8460-d775-10434ee05bdc-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05bde-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05be0-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05be2-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05be4-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05be6-794a26d3, #w-node-bba8ad06-9b9e-8460-d775-10434ee05be8-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c0fd-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c0ff-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c101-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c103-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c105-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c107-794a26d3, #w-node-_4978fa9d-0a5d-b61d-9aef-56a759f0c109-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c616-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c618-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c61a-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c61c-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c61e-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c620-794a26d3, #w-node-_56886c92-8909-c225-7f98-459e6734c622-794a26d3, #w-node-db60c437-5119-f9d8-321f-54c9a4d5abe3-030292a2, #w-node-db60c437-5119-f9d8-321f-54c9a4d5abeb-030292a2 {
  justify-self: center;
}

#w-node-f828a6fa-2cf7-d4b5-4517-237a144be81d-030292a2, #w-node-a803aec6-d1bb-1c12-1268-173c85bf68b0-030292a2, #w-node-ef150575-e101-69ac-64ce-d871be45c0e3-030292a2, #w-node-_899d9d91-f4ca-361f-f0e1-2b67d1ecf11f-030292a2, #w-node-af764a42-1185-9544-7cf9-17b272af2ca3-030292a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca4-030292a2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca5-030292a2 {
  align-self: start;
}

#w-node-_91428152-a3d8-2084-1705-edead69e58d4-030292a2, #w-node-_91428152-a3d8-2084-1705-edead69e58d6-030292a2, #w-node-_91428152-a3d8-2084-1705-edead69e58d8-030292a2, #w-node-_91428152-a3d8-2084-1705-edead69e58da-030292a2, #w-node-_91428152-a3d8-2084-1705-edead69e58dc-030292a2, #w-node-_91428152-a3d8-2084-1705-edead69e58de-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf2c-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf2e-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf30-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf32-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf34-030292a2, #w-node-_48d8c7e3-4d8d-8dcf-a2b6-e86fa2ebcf36-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d73-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d75-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d77-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d79-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d7b-030292a2, #w-node-fde10b94-364f-b692-bea0-e0d849333d7d-030292a2 {
  justify-self: center;
}

#w-node-_67339b00-1666-6c7e-fa83-7eb37f283ed9-c805f340, #w-node-_8c04152a-7878-5400-b63a-b760ce3ba8ae-c805f340, #w-node-_1e21e7bc-9285-5fa4-f74c-58d512dd0278-c805f340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63985215-813b-1cc1-be41-a90580ee98ba-c805f340, #w-node-ffba88a6-aedf-6a7c-4aad-57114072d503-c805f340, #w-node-ccfd49c1-8e61-df93-2a43-5cfec1d5e7e5-c805f340, #w-node-_933baace-c222-65c5-9392-f63c5425d411-c805f340, #w-node-_50ff1e4d-c8ba-a55f-3c52-6d3419ce92c0-c805f340, #w-node-d886be1e-481e-5317-ae6c-8cc261ac2107-c805f340, #w-node-_8f6e849e-25ef-f032-1836-cac571092d8f-c805f340, #w-node-_167f05d1-0a17-34ee-e7b1-e6675235d290-c805f340, #w-node-_9858a859-8f3a-8efb-529e-d24c9b718793-c805f340, #w-node-d9b29cf6-55ba-ac73-9a75-97406cc8db84-c805f340, #w-node-b0bb4a9a-fa26-12f5-c9c9-f12aa76c85a8-c805f340, #w-node-a101ef92-bc13-f861-7f54-a4066bba0c56-c805f340, #w-node-_92f6927b-6e38-6ee3-a7a7-25c138637df8-c805f340, #w-node-_8ed3de11-8db3-9af9-b687-5def2415c876-c805f340, #w-node-_98f8d5f2-8f22-3b62-6028-87e793e1132e-c805f340, #w-node-_70234cc8-5102-24e5-e1cc-2d40fd68a6eb-c805f340, #w-node-_4238b75d-421f-0bfc-2289-a12fb0aa49be-c805f340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4c647d69-bbce-f79c-f9f5-e94cc493ed9a-8aaf887c, #w-node-_4c647d69-bbce-f79c-f9f5-e94cc493eda2-8aaf887c {
  justify-self: center;
}

#w-node-_4c647d69-bbce-f79c-f9f5-e94cc493edb9-8aaf887c, #w-node-_94f27dcd-5654-ad90-af49-873a053c57ab-8aaf887c, #w-node-_3d149dc5-eb5d-c5fe-83a7-f2e74a38a5fc-8aaf887c, #w-node-af764a42-1185-9544-7cf9-17b272af2ca3-8aaf887c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca4-8aaf887c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca5-8aaf887c {
  align-self: start;
}

#w-node-_9cfebb37-7d27-5b43-9757-b74739026140-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b74739026142-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b74739026144-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b74739026146-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b74739026148-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b7473902614a-8aaf887c, #w-node-_9cfebb37-7d27-5b43-9757-b7473902614c-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a32-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a34-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a36-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a38-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a3a-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a3c-8aaf887c, #w-node-_13da6cce-ad19-dcb1-30b4-c8cc44506a3e-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acea-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acec-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acee-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acf0-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acf2-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acf4-8aaf887c, #w-node-dc6193ac-5f2c-ef89-d862-7a80d405acf6-8aaf887c, #w-node-_5bbf9415-d144-fa31-3e37-31916dea95a3-825fa505, #w-node-_5bbf9415-d144-fa31-3e37-31916dea95ab-825fa505 {
  justify-self: center;
}

#w-node-_5bbf9415-d144-fa31-3e37-31916dea95c2-825fa505, #w-node-b7f46b23-084a-1076-3d16-afa5c731e23a-825fa505, #w-node-_6314b6a7-a735-68f9-0201-bb8e5ea20160-825fa505, #w-node-af764a42-1185-9544-7cf9-17b272af2ca3-825fa505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca4-825fa505 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-af764a42-1185-9544-7cf9-17b272af2ca5-825fa505 {
  align-self: start;
}

#w-node-af725899-587e-81db-c364-dc3300b7f61b-825fa505, #w-node-af725899-587e-81db-c364-dc3300b7f61d-825fa505, #w-node-af725899-587e-81db-c364-dc3300b7f61f-825fa505, #w-node-af725899-587e-81db-c364-dc3300b7f621-825fa505, #w-node-af725899-587e-81db-c364-dc3300b7f623-825fa505, #w-node-af725899-587e-81db-c364-dc3300b7f625-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c81-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c83-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c85-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c87-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c89-825fa505, #w-node-_718e8d01-3c48-20ed-a846-14516be90c8b-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e9504-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e9506-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e9508-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e950a-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e950c-825fa505, #w-node-_615e1417-ccc5-f0c7-8fc7-7dc0d96e950e-825fa505 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-2c070c39, #w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e8-b79bc5d9, #w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960d0-dc380ed2, #w-node-_56caab97-9aeb-507f-4066-0b1ece79b339-7c759bd9, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-794a26d3, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-030292a2, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-8aaf887c, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-825fa505 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-2c070c39 {
    grid-column: span 2 / span 2;
  }

  #w-node-c50369ba-a4e0-479b-aeed-38e917b22b95-17b22b8d {
    order: -9999;
  }

  #w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e8-b79bc5d9, #w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960d0-dc380ed2, #w-node-_56caab97-9aeb-507f-4066-0b1ece79b339-7c759bd9, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-794a26d3, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-030292a2, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-8aaf887c, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-825fa505 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-2c070c39, #w-node-_9c5cce5b-515c-228f-976b-86dcb79bc5e8-b79bc5d9, #w-node-_437b716a-5fb6-4bd1-04ae-a0a26db960d0-dc380ed2, #w-node-_56caab97-9aeb-507f-4066-0b1ece79b339-7c759bd9, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-794a26d3, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-030292a2, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-8aaf887c, #w-node-af764a42-1185-9544-7cf9-17b272af2ca4-825fa505 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-airitalic.woff2') format('woff2'), url('../fonts/aeonik-regularitalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-mediumitalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonikvf';
  src: url('../fonts/aeonikvf-italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonikvf';
  src: url('../fonts/aeonikvf.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}