@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuehv;
  src: url('../fonts/HelveticaNeueHv.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neu;
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuelt;
  src: url('../fonts/HelveticaNeueLt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuemed;
  src: url('../fonts/HelveticaNeueMed.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuebd;
  src: url('../fonts/HelveticaNeueBd.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueit;
  src: url('../fonts/HelveticaNeueIt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --base-color-brand--black: black;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: #1c1b1b;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --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);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --border-color--border-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral: #666;
  --base-color-brand--primary: #dfffc0;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neu, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neu, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neu, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Helveticaneuelt, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

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 {
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  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;
}

.text-style-link.text-color-white {
  color: var(--base-color-brand--black);
}

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

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

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

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

.page-wrapper {
  background-color: var(--base-color-brand--black);
}

.page-wrapper.is-texture {
  background-color: #141414;
  background-image: url('../images/Shapes25.png');
  background-position: 0 0;
  background-size: 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-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.main-wrapper {
  overflow: clip;
}

.main-wrapper.is-texture {
  background-color: #141414;
  background-image: url('../images/Shapes25.png');
  background-position: 0 0;
  background-size: 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;
}

.padding-custom1 {
  padding-top: 282px;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-custom3 {
  border-radius: 8px;
  margin: 0 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-family: Helveticaneuelt, sans-serif;
  font-size: 1.125rem;
}

.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: -.1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .9;
}

.heading-style-h2.text-color-white {
  line-height: 1;
}

.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;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

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

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

.icon-1x1-xsmall.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.heading-style-h1 {
  letter-spacing: -.3rem;
  font-family: Helvetica Neu, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 82%;
}

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

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

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

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

.form_checkbox-label.text-size-small {
  color: var(--base-color-brand--black);
}

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

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

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  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-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-radius: 40px;
  font-family: Helvetica Neu, sans-serif;
  font-weight: 700;
}

.button.is-secondary:hover {
  border-color: var(--base-color-brand--white);
  background-color: #fff;
}

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

.button.is-secondary.is-alternate:hover {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.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-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

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

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xxsmall.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-size-regular {
  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: -4px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 69%;
}

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

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

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

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

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

.form_input.is-select-input {
  background-image: none;
}

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

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

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

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

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

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

.text-color-white.card-headline {
  margin-bottom: .8rem;
}

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

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

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

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

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

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

.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(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall:hover {
  color: #dfffc0;
}

.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);
  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-size-small {
  font-size: .875rem;
}

.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 {
  width: 100%;
  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: 1.2rem;
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

.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 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.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: #161616;
  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 {
  color: var(--link-color--link-primary);
  background-color: #fff;
}

.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(--background-color--background-secondary);
}

.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: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1_container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.navbar1_component {
  border-bottom: 1px none var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #141414b3;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

.navbar1_logo-link {
  max-width: 14rem;
  padding-left: 0;
}

.navbar1_logo-link.margin-left.margin-small {
  padding-bottom: 8px;
}

.navbar1_link {
  color: var(--link-color--link-alternate);
  padding: .5rem 1.3rem .5rem 0;
  font-family: Helveticaneuebd, sans-serif;
  font-weight: 700;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: #dfffc0;
}

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

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

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

.body {
  background-color: #141414;
}

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

.section_header5 {
  padding-top: 4.5rem;
  position: relative;
}

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_content {
  background-color: #dfffc0;
  background-image: url('../images/Vector-123.png'), url('../images/Static-1-min.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  max-height: 60rem;
  margin-bottom: 1.5rem;
  padding: 3rem 3rem 3.5rem;
  display: flex;
  overflow: hidden;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.testimonial20_component {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  padding-bottom: 5rem;
  display: none;
  position: relative;
}

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

.section_testimonial20 {
  background-color: var(--base-color-brand--black);
  overflow: hidden;
}

.testimonial20_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_arrow {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow.is-left {
  pointer-events: none;
  background-color: #0000;
  border-style: none;
  right: 2.5rem;
}

.testimonial20_content {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/Number-01-Background.svg'), url('../images/QR-Icon.svg');
  background-position: 20px 120px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200px, auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 25rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial20_content:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.testimonial20_arrow-icon {
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

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

.testimonial20_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial20_slide-nav {
  color: #000;
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

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

.heading {
  font-size: 4rem;
}

.heading-2 {
  font-size: 8rem;
  line-height: 82%;
}

.heading-3 {
  letter-spacing: -.1rem;
}

.heading-4 {
  text-align: center;
  max-width: 100%;
  font-family: Helvetica Neu, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.header5_content_small {
  background-color: #dfffc0;
  background-image: url('../images/Vector-124.png'), url('../images/Static-1-min.png');
  background-position: 86px -397px, 100% 80%;
  background-repeat: no-repeat, no-repeat;
  background-size: 310px, 1600px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 12.5rem;
  max-height: 12.5rem;
  padding: 3rem;
  display: flex;
}

.header5_content_small.padding-large {
  border-radius: 30px;
}

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

.section_testimonial20_content {
  background-color: #1c1b1b;
  border-radius: 30px;
  padding: 3rem;
  overflow: hidden;
}

.testimonial20_content_2 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/Number-02-Background.svg'), url('../images/Panic-Icon.svg');
  background-position: 20px 120px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200px, 60px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 25rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial20_content_2:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial20_content_3 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/Number-03-Background.svg'), url('../images/Upload-File-Icon.svg');
  background-position: 20px 120px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200px, 60px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 25rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial20_content_3:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial20_content_4 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/Number-04-Background.svg'), url('../images/Heart-Icon.svg');
  background-position: 20px 120px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200px, 60px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 25rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial20_content_4:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.layout309_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout309_list {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template: ". Area Area . . Area-7 Area-7 ."
                 "Area-2 Area-2 Area-3 Area-3 Area-4 Area-4 Area-5 Area-5"
                 ". . . Area-6 Area-6 . . ."
                 / 1fr .5fr .5fr 1fr .5fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

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

.heading-5 {
  font-family: Helveticaneueit, sans-serif;
}

.section_layout309_div {
  background-color: #bcffeb;
  background-image: linear-gradient(to top, #8effde, #fff0), url('../images/Group-31092-min-2.png');
  background-position: 0 0, 0 -10px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  padding: 3rem;
}

.section_layout309_div.padding-large {
  background-image: url('../images/Group-31171.png');
  background-position: 150% 70%;
  background-size: auto;
}

.section_layout309_div.padding-custom2 {
  background-image: linear-gradient(to top, #8effde, #fff0), url('../images/Group-31171.png');
  background-position: 0 0, 0 -100px;
  background-size: auto, auto;
  padding: 3rem;
}

.section_testimonial21 {
  background-color: var(--base-color-brand--black);
  overflow: hidden;
}

.section_testimonial21_content {
  background-color: #1c1b1b;
  border-radius: 30px;
}

.section_testimonial21_content.padding-large, .section_testimonial20-2 {
  overflow: hidden;
}

.testimonial20_arrow-2 {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow-2.is-left {
  right: 4rem;
}

.testimonial20_content-2 {
  border: 1px none var(--border-color--border-primary);
  background-image: linear-gradient(#0003, #0003), url('../images/Image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  padding: 2rem;
  display: flex;
}

.testimonial20_arrow-icon-2 {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_testimonial20-2-content {
  background-color: #1c1b1b;
  border-radius: 30px;
}

.testimonial21_content {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Image-min-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial21_content_2 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Image-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_2:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.section_getintouch {
  margin-bottom: 3rem;
  position: relative;
}

.header5_content_small-copy {
  background-color: #dfffc0;
  background-image: url('../images/Static-1.png');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: 1600px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 12.5rem;
  max-height: 12.5rem;
  display: flex;
}

.header5_content_small-copy.padding-large {
  border-radius: 30px;
}

.header5_background-image-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.getintouch_wrapper {
  background-color: #a5e0f9;
  background-image: url('../images/Group-31092-2-min.png');
  background-position: 450px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 100svh;
  max-height: 60rem;
  margin-bottom: 1.5rem;
  padding: 3rem;
  display: flex;
}

.getintouch_wrapper.padding-large.margin-bottom.margin-small {
  background-color: #0000;
  background-image: url('../images/Group-31092-2-min.png');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.header5_background-image-wrapper-copy {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.faq2_question {
  cursor: pointer;
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq2_component {
  border-bottom: 1px none var(--border-color--border-primary);
}

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

.faq2_answer {
  overflow: hidden;
}

.section_faq2_content {
  color: var(--text-color--text-alternate);
  background-color: #1c1b1b;
}

.section_faq2_content.padding-large {
  border-radius: 30px;
}

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

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

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

.footer4_credit-text {
  color: var(--base-color-brand--white);
  text-align: center;
  font-family: Helveticaneuelt, sans-serif;
  font-size: .875rem;
}

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

.footer4_legal-link {
  color: var(--base-color-brand--white);
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: none;
}

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

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 40px;
  grid-template: ". ."
                 ". Area"
                 / .25fr 1fr .25fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  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;
}

.footer4_link {
  color: var(--base-color-brand--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link:hover {
  color: #dfffc0;
  text-decoration: none;
}

.footer4_link:active {
  text-decoration: underline;
}

.line-divider {
  background-color: var(--base-color-brand--white);
  width: 100%;
  height: 1px;
}

.faq2_question_top {
  cursor: pointer;
  border-top: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.footer4_component_mobile {
  display: none;
}

.testimonial21_content_3 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Image-min-2.png');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_3:hover {
  transform: translate(0, -5px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial21_content_4 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: linear-gradient(to top, #000, #fff0), url('../images/iPhone-14--15-Pro-Max---2.png');
  background-position: 0 0, 39% -10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  display: flex;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  font-family: Helveticaneuelt, sans-serif;
  line-height: 1;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
}

.heading-8 {
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica Neu, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.text-span, .text-span-2 {
  font-family: Helvetica Neu, sans-serif;
  font-style: italic;
}

.getintouch_content {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.image {
  position: relative;
  top: -1rem;
  left: 6.7rem;
}

.arrow-top {
  width: 100%;
  position: relative;
  left: -2rem;
}

.section_testimonial20_content-copy {
  background-color: #1c1b1b;
  border-radius: 30px;
}

.section_testimonial20_content-copy.padding-large {
  background-image: url('../images/WORK.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.section_testimonial20_content-copy-copy {
  background-color: #1c1b1b;
  border-radius: 30px;
  padding: 3rem;
  overflow: hidden;
}

.section_testimonial20_content-copy-copy.padding-large {
  background-image: url('../images/WORK.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.navbar1_link_home {
  color: var(--link-color--link-alternate);
  padding: .5rem 1.3rem .5rem 0;
  font-family: Helveticaneuebd, sans-serif;
  font-weight: 700;
  display: none;
}

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

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

.navbar1_menu-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hide-desktop, .navbar1_menu-socialmedia {
  display: none;
}

.layout309_arrow {
  width: 100%;
  max-width: 16rem;
  margin-left: -4rem;
}

.layout309_arrow.is-02, .layout309_arrow.is-03 {
  transform-style: preserve-3d;
}

.text-span-4, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .text-span-5 {
  font-family: Helveticaneuebd, sans-serif;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

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

.section_contact-modal1 {
  position: relative;
}

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

.contact-modal1_content-wrapper {
  background-color: #dfffbf;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 100vh;
  padding: 3rem;
  overflow: hidden;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-brand--black);
  color: var(--base-color-brand--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.error-message {
  border-radius: 30px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.error-text {
  color: #e23939;
  text-align: center;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

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

.success-message {
  background-color: #fff;
  border-radius: 30px;
  padding: 1.5rem;
}

.contact-modal1_close-button {
  color: var(--base-color-neutral--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.footer4_social-link-linkedin {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.link {
  font-family: Helveticaneuelt, sans-serif;
}

.link.text-color-white {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.email-link {
  text-align: center;
  font-family: Helveticaneuelt, sans-serif;
}

.email-link.text-color-white {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-family: Helveticaneuebd, sans-serif;
}

.card-p {
  color: var(--base-color-brand--white);
}

.navbar1_background {
  z-index: 0;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #1c1b1b;
  border-radius: 20px;
  width: 100%;
  padding: 1rem 2.5%;
}

.testimonial20_arrow_hidden {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow_hidden.is-left {
  background-color: #0000;
  border-style: none;
  display: none;
  right: 2.5rem;
}

.testimonial20_arrow-works {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow-works.is-left {
  pointer-events: none;
  background-color: #0000;
  border-style: none;
  display: none;
  right: 2.5rem;
}

.testimonial21_content_5 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/qr-code.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_5:hover {
  transform: translate(0, -5px);
  box-shadow: 0 1px 35px #0003;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.select-field {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  border: 1px solid #000;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
}

.select-field-2 {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
  border: 1px #000;
  border-radius: 10px;
  min-height: 2.75rem;
}

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

.section_home2-logo {
  overflow: hidden;
}

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

.home2-logo_logo {
  max-height: 3.5rem;
}

.home2-testimonial_mask {
  width: 33.33%;
  overflow: visible;
}

.home2-testimonial_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.navbar3_menu-button {
  padding: 0;
}

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

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

.home2-faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_home2-cta {
  position: relative;
}

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

.home2-testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

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

.home2-faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

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

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

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: 8px;
  position: absolute;
}

.testimonial19_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home2-testimonial_content {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

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

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

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

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

.home2-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.navbar3_tablet-menu-button {
  border: 1px solid var(--border-color--border-primary);
  color: var(--base-color-neutral--white);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

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

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

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

.navbar3_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.home2-customers_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home2-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

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

.navbar3_menu-background {
  display: none;
  position: static;
}

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

.home2-customers_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer5_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.home2-blog_category-wrapper {
  margin-bottom: .5rem;
  display: flex;
}

.home2-blog_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.home2-faq_accordion {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

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

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

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

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

.home2-customers_image-wrapper {
  width: 100%;
  position: relative;
}

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

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

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

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

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

.home2-features_item {
  display: flex;
}

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

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

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home2-customers_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home2-logo_component {
  display: flex;
}

.testimonial19_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.home2-faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

.footer5_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

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

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

.home2-blog_item {
  border: 1px solid var(--border-color--border-primary);
}

.footer5_column-heading {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.line-divider-2 {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 1px;
}

.home2-blog_date-wrapper {
  display: flex;
}

.success-message-2 {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.home2-blog_title-wrapper {
  margin-bottom: .5rem;
}

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

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

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

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

.home2-logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.header5_content_2 {
  background-color: #bcffeb;
  background-image: url('../images/Vector-123.png'), url('../images/Static-1-min.png');
  background-position: 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  max-height: 60rem;
  margin-bottom: 1.5rem;
  padding: 3rem 3rem 3.5rem;
  display: flex;
  overflow: hidden;
}

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

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

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

.layout69_item-icon-wrapper {
  color: var(--base-color-neutral--white);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.layout69_item {
  display: flex;
}

.layout69_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout69_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_layout69 {
  position: relative;
}

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

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

.section_layout69_content {
  background-color: #1c1b1b;
  border-radius: 30px;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.layout65_item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout65_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--base-color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.medallion {
  max-width: 10%;
}

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

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

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

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

.card-p-black {
  color: var(--base-color-brand--black);
}

.plan-price {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.inc-discount {
  font-size: 1rem;
}

.text-span-11, .card-headline-italic {
  font-style: italic;
}

.section_header8 {
  position: relative;
}

.header8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.header8_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.header8_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header8_content {
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

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

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

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

.select-field-3 {
  min-height: 100%;
}

.section_testimonial20_content_transparent {
  border-radius: 30px;
  padding: 3rem;
  overflow: hidden;
}

.section_testimonial20_content_transparent.padding-large {
  background-image: url('../images/WORK.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.section_testimonial20_content-copy {
  background-color: #1c1b1b;
  border-radius: 30px;
  padding: 3rem;
  overflow: hidden;
}

.section_faq2_content_transparent {
  color: var(--text-color--text-alternate);
  background-color: #1c1b1b;
}

.section_faq2_content_transparent.padding-large {
  background-color: #0000;
  border-radius: 30px;
}

.main-wrapper-offer {
  background-color: #141414;
  background-image: url('../images/20-OFF.png'), url('../images/Vector-lightning.png'), url('../images/Shapes.png');
  background-position: 99% 5%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 30%, auto, auto;
}

.section_testimonial20_transparent {
  background-color: var(--base-color-brand--black);
  overflow: hidden;
}

.section_testimonial20_transparent.margin-bottom.margin-large {
  background-color: #0000;
}

.section_testimonial20-copy {
  background-color: var(--base-color-brand--black);
  overflow: hidden;
}

.testimonial21_content_offer {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/christin-hume-mfB1B1s4sMc-unsplash-min.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_offer:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.card-p-copy {
  color: var(--base-color-brand--white);
}

.testimonial21_content_offer_2 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/christin-hume-Hcfwew744z4-unsplash-min.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_offer_2:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial21_content_offer_3 {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/masoud-mostafaei-zLgP1L-Yiuk-unsplash-min.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial21_content_offer_3:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.testimonial20_content_blue {
  border: 1px none var(--border-color--border-primary);
  background-color: #292929;
  background-image: url('../images/Vector-124_1.png'), url('../images/Group-31200.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  height: 25rem;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.testimonial20_content_blue:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

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

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

.layout16_item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.layout16_image {
  width: 100%;
  height: 100%;
}

.layout16_item-icon-wrapper {
  flex: 0 auto;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.image-2 {
  max-width: 3%;
}

.testimonial20_arrow-works-offer {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow-works-offer.is-left {
  pointer-events: none;
  background-color: #0000;
  border-style: none;
  right: 2.5rem;
}

.testimonial20_arrow-works-copy {
  border: 1px none var(--border-color--border-primary);
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial20_arrow-works-copy.is-left {
  pointer-events: none;
  background-color: #0000;
  border-style: none;
  display: none;
  right: 2.5rem;
}

.navbar1_component_offer {
  z-index: 99;
  border-bottom: 1px none var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_sticky {
  z-index: 99;
  margin-top: -4.5rem;
  position: sticky;
  top: 0;
}

.section_header {
  color: var(--text-color--text-alternate);
  padding-top: 4.5rem;
}

.header_component {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: block;
}

.header_heading {
  letter-spacing: -3px;
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 90%;
}

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

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

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

.header_fields_wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: .75rem;
  display: flex;
}

.header_input {
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-brand--black);
  border-radius: 5rem;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
}

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

.header_form_btn {
  border: 1px solid var(--border-color--border-alternate);
  background-color: #0000;
  border-radius: 5rem;
  padding: .5rem 1.5rem;
}

.header_form_btn:hover {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.header_subhading {
  letter-spacing: -.03rem;
  max-width: 100%;
  font-size: 2.25rem;
  line-height: 100%;
}

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

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

.details_heading {
  font-size: 3.5rem;
}

.details_mask {
  width: 100%;
  max-width: 31rem;
  height: auto;
  overflow: visible;
}

.details_slide {
  width: 100.001%;
  padding-right: 2rem;
}

.details_arrow {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  inset: -7.25rem 1.75rem auto auto;
}

.details_arrow.is-right {
  right: 0%;
}

.details_card {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.detials_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.detials_content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 90%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.details_img_overlay {
  background-image: linear-gradient(0deg, #141414b3, #14141400 75%);
  position: absolute;
  inset: 0%;
}

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

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

.plans_mask {
  width: 100%;
  max-width: 30rem;
  height: auto;
  overflow: visible;
}

.plans_slide {
  width: 100.001%;
  margin-right: 2rem;
}

.plans_card {
  aspect-ratio: 1;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  max-height: 30rem;
  padding-top: 100%;
  position: relative;
}

.plans_card_slide {
  backface-visibility: hidden;
  color: var(--text-color--text-primary);
  background-image: url('../images/Vector-124_1.png'), url('../images/Group-31200.png');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, cover;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.plans_card_slide.is-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.plans_card_price {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.plans_card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2rem;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.plans_card_arrow-wrap {
  background-color: var(--base-color-neutral--black);
  color: var(--text-color--text-alternate);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.faq_accordion_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq_accordion_answer {
  overflow: hidden;
}

.faq_question {
  font-size: 1.5rem;
}

.faq_accordion_divider {
  background-color: #ffffff40;
  width: 100%;
  height: 2px;
}

.header_img-block {
  opacity: .2;
  align-self: center;
}

.header_img {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  max-width: 38rem;
  position: absolute;
  inset: 6% 0% 0% auto;
  transform: translate(0, -16%);
}

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

.section_faq2_content_black.padding-large {
  border-radius: 30px;
}

.text-field {
  color: #fff;
}

.select-field-4 {
  color: var(--base-color-brand--black);
  border-radius: 5px;
  min-width: 9rem;
}

.header-text-field {
  color: var(--base-color-brand--black);
  border-radius: 5px;
  min-width: 15rem;
}

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

.card_hover {
  transition: transform .2s;
}

.card_hover:hover {
  transform: translate(0, -4px);
  box-shadow: 0 1px 35px #0003;
}

.text-span-12, .text-span-13, .text-span-14 {
  font-style: italic;
}

.recaptcha {
  aspect-ratio: 10;
}

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

.max-width-custom {
  width: 100%;
  max-width: 60rem;
}

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

.button-block-25 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border-color--border-alternate);
  color: #f0f0f0;
  background-color: #f0f0f000;
  border-radius: 100vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-25-icon {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.button-text-25 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-block-5 {
  padding: .75px 1.5px;
}

.fake-button-close {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3rem;
  padding: .75px 1.5px;
  display: flex;
}

.fake-button-close:hover {
  background-color: #fff;
  border-color: #fff;
}

.text-block {
  font-family: Helveticaneuebd, sans-serif;
}

.recaptcha-2 {
  overflow: visible;
}

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

.heading-10 {
  line-height: 1.1;
}

.body-2 {
  background-image: url('../images/Group-31092-min-2.png');
  background-position: 0 0;
  background-size: cover;
}

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

.swiper-wrapper.is-offering, .swiper-wrapper.is-project {
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.is-offering {
  width: 33.3333%;
}

.swiper-slide.is-project {
  flex: none;
  width: 33.3333%;
}

.swiper-bullet {
  background-color: var(--base-color-neutral--neutral);
  border-radius: 1rem;
  width: .75rem;
  height: .75rem;
}

.swiper-button-group.is-offering, .swiper-button-group.is-project {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-button-prev {
  color: var(--text-color--text-alternate);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-button-prev:hover {
  color: #dfffc0;
}

.swiper-button-next {
  color: var(--text-color--text-alternate);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-button-next:hover {
  color: var(--base-color-brand--primary);
}

.page-wrapper-project-form {
  background-color: var(--base-color-brand--primary);
}

.page-wrapper-project-form.is-texture {
  background-color: #141414;
  background-image: url('../images/Shapes25.png');
  background-position: 0 0;
  background-size: auto;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    margin-bottom: .5rem;
    font-size: 2rem;
    line-height: 1;
  }

  .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-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-h1 {
    font-size: 5.5rem;
  }

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button {
    z-index: 2;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .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_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo-link {
    z-index: 2;
  }

  .navbar1_logo-link.margin-left.margin-small {
    max-width: 12rem;
  }

  .navbar1_link {
    text-align: center;
    width: auto;
    padding: .75rem 0 0;
    font-size: 2rem;
    line-height: 1;
  }

  .navbar1_link:hover {
    text-decoration: none;
  }

  .navbar1_link:active {
    text-decoration: underline;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 90svh;
    padding: 2rem 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: var(--base-color-brand--black);
    height: 100svh;
    min-height: 100svh;
    padding-top: 15rem;
    padding-bottom: 4rem;
    transition: height .5s;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-brand--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header5_content {
    min-height: 70svh;
    padding: 2.5rem;
  }

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

  .testimonial20_mask {
    width: 50%;
  }

  .testimonial20_content {
    background-size: auto 160px, 60px;
    height: 20rem;
  }

  .header5_content_small {
    background-position: 85px -397px, 80% 80%;
    background-size: 350px, 1600px;
    padding: 2.5rem;
  }

  .testimonial20_content_2 {
    background-size: auto 160px, 60px;
    height: 20rem;
  }

  .testimonial20_content_3 {
    background-size: auto 160px, auto;
    align-items: center;
    height: 20rem;
  }

  .testimonial20_content_4 {
    background-size: auto 160px, 60px;
    align-items: center;
    height: 20rem;
  }

  .layout309_list {
    grid-column-gap: 0rem;
    grid-template: "Area-2 Area-2 Area Area"
                   "Area-7 Area-7 Area-3 Area-3"
                   "Area-4 Area-4 Area-6 Area-6"
                   ". . Area-5 Area-5"
                   / 1fr .5fr .5fr 1fr;
    width: 100%;
  }

  .layout309_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    display: flex;
  }

  .layout309_content-right {
    display: none;
  }

  .section_layout309_div {
    background-position: 0 0, 0 -40px;
  }

  .testimonial21_content, .testimonial21_content_2 {
    height: 20rem;
  }

  .getintouch_wrapper {
    max-height: 64rem;
    padding: 2rem;
  }

  .getintouch_wrapper.padding-large.margin-bottom.margin-small {
    background-position: 0 20%;
  }

  .footer4_logo-link {
    max-width: 11rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .footer4_component_mobile {
    display: block;
  }

  .testimonial21_content_3, .testimonial21_content_4 {
    height: 20rem;
  }

  .heading-7 {
    font-size: 2.25rem;
  }

  .getintouch_content {
    align-items: stretch;
  }

  .arrow-bottom {
    top: 1rem;
    left: 15.1rem;
  }

  .arrow-top {
    top: 1rem;
    left: 9.7rem;
  }

  .arrow-top-2 {
    display: none;
  }

  .navbar1_link_home {
    text-align: center;
    width: auto;
    padding: .75rem 0 0;
    font-size: 2rem;
    line-height: 1;
    display: block;
  }

  .navbar1_link_home:hover {
    text-decoration: none;
  }

  .navbar1_link_home:active {
    text-decoration: underline;
  }

  .icon-1x1-medium2 {
    width: 1.6rem;
  }

  .navbar1_menu-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
  }

  .hide-desktop.show-tablet {
    display: block;
  }

  .navbar1_menu-socialmedia {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 15svh;
    display: flex;
  }

  .layout309_arrow {
    max-width: 14rem;
    margin-left: 0;
  }

  .layout309_arrow.is-01 {
    margin-left: -8rem;
    transform: rotate(32deg);
  }

  .layout309_arrow.is-02 {
    margin-top: 3rem;
    margin-left: 3rem;
    transform: rotate(-32deg)rotateX(0)rotateY(-200deg)rotateZ(0);
  }

  .layout309_arrow.is-03 {
    margin-left: -3rem;
    transform: rotate(32deg)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .contact-modal1_form {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: scroll;
  }

  .contact-modal1_component {
    display: none;
  }

  .testimonial21_content_5 {
    height: 20rem;
  }

  .home2-testimonial_mask {
    width: 50%;
  }

  .home2-testimonial_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon3_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .home2-blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

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

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .footer5_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer5_form-block {
    min-width: auto;
  }

  .menu-icon3_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer5_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer5_social-icons {
    margin-bottom: 2rem;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .home2-customers_list {
    grid-column-gap: 2rem;
  }

  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }

  .home2-features_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer5_newsletter-wrapper {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .header5_content_2 {
    min-height: 70svh;
    padding: 2.5rem;
  }

  .layout69_component, .layout71_component, .layout65_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .testimonial21_content_offer, .testimonial21_content_offer_2, .testimonial21_content_offer_3 {
    height: 20rem;
  }

  .testimonial20_content_blue {
    background-size: auto 160px, 60px;
    height: 20rem;
  }

  .layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .header_heading {
    line-height: 85%;
  }

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

  .details_heading {
    font-size: 3.5rem;
  }

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

  .header_img-block {
    display: none;
  }

  .header_img {
    max-width: 32rem;
  }

  .max-width-custom {
    max-width: 37rem;
  }

  .nav-menu_hamburger {
    filter: invert();
    width: 48px;
  }

  .swiper-slide.is-offering, .swiper-slide.is-project {
    width: 50%;
  }
}

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

  h6 {
    font-size: 1.125rem;
  }

  .max-width-full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .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-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-h1 {
    letter-spacing: -.1rem;
    font-size: 4rem;
  }

  .button.is-navbar3-button {
    padding: .25rem 1rem;
  }

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header5_content {
    padding: 2rem;
  }

  .testimonial20_mask {
    width: 80%;
    max-width: 21rem;
  }

  .testimonial20_arrow.is-left {
    justify-content: flex-end;
    right: 3.5rem;
  }

  .testimonial20_content {
    padding: 1.5rem;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial20_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .header5_content_small {
    background-position: 80px -410px, 70% 80%;
    background-size: 390px, 1600px;
    padding: 2rem;
  }

  .section_testimonial20_content {
    padding: 2rem;
  }

  .testimonial20_content_2, .testimonial20_content_3, .testimonial20_content_4 {
    max-width: 21rem;
    padding: 1.5rem;
  }

  .layout309_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr .45fr;
    grid-template-areas: "Area-2 ."
                         "Area-3 Area"
                         "Area-4 Area-7"
                         "Area-5 Area-6";
  }

  .layout309_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .section_layout309_div {
    padding: 2rem;
  }

  .testimonial20_arrow-2.is-left {
    right: 3.5rem;
  }

  .testimonial20_content-2, .testimonial21_content, .testimonial21_content_2 {
    padding: 1.5rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: .25rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .faq2_question_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .testimonial21_content_3 {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 1.5rem;
  }

  .testimonial21_content_4 {
    background-position: 0 0, 50%;
    padding: 1.5rem;
  }

  .heading-7 {
    font-size: 1.55rem;
  }

  .section_testimonial20_content-copy-copy {
    padding: 2rem;
  }

  .max-width-custom1 {
    max-width: 28rem;
  }

  .layout309_arrow {
    position: relative;
    top: -75%;
  }

  .layout309_arrow.is-01 {
    margin-left: 0;
    transform: rotate(80deg);
  }

  .layout309_arrow.is-02 {
    margin-top: 0;
    margin-left: 0;
    transform: rotate(80deg)rotate(0);
  }

  .layout309_arrow.is-03 {
    margin-left: 0;
    transform: rotate(80deg)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 87vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    max-width: 60%;
    display: block;
  }

  .contact-modal1_component {
    align-items: flex-start;
    display: none;
  }

  .testimonial20_arrow_hidden.is-left, .testimonial20_arrow-works.is-left {
    justify-content: flex-end;
    right: 3.5rem;
  }

  .testimonial21_content_5 {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding: 1.5rem;
  }

  .home2-logo_logo {
    max-height: 3rem;
  }

  .home2-testimonial_mask {
    width: 100%;
  }

  .home2-testimonial_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .home2-faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home2-testimonial_component {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home2-faq_question {
    padding: 1rem 1.25rem;
  }

  .home2-testimonial_content {
    padding: 1.5rem;
  }

  .home2-blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer5_credit-text {
    margin-top: 1rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .home2-testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer5_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .home2-logo_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home2-customers_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial19_arrow {
    bottom: 3rem;
  }

  .home2-faq_icon-wrapper {
    width: 1.75rem;
  }

  .home2-features_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer5_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .home2-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home2-logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .header5_content_2 {
    padding: 2rem;
  }

  .layout69_component, .layout71_component, .layout65_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .section_testimonial20_content_transparent, .section_testimonial20_content-copy {
    padding: 2rem;
  }

  .testimonial21_content_offer, .testimonial21_content_offer_2, .testimonial21_content_offer_3 {
    padding: 1.5rem;
  }

  .testimonial20_content_blue {
    max-width: 21rem;
    padding: 1.5rem;
  }

  .layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial20_arrow-works-offer.is-left, .testimonial20_arrow-works-copy.is-left {
    justify-content: flex-end;
    right: 3.5rem;
  }

  .navbar1_component_offer {
    height: auto;
    min-height: 4rem;
  }

  .header_heading {
    font-size: 4rem;
  }

  .header_subhading {
    font-size: 1.5rem;
  }

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

  .details_heading {
    font-size: 3rem;
  }

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

  .max-width-custom {
    max-width: 25rem;
  }

  .swiper-slide.is-offering, .swiper-slide.is-project {
    width: 100%;
  }

  .swiper-button-group.is-offering, .swiper-button-group.is-project {
    justify-content: flex-end;
    align-items: center;
  }
}

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

  h5 {
    line-height: .9;
  }

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

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

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

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

  .navbar1_logo-link.margin-left.margin-small {
    max-width: 12rem;
  }

  .navbar1_logo {
    max-width: 90%;
  }

  .section_header5.margin-bottom.margin-large {
    overflow: hidden;
  }

  .header5_content {
    border-radius: 20px;
  }

  .testimonial20_component {
    padding-bottom: 4rem;
  }

  .testimonial20_mask {
    width: 100%;
  }

  .testimonial20_content {
    border-radius: 20px;
  }

  .testimonial20_slide {
    padding-right: 2.1rem;
  }

  .header5_content_small {
    background-position: 100px -410px, 70% 80%;
    border-radius: 20px;
  }

  .section_testimonial20_content {
    border-radius: 20px;
  }

  .layout309_list {
    grid-template-columns: 1fr .35fr;
  }

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

  .section_layout309_div, .testimonial21_content {
    border-radius: 20px;
  }

  .getintouch_wrapper {
    background-position: -10%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-7 {
    font-size: 1.25rem;
    letter-spacing: -0.02em;
  }

  .arrow-bottom, .arrow-top {
    display: none;
  }

  .section_testimonial20_content-copy-copy {
    border-radius: 20px;
  }

  .max-width-custom1 {
    max-width: 18rem;
  }

  .layout309_arrow.is-01 {
    transform: scale(1.5)rotate(90deg);
  }

  .layout309_arrow.is-02 {
    transform: scale(1.5)rotate(90deg)rotate(0);
  }

  .layout309_arrow.is-03 {
    transform: scale(1.5)rotate(90deg)rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .contact-modal1_form {
    align-items: flex-start;
  }

  .footer5_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home2-logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer5_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home2-customers_list, .home2-features_component {
    grid-template-columns: 1fr;
  }

  .home2-logo_list {
    justify-content: center;
  }

  .home2-blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header5_content_2 {
    border-radius: 20px;
  }

  .layout69_component, .layout71_component, .layout65_component {
    grid-template-columns: 1fr;
  }

  .header8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .section_testimonial20_content_transparent, .section_testimonial20_content-copy, .testimonial21_content_offer, .testimonial21_content_offer_2, .testimonial21_content_offer_3, .testimonial20_content_blue {
    border-radius: 20px;
  }

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

  .header_heading {
    font-size: 3.3rem;
  }

  .header_fields_wrapper {
    flex-flow: column;
  }

  .details_heading {
    font-size: 2.5rem;
  }

  .detials_content {
    padding: 1.5rem;
  }

  .button-text-25 {
    font-size: .875rem;
  }
}

#w-node-_5ee4a4c0-4e04-395f-8e83-e192d263e6a4-26f3d189 {
  grid-area: Area;
}

#w-node-f8a2ad09-0724-f808-61e3-23de6f678f20-26f3d189 {
  grid-area: Area-7;
}

#w-node-ae73fc9c-3dd0-9040-975f-c1ba1dc5fc22-26f3d189 {
  grid-area: Area-2;
}

#w-node-ae73fc9c-3dd0-9040-975f-c1ba1dc5fc30-26f3d189 {
  grid-area: Area-3;
}

#w-node-ae73fc9c-3dd0-9040-975f-c1ba1dc5fc3e-26f3d189 {
  grid-area: Area-4;
}

#w-node-ae73fc9c-3dd0-9040-975f-c1ba1dc5fc4c-26f3d189 {
  grid-area: Area-5;
}

#w-node-_101e48b3-a11e-72cb-6f6e-8b493ca42f0b-26f3d189 {
  grid-area: Area-6;
}

#w-node-e4df41f5-9d93-354d-d35d-324e04e052c6-26f3d189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4df41f5-9d93-354d-d35d-324e04e052c2-26f3d189, #w-node-e4df41f5-9d93-354d-d35d-324e04e052ce-26f3d189, #w-node-_74d67cde-f647-dd43-2662-8db22d150207-26f3d189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4df41f5-9d93-354d-d35d-324e04e052d4-26f3d189, #w-node-_6a06b792-e15b-444a-84f8-22ff1ae39ec1-1ae39ebb {
  justify-self: start;
}

#w-node-_6a06b792-e15b-444a-84f8-22ff1ae39ece-1ae39ebb {
  justify-self: end;
}

#w-node-_74afd0d4-4f42-b860-d5b4-985cbbb8dadc-1ae39ebb {
  grid-area: Area;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-26f3d1a3 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-26f3d1a3 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-26f3d1a3, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-26f3d1a3, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-26f3d1a3, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-26f3d1a3, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-26f3d1a3, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-26f3d1a3 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-26f3d1a3 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-26f3d1a3 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-26f3d1a3, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-26f3d1a3, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-26f3d1a3 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-26f3d1a3, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-26f3d1a3, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-26f3d1a3 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-26f3d1a3, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-26f3d1a3, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-26f3d1a3 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-26f3d1a3, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-26f3d1a3, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-26f3d1a3 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-26f3d1a3, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-26f3d1a3, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-26f3d1a3 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-26f3d1a3, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-26f3d1a3, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-26f3d1a3 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-26f3d1a3, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-26f3d1a3, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-26f3d1a3 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-26f3d1a3, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-26f3d1a3, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-26f3d1a3 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-26f3d1a3, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-26f3d1a3 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-26f3d1a3 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-26f3d1a3 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-26f3d1a3, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-26f3d1a3, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-26f3d1a3, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-26f3d1a3, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-26f3d1a3, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-26f3d1a3, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-26f3d1a3 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-26f3d1a3, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-26f3d1a3, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-26f3d1a3 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-26f3d1a3, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-26f3d1a3, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-26f3d1a3 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-26f3d1a3, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-26f3d1a3, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-26f3d1a3 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-26f3d1a3, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-26f3d1a3, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-26f3d1a3 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-26f3d1a3, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-26f3d1a3, #w-node-ee961e8d-845a-edc3-3307-509470022457-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-26f3d1a3 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-26f3d1a3, #w-node-ee961e8d-845a-edc3-3307-50947002245b-26f3d1a3, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-26f3d1a3 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-26f3d1a3, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-26f3d1a3, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-26f3d1a3 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-26f3d1a3, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-26f3d1a3, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-26f3d1a3 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-26f3d1a3, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-26f3d1a3, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-26f3d1a3 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-26f3d1a3, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-26f3d1a3, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-26f3d1a3 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-26f3d1a3, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-26f3d1a3, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-26f3d1a3 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-26f3d1a3 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-26f3d1a3 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-26f3d1a3 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-26f3d1a3 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-26f3d1a3 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-26f3d1a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-26f3d1a3 {
  justify-self: start;
}

#w-node-ac9f0781-800b-bb8e-46e0-6ce9bb2ade21-557e319e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5ee4a4c0-4e04-395f-8e83-e192d263e6a4-26f3d189, #w-node-f8a2ad09-0724-f808-61e3-23de6f678f20-26f3d189, #w-node-_101e48b3-a11e-72cb-6f6e-8b493ca42f0b-26f3d189 {
    align-self: end;
  }

  #w-node-_6a06b792-e15b-444a-84f8-22ff1ae39ec1-1ae39ebb, #w-node-_6a06b792-e15b-444a-84f8-22ff1ae39ece-1ae39ebb {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ee4a4c0-4e04-395f-8e83-e192d263e6a4-26f3d189, #w-node-f8a2ad09-0724-f808-61e3-23de6f678f20-26f3d189 {
    align-self: center;
  }

  #w-node-_101e48b3-a11e-72cb-6f6e-8b493ca42f0b-26f3d189 {
    align-self: end;
  }

  #w-node-a63f9df7-43d3-d270-4960-60067907be96-1ae39ebb {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_101e48b3-a11e-72cb-6f6e-8b493ca42f0b-26f3d189 {
    align-self: center;
  }

  #w-node-_6a06b792-e15b-444a-84f8-22ff1ae39ec1-1ae39ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuehv';
  src: url('../fonts/HelveticaNeueHv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuelt';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuemed';
  src: url('../fonts/HelveticaNeueMed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueit';
  src: url('../fonts/HelveticaNeueIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
