@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: MATERIAL ICON;
  src: url('../fonts/MaterialIconsRound-Regular-4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MATERIALS ICON OUTLINED;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --neon-orange: #ff7200;
  --dark-grey: #2f2f2f;
  --link-color--link-primary: var(--neutral--black);
  --grey: #8c8984;
  --neutral--black: #333;
  --neutral-white: #ffeddf;
  --base-color-neutral--white: white;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-lightest: #eee;
  --border-color--border-primary: var(--neutral--black);
  --neon-blue: #00d6fa;
  --brown: #7d5e3e;
  --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: var(--neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--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);
  --orange-brown: #fab700;
  --mid-orange: #fab10c;
  --light-orange: #ff9f50;
  --gold: var(--neon-orange);
  --blue: #388da7;
  --base-color-neutral--neutral-dark: #444;
  --base-color-brand--white: var(--gold);
  --base-color-neutral--neutral-lighter: #ccc;
  --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);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.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(--neon-orange);
  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-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  display: block;
  overflow: visible;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  overflow: visible;
}

.container-large.no_padding {
  padding-top: 40px;
  overflow: visible;
}

.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;
  color: var(--neon-orange);
  background-color: #fff0;
  border-radius: 14px;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.max-width-large.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top.margin-medium {
  text-align: center;
  margin: 0;
}

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

.margin-top.margin-xxlarge {
  align-self: center;
  margin: 0 0 8rem;
  padding-left: 40px;
}

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

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

