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

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

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

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

:root {
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--white: #fff;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--black: #000;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --text-color--star-yellow: #f8d003;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: "Switzer 500", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
  font-family: "Switzer 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: #000;
  font-family: "Switzer 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom._14px {
  margin-bottom: 14px;
}

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.text-size-tiny.link {
  color: var(--base-color-neutral--white);
  text-decoration: underline;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

.text-size-small {
  font-size: 18px;
}

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-size-large {
  font-size: 18px;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  color: #121212;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .5rem 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button:hover {
  background-color: #0000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button.is-secondary.is-dark {
  background-color: var(--base-color-neutral--black);
}

.button.is-secondary.is-dark:hover {
  background-color: #000c;
}

.button.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #121212;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button.is-icon:where(.w-variant-d8eff057-5d56-09e8-4640-fbc2da8a8066) {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.button.is-icon:hover {
  color: #fff;
}

.button.is-icon.is-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: .5rem 1rem;
  font-size: 16px;
  line-height: 1.3;
}

.button.is-icon.is-nav:hover {
  color: #fff;
}

.button.is-icon.is-nav.is-first {
  color: #091243;
  padding-left: 18px;
  padding-right: 18px;
}

.button.is-icon.is-nav.is-first:hover {
  color: #fff;
}

.button.is-icon.is-nav.is-second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0000;
  padding-left: 18px;
  padding-right: 18px;
}

.button.is-icon.is-nav.is-second:hover {
  color: #091243;
  background-color: #fff;
}

.button.is-icon.is-secondary {
  color: #fff;
}

.button.is-icon.is-secondary:hover {
  color: #091243;
  background-color: #fff;
}

.button.is-icon.privacy-plicy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-color: var(--base-color-neutral--neutral-light);
  color: var(--base-color-neutral--white);
  background-color: #fff0;
  font-size: .9rem;
}

.button.is-icon.privacy-plicy:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.button-group.margin-bottom.split {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  max-width: 15rem;
}

.button-group.margin-bottom.split.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.hide {
  display: none;
}

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

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

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.navigation-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-light-gray {
  color: var(--base-color-neutral--neutral-light);
}

.navigation-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  padding: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1372px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 20;
  background-color: #0000;
  border-top: 1px solid #e0e0e026;
  border-bottom: 1px solid #e0e0e026;
  position: sticky;
  inset: 0% 0% auto;
}

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

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.nav-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: "Switzer 700", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-text-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: none;
  align-items: center;
  font-family: "Switzer 700", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.home-header-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-header-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sub-heading {
  font-family: Gambarino, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.sub-heading.text-color-white {
  letter-spacing: .5px;
}

.text-color-white {
  color: #fff;
}

.text-higlight {
  opacity: 1;
}

.footer-section {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 78px;
  font-family: "Switzer 500", sans-serif;
}

.experience-section {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-neutral--black);
  padding-bottom: 110px;
}

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

