@font-face {
  font-family: DM Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--neutral-900);
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-error: var(--base-color-system--error-red);
  --border-color--border-primary: var(--base-color-system--red-100);
  --base-color-brand--white: white;
  --base-color-system--red-500: #c3262d;
  --border-radius--small: .5rem;
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --background-color--background-secondary: var(--base-color-system--red-25);
  --base-color-system--red-50: #fbeaeb;
  --text-color--text-secondary: var(--base-color-neutral--neutral-500);
  --border-color--border-alternate: var(--base-color-neutral--neutral-100);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --base-color-system--red-orange: #fa4f2e;
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-system--red-25: #fdf6f7;
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --border-radius--medium: .75rem;
  --link-color--link-navbar: #4c4c4c;
  --base-color-system--red-50\<deleted\|variable-0182ba13-ed1f-c0b0-8800-a9ffe562da3e\>: #fbeaeb;
  --base-color-system--red-100: #f6d0d2;
  --border-radius--huge: 1.5rem;
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --base-color-system--red-25\<deleted\|variable-0d04edce-a2ce-b826-1a31-68c14dd2597d\>: #fdf6f7;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--red-400: #db474f;
  --border-radius--large: 1rem;
  --base-color-system--red-300: #e47278;
  --base-color-system--tall-poppy\<deleted\|variable-1f186383-7bf9-ed40-63ab-66c61d6f0ae4\>: #c3262d;
  --base-color-neutral--neutral-100: #e2e8f0;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-system--red-600: #9e1f25;
  --base-color-neutral--neutral-300: #94a3b8;
  --base-color-neutral--neutral-0: white;
  --base-color-neutral--neutral-dark: #444;
  --base-color-system--red-200: #eda1a5;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-brand--black: black;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--neutral-25: #f8fafc;
  --base-color-neutral--neutral-50: #f1f5f9;
  --base-color-neutral--neutral-200: #cbd5e1;
  --base-color-neutral--neutral-400: #64748b;
  --base-color-neutral--neutral-500: #475569;
  --base-color-neutral--neutral-600: #334155;
  --base-color-neutral--neutral-700: #1e293b;
  --base-color-neutral--neutral-800: #0f172a;
  --base-color-neutral--neutral-900: #020617;
  --base-color-system--success-green: #027a48;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --base-color-system--crusta: #f9712f;
  --base-color-system--red-700: #73161b;
  --base-color-system--red-800: #4d0f12;
  --base-color-system--red-900: #260709;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.12;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  color: #020617;
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  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 {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border: 1px solid #0000;
  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 {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

.max-width-medium.mx-w-48 {
  max-width: 48rem;
}

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

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

.page-wrapper {
  position: relative;
}

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

.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-small {
  width: 100%;
  max-width: 30rem;
}

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

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

.margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.mb-2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

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

.margin-bottom.margin-xxlarge.bg-graphic {
  background-image: linear-gradient(#fff0eb00 32%, #ff757ea3);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

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

.margin-bottom.margin-large.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-right.margin-xlarge.mb-1-5 {
  margin-bottom: 1.5rem;
}

.margin-right.margin-xlarge.mb-1-5.mr-0 {
  margin-right: 0;
}

.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-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-size: 1.125rem;
}

.text-size-medium.text-color-secondary.text-style-3lines {
  margin-bottom: auto;
  overflow: visible;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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 {
  letter-spacing: -.04em;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.heading-style-h2.is-pricing {
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.04em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.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 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

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

.heading-style-h5 {
  text-align: left;
  letter-spacing: -.04em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.16;
}

.heading-style-h5.max-width-13 {
  max-width: 13ch;
}

.heading-style-h5.is-cookie-consent {
  font-size: 1.25rem;
}

.heading-style-h5.text-align-center.d-flex {
  display: flex;
}

.heading-style-h5.text-align-center.counter {
  color: var(--text-color--text-error);
  display: inline-flex;
}

.heading-style-h5.text-align-center.counter-r {
  color: var(--text-color--text-error);
}

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

.heading-style-h1 {
  letter-spacing: -.04em;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  color: var(--base-color-brand--white);
  cursor: pointer;
  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 {
  background-color: var(--base-color-system--red-500);
  color: var(--base-color-brand--white);
  border-width: 1px;
  box-shadow: 0 0 0 2px #5b5b5d3d;
}

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

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

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

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

.button {
  border-top-style: solid;
  border-top-width: .5px;
  border-top-color: var(--base-color-brand--white);
  border-right-style: solid;
  border-right-width: .5px;
  border-right-color: var(--base-color-brand--white);
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-bottom-color: var(--base-color-brand--white);
  border-left-style: solid;
  border-left-width: .5px;
  border-left-color: var(--base-color-brand--white);
  border-top-left-radius: var(--border-radius--small);
  border-top-right-radius: var(--border-radius--small);
  border-bottom-left-radius: var(--border-radius--small);
  border-bottom-right-radius: var(--border-radius--small);
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: #0000;
  padding: .625rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 .5625rem .875rem -.9375rem #ffffff4d, 0 .25rem .375rem #00000024, 0 0 0 1px #f9712f;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  box-shadow: none;
  background-color: #0000;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-link.is-right-margin {
  margin-right: .2rem;
}

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

.button.is-icon.is-cookie-consent {
  color: #0a0505;
  background-color: #fff;
  border-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 4rem 1rem #0003;
}

.button.is-icon.is-cookie-prefs {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: inset 0 .5625rem .875rem -.9375rem #ffffff4d, 0 .25rem .375rem #00000014, 0 0 0 1px #ffc5c6;
}

.button.is-secondary {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: inset 0 .5625rem .875rem -.9375rem #ffffff4d, 0 .25rem .375rem #00000014, 0 0 0 1px #ffc5c6;
}

.button.is-secondary:hover {
  background-color: var(--base-color-system--red-50);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.btn-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease-in-out, background-color .2s;
  display: inline-flex;
}

.button.is-secondary.btn-icon:hover {
  transform: translate(0, -2px);
}

.button.is-secondary.btn-icon.ctm-hover {
  transition: all .2s, opacity .2s, transform .2s ease-in-out;
}

.button.is-secondary.btn-icon.ctm-hover.conector-btn {
  white-space: nowrap;
  min-width: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

.button.is-footer {
  width: 11.25rem;
}

.button.max-width-full.is-secondary.btn-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

.heading-style-h4 {
  letter-spacing: -.04em;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.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: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

.text-size-regular {
  color: var(--text-color--text-secondary);
  text-align: left;
  font-size: 1rem;
}

.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 {
  letter-spacing: -.04em;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.12;
}

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

.form_input {
  border: 1px solid var(--border-color--border-alternate);
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #007b9a;
  box-shadow: 0 0 .125rem .09375rem #00ccff52;
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

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

.form_input.is-cta {
  color: var(--text-color--text-alternate);
  background-color: #0000;
  border-style: none;
  line-height: 1.5;
}

.form_input.is-cta::placeholder {
  color: var(--text-color--text-alternate);
}

.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: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

.icon-embed-xsmall {
  color: var(--text-color--text-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.size-2 {
  width: 2rem;
  height: 2rem;
}

.icon-embed-xsmall.icon-size-2-5 {
  width: 2.5rem;
  height: 2.5rem;
}

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

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

.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: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  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;
}

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

.text-align-center.mb-1-5 {
  margin-bottom: 1.5rem;
}

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

.text-size-small.text-weight-semibold.text-color-gradient {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
}

.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 {
  letter-spacing: -.02em;
  border-left-color: #0000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-style: italic;
  line-height: 112%;
}

.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: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  margin-top: .5rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1;
}

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

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

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

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

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

.text-size-large.text-color-secondary {
  color: var(--text-color--text-primary);
}

.text-size-large.text-color-secondary.mb-1 {
  margin-bottom: 1rem;
}

.text-size-large.max-width-52 {
  max-width: 52ch;
}

.text-size-large.max-chars-33 {
  max-width: 33ch;
}

.text-size-large.max-chars-53 {
  max-width: 53ch;
}

.text-size-large.max-chars-53.align-center.text-center {
  text-align: center;
}

.text-size-large.max-chars-53.align-center.text-align-center.max-width-540 {
  max-width: 540px;
}

.text-size-large.max-chars-53.align-center.text-align-center.mx-71 {
  max-width: 71ch;
}

.text-size-large.text-weight-semibold {
  opacity: 1;
  color: var(--text-color--text-primary);
  text-align: left;
}

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

.text-size-large.opacity {
  opacity: 1;
}

.text-size-large.max-chars-60 {
  max-width: 60ch;
}

.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: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

.padding-global.margin-bottom-7 {
  margin-bottom: 7rem;
}

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

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

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

.padding-section-large.bg-graphic.reverse {
  background-image: linear-gradient(0deg, #fff0eb00 32%, #ff757ea3);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-section-large.bg-graphic.reverse.mb-7 {
  margin-bottom: 7rem;
}

.padding-section-large.pb-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;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.background-color-secondary {
  background-color: var(--base-color-system--red-25);
}

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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 {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.header {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_component {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: .75rem;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
  box-shadow: 0 .5rem 1rem #5c13160f;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_link {
  color: var(--link-color--link-navbar);
  padding: 1.5rem 1rem;
  font-weight: 700;
  overflow: visible;
}

.navbar1_link.is-pseudo-text {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

.footer {
  border-top: 1px solid var(--border-color--border-primary);
  position: relative;
  overflow: hidden;
}

.footer3_top-wrapper {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  position: relative;
}

.footer3_logo-link {
  float: none;
  width: 5.625rem;
  padding-left: 0;
  display: block;
}

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

.footer3_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

.footer3_link {
  color: var(--link-color--link-primary);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  transition: all .2s;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

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

.footer3_credit-text {
  font-size: .875rem;
}

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

.footer3_legal-link {
  color: var(--text-color--text-secondary);
  font-size: .875rem;
  text-decoration: underline;
  transition: color .2s;
}

.footer3_legal-link:hover {
  color: var(--text-color--text-primary);
}

.footer3_buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.section_header141 {
  position: relative;
  overflow: hidden;
}

.header141_component {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header141_image-group {
  perspective: 1000px;
  transform-origin: 50% 40%;
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: none;
}

.header141_image-wrapper2 {
  z-index: 1;
  width: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.header141_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header141_image-wrapper1 {
  transform-style: preserve-3d;
  width: 50%;
  margin-bottom: 10%;
  margin-left: 10%;
  margin-right: 10%;
  transform: rotateX(20deg)rotateY(0)rotateZ(0);
}

.header141_image-wrapper1.is-full-width {
  width: 100%;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%;
}

.header141_image-wrapper3 {
  width: 40%;
  position: absolute;
  inset: 10% 0% auto auto;
}

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

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  display: flex;
}

.logo3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.section_layout401 {
  position: relative;
  overflow: hidden;
}

.layout401_component {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.layout401_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr;
}

.layout401_card {
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-system--red-50\<deleted\|variable-0182ba13-ed1f-c0b0-8800-a9ffe562da3e\>);
  border: 1px solid #ffffff7a;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.layout350_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout350_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout350_tabs-menu {
  z-index: 1;
  grid-column-gap: .25rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-system--red-25);
  align-items: center;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
}

.layout350_tabs-menu.max-width-xlarge.align-center.jus-center {
  justify-content: center;
}

.layout350_tab-link {
  z-index: 2;
  border-radius: var(--border-radius--small);
  color: var(--text-color--text-primary);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.layout350_tab-link:hover {
  border-top-color: var(--base-color-system--red-100);
  border-right-color: var(--base-color-system--red-100);
  border-bottom-color: var(--base-color-system--red-100);
  border-left-color: var(--base-color-system--red-100);
  background-color: var(--background-color--background-primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  box-shadow: 0 0 .75rem #fa702e3d;
}

.layout350_tab-link.w--current {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base-color-system--red-100);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--base-color-system--red-100);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--base-color-system--red-100);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--base-color-system--red-100);
  background-color: var(--background-color--background-primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 0 .75rem #fa702e3d;
}

.layout350_tab-link.tabmenu:hover, .layout350_tab-link.tabmenu.w--current {
  color: var(--text-color--text-alternate);
}

.layout350_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 5.75rem;
  display: flex;
  position: relative;
}

.layout350_mobile-image-wrapper {
  display: none;
}

.layout350_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.layout350_image-wrapper {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: absolute;
  overflow: hidden;
}

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

.layout121_content-left {
  position: sticky;
  top: 6rem;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-image: url('../images/layout121_progress-bar-wrapper.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.layout121_progress-bar {
  background-image: url('../images/layout121_progress-bar.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 100%;
}

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

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

.layout121_timeline-icon-wrapper {
  z-index: 1;
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-secondary);
  color: var(--base-color-system--red-500);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_text-wrapper {
  position: relative;
}

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

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

.cta51_card {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--huge);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_stats29 {
  position: relative;
  overflow: hidden;
}

.stats29_component {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.stats29_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats29_item {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats29_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

.stats29_image-wrapper {
  aspect-ratio: auto;
  border-radius: var(--border-radius--medium);
  position: relative;
  overflow: hidden;
}

.stats29_image {
  width: 47rem;
  max-width: none;
  display: inline-block;
  position: absolute;
}

.cta38_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cta38_link-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta38_link-text-small {
  color: var(--link-color--link-secondary);
  letter-spacing: -.2px;
  white-space: nowrap;
  align-self: flex-start;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
}

.cta38_link-text {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.cta38_link-image-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cta38_link-image {
  width: 75%;
  max-width: 27.375rem;
  max-height: 27.375rem;
}

.section_testimonial18 {
  position: relative;
  overflow: hidden;
}

.testimonial18_component {
  column-count: 3;
  column-gap: .5rem;
  font-size: 0;
  position: relative;
}

.testimonial18_card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  vertical-align: baseline;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  padding: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.testimonial18_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial18_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog44_heading {
  flex: 1;
}

.blog44_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog44_button-row.show-mobile-landscape {
  display: none;
}

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

.blog44_item-link {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog44_image-wrapper {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  overflow: hidden;
}

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

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

.blog44_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog44_category {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-secondary);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: inline-block;
}

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.blog44_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 1.5rem;
  display: flex;
}

.header141_image1-full-width {
  border-radius: var(--border-radius--medium);
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 8rem #5c13161f;
}

.background-color-gradient-light {
  background-image: linear-gradient(0deg, var(--background-color--background-primary), var(--base-color-system--red-25\<deleted\|variable-0d04edce-a2ce-b826-1a31-68c14dd2597d\>));
}

.text-eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  display: inline-block;
}

.text-eyebrow.text-color-gradient {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
}

.layout238_card-icon {
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-system--red-25\<deleted\|variable-0d04edce-a2ce-b826-1a31-68c14dd2597d\>);
  color: var(--base-color-system--red-500);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.background-red-25 {
  background-color: var(--base-color-system--red-25\<deleted\|variable-0d04edce-a2ce-b826-1a31-68c14dd2597d\>);
}

.cta51_image-wrapper {
  text-align: center;
  background-image: linear-gradient(#c7292e00, #c7292e7a);
  width: 100%;
  min-width: 56rem;
  height: 12rem;
  margin-bottom: -4rem;
  position: relative;
  overflow: hidden;
}

.cta51_image-mask {
  background-image: linear-gradient(#c7292e00, #c7292e7a);
  position: absolute;
  inset: 0%;
}

.text-color-gradient {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
  color: var(--text-color--text-alternate);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.background-color-gradient-dark {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
}

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

.footer3_heading {
  letter-spacing: .18px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  display: inline-block;
}

.footer3_contact-link {
  color: var(--text-color--text-secondary);
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
}

.footer3_contact-link:hover {
  color: var(--text-color--text-primary);
}

.header141_scroll-trigger {
  height: 100svh;
  margin-top: 100svh;
  position: absolute;
  inset: 0% 0% auto;
}

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

.blog44_reading-time {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.section_contact5 {
  position: relative;
  overflow: clip;
}

.contact5_component {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.contact5_contact-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.contact5_icon-wrapper {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-primary);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  padding: .5rem;
}

.contact5_form-block {
  border-radius: var(--border-radius--medium);
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  overflow: hidden;
}

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

.success-message {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-system--success-green-light);
  margin-top: 5rem;
  margin-right: 5rem;
  padding: 1.5rem;
}

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

.error-message {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  margin-top: 5rem;
  margin-right: 5rem;
  padding: 1.5rem;
}

.error-text {
  color: #e23939;
}

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

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

.layout121_timeline-icon_background {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.cta38_image {
  border-radius: var(--border-radius--huge);
  max-width: 27.375rem;
  max-height: 27.375rem;
  transform: rotate(-7deg);
}

.blog-post-header1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  display: flex;
}

.blog10_breadcrumb {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.breadcrumb-link {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blog-post-header1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post-header1_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post-header1_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post-header1_author-image {
  border: 2px solid var(--background-color--background-secondary);
  border-radius: var(--border-radius--medium);
  box-shadow: 0rem 0rem 0 1px var(--base-color-system--red-500);
  object-fit: cover;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-header1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post-header1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 1rem;
  display: grid;
}

.blog-post_social-link {
  background-color: var(--base-color-system--red-400);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header1_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header1_image {
  aspect-ratio: 2;
  border-radius: var(--border-radius--huge);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content29_content {
  margin-bottom: 4rem;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_tag-item {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-secondary);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}

.content29_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.content29_divider {
  background-image: linear-gradient(90deg, #f6d0d200, var(--border-color--border-primary) 50%, #f6d0d200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.section_header106 {
  position: relative;
  overflow: hidden;
}

.header106_component {
  z-index: 2;
  height: 140vh;
  position: relative;
}

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

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

.header106_images-wrapper {
  z-index: 1;
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header106_image-wrapper {
  width: 100%;
  max-width: 19.75rem;
  position: absolute;
}

.header106_image-wrapper.is-image1 {
  top: 12%;
  left: -10%;
}

.header106_image-wrapper.is-image2 {
  bottom: 5%;
  left: 5%;
}

.header106_image-wrapper.is-image3 {
  bottom: 0%;
}

.header106_image-wrapper.is-image4 {
  bottom: 7.5%;
  right: 10%;
}

.header106_image-wrapper.is-image5 {
  top: 5%;
  right: -8%;
}

.header106_image {
  border-radius: var(--border-radius--huge);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.content5_content-wrapper {
  padding-top: .75rem;
  position: sticky;
  top: 5rem;
}

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

.content5_image-wrapper {
  flex: 1;
  width: 100%;
}

.content5_image {
  border-radius: var(--border-radius--huge);
  width: 100%;
  height: 100%;
}

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

.content22_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content22_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.heading-style-h7 {
  letter-spacing: -.04em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
}

.heading-style-h8 {
  letter-spacing: -.04em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.heading-style-h8.text-color-gradient {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
}

.heading-style-h8.is-faq {
  z-index: 2;
  position: relative;
}

.heading-style-h8.is-heading-highlight {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.heading-style-h8.text-align-center {
  text-align: center;
}

.heading-style-h8.text-align-center.width-100 {
  width: 100%;
}

.heading-style-h9 {
  letter-spacing: -.04em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.is-percentage {
  font-size: 2rem;
}

.section_team8 {
  position: relative;
  overflow: hidden;
}

.section_team8.background-color-gradient-light_horizontal {
  background-image: linear-gradient(270deg, var(--base-color-system--red-25\<deleted\|variable-0d04edce-a2ce-b826-1a31-68c14dd2597d\>), white);
}

.team8_component, .team8_list-wrapper {
  z-index: 2;
  position: relative;
}

.team8_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team8_item {
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  align-items: stretch;
  padding: .5rem .5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team8_image-wrapper {
  z-index: 4;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team8_image {
  aspect-ratio: 1;
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team8_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  place-items: center start;
  margin-top: 1.5rem;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team8_item-content {
  z-index: 4;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.team8_job-title {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--small);
  background-color: var(--background-color--background-secondary);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.25;
  display: block;
  overflow: hidden;
}

.team8_job-title-wrapper {
  display: inline-block;
}

.content22_metatag_header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.content22_metatag_bullet {
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.content5_heading-wrapper {
  position: relative;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_icon-wrappper.is-faq {
  z-index: 2;
  position: relative;
}

.faq4_answer {
  z-index: 2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

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

.header1_image {
  border-radius: var(--border-radius--medium);
  width: 100%;
  height: 100%;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--huge);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout1_component.gx-2 {
  grid-column-gap: 2rem;
}

.layout1_content {
  padding: 3rem 0 3rem 3rem;
}

.layout1_content.pl-0 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.layout1_image {
  border-radius: var(--border-radius--medium);
  width: 100%;
  height: 100%;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--huge);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout192_component.border-0 {
  border-style: none;
}

.layout192_image-wrapper._w-100 {
  width: 100%;
}

.layout192_image {
  border-radius: var(--border-radius--medium);
  width: 100%;
  height: 100%;
}

.layout192_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
}

.layout192_content.pr-0 {
  padding-right: 0;
}

.layout192_content.pr-0._w-100 {
  width: 100%;
}

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

.section_layout238 {
  position: relative;
  overflow: hidden;
}

.layout238_component {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.layout238_component.align-right {
  align-items: flex-end;
}

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

.layout238_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout238_item {
  border: 1px solid var(--border-color--border-alternate);
  border-radius: var(--border-radius--large);
  background-color: var(--base-color-system--red-50\<deleted\|variable-0182ba13-ed1f-c0b0-8800-a9ffe562da3e\>);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section_blog10 {
  position: relative;
  overflow: clip;
}

.section_blog10.background-color-gradient-light {
  background-image: linear-gradient(180deg, var(--base-color-system--red-25), var(--background-color--background-primary));
}

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

.blog10_heading-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog10_featured-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 5rem;
  display: grid;
}

.blog10_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

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

.blog10_image {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--large);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog10_meta-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog10_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 1.5rem;
  display: flex;
}

.blog10_featured-list {
  grid-column-gap: 0rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog10_featured-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-radius--small);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: .5rem;
  text-decoration: none;
  display: grid;
  overflow: clip;
}

.blog10_featured-image-link {
  width: 100%;
}

.blog10_mini-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius--medium);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog10_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog10_featured-title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog10_featured-button-wrapper {
  margin-top: .5rem;
  display: flex;
}

.cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border-radius: var(--border-radius--large);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta8_component.background-color-gradient-dark {
  background-image: linear-gradient(270deg, var(--base-color-system--red-500), var(--base-color-system--red-orange));
}

.cta8_content {
  flex: 1;
  padding: 5rem 0 5rem 5rem;
}

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

.cta8_form {
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-right: 5rem;
}

.signup-form-wrapper {
  border: 1px solid var(--base-color-system--red-300);
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-system--red-400);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding: .25rem;
  display: grid;
  overflow: hidden;
}

.global-light-wrapper {
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.blog42_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog42_heading {
  flex: 1;
}

.blog42_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog42_button-row.show-mobile-landscape {
  display: none;
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-radius: var(--border-radius--huge);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: clip;
}

.cta1_component.background-color-gradient-dark {
  grid-row-gap: 0rem;
}

.cta1_content {
  padding: 3rem 0 3rem 3rem;
}

.cta1_image-wrapper {
  aspect-ratio: 1;
  border-radius: var(--border-radius--large);
  flex-flow: column;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  display: block;
  position: relative;
  overflow: clip;
}

.cta1_image-wrapper.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.cta1_image {
  z-index: 2;
  border-radius: var(--border-radius--large);
  width: 130%;
  max-width: none;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.cta1_image-light {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-system--tall-poppy\<deleted\|variable-1f186383-7bf9-ed40-63ab-66c61d6f0ae4\>), var(--base-color-system--red-orange));
  opacity: .64;
  filter: blur(9.65rem);
  border-radius: 100%;
  width: 14.8125rem;
  height: 14.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.max-chars-15 {
  max-width: 15ch;
}

.max-chars-12 {
  max-width: 12ch;
}

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

.skip-to-content {
  color: var(--link-color--link-alternate);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: -3rem;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.skip-to-content:focus {
  margin-top: 0;
}

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

.faq_accordion_is-open {
  background-color: var(--base-color-system--red-25);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.global-light {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-system--red-500), var(--base-color-system--red-orange));
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-light.is-blog10 {
  opacity: .48;
  filter: blur(29.4544rem);
  width: 22.5rem;
  height: 22.5rem;
}

.global-light.is-footer3 {
  opacity: .24;
  filter: blur(20rem);
  width: 40rem;
  height: 40rem;
  top: -75%;
  transform: translate(-50%);
}

.global-light.is-contact5 {
  opacity: .48;
  filter: blur(19.625rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-header106 {
  opacity: .64;
  filter: blur(39.2725rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-team8 {
  opacity: .64;
  filter: blur(52.3638rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-team8_item {
  z-index: 3;
  opacity: .64;
  filter: blur(19.6363rem);
  width: 12.5rem;
  height: 12.5rem;
}

.global-light.is-layout401 {
  opacity: .64;
  filter: blur(19.6364rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-header141 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-system--red-500), var(--base-color-system--red-orange));
  opacity: .64;
  filter: blur(19.6364rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-stats29 {
  opacity: .64;
  filter: blur(39.2725rem);
  width: 40rem;
  height: 40rem;
}

.global-light.is-testimonial18 {
  opacity: .64;
  filter: blur(52.3638rem);
  width: 40rem;
  height: 40rem;
}

.global-light.is-testimonial18_card {
  aspect-ratio: 1;
  opacity: .56;
  filter: blur(9.84375rem);
  width: 100%;
  max-width: 15rem;
  max-height: 15rem;
}

.global-light.is-layout350_content {
  z-index: -1;
  opacity: .56;
  filter: blur(44.1819rem);
  width: 33.75rem;
  height: 33.75rem;
  left: auto;
  right: 0%;
  transform: translate(0%, -50%);
}

.global-light.is-pricing20 {
  opacity: .64;
  filter: blur(39.2725rem);
  width: 30rem;
  height: 30rem;
}

.global-light.is-layout238 {
  opacity: .64;
  filter: blur(19.625rem);
  width: 30rem;
  height: 30rem;
}

.layout350_tabs-align-center {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: sticky;
  top: 6rem;
}

.layout350_light-wrapper {
  z-index: -1;
  aspect-ratio: 1;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.layout350_image {
  z-index: 1;
  border-radius: var(--border-radius--small);
  width: 100%;
  margin-top: 3rem;
  margin-left: 3rem;
  position: absolute;
}

.padding-section-huge {
  padding-top: 10rem;
  padding-bottom: 7rem;
  transition: opacity 2s;
}

.navbar1_link-wrapper {
  position: relative;
}

.navbar1_hover {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.layout121_header-wrapper {
  position: relative;
}

.cta8_form-status {
  margin-top: 5rem;
  margin-right: 5rem;
  padding: 1.5rem;
}

.cta8_form-status.error-message {
  margin-top: 0;
  padding: 1rem;
}

.contact5_form-status {
  margin: 0 1.5rem 1.5rem;
  padding: 1.5rem;
}

.contact5_form-status.success-message {
  margin-top: 1.5rem;
  padding: 1rem;
}

.contact5_form-status.error-message {
  margin-top: 0;
  padding: 1rem;
}

.cta38_link-divider {
  background-color: var(--base-color-neutral--neutral-100);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0 solid #000;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

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

.section_pricing20 {
  position: relative;
  overflow: hidden;
}

.pricing20_component {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing20_plan {
  border: 1px solid var(--border-color--border-primary);
  border-radius: var(--border-radius--huge);
  flex: none;
  width: 100%;
  max-width: 35rem;
  padding: 2rem;
}

.pricing20_plan.background-color-primary {
  flex: 0 auto;
}

.pricing20_plan.background-color-primary.is-popular {
  border-width: 4px;
  border-color: var(--base-color-system--red-400);
  box-shadow: 0 4px 64px #0000001f;
}

.pricing20_plan.background-color-primary.is-margin-top {
  margin-top: 4rem;
}

.pricing20_divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing20_feature-list.is-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing20_feature {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  line-height: 1.5;
  display: flex;
}

.pricing20_feature.h-34 {
  border-bottom: 1px solid var(--border-color--border-primary);
  height: 4rem;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing20_icon-wrapper.text-color-alternate {
  flex: none;
  align-self: center;
}

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

.pricing20_plan-duration {
  letter-spacing: -.02em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.12;
}

.modal1_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component.pricing-modal-1, .modal1_component.pricing-modal-2, .modal1_component.pricing-modal-3 {
  display: none;
}

.modal1_content-wrapper {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-manager2_trigger {
  display: none;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  border-top-left-radius: var(--border-radius--medium);
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.fs-consent_banner.background-color-primary {
  box-shadow: 0 .5rem 1rem #5c13160f;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

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

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  border-radius: var(--border-radius--medium);
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #5c13160f;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  border-radius: var(--border-radius--large);
  background-color: var(--background-color--background-primary);
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
  overflow: hidden;
  box-shadow: 0 .5rem 1rem #5c13160f;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox_row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs_checkbox-label {
  display: none;
}

.fs-consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.text-style-hidden {
  opacity: 0;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  max-width: 25rem;
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  overflow: hidden;
  box-shadow: 0 4rem 1rem #0000000d;
}

.fs-cc-banner2_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-cc-banner2_closebutton_line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.fs-cc-banner2_closebutton_line.is-left {
  transform: rotate(45deg);
}

.fs-cc-banner2_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.fs-cc-banner2_description {
  font-size: .937rem;
  line-height: 1.4;
}

.fs-cc-banner2_description-link {
  font-weight: 700;
  text-decoration: none;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc-prefs2_component {
  z-index: 9525;
  width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.fs-cc-prefs2_overlay {
  cursor: pointer;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_wrapper {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs-cc-prefs2_modal {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  flex-flow: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4rem 1rem #0000000d;
}

.fs-cc-prefs2_heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-cc-prefs2_modal-link {
  font-weight: 700;
  text-decoration: none;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs2_form {
  z-index: 999;
  width: 100%;
  margin-bottom: 0;
}

.fs-cc-prefs2_form_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc-prefs2_form_radio.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc-prefs2_form_radio_button {
  float: left;
  border: 2px solid #0000001a;
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc-prefs2_form_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.fs-cc-prefs2_form_radio_button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc-prefs2_form_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #000;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.heading-eyebrow-1 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
}

.fs-cc-prefs2_form_radio-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc-manager2_component {
  z-index: 999;
  color: #fff;
  order: -1;
  display: none;
  position: fixed;
  bottom: -1px;
  left: 1.25rem;
}

.fs-cc-prefs2_description-link {
  font-weight: 700;
  text-decoration: none;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.legal2-content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.legal2-content_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.legal2-content_sidebar-heading {
  font-size: 1.5rem;
}

.legal2-content_sidebar-heading-text {
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

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

.legal2-content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal2-content_link-wrapper {
  overflow: hidden;
}

.legal2-content_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.legal2-content_link.w--current, .legal2-content_link.current {
  background-color: var(--base-color-neutral--neutral-lightest);
  font-weight: 600;
}

.legal2-content_link.current.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-style: none;
  font-weight: 600;
}

.legal2-content_link.is-h3, .legal2-content_link.is-h4, .legal2-content_link.is-h5, .legal2-content_link.is-h6 {
  padding-left: 1rem;
}

.legal2-content_h-trigger {
  display: none;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

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

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

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

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

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

.footer1_credit-text {
  font-size: .875rem;
}

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.calculator_cta-wrapper, .code-embed {
  z-index: 0;
  position: relative;
}

.pricing20_feature-bold {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing20_feature-copy {
  text-align: left;
  display: flex;
}

.bold-text {
  font-size: 4rem;
}

.blog33_author-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

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

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

.badge {
  border: 1px solid var(--base-color-system--red-100);
  border-radius: var(--border-radius--small);
  background-image: linear-gradient(#fdf6f7, #fff);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: inline-flex;
}

.badge.is-smaller {
  margin-left: .5rem;
  padding: .25rem .5rem;
}

.badge.is-darker {
  background-image: linear-gradient(#f6d5da, #fdf7f8);
}

.pricing20_icon-and-badge {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block {
  line-height: 1.8;
}

.calendar_card {
  z-index: 2;
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-brand--white);
  width: 100%;
  padding: 2rem;
  position: relative;
}

.hero_video {
  border-radius: var(--border-radius--medium);
  box-shadow: 0 0 8rem #5c13161f;
}

.hero_video_container {
  border-radius: var(--border-radius--medium);
  overflow: hidden;
  box-shadow: 0 0 8rem #0003;
}

.image-2 {
  display: none;
  overflow: visible;
}

.seperator_menu {
  background-color: var(--base-color-system--red-50);
  width: 1px;
  height: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.cold-email-benefits {
  position: relative;
  overflow: hidden;
}

.layourt-row-outbound {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
}

.layout401_component-outbound {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_component-2 {
  background-color: #fff;
  border: 1px solid #f6d0d2;
  border-radius: .75rem;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: .75rem;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
  box-shadow: 0 .5rem 1rem #5c13160f;
}

.home-pill {
  border: 2px solid var(--base-color-system--red-300);
  font-size: var(--border-radius--large);
  border-radius: 100px;
  padding: .22rem .76rem;
  font-weight: 500;
  line-height: 1.75;
}

.home-pill.violet {
  border-color: var(--base-color-system--red-300);
}

.home-pill.teal {
  border-color: var(--base-color-system--red-400);
}

.home-pill.gold {
  border-color: var(--base-color-system--red-600);
}

.home-pill.red {
  border-color: var(--base-color-system--red-400);
}

.home-pill.py-sm {
  font-size: var(--border-radius--large);
  letter-spacing: .8px;
  text-transform: none;
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-weight: 600;
  display: inline-block;
}

.home-pill.inline-block {
  display: inline-block;
}

.text-size-regular-2 {
  color: #475569;
  text-align: left;
  font-size: 1rem;
}

.text-size-regular-2.margin-medium.margin-top-auto.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.text-size-regular-2.margin-medium.margin-top-auto.mx-0.margin-bottom-small, .text-size-regular-2.margin-medium.margin-top-auto.mx-0.mb-1 {
  margin-bottom: 1rem;
}

.text-size-regular-2.margin-medium.margin-top-auto.mx-0.mb-0 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-regular-2.text-align-center {
  text-align: center;
}

.skip-to-content-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: -3rem;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.skip-to-content-2:focus {
  margin-top: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: .5px solid #fff;
  border-radius: .5rem;
  padding: .625rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 .5625rem .875rem -.9375rem #ffffff4d, 0 .25rem .375rem #00000024, 0 0 0 1px #f9712f;
}

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

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

.button-2.is-link.is-right-margin {
  margin-right: .5rem;
}

.button-2.is-secondary {
  color: #020617;
  background-color: #fdf6f7;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: inset 0 .5625rem .875rem -.9375rem #ffffff4d, 0 .25rem .375rem #00000014, 0 0 0 1px #ffc5c6;
}

.button-2.is-secondary:hover {
  background-color: #fbeaeb;
}

.phase-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.phase-item.hide {
  display: none;
}

.phase-item.align-center {
  align-items: center;
}

.phase-item.align-center.margin-bottom-small, .phase-item.align-center.mb-1 {
  margin-bottom: 1rem;
}

.phase-item.align-center.mb-1.text-align-center {
  justify-content: center;
}

.navbar1_link-2 {
  color: #4c4c4c;
  padding: 1.5rem 1rem;
  font-weight: 700;
  overflow: visible;
}

.nav-menu-cards {
  width: 100%;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 80px auto auto 0%;
}

.nav-card {
  background-color: var(--base-color-system--red-25);
  border-radius: 12px;
  width: 100%;
  padding: 1.2rem 1.4rem;
  text-decoration: none;
}

.nav-card.step-card {
  border: 1px solid var(--base-color-neutral--neutral-100);
  background-color: var(--base-color-system--red-50);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4rem 1.5rem;
  display: flex;
}

.nav-card.step-card.flex {
  display: flex;
}

.nav-card.step-card.flex.flex-column {
  background-color: var(--base-color-system--red-25);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-card.step-card.flex.flex-column.gap-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: calc(33.3333% - 11px);
}

.nav-card.step-card.flex.flex-column.gap-1.card-bg-graphic {
  background-color: var(--base-color-system--red-25);
  background-image: radial-gradient(circle at 89%, #c3262df5 25%, #fa4f2e1c), url('../images/dots-bg.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.nav-card.step-card.flex.flex-column.gap-1.card-bg-graphic.hide {
  display: none;
}

.nav-card.step-card.capabilities {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--base-color-system--red-50);
  flex-flow: row;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.nav-card.step-card.capabilities.hide {
  display: none;
}

.nav-card.step-card.cta-wrap {
  background-color: var(--base-color-system--red-25);
  background-image: linear-gradient(#fbeaeb66, #ff757ea3), url('../images/dots-bg.avif');
  background-position: 0 0, 0 0;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: clip;
}

.nav-card.step-card.cta-wrap.automation-wrap {
  background-image: radial-gradient(circle closest-corner at 85%, #ff757ed4 25%, #fbeaeb00), url('../images/dots-bg.avif');
  background-position: 0 0, 0 0;
  flex-flow: row;
  padding: 5rem;
}

.nav-card.step-card.f-start {
  justify-content: flex-start;
}

.nav-card.step-card.f-start.col-3 {
  max-width: calc(33% - 27px);
}

.nav-card.step-card.f-start.bussness-step-col {
  width: calc(33% - 27px);
}

.dropdown {
  padding: 0;
}

.seperator_menu-2 {
  background-color: #fbeaeb;
  width: 1px;
  height: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.nav-card-heading {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-size: 1.5rem;
}

.nav-card-heading.margin-top-0 {
  margin-top: 0;
}

.nav-card-heading.margin-top-0.text-size-small, .nav-card-heading.margin-top-0.text-size-medium {
  font-size: 1.3rem;
}

.nav-card-heading.margin-top-0.text-size-medium.margin-bottom-0 {
  margin-bottom: 0;
}

.nav-card-heading.margin-top-0.text-size-medium.margin-bottom-0.text-align-center {
  text-align: center;
}

.nav-card-heading.margin-top-0.text-size-medium.text-align-center.margin-0 {
  margin-bottom: 0;
}

.nav-card-heading.margin-top-0.max-width-300 {
  max-width: 300px;
}

.nav-card-heading.margin-top-0.margin-bottom-0 {
  margin-bottom: 0;
}

.nav-card-heading.text-size-20 {
  font-size: 1.25rem;
}

.nav-card-heading.text-size-20.margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-card-heading.text-size-20.margin-top-0.margin-bottom-small {
  margin-bottom: 1rem;
}

.nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0 {
  margin-bottom: 0;
}

.nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0.text-align-center.text-navbar {
  color: var(--link-color--link-navbar);
}

.nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0._w-136 {
  width: 144px;
}

.nav-card-heading.text-size-20.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-card-heading.mt-1 {
  margin-top: 1rem;
}

.nav-card-heading.mt-0 {
  margin-top: 0;
}

.nav-menu-cards-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #f6d0d2;
  border-radius: .75rem;
  width: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 .5rem 1rem #5c13160f;
}

._w-dropdown {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.design-step.max-width-full {
  display: flex;
  position: relative;
}

.design-step.max-width-full.hide {
  display: none;
}

.connector {
  justify-content: center;
  align-items: center;
  width: 47px;
  min-width: 47px;
  display: flex;
  position: relative;
}

.connector.y-asix {
  border-left-style: dashed;
  border-left-width: 2px;
  border-left-color: var(--base-color-neutral--neutral-300);
  pointer-events: none;
  justify-content: flex-end;
  width: auto;
  min-width: auto;
  height: 6.125rem;
  left: auto;
  right: 15.5%;
}

.connector-dots {
  border: 2px solid var(--base-color-neutral--neutral-0);
  background-color: var(--base-color-system--red-500);
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.connector-dots.end {
  inset: 0% -7px 0% auto;
}

.connector-dots.y {
  left: -7px;
}

.connector-dots.y.y-end {
  top: auto;
  bottom: -6px;
}

.connector-dots.y.y-3 {
  top: -6px;
}

.connector-inner {
  border-bottom: 2px dashed var(--base-color-neutral--neutral-300);
  width: 100%;
  height: 7px;
  display: flex;
  position: relative;
}

.icon {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-item {
  z-index: 2;
}

.tab-content {
  margin-top: var(--border-radius--huge);
}

.layout-tabpanel-in {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.layout-tabpanel-in.d-column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 12px;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.layout-tabpanel-in.icon-box {
  flex-flow: wrap;
}

.graph-card_wrap {
  border: 3px solid var(--base-color-system--red-50);
  background-color: var(--base-color-system--red-25);
  background-image: url('../images/dots-bg.avif');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 4rem;
}

.graph-card_wrap.margin-0 {
  margin-top: 0;
}

.graph-card_wrap.margin-0.p-2 {
  width: 50%;
  padding: 2rem;
}

.graph-card_wrap.margin-0.p-2._w-100 {
  align-items: flex-end;
  width: 100%;
  min-height: 440px;
  display: flex;
}

.graph-card_wrap.margin-0.p-2._w-100.d-flex {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.contact5_contact-list-opt-in {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.opti-in-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.text-size-45 {
  font-size: 2.8rem;
}

.text-size-45.margin-bottom-small {
  margin-bottom: 1.2rem;
}

.list {
  list-style-type: none;
}

.list.custom-list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.list.pl-0 {
  padding-left: .5rem;
}

.list-item {
  list-style-type: none;
}

.list-item.padding-lleft-0 {
  padding-left: 0;
}

.list-item.padding-right-xsmall {
  padding-right: 1.5rem;
}

.list-item.padding-right-xsmall.padding-left-0 {
  padding-left: 0;
}

.list-item.ctm-list-item {
  background-image: url('../images/676dc6947e773446d88a053a_check.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding-left: 0;
  padding-right: 1.5rem;
}

.list-item.ctm-list-item.bold {
  font-weight: 500;
}

.list-item-2, .list-item-3, .list-2 {
  list-style-type: none;
}

.width-auto {
  width: auto;
  transition: all .1s;
}

.width-auto.space-no-wrap {
  white-space: nowrap;
  word-break: normal;
}

.max-width-27 {
  max-width: 27px;
  transition: all 50ms;
}

.capabilities-content {
  width: 50%;
}

.capabilities-content.max-width-full {
  width: 100%;
}

.paddding-0.padding-bottom-7 {
  padding-bottom: 7rem;
}

.paddding-0.padding-bottom-7.paddint-top-7 {
  padding-top: 7rem;
}

.cta-video {
  aspect-ratio: 1.41;
  pointer-events: none;
  mix-blend-mode: screen;
  height: 175%;
  position: absolute;
  top: -36%;
  right: -4%;
}

.cta-video-inner {
  aspect-ratio: 1.41;
  pointer-events: none;
  mix-blend-mode: screen;
  height: 175%;
  margin: 0;
  position: absolute;
  top: -36%;
  right: -4%;
}

.down-arrow {
  display: none;
}

.home-pills {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.add-automate-step {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  width: 100%;
  display: flex;
}

.graff-image {
  width: 100%;
}

.graff-image-inner {
  display: block;
}

.workflow-graff {
  width: 24rem;
  height: 100%;
  margin: -2.5rem auto;
}

.workflow-graff.margin-0 {
  margin: 0;
}

.workflow-graff.p-4 {
  margin-top: 0;
  padding: 4rem;
}

.hire-cao-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.cao-items {
  text-align: center;
  width: 100%;
}

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

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

.counter-wraper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.counter-item {
  width: calc(33.3333% - 20px);
}

.counter-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.ordering-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.ordering-list-menu {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-image: url('../images/icon-scales-blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 44px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}

.ordering-list-menu.system {
  background-image: url('../images/icon-integrates.svg');
}

.ordering-list-menu.platform {
  background-image: url('../images/icon-platform.svg');
}

.ordering-list-menu.manage {
  background-image: url('../images/icon-easy-setup.svg');
}

.list-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.layout-benefits {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.layout-benefit-inner {
  width: 100%;
}

.service-work-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  padding-top: 90px;
  display: flex;
}

.service-work-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.framer-text {
  width: auto;
  position: absolute;
  top: -95px;
}

.framer-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#c3262d 24%, #fafafa00 78%);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 2.2rem;
  font-size: 7.5rem;
  line-height: 1;
}

.service-content-box {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.system-leads {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.system-leads-item {
  background-color: var(--base-color-system--red-50);
  border-radius: 16px;
  width: 100%;
  max-width: 432px;
  padding: 24px;
  box-shadow: 0 4px 12px 4px #0000000a;
}

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

.system-list-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: .5rem;
  display: flex;
}

.email-system-meeting {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 7rem;
  display: flex;
}

.email-system-item {
  width: calc(33.3333% - 14px);
  position: relative;
}

.email-system-item-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 282px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.es-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  display: flex;
}

._w-56 {
  width: 56px;
  height: 56px;
}

.es-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.framer-closing-deal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.framer-closing-deal.mb-3 {
  margin-bottom: 3rem;
}

.framer-cd-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.framer-spacer {
  width: 24%;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.framer-header-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vs-caption {
  width: 58px;
  height: 58px;
  padding: 8px 14px;
}

.framer-text-methods {
  flex: 1 0 0;
  display: flex;
}

.framer-cd-content-first {
  cursor: pointer;
  width: 100%;
  height: 24px;
  display: flex;
  position: relative;
}

.framer-cd-content-first.h-auto {
  cursor: pointer;
  border-radius: 12px;
  height: 75px;
  transition: all .3s ease-in-out;
}

.framer-cd-content-first.h-auto:hover {
  background-color: var(--base-color-system--red-25);
}

.framer-cd-content-first-inner {
  background-color: #fff0;
  border-radius: 12px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: relative;
}

.framer-cd-col1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  padding-left: 20px;
  display: flex;
}

.framer-cd-col1.h-24 {
  height: 24px;
}

.framer-cd-col1.h-24.col3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 58px;
  padding-left: 0;
}

.framer-cd-col1.h-24.col3.h-auto {
  height: auto;
}

.framer-cd-col1.h-24.col3.h-58 {
  height: 58px;
}

.framer-cd-col1.h-24.col4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-system--red-50);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex: 1 0 0;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
}

.framer-cd-col1.h-24.col4.h-auto {
  height: auto;
}

.framer-cd-col1.h-24.col4.h-auto.p-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.framer-cd-col1.h-24.col4.h-auto.p-24.border-radius-00 {
  border-radius: 0;
}

.framer-cd-col1.h-24.col4.h-auto.p-24.border-radius-00.min-h-75 {
  z-index: 0;
  height: 75px;
  position: relative;
}

.framer-cd-col1.h-24.col4.border-radius-bottom {
  border-radius: 0 0 12px 12px;
}

.framer-cd-col1.col2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1 0 0;
  justify-content: center;
  padding: 18px 40px;
}

.dash-border-line {
  border-left: 1px dashed var(--base-color-neutral--neutral-dark);
  width: 1px;
  height: 75px;
}

.framer-number-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.framer-number-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.price-month-tag {
  color: var(--link-color--link-navbar);
  font-size: 1rem;
  line-height: 1;
}

.select-plan-feild {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.workflow-graff-img {
  max-width: 240px;
}

.crm-info-wraper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.crm-info-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-number {
  width: 100%;
  font-size: 8rem;
}

.subheading {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.7;
}

.crm-info-right {
  width: 50%;
}

.founder {
  border: 1px solid var(--base-color-system--red-200);
  background-color: var(--base-color-system--red-50);
  border-radius: 12px;
  width: 100%;
  max-width: 75%;
  margin-left: 1.25rem;
  position: relative;
  overflow: visible;
}

.founder_avatar_wrap {
  width: 100%;
  display: flex;
}

.founder-avatar-img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  max-width: 72px;
  overflow: clip;
}

.founder-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 180px;
  padding: .6rem .5rem;
  display: flex;
}

.link {
  color: #475569;
}

.crm-right-in-caption {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  padding-left: 2.5rem;
  display: flex;
  position: relative;
}

.founder-line {
  width: auto;
  max-width: 61px;
  position: absolute;
  bottom: 36px;
  left: 0;
}

.curcle-theme {
  z-index: 22;
  border: 2px solid var(--base-color-neutral--black);
  background-color: var(--base-color-system--red-500);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0, -50%);
}

.crm-technologies-wrap {
  width: 100%;
}

.crm-technologies-wrap.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.crm-technologies-wrap.mb-7 {
  margin-bottom: 7rem;
}

.crm-technologies-caption {
  width: 100%;
}

.technologies-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  width: 100%;
  max-width: 64rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.technologies-items.mw-100 {
  z-index: 2;
  max-width: 100%;
  position: relative;
}

.technologies-item {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--base-color-neutral--neutral-light);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--base-color-neutral--neutral-light);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--base-color-neutral--neutral-light);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--base-color-neutral--neutral-light);
  background-color: var(--base-color-neutral--neutral-light);
  background-image: url('../images/6768597506432a9005e5facb_dots-bg.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: calc(25% - .75rem);
  padding: 2.5rem;
  display: flex;
}

.technologies-item.work-withus {
  border-color: var(--base-color-system--red-25);
  background-color: var(--base-color-system--red-25);
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.2rem 1.4rem;
}

.tech-icon {
  object-fit: contain;
  max-height: 40px;
}

.text-block-2 {
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .heading-style-h5 {
    text-align: left;
  }

  .layout401_row, .layourt-row-outbound {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-bottom.margin-xxlarge.bg-graphic {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

  .heading-style-h5 {
    font-size: 2.2rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-link.is-right-margin {
    border-style: none;
    margin-bottom: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-size-large.font-semibold {
    font-size: .9rem;
  }

  .padding-global.margin-bottom-7 {
    margin-bottom: 6rem;
  }

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

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

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

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

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    border-top: 1px solid var(--border-color--border-primary);
    border-right: 1px solid var(--border-color--border-primary);
    border-left: 1px solid var(--border-color--border-primary);
    border-radius: var(--border-radius--medium);
    background-color: var(--background-color--background-secondary);
    height: 100dvh;
    margin-top: .25rem;
    padding-bottom: 6rem;
    transition: height .5s;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem 0 #5c13160f;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer3_buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .layout350_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout350_tabs-menu.max-width-xlarge.align-center.jus-center.tab-menu-wrap {
    grid-row-gap: .25px;
    flex-flow: wrap;
  }

  .layout350_content {
    padding-left: 0;
  }

  .layout121_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout121_timeline-step {
    grid-column-gap: 24px;
  }

  .cta51_card {
    padding: 3rem;
  }

  .stats29_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .stats29_number {
    font-size: 4rem;
  }

  .cta38_link-text {
    font-size: 3.25rem;
  }

  .cta38_link-image-wrapper {
    z-index: -1;
  }

  .testimonial18_component {
    column-count: 2;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

  .blog44_button-row {
    flex: none;
  }

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

  .cta51_image-wrapper {
    min-width: 30rem;
    height: 9rem;
  }

  .contact5_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .success-message {
    margin: 3rem;
  }

  .error-message {
    margin-top: 2rem;
    padding: 3rem;
  }

  .blog-post-header1_title-wrapper {
    margin-bottom: 4rem;
  }

  .content29_content {
    margin-bottom: 3rem;
  }

  .header106_image-wrapper {
    max-width: 15rem;
  }

  .header106_image-wrapper.is-image5 {
    top: 45%;
    right: -15%;
  }

  .content5_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .content5_content-wrapper {
    position: static;
  }

  .content22_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_component.gx-2 {
    grid-auto-flow: row;
  }

  .layout1_content {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .layout1_content.pl-0 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout192_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    min-height: auto;
    display: flex;
  }

  .layout192_content {
    padding-left: 3rem;
  }

  .layout192_content.pr-0._w-100 {
    padding-left: 0;
  }

  .layout238_list {
    grid-column-gap: 2rem;
  }

  .blog10_featured-blog {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }

  .blog10_featured-list {
    grid-row-gap: .5rem;
  }

  .cta8_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .cta8_content {
    padding: 3rem 3rem 0;
  }

  .cta8_form-block {
    max-width: none;
  }

  .cta8_form {
    padding: 3rem 3rem 2rem;
  }

  .blog42_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog42_heading {
    margin-right: 3rem;
  }

  .blog42_button-row {
    flex: none;
  }

  .cta1_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta1_content {
    padding-right: 3rem;
  }

  .cta1_image-wrapper {
    margin-top: 0;
    margin-left: .5rem;
  }

  .cta1_image {
    top: 2.5rem;
    left: 2.5rem;
  }

  .layout350_image {
    margin-top: 2rem;
    margin-left: 2rem;
  }

  .padding-section-huge {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .navbar1_hover.hide-tab {
    display: none;
  }

  .cta8_form-status {
    margin: 3rem;
  }

  .contact5_form-status.success-message {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .pricing20_component {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .pricing20_plan.background-color-primary.is-popular, .pricing20_plan.background-color-primary.is-margin-top {
    max-width: 100%;
  }

  .pricing20_feature-list.is-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .legal2-content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .legal2-content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal2-content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .legal2-content_accordion-icon {
    display: flex;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .seperator_menu {
    display: none;
  }

  .layourt-row-outbound {
    grid-template-columns: 1fr 1fr;
  }

  .navbar1_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #f6d0d2;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    background-color: #fdf6f7;
    border-top: 1px solid #f6d0d2;
    border-left: 1px solid #f6d0d2;
    border-right: 1px solid #f6d0d2;
    border-radius: .75rem;
    height: 100dvh;
    margin-top: .25rem;
    padding-bottom: 6rem;
    transition: height .5s;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem 0 #5c13160f;
  }

  .menu-icon1_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-pill {
    font-size: var(--border-radius--medium);
    padding-top: .18rem;
    padding-bottom: .18rem;
    font-weight: 600;
  }

  .text-size-regular-2 {
    font-size: .9rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-2.is-link.is-right-margin {
    border-style: none;
    margin-bottom: 1rem;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-menu-cards {
    background-color: var(--base-color-brand--white);
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    top: 0;
  }

  .menu-icon1_line-middle-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-card.step-card.flex.flex-column {
    width: calc(50% - 8px);
  }

  .nav-card.step-card.flex.flex-column._w-100 {
    width: 100%;
  }

  .nav-card.step-card.flex.flex-column.gap-1 {
    width: calc(50% - 8px);
  }

  .nav-card.step-card.flex.flex-column.gap-1.card-bg-graphic {
    background-image: radial-gradient(circle at 40% 26%, #c3262de6, #fa4f2e1c), url('../images/dots-bg.avif');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-card.step-card.capabilities {
    flex-flow: column;
  }

  .nav-card.step-card.cta-wrap {
    padding-bottom: 12rem;
  }

  .nav-card.step-card.cta-wrap.automation-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    padding: 4rem 2rem;
  }

  .nav-card.step-card.f-start.col-3 {
    max-width: 100%;
  }

  .nav-card.step-card.f-start.bussness-step-col {
    width: 100%;
  }

  .nav-card.half-card {
    width: calc(50% - .5rem);
  }

  .dropdown {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }

  .seperator_menu-2 {
    display: none;
  }

  .nav-card-heading {
    margin-top: 1.1rem;
    font-size: 1.2rem;
  }

  .nav-card-heading.margin-top-0.text-size-medium {
    font-size: 1.1rem;
  }

  .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0.text-align-center, .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0.text-align-center.text-navbar {
    font-size: 1.05rem;
  }

  .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0._w-136 {
    width: auto;
    padding-right: 20px;
    font-size: 1.05rem;
  }

  .nav-menu-cards-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    max-height: 36vh;
    padding: 0;
    overflow: hidden auto;
  }

  .nav-menu-cards-inner.solutions-inner {
    flex-flow: wrap;
  }

  ._w-dropdown {
    width: 100%;
  }

  .design-step.max-width-full {
    flex-flow: column;
  }

  .connector {
    width: auto;
    min-width: auto;
    min-height: 2.5rem;
  }

  .connector.y-asix {
    left: auto;
    right: 50%;
    transform: translate(50%);
  }

  .connector-dots.end {
    inset: auto auto -5px -7px;
  }

  .connector-dots.y {
    top: -5px;
  }

  .connector-inner {
    border-left: 2px dashed var(--base-color-neutral--neutral-300);
    border-bottom-style: none;
    width: auto;
    height: 2.5rem;
  }

  .connector-inner.pricing {
    border-bottom-style: dashed;
    border-left-style: none;
    width: 100%;
    height: 7px;
  }

  .layout-tabpanel-in {
    flex-flow: wrap;
  }

  .layout-tabpanel-in.d-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout-tabpanel-in.d-row {
    flex-flow: row;
  }

  .graph-card_wrap {
    padding: 2rem;
  }

  .graph-card_wrap.margin-0.p-2 {
    width: 100%;
    max-width: 544px;
  }

  .text-size-45.margin-bottom-small {
    font-size: 2.2rem;
  }

  .capabilities-content {
    width: 100%;
    max-width: 544px;
  }

  .capabilities-content.width-24 {
    max-width: 24rem;
  }

  .paddding-0.padding-bottom-7 {
    padding-bottom: 6rem;
  }

  .paddding-0.padding-bottom-7.paddint-top-7 {
    padding-top: 6rem;
  }

  .cta-video-inner {
    width: 120%;
    max-width: 120%;
    height: auto;
    top: 40%;
    right: -25%;
  }

  .down-arrow {
    max-width: 24px;
    display: inline-block;
  }

  .dropdown-list, .dropdown-list-2 {
    background-color: #0000;
  }

  .add-automate-step {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap-reverse;
  }

  .workflow-graff {
    margin: 0;
  }

  .workflow-graff.p-4 {
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
  }

  .counter-item {
    width: 100%;
  }

  .counter-block {
    margin-bottom: .75rem;
  }

  .ordering-list-menu {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .service-work-wrap {
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .service-work-item {
    width: calc(50% - 12px);
  }

  .email-system-meeting {
    margin-bottom: 6rem;
  }

  .framer-closing-deal.mb-3 {
    max-width: 100%;
  }

  .framer-spacer {
    width: 28%;
  }

  .vs-caption.hide {
    display: none;
  }

  .framer-cd-col1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    width: 28%;
    padding-left: 0;
  }

  .framer-cd-col1.h-24.col3.h-58.hide, .framer-cd-col1.h-24.col3.hide {
    display: none;
  }

  .framer-cd-col1.h-24.col4.h-auto.p-24.border-radius-00.min-h-75 {
    height: 75px;
  }

  .crm-info-wraper {
    flex-flow: wrap;
  }

  .crm-info-left {
    width: 100%;
    margin-left: 0;
  }

  .crm-info-right {
    width: 100%;
  }

  .crm-technologies-wrap.mb-7 {
    margin-bottom: 6rem;
  }

  .technologies-item {
    padding: 2rem 1rem;
  }

  .tech-icon {
    max-height: 35px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .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-bottom.margin-xxlarge.bg-graphic {
    padding: 1.5rem 1rem 3.5rem;
  }

  .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: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.text-align-center.counter, .heading-style-h5.text-align-center.counter-r {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

  .text-size-large.max-chars-53.align-center.text-align-center {
    font-size: 1rem;
  }

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

  .padding-global.margin-bottom-7 {
    margin-bottom: 4rem;
  }

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

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

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .header141_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

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

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

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

  .layout401_card-content {
    padding: 1.5rem;
  }

  .layout350_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout350_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .layout350_tabs-menu.max-width-xlarge.align-center.jus-center.tab-menu-wrap {
    display: flex;
  }

  .layout350_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .layout350_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout350_mobile-image-wrapper {
    aspect-ratio: 1;
    border-radius: var(--border-radius--medium);
    width: 100%;
    margin-top: 2.5rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .layout350_desktop-image-wrapper {
    display: none;
  }

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

  .layout121_content-left {
    position: static;
  }

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    color: var(--base-color-system--red-500);
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .cta51_card {
    padding: 2rem;
  }

  .stats29_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats29_list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .stats29_number {
    font-size: 3.5rem;
  }

  .cta38_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta38_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .cta38_link-text {
    font-size: 2.25rem;
  }

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_card {
    padding: 1.5rem;
  }

  .testimonial18_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial18_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .section_blog44 {
    overflow: hidden;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .blog44_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog44_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

  .cta51_image-wrapper {
    min-width: 25rem;
    height: 7.5rem;
  }

  .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .success-message {
    margin: 2rem;
    padding: 1rem;
  }

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

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

  .blog-post-header1_title-wrapper {
    margin-bottom: 3rem;
  }

  .content29_content {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .header106_component {
    height: 110vh;
  }

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

  .content22_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h7, .heading-style-h8 {
    font-size: 1.125rem;
  }

  .heading-style-h8.text-align-center.width-100 {
    text-align: center;
    font-size: 1rem;
  }

  .heading-style-h9 {
    font-size: 1.125rem;
  }

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

  .team8_image-wrapper {
    height: 100%;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .layout1_content {
    padding: 2rem;
  }

  .layout1_content.pl-0 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout192_component {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout192_content {
    padding: 2rem;
  }

  .layout192_content.pr-0 {
    padding-left: 0;
  }

  .layout238_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog10_heading-wrapper {
    margin-bottom: 1.5rem;
  }

  .blog10_featured-blog {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .blog10_featured-list {
    grid-row-gap: 2rem;
  }

  .cta8_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta8_content {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta8_form {
    padding: 2rem 2rem 1.5rem;
  }

  .blog42_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog42_heading {
    margin-right: 0;
  }

  .blog42_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog42_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .cta1_content {
    padding: 2rem;
  }

  .cta1_image {
    top: 2rem;
    left: 2rem;
  }

  .layout350_image {
    width: 100%;
  }

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

  .cta8_form-status {
    margin: 2rem;
    padding: 1rem;
  }

  .blog10_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing20_plan-duration {
    font-size: 1.125rem;
  }

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .fs-cc-banner2_closebutton {
    margin-right: 1.25rem;
  }

  .fs-cc-prefs2_heading {
    font-size: 1.25rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .legal2-content_sidebar-heading-text {
    font-size: 1rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

  .layourt-row-outbound {
    grid-template-columns: 1fr 1fr;
  }

  .layout401_component-outbound {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .text-size-regular-2.margin-medium.margin-top-auto.mx-0 {
    margin-top: 1rem;
  }

  .text-size-regular-2.margin-medium.margin-0 {
    margin: 0;
  }

  .nav-card.step-card.flex.flex-column.gap-1 {
    width: calc(50% - 8px);
  }

  .nav-card.step-card.cta-wrap.automation-wrap {
    padding: 2.5rem 1rem;
  }

  .nav-card-heading.text-size-20 {
    margin-top: 1rem;
  }

  .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small {
    font-size: 1.1rem;
  }

  .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0.text-align-center, .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0.text-align-center.text-navbar, .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0._w-136 {
    font-size: .8rem;
  }

  .layout-tabpanel-in.d-row {
    flex-flow: column;
  }

  .graph-card_wrap {
    width: 100%;
    max-width: 500px;
  }

  .graph-card_wrap.margin-0.p-2 {
    padding: 1rem;
  }

  .graph-card_wrap.mx-auto {
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
  }

  .text-size-45.margin-bottom-small {
    font-size: 2rem;
  }

  .list-item.ctm-list-item {
    font-size: .8rem;
    line-height: 1.2;
  }

  .paddding-0.padding-bottom-7 {
    padding-bottom: 4rem;
  }

  .paddding-0.padding-bottom-7.paddint-top-7 {
    padding-top: 4rem;
  }

  .cta-video-inner {
    top: auto;
    bottom: -50%;
    right: -6%;
  }

  .hire-cao-wrap {
    flex-flow: column;
  }

  .ordering-list-menu {
    background-size: 26px 26px;
    padding-left: 40px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .layout-benefits {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .framer-heading {
    font-size: 6rem;
    line-height: 1.1;
  }

  .system-leads {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .email-system-meeting {
    margin-bottom: 6rem;
  }

  .email-system-item {
    width: calc(50% - 10px);
  }

  .framer-cd-col1.h-24.col4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .framer-cd-col1.h-24.col4.h-auto.p-24.border-radius-00.min-h-75 {
    height: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .framer-cd-col1.col2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .framer-number-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .framer-number-item {
    width: calc(50% - 10px);
  }

  .crm-info-wraper {
    flex-flow: wrap;
  }

  .crm-info-left {
    width: 100%;
    margin-left: 0;
  }

  .heading-number.text-align-left {
    font-size: 4rem;
  }

  .subheading.text-align-left {
    line-height: 1.4;
  }

  .crm-info-right {
    width: 100%;
  }

  .founder-avatar-img {
    min-width: 60px;
    max-width: 60px;
  }

  .founder-line {
    bottom: 36px;
  }

  .crm-technologies-wrap.mb-7 {
    margin-bottom: 4rem;
  }

  .technologies-item {
    width: calc(50% - .5rem);
    padding: 2rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .margin-bottom.margin-xxlarge.bg-graphic {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

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

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

  .button {
    width: 100%;
  }

  .form_input.is-cta::placeholder {
    text-align: center;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .header141_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .layout401_row, .layout350_component {
    grid-template-columns: 1fr;
  }

  .layout350_tabs-menu {
    justify-content: flex-start;
    width: 90vw;
    overflow: scroll;
  }

  .layout350_tabs-menu.max-width-xlarge.align-center.jus-center.tab-menu-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .layout350_content {
    height: auto;
  }

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

  .stats29_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats29_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta51_image-wrapper {
    min-width: 10rem;
    height: 4.5234rem;
  }

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

  .error-message {
    margin-top: .75rem;
    padding: .5rem;
  }

  .blog-post-header1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-header1_author-wrapper {
    margin-bottom: 1rem;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .header106_image-wrapper {
    max-width: 9rem;
  }

  .header106_image-wrapper.is-image5 {
    top: 65%;
    right: -30%;
  }

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

  .team8_item {
    align-items: stretch;
  }

  .header1_component, .layout1_component {
    grid-template-columns: 1fr;
  }

  .layout1_content {
    padding: 1.5rem;
  }

  .layout1_content.pl-0 {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

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

  .layout192_content {
    padding: 1.5rem;
  }

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

  .blog10_featured-link {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta8_content {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta8_form {
    padding: 1.5rem 1.5rem 1rem;
  }

  .signup-form-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .cta1_content {
    padding: 1.5rem;
  }

  .cta1_image {
    top: 1.5rem;
    left: 1.5rem;
  }

  .layout350_image {
    width: 93%;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
  }

  .cta8_form-status {
    margin: 1.5rem;
  }

  .pricing20_plan.background-color-primary.is-popular, .pricing20_plan.background-color-primary.is-margin-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing20_feature {
    text-align: left;
  }

  .modal1_component {
    display: none;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-cc-banner2_component {
    width: auto;
  }

  .fs-cc-banner2_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc-prefs2_wrapper {
    padding: 24px;
  }

  .fs-cc-manager2_component {
    display: none;
    left: 3.75rem;
  }

  .legal2-content_sidebar-heading, .legal2-content_sidebar-heading-text {
    align-self: auto;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .layourt-row-outbound {
    grid-template-columns: 1fr;
  }

  .button-2, .nav-card.step-card.flex.flex-column, .nav-card.step-card.flex.flex-column.gap-1 {
    width: 100%;
  }

  .nav-card.step-card.flex.flex-column.gap-1.card-bg-graphic {
    background-image: radial-gradient(circle at 60% 0, #c3262de6 10%, #ffeae58f 58%), url('../images/dots-bg.avif');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 6rem;
  }

  .nav-card.step-card.capabilities {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-card.step-card.cta-wrap {
    padding: 2rem 1rem 18rem;
  }

  .nav-card-heading.margin-top-0.max-width-300 {
    font-size: 1.3rem;
  }

  .nav-card-heading.text-size-20.margin-top-0.margin-bottom-small.margin-0._w-136 {
    text-align: center;
  }

  .nav-card-heading.font-size-1-3 {
    font-size: 1.3rem;
  }

  .cta-video-inner {
    width: 160%;
    max-width: 160%;
    bottom: -20%;
    right: -32%;
  }

  .workflow-graff.p-4 {
    width: 100%;
  }

  .ordering-list-menu {
    background-size: 24px 24px;
    padding-left: 34px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .service-work-wrap {
    grid-row-gap: 40px;
    padding-top: 50px;
  }

  .service-work-item {
    width: 100%;
  }

  .framer-text {
    top: -60px;
  }

  .framer-heading {
    font-size: 5rem;
    line-height: .5;
  }

  .list-text {
    line-height: 1.1;
  }

  .system-list-caption {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .email-system-meeting {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 4rem;
  }

  .email-system-item {
    width: 100%;
  }

  .framer-cd-col1.h-24.col4, .framer-cd-col1.h-24.col4.h-auto.p-24.border-radius-00.min-h-75, .framer-cd-col1.col2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .framer-number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .framer-number-item {
    width: 100%;
    padding: 10px;
  }

  .founder {
    max-width: 95%;
  }

  .founder-line {
    bottom: 32px;
  }

  .technologies-item {
    padding: 1.5rem 1rem;
  }

  .tech-icon {
    max-height: 28px;
  }
}

#w-node-c62c2a21-3300-3b0a-80ad-4d46af3e7961-39ed1328 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a694251-6094-e667-f4d0-eb92a0331855-39ed1328 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a24ff6e-245d-7cb3-9056-6987d9764037-d9764028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-39ed1345 {
  justify-self: start;
}

#w-node-_73aa2d8b-e25b-b77e-5a6d-8c13840f9dea-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73aa2d8b-e25b-b77e-5a6d-8c13840f9deb-39ed1345 {
  justify-self: start;
}

#w-node-ee7c7ec6-ba62-4481-88ca-44ab483d2d90-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee7c7ec6-ba62-4481-88ca-44ab483d2d91-39ed1345 {
  justify-self: start;
}

#w-node-e20bf173-5689-b128-59e7-863a763e3609-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e20bf173-5689-b128-59e7-863a763e360a-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-39ed1345 {
  justify-self: start;
}

#w-node-_7029e2d0-7e0f-f194-7dfa-a807f427f859-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7029e2d0-7e0f-f194-7dfa-a807f427f85a-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-39ed1345 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-39ed1345, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-39ed1345, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-39ed1345, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-39ed1345, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-39ed1345, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-39ed1345, #w-node-_808b1129-47f4-c4d9-fa44-bcb766b61088-39ed1345, #w-node-_808b1129-47f4-c4d9-fa44-bcb766b6108b-39ed1345, #w-node-ca8bd2f8-5308-e47b-5d72-52c91a84cba1-39ed1345, #w-node-ca8bd2f8-5308-e47b-5d72-52c91a84cba4-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-39ed1345 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-39ed1345 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-39ed1345 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-39ed1345 {
  justify-self: start;
}

#w-node-_6328ecc5-3575-e02b-2a35-71aecd5aeaef-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6328ecc5-3575-e02b-2a35-71aecd5aeaf0-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-39ed1345, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-39ed1345, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-39ed1345 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-39ed1345, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-39ed1345, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-39ed1345 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-39ed1345, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-39ed1345, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-39ed1345 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-39ed1345, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-39ed1345, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-39ed1345 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-39ed1345, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-39ed1345, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-39ed1345 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-39ed1345, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-39ed1345, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-39ed1345 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-39ed1345, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-39ed1345, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-39ed1345 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-39ed1345, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-39ed1345, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-39ed1345 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-39ed1345, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-39ed1345 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-39ed1345 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-39ed1345 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-39ed1345, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-39ed1345, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-39ed1345, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-39ed1345, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-39ed1345, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-39ed1345, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-39ed1345 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-39ed1345, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-39ed1345, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-39ed1345 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-39ed1345, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-39ed1345, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-39ed1345 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-39ed1345, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-39ed1345, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-39ed1345 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-39ed1345, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-39ed1345, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-39ed1345 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-39ed1345, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-39ed1345, #w-node-ee961e8d-845a-edc3-3307-509470022457-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-39ed1345 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-39ed1345, #w-node-ee961e8d-845a-edc3-3307-50947002245b-39ed1345, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-39ed1345 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-39ed1345, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-39ed1345, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-39ed1345 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-39ed1345, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-39ed1345, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-39ed1345 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-39ed1345, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-39ed1345, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-39ed1345 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-39ed1345, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-39ed1345, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-39ed1345 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-39ed1345, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-39ed1345, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-39ed1345 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-39ed1345 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-39ed1345 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-39ed1345 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-39ed1345 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-39ed1345 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-39ed1345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-39ed1345 {
  justify-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccab-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccb0-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccb5-7a3a38c1 {
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccbb-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccda-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccdf-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccec-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccf4-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0ccfa-7a3a38c1 {
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd03-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd2f-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd34-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd3c-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd41-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd47-7a3a38c1 {
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd50-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd72-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd77-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd7f-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd84-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd8c-7a3a38c1, #w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd92-7a3a38c1 {
  align-self: start;
}

#w-node-_37c9113c-bf3e-6f56-c640-b68961e0cd98-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586583-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586597-7a3a38c1, #w-node-_98a87d18-4786-3106-d582-49ff3658659c-7a3a38c1, #w-node-_98a87d18-4786-3106-d582-49ff365865a1-7a3a38c1, #w-node-_98a87d18-4786-3106-d582-49ff365865a6-7a3a38c1, #w-node-_9b5b55d2-f769-16ba-b6f5-57b5709925f1-7a3a38c1, #w-node-_9ee2a80f-60f8-622a-f400-a27723a7388f-7a3a38c1 {
  align-self: start;
}

#w-node-_8cb8b5af-c3d0-3b99-7c7c-783ee231911b-7a3a38c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ad92992-72a2-a71a-9030-4c19e6e9ffc6-2cdd7f60, #w-node-_0ad92992-72a2-a71a-9030-4c19e6e9ffc8-2cdd7f60, #w-node-_0ad92992-72a2-a71a-9030-4c19e6e9ffd1-2cdd7f60, #w-node-_92e18f09-cf44-f145-a6ec-44a70e53d502-2cdd7f60, #w-node-_92e18f09-cf44-f145-a6ec-44a70e53d50c-2cdd7f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc2ee15-ac0a-f0fd-9f1e-cf80da9bd94e-2cdd7f60 {
  align-self: stretch;
}

#w-node-fd2b1281-910d-c861-3202-4a0fb2cab01a-b2cab014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd2b1281-910d-c861-3202-4a0fb2cab024-b2cab014 {
  align-self: stretch;
}

#w-node-_3456b475-2190-4da4-2f69-b9cb0e9727d2-ae58201f, #w-node-_3456b475-2190-4da4-2f69-b9cb0e9727d7-ae58201f, #w-node-_3456b475-2190-4da4-2f69-b9cb0e9727dc-ae58201f {
  align-self: start;
}

#w-node-c0d6aa52-d02c-d39c-98da-5f55c98e33f8-ae58201f {
  justify-self: start;
}

#w-node-_9a592d5c-1bef-05c1-609d-3e0719e1bb61-fabd2ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f378fb1f-c461-f7d8-9620-5986c6d1949a-c1680889 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_55667504-06b4-c5cc-c4fd-ddc63f7f9958-d10bec54, #w-node-_55667504-06b4-c5cc-c4fd-ddc63f7f995d-d10bec54, #w-node-_55667504-06b4-c5cc-c4fd-ddc63f7f9962-d10bec54 {
  align-self: start;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586583-d10bec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586597-d10bec54, #w-node-_98a87d18-4786-3106-d582-49ff3658659c-d10bec54, #w-node-_98a87d18-4786-3106-d582-49ff365865a1-d10bec54, #w-node-_98a87d18-4786-3106-d582-49ff365865a6-d10bec54, #w-node-_9b5b55d2-f769-16ba-b6f5-57b5709925f1-d10bec54, #w-node-_9ee2a80f-60f8-622a-f400-a27723a7388f-d10bec54 {
  align-self: start;
}

#w-node-_8cb8b5af-c3d0-3b99-7c7c-783ee231911b-d10bec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a02568-d10bec54, #w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a0256d-d10bec54, #w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a02572-d10bec54, #w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a02577-d10bec54, #w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a0257d-d10bec54 {
  align-self: start;
}

#w-node-a33d5f11-23e5-6fe6-d73b-4c2d55a02583-d10bec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1bce-d10bec54, #w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1bd3-d10bec54, #w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1bd8-d10bec54, #w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1bdd-d10bec54, #w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1be2-d10bec54, #w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1be8-d10bec54 {
  align-self: start;
}

#w-node-_9f220f11-c8b0-9ab0-d567-a63340ee1bee-d10bec54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d726926a-c5ee-82e1-63da-43092fd2fbd2-e814368e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-f1d4647b-00c0-126c-7542-6577a3a5b462-328d0716, #w-node-c62c2a21-3300-3b0a-80ad-4d46af3e7961-328d0716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a694251-6094-e667-f4d0-eb92a0331855-328d0716 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d726926a-c5ee-82e1-63da-43092fd2fbd2-aa4560d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586583-9750387a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586597-9750387a, #w-node-_98a87d18-4786-3106-d582-49ff3658659c-9750387a, #w-node-_98a87d18-4786-3106-d582-49ff365865a1-9750387a, #w-node-_98a87d18-4786-3106-d582-49ff365865a6-9750387a, #w-node-_9b5b55d2-f769-16ba-b6f5-57b5709925f1-9750387a, #w-node-_9ee2a80f-60f8-622a-f400-a27723a7388f-9750387a {
  align-self: start;
}

#w-node-_8cb8b5af-c3d0-3b99-7c7c-783ee231911b-9750387a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_93682fc1-0d4f-cf1e-a4aa-0bcc692f9605-7284edc6, #w-node-_93682fc1-0d4f-cf1e-a4aa-0bcc692f960a-7284edc6, #w-node-_93682fc1-0d4f-cf1e-a4aa-0bcc692f960f-7284edc6 {
  align-self: start;
}

#w-node-c0d6aa52-d02c-d39c-98da-5f55c98e33f8-7284edc6 {
  justify-self: start;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586583-2df29f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586597-2df29f02, #w-node-_98a87d18-4786-3106-d582-49ff3658659c-2df29f02, #w-node-_98a87d18-4786-3106-d582-49ff365865a1-2df29f02, #w-node-_98a87d18-4786-3106-d582-49ff365865a6-2df29f02, #w-node-_9b5b55d2-f769-16ba-b6f5-57b5709925f1-2df29f02, #w-node-_9ee2a80f-60f8-622a-f400-a27723a7388f-2df29f02 {
  align-self: start;
}

#w-node-_8cb8b5af-c3d0-3b99-7c7c-783ee231911b-2df29f02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586583-065b759d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98a87d18-4786-3106-d582-49ff36586597-065b759d, #w-node-_98a87d18-4786-3106-d582-49ff3658659c-065b759d, #w-node-_98a87d18-4786-3106-d582-49ff365865a1-065b759d, #w-node-_98a87d18-4786-3106-d582-49ff365865a6-065b759d, #w-node-_9b5b55d2-f769-16ba-b6f5-57b5709925f1-065b759d, #w-node-_9ee2a80f-60f8-622a-f400-a27723a7388f-065b759d {
  align-self: start;
}

#w-node-_8cb8b5af-c3d0-3b99-7c7c-783ee231911b-065b759d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-d726926a-c5ee-82e1-63da-43092fd2fbd2-e814368e, #w-node-d726926a-c5ee-82e1-63da-43092fd2fbd2-aa4560d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7a694251-6094-e667-f4d0-eb92a0331855-39ed1328 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0dfda8f6-f7d6-fd8e-a9ac-9f4ad4b8190a-fe680c25 {
    justify-self: stretch;
  }

  #w-node-f378fb1f-c461-f7d8-9620-5986c6d1949a-c1680889 {
    justify-self: start;
  }

  #w-node-_7a694251-6094-e667-f4d0-eb92a0331855-328d0716 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a694251-6094-e667-f4d0-eb92a0331855-39ed1328 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a694251-6094-e667-f4d0-eb92a033186d-39ed1328 {
    order: 9999;
  }

  #w-node-_42463cfd-c78d-73b9-0105-c4fe71c2b0df-71c2b0d8 {
    order: -9999;
  }

  #w-node-_7a694251-6094-e667-f4d0-eb92a0331855-328d0716 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a694251-6094-e667-f4d0-eb92a033186d-328d0716 {
    order: 9999;
  }

  #w-node-_01cf14f0-821c-c0d0-42ba-fd20d431cc29-065b759d, #w-node-_6b47feb9-23ea-069f-8f3f-5c1afd6746c6-065b759d {
    order: -9999;
  }
}


@font-face {
  font-family: 'DM Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}