.margin-bottom.margin-xxlarge {
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

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

.margin-bottom.margin-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--neon-orange);
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-xsmall {
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.text-align-center {
  flex-flow: row;
}

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

.padding-bottom.padding-xxlarge {
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.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 {
  width: auto;
  color: var(--grey);
  -webkit-text-fill-color: transparent;
  background-color: #4b4949;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.body-text {
  color: var(--neutral--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.text-size-medium.light {
  color: var(--neutral-white);
}

.text-size-medium.text-orange.white {
  color: var(--base-color-neutral--white);
  background-color: #fff;
  font-weight: 300;
}

.text-size-medium.text-weight-semibold {
  background-color: #0000;
}

.text-size-medium.text-weight-normal {
  letter-spacing: normal;
  margin-top: 5px;
  font-size: 1.125rem;
}

.text-size-medium.shadow-small {
  -webkit-text-fill-color: transparent;
  background-color: #666;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-size-medium.text-color-black {
  background-color: #333;
}

.text-size-medium.text-color-black.shadow {
  text-shadow: 2px 1px 3px #0003;
}

.text-size-medium.text-color-alternate {
  background-color: #fff;
}

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

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

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

.heading-style-h2 {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-black {
  color: var(--dark-grey);
}

.heading-style-h2.text-color-secondary, .heading-style-h2.text-color-alternate {
  font-family: Open Sans, sans-serif;
}

.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 {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.text-color-white {
  color: var(--base-color-neutral--neutral-light);
}

.heading-style-h6.text-color-white.white {
  color: var(--base-color-neutral--neutral-lightest);
  text-shadow: -1px 4px 9px #000;
}

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

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

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

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

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

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

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

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

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

.heading-style-h5.text-color-secondary {
  font-family: Open Sans, sans-serif;
}

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

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

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

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

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

.button {
  border: 1px solid var(--neon-blue);
  background-color: var(--neon-orange);
  color: var(--neutral-white);
  text-align: center;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.button.is-link {
  color: var(--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(--neutral--black);
  background-color: #0000;
  font-weight: 400;
  display: none;
}

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

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

.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(--neutral--black);
}

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

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

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

.heading-style-h4 {
  color: #2f2f2f;
  letter-spacing: -1px;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.drak-brown {
  color: var(--base-color-neutral--white);
}

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

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

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

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

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

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

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

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

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

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

.text-size-regular {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.text-color-orange {
  font-family: Open Sans, sans-serif;
}

.text-size-regular.text-weight-semibold.text-color-orange {
  color: var(--neon-orange);
}

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

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

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

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

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

.heading-style-h3.text-color-orange {
  font-family: Open Sans, sans-serif;
}

.heading-style-h3.text-weight-medium {
  font-weight: 700;
}

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

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

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

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

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

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

.form_input.is-select-input {
  background-image: 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;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.text-color-orange {
  color: var(--neon-orange);
}

.text-color-orange.white-shadow {
  text-shadow: 3px -2px 11px #000;
  font-family: Open Sans, sans-serif;
}

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

.text-weight-semibold {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-weight-semibold.text-color-alternate {
  color: var(--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 {
  width: 1rem;
  height: 1rem;
  color: var(--neon-orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.background-color-black {
  background-color: var(--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;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-align-center.over-lay {
  background-image: linear-gradient(#0000002b, #0000002b);
  flex-flow: column;
  padding-left: 20px;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--neon-orange);
  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 {
  aspect-ratio: 1;
  width: 8rem;
  height: 8rem;
}

.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 {
  color: var(--neon-orange);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global.text-align-center {
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
}

.padding-section-medium {
  flex-flow: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-large {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.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(--neon-orange);
}

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

.navbar5_logo {
  width: 250px;
}

.navbar5_menu-dropdown {
  position: static;
}

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

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

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_blog-image-wrapper {
  width: 100%;
}

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

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: none;
}

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

.navbar5_menu-button {
  padding: 0;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.navbar5_menu {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

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

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

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

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

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

.navbar5_dropdown-background-layer {
  background-color: var(--base-color-neutral--neutral-lightest);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_menu-left {
  display: flex;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_link {
  color: var(--neon-orange);
  padding: 1.5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.text-weight-semibold.text-color-white {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.text-weight-semibold.text-color-black {
  color: #333;
}

.text-weight-semibold.text-color-orange {
  color: var(--neon-orange);
}

.section_home_1_hero-header {
  background-image: linear-gradient(0deg, #fff2e6, #fffbf8 10%, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home_1_hero-header_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home_1_hero-header_image-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.home_1_hero-header_image-wrapper.margin-small {
  flex-flow: column;
  width: 100%;
}

.home_1_hero-header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_1_hero-header_image {
  object-fit: cover;
  width: 700px;
  height: 360px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.home_2_feature_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.section_home_2_feature {
  display: none;
}

.home_2_feature_content {
  flex-flow: column;
  display: flex;
}

.home_2_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

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

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

.home_2_feature_image.seventy-five-percent {
  width: 75%;
  margin-left: 30px;
}

.home_3_feature_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.home_3_feature_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

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

.section_home_3_feature {
  font-family: Open Sans, sans-serif;
  display: none;
}

.home_4_feature_content {
  flex-flow: column;
  display: flex;
}

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

.home_4_feature_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.home_4_feature_image {
  width: 70%;
  height: 70%;
  display: block;
}

.section_home_4_feature {
  display: none;
}

.home_5_feature_image-wrapper {
  height: auto;
}

.home_5_feature_image {
  width: 100%;
  height: 100%;
  padding: 40px;
}

.section_home_5_feature {
  display: none;
}

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

.home_5_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

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

.home_6_feature_image.funnel {
  width: 100%;
  max-width: 70%;
  height: 100%;
  margin-left: 0;
  padding-left: 60px;
}

.section_home_6_feature {
  display: none;
}

.home_6_feature_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid;
}

.home_6_feature_content {
  margin-top: 0;
}

.home_6_feature_image-wrapper {
  object-fit: contain;
  margin-left: 50px;
}

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

.section_home_7_cta {
  background-color: #f5f5f5;
  display: block;
}

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

.home_8_testimonial_logo {
  max-height: 3.5rem;
}

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

.section_home_8_testimonial {
  font-family: Open Sans, sans-serif;
  display: flex;
}

.home_8_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.home_8_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 8rem;
  min-width: 4rem;
  height: 8rem;
  min-height: 4rem;
}

.home_9_award-logos-list_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;
}

.section_home_9_award-logos-list {
  display: none;
}

.home_9_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.home_9_award-logos-list_wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.home_9_award-logos-list_logo {
  max-height: 3.5rem;
}

.home_10_customer-logos-list_logo {
  width: 110px;
  height: auto;
  max-height: 120px;
  margin-bottom: 5px;
}

.home_10_customer-logos-list_logo.max-width-full {
  width: 150px;
}

.home_10_customer-logos-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_home_10_customer-logos-list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: relative;
  overflow: visible;
}

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

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

.home_12_how-it-works_item {
  text-align: center;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 420px;
  padding: 15px;
  display: flex;
}

.home_12_how-it-works_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_12_how-it-works_list {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.section_home_13_stats {
  background-color: #8c898400;
  position: relative;
}

.home_13_stats_number {
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(131deg, #fb7000, #fab10c);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_13_stats_item {
  border-left: 2px solid var(--base-color-neutral--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.home_13_stats_background-image-wrapper {
  z-index: -1;
  background-image: url('../images/Wibrantwebsitebenefits.webp');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.home_13_stats_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.home_13_stats_component {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4rem;
  background-color: #273d5000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  padding-left: 10px;
  display: flex;
}

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

.footer1_social-link.w--current {
  padding-top: .25rem;
}

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

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  grid-auto-flow: row dense;
  place-items: start;
  padding: 10px 0;
  display: grid;
}

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

.footer1_component {
  background-color: #fff5eb;
  display: block;
}

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

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

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

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

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

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

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

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

.heading {
  color: var(--dark-grey);
  letter-spacing: -2px;
  -webkit-text-stroke-color: var(--grey);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
}

.heading.text-color-orange {
  color: var(--neon-orange);
}

.paragraph {
  color: var(--grey);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.paragraph.text-align-center {
  color: var(--grey);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph.text-align-center.text-color-secondary {
  color: var(--dark-grey);
}

.paragraph.text-align-center.text-color-alternate {
  color: var(--neutral-white);
}

.heading-3 {
  background-image: linear-gradient(90deg, var(--neon-orange), var(--mid-orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
}

.heading-2 {
  background-image: linear-gradient(124deg, var(--neon-orange), var(--mid-orange));
  color: var(--orange-brown);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Open Sans, sans-serif;
}

.heading-2.text-color-black {
  color: var(--dark-grey);
}

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

.heading-4 {
  color: var(--neon-orange);
}

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

.button-2.is-secondary {
  color: var(--neutral--black);
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  border-color: var(--orange-brown);
  color: var(--base-color-neutral--white);
  background-color: #0000;
  display: none;
}

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

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

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

.text-size-medium-2 {
  width: auto;
  color: var(--grey);
  margin-top: 40px;
  margin-right: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-2.text-color-white {
  color: var(--neutral-white);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-size-medium-2.text-weight-bold {
  font-weight: 700;
}

.text-size-medium-2.mild-orange {
  color: var(--mid-orange);
}

.text-size-medium-2.text-color-secondary {
  color: var(--dark-grey);
}

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

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

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

.section_about-us_header {
  background-color: #0000;
  position: relative;
}

.padding-global-2 {
  flex-flow: row;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.padding-global-2.transform {
  flex-flow: row;
  height: 450px;
}

.padding-global-2.grey {
  background-color: #f1f1f1;
}

.about-us_about_image {
  object-fit: cover;
  width: 400px;
  height: 400px;
}

.about-us_about_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;
  width: 90%;
  display: grid;
}

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

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

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

.about-us_team_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.social-icon {
  border: 1px solid var(--mid-orange);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--border-color--border-primary);
}

.about-us_team_image-wrapper {
  border-radius: 100px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

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

.about-us_benefits_image {
  width: 100%;
  height: 100%;
}

.about-us_award-logos-list_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;
}

.section_about-us_award-logos-list {
  flex: 0 auto;
  order: 0;
  display: none;
  overflow: visible;
}

.about-us_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.about-us_award-logos-list_wrapper {
  background-color: var(--base-color-neutral--neutral-lightest);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.about-us_award-logos-list_logo, .about-us_client-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_client-logos-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.section_about-us_client-logos-list {
  display: none;
}

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

.section_about-us_partner-logos-list {
  display: none;
}

.about-us_partner-logos-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-us_partner-logos-list_content-left {
  flex-flow: row;
  max-width: 20rem;
  display: flex;
}

.about-us_partner-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_partner-logos-list_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.about-us_gallery_image-wrapper-large {
  width: 100%;
  display: inline-block;
  position: relative;
}

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

.about-us_gallery_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}

.about-us_gallery_component {
  column-count: 2;
  column-gap: 2rem;
}

.section_about-us_gallery {
  display: none;
}

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

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

.about-us_gallery_image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

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

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

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

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

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

.about-us_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

.section_about-us_cta {
  background-image: url('../images/PerformanceMarketingimage2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.about-us_testimonial_logo {
  max-height: 3rem;
}

.about-us_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  margin-right: 20px;
  display: flex;
}

.about-us_testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.about-us_testimonial_component.text-align-center {
  justify-content: center;
  align-items: stretch;
}

.about-us_testimonial_mask {
  width: 50%;
  overflow: visible;
}

.about-us_testimonial_divider {
  background-color: var(--neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.about-us_testimonial_rating-wrapper {
  display: flex;
}

.about-us_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.about-us_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.about-us_testimonial_slide {
  padding-right: 4rem;
}

.about-us_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

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

.about-us_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.about-us_testimonial_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: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.about-us_testimonial_arrow.is-left {
  right: 4rem;
}

.heading-5 {
  background-image: linear-gradient(113deg, var(--neon-orange), var(--orange-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
}

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

.button-3.is-secondary {
  border-color: var(--neon-orange);
  color: var(--neutral--black);
  background-color: #0000;
  border-radius: 10px;
  display: none;
}

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

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

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

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 0 auto;
  padding-right: 2rem;
  display: flex;
}

.button-3.is-link.is-icon.text-color-alternate {
  color: #fff;
}

.button-3.orange {
  background-color: var(--neon-orange);
}

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

.services_2_services_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 320px;
  height: 420px;
  padding: 15px;
  display: flex;
}

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

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

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

.services_4_feature_item {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.services_4_feature_item-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.services_5_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.services_5_feature_image, .services_6_feature_image {
  width: 100%;
  height: 100%;
}

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

.services_7_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.services_8_testimonial_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services_8_testimonial_logo {
  max-height: 3rem;
}

.services_8_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.services_8_testimonial_rating-wrapper {
  display: flex;
}

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

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

.services_8_testimonial_client-info {
  margin-bottom: 1rem;
}

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

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

.services_10_faq_question {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.services_10_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

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

.services_10_faq_answer {
  overflow: hidden;
}

.services_11_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

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

.services_11_ecommerce-product_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.services_12_pricing_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.services_12_pricing_divider {
  background-color: var(--neutral--black);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.section_services_12_pricing {
  display: none;
}

.services_12_pricing_content-top {
  flex-direction: column;
}

.services_12_pricing_plan {
  border: 1px solid var(--border-color--border-primary);
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.services_12_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: flex;
}

.services_12_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: none;
}

.services_12_pricing_tab-link {
  border: 1px solid var(--neutral--black);
  background-color: #0000;
  padding: .5rem 1.5rem;
}

.services_12_pricing_tab-link.w--current {
  background-color: var(--link-color--link-alternate);
  color: var(--dark-grey);
}

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

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

.services_12_pricing_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.services_12_pricing_feature {
  display: flex;
}

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

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

.services_13_cta-form_card {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

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

.services_13_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

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

.section_no-code-software-development_1_header {
  object-fit: cover;
  background-image: url('../images/SoftwareDevelopment.webp');
  background-position: 50% 20%;
  background-size: cover;
  height: auto;
}

.no-code-software-development_2_feature_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;
}

.no-code-software-development_2_feature_image {
  width: 100%;
  height: 120%;
}

.no-code-software-development_3_features-list_item {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(0deg, #fff 10% 58%);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 460px;
  padding: 15px;
  display: flex;
}

.no-code-software-development_3_features-list_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_no-code-software-development_3_features-list {
  background-color: #fa9900ba;
  background-image: linear-gradient(180deg, #fd9933, var(--light-orange));
}

.no-code-software-development_3_features-list_list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  font-family: Open Sans, sans-serif;
  display: grid;
}

.no-code-software-development_4_benefits_image {
  width: 90%;
  height: 70%;
}

.no-code-software-development_4_benefits_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;
}

.no-code-software-development_4_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_no-code-software-development_5_how-it-works {
  display: none;
}

.no-code-software-development_5_how-it-works_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.no-code-software-development_5_how-it-works_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px;
}

.no-code-software-development_5_how-it-works_item.text-align-center {
  width: 80%;
  padding: 0 10px;
}

.no-code-software-development_6_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.no-code-software-development_6_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.no-code-software-development_6_testimonial_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-code-software-development_6_testimonial_rating-wrapper {
  display: flex;
}

.no-code-software-development_6_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

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

.no-code-software-development_6_testimonial_logo {
  max-height: 3rem;
}

.section_no-code-software-development_6_testimonial {
  display: none;
}

.no-code-software-development_6_testimonial_divider {
  background-color: var(--neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.no-code-software-development_6_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section_no-code-software-development_7_cta {
  display: none;
}

.no-code-software-development_7_cta_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;
}

.no-code-software-development_8_faq_question {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.no-code-software-development_8_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.no-code-software-development_8_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.no-code-software-development_8_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.no-code-software-development_8_faq_answer {
  overflow: hidden;
}

.no-code-software-development_9_logo-list_logo {
  max-height: 3.5rem;
}

.no-code-software-development_9_logo-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.section_no-code-software-development_9_logo-list {
  flex: 0 auto;
  display: none;
}

.no-code-software-development_10_pricing_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.no-code-software-development_10_pricing_divider {
  background-color: var(--neutral--black);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.no-code-software-development_10_pricing_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_no-code-software-development_10_pricing {
  display: none;
}

.no-code-software-development_10_pricing_content-top {
  flex-direction: column;
}

.no-code-software-development_10_pricing_plan {
  border: 1px solid var(--border-color--border-primary);
  padding: 2rem;
}

.no-code-software-development_10_pricing_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.no-code-software-development_10_pricing_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.no-code-software-development_10_pricing_tab-link {
  border: 1px solid var(--neutral--black);
  background-color: #0000;
  padding: .5rem 1.5rem;
}

.no-code-software-development_10_pricing_tab-link.w--current {
  background-color: var(--neutral--black);
  color: var(--base-color-neutral--white);
}

.no-code-software-development_10_pricing_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.no-code-software-development_10_pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.no-code-software-development_10_pricing_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.no-code-software-development_10_pricing_feature {
  display: flex;
}

.no-code-software-development_11_cta_card {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #27272700;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  position: relative;
}

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

.image-overlay-layer-3.hide {
  display: none;
}

.no-code-software-development_11_cta_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #817e7e05;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-self: auto;
}

.section_no-code-software-development_11_cta {
  background-image: url('../images/Software-development-1_1.avif');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.no-code-software-development_11_cta_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.no-code-software-development_11_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_website-building-with-webflow-and-ai_1_header {
  width: auto;
  height: auto;
}

.website-building-with-webflow-and-ai_1_header_content-left {
  align-self: center;
  margin-left: 0;
}

.website-building-with-webflow-and-ai_1_header_content-right {
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-left: 0;
}

.website-building-with-webflow-and-ai_1_header_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: -74px;
  display: flex;
}

.website-building-with-webflow-and-ai_2_feature_image {
  width: 100%;
  height: 100%;
}

.website-building-with-webflow-and-ai_2_feature_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;
}

.website-building-with-webflow-and-ai_3_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  place-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.website-building-with-webflow-and-ai_3_feature_image {
  width: 100%;
  height: 100%;
}

.website-building-with-webflow-and-ai_3_feature_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;
}

.website-building-with-webflow-and-ai_4_how-it-works_item {
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 460px;
  padding: 20px;
  display: flex;
}

.website-building-with-webflow-and-ai_4_how-it-works_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.website-building-with-webflow-and-ai_4_how-it-works_list {
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.website-building-with-webflow-and-ai_5_benefits_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.website-building-with-webflow-and-ai_5_benefits_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;
}

.website-building-with-webflow-and-ai_6_testimonial_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.website-building-with-webflow-and-ai_6_testimonial_logo {
  max-height: 3rem;
}

.website-building-with-webflow-and-ai_6_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.website-building-with-webflow-and-ai_6_testimonial_rating-wrapper {
  display: flex;
}

.website-building-with-webflow-and-ai_6_testimonial_rating-icon {
  color: var(--neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.website-building-with-webflow-and-ai_6_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.website-building-with-webflow-and-ai_6_testimonial_client-info {
  margin-bottom: 1rem;
}

.website-building-with-webflow-and-ai_6_testimonial_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_website-building-with-webflow-and-ai_6_testimonial {
  display: none;
}

.website-building-with-webflow-and-ai_6_testimonial_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 40px;
  display: grid;
}

.website-building-with-webflow-and-ai_7_logo-list_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.section_website-building-with-webflow-and-ai_7_logo-list {
  display: none;
}

.website-building-with-webflow-and-ai_7_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.website-building-with-webflow-and-ai_7_logo-list_content-left {
  max-width: 20rem;
}

.website-building-with-webflow-and-ai_7_logo-list_logo {
  max-height: 3.5rem;
}

.website-building-with-webflow-and-ai_7_logo-list_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.website-building-with-webflow-and-ai_8_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.website-building-with-webflow-and-ai_8_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.website-building-with-webflow-and-ai_8_cta_content {
  flex: 1;
}

.website-building-with-webflow-and-ai_9_faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.website-building-with-webflow-and-ai_9_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.website-building-with-webflow-and-ai_9_faq_answer {
  overflow: hidden;
}

.website-building-with-webflow-and-ai_9_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.website-building-with-webflow-and-ai_9_faq_list {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.website-building-with-webflow-and-ai_9_faq_question {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.website-building-with-webflow-and-ai_10_cta_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_website-building-with-webflow-and-ai_10_cta {
  background-image: radial-gradient(circle, #0009, #fff0), url('../images/thumbsup.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.website-building-with-webflow-and-ai_10_cta_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.blog_featured-blog-list-header_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog_featured-blog-list-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog_featured-blog-list-header_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_featured-blog-list-header_category-link.w--current {
  border-bottom: 2px solid var(--neutral--black);
}

.blog_featured-blog-list-header_date-wrapper {
  align-items: center;
  display: flex;
}

.blog_featured-blog-list-header_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog_featured-blog-list-header_menu-link.w--current {
  border-color: var(--neutral--black);
}

.blog_featured-blog-list-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog_featured-blog-list-header_author-image-wrapper {
  margin-right: 1rem;
}

.blog_featured-blog-list-header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog_featured-blog-list-header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog_featured-blog-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog_featured-blog-list-header_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog_featured-blog-list-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_featured-blog-list-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

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

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

.blog_list_image-link {
  width: 100%;
}

.blog_list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

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

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

.blog_list_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog_list_category-link.w--current {
  border-bottom: 2px solid var(--neutral--black);
}

.blog_list_meta-wrapper {
  margin-bottom: 1rem;
}

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

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

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

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

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

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

.blog_testimonial_logo {
  max-height: 3rem;
}

.blog_testimonial_divider {
  background-color: var(--neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.blog_testimonial_rating-wrapper {
  display: flex;
}

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

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

.blog_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.blog_cta_card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  display: grid;
}

.blog_cta_content {
  flex: 1;
}

.blog_newsletter_card {
  border: 1px solid var(--border-color--border-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

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

.blog_newsletter_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.section_blog_cta-form {
  position: relative;
}

.blog_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-post_header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.blog-post_header_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post_header_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post_header_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post_header_content-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post_header_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post_header_category-link.w--current {
  border-bottom: 2px solid var(--neutral--black);
}

.blog-post_header_image {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.blog-post_body_link-wrapper {
  overflow: hidden;
}

.blog-post_body_link-wrapper.is-h3, .blog-post_body_link-wrapper.is-h4, .blog-post_body_link-wrapper.is-h5, .blog-post_body_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content-27-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.blog-post_body_h-trigger {
  display: none;
}

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

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

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

.blog-post_body_link.w--current {
  background-color: var(--base-color-neutral--neutral-lightest);
  font-weight: 600;
}

.blog-post_body_link.is-h3.w--current, .blog-post_body_link.is-h4.w--current, .blog-post_body_link.is-h5, .blog-post_body_link.is-h6.w--current {
  background-color: #0000;
}

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

.blog-post_body_sidebar-heading {
  font-size: 1.5rem;
}

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

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

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

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

.blog-post_body_instructions-list {
  padding-left: 1.25rem;
}

.blog-post_body_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon_1.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.rl-styleguide_label_green {
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

.blog-post_newsletter_image {
  width: 100%;
  height: 100%;
}

.blog-post_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.blog-post_testimonial_divider {
  background-color: var(--neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.blog-post_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

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

.blog-post_testimonial_logo {
  max-height: 3rem;
}

.blog-post_testimonial_rating-wrapper {
  display: flex;
}

.blog-post_testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-post_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

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

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

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

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

.blog-post_faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_blog-post_cta {
  position: relative;
}

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

.blog-post_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-post_logo-list_content-left {
  max-width: 20rem;
}

.blog-post_logo-list_logo {
  max-height: 3.5rem;
}

.blog-post_logo-list_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.blog-post_reviews_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_reviews_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.blog-post_reviews_rating-wrapper {
  display: flex;
}

.blog-post_reviews_client-image-wrapper {
  margin-right: 1.25rem;
}

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

.blog-post_reviews_logo {
  max-height: 3rem;
}

.blog-post_reviews_divider {
  background-color: var(--neutral--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.blog-post_reviews_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header9_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 100svh;
  display: flex;
}

.section_header9 {
  flex: 0 auto;
}

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

.header9_image-wrapper {
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.header9_background-image {
  object-fit: cover;
  flex: 0 auto;
  align-self: auto;
  width: 70%;
  height: 70vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.header9_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.div-block-2 {
  width: 250px;
  display: flex;
}

.div-block-3 {
  z-index: auto;
  position: relative;
}

.heading-6 {
  width: 250px;
  font-family: Open Sans, sans-serif;
}

.image {
  object-fit: cover;
  width: 800px;
  height: 400px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-7 {
  color: var(--dark-grey);
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.heading-7.text-color-orange {
  color: var(--neon-orange);
}

.website {
  height: 70%;
}

.div-block-5 {
  position: relative;
}

.section_no-code-software-development_12_cta {
  background-image: url('../images/Softwaredevelopment1.webp');
  background-position: 50%;
  background-size: auto;
}

.text-block {
  font-family: "Fa Brands 400", sans-serif;
}

.fonticon {
  color: var(--neon-orange);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 3rem;
  display: block;
}

.text-holder-div {
  display: flex;
}

.text-block-2 {
  color: var(--neon-orange);
}

.heading-8 {
  background-image: linear-gradient(135deg, var(--neon-orange), var(--orange-brown));
  color: var(--dark-grey);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 800;
}

.heading-9, .heading-10 {
  color: var(--dark-grey);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.paragraph-2 {
  color: var(--grey);
  font-weight: 400;
}

.paragraph-3 {
  color: var(--grey);
}

.max-width-large-2 {
  flex-flow: column;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.button-4 {
  color: #111;
  text-align: center;
  background-color: #f7a303;
  border: 1px solid #f7a303;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  color: #027a48;
  background-color: #0000;
  border-color: #027a48;
}

.home_job-listings_list-wrapper {
  overflow: hidden;
}

.text-weight-semibold {
  color: #913313;
  font-weight: 600;
}

.home_job-listings_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.padding-global-3 {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.home_job-listings_item {
  border: 1px solid #f7a303;
  padding: 2rem;
}

.home_job-listings_accordion {
  border-bottom: 1px solid #f7a303;
}

.heading-style-h5-2 {
  color: #913313;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-2.rotate {
  transform: rotate(0);
}

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

.text-size-medium-3 {
  color: #332e2c;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium-3.text-weight-semibold {
  font-weight: 700;
}

.text-size-medium-3.text-weight-normal {
  font-weight: 400;
}

.text-size-medium-3.text-weight-normal.text-color-orange {
  color: var(--gold);
}

.text-size-medium-3.text-weight-bold {
  font-weight: 700;
}

.text-size-medium-3.text-weight-bold.text-color-orange {
  color: var(--neon-orange);
}

.padding-section-large-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 0;
  display: flex;
}

.home_job-listings_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.heading-style-h4-2 {
  color: #913313;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4-2.text-weight-semibold {
  font-weight: 600;
}

.home_job-listings_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.home_job-listings_list {
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.about_us-career_opening_list {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  border: 1px #0000;
  grid-template: "."
                 "Area"
                 "Area-2"
                 "Area-3"
                 "Area-4"
                 / .5fr 1fr;
  grid-auto-flow: row;
  height: auto;
}

.site-wrapper {
  object-fit: cover;
  background-color: #0000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.about_us_careers-opening-item {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: 100%;
  color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  display: grid;
}

.about_us_career-opening_list-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-11 {
  color: #fd8000;
  text-align: right;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  display: flex;
}

.section_about_us_careers {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 100px;
  display: flex;
}

.n {
  width: 100%;
}

.heading_11 {
  text-align: left;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.career-text-small {
  color: var(--grey);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.about_us_career-opening_item_line {
  background-color: #fff;
  border-left: 10px solid #fd8000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px;
  display: flex;
  overflow: visible;
}

.section_about-us_careers {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 70px;
  height: 70px;
  padding: 5px;
}

.div-block-25 {
  outline-offset: 0px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  outline: 3px solid #555;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.card {
  background-color: #464444;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 10px;
  display: flex;
}

.marque-div {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.body-text {
  color: #d3d3d3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.body-text.small {
  color: #afaeae;
  height: 100%;
  margin-top: 40px;
  font-size: 14px;
}

.body-text.small.bottom {
  border-left: 1px solid #c08dff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.body-text.small.client {
  color: #ffffffd9;
  border-bottom: 1px solid #c08dff;
  border-left: 1px solid #c08dff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.infinity-client-scroll {
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.client-div {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #c08dff;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.marque-wraper {
  width: 200%;
  display: flex;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-28 {
  outline-offset: 0px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  outline: 3px solid #555;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.dummy-text {
  color: var(--orange-brown);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: visible;
  transform: translate3d(0, 0, 5px);
}

.dummy-text.text-weight-semibold {
  color: var(--blue);
  white-space: nowrap;
  word-break: normal;
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
}

.ribbon-div {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 110%;
  height: 50px;
  margin-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
  transform: rotate(6deg);
  box-shadow: inset 0 2px 8px 2px #0003;
}

.ribbon-div-2 {
  background-color: #fff;
  background-image: linear-gradient(#0000001a, #fff 24% 78%, #0000001a);
  border: 1px #00000029;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
  transform: rotate(-8deg);
}

.ribbon-div-3 {
  background-color: #eaeaea;
  background-image: linear-gradient(#0000001a, #fff 23% 81%, #0000001f 99%);
  border: 1px solid #00000026;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 110%;
  height: 50px;
  display: block;
  position: static;
  overflow: visible;
  transform: rotate(12deg);
}

.dummy-text-2 {
  color: var(--orange-brown);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: visible;
  transform: translate3d(0, 0, 5px);
}

.dummy-text-2.text-weight-semibold {
  color: var(--neon-orange);
  white-space: nowrap;
  word-break: normal;
  margin-right: 20px;
  font-weight: 600;
}

.homes_10_customer_logo_list_wrapper {
  background-color: #f8f8f9;
  border: 3px solid #e8e9eb;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 170px;
  padding: 10px;
  display: flex;
}

.text-block-3 {
  display: flex;
}

.dummy-text-3 {
  color: var(--brown);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 10px;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  position: static;
  overflow: visible;
  transform: translate3d(0, 0, 5px);
}

.dummy-text-3.text-weight-semibold {
  color: var(--brown);
  white-space: nowrap;
  word-break: normal;
  margin-right: 20px;
  font-weight: 600;
}

.home_10_customers_logo_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.div-block-29 {
  height: 120px;
}

.lottie-animation {
  width: 100%;
  height: 100vh;
}

.addon-section {
  height: 100vh;
}

.contact_us_1_contact_form_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.contact_us_1_contact_form_image {
  border-radius: 15px;
  width: 100%;
}

.tab-header {
  background-color: #fff;
  border: 1px solid #e8e9eb;
  border-radius: 1px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  max-height: 70px;
  display: flex;
}

.tab-header.w--current {
  width: 100%;
  max-width: 100%;
  height: 70px;
  color: var(--dark-grey);
  background-color: #fff;
  border: 1px solid #e8e9eb;
  align-items: center;
  display: flex;
}

.tab-link-tab-2, .tab-link-tab-3 {
  background-color: #fff;
  border: 1px solid #e8e9eb;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.text-block-4, .heading-12, .heading-13 {
  color: var(--dark-grey);
}

.tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6 {
  background-color: #fff;
  border: 1px solid #e8e9eb;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.tab-link-tab-6.w--current {
  align-items: center;
  height: 70px;
  max-height: 70px;
  display: flex;
}

.tabs-menu {
  flex-flow: wrap;
  width: 60%;
  display: flex;
}

.tabs {
  flex-flow: row;
  width: 100%;
  display: flex;
  transform: rotate(0);
}

.tab-pane-tab-1 {
  width: 100%;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-6 {
  width: 70%;
}

.tab-pane-tab-2 {
  background-color: #fff;
}

.tabs-content {
  width: 50%;
}

.tab_timeline_bar {
  background-color: #fd8000;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.accordion-heading {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 100px;
}

.tab {
  width: 100%;
  height: 100vh;
  color: var(--background-color--background-alternate);
  flex: 0 auto;
  display: flex;
  position: relative;
}

.tab_link {
  border-right: 2px solid #000;
  padding: 2rem;
}

.tab_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab_content.active {
  border-right: 2px solid #000;
  width: 100%;
}

.tab_link1 {
  background-color: #f2f2f2;
  border-right: 2px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2rem;
  transition: background-color .4s;
  display: flex;
}

.tab_link1.active {
  background-color: #bebebe;
}

.div-block-31 {
  width: 30rem;
  min-width: 30rem;
}

.tab_contain_wrap {
  background-color: #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.accordion-pane {
  background-color: #f2f2f2;
  border: 2px solid #fec080;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  height: 650px;
  padding: 50px 100px;
  display: flex;
  position: sticky;
  bottom: 100px;
}

.accordion-pane.panel2 {
  z-index: 2;
  background-color: #fff2e6;
  border-color: #fec080;
  width: 1000px;
  height: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.accordion-pane.panel3 {
  z-index: 1;
  width: 1000px;
  height: 800px;
  color: var(--neon-orange);
  background-color: #f2fdff;
  border-color: #708090;
}

.accordion-pane.panel1 {
  z-index: 3;
  justify-content: center;
  width: 1000px;
  height: 800px;
  position: relative;
  bottom: auto;
}

.section_home_features_tab {
  background-color: #292929;
}

.accordion_wrapper {
  min-height: 100%;
  position: relative;
}

.accordion_pane {
  z-index: 1;
  width: 1200px;
  height: 550px;
  min-height: 100%;
  color: var(--neon-orange);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 72px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.accordion_pane.pane_1 {
  z-index: auto;
  background-color: #fae3de;
  border-color: #666;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  display: none;
  position: sticky;
  bottom: 0;
}

.accordion_pane.pane_2 {
  z-index: 2;
  height: 600px;
  color: var(--neutral-white);
  background-color: #ffd54f;
  border-color: #666;
  align-items: stretch;
  position: static;
  top: 0;
  bottom: 0;
}

.accordion_pane.pane_3 {
  z-index: 1;
  height: 600px;
  color: var(--neutral-white);
  background-color: #dfe0df;
  border: 2px solid #666;
  justify-content: center;
  align-items: stretch;
  position: static;
  top: -140px;
  bottom: -480px;
}

.accordion_pane.pane_4 {
  z-index: 1;
  background-color: #c4fcf1;
  border-color: #666;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  position: static;
  top: 72px;
  bottom: -550px;
}

.accordion_pane.pane_5 {
  z-index: 1;
  background-color: #fff;
  border-color: #666;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  position: static;
  top: 350px;
  bottom: -350px;
}

.flex_expand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start;
  display: flex;
}

.flex_space {
  flex: none;
  width: 104px;
  height: 40px;
}

.width_100 {
  object-fit: contain;
  width: 360px;
  height: 360px;
}

.accordion_number {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 10px 72px;
}

.accordian-sticky-section {
  background-color: #fff7f7;
  height: 100vh;
}

.accordian-sticky-section-3 {
  background-color: #e9e7e7;
  height: 100vh;
}

.accordian-wrapper {
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  padding: 60px;
  display: flex;
}

.accordian-pane {
  z-index: 3;
  flex: 1;
  padding-top: 60px;
  display: flex;
  position: sticky;
  bottom: 72px;
}

.accordian-pane.one {
  z-index: 1;
  background-color: #fdd;
  padding: 60px;
  position: sticky;
  bottom: 0;
}

.accordian-pane.two {
  z-index: 2;
  background-color: var(--neon-blue);
  padding: 60px;
}

.accordian-pane.three {
  z-index: 3;
  background-color: #554e4e;
  padding: 60px;
}

.flex-expand {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  flex: 1;
}

.accordion-pane-2 {
  background-color: #68a98e;
  border-radius: 24px;
  flex-flow: row;
  padding: 72px;
  display: flex;
  position: sticky;
  bottom: 220px;
}

.accordion-pane-2.pane1 {
  z-index: 3;
}

.accordion-pane-2.pane2 {
  z-index: 2;
  color: #fff;
  background-color: #0069fc;
}

.accordion-pane-2.pane3 {
  z-index: 1;
  background-color: #68e9ff;
}

.flex-spacer {
  flex: none;
  width: 104px;
  height: 40px;
}

.accordion_pane_content {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.heading-14 {
  color: #333;
}

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

.section_no-code_software_horizontal-scroll {
  background-color: #0000;
}

.no-code-software_horizontal_scroll {
  height: 400vw;
}

.horizontal_scrolling_view {
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal_scrolling_view_frame {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.horizontal_scrolling_view_frame_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  flex-flow: row;
  flex: none;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px;
  display: flex;
}

.horizontal_scrollingimage {
  object-fit: cover;
  width: 360px;
  height: 300px;
  overflow: hidden;
}

.icon-1x1-regular1 {
  color: var(--dark-grey);
  font-family: MATERIALS ICON OUTLINED, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.icon-1x1-regular1.text-color-alternate {
  color: var(--neutral-white);
}

.icon-1x1-regular1.text-color-orange {
  color: var(--neon-orange);
  flex: 0 auto;
}

.section_home_5pillars-of-digital-transformation {
  background-color: #0000;
}

.logo-text-wrapper {
  overflow: visible;
}

.icon-1x1-regular1-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.icon-1x1-regular1-wrapper.margin-small.background-color-black {
  background-color: var(--background-color--background-alternate);
}

.icon-1x1-regular1-wrapper.margin-medium {
  background-color: #e8e9eb;
}

.icon-1x1-regular1-wrapper.margin-xsmall {
  width: 100%;
}

.icon-1x1-medium1 {
  color: var(--dark-grey);
  font-family: MATERIALS ICON OUTLINED, sans-serif;
  font-size: 3rem;
}

.icon-1x1-medium1.text-color-orange {
  color: var(--neon-orange);
}

.icon-1x1-medium1.text-color-alternate {
  color: var(--neutral-white);
}

.icon-1x1-medium1-wrapper {
  background-color: var(--background-color--background-alternate);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.icon-1x1-medium1-wrapper.margin-medium {
  background-color: var(--neon-orange);
}

.image-8 {
  width: 90%;
  height: 580px;
}

.website-building-with-webflow-and-ai-header-component1 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: absolute;
}

.website-building-with-webflow-and-ai-header-component-right-image {
  width: 500px;
  height: 450px;
  display: inline-block;
}

.website-building-with-webflow-and-ai-header-component-wrapper {
  position: relative;
}

.website-building-with-webflow-and-ai-header-component2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.image-9 {
  width: 4rem;
}

.background-video {
  width: 80%;
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.horizontal-scrolling-outline {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 1px solid #bebebe;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 900px;
  height: 520px;
  padding: 20px;
  display: grid;
}

.horizontal-scrolling-outline.background-color-black {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 900px;
  height: 520px;
  padding: 10px 20px;
}

.text-field {
  border-radius: 5px;
}

.text-field-2 {
  border-radius: 10px;
}

.text-field-3 {
  border-radius: 8px;
  width: 300px;
  height: 40px;
}

.text-gradient-div {
  background-image: linear-gradient(#ffffff69 100%, #fff 100%, #ffffff45);
  border-radius: 15px;
  padding: 40px;
}

.accordion-wrapper {
  margin-top: 60px;
  padding-top: 144px;
}

.accordion_panel {
  background-color: #333;
  border-radius: 15px;
  align-items: center;
  height: 460px;
  padding: 60px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.accordion_panel.panel2 {
  z-index: 4;
  background-color: #4b4b4b;
  justify-content: flex-start;
  align-items: center;
  height: 460px;
  margin-top: -180px;
  margin-bottom: 120px;
  bottom: 180px;
}

.accordion_panel.panel3 {
  z-index: 3;
  background-color: #595959;
  margin-top: -120px;
  margin-bottom: 60px;
  bottom: 120px;
}

.accordion_panel.pane1 {
  z-index: 5;
  height: 460px;
  margin-top: -230px;
  margin-bottom: 180px;
  top: auto;
  bottom: 240px;
}

.accordion_panel.panel4 {
  z-index: 2;
  background-color: #696969;
  margin-top: -60px;
  bottom: 60px;
}

.accordion_panel.panel5 {
  z-index: 1;
  background-color: #7a7a7a;
  justify-content: flex-start;
  bottom: 0;
}

.flex_expand1 {
  flex: 1;
}

.flex_space1 {
  flex: none;
  width: 104px;
  height: 40px;
}

.image-10 {
  object-fit: contain;
  width: 400px;
  height: 400px;
}

.accordion-image {
  object-fit: contain;
  width: 300px;
  height: 280px;
}

.accordion_number1 {
  color: var(--mid-orange);
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  inset: auto auto 3% 5%;
}

.accordion-number-1 {
  color: var(--neutral-white);
}

.track {
  height: 400vw;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 60px 100px;
  display: flex;
}

.horizontal-item {
  width: 700px;
  height: 500px;
}

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

.div-block-84 {
  width: 100%;
}

.heading-15 {
  color: #a0a0a0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: flex;
}

.heading-15.black {
  color: #333;
  justify-content: flex-start;
  margin-top: 40px;
}

.privacy-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.privacy-sub-heading {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.privacy-text {
  color: #777;
  line-height: 18px;
  display: block;
}

.legal-privacy-policy-component {
  width: 100%;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #a0a0a0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: flex;
}

.heading-16.black {
  color: #333;
  justify-content: flex-start;
  margin-top: 40px;
}

.icon-1x1-small1 {
  margin-right: 10px;
  font-family: MATERIALS ICON OUTLINED, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

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

.heading2_thin {
  color: var(--dark-grey);
  margin-left: 10px;
  font-weight: 200;
}

.heading2_thin.big {
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
}

.google_maps_div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 460px;
  padding: 20px;
  display: grid;
}

.map {
  width: 50%;
}

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

.body {
  font-family: Open Sans, sans-serif;
}

.ribbon_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.ribbon_wrap.no_padding {
  padding-top: 40px;
}

.wrapper_ribbon {
  width: auto;
  max-width: 80rem;
  overflow: visible;
}

.section_infinite_marquee {
  perspective: 100px;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.marquee_inner_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-top: 2px #e8e9eb;
  border-bottom: 2px #e8e9eb;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 40px;
  display: flex;
}

.marquee_text {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
}

.marquee_text.brown_text {
  color: var(--brown);
  font-size: 1.35rem;
}

.marquee_text.blue {
  color: var(--blue);
  font-size: 1.35rem;
}

.marquee_wrapper1 {
  perspective: 1000px;
  background-color: #f7f7f7;
  height: 50px;
  display: flex;
  transform: rotate(6deg);
  box-shadow: inset 2px 0 5px 2px #0000001a, inset 0 2px 5px 2px #0003;
}

.marquee_wrapper2 {
  background-color: #fff8f2;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
  transform: rotate(-8deg);
  box-shadow: inset 2px 0 5px 2px #0000001c, inset 0 2px 5px 2px #0000001a;
}

.marquee_wrapper3 {
  background-color: #fbfffd;
  height: 50px;
  display: flex;
  transform: rotate(12deg);
  box-shadow: inset 2px 0 5px 2px #0000001a, inset 0 2px 5px 2px #0000001f;
}

.marquee_inner_container3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-top: 2px #e8e9eb;
  border-bottom: 2px #e8e9eb;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 40px;
  display: flex;
}

.marquee_wrapper {
  padding-bottom: 220px;
  display: block;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.section-5 {
  height: 400px;
  display: none;
}

.eye-lid-top {
  background-color: #0f0000;
  width: 100%;
  height: 200px;
}

.eye-lid-bottom {
  background-color: #080000;
  width: 100%;
  height: 200px;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-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: 3.25rem;
  }

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

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

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

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

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

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

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

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

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-list, .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

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

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

  .navbar5_blog-item {
    width: 100%;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .home_1_hero-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_2_feature_component, .home_3_feature_component, .home_4_feature_component, .home_5_feature_component, .home_6_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_7_cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .home_12_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .home_13_stats_number {
    font-size: 4rem;
  }

  .home_13_stats_item-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .about-us_team_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .about-us_award-logos-list_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_partner-logos-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us_partner-logos-list_content-left {
    max-width: 16rem;
  }

  .about-us_partner-logos-list_component {
    grid-column-gap: 3rem;
  }

  .about-us_testimonial_component {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us_testimonial_mask {
    width: 100%;
  }

  .about-us_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .services_2_services_list {
    grid-column-gap: 2rem;
  }

  .services_3_feature_component, .services_4_feature_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .services_6_feature_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .services_8_testimonial_component {
    grid-column-gap: 2rem;
  }

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

  .services_13_cta-form_card {
    padding: 3rem;
  }

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

  .no-code-software-development_3_features-list_list {
    grid-column-gap: 2rem;
  }

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

  .no-code-software-development_5_how-it-works_component {
    grid-column-gap: 2rem;
  }

  .no-code-software-development_5_how-it-works_item.text-align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .no-code-software-development_6_testimonial_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .no-code-software-development_7_cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .no-code-software-development_11_cta_card {
    padding: 3rem;
  }

  .website-building-with-webflow-and-ai_1_header_component, .website-building-with-webflow-and-ai_2_feature_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .website-building-with-webflow-and-ai_3_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .website-building-with-webflow-and-ai_4_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .website-building-with-webflow-and-ai_5_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .website-building-with-webflow-and-ai_6_testimonial_component {
    grid-column-gap: 2rem;
  }

  .website-building-with-webflow-and-ai_7_logo-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .website-building-with-webflow-and-ai_7_logo-list_content-left {
    max-width: 16rem;
  }

  .website-building-with-webflow-and-ai_7_logo-list_component, .website-building-with-webflow-and-ai_8_cta_component {
    grid-column-gap: 3rem;
  }

  .website-building-with-webflow-and-ai_8_cta_button-row {
    flex: none;
  }

  .website-building-with-webflow-and-ai_8_cta_content {
    margin-right: 3rem;
  }

  .website-building-with-webflow-and-ai_9_faq_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .blog_featured-blog-list-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog_list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

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

  .blog_cta_button-row {
    flex: none;
  }

  .blog_cta_card {
    grid-column-gap: 3rem;
    padding: 2rem;
  }

  .blog_cta_content {
    margin-right: 3rem;
  }

  .blog_newsletter_card {
    padding: 3rem;
  }

  .blog-post_header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post_body_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post_body_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--border-color--border-primary);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .blog-post_body_accordion-icon {
    display: flex;
  }

  .blog-post_body_sidebar-heading-text {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .blog-post_body_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .blog-post_newsletter_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-post_logo-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-post_logo-list_content-left {
    max-width: 16rem;
  }

  .blog-post_logo-list_component {
    grid-column-gap: 3rem;
  }

  .blog-post_reviews_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .header9_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

  .no-code-software_horizontal_scroll {
    flex-flow: column;
    height: 80vw;
    display: flex;
  }

  .horizontal_scrolling_view {
    width: 100vw;
    height: auto;
  }

  .horizontal_scrolling_view_frame {
    flex-flow: column;
    flex: 0 auto;
  }

  .horizontal_scrolling_view_frame_item {
    height: 90vh;
  }

  .horizontal-scrolling-outline.background-color-black {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium {
    text-align: left;
  }

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

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

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .home_1_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home_2_feature_component, .home_3_feature_component, .home_4_feature_component, .home_5_feature_component, .home_6_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_7_cta_component {
    grid-row-gap: 3rem;
  }

  .home_9_award-logos-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_9_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home_9_award-logos-list_logo, .home_10_customer-logos-list_logo {
    max-height: 3rem;
  }

  .home_10_customer-logos-list_component {
    padding-top: 1rem;
  }

  .home_11_benefits_component, .home_12_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_13_stats_number {
    font-size: 3.5rem;
  }

  .home_13_stats_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .about-us_about_component, .about-us_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_team_image-wrapper {
    height: 100%;
  }

  .about-us_benefits_component, .about-us_award-logos-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us_award-logos-list_logo, .about-us_client-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_client-logos-list_component {
    padding-top: 1rem;
  }

  .about-us_partner-logos-list_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .about-us_partner-logos-list_wrapper {
    padding: .75rem 1rem;
  }

  .about-us_partner-logos-list_content-left {
    max-width: none;
  }

  .about-us_partner-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_partner-logos-list_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-us_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .about-us_gallery_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .about-us_faq_icon-wrapper {
    width: 1.75rem;
  }

  .about-us_faq_question {
    padding: 1rem 1.25rem;
  }

  .about-us_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .about-us_testimonial_component {
    padding-bottom: 5rem;
  }

  .about-us_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .about-us_testimonial_divider {
    display: none;
  }

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

  .about-us_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-us_testimonial_arrow.is-left {
    right: 3.5rem;
  }

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

  .services_3_feature_component, .services_4_feature_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .services_6_feature_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .services_10_faq_icon-wrapper {
    width: 1.75rem;
  }

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

  .services_12_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .services_13_cta-form_card {
    padding: 2rem;
  }

  .services_13_cta-form_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .no-code-software-development_2_feature_component, .no-code-software-development_3_features-list_list, .no-code-software-development_4_benefits_component, .no-code-software-development_5_how-it-works_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .no-code-software-development_6_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .no-code-software-development_6_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .no-code-software-development_6_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .no-code-software-development_6_testimonial_divider {
    display: none;
  }

  .no-code-software-development_6_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .no-code-software-development_7_cta_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .no-code-software-development_8_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .no-code-software-development_8_faq_icon-wrapper {
    width: 1.75rem;
  }

  .no-code-software-development_9_logo-list_logo {
    max-height: 3rem;
  }

  .no-code-software-development_9_logo-list_component {
    padding-top: 1rem;
  }

  .no-code-software-development_10_pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .no-code-software-development_10_pricing_plans {
    grid-template-columns: 1fr;
  }

  .no-code-software-development_11_cta_card {
    padding: 2rem;
  }

  .no-code-software-development_11_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .website-building-with-webflow-and-ai_1_header_component, .website-building-with-webflow-and-ai_2_feature_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_3_feature_component, .website-building-with-webflow-and-ai_4_how-it-works_list, .website-building-with-webflow-and-ai_5_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_6_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .website-building-with-webflow-and-ai_6_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .website-building-with-webflow-and-ai_6_testimonial_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_7_logo-list_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .website-building-with-webflow-and-ai_7_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .website-building-with-webflow-and-ai_7_logo-list_content-left {
    max-width: none;
  }

  .website-building-with-webflow-and-ai_7_logo-list_logo {
    max-height: 3rem;
  }

  .website-building-with-webflow-and-ai_7_logo-list_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .website-building-with-webflow-and-ai_8_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .website-building-with-webflow-and-ai_8_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .website-building-with-webflow-and-ai_8_cta_content {
    margin-right: 0;
  }

  .website-building-with-webflow-and-ai_9_faq_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_9_faq_icon-wrapper {
    width: 1.75rem;
  }

  .website-building-with-webflow-and-ai_9_faq_list.first-col {
    border-bottom-style: none;
  }

  .website-building-with-webflow-and-ai_9_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog_featured-blog-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-blog-list-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog_featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog_featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog_list_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .blog_list_image-wrapper {
    height: 100%;
  }

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

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

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

  .blog_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

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

  .blog_cta_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog_cta_content {
    margin-right: 0;
  }

  .blog_newsletter_card {
    padding: 2rem;
  }

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

  .blog_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog_faq_icon-wrappper {
    width: 1.75rem;
  }

  .blog_faq_question {
    padding: 1rem 1.25rem;
  }

  .blog-post_header_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post_header_content-bottom {
    flex-direction: column;
  }

  .blog-post_header_author-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post_body_sidebar-heading-text {
    font-size: 1rem;
  }

  .blog-post_newsletter_component {
    grid-row-gap: 3rem;
  }

  .blog-post_testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .blog-post_testimonial_divider {
    display: none;
  }

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

  .blog-post_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .blog-post_faq_icon-wrapper {
    width: 1.75rem;
  }

  .blog-post_faq_question {
    padding: 1rem 1.25rem;
  }

  .blog-post_faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post_logo-list_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .blog-post_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .blog-post_logo-list_content-left {
    max-width: none;
  }

  .blog-post_logo-list_logo {
    max-height: 3rem;
  }

  .blog-post_logo-list_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .blog-post_reviews_divider {
    display: none;
  }

  .blog-post_reviews_client-info {
    margin-bottom: 1rem;
  }

  .header9_component {
    height: auto;
    max-height: none;
  }

  .header9_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_job-listings_item {
    padding: 1.5rem;
  }

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

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

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

  .home_job-listings_icon-wrapper {
    width: 28px;
  }

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

  .home_job-listings_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home_job-listings_list {
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .container-large {
    flex-flow: column;
    max-width: 98%;
    padding-top: 40px;
    overflow: visible;
  }

  .container-large.no_padding {
    max-width: 100%;
    padding-top: 30px;
  }

  .container-large.margin-large {
    margin: 0;
    padding-top: 20px;
  }

  .max-width-large {
    max-width: 100%;
    padding: 0;
  }

  .max-width-large.align-center {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }

  .main-wrapper {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

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

  .margin-top.margin-medium {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: .25rem;
    display: flex;
  }

  .margin-top.margin-xxlarge {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 4rem;
    padding-left: 0;
    display: flex;
  }

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

  .margin-bottom.margin-xxlarge {
    margin-bottom: 1rem;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: .75rem;
  }

  .margin-bottom.margin-xxsmall {
    margin-bottom: .125rem;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: .25rem;
  }

  .margin-bottom.text-align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

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

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

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

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

  .padding-top.padding-medium {
    padding-top: .75rem;
  }

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

  .padding-bottom.padding-medium {
    padding-bottom: 1rem;
  }

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

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

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

  .padding-vertical.padding-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .text-size-medium {
    text-align: center;
    margin-top: 10px;
  }

  .text-size-medium.text-weight-normal {
    margin-top: 10px;
    font-size: 1rem;
  }

  .text-size-medium.text-color-alternate {
    margin-top: 0;
    font-size: .9rem;
    line-height: 1.4;
  }

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

  .heading-style-h2, .heading-style-h2.text-color-secondary {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h6 {
    text-align: center;
    font-size: 1rem;
    display: flex;
  }

  .heading-style-h6.text-color-white.white {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .heading-style-h5.text-color-secondary {
    font-size: 1.25rem;
  }

  .heading-style-h1.text-color-alternate {
    font-size: 2rem;
  }

  .button {
    padding: .5rem .75rem;
    font-size: .8rem;
    font-weight: 600;
  }

  .button.is-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .heading-style-h4.text-color-orange {
    font-size: 1.5rem;
  }

  .heading-style-h4.text-color-orange.align-center, .text-size-regular {
    text-align: center;
  }

  .text-size-regular.text-color-orange {
    font-size: 1rem;
  }

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

  .heading-style-h3.text-color-orange {
    text-align: center;
    font-size: 1.5rem;
  }

  .form_input {
    height: 2px;
    min-height: 2.25rem;
  }

  .button-group {
    margin-top: 20px;
  }

  .text-color-orange {
    font-size: 1.75rem;
  }

  .text-color-orange.white-shadow {
    text-align: center;
    font-size: 2rem;
  }

  .text-weight-semibold {
    font-size: 1rem;
  }

  .text-weight-semibold.text-color-secondary {
    color: var(--dark-grey);
  }

  .text-align-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-align-center.over-lay {
    border-radius: 15px;
    padding: 10px;
  }

  .padding-global {
    max-width: 100%;
    overflow: visible;
  }

  .padding-global.text-align-center {
    padding: 10px 0%;
  }

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

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

  .navbar5_logo {
    width: 180px;
  }

  .navbar5_dropdown-toggle {
    display: none;
  }

  .navbar5_menu {
    text-align: left;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .navbar5_menu-left {
    flex-flow: column;
    flex: 1;
    align-items: flex-start;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .text-weight-semibold {
    justify-content: center;
    font-size: 1rem;
    display: flex;
  }

  .text-weight-semibold.text-color-white, .text-weight-semibold.text-color-orange {
    text-align: center;
    font-size: 1rem;
  }

  .section_home_1_hero-header {
    justify-content: center;
    align-items: center;
  }

  .home_1_hero-header_content {
    align-items: center;
    padding-left: 0;
  }

  .home_1_hero-header_content.text-align-center {
    align-items: center;
  }

  .home_1_hero-header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home_1_hero-header_image {
    height: 200px;
  }

  .section_home_2_feature {
    overflow: hidden;
  }

  .home_2_feature_content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .home_2_feature_item-list {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: .125rem;
  }

  .home_3_feature_item-list, .home_3_feature_component {
    grid-template-columns: 1fr;
  }

  .home_4_feature_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home_4_feature_component, .home_5_feature_component, .home_5_feature_item-list {
    grid-template-columns: 1fr;
  }

  .home_5_feature_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

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

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

  .home_7_cta_image {
    object-fit: cover;
    width: 320px;
    height: 320px;
  }

  .home_7_cta_content {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .home_7_cta_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section_home_8_testimonial {
    justify-content: center;
    align-items: center;
  }

  .home_8_testimonial_client-image {
    width: 6rem;
    height: 6rem;
  }

  .home_9_award-logos-list_component {
    grid-template-columns: 1fr;
  }

  .home_9_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .home_10_customer-logos-list_logo {
    width: 60px;
    height: 60px;
    max-height: 5rem;
  }

  .home_10_customer-logos-list_logo.max-width-full {
    width: 100px;
    height: 35px;
  }

  .home_10_customer-logos-list_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: .5rem;
  }

  .section_home_10_customer-logos-list {
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .home_11_benefits_image {
    width: 300px;
    height: 300px;
  }

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

  .home_11_benefits_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home_12_how-it-works_item {
    width: 280px;
    height: 360px;
    padding: 10px 20px;
  }

  .section_home_12_how-it-works {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home_12_how-it-works_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .home_13_stats_number {
    font-size: 2.5rem;
  }

  .home_13_stats_item {
    padding-left: 1rem;
  }

  .home_13_stats_item-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .home_13_stats_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 10px 10px 20px;
  }

  .home_13_stats_content {
    padding: 10px 0;
  }

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

  .footer1_left-wrapper {
    padding-left: 0;
  }

  .footer1_social-link {
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .footer1_link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footer1_bottom-wrapper {
    flex-flow: wrap;
    padding-bottom: .5rem;
  }

  .footer1_link-list {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

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

  .footer1_legal-list {
    grid-auto-flow: column dense;
    place-items: center;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer1_legal-link {
    margin-right: 10px;
    font-size: .9rem;
  }

  .footer1_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading {
    letter-spacing: 2px;
    font-size: 2.25rem;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
  }

  .paragraph.white {
    font-size: .875rem;
  }

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

  .paragraph.text-align-center {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1rem;
  }

  .heading-2 {
    text-align: center;
    font-size: 2rem;
  }

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

  .button-2 {
    padding: .5rem 1rem;
  }

  .text-size-medium-2 {
    text-align: center;
    margin-top: 0;
  }

  .text-size-medium-2.text-color-white {
    margin-top: 10px;
  }

  .text-size-medium-2.text-weight-bold {
    text-align: left;
    margin-top: 10px;
  }

  .text-size-medium-2.mild-orange {
    color: var(--orange-brown);
    margin-top: 10px;
  }

  .text-size-medium-2.text-color-black {
    color: var(--dark-grey);
  }

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

  .about-us_about_image {
    width: 300px;
    height: 300px;
  }

  .about-us_about_image-wrapper {
    justify-content: center;
    display: flex;
  }

  .about-us_about_content.text-align-center {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .about-us_about_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-us_team_image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
  }

  .about-us_team_list {
    grid-template-columns: 1fr;
  }

  .about-us_team_item {
    border: 1px solid #e8e9eb;
    border-radius: 15px;
    padding: 15px;
  }

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

  .about-us_team_image-wrapper {
    padding-top: 0%;
  }

  .about-us_benefits_image-wrapper {
    justify-content: center;
    display: flex;
  }

  .about-us_benefits_component {
    grid-template-columns: 1fr;
  }

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

  .about-us_award-logos-list_component {
    grid-template-columns: 1fr;
  }

  .about-us_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-us_client-logos-list_component {
    justify-content: center;
  }

  .about-us_partner-logos-list_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .about-us_partner-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-us_faq_component {
    text-align: left;
    display: flex;
  }

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

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

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

  .about-us_faq_answer {
    text-align: left;
    display: block;
  }

  .about-us_testimonial_logo {
    width: 3.5rem;
    height: 3.5rem;
    max-height: 4rem;
  }

  .about-us_testimonial_logo.max-width-full {
    width: 4.5rem;
    height: 3rem;
  }

  .about-us_testimonial_content {
    align-items: center;
    width: 100%;
  }

  .about-us_testimonial_content.text-align-center {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .about-us_testimonial_component {
    flex-flow: row;
    width: 300px;
    height: 320px;
    padding-bottom: 1rem;
    display: flex;
  }

  .about-us_testimonial_component.text-align-center {
    height: 350px;
  }

  .about-us_testimonial_client-info {
    text-align: center;
    margin-right: 10px;
  }

  .about-us_testimonial_client-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    margin-right: 10px;
  }

  .about-us_testimonial_client {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
  }

  .about-us_testimonial_slide {
    width: 300px;
    height: 240px;
    margin-right: 1rem;
  }

  .about-us_testimonial_arrow, .about-us_testimonial_arrow.is-left {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section_about-us_testimonial {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
  }

  .button-3 {
    padding: .5rem 1rem;
  }

  .button-3.is-secondary.is-alternate {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .services_2_services_list, .services_3_feature_component, .services_4_feature_component, .services_4_feature_item-list, .services_5_feature_item-list, .services_5_feature_component, .services_6_feature_component, .services_7_feature_item-list, .services_7_feature_component, .services_11_ecommerce-product_component, .services_11_ecommerce-product_item-list {
    grid-template-columns: 1fr;
  }

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

  .section_no-code-software-development_1_header {
    background-position: 20% 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_no-code-software-development_2_feature {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .no-code-software-development_2_feature_component {
    grid-template-columns: 1fr;
  }

  .no-code-software-development_3_features-list_item {
    width: 270px;
    height: 360px;
  }

  .section_no-code-software-development_3_features-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .no-code-software-development_3_features-list_list {
    grid-template-columns: 1fr;
  }

  .no-code-software-development_4_benefits_image {
    object-fit: cover;
    width: 240px;
    height: 180px;
  }

  .section_no-code-software-development_4_benefits {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .no-code-software-development_4_benefits_component {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .no-code-software-development_4_benefits_item-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .no-code-software-development_5_how-it-works_component {
    grid-template-columns: 1fr;
  }

  .no-code-software-development_5_how-it-works_item.text-align-center {
    width: 260px;
    padding-left: 0;
    padding-right: 0;
  }

  .no-code-software-development_7_cta_component {
    grid-template-columns: 1fr;
  }

  .no-code-software-development_8_faq_question {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .section_no-code-software-development_8_faq {
    display: flex;
  }

  .no-code-software-development_9_logo-list_component {
    justify-content: center;
  }

  .no-code-software-development_11_cta_card {
    justify-content: center;
    height: 70vh;
    padding: 1rem;
  }

  .website-building-with-webflow-and-ai_1_header_component, .website-building-with-webflow-and-ai_2_feature_component {
    grid-template-columns: 1fr;
  }

  .section_website-building-with-webflow-and-ai_2_feature {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai_3_feature_item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .website-building-with-webflow-and-ai_3_feature_image {
    object-fit: cover;
    width: 300px;
    height: 200px;
  }

  .website-building-with-webflow-and-ai_3_feature_text-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai_3_feature_component {
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_4_how-it-works_item {
    width: 280px;
    height: 360px;
    padding: 10px 20px;
  }

  .section_website-building-with-webflow-and-ai_4_how-it-works {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai_4_how-it-works_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .section_website-building-with-webflow-and-ai_5_benefits {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai_5_benefits_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_7_logo-list_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .website-building-with-webflow-and-ai_7_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .section_website-building-with-webflow-and-ai_8_cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai_8_cta_button-row.text-align-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .website-building-with-webflow-and-ai_9_faq_component {
    grid-template-columns: 1fr;
  }

  .website-building-with-webflow-and-ai_9_faq_list.first-col {
    padding: 5px;
  }

  .section_website-building-with-webflow-and-ai_10_cta {
    object-fit: fill;
    background-size: auto, cover;
    height: 400px;
  }

  .blog_featured-blog-list-header_list {
    grid-row-gap: 3.25rem;
  }

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

  .blog_list_image-wrapper {
    padding-top: 66%;
  }

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

  .blog_testimonial_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .blog-post_header_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post_header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_body_sidebar-heading, .blog-post_body_sidebar-heading-text {
    align-self: auto;
  }

  .blog-post_newsletter_component {
    grid-template-columns: 1fr;
  }

  .blog-post_logo-list_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .header9_content-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-6 {
    text-align: center;
    font-size: 1.125rem;
  }

  .heading-6.margin-xxsmall {
    margin: .125rem .125rem .25rem;
    font-size: 1.125rem;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .heading-7.text-color-orange {
    text-align: center;
  }

  .section_no-code-software-development_12_cta {
    object-fit: fill;
    background-position: 20%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .heading-8 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 2rem;
    font-weight: 700;
  }

  .heading-9 {
    text-align: center;
    font-size: 1.75rem;
  }

  .heading-10 {
    font-size: 1.75rem;
  }

  .home_job-listings_title-wrapper {
    display: block;
  }

  .text-size-medium-3 {
    text-align: center;
  }

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

  .home_job-listings_title-heading {
    margin-bottom: 1.25rem;
  }

  .about_us-career_opening_list {
    width: 280px;
  }

  .site-wrapper {
    flex-direction: row;
    padding: 0;
    overflow: hidden;
  }

  .about_us_careers-opening-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-bottom: 0;
    padding: 20px 10px 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .section_about_us_careers {
    height: auto;
  }

  .heading_11 {
    padding-left: 10px;
    font-size: 1.1rem;
  }

  .career-text-small {
    padding-left: 10px;
    font-size: 1rem;
  }

  .about_us_career-opening_item_line {
    width: 280px;
    margin: 10px 0;
  }

  .dummy-text {
    overflow: visible;
  }

  .dummy-text.text-weight-semibold {
    margin-right: 10px;
    font-size: .9rem;
    overflow: visible;
  }

  .ribbon-div {
    width: 110%;
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    transform: rotate(12deg);
  }

  .ribbon-div-2 {
    width: 110%;
    height: 40px;
    overflow: hidden;
    transform: rotate(-10deg);
  }

  .ribbon-div-3 {
    width: 110%;
    height: 40px;
    overflow: hidden;
    transform: rotate(18deg);
  }

  .dummy-text-2 {
    max-width: 100%;
    overflow: visible;
  }

  .dummy-text-2.text-weight-semibold {
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
    overflow: visible;
  }

  .homes_10_customer_logo_list_wrapper {
    border-radius: 10px;
    width: 140px;
    height: 120px;
    padding: 5px;
  }

  .dummy-text-3 {
    overflow: visible;
  }

  .dummy-text-3.text-weight-semibold {
    font-size: .9rem;
    overflow: visible;
  }

  .home_10_customers_logo_image_wrapper {
    align-items: flex-end;
  }

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

  .contact_us_1_contact_form-content {
    flex-flow: column;
    display: flex;
  }

  .contact_us_1_contact_form_image {
    width: auto;
    height: auto;
  }

  .width_100 {
    width: 200px;
    height: 140px;
  }

  .section_no-code_software_horizontal-scroll {
    display: block;
  }

  .no-code-software_horizontal_scroll {
    flex: none;
    height: auto;
  }

  .horizontal_scrolling_view, .horizontal_scrolling_view_frame {
    overflow: hidden;
  }

  .horizontal_scrolling_view_frame_item {
    width: 100vw;
    height: 100vh;
    padding: 0;
  }

  .horizontal_scrollingimage {
    width: 200px;
    height: 140px;
  }

  .icon-1x1-regular1.text-color-orange {
    font-size: 4rem;
  }

  .section_home_5pillars-of-digital-transformation {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .icon-1x1-regular1-wrapper.margin-medium {
    width: 100px;
    height: 100px;
    margin: 1rem;
  }

  .icon-1x1-medium1-wrapper.margin-medium {
    width: 90px;
    height: 90px;
  }

  .section_website-building-with-webflow-and-ai-header-component1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai-header-component1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1.2fr;
  }

  .website-building-with-webflow-and-ai-header-component-left1 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai-header-component-right1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .website-building-with-webflow-and-ai-header-component-right-image {
    width: 260px;
    height: 260px;
  }

  .website-building-with-webflow-and-ai-header-component-wrapper {
    flex-flow: column;
    display: flex;
  }

  .website-building-with-webflow-and-ai-header-component2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .background-video {
    width: 320px;
    max-width: 100%;
    height: 160px;
    max-height: 95%;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .horizontal-scrolling-outline {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .horizontal-scrolling-outline.background-color-black {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 300px;
    height: 520px;
  }

  .text-field-3 {
    width: 280px;
    height: 35px;
  }

  .text-gradient-div {
    background-image: linear-gradient(#ffffffb3 100%, #fff 100%, #ffffff45);
    margin-top: 10px;
    padding: 20px;
  }

  .section_home_features_tab1 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .accordion-wrapper {
    margin-top: 100px;
  }

  .accordion_panel.panel2 {
    background-color: #404040;
    flex-flow: column;
    justify-content: center;
    width: auto;
    max-width: 95%;
    height: 500px;
    padding: 20px 20px 30px;
    bottom: 150px;
  }

  .accordion_panel.panel3 {
    background-color: #4d4d4d;
    flex-flow: column;
    justify-content: center;
    width: auto;
    max-width: 95%;
    height: 500px;
    padding: 30px 20px;
    bottom: 95px;
  }

  .accordion_panel.pane1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 95%;
    height: 500px;
    padding: 20px 20px 40px;
    bottom: 200px;
  }

  .accordion_panel.panel4 {
    background-color: #595959;
    flex-flow: column;
    width: auto;
    max-width: 95%;
    height: 500px;
    padding: 30px 20px;
    bottom: 50px;
  }

  .accordion_panel.panel5 {
    background-color: #616161;
    flex-flow: column;
    width: auto;
    max-width: 95%;
    height: 500px;
    padding: 30px 20px;
  }

  .flex_expand1 {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .flex_space1 {
    height: 8px;
  }

  .accordion-image {
    width: 280px;
    height: 140px;
  }

  .accordion_number1 {
    color: var(--neon-blue);
    margin-top: 0;
    padding-top: 0;
    font-size: 1.25rem;
    display: block;
    bottom: 3%;
    right: 10px;
    overflow: visible;
  }

  .text-block-5 {
    font-size: .875rem;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

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

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    height: 90vh;
    padding: 20px;
  }

  .horizontal-item {
    height: 200px;
  }

  .section-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-15 {
    text-align: center;
    align-items: center;
    width: 80%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .section-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-16 {
    text-align: center;
    align-items: center;
    width: 80%;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .icon-1x1-small1 {
    width: 2rem;
    height: 1.5rem;
    color: var(--base-color-neutral--neutral-dark);
    margin-bottom: 5px;
    font-family: MATERIALS ICON OUTLINED, sans-serif;
    font-size: 1.25rem;
    text-decoration: none;
  }

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

  .form-block {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .bold-text {
    width: auto;
    font-size: 2rem;
    display: inline;
    overflow: visible;
  }

  .heading2_thin.big {
    font-size: 2rem;
  }

  .google_maps_div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
    padding: 0;
  }

  .map_section, .body {
    flex-flow: column;
    display: flex;
  }

  .code-embed {
    min-height: 360px;
  }

  .ribbon_wrap {
    flex-flow: column;
    max-width: 98%;
    padding-top: 40px;
    overflow: visible;
  }

  .ribbon_wrap.no_padding {
    max-width: 100%;
  }

  .ribbon_wrap.margin-large {
    margin: 0;
    padding-top: 20px;
  }

  .marquee_wrapper1 {
    transform: rotate(8deg);
  }

  .marquee_wrapper2 {
    transform: rotate(-12deg);
  }

  .marquee_wrapper3 {
    transform: rotate(16deg);
  }
}

#w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873eba4-c7d2cc7b {
  justify-self: auto;
}

#w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1b-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1d-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1f-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec21-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec23-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec25-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec27-c7d2cc7b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec29-c7d2cc7b {
  justify-self: center;
}

#w-node-_96ccd4c2-04c3-e9bf-ce66-50e1fb5d3216-fb5d31dd, #w-node-_96ccd4c2-04c3-e9bf-ce66-50e1fb5d323c-fb5d31dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-c7d2cc97 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-c7d2cc97, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-c7d2cc97, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-c7d2cc97, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-c7d2cc97, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-c7d2cc97, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-c7d2cc97 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-c7d2cc97 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-c7d2cc97 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-c7d2cc97, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-c7d2cc97, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-c7d2cc97 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-c7d2cc97, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-c7d2cc97, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-c7d2cc97 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-c7d2cc97, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-c7d2cc97, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-c7d2cc97 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-c7d2cc97, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-c7d2cc97, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-c7d2cc97 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-c7d2cc97, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-c7d2cc97, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-c7d2cc97 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-c7d2cc97, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-c7d2cc97, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-c7d2cc97 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-c7d2cc97, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-c7d2cc97, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-c7d2cc97 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-c7d2cc97, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-c7d2cc97, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-c7d2cc97 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-c7d2cc97, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-c7d2cc97 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-c7d2cc97 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-c7d2cc97 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-c7d2cc97, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-c7d2cc97, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-c7d2cc97, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-c7d2cc97, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-c7d2cc97, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-c7d2cc97, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-c7d2cc97 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-c7d2cc97, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-c7d2cc97, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-c7d2cc97 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-c7d2cc97, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-c7d2cc97, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-c7d2cc97 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-c7d2cc97, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-c7d2cc97, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-c7d2cc97 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-c7d2cc97, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-c7d2cc97, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-c7d2cc97 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-c7d2cc97, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-c7d2cc97, #w-node-ee961e8d-845a-edc3-3307-509470022457-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-c7d2cc97 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-c7d2cc97, #w-node-ee961e8d-845a-edc3-3307-50947002245b-c7d2cc97, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-c7d2cc97 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-c7d2cc97, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-c7d2cc97, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-c7d2cc97 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-c7d2cc97, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-c7d2cc97, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-c7d2cc97 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-c7d2cc97, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-c7d2cc97, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-c7d2cc97 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-c7d2cc97, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-c7d2cc97, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-c7d2cc97 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-c7d2cc97, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-c7d2cc97, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-c7d2cc97 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-c7d2cc97 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-c7d2cc97 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-c7d2cc97 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-c7d2cc97 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-c7d2cc97 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-c7d2cc97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-c7d2cc97 {
  justify-self: start;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd0e-1f1bc980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd10-1f1bc980 {
  grid-area: Area;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd12-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd14-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd16-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd18-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd1a-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd1c-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd1e-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd20-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd25-1f1bc980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd27-1f1bc980 {
  grid-area: Area;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd29-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd2b-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd2d-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd2f-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd31-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd33-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd35-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd37-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd3d-1f1bc980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd3f-1f1bc980 {
  grid-area: Area;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd41-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd43-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd45-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd47-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd49-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd4b-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd4d-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd4f-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd54-1f1bc980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd56-1f1bc980 {
  grid-area: Area;
}

#w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd58-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd5a-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd5c-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd5e-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd60-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd62-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd64-1f1bc980, #w-node-_762f1147-5a9c-b2fa-1e2c-3d35ffb6cd66-1f1bc980 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1835-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1837-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1839-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d183b-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d183d-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d183f-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1841-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1843-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d1863-1f1bc980, #w-node-_6547daa2-7d0f-9fcd-06cb-949fc84d186b-1f1bc980 {
  justify-self: center;
}

#w-node-_2f0968e6-9bb0-84d4-e2c6-ed719199b54a-75630eef, #w-node-_2f0968e6-9bb0-84d4-e2c6-ed719199b570-75630eef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f0968e6-9bb0-84d4-e2c6-ed719199b5c8-75630eef {
  order: 0;
}

#w-node-_2f0968e6-9bb0-84d4-e2c6-ed719199b60e-75630eef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a292021-f750-32f9-daf6-7a69324c8164-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8169-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c816e-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8173-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8178-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c817d-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8182-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8187-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c818c-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8191-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c8196-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c819b-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c81a0-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c81a5-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c81aa-75630eef, #w-node-_4a292021-f750-32f9-daf6-7a69324c81af-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fbea-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fbef-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fbf4-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fbf9-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fbfe-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc03-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc08-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc0d-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc12-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc17-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc1c-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc21-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc26-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc2b-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc30-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc35-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc3a-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc3f-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc44-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc49-75630eef, #w-node-_204b18fe-b26b-34b9-d0a0-aca48fd8fc4e-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90d6-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90db-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90e0-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90e5-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90ea-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90ef-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90f4-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90f9-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f90fe-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9103-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9108-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f910d-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9112-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9117-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f911c-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9121-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9126-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f912b-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9130-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f9135-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f913a-75630eef, #w-node-_0195bfda-fb98-bfd7-32bb-e5280c2f913f-75630eef {
  align-self: start;
}

#w-node-_53db2d90-846a-5a25-2927-b534f0d36dc7-3f433c7c {
  justify-self: end;
}

#w-node-_53db2d90-846a-5a25-2927-b534f0d36ed9-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36ede-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36ee3-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36ef8-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36efd-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f02-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f07-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f0c-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f25-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f2a-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f2f-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f46-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f4b-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f50-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f55-3f433c7c, #w-node-_53db2d90-846a-5a25-2927-b534f0d36f5a-3f433c7c {
  align-self: start;
}

#w-node-_2a50795a-139d-7818-6429-a22df603936c-b17703db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4c1694c-6b42-fc01-7c8f-813389e60ede-b17703db {
  align-self: auto;
}

#w-node-e4c1694c-6b42-fc01-7c8f-813389e60ee1-b17703db {
  justify-self: auto;
}

#w-node-_3ff11231-363c-aeea-3eaf-7335b6bcc1e1-b17703db, #w-node-_3ff11231-363c-aeea-3eaf-7335b6bcc1e9-b17703db {
  justify-self: center;
}

#w-node-_76cd1235-bb3c-937b-29d8-915d79373cd6-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cdb-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373ce0-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373ce5-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cea-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cef-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cf4-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cf9-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373cfe-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d03-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d08-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d0d-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d12-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d17-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d1c-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d21-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d39-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d3e-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d43-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d48-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d4d-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d52-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d57-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d5c-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d61-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d66-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d6b-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d70-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d75-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d7a-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d7f-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d84-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d89-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d8e-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d93-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d98-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373d9d-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373db5-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dba-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dbf-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dc4-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dc9-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dce-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dd3-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dd8-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373ddd-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373de2-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373de7-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dec-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373df1-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373df6-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373dfb-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e00-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e05-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e0a-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e0f-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e14-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e19-b17703db, #w-node-_76cd1235-bb3c-937b-29d8-915d79373e1e-b17703db {
  align-self: start;
}

#w-node-_1a9a465c-2a94-13a4-a6dc-2e42e9dcf4f9-74caa55b, #w-node-_1a9a465c-2a94-13a4-a6dc-2e42e9dcf51f-74caa55b, #w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e135-532b8781, #w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e15b-532b8781, #w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e1ee-532b8781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e205-532b8781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e2cb-532b8781, #w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e2d3-532b8781 {
  justify-self: center;
}

#w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873eba4-b9c3cc20 {
  justify-self: auto;
}

#w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1b-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1d-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec1f-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec21-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec23-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec25-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec27-b9c3cc20, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec29-b9c3cc20 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7b7c4c5a-a89e-1b8f-e85a-57d6ae20e205-532b8781 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec8e-c7d2cc7b, #w-node-_53db2d90-846a-5a25-2927-b534f0d36d61-3f433c7c, #w-node-_1a9a465c-2a94-13a4-a6dc-2e42e9dcf685-74caa55b, #w-node-_0d5a0ff9-0be6-2755-a0d8-166c9873ec8e-b9c3cc20 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53db2d90-846a-5a25-2927-b534f0d36dc7-3f433c7c {
    justify-self: center;
  }

  #w-node-_9bcf5087-d286-a574-f0e9-49d9be35a934-3f433c7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a50795a-139d-7818-6429-a22df603936c-b17703db, #w-node-_6be2db24-cb5b-6d19-f78f-c058923e10d6-f55d17db {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIAL ICON';
  src: url('../fonts/MaterialIconsRound-Regular-4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MATERIALS ICON OUTLINED';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}