.experience-row2-col-top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.parkezi-circle {
  z-index: 2;
  filter: drop-shadow(0 2px 12px #ffffffb8) drop-shadow(0 2px 9px #000000b3);
  width: 100%;
  max-width: 300px;
  height: 300px;
  position: relative;
}

.experience-row2-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.experience-row2-col-wrapper.is-v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-row2-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.exp-img {
  z-index: 2;
  border: 15px solid var(--base-color-neutral--neutral-darkest);
  object-fit: cover;
  border-radius: 250px;
  width: 100%;
  max-width: 300px;
  height: 300px;
  position: relative;
}

.experience-row2-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-gray3 {
  color: #414141;
}

.way-section {
  background-image: linear-gradient(#00000059, #00000085), url('../images/ParkEzi-Brochure_p4_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 650px;
  position: relative;
}

.way-section-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.way-section-wrapper.rel {
  z-index: 2;
  position: relative;
}

.paid-section {
  background-color: #000;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.paid-section._0-top {
  padding-top: 0;
}

.paid-section._2-bottom {
  padding-bottom: 2rem;
}

.paid-section-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paid-section-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--neutral-darker);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.paid-section-col.is-v2 {
  background-color: var(--base-color-neutral--black);
}

.announcement-wrapper {
  z-index: 7;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.announcement-wrapper.blk {
  text-transform: capitalize;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BG-Footer_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.glow-text {
  filter: drop-shadow(0 2px 10px #ffffff45) drop-shadow(0 2px 10px #fff);
  color: #fff;
  font-size: 55px;
}

.table-wrapper {
  border: 2px solid var(--base-color-neutral--black);
  flex-direction: column;
  display: flex;
}

.table-wrapper.is-v2 {
  height: 100%;
}

.table-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.table-cell-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.table-cell-feature.hide-mobile-landscape {
  justify-content: flex-start;
  align-items: center;
}

.table-grid-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e5e7eb;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

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

.table-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.table-row.colored {
  background-color: #f9fafb;
  border-radius: 8px;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-800 {
  color: #1f2937;
}

.subheading-large.is-tab-subhead {
  font-size: 16px;
}

.table-tooltip {
  color: #6b7280;
  background-color: #f9fafb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.table-tooltip:hover {
  color: #000;
  background-color: #f3f4f6;
}

.table-cross {
  color: #d12e46;
}

.code-embed {
  display: none;
}

.h1-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 72px;
}

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

.h1-heading.plan {
  color: var(--base-color-neutral--white);
  line-height: 3.2rem;
}

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

.table-category {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

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

.table-grid-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.table-grid-cell.show-mobile-landscape {
  display: none;
}

.table-grid-cell.hide-mobile-landscape {
  justify-content: flex-start;
  align-items: center;
}

.column-x-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.h6-heading.is-tab-heading {
  font-family: "Switzer 700", sans-serif;
  font-size: 20px;
}

.table-check {
  color: #2c8c3e;
}

.tab-icon-green, .tab-icon-orange {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  min-width: 50%;
  display: flex;
}

.section-large {
  background-color: var(--base-color-neutral--black);
  padding: 4rem 5%;
  position: relative;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}

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

.h2-heading.white.centre {
  text-align: center;
}

.h2-heading.text-color-gray-2 {
  color: var(--base-color-neutral--neutral);
}

.tab-progress-bar-base {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: var(--base-color-neutral--neutral-darker);
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.tab-link-dropdown {
  overflow: hidden;
}

.tab-link-dropdown.is-why {
  margin-left: 48px;
}

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

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  aspect-ratio: 3 / 2;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-tabs-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h6-heading-2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.tab-icon-purple {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
  margin-left: 4rem;
}

.tab-link-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-2 {
  color: var(--base-color-neutral--neutral-darker);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

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

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.purchase-plan-section {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.purchase-plan-section.bottom-border {
  border-bottom: 1px solid var(--base-color-neutral--neutral-dark);
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

.card_base {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(180deg, #1d1d1d, var(--base-color-neutral--black));
  width: 100%;
  min-height: 270px;
  color: var(--base-color-neutral--neutral-lighter);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card_base.small {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
}

.card_base.maps {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
}

.card_base.maps.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1.5rem;
}

.icon_wrap {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.icon_wrap.rel {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-5 {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: .6rem;
}

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

.card_title_wrap.small {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

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

.text-size-regular-2.text-weight-bold.text-color-primary.is-nav-link {
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

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

.navigation-link-block {
  text-align: left;
  border-radius: 30px;
  flex-flow: column;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navigation-link-block:hover {
  background-color: #f0f4f8;
}

.link-grid-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #478bcc;
}

.dropdown-toggle.is-v2 {
  padding-top: 0;
  padding-bottom: 0;
}

.chevron-arrow {
  width: 6px;
  margin-left: 10px;
}

.navigation-icon-block {
  background-color: #f0f4f8;
  border-radius: 16px;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  padding: 8px;
}

.dropdown-3 {
  height: 100%;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  font-family: "Switzer 700", sans-serif;
  display: flex;
}

.navigation-link-2 {
  color: #478bcc;
  align-items: center;
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover {
  color: #000;
}

.dropdown-container {
  background-color: #fff;
  display: flex;
}

.icon-4 {
  margin-right: 5px;
}

.dropdown-list-3 {
  min-width: 100%;
  inset: 0%;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  position: absolute;
  inset: 6rem 0 auto;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  padding: 30px 3%;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

._10px-spacer-2 {
  width: 10px;
  height: 10px;
}

.navigation-split {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  height: 100%;
  padding: 0 1.25rem;
  display: flex;
}

.content-dark-grove {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem 1rem;
  transition: all .2s;
  display: flex;
}

.content-dark-grove:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding-left: 1.5rem;
}

.content-dark-grove.w--current:hover {
  padding-left: 1.5rem;
}

.nav-menu-beyond {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.menu-mob-container {
  z-index: 15;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000205;
  padding-top: 125px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.list-wrap-grove {
  background-color: var(--base-color-neutral--neutral-darkest);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.list-wrap-grove.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.large-link {
  z-index: 52;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #cf2426;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  padding: 22px 32px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.large-link:hover {
  background-color: #d62729;
}

.div-block-133 {
  display: none;
}

.div-block-173 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 2rem;
}

.accordion_list-wrapper {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.hamburger {
  width: 50px;
  height: 50px;
}

.menu-hidden-desktop {
  color: #e5e5e5;
  letter-spacing: -.02em;
  border: 2px solid #121212;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.m-navigation-button-wrapper {
  z-index: 52;
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.navigation-side {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.navigation-side.align-left {
  justify-content: flex-start;
}

.navigation-side.right {
  justify-content: flex-end;
}

.navigation-side.left.show-tablet {
  display: none;
}

.nav02 {
  z-index: 99;
  background-color: #0000;
  border-top: 1px solid #ffffff26;
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  height: 90px;
  max-height: 105px;
  font-family: "Switzer 400", sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 2px 16px 35px #0907250f;
}

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

.accordion_title-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Switzer 700", sans-serif;
  font-size: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_title-wrapper:hover {
  color: #4292ff;
}

.accordion_title-wrapper.link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Switzer 700", sans-serif;
}

.accordion_title {
  color: #f5f8fa;
  font-size: 2rem;
}

.accordion_item-wrapper {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  cursor: pointer;
  margin-bottom: 0;
}

.accordion_item-wrapper.w--current {
  background-color: #f7f7f4;
  border-bottom-style: none;
  border-radius: 5px;
}

.accordion_title-wrapper-2 {
  z-index: 2;
  color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Switzer 700", sans-serif;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.accordion_item-2 {
  position: relative;
  overflow: hidden;
}

.list-grove {
  min-width: 140px;
  top: 100%;
}

.list-grove.w--open {
  background-color: #0000;
  min-width: 260px;
}

.list-grove.is-v2, .list-grove.is-partner {
  left: -125%;
}

.list-grove.is-partner.w--open {
  min-width: 400px;
}

.content-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.link-3-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-3-grove:hover {
  color: var(--base-color-neutral--white);
  padding-left: 1rem;
}

.link-5-grove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--black);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.accordion_arrow {
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.menu-link {
  font-size: 15px;
  font-weight: 400;
}

.accordion_description-wrapper-2 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

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

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

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.content-feature-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.content-tab-pane {
  height: 100%;
}

.tab-progress-bar-2 {
  width: var(--fb-tab-progress, 0);
  background-color: var(--base-color-neutral--neutral-darker);
  height: 2px;
  transition-property: width;
  transition-duration: .125s;
}

.content-feature-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #252527;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.content-feature-tab-link.w--current {
  background-color: #0000;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-gray-600 {
  color: #59595f;
}

.content-feature-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.container-large-5 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-tab-image-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h4-heading-2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.column-large-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-left {
  justify-content: center;
  align-items: flex-start;
}

.content-tab-content-images {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subheading-regular-2 {
  color: #252527;
  letter-spacing: -.12px;
  font-family: "Switzer 700", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.content-statistics {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.content-statistic-wrapper {
  border: 1px solid #e6e6e7;
}

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

.paragraph-regular-3 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #59595f;
}

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

.tab-progress-bar-base-2 {
  background-color: #f5f5f6;
  border: 1px solid #f5f5f6;
  width: 100%;
  height: 4px;
  margin-inline: auto;
  padding: 1px 2px;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-feature-tabs {
  position: static;
}

.content-statistic-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 478px;
  padding: 32px;
  display: flex;
}

.content-statistic-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.content-statistic-cell.middle {
  border-left: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
}

.section-regular-3 {
  background-color: var(--base-color-neutral--black);
  padding: 2rem 5%;
  position: relative;
}

.content-statistic-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
  position: relative;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 18px;
  display: flex;
  overflow: hidden;
}

.link-text {
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
  display: block;
}

.link-text-hov {
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.2;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: block;
  overflow: visible;
}

.nav-link-3.w--current {
  color: #aae925;
}

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

.price-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-neutral--white);
  text-align: center;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: center;
  padding: .5rem;
  font-family: "Switzer 700", sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-4 {
  padding: 4rem 5%;
  position: relative;
}

.image-53 {
  object-fit: cover;
  height: 100%;
  max-height: 250px;
}

.promo-section {
  cursor: pointer;
}

.promo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.promo-wrapper:hover {
  flex: 15%;
}

.text-color-white-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-color-white-2.text-align-center.z-index-2 {
  z-index: 2;
  position: relative;
}

.dropdown-list-wide-2 {
  background-color: #0000;
}

.dropdown-list-wide-2.w--open {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  inset: 60px 0% auto;
}

.promo-image-wrapper {
  object-fit: fill;
  background-image: url('../images/way-bg_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 33.33%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.promo-image-wrapper.two {
  background-image: url('../images/exp-img-1.avif');
}

.promo-image-wrapper.three {
  background-image: url('../images/exp-img-2.avif');
}

.promo-image-wrapper.four {
  background-image: url('../images/exp-img-3.avif');
}

.dropdowncard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  flex-direction: column;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.8rem;
  display: flex;
}

.navigation-toggle-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--base-color-neutral--white);
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 4px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle-3.w--current {
  color: #642eff;
}

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

.navigation-dropdown-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-dropdown-2.is-static {
  position: static;
}

.promo-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  max-height: 55vh;
  display: flex;
}

.promo-overlay {
  opacity: .75;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.promo-overlay.z-index-1 {
  z-index: 1;
}

.footer-link-2 {
  grid-column-gap: 2px;
  color: #404040;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #0a0a0a;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.content-numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-x-large {
  font-size: 18px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-950 {
  color: #252527;
}

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

.content-gallery-image {
  width: 100%;
  overflow: hidden;
}

.content-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 0;
  display: grid;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

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

.bubble-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -3rem;
}

.footer-link-3 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-policy_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-rights {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
}

.footer-heading {
  color: #ffffffe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.privacy-heading {
  color: #a1a1a1;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .25s;
}

.privacy-heading:hover {
  color: #fff;
}

.progress-bar_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--base-color-neutral--white);
  border-radius: 600rem;
  width: 0%;
  height: 2px;
}

.ghost-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cloud-right-back {
  z-index: 1;
  width: 70vw;
  position: absolute;
  inset: auto 0 20vh auto;
}

.cloud-right-back.hero {
  bottom: 3vh;
}

.cloud-left-back {
  z-index: 1;
  width: 70vw;
  position: absolute;
  inset: auto auto 20vh 0%;
}

.cloud-left-back.hero {
  bottom: 8vh;
}

.ghost-headline_wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0% auto;
}

.ghost-headline_wrapper.hero {
  z-index: 14;
  top: 2rem;
}

.section-ghost {
  z-index: -1;
  background-color: #05080e;
  height: 140dvh;
  position: relative;
  overflow: hidden;
}

.section-ghost.xl {
  height: 110dvh;
}

.ghost-shadow {
  z-index: 3;
  background-image: linear-gradient(#05080e, #05080ecc 25%, #05080e99 45%, #05080e00);
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.ghost-car-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cloud-left-front {
  z-index: 3;
  width: 45vw;
  position: absolute;
  inset: auto auto 10vh -5%;
}

.heading-style-h2-2 {
  color: #353535;
  max-width: 45rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2-2.color-dark-white {
  color: #a1a1a1;
}

.cloud-right-front {
  z-index: 3;
  width: 45vw;
  position: absolute;
  inset: auto 0 10vh auto;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.white-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 1rem;
  display: grid;
}

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

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

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.features-tabs-content {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #8a8a8a;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-family: "Switzer 700", sans-serif;
  font-size: 18px;
  display: flex;
}

.tab-link.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: black black var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.system-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-features {
  padding: 5rem 5%;
  position: relative;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-form-lead {
  background-color: #fff;
  width: 100%;
  padding: 32px;
}

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

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.checkbox-link {
  color: #59595f;
  font-size: .8rem;
  text-decoration: underline;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 140px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.container-large-8 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-section-lead {
  border-top: 1px solid var(--base-color-neutral--neutral-dark);
  border-bottom: 1px solid var(--base-color-neutral--neutral-dark);
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0006, #0006), url('../images/BG-Footer_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto 100vh;
  background-attachment: scroll, scroll, scroll;
  padding: 4rem 5%;
  position: relative;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 24px;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.header-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-secondary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-x-large-2 {
  color: var(--base-color-neutral--neutral-light);
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 1.5;
}

.phone {
  position: relative;
}

.phone.mini {
  max-width: 150px;
}

.section-header {
  background-color: var(--base-color-neutral--black);
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-phone-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.header-phone-wrapper {
  max-height: 110vh;
  position: relative;
  overflow: hidden;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-7 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-7.text-color-gray-600 {
  color: #59595f;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base-color-neutral--neutral-lightest);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.subheading-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small-3.text-color-black {
  color: #000;
}

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

.course-sort-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  align-items: center;
  padding: 6px 16px 6px 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.course-sort-toggle:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-review-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.course-lesson-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.course-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.course-dropdown {
  flex-flow: column;
  display: flex;
}

.course-review-avatar {
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.caption-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.caption-small.text-color-gray-500 {
  color: #8b8a89;
}

.course-lesson {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.course-lesson:hover {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-review-settings {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.course-main {
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.course-rating-choice {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #8b8a89;
  cursor: pointer;
  background-color: #f0edea;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.course-rating-choice:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-payment-options {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  display: flex;
}

.caption-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.caption-regular.text-color-gray-600, .text-color-gray-600 {
  color: #71716f;
}

.content-vertical-divider {
  background-color: #bfbcba;
  width: 1px;
  height: 10px;
}

.course-thumbnail-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.icon-regular-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.course-side-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 490px;
  display: flex;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-8.text-color-gray-950 {
  color: #1f1e1e;
}

.course-lesson-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-top: 8px;
  display: flex;
}

.course-information {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.instructor-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 32px;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.course-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.course-payment-logo {
  display: flex;
}

.course-border-wrapper {
  background-color: var(--base-color-neutral--white);
  border: 1px solid #d6d3d1;
  padding: 1rem;
  position: sticky;
  top: 8rem;
}

.course-border-wrapper.small {
  padding: 16px;
}

.course-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.course-rating {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 6px;
  display: inline-flex;
}

.course-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.course-review-author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.course-lesson-description {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.subheading-regular-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.course-video-lightbox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.course-video-lightbox:hover {
  color: #fff;
  background-color: #000;
}

.course-author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.section-small {
  background-color: var(--base-color-neutral--black);
  padding: 2rem 5%;
}

.section-small.rel {
  position: relative;
}

.course-tab-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 4px;
  display: flex;
}

.course-sort-dropdown {
  margin-left: 0;
  margin-right: 0;
}

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

.course-payment-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #f0edea;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 32px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 1px .5px #95a0b214;
}

.course-sort-dropdown-list {
  background-color: #fff;
}

.course-sort-dropdown-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 8px;
  flex-flow: column;
  min-width: 150px;
  margin-top: 4px;
  padding: 2px;
  display: flex;
  inset: auto 0% auto auto;
}

.divider-gray-200 {
  background-color: #d6d3d1;
  width: 100%;
  height: 1px;
}

.course-rating-all {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.course-rating-all:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: relative;
}

.review-upvote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.review-upvote:hover {
  color: #000;
}

.button-outline-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-large:hover {
  background-color: #f6f5f3;
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #1f1e1e;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #ff443d;
}

.course-sort-dropdown-link {
  border-radius: 6px;
  width: 100%;
  padding: 8px;
  font-weight: 500;
}

.course-sort-dropdown-link:hover {
  background-color: #fff;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-video-play {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #201f1f1f;
  border: 1px solid #d7d4d214;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
}

.container-large-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.course-dropdown-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f1e1e;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px 20px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.h6-heading-3 {
  color: #000;
  letter-spacing: -.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.course-tab-link {
  color: #8b8a89;
  text-align: center;
  background-color: #0000;
  border-radius: 96px;
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.course-tab-link:hover {
  color: #71716f;
  background-color: #f6f5f3;
}

.course-tab-link.w--current {
  color: #4d4d4c;
  background-color: #fff;
  font-weight: 600;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.course-rating-select {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  flex-flow: wrap;
  padding: 4px;
  display: flex;
}

.course-review-filters {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.course-dropdown-content {
  max-width: 100%;
  overflow: hidden;
}

.course-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.course-review-footer {
  color: #8b8a89;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.paragraph-regular-7 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-7.text-weight-medium {
  font-family: "Switzer 700", sans-serif;
}

.icon-x-large-3 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

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

.dropdown-link-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr;
}

.navigation-icon-a {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

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

.dropdown-link-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.video-play-button {
  z-index: 1;
  color: #0a0a0a;
  background-color: #fff;
  padding: 16px;
  transition: background-color .3s, color .3s, transform .3s;
  position: relative;
}

.video-play-button:hover {
  color: #fff;
  background-color: #734573;
  transform: scale(1.1);
}

.icon-regular-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.video-large {
  background-image: linear-gradient(0deg, #000, #00000080 25%, #0000 50%), url('../images/2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
}

.white-logos-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.content-number-cell-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-wrap: balance;
  background-color: #fff;
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.paragraph-2 {
  color: var(--base-color-neutral--white);
  word-break: normal;
}

._1rem-spscer {
  width: 1rem;
  height: 1rem;
}

.tabblock {
  background-color: var(--base-color-neutral--white);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  max-height: 80vh;
  display: flex;
  overflow: hidden;
}

.image-54 {
  max-height: 700px;
}

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

.blur-overlay {
  z-index: 6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
  position: fixed;
  inset: 0%;
}

.tabcel {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base-color-neutral--neutral-darker);
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.check-small {
  width: 20px;
  height: 20px;
  color: var(--base-color-neutral--neutral-darkest);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-parkezi-section {
  border-top: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-neutral--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.why-parkezi-section.bottom-border {
  border-bottom: 1px solid var(--base-color-neutral--neutral-dark);
}

.footer-social {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  background-color: var(--base-color-neutral--neutral-darker);
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--base-color-neutral--neutral);
}

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

.faq-question-wrap {
  margin-bottom: 15px;
}

.faq-question-bar {
  background-color: var(--base-color-neutral--neutral-darker);
  color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-family: "Switzer 700", sans-serif;
  text-decoration: none;
  display: flex;
}

.faq-question-bar:where(.w-variant-8175e1ec-7a5d-81c1-9432-e9017e020300), .faq-question-bar.white-5, .faq-question-bar.white-21, .faq-question-bar.white-34, .faq-question-bar.white-43, .faq-question-bar.white-52 {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
}

.question-title {
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-content {
  color: var(--base-color-neutral--white);
  margin-top: -2px;
  overflow: hidden;
}

.faq-text {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
}

.faq-text:where(.w-variant-8175e1ec-7a5d-81c1-9432-e9017e020300), .faq-text.white-10, .faq-text.white-13, .faq-text.white-26, .faq-text.white-28, .faq-text.white-39, .faq-text.white-48, .faq-text.white-57 {
  color: var(--base-color-neutral--black);
}

.faq-bold {
  color: var(--base-color-neutral--white);
  font-family: "Switzer 700", sans-serif;
}

.faq-bold:where(.w-variant-8175e1ec-7a5d-81c1-9432-e9017e020300), .faq-bold.white-11, .faq-bold.white-14, .faq-bold.white-15, .faq-bold.white-16, .faq-bold.white-17, .faq-bold.white-29, .faq-bold.white-30 {
  color: var(--base-color-neutral--black);
}

.faq-paragraph {
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
  display: flex;
  overflow: hidden;
}

.grey-line-2 {
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
}

.grey-line-2._2rem-space {
  background-color: var(--base-color-neutral--neutral-dark);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faqs {
  background-color: #000;
  padding: 4rem 5%;
}

.faqs:where(.w-variant-8175e1ec-7a5d-81c1-9432-e9017e020300), .faqs.white-2 {
  background-color: var(--base-color-neutral--white);
}

.blur-gradient {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.exp-horizontal-line {
  background-color: #ffffffb8;
  width: 69%;
  height: 2px;
  position: absolute;
}

.exp-horizontal-line.is-v2 {
  width: 150px;
  position: relative;
  inset: 0% auto 0% 76px;
}

.exp-horizontal-line.is-v2.is-middle {
  width: 50px;
  left: 175px;
}

.exp-horizontal-line.show-tablet-only {
  display: none;
}

.exp-vertical-line {
  background-color: #ffffffb8;
  width: 2px;
  height: 200px;
  position: absolute;
  inset: -147px auto auto;
}

.exp-vertical-line.is-v2 {
  height: 80%;
  top: auto;
}

.exp-vertical-line.is-v2.is-bottom {
  height: 26%;
  bottom: 0;
}

.exp-vertical-line.is-v2.is-top {
  height: 128px;
}

.exp-vertical-line.is-v2.is-top-line {
  height: 26%;
}

.exp-vertical-line.show-tablet-only {
  display: none;
}

.experience-row2-col-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-heading_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--black);
  display: flex;
}

.dropdowncard-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base-color-neutral--white);
  pointer-events: auto;
  flex-direction: column;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.div-block-502 {
  padding-top: 1.5rem;
}

.blog-card-small {
  background-color: #fff;
  border: 1px solid #e6e6e7;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-image-small {
  aspect-ratio: 2.7 / 2.4;
  object-fit: cover;
  border: .5px solid #e6e6e7;
  position: relative;
  overflow: hidden;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto;
}

.paragraph-regular-9 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-9.text-color-gray-400 {
  color: #84848b;
}

.blog-content-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.paragraph-x-small-2 {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-2.text-color-gray-600 {
  color: #59595f;
}

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

.h6-heading-4 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.locationpin {
  object-fit: cover;
  width: 20px;
  height: 20px;
}

.page-head {
  background-image: linear-gradient(90deg, #131313, var(--base-color-neutral--neutral-darker));
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.home-contact-link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.header-link-card {
  grid-column-gap: 15px;
  align-items: center;
  max-width: 235px;
  text-decoration: none;
  display: flex;
}

.header-icon-wrap {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  max-width: 65px;
  min-height: 65px;
  max-height: 65px;
  display: flex;
}

.contacticon {
  width: 26px;
  height: 26px;
}

.header-link-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.overlay-black {
  background-image: linear-gradient(180deg, #0000, var(--base-color-neutral--black));
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.load-bar-base {
  background-color: #fff3;
  border-radius: 100px;
  max-width: 220px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0%;
  right: 0%;
}

.load-bar {
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  height: 4px;
}

.tab-pane-4 {
  position: static;
}

.tabs-content-5 {
  position: static;
  overflow: visible;
}

.slider_content_layout {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 78svh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.slider_content_layout.is-v2 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.lottie-animation {
  width: 20px;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.slider-heading-span {
  color: #fff9;
  line-height: 60px;
}

.slider-tabs-menu {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 18px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.slider-background_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-background_wrap.is-slide-2 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.slider-background_wrap.solar-gate {
  background-image: url('../images/Screenshot-2025-09-17-at-10.52.09-am_1.avif');
  background-position: 50%;
  background-size: contain;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  max-width: 46.25rem;
  font-size: 70px;
  line-height: 75px;
}

.slider-content {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  display: flex;
  position: relative;
}

.slider-content.is-slide-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 25px;
  display: flex;
}

.units {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  position: relative;
}

.experience-row2-col-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-row2-col-content-2.is-v2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.exp-img-2 {
  z-index: 2;
  object-fit: cover;
  border: 5px solid #111;
  border-radius: 250px;
  width: 125px;
  height: 125px;
  position: relative;
}

.exp-img-2.xl {
  width: 12rem;
  height: 12rem;
}

.exp-img-2.is-v2 {
  border-width: 2px;
  border-color: var(--base-color-neutral--white);
  width: 100px;
  height: 100px;
}

.experience-row2-content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.experience-row2-content-2.white {
  color: var(--base-color-neutral--white);
}

.experience-row2-content-2.is-v2 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.experience-row2-col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.grid-bubble.is-v2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.parkezicircle {
  z-index: 2;
  filter: drop-shadow(0 2px 14px #ffffff45) drop-shadow(0 2px 9px #000000b3);
  width: 100%;
  max-width: 200px;
  height: 200px;
  position: relative;
}

.text-color-white-copy {
  color: #fff;
  font-family: "Switzer 700", sans-serif;
}

.bubble-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  display: grid;
}

.bubble-section {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.bubble-section.is-v2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Car-Park-BG_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-505 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.more-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: none;
}

.plan-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-506 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hide-desktop, .mobile-down {
  display: none;
}

.pageheading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-column-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  color: #b2b2b2;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-form-block-2 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.footer-form {
  align-items: center;
  font-family: "Switzer 400", sans-serif;
  display: flex;
}

.footer-form:where(.w-variant-bc7dacc2-e407-22a7-0aec-fb70f235e843) {
  flex-flow: column;
  align-items: stretch;
}

.footer-form.stacked {
  flex-flow: column;
}

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

.newsletterenvelope {
  width: 26px;
  height: 26px;
  position: absolute;
  inset: auto auto auto 20px;
}

.footer-text-field-2 {
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 1rem;
}

.footer-text-field-2::placeholder {
  color: #b4b4b4;
}

.footer-submit-button {
  background-color: var(--base-color-neutral--black);
  min-height: 54px;
  margin-right: 10px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 1rem;
  transition: background-color .3s;
}

.footer-submit-button:where(.w-variant-bc7dacc2-e407-22a7-0aec-fb70f235e843) {
  margin-bottom: 10px;
  margin-left: 10px;
}

.footer-submit-button:hover {
  background-color: #2d2d2d;
}

.footer-submit-button.full {
  background-color: var(--base-color-neutral--neutral-darker);
  width: 100%;
  margin-right: 0;
}

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

.swiper-pagination-bullet {
  background-color: var(--base-color-neutral--neutral-dark);
  opacity: 1;
  cursor: pointer;
  border-radius: 100px;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: .375rem;
  margin-left: .375rem;
  margin-right: .375rem;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #409c8c;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 100%;
  max-width: 3rem;
  height: 100%;
  max-height: 3rem;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.swiper-nav {
  background-color: var(--base-color-neutral--neutral-darker);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.swiper-nav:hover {
  background-color: var(--base-color-neutral--neutral);
}

.swiper-nav.is-right {
  background-image: url('../images/arrow-right-line-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.swiper-nav.is-right:hover {
  background-position: 60%;
}

.swiper-nav.is-left {
  background-image: url('../images/arrow-left-line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.swiper-nav.is-left:hover {
  background-position: 40%;
}

.swiper-navigation-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% -2rem auto;
  transform: translate(0, -50%);
}

.swiper-circle {
  cursor: pointer;
  background-color: #409c8c;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper-circle.swiper-button-next.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  inset: 0% -1.5rem 0% auto;
}

.swiper-circle.swiper-button-next.is-demo5.hide {
  display: none;
}

.swiper-circle.swiper-button-prev.is-demo5 {
  z-index: 10;
  margin-top: 4.75rem;
  position: absolute;
  inset: 0% auto 0% -1.5rem;
}

.swiper-circle.swiper-button-prev.is-demo5.hide {
  display: none;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #409c8c;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  flex: none;
  width: 100%;
  max-width: 3rem;
  height: 100%;
  max-height: 3rem;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.position-relative {
  position: relative;
}

.slider-pagination {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.div-block-507 {
  justify-content: space-between;
  display: flex;
}

.testimonialgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centre-slider-column {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.centre-slider-column.max-750 {
  max-width: 750px;
}

.hero-heading_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.feature-tabs {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.herotabs {
  background-color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: 100%;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.is-v2 {
  width: 100vw;
  height: 78vh;
  position: static;
}

.video-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000db 22%, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.learn-more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--white);
  align-items: center;
  display: flex;
}

.bubble-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  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;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.blog-post4-related_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

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

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

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

.blog-post4-related_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

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

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

.blog-post4-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.text-size-regular-3 {
  font-size: 1rem;
}

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

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

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

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

.section_blog-post4-content {
  justify-content: center;
  align-items: center;
  padding: 3rem 5%;
  display: flex;
}

.blog-post4-content_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.blog-post4-related_title-wrapper {
  margin-bottom: .5rem;
}

.blog-post4-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog-post4-related_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog-post4-content_newsletter {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  padding: 1.5rem;
  position: sticky;
  top: 8rem;
}

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

.blog-post4-related_button-row.mobile-landscape {
  display: none;
}

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

.blog-post4-header_category-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post4-header_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

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

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

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

.blog-padding {
  padding-top: 3rem;
}

.container-large-13 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.page-head-2 {
  background-image: linear-gradient(90deg, #131313, #222);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.h1-heading-6 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.h1-heading-6.white {
  color: #fff;
}

.filter-navigation-row {
  display: none;
}

.filter-sort-dropdown {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.filter-dropdown-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.course-item-statistic {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4d4d4c;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.course-item-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-tiny-3 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.filter-course-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: column;
  height: 100%;
  padding: .5rem;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.badge {
  color: #ff443d;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #fff7f5;
  border: 1px solid #ffeae6;
  border-radius: 96px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.filter-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.filter-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-display-thumb {
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.filter-navigation-menu {
  z-index: 2;
  background-color: #0000;
  position: sticky;
  top: 7rem;
}

.course-item-statistics {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.filter-display-button {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.filter-menu-button {
  display: none;
}

.filter-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.course-item-statistics-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.filter-dropdown-toggle-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.course-video-timestamp {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #201f1f3d;
  border-radius: 96px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px 2px 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 8px 8px;
}

.filter-form-block {
  min-width: 320px;
  margin-bottom: 0;
}

.subheading-regular-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.course-video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.filter-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.course-item-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  padding: 12px 8px;
  display: flex;
}

.filter-sort-dropdown-list {
  background-color: #fff;
}

.filter-sort-dropdown-list.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f6f5f3;
  border: 1px solid #d6d3d1;
  border-radius: 8px;
  flex-flow: column;
  margin-top: 4px;
  padding: 4px;
  display: flex;
  inset: auto 0% auto auto;
}

.filter-toggle-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.filter-main-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.filter-display-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  justify-content: flex-end;
  align-items: center;
  width: 84px;
  padding: 4px;
  display: flex;
  position: relative;
}

.filter-sort-dropdown-link {
  border: 1px solid #f6f5f3;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s;
}

.filter-sort-dropdown-link:hover {
  background-color: #f0edea;
  border: 1px solid #d6d3d1;
}

.filter-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: column;
  padding: .5rem;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.filter-navigation-bar {
  z-index: 2;
  background-color: #0000;
}

.filter-sort-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--base-color-neutral--neutral-lightest);
  border: 1px solid #d6d3d1;
  border-radius: 96px;
  align-items: center;
  padding: 10px 16px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.filter-sort-dropdown-toggle:hover {
  border-color: #d6d3d1;
}

.filter-sort-dropdown-toggle:focus {
  background-color: #f0edea;
  border-color: #d6d3d1;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  font-family: "Switzer 400", sans-serif;
}

.breadcrumb_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  color: var(--base-color-neutral--neutral-light);
  font-size: 1rem;
  text-decoration: none;
}

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

.breadcrumb-link.is-active {
  font-weight: 500;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.page-head-3 {
  z-index: 1;
  background-image: linear-gradient(90deg, #131313, #222);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.container-large-14 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.slider-background-3 {
  background-image: linear-gradient(#0000008c 32%, #0000009c), url('../images/Car-Park-BG_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background-3.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.casestudycardimg {
  object-fit: fill;
  background-image: url('../images/way-bg_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 33.33%;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.casestudycardimg.two {
  background-image: url('../images/exp-img-1.avif');
}

.casestudycardimg.three {
  background-image: url('../images/exp-img-2.avif');
}

.casestudycardimg.four {
  background-image: url('../images/exp-img-3.avif');
}

.unit-xl {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.unitxl {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 75vh;
  display: flex;
}

.logo-card-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  display: flex;
  overflow: visible;
}

.logo-image {
  flex: none;
  max-width: 150px;
}

.content-brands {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: grid;
}

.brand-icon {
  background-color: var(--base-color-neutral--white);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: .6rem;
}

.partner-logo-wrap {
  width: 15rem;
  height: 8rem;
  overflow: hidden;
}

.partner-logo-wrap.rel {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.plus {
  color: var(--base-color-neutral--white);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Switzer 700", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

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

.head {
  background-color: var(--base-color-neutral--black);
  padding: 4rem 5%;
  position: relative;
}

.head._100vh {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.slide-4-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide4wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.home-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sticky {
  position: sticky;
  top: 8rem;
}

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

.padding-bottom-copy {
  padding: 2rem 0;
}

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

.herohead {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.onewaybg {
  background-image: linear-gradient(#0000008c 32%, #0000009c), url('../images/Car-Park-BG_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.onewaybg.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.paidparkingbg {
  background-image: linear-gradient(#0000008c 32%, #000000e3), url('../images/PaidParkingBG_1.avif');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.paidparkingbg.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.twowaybg {
  background-image: linear-gradient(#0000008c 32%, #000000e3), url('../images/TwoWayBG_1.avif');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.twowaybg.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.onewaybg2 {
  background-image: linear-gradient(#0000008c 32%, #000000e3), url('../images/OneWayBG_1.avif');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.onewaybg2.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.integrations-paragraph {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-name {
  color: #fff;
  margin-bottom: 17px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.integration-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.integration-details {
  align-items: flex-start;
  display: flex;
}

.sketch {
  position: relative;
  top: -40px;
}

.large-header {
  z-index: 3;
  color: #f0f0f0;
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.connected-badge {
  color: #fff;
  background-color: #262626;
  border-radius: 100px;
  margin-left: 20px;
  padding: 10px 20px;
  font-weight: 600;
}

.connected-badge.connected {
  color: #0acf83;
  background-color: #033f28;
}

.brand-link {
  color: #7b55ec;
}

.integration-section {
  background-color: #000;
  padding: 4rem 3%;
  overflow: hidden;
}

.figma-icon {
  width: 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.figma {
  width: 100%;
  max-width: 110px;
  position: relative;
  top: -40px;
}

.circle-icon {
  background-color: #262626;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-right: 20px;
  padding: 14px;
  display: flex;
}

.integration-text {
  color: #e5e5e5;
  line-height: 22px;
}

.integration-block {
  background-color: #121212;
  border: 1.5px solid #121212;
  border-radius: 40px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: all .2s;
}

.integration-block:hover {
  border-color: #fff3;
}

.grid-icons {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  align-items: end;
}

.text-wrapper {
  margin-top: 20px;
}

.integrations-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  display: grid;
}

.maintenancebg {
  background-image: linear-gradient(#0000008c 32%, #000000e3), url('../images/BG_1.avif');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.maintenancebg.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.installbg {
  background-image: linear-gradient(#0000008c 32%, #000000e3), url('../images/Team-image-2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.installbg.background-02 {
  background-image: linear-gradient(#0000008c 32%, #000), url('../images/CarPark_1.avif');
}

.client-icon {
  z-index: 2;
  background-color: var(--base-color-neutral--white);
  border-radius: 10px;
  width: 100%;
  max-width: 150px;
  height: 100%;
  min-height: 75px;
  max-height: 100px;
  padding: .6rem;
  position: relative;
}

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

.project-overlay {
  background-image: linear-gradient(#242323, #000000fa);
  position: absolute;
  inset: 0%;
}

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

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.image-cover-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.grid-two-column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

.project-section {
  background-color: #000;
}

.project-section._0-top {
  padding-top: 0;
}

.project-section._2-bottom {
  padding-bottom: 2rem;
}

.project-wrap {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 0;
}

.projecthead {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 5%;
  display: flex;
}

.message-sent {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(180deg, #1d1d1d, var(--base-color-neutral--black));
  width: 100%;
  max-width: 600px;
  color: var(--base-color-neutral--neutral-lighter);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.message-sent.small {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
}

.messagesent {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-section {
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about-section._0-top {
  padding-top: 0;
}

.about-section._2-bottom {
  padding-bottom: 2rem;
}

.r-symbol {
  vertical-align: super;
  font-size: 30px;
}

.section-small-2 {
  background-color: #000;
  padding: 2rem 5%;
}

.container-large-15 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.left-title {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.left-title.max-750 {
  max-width: 750px;
}

.div-block-512 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.superscript {
  vertical-align: super;
  font-size: 20px;
}

.superscript-2 {
  vertical-align: super;
  font-size: 30px;
  top: 0;
}

.paid-section-wrapper-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tablet-down {
  display: none;
}

.system-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--base-color-neutral--neutral-darker);
  flex-flow: column;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.paid-parking {
  background-color: #000;
  background-image: linear-gradient(90deg, #000000eb 8%, #000000db 85%), url('../images/PaidParkingBG_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.paid-parking._0-top {
  padding-top: 0;
}

.paid-parking._2-bottom {
  padding-bottom: 2rem;
}

.paid-parking.two-way {
  background-image: linear-gradient(90deg, #000000eb 8%, #000000db 85%), url('../images/TwoWayBG_1.avif');
}

.paid-parking.one-way {
  background-image: linear-gradient(90deg, #000000eb 8%, #000000db 85%), url('../images/OneWayBG_1.avif');
}

.stickysystem {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 8rem;
}

.checkinfo {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
}

.checkinfo.text-color-gray-800 {
  color: #1f2937;
}

.checkinfo.is-tab-subhead {
  font-size: 16px;
}

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

.div-block-514 {
  color: var(--base-color-neutral--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: "Switzer 700", sans-serif;
  display: flex;
}

.t-cs-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.hero-section {
  background-color: var(--base-color-neutral--black);
  position: relative;
  overflow: hidden;
}

.slider-bg-video_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slider-pagination_wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-pagination {
  height: 18px;
  margin-bottom: 16px;
  position: static;
}

.hero-slider_wrap {
  width: 100%;
}

.hero-slide-content_layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 78svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  overflow: hidden;
}

.hero-slide-content_layout.is-2col {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.hero-slide-content_layout.is-2col.is-centered {
  justify-content: center;
  align-items: center;
}

.hero-slider-text-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-slider-text-content.max-750px {
  max-width: 720px;
}

.hero-slider-text-content.is-centered {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.hero-slider-image_wrap {
  z-index: 2;
  height: 95%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-slide {
  height: 100vh;
  position: relative;
}

.header-slider-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.anchor-link {
  width: 50px;
  height: 50px;
  margin-top: -105px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-test-slide-content {
  background-color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slider-test-slide-content.swiper-slide {
  background-color: var(--base-color-neutral--black);
}

.slider-test-slide.swiper-slide {
  width: 100vw;
  height: 100vh;
}

.text-head {
  color: #fff;
  font-family: "Switzer 700", sans-serif;
}

.slider-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-background-image.is-inverted {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slider-background-image-overlay {
  background-image: linear-gradient(#0000008c 32%, #0000009c);
  position: absolute;
  inset: 0%;
}

.slider-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-slider-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.testimonial-slider_wrap.show-tablet {
  display: none;
}

.testimonial-desktop-slider-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.usp-image {
  max-width: 5rem;
}

.miniscan-go {
  position: relative;
  overflow: hidden;
}

.system-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide1-content {
  z-index: 8;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 65%;
  display: flex;
  position: relative;
}

.slide1-content.max-750px {
  max-width: 720px;
}

.slide1-content.is-centered {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 750px;
}

.exp-horizontal-lines-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80%;
  display: flex;
  position: absolute;
}

.exp-horizontal-lines-wrap.hide-tablet {
  height: 78%;
}

.exp-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  font-family: Gambarino, Palatino Linotype, sans-serif;
  font-size: 16px;
  display: flex;
}

.parkezicircle-wrap {
  border: 1px solid var(--base-color-neutral--white);
  border-radius: 100%;
  width: 200px;
  height: 200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.exp-vertical-lines-wrap {
  height: 80%;
  position: absolute;
}

.exp-vertical-lines-wrap.hide-tablet {
  height: 78%;
}

.systemimg {
  z-index: 2;
  border: 2px solid var(--base-color-neutral--white);
  object-fit: cover;
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.system-image-2 {
  z-index: 2;
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: relative;
}

.systemimgxl {
  z-index: 2;
  border: 5px solid var(--base-color-neutral--black);
  object-fit: cover;
  border-radius: 250px;
  width: 12rem;
  height: 12rem;
  position: relative;
  overflow: hidden;
}

.system-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-xl {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
}

.body {
  background-color: var(--base-color-neutral--black);
  font-family: "Switzer 500", sans-serif;
}

.machines-section {
  background-color: var(--base-color-neutral--white);
  padding: 4rem 5%;
  position: relative;
}

.our-work-title {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.our-work-title.max-750 {
  max-width: 750px;
}

.slider-heading-copy {
  z-index: 9;
  color: #fff;
  font-size: 45px;
  line-height: 75px;
}

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

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

.uui-button-secondary-gray-8 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-8:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-8:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-8.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-8.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-icon-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-8.text-color-gray400 {
  color: #98a2b3;
}

.image-55 {
  width: 100%;
}

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

._6rem-spacer {
  width: 6rem;
  height: 6rem;
}

.paragraph-medium {
  letter-spacing: -.08px;
  font-size: 17px;
  line-height: 24px;
}

.paragraph-medium.text-color-light-gray {
  color: var(--base-color-neutral--neutral-light);
}

.paragraph-medium.text-color-white {
  font-family: "Switzer 700", sans-serif;
}

.paragraph-medium.textcolor-light-gray {
  color: var(--base-color-neutral--neutral);
}

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

.installation-bg {
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.installation-bg._0-top {
  padding-top: 0;
}

.installation-bg._2-bottom {
  padding-bottom: 2rem;
}

.installation-bg.two-way {
  background-image: linear-gradient(90deg, #000000eb 8%, #000000db 85%), url('../images/TwoWayBG_1.avif');
}

.installation-bg.one-way {
  background-image: linear-gradient(90deg, #000000eb 8%, #000000db 85%), url('../images/OneWayBG_1.avif');
}

.installation-block {
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

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

.installation-head {
  z-index: 3;
  background-image: linear-gradient(#000000ba, #000000c9), url('../images/Team-image-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.minimalist-text-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
}

.minimalist-padding-text {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.minimalist-curtain-block {
  width: 33.5%;
  height: 100%;
  position: absolute;
}

.minimalist-curtain-block.is-1 {
  z-index: 10;
  background-color: var(--base-color-neutral--black);
  pointer-events: auto;
  transform-origin: 50% 0;
  inset: 0%;
}

.minimalist-curtain-block.is-3 {
  z-index: 10;
  background-color: var(--base-color-neutral--black);
  transform-origin: 50% 0;
  inset: 0% 0% 0% 66.66%;
}

.minimalist-curtain-block.is-2 {
  z-index: 10;
  background-color: var(--base-color-neutral--black);
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  inset: 0% 0% 0% 33.33%;
  transform: rotate(180deg);
}

.minimalist-image-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.minimalist-section {
  width: 100%;
  height: 60vh;
  min-height: auto;
  position: relative;
}

.minimalist-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.minimalist-bg-image-overlay {
  background-image: linear-gradient(90deg, #000000e6, #0000 43%);
  position: absolute;
  inset: 0%;
}

.heading-3 {
  font-weight: 700;
  line-height: .8;
}

.minimalist-bg-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.mobile-sub-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.mobile-sub-menu:hover {
  color: var(--base-color-neutral--white);
  padding-left: 1rem;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--base-color-neutral--black);
  max-width: 45rem;
  color: var(--base-color-neutral--white);
  padding: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.fs-consent_banner_paragraph {
  margin-bottom: 0;
  font-size: .9rem;
}

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

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.privacy-link {
  color: var(--base-color-neutral--white);
  font-size: .9rem;
  font-weight: 400;
  text-decoration: underline;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

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

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

.logo6_logo {
  max-height: 3.5rem;
}

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

.logo6_wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-x-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.logo-2 {
  border-radius: 24px;
  padding: 1px;
}

.logo-inner {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1.5rem 1rem;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.logo-inner:hover {
  color: #f0f0f0;
}

.section-large-2 {
  background-color: #000;
  padding: 2rem 5% 3rem;
  position: relative;
}

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

.container-large-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h2-heading-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a78eec, #8f6ee7 28%, #7e58e478);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.title-wrap-small {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-link {
  color: var(--base-color-neutral--neutral);
  margin-left: 2px;
  margin-right: 2px;
  font-size: 1rem;
  text-decoration: underline;
}

.logo-images {
  max-width: 400px;
}

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

.gallery-wrapper {
  background-color: var(--base-color-neutral--black);
  flex: none;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

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

.image-wrapper {
  opacity: .45;
  margin-right: 5px;
  padding: 1vh 5px;
  transition: opacity .2s;
  display: flex;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image {
  object-fit: contain;
  max-height: 76vh;
}

.cta-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.breadcrumb.w--current {
  opacity: .75;
}

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

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

.features-checkbox {
  padding: 2rem 5%;
  position: relative;
}

.solar-gate-unit {
  z-index: 1;
  object-fit: contain;
  width: 55vw;
}

.solar-gate-bg {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-542 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #65cd8a73;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.new-circle {
  background-color: #00ff5b;
  border-radius: 100px;
  width: .85rem;
  height: .85rem;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-543 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

.solar-gate-floor {
  z-index: 1;
  background-color: #d0d0d0;
  height: 18%;
  position: absolute;
  inset: auto 0% 0%;
}

.mining-text {
  font-size: 1.2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.mining-text.text-color-white {
  letter-spacing: .5px;
}

.div-block-544 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  padding-bottom: 1rem;
  display: flex;
}

.solar-gate-subheading {
  color: var(--base-color-neutral--white);
  font-family: "Switzer 400", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.solar-gate-subheading.text-color-white {
  letter-spacing: .5px;
}

.slide2-content {
  z-index: 8;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 85%;
  display: flex;
  position: relative;
}

.slide2-content.max-750px {
  max-width: 720px;
}

.slide2-content.is-centered {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 750px;
}

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

.mining-text-2 {
  color: var(--base-color-neutral--white);
  font-family: "Switzer 400", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.mining-text-2.text-color-white {
  letter-spacing: .5px;
}

.solargateslide {
  object-fit: cover;
  height: 100%;
}

.testimonial-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed-2 {
  width: 100%;
}

.ikonik-1asyug {
  color: #fff;
}

.maps-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-review-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-g {
  width: 1.5rem;
  height: 1.5rem;
}

.brand-review-divider {
  background-color: #eaedf040;
  width: 2px;
  height: 18px;
}

.row-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-small-9 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-9.text-weight-medium {
  font-weight: 500;
}

.div-block-5 {
  display: flex;
}

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

.google-badge {
  max-width: 180px;
}

.social-media-grid {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.social-media-grid.hero---home-v1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.social-media-square-link {
  color: #fff;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  transform-style: preserve-3d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.social-media-square-link:hover {
  color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.social-media-square-link.dark-tiny-8 {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

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

.icon-embed-xsmall.dark-tiny-9 {
  color: #878b94;
  width: 1rem;
  height: 1rem;
}

.div-block-547 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.upper-menu-buttons-right {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: 1px solid var(--base-color-neutral--neutral-darker);
  height: 100%;
  color: var(--base-color-neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.upper-menu-buttons-right:where(.w-variant-e492eb13-415e-b491-a93a-b7229aac601d) {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  padding: 2rem;
  font-size: 1rem;
}

.upper-menu-buttons-right:hover {
  color: var(--base-color-neutral--neutral-lighter);
}

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

.announcement-container {
  width: 100%;
  max-width: 95rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.div-block-549 {
  background-color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-549:hover {
  background-color: var(--base-color-neutral--neutral-darkest);
}

.ikonik-qgbn8 {
  color: #fff;
}

.div-block-550 {
  z-index: 99;
  background-image: linear-gradient(#0000, #000 50%);
  padding-top: 2rem;
  position: fixed;
  inset: auto 0% 0%;
}

.ikonik-tighl, .ikonik-kmevr {
  color: #fff;
}

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

.account-menu:where(.w-variant-e492eb13-415e-b491-a93a-b7229aac601d) {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.head-copy {
  background-color: var(--base-color-neutral--black);
  padding: 1rem 5%;
  position: relative;
}

.head-copy._100vh {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.div-block-551 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block:where(.w-variant-da8c0ec3-3894-be5d-e6fa-2796bb1e5224) {
  color: var(--base-color-neutral--black);
}

@media screen and (min-width: 1280px) {
  .menu-mob-container {
    display: none;
  }

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

  .section-small.rel {
    position: relative;
  }

  .exp-vertical-line.is-v2.is-top {
    height: 30%;
  }

  .exp-vertical-line.is-v2.is-bottom, .exp-vertical-line.is-v2.is-top-line {
    height: 24%;
  }

  .exp-img-2.is-v2 {
    width: 150px;
    height: 150px;
  }

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

  .course-item-video-wrapper {
    height: 225px;
  }

  .filter-main-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .logo {
    width: 300px;
  }

  .header-slide.swiper-slide {
    height: 84svh;
  }

  .systemimg, .system-image-2 {
    width: 140px;
    height: 140px;
  }

  .systemimgxl {
    width: 150px;
    height: 150px;
  }

  .div-block-515 {
    flex-flow: row;
  }

  .solar-gate-floor {
    height: 16%;
  }

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

@media screen and (min-width: 1440px) {
  .container-large {
    max-width: 90rem;
  }

  .experience-row2-col-wrapper.is-v2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-left: 3rem;
  }

  .nav-menu-beyond {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dropdown-list-wide-2.w--open {
    width: 80vw;
  }

  .header-grid-lead {
    grid-template-columns: 1fr .5fr;
  }

  .testimonial-card {
    justify-content: flex-start;
    height: 100%;
  }

  .exp-horizontal-line.is-v2 {
    width: 225px;
    left: 114px;
  }

  .exp-horizontal-line.is-v2.is-middle {
    left: 230px;
  }

  .exp-vertical-line.is-v2.is-bottom {
    height: 26%;
  }

  .exp-vertical-line.is-v2.is-top {
    height: 130px;
  }

  .exp-vertical-line.is-v2.is-top-line {
    height: 26%;
  }

  .slider_content_layout.rel {
    position: relative;
  }

  .experience-row2-col-content-2.is-v2 {
    grid-template-columns: .8fr 1fr 1fr;
  }

  .exp-img-2.is-v2 {
    margin-left: -1rem;
  }

  .parkezicircle {
    max-width: 235px;
    height: 235px;
  }

  .bubble-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .bubble-wrapper.is-v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .course-item-video-wrapper {
    height: 180px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .page-head-3 {
    z-index: 1;
  }

  .herohead.rel, .projecthead.rel {
    position: relative;
  }

  .testimonial-desktop-slider, .testimonial-desktop-slider-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .exp-content {
    color: var(--base-color-neutral--white);
    font-family: Gambarino, Palatino Linotype, sans-serif;
  }

  .parkezicircle-wrap.is-v2 {
    width: 235px;
    height: 235px;
  }

  .systemimg {
    width: 180px;
    height: 180px;
  }

  .system-image-2 {
    width: 240px;
    height: 240px;
  }

  .systemimgxl {
    margin-left: -1rem;
  }

  .installation-head.rel {
    position: relative;
  }

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

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .exp-vertical-line.is-v2.is-top {
    height: 30%;
  }

  .exp-vertical-line.is-v2.is-bottom, .exp-vertical-line.is-v2.is-top-line {
    height: 32%;
  }

  .grid-bubble.is-v2 {
    justify-content: flex-end;
    align-items: center;
  }

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

  .hero-slide-content_layout {
    max-width: 90rem;
  }

  .exp-content {
    font-size: 20px;
  }

  .systemimg {
    width: 240px;
    height: 240px;
  }

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

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  p, a {
    font-size: 16px;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    font-size: 16px;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 22px;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .navigation-left {
    display: none;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 24px 5%;
  }

  .navigation-link {
    color: #121212;
  }

  .navigation-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    color: #121212;
    background-color: #fff;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .home-header-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .experience-row2-col-wrapper.is-v2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .exp-img {
    width: 200px;
    height: 200px;
  }

  .paid-section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .announcement-wrapper {
    display: none;
  }

  .glow-text {
    font-size: 55px;
  }

  .table-wrapper {
    width: 1300px;
  }

  .table-wrapper.is-v2 {
    width: 100%;
    height: 100%;
  }

  .table-container.is-v2 {
    width: 100%;
  }

  .subheading-large.is-tab-subhead {
    font-size: 13px;
    line-height: 20px;
  }

  .h6-heading.is-tab-heading {
    font-size: 14px;
  }

  .content-tabs-menu-list {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

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

  .content-tab-link {
    width: 100%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

  .tabs-content {
    width: 100%;
    margin-left: 0;
  }

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

  .navigation-link-block {
    background-color: #fff;
    padding: 16px;
  }

  .link-grid-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-container {
    padding: 0;
  }

  .dropdown-list-3.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown-wrapper-2 {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-tab {
    width: 100%;
  }

  .navigation-split {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--base-color-neutral--black);
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    min-height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: grid;
    position: relative;
  }

  .content-dark-grove {
    border-radius: 0;
    width: 100%;
  }

  .nav-menu-beyond {
    background-color: #171230;
    height: auto;
    display: block;
    position: absolute;
    top: 90px;
  }

  .menu-mob-container {
    padding-top: 105px;
    padding-bottom: 55px;
    overflow: scroll;
  }

  .list-wrap-grove {
    box-shadow: none;
  }

  .div-block-133 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .hamburger {
    z-index: 99;
    position: relative;
  }

  .menu-hidden-desktop {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .m-navigation-button-wrapper {
    background-color: #fff;
    justify-content: center;
    width: 50px;
    display: flex;
  }

  .m-navigation-button-wrapper.red.is-phone {
    height: 50px;
  }

  .navigation-side {
    justify-content: flex-end;
  }

  .navigation-side.align-left {
    display: none;
  }

  .navigation-side.right {
    width: auto;
  }

  .navigation-side.left {
    justify-content: flex-start;
    align-items: center;
  }

  .navigation-side.left.show-tablet {
    width: auto;
    display: flex;
  }

  .accordion_title-wrapper.link {
    border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  }

  .list-grove.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .content-grove {
    width: 100%;
  }

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

  .content-statistics {
    flex-flow: column;
  }

  .content-statistic-cell.middle {
    border: 1px solid #e6e6e7;
    border-left: 1px #000;
    border-right: 1px #000;
  }

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .nav-link-3 {
    align-self: center;
  }

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

  .price-card {
    height: auto;
  }

  .promo-section {
    max-width: 100dvw;
  }

  .dropdown-list-wide-2.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .dropdowncard {
    max-width: none;
    padding: 12px;
  }

  .navigation-toggle-3 {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .footer-policy_wrapper {
    flex-flow: column;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

  .privacy-heading {
    margin-bottom: 24px;
  }

  .header-form-lead {
    max-width: none;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .form-block {
    align-items: center;
  }

  .testimonial-card {
    width: 100%;
  }

  .course-content, .course-side-column {
    max-width: none;
  }

  .course-tab-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .course-content-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .exp-horizontal-line {
    width: 68.5%;
  }

  .exp-horizontal-line.hide-mobile-portrait {
    width: 69%;
  }

  .exp-horizontal-line.show-tablet-only, .exp-vertical-line.show-tablet-only {
    display: block;
  }

  .exp-vertical-line.show-tablet-only.is-middle {
    height: 30px;
    top: -48px;
  }

  .table-content_wrap {
    flex-flow: column;
    display: flex;
  }

  .dropdowncard-content {
    max-width: none;
    padding: 12px;
  }

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

  .home-contact-link-wrap {
    flex-direction: row;
  }

  .slider-background_wrap.solar-gate {
    background-position: 50%;
  }

  .slider-heading {
    font-size: 60px;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: var(--base-color-neutral--black);
    position: relative;
  }

  .experience-row2-col-content-2.is-v2 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .exp-img-2 {
    width: 140px;
    height: 140px;
  }

  .experience-row2-content-2.is-v2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .experience-row2-col-2.is-v2 {
    z-index: 2;
    background-color: var(--base-color-neutral--black);
  }

  .grid-bubble.is-v2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    align-items: stretch;
  }

  .bubble-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-505 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hide-desktop {
    display: block;
  }

  .footer-form-block-2 {
    width: 100%;
  }

  .footer-form {
    justify-content: space-between;
  }

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

  .slider-button-left:hover, .slider-button-right:hover {
    background-position: 50%;
  }

  .div-block-507 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .bubble-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .blog-post4-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post4-content_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post4-content_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post4-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blog-post4-content_newsletter {
    position: static;
  }

  .blog-post4-related_button-row {
    flex: none;
  }

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

  .blog-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .filter-navigation-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .filter-navigation-menu {
    z-index: 2;
    text-align: left;
    padding-top: 8px;
  }

  .filter-menu-button {
    background-color: #f0edea;
    border: 1px solid #d6d3d1;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 8px;
    display: flex;
  }

  .filter-menu-button.w--open {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
  }

  .burger-lottie {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .filter-form-block {
    z-index: 999;
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }

  .filter-main-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .filter-form {
    border: 1px solid #f0edea;
    position: static;
  }

  .logo-card-2 {
    min-height: 100px;
  }

  .content-brands {
    width: 100%;
  }

  .slide-4-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .integration-details {
    flex-direction: column;
  }

  .connected-badge {
    position: absolute;
    inset: 25px 25px auto auto;
  }

  .integration-block {
    position: relative;
  }

  .integrations-grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .grid-2-1-column {
    grid-template-columns: 1fr;
  }

  .gallery-image-x-tall {
    height: 440px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .paid-section-wrapper-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .desktop-only {
    display: none;
  }

  .tablet-down {
    display: block;
  }

  .tablet-down.is-v2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .system-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .checkinfo.is-tab-subhead {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-513 {
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .t-cs-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-slide-content_layout {
    height: 100svh;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero-slide-content_layout.is-2col.is-centered {
    flex-flow: wrap-reverse;
  }

  .hero-slider-text-content.is-4th-slide {
    margin-bottom: -2rem;
  }

  .hero-slider-image_wrap {
    width: 100%;
    height: 50svh;
  }

  .header-slide {
    height: 95svh;
  }

  .testimonial-slider_wrap.show-tablet {
    display: block;
  }

  .slide1-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .slide1-content.is-4th-slide {
    margin-bottom: -2rem;
  }

  .parkezicircle-wrap {
    z-index: 3;
    background-color: var(--base-color-neutral--black);
    position: relative;
  }

  .systemimg, .system-image-2, .systemimgxl {
    width: 140px;
    height: 140px;
  }

  .our-work-title {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .slider-heading-copy {
    font-size: 60px;
  }

  .div-block-515 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .uui-blogpost04_share {
    display: none;
  }

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

  .installation-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-517 {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 5.96736em;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .solar-gate-unit {
    width: 100vw;
  }

  .solar-gate-bg {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 50svh;
    position: relative;
    bottom: 0%;
  }

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

  .solar-gate-floor {
    height: 12%;
  }

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

  .slide2-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .slide2-content.is-4th-slide {
    margin-bottom: -2rem;
  }

  .upper-menu-buttons-right {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-549 {
    display: none;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navigation-buttons {
    display: none;
  }

  .navigation-logo.w--current {
    padding-left: 0;
  }

  .home-header-wrapper {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-header-col {
    align-items: center;
  }

  .footer-section {
    padding-bottom: 30px;
  }

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

  .exp-img {
    border-width: 5px;
    width: 125px;
    height: 125px;
  }

  .paid-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .announcement-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .glow-text {
    font-size: 45px;
  }

  .table-wrapper {
    width: 980px;
  }

  .table-wrapper.is-v2 {
    display: flex;
    position: relative;
    overflow: visible;
  }

  .table-container.is-v2 {
    width: 100%;
    overflow: visible;
  }

  .table-cell-feature {
    text-align: center;
  }

  .table-grid-heading {
    background-color: var(--base-color-neutral--white);
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: sticky;
    top: 105px;
    overflow: hidden;
  }

  .table-row {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-large.is-tab-subhead {
    color: #fff;
  }

  .table-tooltip {
    display: none;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

  .table-category {
    margin-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-grid-cell {
    justify-content: center;
    align-items: center;
  }

  .table-grid-cell.show-mobile-landscape {
    background-color: var(--base-color-neutral--black);
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Switzer 700", sans-serif;
    display: flex;
  }

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

  .h2-heading {
    font-size: 40px;
  }

  .tab-link-horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .purchase-plan-section {
    padding-bottom: 2rem;
  }

  .link-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .features-tab {
    overflow: visible;
  }

  .large-link {
    display: none;
  }

  .navigation-side {
    width: 100%;
  }

  .h4-heading-2 {
    font-size: 32px;
  }

  .nav-link-3 {
    display: none;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .section-regular-4 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .promo-wrapper {
    min-height: 30dvh;
  }

  .promo-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    max-height: none;
    display: grid;
  }

  .content-numbers {
    grid-template-columns: 1fr;
  }

  .h5-heading {
    font-size: 28px;
  }

  .footer-policy_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-logo-2 {
    align-items: center;
  }

  .footer-rights {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ghost-image.hero {
    height: 80%;
    position: relative;
    top: 12rem;
  }

  .ghost-headline_wrapper.hero {
    top: 5rem;
  }

  .section-ghost {
    height: 60dvh;
  }

  .section-ghost.xl {
    height: 95dvh;
  }

  .ghost-car-image.hero {
    height: 80%;
    top: 12rem;
  }

  .white-logos {
    width: 100%;
  }

  .tabs-menu {
    overflow: hidden;
  }

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

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

  .section-header {
    background-size: auto;
    padding-top: 72px;
  }

  .course-product {
    padding: 0;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .white-logos-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grey-line-2._2rem-space {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .exp-horizontal-line {
    width: 69.1%;
  }

  .sticky-wrap {
    pointer-events: none;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0%;
  }

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

  .home-contact-link-wrap {
    flex-direction: column;
  }

  .load-bar-base {
    max-width: none;
    height: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .slider_content_layout {
    min-height: 70svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-tabs-menu {
    flex-wrap: wrap;
  }

  .slider-content {
    align-items: center;
  }

  .exp-img-2 {
    border-width: 5px;
    width: 125px;
    height: 125px;
  }

  .bubble-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .desktop-tablet-only {
    display: none;
  }

  .mobile-down {
    display: block;
  }

  .pageheading.rel {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-column-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-submit-button {
    background-color: var(--base-color-neutral--neutral-dark);
    margin-right: 0;
  }

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

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .swiper-nav {
    width: 2rem;
    height: 2rem;
    padding: 8px;
  }

  .swiper-navigation-wrapper {
    pointer-events: none;
    left: -1rem;
    right: -1rem;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .centre-slider-column {
    align-items: center;
  }

  .hero-heading_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

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

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

  .blog-post4-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .blog-post4-content_content, .blog-post4-header_image-wrapper {
    margin-bottom: 2rem;
  }

  .blog-post4-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post4-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

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

  .blog-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1-heading-6 {
    font-size: 54px;
    line-height: 62px;
  }

  .filter-title {
    padding: 0;
  }

  .partner-logo-wrap {
    width: 10rem;
    height: 5rem;
  }

  .plus {
    font-size: 54px;
    line-height: 62px;
  }

  .head {
    background-size: auto;
    padding-top: 72px;
  }

  .slide-4-wrapper {
    text-align: center;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .slide4wrap, .home-content {
    align-items: center;
  }

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

  .herohead {
    min-height: 70svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .integrations-paragraph {
    max-width: 380px;
  }

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

  .large-header {
    font-size: 50px;
  }

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

  .grid-2-1-column, .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .project-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .project-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .projecthead {
    min-height: 70svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .div-block-511 {
    flex-flow: column;
  }

  .left-title {
    align-items: center;
  }

  .paid-parking {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .checkinfo {
    font-size: .8rem;
  }

  .checkinfo.is-tab-subhead {
    color: #fff;
  }

  .hero-slide-content_layout {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-slider-text-content.is-4th-slide {
    margin-bottom: -5rem;
  }

  .hero-slider-image_wrap {
    width: 100%;
    height: 50vh;
  }

  .slide1-content.is-4th-slide {
    margin-bottom: -5rem;
  }

  .systemimg, .system-image-2, .systemimgxl {
    border-width: 5px;
    width: 125px;
    height: 125px;
  }

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

  .our-work-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    color: #344054;
    background-color: #fff;
  }

  ._6rem-spacer._3rem-mobile {
    width: 3rem;
    height: 3rem;
  }

  .installation-bg {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .installation-head {
    min-height: 70svh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .minimalist-text-wrapper {
    margin-bottom: 40px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .logo6_logo {
    max-height: 3rem;
  }

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

  .heading-style-h6-3 {
    font-size: 1.125rem;
  }

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

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

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

  .image {
    max-height: 40vh;
  }

  .features-checkbox {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .solar-gate-bg {
    width: 100%;
    bottom: 4%;
  }

  .solar-gate-floor {
    height: 9%;
  }

  .slide2-content.is-4th-slide {
    margin-bottom: -5rem;
  }

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

  .social-media-grid {
    grid-column-gap: 12px;
  }

  .social-media-grid.hero---home-v1 {
    flex-flow: row;
  }

  .social-media-square-link {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    font-size: 14px;
  }

  .head-copy {
    background-image: none;
  }

  .div-block-551 {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

  .button.is-icon, .button.is-icon.is-secondary {
    flex: 1;
  }

  .button-group {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .button-group.margin-bottom {
    width: 100%;
  }

  .button-group.margin-bottom.split {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-logo.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .home-header-col {
    text-align: center;
  }

  .sub-heading {
    font-size: 1.3rem;
  }

  .experience-row2-col-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .experience-row2-col-wrapper.is-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .experience-row2-content {
    background-color: var(--base-color-neutral--black);
    position: relative;
  }

  .announcement-wrapper {
    display: none;
  }

  .glow-text {
    font-size: 30px;
  }

  .table-wrapper {
    width: 840px;
  }

  .subheading-large.is-tab-subhead {
    line-height: 1.2;
  }

  .h1-heading {
    font-size: 50px;
  }

  .h1-heading.plan {
    font-size: 45px;
    line-height: 2.8rem;
  }

  .h6-heading.is-tab-heading {
    white-space: pre-wrap;
    word-break: keep-all;
    line-height: 1.5;
  }

  .tab-link-dropdown.is-why {
    width: 100%;
    margin-left: 0;
    padding-left: 8px;
  }

  .h6-heading-2 {
    font-size: 23px;
  }

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

  .link-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-link-2 {
    margin-top: 12px;
  }

  .navigation-split {
    position: sticky;
  }

  .large-link.w--current {
    display: none;
  }

  .promo-container {
    display: flex;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .content-gallery-image {
    height: 220px;
  }

  .content-gallery {
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .ghost-image.hero {
    height: 70%;
  }

  .ghost-headline_wrapper.hero {
    text-align: center;
  }

  .section-ghost.xl {
    height: 85dvh;
  }

  .ghost-car-image.hero {
    height: 70%;
  }

  .heading-style-h2-2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .white-logos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tab-link {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-grid-lead {
    grid-template-columns: 1fr;
  }

  .header-section-lead {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .header-phone-wrapper {
    max-height: 80vh;
  }

  .testimonial-card {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .course-lesson-details {
    flex-flow: column;
  }

  .course-lesson {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 8px;
  }

  .course-review-settings {
    flex-flow: column;
    align-items: flex-start;
  }

  .course-thumbnail-wrapper {
    width: 100%;
    height: 164px;
  }

  .course-border-wrapper {
    padding: 5%;
  }

  .course-tab-menu {
    border-radius: 24px;
    flex-flow: column;
  }

  .course-sort-dropdown-list.w--open {
    left: 0%;
  }

  .course-dropdown-header {
    padding-right: 8px;
  }

  .video-large {
    height: 240px;
  }

  .white-logos-2 {
    grid-template-columns: 1fr 1fr;
  }

  .question-title {
    flex: 1;
  }

  .exp-horizontal-line.show-tablet-only {
    display: none;
  }

  .exp-vertical-line.show-tablet-only {
    z-index: 1;
  }

  .experience-row2-col-content {
    z-index: 2;
    background-color: var(--base-color-neutral--black);
    position: relative;
  }

  .home-contact-link-wrap {
    grid-template-columns: 1fr;
  }

  .load-bar-base {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs-content-5 {
    padding-top: 0;
  }

  .slider-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 10px;
  }

  .slider-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .experience-row2-col-content-2 {
    z-index: 2;
    background-color: #000;
    position: relative;
  }

  .experience-row2-col-content-2.is-v2 {
    z-index: 3;
  }

  .experience-row2-content-2 {
    background-color: #000;
    position: relative;
  }

  .experience-row2-col-2 {
    background-color: #000;
  }

  .experience-row2-col-2.is-v2.is-1st {
    z-index: 5;
  }

  .experience-row2-col-2.is-v2.is-2nd {
    z-index: 4;
  }

  .plan-title {
    text-align: left;
    max-width: none;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-text-field-2 {
    background-image: none;
    width: 100%;
    padding-left: 60px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-submit-button {
    width: 100%;
  }

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

  .centre-slider-column {
    text-align: center;
  }

  .blog-post4-related_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h1-heading-6 {
    font-size: 50px;
  }

  .filter-sort-dropdown-list.w--open {
    left: 0%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .breadcrumb_component {
    font-size: .8rem;
  }

  .partner-logo-wrap {
    width: 8rem;
  }

  .div-block-509 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .plus {
    font-size: 50px;
  }

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

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

  .large-header {
    font-size: 35px;
  }

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

  .message-sent {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .checkinfo.is-tab-subhead {
    line-height: 1.2;
  }

  .div-block-513 {
    grid-template-columns: 1fr;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .testimonial-desktop-slider-list {
    grid-template-columns: 1fr;
  }

  .usp-image {
    max-width: 3.5rem;
  }

  .miniscan-go {
    max-height: 80vh;
  }

  .parkezicircle-wrap {
    z-index: 6;
  }

  .slider-heading-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-518 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .minimalist-text-wrapper {
    margin-bottom: 60px;
  }

  .minimalist-padding-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-3 {
    font-size: 4rem;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

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

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

  .h2-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

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

  .logo-images {
    max-width: 300px;
  }

  .image {
    max-height: 65vw;
  }

  .solar-gate-floor {
    height: 7rem;
  }

  .mining-text, .solar-gate-subheading, .mining-text-2 {
    font-size: 1.3rem;
  }

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

#w-node-d598fbe5-67a9-9c71-645c-baf4e5736607-e5736604 {
  align-self: center;
}

#w-node-d598fbe5-67a9-9c71-645c-baf4e573661e-e5736604 {
  justify-self: end;
}

#w-node-d598fbe5-67a9-9c71-645c-baf4e5736622-e5736604, #w-node-d598fbe5-67a9-9c71-645c-baf4e573662f-e5736604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dc6c929-195f-c4a5-5c1c-621ffe9fcc83-06b6f2b7 {
  align-self: center;
}

#w-node-a0b08a53-9369-05fd-aef6-d587bd300b66-bf1f5371, #w-node-e91997d1-9cc5-6f47-3b06-e129b6885f03-bf1f5371 {
  justify-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-98eca59b {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-98eca59b, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-98eca59b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-98eca59b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-98eca59b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-98eca59b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-98eca59b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-98eca59b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-98eca59b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-98eca59b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-98eca59b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-98eca59b {
  justify-self: start;
}

#w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c4f5-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c4f8-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c4fb-09f4c4df, #w-node-_817a3575-a617-479c-b4c0-f3418726a341-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c500-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c505-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c50a-09f4c4df, #w-node-_6a605854-0c36-f2fa-af41-225696a99038-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c510-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c515-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c51a-09f4c4df, #w-node-c9f07fe4-507b-ac48-0f2a-5faa618571c4-09f4c4df, #w-node-_5e4bd769-6cc7-23d4-8dd0-3e6cf0e00270-09f4c4df, #w-node-_5e4bd769-6cc7-23d4-8dd0-3e6cf0e00275-09f4c4df, #w-node-_5e4bd769-6cc7-23d4-8dd0-3e6cf0e00278-09f4c4df, #w-node-_5e4bd769-6cc7-23d4-8dd0-3e6cf0e0027b-09f4c4df, #w-node-_63d23270-ee58-dec7-f5f7-b09c7938add3-09f4c4df, #w-node-_63d23270-ee58-dec7-f5f7-b09c7938add8-09f4c4df, #w-node-_63d23270-ee58-dec7-f5f7-b09c7938addb-09f4c4df, #w-node-_63d23270-ee58-dec7-f5f7-b09c7938adde-09f4c4df, #w-node-a2b02ab4-91af-0876-e949-6de7cb879865-09f4c4df, #w-node-a2b02ab4-91af-0876-e949-6de7cb87986a-09f4c4df, #w-node-a2b02ab4-91af-0876-e949-6de7cb87986d-09f4c4df, #w-node-a2b02ab4-91af-0876-e949-6de7cb879870-09f4c4df, #w-node-_1fcbcd99-6cde-ba9f-8bf0-43864cfd0a2e-09f4c4df, #w-node-_1fcbcd99-6cde-ba9f-8bf0-43864cfd0a33-09f4c4df, #w-node-_1fcbcd99-6cde-ba9f-8bf0-43864cfd0a36-09f4c4df, #w-node-_1fcbcd99-6cde-ba9f-8bf0-43864cfd0a39-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c520-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c525-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c528-09f4c4df, #w-node-_90d6530a-4f21-0629-2e42-9f212b59e11f-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c52e-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c533-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c536-09f4c4df, #w-node-_3b5ffd10-ea22-7e56-716d-946e497b945c-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c53c-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c541-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c544-09f4c4df, #w-node-dea5cbc0-8461-3a89-b060-b3c11de46ff0-09f4c4df, #w-node-_0ac38572-3060-337b-cd85-6fa151a004b2-09f4c4df, #w-node-_0ac38572-3060-337b-cd85-6fa151a004b7-09f4c4df, #w-node-_0ac38572-3060-337b-cd85-6fa151a004ba-09f4c4df, #w-node-_0ac38572-3060-337b-cd85-6fa151a004bd-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c54b-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c54e-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c551-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c556-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c55b-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c560-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c566-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c56b-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c56e-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c574-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c579-09f4c4df, #w-node-_759bfda9-c9dc-d0c7-4c19-035d09f4c57c-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da75-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da78-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da7b-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da7e-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da89-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da8e-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da91-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da94-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5da9e-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5daa3-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5daa6-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5daa9-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dab3-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dab8-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dabb-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dabe-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dac8-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dacd-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dad0-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dad3-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5daf2-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5daf7-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dafa-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5dafd-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db07-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db0c-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db0f-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db12-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db1c-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db21-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db24-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db27-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db31-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db36-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db39-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db3c-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db46-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db4b-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db4e-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db51-09f4c4df, #w-node-ea04cc03-1c74-b44f-e0c2-88ad1b869649-09f4c4df, #w-node-ea04cc03-1c74-b44f-e0c2-88ad1b86964e-09f4c4df, #w-node-ea04cc03-1c74-b44f-e0c2-88ad1b869651-09f4c4df, #w-node-ea04cc03-1c74-b44f-e0c2-88ad1b869654-09f4c4df, #w-node-_595df888-05bf-49d0-94db-2b48b3d97606-09f4c4df, #w-node-_595df888-05bf-49d0-94db-2b48b3d9760b-09f4c4df, #w-node-_595df888-05bf-49d0-94db-2b48b3d9760e-09f4c4df, #w-node-_595df888-05bf-49d0-94db-2b48b3d97611-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db56-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db59-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db5c-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db61-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db66-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db6b-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db71-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db76-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db79-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db7f-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db84-09f4c4df, #w-node-_30dc972e-6332-5253-e9fa-83c29cf5db87-09f4c4df, #copy-button.w-node-_3e0c6039-17b6-f46c-7fe5-6dac2d924c15-98eca5a1, #w-node-_3e0c6039-17b6-f46c-7fe5-6dac2d924c19-98eca5a1, #w-node-_3e0c6039-17b6-f46c-7fe5-6dac2d924c1b-98eca5a1, #w-node-_3e0c6039-17b6-f46c-7fe5-6dac2d924c1d-98eca5a1, #w-node-f339b839-fe35-3877-43d1-93c54d168621-98eca5a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6e46fd7-e139-cdc8-2f30-bb6ad795c0bf-d795c0ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6e46fd7-e139-cdc8-2f30-bb6ad795c0c5-d795c0ba {
  place-self: center end;
}

#w-node-_0d774ec6-7a3a-bf71-9a0d-c8489c48f6c3-9c48f6a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af117d75-824f-40fa-4ea5-b67c8421d1a8-8421d1a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b773b8e5-86b1-f4b4-a50e-bfe673e8c691-bf1f5371 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7731ecdf-d02e-da55-b4d7-534fa08224fa-99b9e2e7, #w-node-f6e4bf51-9224-6baf-50ea-be4256dfb109-8aaed043 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d598fbe5-67a9-9c71-645c-baf4e573661e-e5736604 {
    justify-self: auto;
  }

  #w-node-b773b8e5-86b1-f4b4-a50e-bfe673e8c691-bf1f5371 {
    justify-self: stretch;
  }

  #w-node-_574d5aaa-0b5f-c160-e82c-34493bc520f1-3bc520a5 {
    justify-self: center;
  }

  #w-node-f6804fe9-1700-763e-0ef0-a8a03248d46e-8f50dfbd {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6e46fd7-e139-cdc8-2f30-bb6ad795c0c5-d795c0ba {
    justify-self: start;
  }

  #w-node-_0d774ec6-7a3a-bf71-9a0d-c8489c48f6c3-9c48f6a6 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09220828-2aed-99da-1f7d-08368aaed05a-8aaed043, #w-node-_67a4816d-25ab-0c67-e606-e28f8141319e-8aaed043, #w-node-_8cb93983-a9a3-965f-66d5-588ea667fa05-8aaed043, #w-node-f6e4bf51-9224-6baf-50ea-be4256dfb109-8aaed043 {
    grid-column: span 1 / span 1;
  }

  #w-node-f6e46fd7-e139-cdc8-2f30-bb6ad795c0bf-d795c0ba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f6804fe9-1700-763e-0ef0-a8a03248d46e-8f50dfbd, #w-node-f6e46fd7-e139-cdc8-2f30-bb6ad795c0bf-d795c0ba, #w-node-_0d774ec6-7a3a-bf71-9a0d-c8489c48f6c3-9c48f6a6 {
    grid-column: span 1 / span 1;
  }
}

@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer 500';
  src: url('../fonts/Switzer-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer 700';
  src: url('../fonts/Switzer-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer 400';
  src: url('../fonts/Switzer-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}