:root {
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-primary: var(--base-color-neutral--white);
  --text-color--text-alternate: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --link-color--link-alternate: var(--base-color-brand--teal);
  --base-color-neutral--white: #fff;
  --background-color--background-alternate: var(--base-color-neutral--white);
  --border-color--border-medium: var(--base-color-neutral--neutral-dark);
  --background-color--background-secondary: var(--base-color-neutral--neutral-darkest);
  --link-color--link-primary: var(--base-color-neutral--white);
  --base-color-neutral--black: #000;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-secondary: var(--base-color-brand--teal);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --border-color--border-dark: var(--base-color-neutral--neutral-darker);
  --border-tertiary: var(--base-color-neutral--white);
  --transparent: rgba(0, 0, 0, 0);
  --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-lightest: #eee;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-dark: #4e4e4e;
  --base-color-neutral--neutral-light: #bdbdbd;
  --base-color-brand--teal: #47a0b5;
  --base-color-system--error-red-dark: #3b0b0b;
  --accessible-components--dark-grey: #9b9b9b;
  --border-color--border-light: var(--base-color-neutral--neutral-light);
  --accessible-components--white-smoke: whitesmoke;
  --plyr-color-main: var(--link-color--link-alternate);
  --feature-card-border: .625rem;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #6f6f6f;
  --base-color-neutral--neutral-darkest: #111;
  --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;
  --size: 0px;
  --stacking-cards-title-top: 4dvh;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
}

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

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

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

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

.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-top._52px {
  margin-top: 52px;
}

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

.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 rgba(0, 0, 0, .1);
  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, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.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-weight-semibold {
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .1);
  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: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.heading-style-h3.tab-1-7 {
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

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

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

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.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 {
  color: var(--link-color--link-alternate);
}

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

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

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

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}

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

.heading-style-h1.sticky {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.padding-global {
  flex: 1;
  align-self: stretch;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-large.is-card-stack {
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  top: 0;
}

.padding-global.padding-section-large.is-card-stack.automotive {
  position: static;
}

.padding-global.padding-section-large.top-0 {
  padding-top: 2rem;
}

.padding-global.is-home-header {
  align-self: stretch;
  display: flex;
}

.padding-global.is-card-stack {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-global.is-book-a-call {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.padding-global.is-banner {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

.shared-overflow-hidden {
  overflow: hidden;
}

.shared-overflow-hidden.has-dotted-bg._2.white {
  background-color: var(--base-color-neutral--white);
}

.shared-overflow-hidden.background-color-white {
  background-color: var(--background-color--background-alternate);
}

.shared-overflow-hidden.automotive {
  position: relative;
}

.shared-overflow-hidden.non-hidden {
  overflow: visible;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-medium);
  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;
}

.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: rgba(45, 64, 234, .05);
  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: 1rem;
}

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

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-color--text-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

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

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

.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-medium);
  text-align: center;
  background-color: rgba(17, 17, 17, .6);
  border-radius: .625rem;
  min-height: 2.8rem;
  margin-bottom: 0;
  padding: .4rem 1rem;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, .19);
}

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

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

.form_input.is-text-area {
  min-height: 5rem;
  padding-top: .75rem;
}

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

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

.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-style-link.hover-only-underline {
  text-decoration: none;
}

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

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-large.text-align-left.mobile.all-caps {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 300;
}

.text-size-large.text-align-left.mobile.all-caps.text-color-black {
  color: var(--base-color-neutral--black);
  font-size: 1.25rem;
}

.text-size-large.text-align-left.mobile.all-caps.text-color-black.text-weight-medium {
  font-weight: 400;
}

.text-size-large.text-weight-medium.text-color-black {
  color: var(--base-color-neutral--black);
  font-size: 1.25rem;
}

.text-size-large.text-color-black {
  color: var(--base-color-neutral--black);
}

.text-size-large.text-color-black.host {
  font-size: 1.2rem;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, rgba(221, 35, 187, .25), rgba(0, 0, 0, 0) 40%), radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 60%);
}

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

.heading-style-h2.is-tacking-section {
  font-size: max(1.4rem, min(3vw, 3rem));
}

.fs-styleguide_label {
  background-color: var(--base-color-system--focus-state);
  color: var(--text-color--text-primary);
  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\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

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

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

.container-large.is-hom-header-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.main-wrapper.has-dotted-bg {
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
}

.main-wrapper.has-dotted-bg.is-relative {
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--link-color--link-alternate);
  color: var(--link-color--link-primary);
  text-align: center;
  white-space: nowrap;
  border-radius: .6rem;
  align-self: flex-start;
  padding: .7rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

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

.button:active {
  background-color: #3b8fa3;
}

.button.is-text {
  grid-column-gap: .4rem;
  color: var(--link-color--link-alternate);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.is-text:hover {
  color: #65b8cc;
}

.button.is-text:active {
  color: #378699;
}

.button.is-text.is-alternate {
  color: var(--link-color--link-secondary);
  border-style: none;
  border-width: 0;
}

.button.is-text.is-alternate:hover {
  color: var(--link-color--link-alternate);
}

.button.is-text.is-alternate:active {
  background-color: rgba(177, 177, 177, 0);
}

.button.is-text.is-white {
  color: var(--link-color--link-primary);
}

.button.is-text.is-white:hover {
  color: var(--border-color--border-secondary);
}

.button.is-text.align-left {
  align-self: flex-start;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-dark);
  color: var(--link-color--link-secondary);
  background-color: #f1f1f1;
}

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

.button.is-secondary:active {
  background-color: #b9b9b9;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.button.is-nav-secondary {
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: .5rem;
  text-decoration: none;
}

.button.is-nav-secondary:hover {
  background-color: rgba(34, 34, 34, .31);
  border-color: #fff;
}

.button.is-nav-secondary:active {
  background-color: rgba(34, 34, 34, .4);
  border-color: rgba(255, 255, 255, .6);
}

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

.button.is-nav {
  border-radius: .5rem;
  text-decoration: none;
}

.button.is-nav:hover {
  background-color: #3fb2ce;
}

.button.is-nav:active {
  background-color: #3b8da0;
}

.button.is-alternate {
  color: var(--link-color--link-secondary);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, .7);
}

.button.is-alternate:hover {
  background-color: rgba(255, 255, 255, .15);
  border-color: #000;
}

.button.is-alternate:active {
  background-color: rgba(177, 177, 177, .15);
  border-color: rgba(0, 0, 0, .6);
}

.button.is-alternate.is-dark {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
}

.button.is-alternate.is-dark:hover {
  background-color: #363636;
}

.button.is-alternate.is-dark:active {
  background-color: #000;
}

.button.is-alternate._1-33-stroke {
  border-width: 1.33px;
}

.button.is-alternate._1-33-stroke:hover, .button.is-alternate._1-33-stroke.bg-white {
  background-color: #fff;
}

.button.is-ghost {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-tertiary);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-tertiary);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-tertiary);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-tertiary);
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
}

.button.is-ghost:hover {
  background-color: rgba(34, 34, 34, .31);
}

.button.is-ghost-white {
  background-color: var(--transparent);
  color: var(--base-color-neutral--white);
  border-width: 1.33px;
  border-color: #fff;
  border-radius: .6rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.button.is-ghost-white:hover {
  background-color: rgba(34, 34, 34, .5);
}

.button.learn-more {
  grid-column-gap: .4rem;
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.learn-more:hover {
  color: #65b8cc;
}

.button.learn-more:active {
  color: #378699;
}

.button.learn-more.is-alternate {
  color: var(--link-color--link-secondary);
  border-style: none;
  border-width: 0;
}

.button.learn-more.is-alternate:hover {
  color: var(--link-color--link-alternate);
}

.button.learn-more.is-alternate:active {
  background-color: rgba(177, 177, 177, 0);
}

.button.learn-more.is-white {
  color: var(--link-color--link-primary);
}

.button.learn-more.is-white:hover {
  color: var(--border-color--border-secondary);
}

.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.17rem;
  line-height: 1.3;
}

.text-size-medium.max-width-710 {
  text-align: center;
  max-width: 710px;
  font-size: 1.25rem;
}

.text-size-medium.regular {
  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;
  align-items: start;
  justify-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;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

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

.container-medium.is-hom-header {
  display: flex;
}

.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: rgba(45, 64, 234, .1);
  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 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  color: inherit;
  flex: none;
  padding-left: 0;
}

.nav_logo {
  height: 3rem;
}

.nav_menu {
  z-index: 10;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu_link {
  color: currentColor;
  align-self: center;
  padding: 1.25rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.nav_menu_link.w--current {
  color: var(--link-color--link-primary);
}

.nav_menu_link.is-dropdown-toggle {
  grid-column-gap: .4rem;
  justify-content: center;
  align-items: center;
  padding-right: .7rem;
  display: flex;
}

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

.nav_button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: .3rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  position: relative;
}

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

.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\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.fs-styleguide_hero-label {
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--link-color--link-secondary);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, rgba(45, 98, 255, .3), rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 100% 60%, rgba(45, 98, 255, .3), rgba(17, 17, 17, 0) 20%), radial-gradient(circle at 100% 100%, rgba(214, 0, 196, .2), rgba(0, 0, 0, 0) 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

.nav_fixed {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.section_home-hero {
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
  position: relative;
}

.home-hero_component {
  z-index: 5;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25vh;
  display: flex;
  position: relative;
}

.nav_menu_links-wrapper {
  display: flex;
}

.nav_menu_dropdown {
  padding: 0;
}

.nav_menu_dropdown-icon {
  align-self: center;
  /* height: 2rem; */
  position: static;
}

.nav_menu_dropdown-list {
  background-color: rgba(255, 255, 255, 0);
}

.nav_menu_dropdown-link {
  grid-column-gap: .75rem;
  color: var(--link-color--link-primary);
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .95rem 2rem .95rem .75rem;
  font-size: 1.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav_menu_dropdown-link:hover {
  background-color: var(--base-color-neutral--neutral-darker);
}

.nav_menu_dropdown-link.is-solution-link {
  grid-column-gap: 1rem;
  min-width: 24rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
}

.nav_menu_dropdown-link.has-external-link-icon {
  padding-right: .4rem;
}

.nav_menu_dropdown-link-rows-wrapper {
  border: 1px solid var(--border-color--border-secondary);
  background-color: var(--background-color--background-secondary);
  border-radius: .625rem;
  width: auto;
  padding: 2rem 2.5rem;
  display: flex;
}

.nav_menu_dropdown-links-column {
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.nav_menu_dropdown-links-column.grid {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_menu_dropdown-link-text {
  white-space: nowrap;
  font-size: 1.375rem;
}

.nav_menu_dropdown-link-text.is-alternate {
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 500;
}

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

.icon-1x1-xlarge.mobile-3 {
  min-width: 3.5rem;
  height: 2.7rem;
  min-height: 3.5rem;
}

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

.section_home-trust {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-trust_logos-wrapper {
  grid-column-gap: 12%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-trust_logo {
  pointer-events: none;
  max-height: 3rem;
}

.home-trust_component {
  z-index: 3;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -3rem;
}

.section_home-about {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.home-about_componentt {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle farthest-side at 138% 144%, rgba(71, 160, 181, .4), rgba(129, 231, 255, 0) 59%);
  border-radius: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6rem;
  display: grid;
  position: relative;
}

.home-about_content {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.home-about_image-wrapper {
  position: relative;
}

.home-about_image {
  width: 37.3rem;
  max-width: none;
  position: absolute;
  top: -10.2rem;
  bottom: auto;
  left: 1.4rem;
  right: auto;
}

.section_home-features {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-features_component {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stacking-cards_card {
  grid-row-gap: 0rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-medium);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-medium);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-medium);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-medium);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-origin: top;
  background-color: #000;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: max(20dvh, 10rem);
}

.stacking-cards_card.is-story-card {
  background-image: none;
  height: 24.2rem;
  top: max(30dvh, 10rem);
}

.stacking-cards_card.is-home {
  background-image: radial-gradient(circle farthest-corner at 98% 154%, rgba(71, 160, 181, .26), rgba(128, 227, 250, 0) 66%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
}

.stacking-cards_card.is-automotive {
  background-image: radial-gradient(circle farthest-corner at 98% 154%, rgba(71, 160, 181, .26), rgba(128, 227, 250, 0) 66%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  height: auto;
  position: static;
}

.stacking-cards_card.is-automotive._30vh {
  top: max(30dvh, 12rem);
}

.stacking-cards_card.is-automotive {
  background-image: radial-gradient(circle farthest-corner at 98% 154%, rgba(71, 160, 181, .26), rgba(128, 227, 250, 0) 66%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
}

.stacking-cards_card.is-automotive._4 {
  background-image: radial-gradient(circle farthest-corner at 65% 0%, rgba(71, 160, 181, .26), rgba(128, 227, 250, 0) 66%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
}

.stacking-cards_card.is-automotive._4.z-index {
  z-index: 1;
}

.product-features_cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.product-features_card-image-warpper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.product-features_card-image-warpper.is-resilient {
  height: 14.6rem;
}

.product-features_card-image-warpper.hide-mobile-landscape {
  display: flex;
}

.home-features_slide_content-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-features_slide_content-wrapper.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-features_card-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.product-features_card-image.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.product-features_card-image.is-integration {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.product-features_card-image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.product-features_card-image.is-home-manageble {
  max-height: 117%;
}

.product-features_card-image.is-kubernetes {
  max-width: 38rem;
}

.product-features_card-image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.product-features_card-image.is-home-accesssible {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

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

.product-features_cards_content-top {
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.product-features_cards_content-top.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.home-features_bg-blur-image {
  z-index: 0;
  opacity: .35;
  filter: none;
  width: 150rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cases {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cases_component {
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cases_grid {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: relative;
}

.cases_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-medium);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--link-color--link-primary);
  text-align: left;
  background-color: #131313;
  border-radius: .625rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 1.8rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cases_item:hover {
  border-color: #969696;
}

.cases_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
  display: flex;
}

.caes_bg-shape-1 {
  opacity: .29;
  width: 42.8rem;
  height: 68.2rem;
  position: absolute;
  right: 37%;
}

.caes_bg-shape-1.is-secondary {
  top: auto;
  bottom: auto;
  left: 40%;
  right: auto;
}

.cases_bg-shapes-warpper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 45.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -4.3rem;
  bottom: 0%;
  left: auto;
  right: auto;
}

.section_testimonials {
  background-color: var(--background-color--background-primary);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_testimonials.hide-bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.testimonials_component {
  z-index: 5;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-slider_collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.testimonials-slider_slide {
  grid-area: 1 / 1;
  max-width: 26rem;
  height: 100%;
}

.testimonial-slider_slide-content-wrapper {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0) 66%);
  border-radius: .875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2.5rem 3rem 3rem;
  display: flex;
}

.testimonial-sldier_quote-text {
  font-size: 1.25rem;
  display: inline;
}

.testimonial-slier_quote-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-slier_quote-wrapper._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.testimonials_slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.testimonial-slider_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider_nav_button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider_nav_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.testimonials_bg-blur-image {
  opacity: .35;
  filter: blur(8px);
  pointer-events: none;
  width: 71.3rem;
  max-width: none;
  height: 72rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials_bg-blur-image.automotive {
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section_integrations {
  z-index: 0;
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.integrations_component {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-carousel_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo_carousel_code-embed {
  display: none;
}

.logo-carousel_collection-list-wrapper {
  flex: none;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.logo-carousel_collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.logo-carousel_item {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.logo-carousel_overlay {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  width: 6rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo-carousel_overlay.is-right {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-carousel_image {
  max-width: none;
  height: 40px;
}

.section_cta {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_component {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_buttons-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
  display: flex;
}

.cta_buttons-wrapper.no-margin {
  margin-top: 0;
}

.cta_bg-blur-image {
  z-index: 2;
  opacity: .61;
  filter: blur(4px);
  pointer-events: none;
  width: 90rem;
  max-width: none;
  height: 90rem;
  position: absolute;
}

.cta_bg-blur-image.automotive {
  z-index: -1;
  width: auto;
  height: auto;
}

.section_footer {
  z-index: 0;
  color: var(--text-color--text-alternate);
  background-color: #fff;
  /* background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg'); */
  background-position: 50% 0;
  background-size: auto;
  position: relative;
}

.section_footer.automotive {
  /* background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg'); */
  background-size: auto;
}

.footer_container {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_container.line-top {
  border-top: 1.33px solid #d9d9d9;
}

.footer_component {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer_top {
  z-index: 5;
  grid-column-gap: 4rem;
  border-bottom: 1.3px solid #d9d9d9;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
}

.footer_center {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
}

.foter_cta-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.footer_link {
  opacity: .4;
  color: #000;
  padding: .25rem 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: .8;
}

.footer_link.is-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 3rem;
}

.footer_links_column {
  grid-row-gap: 1rem;
  flex-flow: column;
  font-style: normal;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer_bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-links-wrapper {
  grid-column-gap: 3rem;
  display: flex;
}

.footer_copywrite-text {
  color: var(--base-color-neutral--neutral-light);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer_logo {
  height: 3.875rem;
}

.footer_heading-wrapper {
  z-index: 5;
  max-width: 40rem;
  position: relative;
}

.socket_component {
  z-index: 1;
  background-image: url('../images/footer-gradient.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: .4rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.footer_address_text {
  font-size: .875rem;
  font-weight: 600;
}

.home-trust_bg-blur {
  z-index: 2;
  opacity: 1;
  filter: blur(20px);
  pointer-events: none;
  width: 250rem;
  max-width: none;
  height: 92.1rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -38.4rem;
  left: auto;
  right: auto;
}

.home-hero_heading-wrapper {
  z-index: 1;
}

.home-hero_bg-video {
  z-index: 0;
  opacity: .31;
  width: 100%;
  max-width: 160rem;
  height: 100%;
  max-height: 100svh;
  position: absolute;
  top: 0;
}

.nav-absolute-wrapper {
  z-index: 10;
  color: var(--text-color--text-primary);
  /* position: absolute; */
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  position: relative;
  z-index: 10000;
}

.nav-absolute-wrapper.on-bright-bg {
  background-color: var(--background-color--background-alternate);
  color: var(--link-color--link-secondary);
}

.nav-absolute-wrapper.on-bright-bg.is-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.nav-absolute-wrapper.hide-on-desktop {
  display: none;
}

.heading {
  line-height: 1;
}

.nav_menu_mobile-button-wrapper {
  display: none;
}

.nav_menu_link-extern-icon {
  width: 1.5rem;
}

.home-hero_bg-pattern {
  z-index: 2;
  opacity: .3;
  pointer-events: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0;
}

.home-hero_bg-pattern.automotive {
  z-index: 2;
  background-image: url('../images/umh-bg-pattern.svg');
  background-position: 0 0;
  background-repeat: repeat;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-about_bg-pattern {
  opacity: .25;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.home-about_bg-pattern.automotive {
  z-index: 2;
  display: block;
}

.home-features_bg-pattern {
  z-index: 0;
  opacity: .79;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.is-h1-display-style {
  font-size: max(1.7rem, min(7.5vw, 6rem));
}

.xy_component {
  height: 8rem;
}

.cap_compnonent {
  z-index: 11;
  background-image: url('../images/footer-gradient.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 0;
  height: .4rem;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section_contact-header {
  background-color: var(--background-color--background-alternate);
  background-image: linear-gradient(0deg, var(--base-color-brand--teal), rgba(71, 160, 181, 0) 57%);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-hero_component {
  z-index: 5;
  grid-row-gap: 6rem;
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.contact-hero_top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.contact-hero_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero_card {
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-dark);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  background-image: none;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 3rem 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, .08), 4px 6px 16px rgba(0, 0, 0, .27);
}

.image {
  position: absolute;
}

.contact-hero_bg-pattern {
  z-index: 0;
  opacity: .4;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.contact-cta_bg-blur {
  z-index: 2;
  opacity: 1;
  width: 200rem;
  max-width: 200%;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -22rem;
  left: auto;
  right: auto;
}

.contact-hero_card_content-top {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_contact-form {
  background-image: linear-gradient(#49a0b6 19%, rgba(50, 109, 124, .93) 45%, #000);
}

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

.contact-form_component {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form_form {
  margin-left: auto;
  margin-right: auto;
}

.contact-form_field-wrapper {
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.contact-form_field-label {
  margin-bottom: 0;
}

.contact-form_submit-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.contact-form_success-message {
  border: 1px solid var(--text-color--text-success);
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-alternate);
  border-radius: .875rem;
  padding: 2rem;
  font-weight: 500;
}

.contact-form_error-message {
  border: 1px solid var(--base-color-system--error-red-dark);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .875rem;
  margin-top: 2rem;
  padding: 2rem;
  font-weight: 500;
}

.contact-details_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-details_card {
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: center;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.nav_dark-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_hub {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hub_component {
  z-index: 6;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hub_bg-images-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hub_main-bg-image {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
}

.hub_bg-image-overlay {
  background-image: radial-gradient(circle closest-corner at 50% 167%, #47a0b5, rgba(160, 250, 247, 0)), linear-gradient(#000 9%, rgba(0, 0, 0, .56) 70%), linear-gradient(rgba(57, 130, 147, .3), rgba(57, 130, 147, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hub_button-wrapper {
  margin-top: 3rem;
}

.section_header-section-name {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.product-header_component {
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.productivity-header_content {
  z-index: 5;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-header-buttons-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header_slider {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.product-header_slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.product-header_slide.slide-is-muted {
  opacity: .61;
  margin-left: -50rem;
  margin-right: -50rem;
  transform: scale(.8);
}

.product-header_slides-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header_slide-image {
  width: 100%;
  max-width: none;
}

.product-header_slide-image-wrapper {
  z-index: 1;
  box-shadow: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-header_slide-glow-effect {
  z-index: 0;
  opacity: .68;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: none;
  width: 100vw;
  max-width: none;
  position: absolute;
  bottom: -10rem;
}

.product-header_slide-glow-effect.is-deactived {
  display: none;
}

.section_product-access {
  justify-content: center;
  align-items: center;
}

.section_header-section-name-copy {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section_product-header {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: clip;
}

.product-slider_nav-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-slider_nav_button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.product-features_component {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.home-features_button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-features_cards_content {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2.5rem;
  display: flex;
}

.product-features_cards_content.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-features_cards_content.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-features_cards_content.is-hiring-step-2, .product-features_cards_content.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stackin-cards_label {
  margin-top: 3rem;
  position: absolute;
}

.section_product-manage, .section_product-resilience {
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.section_pricing-header {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-header_component {
  z-index: 1;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

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

.pricing-header_card {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: none;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 2.7rem;
  display: flex;
}

.pricing-header_card.is-highlighted {
  border-color: var(--border-color--border-secondary);
}

.pricing-header_list.is-community {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.pricing-header_list-item {
  margin-bottom: .95rem;
  line-height: 1.3;
}

.pricing-header_card_content-wrapper {
  flex-flow: column;
  display: flex;
}

.pricing-header_card_content-wrapper.is-open-core {
  grid-row-gap: 0rem;
}

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

.pricing-cta_image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pricing-cta_image {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
}

.pricing-cta_component {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  display: flex;
  position: relative;
}

.sectoin_faq {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq_component {
  z-index: 2;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.fs_accordion-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.faq_item_body {
  padding: 1rem 1.5rem 2rem 8rem;
}

.faq_item_content {
  transition: max-height .2s;
  overflow: hidden;
}

.faq_accordion_icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.125rem;
  transition: transform .2s;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.faq_accordion_icon.is-active-accordion {
  transform: rotate(45deg);
}

.faq_accordion_icon-wrapper {
  transition: transform .2s;
}

.faq_accordion_icon-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.faq_item_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 8rem;
  display: flex;
  position: relative;
}

.faq_item_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.faq_item_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.faq_item {
  border: 1px solid var(--border-color--border-light);
  background-color: var(--background-color--background-alternate);
  border-radius: .625rem;
  box-shadow: 1px 2px 6px rgba(27, 32, 56, .07), 2px 5px 20px rgba(27, 32, 56, .05);
}

.faq_accordion_fs-embed {
  margin-bottom: 0;
  display: none;
}

.faq_accordion {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_collection-list {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.faq_accordion_icon-line {
  background-color: var(--link-color--link-alternate);
  width: 12px;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.faq_accordion_icon-line.is-vertical {
  width: 1px;
  height: 12px;
  left: auto;
  right: auto;
}

.section_ebr-header {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.ebr-header_component {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 40vh;
  margin: 10rem auto 5rem;
  display: flex;
  position: relative;
}

.ebr-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.erb-header_background-blur {
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -27.1rem;
  left: auto;
  right: auto;
}

.section_benefits {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.benefits_component {
  z-index: 5;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.beneifts_bg-image-blur {
  z-index: 2;
  opacity: 1;
  filter: blur(8px);
  width: 150rem;
  max-width: 200%;
  height: 70rem;
  position: absolute;
  top: -18.8rem;
}

.benefits_card {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: center;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 3.5rem 4.75rem;
  display: flex;
}

.benefits_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.section_features {
  z-index: 1;
  overflow: hidden;
}

.features_component {
  z-index: 2;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.feautures_card {
  z-index: 1;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6rem 6rem 6.5rem;
  display: flex;
  position: relative;
}

.feautures_card.is-highlighted {
  border-color: var(--border-color--border-secondary);
}

.feautures_card.is-grid-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: center;
  justify-items: stretch;
  min-height: 32rem;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  display: grid;
}

.feautures_card.is-grid-layout.is-overflow-hdden {
  overflow: hidden;
}

.features_cards-wrapper {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.features_cards-wrapper.has-unified-namespace-custom-gap {
  grid-column-gap: 11rem;
  grid-row-gap: 11rem;
}

.features_cards-bg-blur {
  z-index: 0;
  opacity: .32;
  filter: blur(5px);
  pointer-events: none;
  width: 120%;
  max-width: none;
  height: auto;
  min-height: 130%;
  position: absolute;
  top: -35.8rem;
  left: auto;
  right: auto;
}

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

.section_about-header {
  background-color: var(--background-color--background-alternate);
  background-image: linear-gradient(0deg, black 30%, rgba(0, 0, 0, .85) 44%, var(--background-color--background-alternate) 58%);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dotted-bg-pattern {
  z-index: 0;
  opacity: .35;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.dotted-bg-pattern.opacity-reduced {
  opacity: .3;
}

.dotted-bg-pattern.is-pricing-header {
  background-position: 50% 100%;
  top: auto;
  bottom: 0;
}

.dotted-bg-pattern.is-pricing-cta {
  top: 0;
  bottom: auto;
}

.dotted-bg-pattern.is-bottom-aligned {
  background-position: 50% 100%;
}

.about-header_bg-blur {
  z-index: 1;
  opacity: .71;
  filter: blur(5px);
  width: 200rem;
  min-width: 100%;
  max-width: none;
  height: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 13rem;
  left: auto;
  right: auto;
}

.about-header_component {
  z-index: 5;
  grid-row-gap: 8rem;
  flex-flow: column;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.about-header_content {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.about-header_image-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  min-height: 55rem;
  display: flex;
  position: relative;
}

.about_header-image {
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.section_stats {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats_component {
  z-index: 2;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.stats_grid {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.stats_card {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--link-color--link-primary);
  text-align: center;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.stats_card.is-second, .stats_card.is-third {
  background-image: none;
}

.stats_number {
  font-size: 4.4rem;
  font-weight: 700;
  display: inline;
}

.stats_number.is-unit {
  font-size: 2.9rem;
}

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

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_numbercount-1_text {
  text-align: center;
}

.fs_numbercount-1_number {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--accessible-components--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.stats_number-wrapper {
  display: flex;
}

.section_story {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story_bg-blur-image {
  z-index: 0;
  opacity: .35;
  filter: blur(8px);
  width: 150rem;
  max-width: none;
  height: 90.4rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -2rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-story_bg-pattern {
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.story_component {
  z-index: 1;
  grid-row-gap: 5.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section_founders {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.founders_bg-image-blur {
  opacity: .61;
  filter: blur(8px);
  width: 118.7rem;
  max-width: none;
  height: 44rem;
  position: absolute;
  top: -1.7rem;
}

.founders_component {
  z-index: 2;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.founders_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.founders_card {
  grid-row-gap: 2.5rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2.5rem 1.5rem;
  display: flex;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .23), 2px 4px 20px rgba(0, 0, 0, .26);
}

.founders_content {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.founders_image-wrapper {
  margin-bottom: 1.5rem;
}

.founders_image {
  width: 9.375rem;
}

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

.section_advisors {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advisors_bg-blur-image {
  opacity: .22;
  filter: blur(8px);
  pointer-events: none;
  width: 71.3rem;
  max-width: none;
  height: 72rem;
  position: absolute;
  top: -2.9rem;
}

.advisors_component {
  z-index: 2;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.advisors_image {
  width: 9.375rem;
}

.advisors_image-wrapper {
  margin-bottom: 1.5rem;
}

.advisors_content {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.advisors_card {
  grid-row-gap: 2.5rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 2.5rem 1.5rem;
  display: flex;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .23), 2px 4px 20px rgba(0, 0, 0, .26);
}

.advisory-button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advisors-slider_nav_button, .testimonial-slider_nav_button-copy {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.advisors-slider_slide {
  grid-area: 1 / 1;
  width: 26rem;
  max-width: 75vw;
}

.advisors-slider_nav_button-slider_collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.advisors_slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.stats_bg-image-blur {
  opacity: .46;
  filter: blur(8px);
  width: 114.4rem;
  max-width: none;
  height: 42.7rem;
  position: absolute;
  top: -8.4rem;
}

.section_press {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.press_component {
  z-index: 2;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.press_slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.press-slider_collection-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.press-slider_slide {
  grid-area: 1 / 1;
  width: 26rem;
  max-width: 75vw;
}

.press_card {
  grid-row-gap: 2.5rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem;
  display: flex;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .23), 2px 4px 20px rgba(0, 0, 0, .26);
}

.press_content {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.press_logo-wrapper {
  margin-bottom: 1.5rem;
}

.press_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.press-slider_nav_button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.section_about-cta {
  z-index: 1;
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 80rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-cta_component {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.about-cta_bg-blur-image {
  z-index: 1;
  opacity: .36;
  filter: blur(4px);
  pointer-events: none;
  width: 90rem;
  max-width: 100%;
  position: absolute;
  bottom: -25.6rem;
}

.about-cta_bg-video {
  z-index: 0;
  opacity: .31;
  width: 100%;
  max-width: 160rem;
  min-height: 100%;
  padding-top: 56.5%;
  position: absolute;
  top: 0;
}

.about-cta_bg-gradient-white {
  z-index: 2;
  opacity: 1;
  filter: blur(8px);
  width: 120%;
  max-width: none;
  height: 60%;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -1.6rem;
  left: auto;
  right: auto;
}

.about-cta_bg-gradient-white.is-secondary {
  opacity: 1;
  filter: blur(4px);
  height: 24%;
  bottom: -1.9rem;
}

.section_privacy, .section_imprint {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.career-header_content {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.career_component {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  position: relative;
}

.section_career-header {
  background-color: var(--background-color--background-alternate);
  background-image: linear-gradient(0deg, var(--base-color-neutral--black), #303030 9%, #545454 14%, #bbb 29%, #dbdbdb 33%, white 42%);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.career-header_image-wrapper {
  position: relative;
}

.career-header_image {
  width: 16rem;
  max-width: none;
  position: absolute;
  top: -15.4rem;
}

.section_career-benefits {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-benefits_bg-image-blur {
  z-index: 2;
  opacity: 1;
  filter: blur(8px);
  min-width: 150%;
  max-width: 200%;
  height: 59.3rem;
  position: absolute;
  top: -32.6rem;
  bottom: 0%;
  left: auto;
  right: auto;
}

.career-benefits_component {
  z-index: 5;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.career-benefits_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.career-benefits_card {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: center;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 3rem 2.5rem;
  display: flex;
}

.career-benefits_card.is-alternative-light-source {
  background-image: radial-gradient(circle at 0 0, rgba(71, 160, 181, .14), rgba(255, 255, 255, 0));
}

.career-benefits_content {
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.section_hiring {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hiring_bg-blur-image {
  z-index: 0;
  opacity: .35;
  filter: blur(8px);
  width: 150rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -12.8rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hiring_component {
  z-index: 1;
  grid-row-gap: 8rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hiring-card_inner {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  text-align: center;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 8rem;
  display: flex;
}

.hiring-card_inner.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiring-card_inner.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiring-card_inner.is-hiring-step-2, .hiring-card_inner.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.hiring_image-wrapper.is-resilient {
  height: 14.6rem;
}

.hiring_image {
  width: 14rem;
  position: absolute;
  top: -12.3rem;
  bottom: auto;
  left: 3%;
  right: auto;
}

.hiring_image.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.hiring_image.is-integration {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.hiring_image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.hiring_image.is-kubernetes {
  max-width: 38rem;
}

.hiring_image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.hiring_-column-right {
  z-index: 1;
  grid-row-gap: .825em;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hiring_-column-right.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.hiring_cloumn-left {
  z-index: 0;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hiring_cloumn-left.is-resilient {
  height: 14.6rem;
}

.section_career-hub {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-hub_bg-images-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.career-hub_image {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: -13.3rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.career-hub_bg-image-overlay {
  z-index: 1;
  background-image: radial-gradient(circle closest-corner at 50% 167%, #47a0b5, rgba(160, 250, 247, 0)), linear-gradient(#000, rgba(0, 0, 0, .56) 67%), linear-gradient(rgba(57, 130, 147, .3), rgba(57, 130, 147, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.career-hub_button-wrapper {
  margin-top: 3rem;
}

.career-hub_component {
  z-index: 2;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.career-hub-bg-gradient {
  z-index: 2;
  opacity: 1;
  width: 120%;
  max-width: none;
  height: 17rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -1.3rem;
  left: auto;
  right: auto;
}

.career-hub-bg-gradient.is-secondary {
  opacity: 1;
  filter: blur(4px);
  height: 24%;
  bottom: -1.9rem;
}

.faq_number {
  font-size: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.section_call-header {
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: clip;
}

.call_component {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 100svh;
  display: grid;
  position: relative;
}

.call_content-wrapper {
  z-index: -1;
  grid-row-gap: .5rem;
  color: var(--text-color--text-primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

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

.max-width-container.is-hom-header-container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.call-hero_bg-pattern {
  z-index: 0;
  opacity: .3;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern.svg');
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
}

.call_overlay {
  z-index: -1;
  background-color: var(--background-color--background-primary);
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.call_form-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: auto 3rem;
  padding: 0 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.hs_form-embed {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.call_overlay_pattern {
  z-index: 0;
  opacity: .41;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern.svg');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
}

.call-header_bg-gradient {
  z-index: 2;
  opacity: .41;
  filter: blur(12px);
  width: 200rem;
  max-width: none;
  position: absolute;
  top: -3.3rem;
  bottom: auto;
  left: auto;
  right: -37.3rem;
}

.contact-form_hs-embed {
  z-index: 1;
  width: 100%;
  position: relative;
}

.contact-form_hs-embed-wrapper {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--background-color--background-alternate);
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 3rem 4.2rem;
  display: flex;
  position: relative;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: .8rem;
  height: .8rem;
}

.fs_modal-2_close {
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  color: #fff;
  background-image: radial-gradient(circle at 32% 0, rgba(71, 160, 181, .15), rgba(255, 255, 255, 0));
  border-radius: .625rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: start;
  width: 80vw;
  max-width: 72rem;
  height: 80vh;
  max-height: 40rem;
  display: flex;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.getting-started_buttons-wrappper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
  display: flex;
}

.fs_modal-2_icon-wrapper {
  margin-bottom: 1.5rem;
}

.footer_link_dropdown-toggle {
  z-index: 0;
  grid-column-gap: .2rem;
  opacity: .4;
  color: #000;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem .25rem 0;
  transition: opacity .2s;
  display: flex;
  margin-left: 0;
}

.footer_link_dropdown-toggle:hover {
  opacity: 1;
}

.footer_link_dropdown-icon {
  align-self: center;
  width: .75rem;
  position: static;
}

.footer_dropdown {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer_dropdown.is-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 3rem;
}

.footer_dropdown_list.w--open {
  background-color: rgba(221, 221, 221, 0);
  top: 1.8rem;
}

.footer_dropdown_link {
  grid-column-gap: .3rem;
  opacity: .4;
  color: var(--base-color-neutral--black);
  text-align: left;
  white-space: nowrap;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 0;
  text-decoration: none;
  display: flex;
}

.footer_dropdown_link:hover {
  opacity: 1;
}

.footer_dropdown-list-items-wrapper {
  z-index: 3;
  grid-row-gap: .825rem;
  background-color: var(--background-color--background-alternate);
  border: 1px solid rgba(189, 189, 189, .34);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.2rem 1.2rem;
  display: flex;
  position: relative;
  box-shadow: 2px 5px 16px rgba(0, 0, 0, .02), 1px 2px 6px rgba(0, 0, 0, .04);
}

.story_cards {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.story-cards_card {
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-image: linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.story-cards_card.is-story-card {
  height: 24.2rem;
}

.story-cards_card-content-wrapper {
  z-index: 1;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem 3.5rem;
  display: flex;
  position: relative;
}

.story-cards_card-content-wrapper.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-cards_card-content-wrapper.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-cards_card-content-wrapper.is-hiring-step-2, .story-cards_card-content-wrapper.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-cards_card-content {
  grid-row-gap: .825em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.story-cards_card-content.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.story-cards_tag {
  z-index: 2;
  border: 1px solid var(--border-color--border-dark);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  border-radius: .5rem;
  min-width: 10rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  transition: opacity .2s;
  position: absolute;
  top: -1rem;
}

.story-cards_tag.is-active {
  border-color: var(--border-color--border-secondary);
  background-color: var(--base-color-brand--teal);
  color: var(--text-color--text-primary);
  transform: scale(1.05);
}

.story-cards_button-wrapper {
  margin-top: 0;
}

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

.cases-slider_component {
  z-index: 5;
  grid-row-gap: 6rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cases-slider_button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cases-slider_nav_button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.cases_slider {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cases-slider_slides {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.cases-slider_slide {
  grid-area: 1 / 1;
  width: 26rem;
  max-width: 75vw;
}

.cases-slider_icon-wrapper {
  margin-bottom: 1.5rem;
}

.cases-slider_content {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.cases-slider_card {
  grid-row-gap: 2.5rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  text-align: left;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .23), 2px 4px 40px rgba(0, 0, 0, .24);
}

.product-features_card {
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-image: linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
}

.product-features_card.is-story-card {
  height: 24.2rem;
}

.hiring_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hiring-cards_card {
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hiring-cards_card.is-story-card {
  height: 24.2rem;
}

.hiring-cards_cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.hiring-cards_bg-pattern {
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.stacking-cards_component {
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.stacking-cards_component.automotive {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.pricing-header_bg-blur {
  opacity: .49;
  filter: blur(4px);
  width: 122.2rem;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.namespace-header_compnent {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 18rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_header-namespace {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.namespace-header_background-blur {
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  top: -625px;
  left: auto;
  right: auto;
}

.namespace-header_content {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 41.6rem;
  display: flex;
  position: relative;
}

.namespace-header_image {
  position: absolute;
  top: -13.5rem;
  bottom: auto;
  left: 5rem;
  right: auto;
}

.namespace-header_image.is-second {
  left: auto;
  right: -11.4rem;
}

.namespace_header-image-mobile-2 {
  z-index: 1;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.namespace_header-image-mobile-1 {
  z-index: 1;
  max-width: none;
  margin-top: 3rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.namespace_header-image-desktop {
  z-index: 1;
  width: 67.1rem;
  max-width: none;
  margin-top: 3rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.namespace_header-image-mobile-3 {
  z-index: 1;
  max-width: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.features_card_content {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: flex-end;
  align-items: flex-start;
  justify-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.features_card_content.align-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.features_card_content.is-toolkit {
  padding-top: 0;
}

.features_card_image-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.features_card_image-wrapper.card-is-reversed {
  justify-content: flex-end;
  align-items: flex-end;
}

.features_card_image-wrapper.is-toolkit {
  justify-content: center;
  align-items: center;
}

.features_card_image {
  z-index: 1;
  min-width: 100%;
  max-width: none;
  position: absolute;
}

.features_card_image.is-monitoring {
  top: auto;
  bottom: auto;
  left: -27px;
  right: 0;
}

.features_card_image.is-product-parameters, .features_card_image.is-data-visualistation {
  align-self: flex-end;
  width: 130%;
  bottom: auto;
  left: 0;
}

.features_card_image.is-ot-engineers {
  top: auto;
  bottom: -10.1rem;
  left: -140px;
  right: 0;
}

.features_card_image.isp-process-data-storage {
  align-self: flex-end;
  bottom: auto;
}

.features_card_image.is-visualize-and-customize {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  bottom: auto;
  right: -8rem;
}

.features_card_image.is-hisoric-data {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  left: -8rem;
}

.features_card_image.is-alerting {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  bottom: auto;
  right: -8rem;
}

.features_card_image.is-integration-levels {
  align-self: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 24.7rem;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.features_card_image.is-toolkit-for-it {
  z-index: 2;
  align-self: flex-end;
  width: 34rem;
  bottom: 0;
  right: -8.2rem;
}

.features_card_image.is-cyber-security {
  align-self: flex-end;
  width: 131%;
  max-width: 35rem;
  right: 0;
}

.features_card_image.is-data-model {
  max-width: 29.1rem;
  top: auto;
  bottom: 0;
  left: -8.2rem;
  right: 0;
}

.features_card_image.is-toolkit {
  width: 59.0625rem;
  position: relative;
  top: 3rem;
}

.features_card_image.is-message-broker {
  width: 38rem;
  height: auto;
  display: block;
  bottom: -11.5rem;
  left: 0;
}

.section_dps-header {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.dps-header_background-blur {
  z-index: 1;
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  top: -625px;
  left: auto;
  right: auto;
}

.dps-header_compnent {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
  display: flex;
  position: relative;
}

.dps-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo_color-change {
  display: none;
}

.section_open-source-header {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.open-source-header_bg-blur {
  z-index: 1;
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  bottom: -271px;
  left: auto;
  right: auto;
}

.open-source-header_bg-image {
  z-index: 0;
  opacity: .68;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.open-source-header_component {
  z-index: 5;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin: 5rem auto;
  display: flex;
  position: relative;
}

.open-source-header_image {
  width: 80rem;
  max-width: none;
}

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

.open-source-header_bg-image-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .46));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_oee-header {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oee-header_bg-blur {
  z-index: 1;
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  bottom: -271px;
  left: auto;
  right: auto;
}

.oee-header_bg-image-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .46));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oee-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.oee-header_component {
  z-index: 1;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin: 5rem auto;
  display: flex;
  position: relative;
}

.section_energy-header {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.energy-header_bg-blur {
  z-index: 1;
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  bottom: -271px;
  left: auto;
  right: auto;
}

.energy-header_bg-image-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .46));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.energy-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.energy-header_component {
  z-index: 5;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  min-height: 40vh;
  margin: 5rem auto;
  display: flex;
  position: relative;
}

.infrastructure-header_bg-blur {
  z-index: 1;
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  bottom: -271px;
  left: auto;
  right: auto;
}

.section_infrastructure-header {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infrastructure-header_bg-image-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .46));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infrastructure-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infrastructure-header_component {
  z-index: 1;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin-top: 6.4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.section_work-order-header {
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-order-header_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-order-header_background-blur {
  opacity: .63;
  width: 120rem;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -27.1rem;
  left: auto;
  right: auto;
}

.work-order-header_component {
  z-index: 1;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.pricing-header_card_button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-header_card_button-wrapper.is-community {
  margin-top: 3rem;
}

.pricing-cta_bg-image-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(rgba(71, 160, 181, 0), #000);
  height: 30%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-cta_button-wrapper {
  margin-top: 3rem;
}

.home-features_cards {
  grid-column-gap: 16px;
  grid-row-gap: 12rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.home-features_card {
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(71, 160, 181, .24), rgba(128, 227, 250, 0) 57%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
}

.home-features_card.is-story-card {
  height: 24.2rem;
}

.home-features_content {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2.5rem;
  display: flex;
}

.home-features_content.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_content.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_content.is-hiring-step-2, .home-features_content.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_card-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-features_card-image-wrapper.is-resilient {
  justify-content: center;
  align-items: flex-start;
  height: 14.6rem;
}

.home-features_card-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-features_card-image.is-resilient {
  width: auto;
  max-width: 110%;
  bottom: -6.3rem;
}

.home-features_card-image.is-integration {
  max-width: 130%;
  max-height: none;
  top: auto;
  bottom: -5.2rem;
  left: -8.6rem;
}

.home-features_card-image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.home-features_card-image.is-home-manageble {
  max-height: 130%;
  bottom: -7.5rem;
}

.home-features_card-image.is-kubernetes {
  max-width: 38rem;
}

.home-features_card-image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.home-features_card-image.is-managebale {
  max-height: 120%;
  top: 8px;
}

.home-features_card-image.is-accessable {
  max-width: 120%;
  right: 1.7rem;
}

.home-features_card-content-top {
  grid-row-gap: .825em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.home-features_card-content-top.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.section_stacking-cards {
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  overflow-x: clip;
}

.section_stacking-cards.automotive {
  z-index: 0;
}

.call_conten-absolute {
  color: inherit;
  flex: none;
  margin-top: 1.9rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.call_content-bottom {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  height: 100vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.cap-absolute-wrapper {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.call_form-wrapper-innerr {
  z-index: 2;
  background-color: var(--background-color--background-alternate);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.call_form {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
  display: flex;
  overflow: visible;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  border: 1px none var(--border-color--border-light);
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 200px;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -1rem;
  bottom: auto;
  left: -1rem;
  right: auto;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  border-bottom: 1.5px solid var(--link-color--link-alternate);
  color: var(--link-color--link-alternate);
  font-weight: 500;
  text-decoration: none;
}

.fs-cc-banner_text-link:hover {
  color: #75cadf;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: none;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(25, 24, 29, .46);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--link-color--link-alternate);
  background-color: var(--link-color--link-alternate);
  text-align: center;
  border-radius: 10px;
  margin-right: .5rem;
  padding: .6rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-width: 1.5px;
  border-color: var(--border-color--border-secondary);
  color: var(--link-color--link-alternate);
  background-color: #fff;
}

.fs-cc-banner_text {
  color: var(--text-color--text-primary);
  margin-right: 0;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: .75rem;
}

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

.fs-cc-banner_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

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

.fs-cc-prefs_space-medium {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--border-color--border-secondary);
  background-color: var(--link-color--link-alternate);
  color: #fff;
  text-align: center;
  border-radius: .6rem;
  min-width: 8.75rem;
  margin-left: 1.5rem;
  padding: .6rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-banner_button:hover {
  background-color: #3fb2ce;
  border-color: #3fb2ce;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #111;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  width: 70rem;
  max-width: 95%;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.home-features_sticky-heading_bg {
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.product-features_heading-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .63);
  border-bottom: 1px solid rgba(255, 255, 255, .19);
  padding: 1rem 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.home-features_sticky-heading {
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.product-features_sticky-heading {
  z-index: 9;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-features_sticky-heading-wrapper {
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_stacking {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.stacking_bg-blur-image {
  z-index: 0;
  opacity: .35;
  filter: none;
  width: 150rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: -20.9rem;
  bottom: auto;
  left: auto;
  right: auto;
}

.stacking_bg-pattern {
  z-index: 1;
  opacity: .2;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.stacking_component {
  z-index: 1;
  grid-row-gap: 2.5vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 14rem;
  display: flex;
  position: relative;
}

.stacking_sticky-heading {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.stackings_cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 12rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.stacking_card {
  z-index: 1;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(71, 160, 181, .24), rgba(128, 227, 250, 0) 57%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 17rem;
}

.stacking_card.is-story-card {
  height: 24.2rem;
}

.stacking_card.is-second {
  z-index: 2;
  top: min(13vw, 13rem);
}

.stacking_card.is-third {
  z-index: 2;
  top: min(14vw, 14rem);
}

.stacking_card.is-first {
  z-index: 2;
  height: 30rem;
  max-height: 70vh;
  top: min(10vw, 10.5rem);
}

.stacking_card.is-ghost {
  background-image: none;
  top: 22.5rem;
}

.stacking_card-content {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2.5rem;
  display: flex;
}

.stacking_card-content.is-content-card-one {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacking_card-content.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacking_card-content.is-hiring-step-2, .stacking_card-content.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacking-header_component {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.section_stacking-header {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.stacking-card_card-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.stacking-card_card-image.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.stacking-card_card-image.is-integration {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.stacking-card_card-image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.stacking-card_card-image.is-home-manageble {
  max-height: 105%;
}

.stacking-card_card-image.is-kubernetes {
  max-width: 38rem;
}

.stacking-card_card-image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.stacking_mobile-trigger {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stacking_card-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.stacking_card-image-wrapper.is-resilient {
  justify-content: center;
  align-items: flex-start;
  height: 14.6rem;
}

.tacking-card_image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.tacking-card_image.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.tacking-card_image.is-integration {
  width: 33.4rem;
  max-width: none;
  max-height: none;
  top: -2rem;
  right: 5rem;
}

.tacking-card_image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.tacking-card_image.is-home-manageble {
  max-height: 118%;
}

.tacking-card_image.is-kubernetes {
  max-width: 38rem;
}

.tacking-card_image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.stacking-card_card-image-copy {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.stacking-card_card-image-copy.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.stacking-card_card-image-copy.is-integration {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.stacking-card_card-image-copy.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.stacking-card_card-image-copy.is-home-manageble {
  max-height: 105%;
}

.stacking-card_card-image-copy.is-kubernetes {
  max-width: 38rem;
}

.stacking-card_card-image-copy.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.section_stacking2 {
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: clip;
}

.stacking2_component {
  z-index: 3;
  grid-row-gap: 2.5vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.stacking2_card {
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  border-radius: .875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35rem;
  display: flex;
}

.stacking2_card.is-story-card {
  height: 24.2rem;
}

.stacking2_card.is-third {
  top: 21rem;
}

.stacking2_card.is-first {
  height: 30rem;
  max-height: 70vh;
}

.stacking2_card.is-ghost {
  background-image: none;
  top: 22.5rem;
}

.stacking2_card.stack2_card-second {
  margin-top: 2rem;
}

.stacking2_card.stack2_card-third {
  margin-top: 4rem;
}

.stacking2_heading-wrapper {
  z-index: 0;
}

.stacking2_cards-wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 179vh;
  margin-top: 80vh;
  display: flex;
  position: relative;
}

.stacking_card-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: min(11vw, 100vh);
}

.home-trust_carousel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  overflow: hidden;
}

.home-trust_carousel_embed {
  display: none;
}

.home-trust_carousel_collection-list-wrapper {
  flex: none;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-trust_carousel_collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.home-trust_carousel_item {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.home-trust_logo-carousel_logo {
  max-width: none;
  height: 40px;
}

.about-visual_wrapper {
  position: relative;
}

.about-visual_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: -1.6rem;
  bottom: auto;
  left: 2rem;
  right: auto;
}

.about-visual_cards-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.about-visual_icon-wrapper {
  text-align: center;
  background-color: #111;
  background-image: radial-gradient(circle farthest-side at 100% 0, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0));
  border: 1.5px solid #484848;
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.about-visual_top-card {
  grid-row-gap: .5rem;
  background-color: #111;
  background-image: radial-gradient(circle at 100% 0, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0));
  border: 1.5px solid #484848;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4.4rem;
  padding: 1rem 1rem 1.2rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.about-visual_text {
  pointer-events: none;
  font-size: .75rem;
  line-height: 1.3;
}

.about-visual_connector-image-wrapper {
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: 8.3rem;
}

.about-visual_bottom-card {
  grid-row-gap: .5rem;
  background-color: #111;
  background-image: radial-gradient(circle at 100% 0, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0));
  border: 1.5px solid #484848;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1rem 1.2rem;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.about-visual_icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
}

.nav_button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 17px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav_button-icon-line {
  background-color: black;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
}

.nav_button-icon-line.is-middle {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: auto;
}

.nav_button-icon-line.is-bottom {
  top: auto;
  bottom: 0;
}

.logo-color-adjustments_embed {
  z-index: 1;
  display: none;
  position: relative;
}

.section_network {
  z-index: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.network_card {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle farthest-side at 138% 144%, rgba(71, 160, 181, .4), rgba(129, 231, 255, 0) 59%);
  border-radius: .875rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 32.8rem;
  padding: 6rem;
  display: grid;
  position: relative;
}

.network_content-top {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.network_content {
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.network_content-bottom {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.network_component {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.network_bg-blur-image {
  opacity: 1;
  filter: blur(16px);
  pointer-events: none;
  width: 150%;
  max-width: none;
  height: 140%;
  position: absolute;
}

.network-visual_component {
  width: 38.3rem;
  padding-top: 37.5%;
  padding-bottom: 37.5%;
  position: absolute;
  top: -1.2rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.network_map-visual {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.network_visual-wrapper {
  position: relative;
}

.network-visual_card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 12rem;
  padding: .5rem .825rem;
  text-decoration: none;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.network-visual_card:hover {
  border-color: var(--border-color--border-secondary);
}

.network-visual_card.is-2 {
  top: .2rem;
  left: 36%;
}

.network-visual_card.is-3 {
  top: 2.8rem;
  left: 73%;
}

.network-visual_card.is-4 {
  top: 6.7rem;
  left: 5%;
}

.network-visual_card.is-5 {
  top: 12rem;
  left: 19%;
}

.network-visual_card.is-6 {
  top: 11.6rem;
  left: 56%;
}

.network-visual_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  top: -5px;
}

.network-visual_image-wrapper {
  z-index: 1;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 3.375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.network-visual_name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.network-visual_location {
  color: var(--text-color--text-secondary);
  font-size: .875rem;
  line-height: 1.3;
  overflow: hidden;
}

.network_social-overlay {
  background-color: var(--link-color--link-alternate);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.maps_social-overlay_icon {
  pointer-events: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 7.2rem;
}

.text_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 40vh;
  display: flex;
}

.modals_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #313131;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  width: 100%;
  height: 4rem;
  display: flex;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.modal_popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, .5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modals_cover {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  color: #fff;
  background-image: radial-gradient(circle at 32% 0, rgba(71, 160, 181, .15), rgba(255, 255, 255, 0));
  border-radius: .625rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: start;
  width: 90vw;
  max-width: 72rem;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_card.always-force-16-9-format {
  padding-top: 56.25%;
}

.modal_content {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_content.is-card-2 {
  padding: 0;
  display: flex;
}

.modal_content.is-card-3 {
  grid-column-gap: 4rem;
  grid-template-columns: .75fr 1.5fr;
  align-content: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.fs_modal-1_icon-wrapper {
  margin-bottom: 1.5rem;
}

.modal_close {
  cursor: pointer;
  padding: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.modal_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.modal_close.is-over-video {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-left-radius: 14px;
}

.fs_modal-1_close-icon {
  width: .8rem;
  height: .8rem;
}

.modal_content-left {
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.fs_modal-1_buttons-wrappper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.fs_modal-2_message-2 {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon-2 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close-2 {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description-2 {
  margin-bottom: 0;
}

.fs_modal-2_heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image-2 {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_popup-2 {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button-2:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed-2 {
  margin-bottom: 0;
}

.fs_modal-2_component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.modal_card-wrapper {
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.modal_video-thumbnail {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_video-thumbnail:hover {
  opacity: .8;
}

.moda_video-thumbnail {
  aspect-ratio: 16 / 9;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-medium);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-medium);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-medium);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-medium);
  cursor: pointer;
  object-fit: cover;
  filter: drop-shadow(11.763px 11.763px 35.289px rgba(0, 0, 0, .2));
  background-color: #000;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_video-play-button {
  pointer-events: none;
  color: #d9d9d9;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.moda_thumbnail-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal_video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.moda_heading-wrapper {
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.modal_card-3-content-right {
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal_card-3_content-top {
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal_card-3_content-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal_card-3_cta-wrapper {
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.moda_card-3-heading-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24rem;
  display: flex;
}

.modal_card-3_cta-content-bottom {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.modal_card-3_video-replay-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal_card-3_video-replay-link {
  aspect-ratio: 16 / 9;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color--border-medium);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color--border-medium);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color--border-medium);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color--border-medium);
  cursor: pointer;
  object-fit: cover;
  filter: drop-shadow(11.763px 11.763px 35.289px rgba(0, 0, 0, .2));
  background-color: #000;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal_card-3_video-thumbnail {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_card-3_video-thumbnail:hover {
  opacity: .8;
}

.modal_card-3_replay-button {
  pointer-events: none;
  color: #d9d9d9;
  width: 4rem;
  height: 4rem;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-editor_component {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.modal_youtube-embed {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal_self-hosted-video-embed {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero_fade {
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--background-color--background-primary));
  pointer-events: none;
  min-width: 100%;
  height: 40%;
  display: none;
  position: absolute;
  bottom: 0;
}

.home-hero_bg-pattern-copy {
  z-index: 2;
  opacity: .36;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 40%;
  position: absolute;
  bottom: 0;
}

.div-block-3 {
  height: 20rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-header_bg-blur-2 {
  z-index: 1;
  opacity: 1;
  filter: blur(5px);
  width: 300rem;
  min-width: 250%;
  max-width: 0;
  height: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 29.3rem;
  left: auto;
  right: auto;
}

.about-header_bg-blur-3 {
  z-index: 1;
  opacity: .21;
  filter: blur(5px);
  width: 300rem;
  min-width: 150rem;
  max-width: 0;
  height: 39.1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 29.3rem;
  left: auto;
  right: auto;
}

.contact-hero_fade {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .95));
  min-width: 100%;
  height: 10rem;
  position: absolute;
  bottom: 0;
}

.contact-cta_bg-blur-2 {
  z-index: 2;
  opacity: .83;
  width: 300rem;
  max-width: 300%;
  height: 25.6rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -12.5rem;
  left: auto;
  right: auto;
}

.career-hero_bg-pattern {
  z-index: 0;
  opacity: .4;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.career-benefits_bg-image-blur-2 {
  z-index: 2;
  opacity: .67;
  filter: blur(8px);
  min-width: 150%;
  max-width: 200%;
  height: 29.5rem;
  position: absolute;
  top: -14.2rem;
  bottom: 0%;
  left: auto;
  right: auto;
}

.pricing-cta_bg-image-blur {
  z-index: 2;
  opacity: .5;
  filter: blur(8px);
  min-width: 150%;
  max-width: 200%;
  height: 70rem;
  position: absolute;
  top: auto;
  bottom: -41rem;
  left: auto;
  right: auto;
}

.pricing-cta_bg-image-blur-2 {
  z-index: 2;
  opacity: 1;
  filter: blur(8px);
  min-width: 150%;
  max-width: 200%;
  height: 70rem;
  position: absolute;
  bottom: -53.1rem;
  left: auto;
  right: auto;
}

.pricing-cta_bg-image-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  height: 30%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cps-header_bg-image-fade-overlay, .open-source-header_bg-image-fade-overlay, .open-source-header_bg-image-fade-overlay-copy, .oee-header_bg-image-fade-overlay, .energy-header_bg-image-fade-overlay, .infrastructure-header_bg-image-fade-overlay, .work-order_bg-image-fade-overlay, .erb_bg-image-fade-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
}

.overflow-clip {
  overflow: clip;
}

.hiring_mobile-protait-only-image {
  display: none;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.stacking2_bg-blur-image {
  z-index: 1;
  opacity: .35;
  filter: blur(10px);
  pointer-events: none;
  width: 150rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.stacking2_bg-pattern {
  z-index: 2;
  opacity: .25;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 70%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.stacking2_sticky-parts {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.footer_dropdown_icon {
  width: 1rem;
  height: 1rem;
}

.about-cta_bg-gradient-blue-circular {
  z-index: 1;
  opacity: .69;
  filter: blur(8px);
  width: 120%;
  max-width: none;
  height: 60%;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -5.8rem;
  left: auto;
  right: auto;
}

.about-cta_bg-gradient-blue-circular.is-secondary {
  opacity: 1;
  filter: blur(4px);
  height: 24%;
  bottom: -1.9rem;
}

.about-cta_bg-gradient {
  z-index: 1;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  height: 15rem;
  max-height: 15%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.has-dotted-bg {
  background-color: var(--background-color--background-primary);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
}

.dotted-bg-pattern-wrapper {
  position: relative;
}

.about-cta_dotted-bg-pattern {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.about-cta_dotted-bg-pattern.opacity-reduced {
  opacity: .3;
}

.career-hub_dotted-bg-pattern {
  z-index: 2;
  opacity: .35;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.career-hub_dotted-bg-pattern.opacity-reduced {
  opacity: .3;
}

.pricing-cta_dotted-bg-pattern {
  z-index: 2;
  opacity: .35;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.pricing-cta_dotted-bg-pattern.opacity-reduced {
  opacity: .3;
}

.case-has-dotted-bg {
  background-color: var(--background-color--background-primary);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50% 0;
  background-size: auto;
}

.cases-header-dotted-bg-pattern {
  z-index: 2;
  opacity: .35;
  pointer-events: none;
  background-image: url('../images/umh-bg-pattern_1.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.cases-header-dotted-bg-pattern.opacity-reduced {
  opacity: .3;
}

.product-header_slide-image-overlay {
  z-index: 1;
  background-color: var(--plyr-color-main);
  opacity: .28;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  z-index: 0;
  width: 170%;
  height: 150%;
  position: absolute;
}

.product-header_bg-glow {
  opacity: .11;
  filter: blur(8px);
  width: 170%;
  max-width: none;
  height: 170%;
  display: none;
  position: absolute;
}

.bold-text {
  -webkit-text-stroke-color: #47a0b5;
}

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

.stacking-cards_bg-blur-image {
  z-index: 0;
  opacity: .35;
  filter: none;
  width: 150vw;
  max-width: none;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.stacking-cards_bg-pattern {
  z-index: -1;
  background-color: var(--background-color--background-primary);
  pointer-events: none;
  bottom: auto;
  left: 50%;
  right: auto;
  top: calc(-1 * max(2rem, var(--stacking-cards-title-top)));
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/umh-bg-pattern_1.svg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translateX(-50%);
}

.stacking-cards_bg-pattern.is-accssible {
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .4), #000 30%);
  mask-image: linear-gradient(rgba(0, 0, 0, .4), #000 30%);
}

.stacking-cards_bg-pattern.automotive {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.stacking-cards_stick-wrapper {
  margin-top: calc(max(2rem, var(--stacking-cards-title-top))  - 4rem);
  top: max(2rem, var(--stacking-cards-title-top));
  position: -webkit-sticky;
  position: sticky;
}

.stacking-cards_stick-wrapper.automotive {
  margin-top: 0;
  position: static;
}

.feature_card {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  border: 1px none var(--border-color--border-medium);
  border-radius: var(--feature-card-border);
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: flex-start;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  min-height: 32rem;
  padding: 4rem 6rem 4.5rem;
  display: grid;
  position: relative;
}

.feature-card_boder {
  z-index: 1;
  border: 1px solid var(--border-color--border-medium);
  border-radius: var(--feature-card-border);
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 100%;
  position: absolute;
}

.feature_card-content {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  justify-content: flex-end;
  align-items: flex-start;
  justify-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.feature_card-content.align-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.feature_card-content.is-toolkit {
  padding-top: 0;
}

.feautre-card_image {
  z-index: 1;
  min-width: 100%;
  max-width: none;
  position: absolute;
}

.feautre-card_image.is-monitoring {
  top: auto;
  bottom: auto;
  left: -27px;
  right: 0;
}

.feautre-card_image.is-product-parameters, .feautre-card_image.is-data-visualistation {
  align-self: flex-end;
  width: 130%;
  bottom: auto;
  left: 0;
}

.feautre-card_image.is-ot-engineers {
  top: auto;
  bottom: -10.1rem;
  left: -140px;
  right: 0;
}

.feautre-card_image.isp-process-data-storage {
  align-self: flex-end;
  bottom: auto;
}

.feautre-card_image.is-visualize-and-customize {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  bottom: auto;
  right: -8rem;
}

.feautre-card_image.is-hisoric-data {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  left: -8rem;
}

.feautre-card_image.is-alerting {
  align-self: flex-end;
  width: 130%;
  min-width: 0;
  bottom: auto;
  right: -8rem;
}

.feautre-card_image.is-integration-levels {
  align-self: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 24.7rem;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.feautre-card_image.is-toolkit-for-it {
  z-index: 2;
  align-self: flex-end;
  width: 34rem;
  bottom: 0;
  right: -8.2rem;
}

.feautre-card_image.is-cyber-security {
  align-self: flex-end;
  width: 131%;
  max-width: 35rem;
  right: 0;
}

.feautre-card_image.is-data-model {
  max-width: 29.1rem;
  top: auto;
  bottom: 0;
  left: -8.2rem;
  right: 0;
}

.feautre-card_image.is-toolkit {
  width: 59.0625rem;
  position: relative;
  top: 3rem;
}

.feautre-card_image.is-message-broker {
  width: 38rem;
  height: auto;
  display: block;
  bottom: -11.5rem;
  left: 0;
}

.feature-card_image {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.feature-card_image.card-is-reversed {
  justify-content: flex-end;
  align-items: flex-end;
}

.feature-card_image.is-toolkit {
  justify-content: center;
  align-items: center;
}

.stacking-cards_subheadline, .product-card-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.stacking-cards_section-heading-wrapper.mobile-landscape-only {
  display: none;
}

.story-card-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.home-features_cards_content {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2.5rem;
  display: flex;
}

.home-features_cards_content.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_cards_content.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_cards_content.is-hiring-step-2, .home-features_cards_content.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-features_card-image-warpper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-features_card-image-warpper.is-resilient {
  height: 14.6rem;
}

.home-features_card-image-warpper.hide-mobile-landscape {
  display: flex;
}

.product-features_card-image-copy {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.product-features_card-image-copy.is-resilient {
  width: 72rem;
  max-width: 100%;
  bottom: -3.2rem;
}

.product-features_card-image-copy.is-integration {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.product-features_card-image-copy.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.product-features_card-image-copy.is-home-manageble {
  max-height: 117%;
}

.product-features_card-image-copy.is-kubernetes {
  max-width: 38rem;
}

.product-features_card-image-copy.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.product-features_card-image-copy.is-home-accesssible {
  width: 36.8rem;
  max-width: none;
  max-height: none;
  right: 5rem;
}

.product-stacking-card_component {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-about_component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  background-image: radial-gradient(circle farthest-side at 138% 144%, rgba(71, 160, 181, .4), rgba(129, 231, 255, 0) 59%);
  border-radius: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6rem;
  display: grid;
  position: relative;
}

.section_banner {
  background-color: var(--plyr-color-main);
  justify-content: center;
  align-items: center;
}

.banner_link {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-decoration: none;
  display: flex;
}

.banner_component {
  background-color: var(--plyr-color-main);
  display: block;
}

.banner_content {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-xlarge {
  max-width: 94rem;
}

.container-xlarge.is-banner {
  flex: 1;
}

.banner_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(92, 92, 92, .12);
  border: 1px solid rgba(139, 139, 139, .2);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding: .3rem 1rem;
  display: flex;
}

.banner_text-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--link-color--link-primary);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-hero_tag-line_divider {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 1.5rem;
}

.hero-tag-line_component {
  display: none;
}

.feautures_card-2 {
  z-index: 1;
  background-color: #111;
  background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
  border: 1px solid #4e4e4e;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6rem 6rem 6.5rem;
  display: flex;
  position: relative;
}

.feautures_card-2.is-grid-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: center;
  justify-items: stretch;
  min-height: 32rem;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  display: grid;
}

.top-gradient {
  vertical-align: top;
  width: 100%;
}

.automotive-hero_component {
  z-index: 5;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25vh;
  display: flex;
  position: relative;
}

.automotive-hero_component.max-width-840 {
  grid-row-gap: .875rem;
  align-items: flex-start;
  max-width: 840px;
  margin-top: 0;
}

.automotive-hero_component.max-width-840.stretch {
  align-items: stretch;
}

.hero-tag-line {
  display: block;
}

.hero-heading-h1 {
  color: var(--base-color-neutral--white);
  font-size: 5rem;
}

.hero-heading-h1.text-align-left {
  font-size: 4rem;
  line-height: 1.1;
}

.hero-heading-h1.text-align-left.text-color-black {
  color: var(--text-color--text-alternate);
}

.hero-heading-h1.text-align-center.text-color-black {
  color: var(--base-color-neutral--black);
}

.hero-heading-h1.text-align-center.text-color-black._72 {
  font-size: 4.5rem;
}

.white-ghost-button, .text-block {
  color: var(--base-color-neutral--white);
}

.hero-left-content {
  width: 55%;
  max-width: 840px;
  padding-left: 45px;
}

.hero-left-content.no-padding {
  width: 50%;
  padding-left: 0;
}

.hero-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25vh;
  display: flex;
}

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

.container-xxlarge.is-banner {
  flex: 1;
}

.automotive-trust_bg-blur {
  opacity: 1;
  filter: blur(20px);
  pointer-events: none;
  width: 250rem;
  max-width: none;
  height: 92.1rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -25rem;
  left: auto;
  right: auto;
}

.section_automotive-hero {
  z-index: 3;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_automotive-hero.bot_60 {
  margin-bottom: 100px;
}

.section_automotive-cards {
  justify-content: center;
  align-items: flex-start;
  padding-top: 103px;
  padding-bottom: 103px;
  display: flex;
  position: relative;
}

.automotive-cards_component {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.automotive-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/Group-1883.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1.28px solid #4e4e4e;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 347px;
  height: 357px;
  max-height: 357px;
  padding: 3.5rem 1.5rem 2rem;
  display: flex;
  box-shadow: 10.61px 10.61px 32px rgba(0, 0, 0, .2);
}

.automotive-card-wrapper._2 {
  background-image: url('../images/Group-18842.svg');
}

.automotive-card-wrapper._3 {
  background-image: url('../images/Group-18853.svg');
}

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

.flex-vertical.gap-34px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-vertical.gap-34px.max-width-528 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 50%;
  max-width: 528px;
}

.flex-vertical.gap-34px.max-width-488 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 41%;
  max-width: 488px;
}

.flex-vertical.gap-64 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.flex-vertical.gap-58 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-vertical.gap-80 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-vertical.gap-32.align-center {
  align-items: center;
}

.flex-vertical.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-vertical.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-vertical.gap-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.automotives-carg-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

._6rem-heading-h1 {
  font-size: 6rem;
}

._6rem-heading-h1.text-align-left {
  line-height: 1.1;
}

.automotive-feature-card {
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3rem 4rem 2.5rem;
  display: flex;
}

.automotive-feature-card.is-accessable-feaature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.automotive-feature-card.is-accessable-feaature.reverse {
  grid-template-rows: 1fr;
  align-items: stretch;
}

.automotive-feature-card.is-accessable-feaature.flex {
  justify-content: space-between;
  display: flex;
}

.automotive-feature-card.is-hiring-step-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.automotive-feature-card.is-hiring-step-2, .automotive-feature-card.is-hiring-step-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.automotive-features_cards_content-top {
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  display: flex;
}

.automotive-features_cards_content-top.is-left-aligned {
  grid-row-gap: 1.5em;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.automotive-features_cards_content-top.is-left-aligned.width-30 {
  width: 30%;
}

.automotive-features_card-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.automotive-features_card-image.is-resilient {
  width: auto;
  max-width: 110%;
  bottom: -6.3rem;
}

.automotive-features_card-image.is-integration {
  max-width: 130%;
  max-height: none;
  top: auto;
  bottom: -5.2rem;
  left: -8.6rem;
}

.automotive-features_card-image.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.automotive-features_card-image.is-home-manageble {
  max-height: 130%;
  bottom: -7.5rem;
}

.automotive-features_card-image.is-kubernetes {
  max-width: 38rem;
}

.automotive-features_card-image.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.automotive-features_card-image.is-managebale {
  max-height: 120%;
  top: 8px;
}

.automotive-features_card-image.is-accessable {
  max-height: 120%;
  margin-right: 96px;
  position: static;
  right: 1.7rem;
}

.automotive-features_card-image.is-accessable.negetive-margin {
  margin-top: -90px;
  margin-right: 120px;
}

.home-features_card-image-copy {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 140%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-features_card-image-copy.is-resilient {
  width: auto;
  max-width: 110%;
  bottom: -6.3rem;
}

.home-features_card-image-copy.is-integration {
  max-width: 130%;
  max-height: none;
  top: auto;
  bottom: -5.2rem;
  left: -8.6rem;
}

.home-features_card-image-copy.is-systems {
  max-width: 40.3rem;
  bottom: -2rem;
}

.home-features_card-image-copy.is-home-manageble {
  max-height: 130%;
  bottom: -7.5rem;
}

.home-features_card-image-copy.is-kubernetes {
  max-width: 38rem;
}

.home-features_card-image-copy.is-hiring {
  width: 14rem;
  max-width: none;
  max-height: none;
  top: -8.9rem;
}

.home-features_card-image-copy.is-managebale {
  max-height: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-features_card-image-copy.is-accessable {
  max-width: 120%;
  right: 1.7rem;
}

.automotive-features_card-image-warpper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 96px;
  display: flex;
}

.automotive-features_card-image-warpper.is-resilient {
  height: 14.6rem;
}

.automotive-features_card-image-warpper.hide-mobile-landscape {
  display: flex;
}

.automotive-features_card-image-warpper.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-left: 0;
}

.automotive-features_card-image-warpper-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: static;
}

.automotive-features_card-image-warpper-copy.is-resilient {
  height: 14.6rem;
}

.automotive-features_card-image-warpper-copy.hide-mobile-landscape {
  display: flex;
}

.industries-text {
  width: 100%;
  font-size: 2rem;
  display: inline;
}

.industries-slider_slide-content-wrapper {
  border: 1px solid var(--border-color--border-medium);
  background-color: var(--background-color--background-secondary);
  text-align: left;
  background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0) 66%);
  border-radius: .875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 416px;
  height: 397px;
  max-height: 397px;
  padding: 2rem 3rem;
  display: flex;
}

.code-embed {
  font-size: 1.25rem;
}

.automotive-about_component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-color--background-secondary);
  background-image: url('../images/Ellipse-1.svg'), radial-gradient(circle farthest-side at 138% 144%, rgba(71, 160, 181, .4), rgba(129, 231, 255, 0) 59%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1.23px solid #4e4e4e;
  border-radius: .8125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 6rem;
  display: block;
}

._45px-heading-h3 {
  font-size: 2.8125rem;
}

.text-blue {
  color: var(--plyr-color-main);
}

.h3-with-underline {
  border-bottom: 2px solid rgba(255, 255, 255, .26);
  line-height: 1.4;
}

.flex-horizontal {
  justify-content: space-between;
  display: flex;
}

.flex-horizontal.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.heading-h3.text-color-blue {
  color: var(--plyr-color-main);
}

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

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

.hero_head-wrapper {
  max-width: 605px;
}

._w-slider {
  background-color: var(--transparent);
  color: #fff;
  height: auto;
}

._w-slider-arrow-right {
  width: 2rem;
  height: 2rem;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: -6%;
}

._w-slider-arrow-right.hidden {
  display: none;
}

._w-slider-arrow-left {
  width: 2rem;
  height: 2rem;
  top: auto;
  bottom: -10%;
  left: -6%;
  right: 0%;
}

._w-slider-arrow-left.hidden {
  display: none;
}

.icon {
  font-size: 16px;
}

.icon-2 {
  font-size: 1rem;
}

.slide._w-slide {
  height: 100%;
  margin-right: 30px;
}

.slider-wrapper {
  justify-content: space-between;
  width: 100%;
}

.mask {
  height: auto;
}

.challenges-list-items {
  margin-bottom: .5rem;
}

.section_cta-video {
  z-index: 1;
  background-color: var(--background-color--background-alternate);
  color: var(--text-color--text-alternate);
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.automotive-features_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.cta_head-wrapper {
  max-width: 700px;
}

.image-2 {
  width: 100%;
  max-width: 607px;
}

.image-2.max-width-506 {
  max-width: 531px;
  margin-top: -112px;
  margin-left: 168px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.image-2.max-width-635 {
  max-width: 660px;
  box-shadow: 14px 14px 44px rgba(0, 0, 0, .1);
}

.cta-right-content {
  width: 50%;
  max-width: 686px;
}

.guideback-video {
  z-index: 1;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 688px;
  max-height: 338px;
}

.section_cta-about {
  background-image: url('../images/umh-bg-pattern-30-percent-opacity.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  max-height: 300px;
}

.card-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.section_events {
  z-index: 3;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_events.bot_60 {
  margin-bottom: 100px;
}

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

.text-size-xmedium.text-color-black {
  color: var(--base-color-neutral--black);
}

.max-width-615 {
  width: 40%;
  max-width: 615px;
}

.event-form {
  display: block;
}

.event-form.flex-vertical {
  align-items: stretch;
  display: flex;
}

.event-form_field-label {
  color: rgba(0, 0, 0, .5);
  margin-bottom: 0;
}

.text-field {
  color: var(--base-color-neutral--black);
  border: 1px solid #bdbdbd;
  border-radius: 13.33px;
  min-height: 45px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 1.25rem;
  font-weight: 500;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

.text-field::placeholder {
  color: rgba(0, 0, 0, .2);
  font-size: 1.25rem;
  font-weight: 500;
}

.automotive-event_component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  background-image: url('../images/Ellipse-1_1.svg'), radial-gradient(circle farthest-side at 138% 144%, rgba(71, 160, 181, .4), rgba(129, 231, 255, 0) 59%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1.23px solid #cecece;
  border-radius: .8125rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4rem 6rem;
  display: block;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, .1);
}

.max-width-802 {
  width: 60%;
  max-width: 802px;
}

.max-width-372 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 30%;
  max-width: 372px;
  display: flex;
}

._128-128 {
  width: 90px;
}

.section_home-event {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.section_home-event._60 {
  padding-bottom: 100px;
}

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

.hubspot-legalconsent {
  margin-top: 1rem;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.hero-flex-01 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25vh;
  display: flex;
}

.hero-left-content-01 {
  width: 55%;
  max-width: 680px;
  padding-left: 45px;
}

.hero-left-content-01.no-padding {
  width: 50%;
  padding-left: 0;
}

.temp-hidden {
  display: none;
}

.success-message {
  color: var(--border-color--border-secondary);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.2rem;
}

.form_wrapper {
  background-color: #fff;
  margin: 54px;
}

.error-message {
  color: var(--border-color--border-dark);
  font-size: 1.2rem;
}

.bold-text-3 {
  font-weight: 600;
}

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

.div-block-6, .div-block-7 {
  flex: 1;
}

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

  h2 {
    font-size: 2.5rem;
  }

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

  .heading-style-h3.tab-1-7 {
    font-size: 1.7rem;
  }

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

  .padding-global.is-book-a-call {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-style-link.hover-only-underline:hover {
    text-decoration: none;
  }

  .text-size-large.mobile {
    text-align: left;
    font-size: .9rem;
  }

  .text-size-large.mobile.mobile-centre {
    text-align: center;
  }

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

  .heading-style-h2.is-tacking-section {
    font-size: 2.2rem;
  }

  .button.is-text.is-white:hover, .button.is-nav-secondary, .button.learn-more.is-white:hover {
    color: var(--link-color--link-primary);
  }

  .text-size-medium.regular, .text-size-medium.mobile-left {
    text-align: left;
  }

  .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_container {
    height: 5rem;
  }

  .nav_menu {
    background-color: var(--background-color--background-secondary);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100dvh - 5rem);
    position: absolute;
    overflow: scroll;
  }

  .nav_menu_link {
    color: var(--link-color--link-primary);
    width: 100%;
  }

  .nav_menu_link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_menu_link.is-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .nav_menu_link.is-dropdown-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_button {
    margin-right: -1rem;
  }

  .nav_button.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .section_home-hero {
    min-height: 40rem;
  }

  .home-hero_component {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }

  .nav_menu_links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    display: flex;
    overflow: auto;
  }

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

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

  .nav_menu_dropdown-list.w--open {
    position: static;
  }

  .nav_menu_dropdown-link {
    font-size: 1.125rem;
  }

  .nav_menu_dropdown-link-rows-wrapper {
    border-style: none;
    flex-flow: column;
    padding: 0 1rem 1rem;
  }

  .nav_menu_dropdown-links-column {
    grid-row-gap: .5rem;
  }

  .nav_menu_dropdown-links-column.grid {
    grid-template-columns: 1fr;
  }

  .nav_menu_dropdown-link-text {
    font-size: 1.125rem;
  }

  .nav_menu_dropdown-link-text.is-alternate {
    max-width: 60%;
  }

  .nav_desktop-buttons-wrapper {
    z-index: 2;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-trust_logos-wrapper {
    grid-column-gap: 4rem;
  }

  .home-about_componentt {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 3rem;
  }

  .home-about_image {
    width: 26.2rem;
    top: auto;
    left: -1.4rem;
  }

  .home-features_component {
    grid-row-gap: 5rem;
  }

  .stacking-cards_card.is-home {
    background-image: radial-gradient(circle farthest-corner at 137% 156%, rgba(71, 160, 181, .4), rgba(128, 227, 250, 0) 57%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  }

  .stacking-cards_card.is-automotive {
    background-image: radial-gradient(circle farthest-corner at 137% 156%, rgba(71, 160, 181, .4), rgba(128, 227, 250, 0) 57%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
    background-image: radial-gradient(circle farthest-corner at 137% 156%, rgba(71, 160, 181, .4), rgba(128, 227, 250, 0) 57%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-features_cards-wrapper {
    grid-row-gap: 4rem;
  }

  .product-features_card-image-warpper {
    order: 1;
  }

  .home-features_slide_content-wrapper {
    height: 465.391%;
  }

  .home-features_slide_content-wrapper.is-accessable-feaature {
    grid-template-columns: 1fr .75fr;
  }

  .product-features_card-image {
    max-width: 110%;
  }

  .product-features_card-image.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .product-features_card-image.is-integration {
    width: 28.1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .product-features_card-image.is-systems {
    max-width: 35.7rem;
  }

  .product-features_card-image.is-home-accesssible {
    width: 28.1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .product-features_cards_content-top {
    grid-row-gap: .4rem;
  }

  .product-features_cards_content-top.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cases_component {
    grid-row-gap: 5rem;
  }

  .cases_grid {
    grid-column-gap: 1.5rem;
  }

  .cases_item {
    grid-column-gap: 1rem;
    padding-right: 1.25rem;
  }

  .cases_item:hover {
    border-color: var(--base-color-neutral--neutral-dark);
  }

  .cases_content {
    grid-column-gap: 1.5rem;
    max-width: 100%;
  }

  .testimonials_component {
    grid-row-gap: 3rem;
  }

  .testimonials-slider_slide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials_bg-blur-image {
    top: .4rem;
  }

  .cta_bg-blur-image {
    width: 71.2rem;
    height: 70rem;
  }

  .footer_center {
    grid-template-columns: .5fr 1fr;
  }

  .footer_link:hover {
    opacity: .4;
  }

  .footer_links_column {
    grid-row-gap: .5rem;
  }

  .home-trust_bg-blur {
    width: 150rem;
    height: 60rem;
    bottom: -23.4rem;
  }

  .nav-absolute-wrapper.on-bright-bg {
    color: var(--link-color--link-secondary);
  }

  .nav-absolute-wrapper.hide-on-desktop {
    display: block;
  }

  .nav_menu_mobile-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .contact-hero_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .31), rgba(255, 255, 255, 0));
  }

  .contact-cta_bg-blur {
    bottom: 0;
  }

  .contact-form_component {
    grid-row-gap: 2.5rem;
  }

  .contact-details_card {
    padding: 2.5rem 3rem 2.3rem;
  }

  .nav_dark-bg {
    z-index: 1;
    background-color: var(--background-color--background-secondary);
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .product-header_component {
    align-items: stretch;
    margin-top: 2rem;
  }

  .product-header_slide-glow-effect {
    bottom: -5.2rem;
  }

  .product-features_cards_content.is-accessable-feaature, .product-features_cards_content.is-hiring-step-1, .product-features_cards_content.is-hiring-step-2, .product-features_cards_content.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .stackin-cards_label {
    align-self: center;
    margin: 2rem auto 1.5rem;
    position: static;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .pricing-header_component {
    margin-top: 3rem;
  }

  .pricing-header_card {
    padding: 2rem 2rem 2.2rem;
  }

  .pricing-header_list.is-community {
    grid-column-gap: 2rem;
  }

  .section_ebr-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .ebr-header_component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .benefits_component {
    grid-row-gap: 4rem;
  }

  .beneifts_bg-image-blur {
    z-index: 0;
    top: -24rem;
  }

  .benefits_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .14), rgba(255, 255, 255, 0));
  }

  .features_component {
    grid-row-gap: 4rem;
  }

  .feautures_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
    padding: 4.5rem 4.5rem 4.2rem;
  }

  .feautures_card.is-grid-layout {
    min-height: 24rem;
  }

  .features_cards-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .features_cards-wrapper.has-unified-namespace-custom-gap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .features_cards-bg-blur {
    min-height: 120%;
    top: -10.6rem;
  }

  .about-header_component {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .about-header_image-wrapper {
    min-height: 43.9rem;
  }

  .stats_component {
    grid-row-gap: 4rem;
  }

  .stats_card {
    background-image: radial-gradient(circle at 0 0, rgba(71, 160, 181, .41), rgba(255, 255, 255, 0));
  }

  .stats_card.is-second {
    background-image: radial-gradient(circle at 100%, rgba(71, 160, 181, .41), rgba(255, 255, 255, 0));
  }

  .stats_card.is-third {
    background-image: radial-gradient(circle at 65% 100%, rgba(71, 160, 181, .41), rgba(255, 255, 255, 0));
  }

  .story_component {
    grid-row-gap: 5rem;
  }

  .founders_bg-image-blur {
    width: 60.6rem;
    height: 47.7rem;
    top: -1.1rem;
  }

  .founders_component {
    grid-row-gap: 4rem;
  }

  .founders_card {
    background-image: radial-gradient(circle farthest-side at 100% 100%, rgba(71, 160, 181, .13), rgba(255, 255, 255, 0));
  }

  .advisors_component {
    grid-row-gap: 5rem;
  }

  .advisors_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .1), rgba(255, 255, 255, 0));
  }

  .advisors-slider_slide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stats_bg-image-blur {
    width: 60.6rem;
    height: 47.7rem;
  }

  .press_component {
    grid-row-gap: 5rem;
  }

  .press-slider_slide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .press_card {
    background-image: radial-gradient(circle at 90% 90%, rgba(71, 160, 181, .14), rgba(255, 255, 255, 0));
  }

  .about-cta_bg-blur-image {
    bottom: -20.7rem;
  }

  .career-header_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .career_component {
    grid-template-columns: .5fr .75fr;
  }

  .career-benefits_bg-image-blur {
    min-width: 306%;
    height: 47.7rem;
  }

  .career-benefits_component {
    grid-row-gap: 4rem;
  }

  .career-benefits_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .14), rgba(255, 255, 255, 0));
  }

  .hiring_component {
    grid-row-gap: 5rem;
  }

  .hiring-card_inner {
    grid-row-gap: 4rem;
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .15), rgba(255, 255, 255, 0));
    padding-bottom: 6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hiring-card_inner.is-accessable-feaature, .hiring-card_inner.is-hiring-step-1, .hiring-card_inner.is-hiring-step-2, .hiring-card_inner.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .hiring_content-top {
    align-self: center;
    position: static;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hiring_grid {
    grid-column-gap: 0rem;
  }

  .hiring_image-wrapper {
    order: 1;
  }

  .hiring_image {
    max-width: 18vw;
    top: -10.2rem;
    left: 2%;
  }

  .hiring_image.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .hiring_image.is-integration {
    width: 28.1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .hiring_image.is-systems {
    max-width: 35.7rem;
  }

  .hiring_-column-right.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hiring_cloumn-left {
    order: 1;
  }

  .career-hub_image {
    top: auto;
  }

  .section_call-header {
    background-color: var(--background-color--background-primary);
    color: var(--text-color--text-primary);
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
  }

  .call_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 0;
    margin-top: 7rem;
    margin-bottom: 7rem;
    display: flex;
  }

  .call_content-wrapper {
    max-height: none;
    position: static;
  }

  .call-hero_bg-pattern {
    opacity: .3;
  }

  .call_overlay {
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .call_form-wrapper {
    background-color: var(--background-color--background-alternate);
    border-radius: 4px;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    margin: 0 0;
    padding: 2.5rem 2.5rem 2.7rem;
    overflow: visible;
  }

  .hs_form-embed {
    margin-bottom: 0;
  }

  .contact-form_hs-embed-wrapper {
    padding: 2.5rem 2.5rem 2.7rem;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .footer_link_dropdown-toggle, .footer_link_dropdown-toggle:hover {
    opacity: .4;
  }

  .footer_dropdown:hover {
    opacity: 1;
  }

  .footer_dropdown_link, .footer_dropdown_link:hover {
    opacity: .4;
  }

  .footer_dropdown-list-items-wrapper {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .story_cards {
    grid-row-gap: 4rem;
  }

  .story-cards_card-content-wrapper {
    background-image: radial-gradient(circle closest-corner at 40% 20%, rgba(71, 160, 181, .2), rgba(255, 255, 255, 0));
  }

  .story-cards_card-content-wrapper.is-accessable-feaature, .story-cards_card-content-wrapper.is-hiring-step-1, .story-cards_card-content-wrapper.is-hiring-step-2, .story-cards_card-content-wrapper.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .story-cards_card-content {
    grid-row-gap: .4rem;
  }

  .story-cards_card-content.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cases-slider_component {
    grid-row-gap: 5rem;
  }

  .cases-slider_slide {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cases-slider_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .15), rgba(255, 255, 255, 0));
  }

  .product-features_card {
    background-image: radial-gradient(circle farthest-corner at 137% 156%, rgba(71, 160, 181, .29), rgba(128, 227, 250, 0) 72%), linear-gradient(to bottom, var(--background-color--background-secondary), var(--background-color--background-secondary));
  }

  .hiring-cards_cards-wrapper, .stacking-cards_component {
    grid-row-gap: 4rem;
  }

  .stacking-cards_component.automotive {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .namespace-header_compnent {
    min-height: 25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .section_header-namespace {
    z-index: 2;
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .namespace_header-image-desktop {
    width: 63.1rem;
  }

  .features_card_content {
    padding-top: 0;
  }

  .features_card_image-wrapper {
    min-height: 16rem;
  }

  .features_card_image.is-monitoring {
    margin-bottom: 0;
    left: 3px;
  }

  .features_card_image.is-product-parameters, .features_card_image.is-data-visualistation {
    max-width: 29rem;
  }

  .features_card_image.is-ot-engineers {
    width: 43rem;
    min-width: 0%;
    max-width: 128%;
    margin-bottom: 0;
    bottom: -6.6rem;
    left: auto;
  }

  .features_card_image.isp-process-data-storage {
    width: 135%;
    bottom: -5rem;
    left: 0;
  }

  .features_card_image.is-visualize-and-customize {
    max-width: 29rem;
    left: 0;
    right: auto;
  }

  .features_card_image.is-hisoric-data {
    max-width: 29rem;
    left: auto;
    right: 0;
  }

  .features_card_image.is-alerting {
    max-width: 29rem;
    top: auto;
    bottom: auto;
    left: 0;
  }

  .features_card_image.is-integration-levels {
    height: 18.7rem;
  }

  .features_card_image.is-toolkit-for-it {
    width: 26.1rem;
  }

  .features_card_image.is-data-model {
    width: 24rem;
    min-width: 0%;
    max-width: 146%;
    margin-bottom: 0;
    bottom: 2.7rem;
    left: auto;
    right: 1rem;
  }

  .features_card_image.is-toolkit {
    max-width: 100%;
  }

  .features_card_image.is-message-broker {
    width: 110%;
    bottom: -8rem;
  }

  .section_dps-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .dps-header_compnent {
    min-height: 25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .section_open-source-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .open-source-header_component {
    min-height: 25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .open-source-header_image {
    width: auto;
    max-width: 100%;
  }

  .section_oee-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .oee-header_bg-blur {
    bottom: -351px;
  }

  .oee-header_component {
    min-height: 25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .section_energy-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .energy-header_bg-blur {
    bottom: -351px;
  }

  .energy-header_component {
    min-height: 25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .infrastructure-header_bg-blur {
    bottom: -351px;
  }

  .section_infrastructure-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .infrastructure-header_component {
    min-height: 25rem;
    margin-top: 4rem;
  }

  .section_work-order-header {
    height: auto;
    min-height: 50svh;
    max-height: none;
  }

  .work-order-header_component {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .home-features_cards {
    grid-row-gap: 4rem;
  }

  .home-features_card {
    height: 30rem;
  }

  .home-features_content.is-accessable-feaature, .home-features_content.is-hiring-step-1, .home-features_content.is-hiring-step-2, .home-features_content.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .home-features_card-image-wrapper {
    order: 1;
  }

  .home-features_card-image-wrapper.is-resilient {
    justify-content: center;
    align-items: center;
  }

  .home-features_card-image {
    max-width: 110%;
  }

  .home-features_card-image.is-resilient {
    width: 40.2rem;
    max-width: none;
    max-height: 120%;
    bottom: auto;
  }

  .home-features_card-image.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .home-features_card-image.is-systems {
    max-width: 35.7rem;
  }

  .home-features_card-image.is-home-manageble {
    max-height: 120%;
    bottom: -4rem;
  }

  .home-features_card-image.is-managebale {
    top: auto;
  }

  .home-features_card-image.is-accessable {
    max-width: 100%;
    max-height: 100%;
    right: auto;
  }

  .home-features_card-content-top {
    grid-row-gap: .4rem;
  }

  .home-features_card-content-top.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section_stacking-cards.automotive {
    z-index: 0;
    overflow: hidden;
  }

  .call_conten-absolute {
    display: none;
  }

  .call_content-bottom {
    height: auto;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .call_form-wrapper-innerr {
    background-color: var(--background-color--background-alternate);
    border-radius: 4px;
    justify-content: center;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 2.7rem;
    padding-right: 2.5rem;
    overflow: visible;
  }

  .call_form {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: visible;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_component {
    max-width: 85%;
  }

  .home-features_sticky-heading_bg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stacking_component {
    grid-row-gap: 2rem;
    margin-bottom: 8rem;
  }

  .stacking_sticky-heading {
    max-width: 100%;
    top: 2rem;
  }

  .stackings_cards-wrapper {
    grid-row-gap: 4rem;
  }

  .stacking_card {
    height: 30rem;
  }

  .stacking_card.is-second {
    top: 11.5rem;
  }

  .stacking_card.is-third {
    top: 13rem;
  }

  .stacking_card.is-first {
    top: 10rem;
  }

  .stacking_card.is-ghost {
    top: 13rem;
  }

  .stacking_card-content.is-content-card-one, .stacking_card-content.is-hiring-step-1, .stacking_card-content.is-hiring-step-2, .stacking_card-content.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .stacking-card_card-image {
    max-width: 110%;
  }

  .stacking-card_card-image.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .stacking-card_card-image.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .stacking-card_card-image.is-systems {
    max-width: 35.7rem;
  }

  .stacking_card-image-wrapper {
    order: 1;
  }

  .stacking_card-image-wrapper.is-resilient {
    justify-content: center;
    align-items: center;
  }

  .tacking-card_image {
    max-width: 110%;
  }

  .tacking-card_image.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .tacking-card_image.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .tacking-card_image.is-systems {
    max-width: 35.7rem;
  }

  .stacking-card_card-image-copy {
    max-width: 110%;
  }

  .stacking-card_card-image-copy.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .stacking-card_card-image-copy.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .stacking-card_card-image-copy.is-systems {
    max-width: 35.7rem;
  }

  .stacking2_component {
    grid-row-gap: 2rem;
    margin-bottom: 8rem;
  }

  .stacking2_card {
    height: 30rem;
  }

  .stacking2_card.is-second {
    top: 11.5rem;
  }

  .stacking2_card.is-third {
    top: 13rem;
  }

  .stacking2_card.is-first {
    top: 10rem;
  }

  .stacking2_card.is-ghost {
    top: 13rem;
  }

  .stacking2_heading-wrapper {
    top: 2.5rem;
  }

  .stacking2_cards-wrapper {
    grid-row-gap: 4rem;
  }

  .stacking_card-wrapper {
    height: 21%;
    top: 9rem;
  }

  .about-visual_component {
    left: -1.3rem;
  }

  .about-visual_top-card {
    margin-left: 2rem;
  }

  .nav_button-icon-line.is-middle.black, .nav_button-icon-line.is-bottom.black, .nav_button-icon-line.is-top.black {
    background-color: var(--base-color-neutral--black);
  }

  .network_card {
    flex-flow: column;
    grid-template-columns: .5fr .75fr;
    padding: 3.5rem 3rem;
    display: flex;
  }

  .network-visual_component {
    width: 100%;
    top: 0;
    left: auto;
    right: auto;
  }

  .network_visual-wrapper {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 24.1rem;
    display: flex;
  }

  .network_social-overlay {
    display: none;
  }

  .text_component {
    justify-content: space-between;
    align-items: center;
  }

  .modal_card {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 50vh;
    max-height: 90vh;
    overflow: scroll;
  }

  .modal_card.always-force-16-9-format {
    min-height: 0;
  }

  .modal_content {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    align-items: start;
    justify-items: stretch;
  }

  .modal_content.is-card-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto;
    padding: 2.5rem;
  }

  .modal_close {
    padding: 1.5rem;
  }

  .modal_content-left {
    grid-row-gap: .875rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .fs_modal-1_buttons-wrappper {
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
  }

  .fs_modal-2_image-2 {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .modal_video-thumbnail {
    opacity: 1;
  }

  .moda_video-thumbnail {
    align-self: stretch;
    max-height: 14rem;
  }

  .moda_thumbnail-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .moda_heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .modal_card-3-content-right {
    grid-row-gap: .875rem;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
  }

  .modal_card-3_video-replay-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .modal_card-3_video-replay-link {
    align-self: stretch;
    max-height: 14rem;
  }

  .modal_card-3_video-thumbnail {
    opacity: 1;
  }

  .contact-cta_bg-blur-2 {
    max-width: 200%;
    bottom: 0;
  }

  .career-benefits_bg-image-blur-2 {
    width: 60.6rem;
    height: 47.7rem;
  }

  .pricing-cta_bg-image-blur {
    min-width: 306%;
    height: 47.7rem;
    bottom: -35.7rem;
  }

  .pricing-cta_bg-image-blur-2 {
    opacity: .54;
    height: 50rem;
    bottom: -41.1rem;
  }

  .stacking2_sticky-parts {
    max-width: 100%;
    top: 2.5rem;
  }

  .feature_card {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
    min-height: 24rem;
    padding: 4.5rem 4.5rem 4.2rem;
  }

  .feature_card-content {
    padding-top: 0;
  }

  .feautre-card_image.is-monitoring {
    margin-bottom: 0;
    left: 3px;
  }

  .feautre-card_image.is-product-parameters, .feautre-card_image.is-data-visualistation {
    max-width: 29rem;
  }

  .feautre-card_image.is-ot-engineers {
    width: 43rem;
    min-width: 0%;
    max-width: 128%;
    margin-bottom: 0;
    bottom: -6.6rem;
    left: auto;
  }

  .feautre-card_image.isp-process-data-storage {
    width: 135%;
    bottom: -5rem;
    left: 0;
  }

  .feautre-card_image.is-visualize-and-customize {
    max-width: 29rem;
    left: 0;
    right: auto;
  }

  .feautre-card_image.is-hisoric-data {
    max-width: 29rem;
    left: auto;
    right: 0;
  }

  .feautre-card_image.is-alerting {
    max-width: 29rem;
    top: auto;
    bottom: auto;
    left: 0;
  }

  .feautre-card_image.is-integration-levels {
    height: 18.7rem;
  }

  .feautre-card_image.is-toolkit-for-it {
    width: 26.1rem;
  }

  .feautre-card_image.is-data-model {
    width: 24rem;
    min-width: 0%;
    max-width: 146%;
    margin-bottom: 0;
    bottom: 2.7rem;
    left: auto;
    right: 1rem;
  }

  .feautre-card_image.is-toolkit {
    max-width: 100%;
  }

  .feautre-card_image.is-message-broker {
    width: 110%;
    bottom: -8rem;
  }

  .feature-card_image {
    min-height: 16rem;
  }

  .stacking-cards_subheadline {
    font-size: 1.7rem;
  }

  .home-features_cards_content.is-accessable-feaature, .home-features_cards_content.is-hiring-step-1, .home-features_cards_content.is-hiring-step-2, .home-features_cards_content.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .home-features_card-image-warpper {
    order: 1;
  }

  .product-features_card-image-copy {
    max-width: 110%;
  }

  .product-features_card-image-copy.is-resilient {
    width: 40.2rem;
    max-width: none;
    bottom: -3.5rem;
  }

  .product-features_card-image-copy.is-integration {
    width: 28.1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .product-features_card-image-copy.is-systems {
    max-width: 35.7rem;
  }

  .product-features_card-image-copy.is-home-accesssible {
    width: 28.1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .product-stacking-card_component {
    grid-row-gap: 5rem;
  }

  .home-about_component {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 3rem;
  }

  .banner_component {
    display: none;
  }

  .hero-tag-line_component {
    display: block;
  }

  .feautures_card-2 {
    background-image: radial-gradient(circle at 100% 100%, rgba(71, 160, 181, .19), rgba(137, 214, 233, 0) 65%);
    padding: 4.5rem 4.5rem 4.2rem;
  }

  .feautures_card-2.is-grid-layout {
    min-height: 24rem;
  }

  .automotive-hero_component {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }

  .hero-tag-line {
    display: block;
  }

  .hero-heading-h1 {
    font-size: 3.5rem;
  }

  .hero-heading-h1.text-align-left, .hero-heading-h1.mobile, .hero-heading-h1.text-align-center.text-color-black._72 {
    font-size: 3rem;
  }

  .hero-left-content {
    width: auto;
    padding-left: 0;
  }

  .hero-left-content.no-padding {
    width: auto;
  }

  .hero-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15vh;
  }

  .automotive-trust_bg-blur {
    width: 150rem;
    height: 60rem;
    bottom: 7.4rem;
  }

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

  .flex-vertical.gap-34px.max-width-488 {
    width: 45%;
  }

  .flex-vertical.gap-64 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-vertical.gap-12 {
    align-items: flex-start;
  }

  .automotives-carg-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._6rem-heading-h1 {
    font-size: 4.5rem;
  }

  .automotive-feature-card.is-accessable-feaature {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
    max-width: 550px;
    padding: 2rem;
    display: flex;
  }

  .automotive-feature-card.is-accessable-feaature.reverse {
    flex-flow: column;
    padding: 1.5rem 1.5rem 1rem;
  }

  .automotive-feature-card.is-hiring-step-1, .automotive-feature-card.is-hiring-step-2, .automotive-feature-card.is-hiring-step-3 {
    flex-flow: column;
    display: flex;
  }

  .automotive-features_cards_content-top {
    grid-row-gap: .4rem;
  }

  .automotive-features_cards_content-top.is-left-aligned {
    grid-row-gap: 1em;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .automotive-features_cards_content-top.is-left-aligned.width-30 {
    align-items: flex-start;
    width: auto;
  }

  .automotive-features_card-image {
    max-width: 110%;
  }

  .automotive-features_card-image.is-resilient {
    width: 40.2rem;
    max-width: none;
    max-height: 120%;
    bottom: auto;
  }

  .automotive-features_card-image.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .automotive-features_card-image.is-systems {
    max-width: 35.7rem;
  }

  .automotive-features_card-image.is-home-manageble {
    max-height: 120%;
    bottom: -4rem;
  }

  .automotive-features_card-image.is-managebale {
    top: auto;
  }

  .automotive-features_card-image.is-accessable {
    max-width: 100%;
    max-height: 100%;
    margin-right: 0;
    right: auto;
  }

  .automotive-features_card-image.is-accessable.negetive-margin {
    margin-top: 0;
    margin-right: 0;
  }

  .home-features_card-image-copy {
    max-width: 110%;
  }

  .home-features_card-image-copy.is-resilient {
    width: 40.2rem;
    max-width: none;
    max-height: 120%;
    bottom: auto;
  }

  .home-features_card-image-copy.is-integration {
    width: 20.9rem;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .home-features_card-image-copy.is-systems {
    max-width: 35.7rem;
  }

  .home-features_card-image-copy.is-home-manageble {
    max-height: 120%;
    bottom: -4rem;
  }

  .home-features_card-image-copy.is-managebale {
    max-width: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .home-features_card-image-copy.is-accessable {
    max-width: 100%;
    max-height: 100%;
    right: auto;
  }

  .automotive-features_card-image-warpper {
    order: 1;
    margin-left: 0;
  }

  .automotive-features_card-image-warpper.no-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: auto;
  }

  .automotive-features_card-image-warpper-copy {
    order: 1;
    margin-left: 0;
  }

  .industries-slider_slide-content-wrapper {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .automotive-about_component {
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }

  ._45px-heading-h3.text-align-center {
    font-size: 2.5rem;
  }

  .flex-horizontal.mobile-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .automotive-hero-image {
    width: 100%;
  }

  .hero_head-wrapper {
    max-width: 450px;
  }

  ._w-slider {
    aspect-ratio: auto;
  }

  ._w-slider-arrow-right {
    bottom: 0%;
    right: -10%;
  }

  ._w-slider-arrow-left {
    bottom: 0%;
    left: -10%;
  }

  .slider-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .automotive-features_component {
    grid-row-gap: 5rem;
  }

  .cta-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15vh;
  }

  .cta_head-wrapper {
    max-width: 450px;
  }

  .image-2.max-width-506 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-2.max-width-635 {
    max-width: 100%;
  }

  .cta-right-content {
    width: 100%;
  }

  .guideback-video {
    max-height: 339px;
  }

  .section_events {
    margin-top: auto;
  }

  .max-width-615 {
    width: auto;
  }

  .automotive-event_component {
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
  }

  .max-width-802 {
    width: auto;
  }

  .max-width-372 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
  }

  ._128-128 {
    width: 96px;
  }

  .cta-flex-01 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-flex-01 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 15vh;
  }

  .hero-left-content-01 {
    width: auto;
    padding-left: 0;
  }

  .hero-left-content-01.no-padding {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7.5vw;
  }

  h2 {
    font-size: 6.4vw;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }

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

  .text-rich-text h1 {
    font-size: 2rem;
  }

  .text-rich-text h2 {
    font-size: 1.5rem;
  }

  .text-rich-text h3 {
    font-size: 1.3rem;
  }

  .text-rich-text h4 {
    font-size: 1.1rem;
  }

  .text-rich-text h5 {
    font-size: 1rem;
  }

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

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

  .padding-global.padding-section-large.is-card-stack {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .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: 5vw;
    line-height: 1.2;
  }

  .heading-style-h4.is-stacking-hard {
    font-size: max(1.4rem, min(4vw, 6rem));
  }

  .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-h2.is-tacking-section {
    font-size: 1.8rem;
    line-height: 1.1;
  }

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

  .button {
    padding: .6rem 1.2rem;
    font-size: .875rem;
  }

  .button.is-text.hide-mobile-portrait, .button.learn-more.hide-mobile-portrait {
    display: none;
  }

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

  .text-size-medium.is-tacking-card-paragraph {
    font-size: 1rem;
    line-height: 1.2;
  }

  .text-size-medium.is-product-card-paragraph {
    font-size: 1rem;
  }

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

  .nav_container {
    height: 4rem;
  }

  .nav_logo {
    height: 3rem;
  }

  .nav_menu {
    height: calc(100dvh - 4rem);
  }

  .nav_menu_link {
    padding-left: .5rem;
    padding-right: 0;
    font-size: 1.25rem;
  }

  .nav_button {
    margin-right: -.5rem;
    padding: .5rem;
  }

  .section_home-hero {
    min-height: auto;
  }

  .home-hero_component {
    grid-row-gap: 1rem;
    margin-top: 5rem;
  }

  .nav_menu_links-wrapper {
    padding-right: 1.25rem;
  }

  .nav_menu_dropdown-link.is-solution-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_menu_dropdown-link-rows-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu_dropdown-links-column.grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav_menu_dropdown-link-text.is-alternate {
    font-size: 1rem;
  }

  .icon-1x1-xlarge.is-inside-modal {
    width: 2rem;
    height: 2rem;
  }

  .home-trust_logos-wrapper {
    grid-column-gap: 2rem;
  }

  .home-trust_logo {
    width: auto;
    max-height: 2.8rem;
  }

  .home-trust_component {
    grid-row-gap: 2.5rem;
  }

  .home-about_componentt {
    border-radius: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2.5rem 2rem 2.7rem;
  }

  .home-about_image-wrapper {
    padding: 50%;
    position: relative;
  }

  .home-about_image {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home-features_component {
    grid-row-gap: 2.5rem;
  }

  .stacking-cards_card {
    border-radius: .75rem;
    height: 20rem;
  }

  .stacking-cards_card.is-story-card {
    height: 20rem;
    top: max(25dvh, 7.5rem);
  }

  .stacking-cards_card.is-product-feautre-card {
    height: 20rem;
    top: max(20dvh, 2rem);
  }

  .stacking-cards_card.is-home, .stacking-cards_card.is-automotive, .stacking-cards_card.is-automotive {
    top: max(20dvh, 6rem);
  }

  .product-features_card-image-warpper {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .product-features_card-image-warpper.is-resilient, .product-features_card-image-warpper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .product-features_card-image-warpper.hide-only-mobile-landscape {
    display: none;
  }

  .home-features_slide_content-wrapper {
    grid-row-gap: 3rem;
  }

  .home-features_slide_content-wrapper.is-accessable-feaature {
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-features_card-image {
    min-width: 120%;
    max-width: 140%;
  }

  .product-features_card-image.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .product-features_card-image.is-integration {
    width: 20.4rem;
    margin-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .product-features_card-image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .product-features_card-image.is-kubernetes {
    min-width: 0%;
    max-width: 86%;
  }

  .product-features_card-image.is-home-accesssible {
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 50%;
    margin-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .product-features_cards_content-top {
    grid-row-gap: .2rem;
  }

  .product-features_cards_content-top.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cases_component {
    grid-row-gap: 3rem;
  }

  .cases_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }

  .cases_item {
    border-radius: .6rem;
    padding: 1.25rem .5rem 1.25rem 1rem;
  }

  .cases_content {
    grid-column-gap: 1.25rem;
  }

  .caes_bg-shape-1 {
    left: auto;
    right: auto;
  }

  .caes_bg-shape-1.is-secondary {
    display: none;
    left: 8%;
  }

  .testimonials_component {
    grid-row-gap: 4rem;
  }

  .testimonial-slider_slide-content-wrapper {
    border-radius: .75rem;
    padding: 2.5rem 2rem 2.8rem;
  }

  .testimonial-sldier_quote-text {
    font-size: 1rem;
  }

  .testimonial-slider_logo {
    max-height: 3.4rem;
  }

  .testimonials_slider {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-slider_buttons-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .testimonials_bg-blur-image {
    width: 53.7rem;
    height: 59.9rem;
    top: -5.9rem;
  }

  .integrations_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo-carousel_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta_buttons-wrapper {
    grid-column-gap: 1rem;
    margin-top: 1.5rem;
  }

  .cta_bg-blur-image {
    width: 76.1rem;
    height: 39.4rem;
  }

  .footer_top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(14rem, .5fr));
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .footer_center {
    grid-column-gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .foter_cta-wrapper {
    grid-row-gap: 1rem;
  }

  .footer_bottom {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_legal-links-wrapper {
    grid-column-gap: 2rem;
    order: -1;
  }

  .footer_logo {
    height: 3rem;
  }

  .socket_component {
    height: .3rem;
  }

  .home-trust_bg-blur {
    width: 102.3rem;
    height: 68.9rem;
    bottom: -29.6rem;
  }

  .home-hero_bg-video {
    top: 0;
  }

  .nav_menu_mobile-button-wrapper {
    grid-column-gap: 1.25rem;
  }

  .cap_compnonent {
    height: .3rem;
  }

  .contact-hero_component {
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .contact-hero_bottom {
    grid-row-gap: 1.5rem;
  }

  .contact-hero_card {
    padding: 1.5rem 2rem 1.7rem;
  }

  .contact-form_component {
    grid-row-gap: 2rem;
  }

  .contact-form_field-wrapper {
    grid-row-gap: .2rem;
    margin-bottom: 1rem;
  }

  .contact-form_submit-button-wrapper {
    margin-top: 2rem;
  }

  .contact-form_success-message {
    border-radius: .6rem;
  }

  .contact-form_error-message {
    border-radius: .6rem;
    padding: 1.5rem;
  }

  .contact-details_component {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }

  .contact-details_card {
    grid-row-gap: 1.5rem;
    padding: 2.5rem 2rem 2.7rem;
  }

  .hub_button-wrapper {
    margin-top: 1.5rem;
  }

  .product-header_component {
    grid-row-gap: 3rem;
    margin-top: 1rem;
  }

  .product-header_slide-glow-effect {
    width: 170vw;
    bottom: -3.5rem;
  }

  .product-slider_nav-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .product-features_component {
    grid-row-gap: 5rem;
  }

  .product-features_cards_content {
    grid-row-gap: 3rem;
    padding: 1.5rem 2rem;
  }

  .product-features_cards_content.is-accessable-feaature, .product-features_cards_content.is-hiring-step-1, .product-features_cards_content.is-hiring-step-2, .product-features_cards_content.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stackin-cards_label {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .pricing-header_component {
    grid-row-gap: 3rem;
    margin-top: 2rem;
  }

  .pricing-header_grid {
    z-index: 5;
    grid-template-columns: 1fr;
    position: relative;
  }

  .pricing-header_card {
    padding: 2rem 1.5rem 2.2rem;
  }

  .pricing-header_list.is-community {
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 1.5rem;
  }

  .pricing-cta_component {
    grid-row-gap: .5rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
  }

  .faq_item_body {
    padding-bottom: 1.5rem;
    padding-left: 5rem;
  }

  .faq_item_header {
    padding-left: 5rem;
  }

  .faq_collection-list {
    grid-row-gap: 1rem;
  }

  .ebr-header_component {
    grid-row-gap: .5rem;
    min-height: 25vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .erb-header_background-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -23.7rem;
  }

  .benefits_component {
    grid-row-gap: 3rem;
  }

  .beneifts_bg-image-blur {
    top: -27.3rem;
  }

  .benefits_card {
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .benefits_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .features_component {
    grid-row-gap: 3rem;
  }

  .feautures_card {
    padding: 3rem 1.5rem 3.2rem;
  }

  .feautures_card.is-grid-layout {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .features_cards-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .features_cards-wrapper.has-unified-namespace-custom-gap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .about-header_bg-blur {
    width: 100rem;
    height: 50rem;
    top: 20rem;
    bottom: auto;
  }

  .about-header_component {
    grid-row-gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .about-header_content {
    grid-row-gap: .5rem;
  }

  .about-header_image-wrapper {
    min-height: 18rem;
  }

  .about_header-image {
    width: 40rem;
  }

  .stats_component {
    grid-row-gap: 3rem;
  }

  .stats_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
  }

  .stats_card {
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .stats_number {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .stats_number.is-unit {
    font-size: 2.2rem;
  }

  .story_component {
    grid-row-gap: 3rem;
  }

  .story_header {
    grid-row-gap: .5rem;
  }

  .founders_bg-image-blur {
    width: 69.7rem;
    height: 36.1rem;
    top: -1.1rem;
  }

  .founders_component {
    grid-row-gap: 3rem;
  }

  .founders_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }

  .founders_card {
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    width: 100%;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .founders_content {
    grid-row-gap: .5rem;
  }

  .founders_image {
    width: 7rem;
  }

  .advisors_bg-blur-image {
    width: 53.7rem;
    height: 59.9rem;
    top: -2.4rem;
  }

  .advisors_component {
    grid-row-gap: 3rem;
  }

  .advisors_image {
    width: 7rem;
  }

  .advisors_content {
    grid-row-gap: .5rem;
  }

  .advisors_card {
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .advisory-button-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .advisors_slider {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .stats_bg-image-blur {
    width: 69.7rem;
    height: 36.1rem;
    top: -8.3rem;
  }

  .press_component {
    grid-row-gap: 3rem;
  }

  .press_slider {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .press_card {
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .press_content {
    grid-row-gap: .5rem;
  }

  .press_button-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .section_about-cta {
    height: auto;
    min-height: 90vh;
    max-height: none;
  }

  .about-cta_component {
    margin-top: 3rem;
  }

  .about-cta_bg-video {
    top: 0;
  }

  .about-cta_bg-gradient-white.is-secondary {
    width: 125%;
    height: 17%;
    bottom: -.6rem;
  }

  .career-header_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .career_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 2fr 1fr;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .section_career-header {
    background-image: linear-gradient(0deg, var(--base-color-neutral--black), #303030 9%, #545454 12%, #bbb 24%, #dbdbdb 29%, white 46%);
  }

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

  .career-header_image {
    width: 10rem;
    max-width: 30vw;
    top: -10.2rem;
    left: auto;
    right: auto;
  }

  .career-benefits_bg-image-blur {
    width: 69.7rem;
    height: 22rem;
    top: -9.7rem;
  }

  .career-benefits_component {
    grid-row-gap: 3rem;
  }

  .career-benefits_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }

  .career-benefits_card {
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .hiring_component {
    grid-row-gap: 3rem;
  }

  .hiring-card_inner {
    grid-row-gap: 3rem;
    padding: 2rem 3rem 5rem;
  }

  .hiring-card_inner.is-accessable-feaature, .hiring-card_inner.is-hiring-step-1, .hiring-card_inner.is-hiring-step-2, .hiring-card_inner.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hiring_content-top {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hiring_grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .hiring_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .hiring_image-wrapper.is-resilient, .hiring_image-wrapper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .hiring_image {
    width: 5.3rem;
    max-width: 120%;
    top: -12.7rem;
    bottom: auto;
    left: auto;
    right: -1rem;
  }

  .hiring_image.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .hiring_image.is-integration {
    width: 20.4rem;
    margin-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .hiring_image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .hiring_image.is-kubernetes {
    max-width: 100%;
  }

  .hiring_-column-right {
    text-align: center;
  }

  .hiring_-column-right.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hiring_cloumn-left {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .hiring_cloumn-left.is-resilient, .hiring_cloumn-left.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .career-hub_button-wrapper {
    margin-top: 1.5rem;
  }

  .career-hub_component {
    margin-bottom: 3rem;
  }

  .career-hub-bg-gradient {
    height: 12rem;
  }

  .career-hub-bg-gradient.is-secondary {
    width: 125%;
    height: 17%;
    bottom: -.6rem;
  }

  .faq_number {
    left: 2rem;
  }

  .call_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .call_form-wrapper, .contact-form_hs-embed-wrapper {
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    padding: 3rem 2rem;
  }

  .fs_modal-2_wrapper {
    width: 90vw;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .getting-started_buttons-wrappper {
    grid-column-gap: 1rem;
    margin-top: 2rem;
  }

  .story_cards {
    grid-row-gap: 3rem;
  }

  .story-cards_card {
    border-radius: .75rem;
  }

  .story-cards_card-content-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 2rem 1rem;
  }

  .story-cards_card-content-wrapper.is-accessable-feaature, .story-cards_card-content-wrapper.is-hiring-step-1, .story-cards_card-content-wrapper.is-hiring-step-2, .story-cards_card-content-wrapper.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .story-cards_card-content.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .story-cards_tag {
    min-width: 7rem;
  }

  .cases-slider_component {
    grid-row-gap: 3rem;
  }

  .cases-slider_button-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .cases_slider {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cases-slider_content {
    grid-row-gap: .5rem;
  }

  .cases-slider_card {
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .product-features_card {
    border-radius: .75rem;
    height: auto;
  }

  .hiring_content-bottom {
    grid-template-columns: 1fr;
  }

  .hiring-cards_card {
    border-radius: .75rem;
    overflow: hidden;
  }

  .hiring-cards_cards-wrapper {
    grid-row-gap: 3rem;
  }

  .pricing-header_bg-blur {
    width: 50rem;
    height: 120rem;
    top: -15.1rem;
  }

  .namespace-header_compnent {
    grid-row-gap: .5rem;
    min-height: 24.1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .namespace-header_background-blur {
    width: 63.1rem;
    height: 49.1rem;
    top: -480px;
  }

  .namespace-header_content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .namespace_header-image-mobile-2 {
    width: 9.4rem;
    margin-left: 1rem;
    display: block;
    bottom: -.3rem;
    left: 4.3rem;
  }

  .namespace_header-image-mobile-1 {
    width: 9.5rem;
    margin-top: 0;
    display: block;
    top: 1rem;
    right: 6rem;
  }

  .namespace_header-image-desktop {
    width: 12rem;
    margin-left: 1rem;
    display: none;
    bottom: -3.7rem;
  }

  .namespace_header-image-mobile-3 {
    width: 5.6rem;
    display: block;
    bottom: 1.9rem;
    right: 2.7rem;
  }

  .features_card_content {
    grid-row-gap: .5rem;
    padding-top: 0;
  }

  .features_card_image-wrapper {
    height: auto;
    min-height: 0;
    position: static;
  }

  .features_card_image-wrapper.card-is-reversed {
    justify-content: center;
    align-items: center;
    min-height: 0;
  }

  .features_card_image {
    width: 100%;
    position: static;
  }

  .features_card_image.isp-process-data-storage {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .features_card_image.is-alerting {
    margin-left: auto;
    margin-right: auto;
  }

  .features_card_image.is-integration-levels {
    max-width: 24rem;
  }

  .features_card_image.is-toolkit-for-it {
    position: relative;
    right: -16.6rem;
  }

  .features_card_image.is-toolkit {
    top: 1.5rem;
  }

  .dps-header_background-blur {
    width: 63.1rem;
    height: 49.1rem;
    top: -480px;
  }

  .dps-header_compnent {
    grid-row-gap: .5rem;
    min-height: 24.1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .open-source-header_bg-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -312px;
  }

  .open-source-header_component {
    grid-row-gap: .5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .open-source-header_content {
    grid-row-gap: .5rem;
  }

  .oee-header_bg-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -312px;
  }

  .oee-header_component {
    grid-row-gap: .5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .energy-header_bg-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -312px;
  }

  .energy-header_component {
    grid-row-gap: .5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .infrastructure-header_bg-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -312px;
  }

  .infrastructure-header_component {
    grid-row-gap: .5rem;
    margin-top: 3rem;
  }

  .infrastructure-header_content {
    grid-row-gap: .5rem;
  }

  .work-order-header_background-blur {
    width: 63.1rem;
    height: 49.1rem;
    bottom: -23.7rem;
  }

  .work-order-header_component {
    grid-row-gap: .5rem;
    min-height: 25vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .pricing-header_card_button-wrapper.is-community {
    margin-top: 1rem;
  }

  .pricing-cta_button-wrapper {
    margin-top: 1.5rem;
  }

  .home-features_card {
    border-radius: .75rem;
    height: 28rem;
  }

  .home-features_content {
    grid-row-gap: 3rem;
    padding: 2rem 3rem;
  }

  .home-features_content.is-accessable-feaature, .home-features_content.is-hiring-step-1, .home-features_content.is-hiring-step-2, .home-features_content.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-features_card-image-wrapper {
    justify-content: center;
    align-items: center;
    max-height: 80%;
  }

  .home-features_card-image-wrapper.is-resilient {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .home-features_card-image-wrapper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .home-features_card-image {
    align-self: center;
    min-width: 0%;
    max-width: 100%;
    max-height: 40%;
    position: static;
    top: 0;
  }

  .home-features_card-image.is-resilient {
    width: 100%;
    max-width: 30rem;
    position: static;
    bottom: auto;
  }

  .home-features_card-image.is-integration {
    align-self: center;
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 83%;
    margin-top: 0;
    position: static;
    top: -4%;
    right: auto;
  }

  .home-features_card-image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .home-features_card-image.is-home-manageble {
    align-self: center;
    min-width: 0%;
  }

  .home-features_card-image.is-kubernetes {
    max-width: 100%;
  }

  .home-features_card-image.is-managebale {
    max-width: 80%;
    max-height: none;
  }

  .home-features_card-image.is-accessable {
    height: 130%;
    max-height: 125%;
    position: absolute;
  }

  .home-features_card-content-top.is-left-aligned {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .call_content-bottom {
    grid-row-gap: .5rem;
  }

  .call_form-wrapper-innerr {
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .fs-cc-banner_text-link {
    font-size: .875rem;
  }

  .fs-cc-prefs_button {
    order: -1;
  }

  .fs-cc-banner_text {
    font-size: .875rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_space-medium {
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .fs-cc-banner_button {
    font-size: .875rem;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_component {
    max-width: 90%;
    padding: 1.5rem 1.5rem 1.4rem;
  }

  .home-features_sticky-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-features_sticky-heading {
    padding: 1rem 0;
  }

  .stacking_component {
    grid-row-gap: 2rem;
  }

  .stacking_sticky-heading {
    top: 2rem;
  }

  .stackings_cards-wrapper {
    z-index: 2;
    grid-row-gap: 3rem;
    position: relative;
  }

  .stacking_card {
    border-radius: .75rem;
    height: 18.6rem;
  }

  .stacking_card.is-second {
    height: 20rem;
    top: 2rem;
  }

  .stacking_card.is-third {
    height: 20rem;
    top: 2.5rem;
  }

  .stacking_card.is-first {
    height: 20rem;
    top: 1.5rem;
  }

  .stacking_card.is-ghost {
    height: 20rem;
    top: 2.5rem;
  }

  .stacking_card-content {
    grid-row-gap: 1.5rem;
    padding: 2rem 3rem;
  }

  .stacking_card-content.is-content-card-one {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .stacking_card-content.is-hiring-step-1, .stacking_card-content.is-hiring-step-2, .stacking_card-content.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stacking-card_card-image {
    min-width: 120%;
    max-width: 140%;
    position: static;
    top: 0;
  }

  .stacking-card_card-image.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .stacking-card_card-image.is-integration {
    width: 20.4rem;
    min-width: 0%;
    margin-top: 0;
    position: relative;
    top: 21px;
    right: auto;
  }

  .stacking-card_card-image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .stacking-card_card-image.is-kubernetes {
    max-width: 100%;
  }

  .stacking_card-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .stacking_card-image-wrapper.is-resilient {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .stacking_card-image-wrapper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .tacking-card_image {
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    max-height: 10rem;
    position: static;
    top: 0;
  }

  .tacking-card_image.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .tacking-card_image.is-integration {
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 10.5rem;
    margin-top: 0;
    position: relative;
    top: 11px;
    right: auto;
  }

  .tacking-card_image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .tacking-card_image.is-home-manageble {
    width: auto;
    min-width: 0%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 10rem;
  }

  .tacking-card_image.is-kubernetes {
    max-width: 100%;
  }

  .stacking-card_card-image-copy {
    min-width: 120%;
    max-width: 140%;
    position: static;
    top: 0;
  }

  .stacking-card_card-image-copy.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .stacking-card_card-image-copy.is-integration {
    width: 20.4rem;
    min-width: 0%;
    margin-top: 0;
    position: relative;
    top: 21px;
    right: auto;
  }

  .stacking-card_card-image-copy.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .stacking-card_card-image-copy.is-kubernetes {
    max-width: 100%;
  }

  .stacking2_component {
    grid-row-gap: 2rem;
  }

  .stacking2_card {
    border-radius: .75rem;
    height: 18.6rem;
  }

  .stacking2_card.is-second {
    height: 20rem;
    top: 2rem;
  }

  .stacking2_card.is-third {
    height: 20rem;
    top: 2.5rem;
  }

  .stacking2_card.is-first {
    height: 20rem;
    top: 1.5rem;
  }

  .stacking2_card.is-ghost {
    height: 20rem;
    top: 2.5rem;
  }

  .stacking2_heading-wrapper {
    z-index: 1;
    top: 2rem;
  }

  .stacking2_cards-wrapper {
    z-index: 2;
    grid-row-gap: 3rem;
    height: calc(100% + 18rem);
    min-height: 100%;
    position: relative;
  }

  .stacking_card-wrapper {
    top: 1rem;
  }

  .home-trust_carousel_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-visual_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 28rem;
    display: flex;
  }

  .about-visual_component {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
  }

  .network_card {
    grid-row-gap: 1rem;
    border-radius: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    padding: 2.5rem 2rem 2.7rem;
  }

  .network_content-top {
    grid-row-gap: 1rem;
  }

  .network_content {
    grid-row-gap: 2rem;
  }

  .network-visual_component {
    flex: 1;
    width: 122%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    transform: scale(.8);
  }

  .network_visual-wrapper {
    height: 40vw;
  }

  .network-visual_card {
    left: -10%;
  }

  .network-visual_card.is-2 {
    left: 50%;
  }

  .network-visual_card.is-3 {
    top: 5.7rem;
  }

  .network-visual_card.is-4 {
    left: -6%;
  }

  .network-visual_card.is-5 {
    left: 4%;
  }

  .network-visual_card.is-6 {
    left: 61%;
  }

  .modal_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_card {
    width: 90vw;
    min-height: 70vh;
    max-height: 80svh;
    padding-top: 0%;
    overflow: scroll;
  }

  .modal_card.always-force-16-9-format {
    aspect-ratio: 16 / 9;
    max-height: 80svh;
    padding-top: 0%;
  }

  .modal_content {
    grid-row-gap: 2rem;
    padding: 2rem 2rem 1.5rem;
  }

  .modal_content.is-card-3 {
    grid-column-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: .75fr 2fr;
    padding: 2rem 1.5rem;
    overflow: scroll;
  }

  .modal_close {
    padding: 1rem;
  }

  .fs_modal-1_buttons-wrappper {
    grid-column-gap: 1rem;
    margin-top: 0;
  }

  .fs_modal-2_close-2 {
    padding: 1rem;
  }

  .fs_modal-2_heading-2 {
    font-size: 2rem;
  }

  .fs_modal-2_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .moda_video-thumbnail {
    border-radius: .5rem;
    max-height: 8.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .modal_card-3_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .modal_card-3_cta-wrapper {
    grid-row-gap: .5rem;
  }

  .modal_card-3_cta-content-bottom {
    grid-row-gap: .875rem;
  }

  .modal_card-3_video-replay-link {
    border-radius: .5rem;
    max-width: 19.7rem;
    max-height: 22vw;
    margin-left: auto;
    margin-right: auto;
  }

  .modal_card-3_replay-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .about-header_bg-blur-2 {
    min-width: 150%;
    height: 28.2rem;
    top: 30rem;
    bottom: auto;
  }

  .about-header_bg-blur-3 {
    top: 20rem;
    bottom: auto;
  }

  .contact-cta_bg-blur-2 {
    top: -13.6rem;
  }

  .career-benefits_bg-image-blur-2 {
    opacity: .28;
    width: 69.7rem;
    height: 31.2rem;
    top: -18.8rem;
  }

  .pricing-cta_bg-image-blur {
    opacity: .33;
    width: 69.7rem;
    height: 22rem;
    bottom: -23.4rem;
  }

  .pricing-cta_bg-image-blur-2 {
    width: 69.7rem;
    height: 22rem;
    bottom: -21.1rem;
  }

  .stacking2_sticky-parts {
    z-index: 1;
    top: 2rem;
  }

  .about-cta_bg-gradient-blue-circular.is-secondary {
    width: 125%;
    height: 17%;
    bottom: -.6rem;
  }

  .feature_card {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 2rem 1.5rem 1.5rem;
    display: flex;
  }

  .feature_card-content {
    grid-row-gap: .5rem;
    padding-top: 0;
  }

  .feautre-card_image {
    width: 100%;
    position: static;
  }

  .feautre-card_image.isp-process-data-storage {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .feautre-card_image.is-alerting {
    margin-left: auto;
    margin-right: auto;
  }

  .feautre-card_image.is-integration-levels {
    max-width: 24rem;
  }

  .feautre-card_image.is-toolkit-for-it {
    position: relative;
    right: -16.6rem;
  }

  .feautre-card_image.is-toolkit {
    top: 1.5rem;
  }

  .feature-card_image {
    height: auto;
    min-height: 0;
    position: static;
  }

  .feature-card_image.card-is-reversed {
    justify-content: center;
    align-items: center;
    min-height: 0;
  }

  .stacking-cards_subheadline {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .stacking-cards_subheadline.is-stacking-hard {
    font-size: max(1.4rem, min(4vw, 6rem));
  }

  .product-card-heading {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .product-card-heading.is-stacking-hard {
    font-size: max(1.4rem, min(4vw, 6rem));
  }

  .stacking-cards_section-heading-wrapper.hide-on-mobile-landscape {
    display: none;
  }

  .stacking-cards_section-heading-wrapper.mobile-landscape-only {
    padding-bottom: 30px;
    display: block;
  }

  .about_story-heading-2 {
    font-size: 1.8rem;
  }

  .story-card-heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .story-card-heading.is-stacking-hard {
    font-size: max(1.4rem, min(4vw, 6rem));
  }

  .home-features_cards_content {
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .home-features_cards_content.is-accessable-feaature {
    grid-template-columns: 1fr;
  }

  .home-features_cards_content.is-hiring-step-1, .home-features_cards_content.is-hiring-step-2, .home-features_cards_content.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-features_card-image-warpper {
    justify-content: center;
    align-items: flex-start;
  }

  .home-features_card-image-warpper.is-resilient, .home-features_card-image-warpper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .home-features_card-image-warpper.hide-only-mobile-landscape {
    display: none;
  }

  .product-features_card-image-copy {
    min-width: 120%;
    max-width: 140%;
  }

  .product-features_card-image-copy.is-resilient {
    width: auto;
    min-width: 100%;
    max-width: 30rem;
    position: absolute;
    bottom: auto;
  }

  .product-features_card-image-copy.is-integration {
    width: 20.4rem;
    margin-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .product-features_card-image-copy.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .product-features_card-image-copy.is-kubernetes {
    min-width: 0%;
    max-width: 86%;
  }

  .product-features_card-image-copy.is-home-accesssible {
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 50%;
    margin-top: 0;
    position: relative;
    top: auto;
    right: auto;
  }

  .home-features_heading {
    font-size: 1.8rem;
  }

  .product-stacking-card_component {
    grid-row-gap: 2.5rem;
  }

  .home-about_component {
    border-radius: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2.5rem 2rem 2.7rem;
  }

  .collection-item {
    font-size: .875rem;
  }

  .home-hero_tag-line_divider {
    display: none;
  }

  .feautures_card-2 {
    padding: 3rem 1.5rem 3.2rem;
  }

  .feautures_card-2.is-grid-layout {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .automotive-hero_component {
    grid-row-gap: 1rem;
    margin-top: 5rem;
  }

  .automotive-trust_bg-blur {
    width: 102.3rem;
    height: 68.9rem;
    bottom: -29.6rem;
  }

  .section_automotive-hero {
    min-height: auto;
  }

  .section_automotive-hero.bot_60 {
    margin-bottom: 60px;
  }

  .automotive-cards_component {
    grid-row-gap: 2.5rem;
  }

  .automotives-carg-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .automotive-feature-card {
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .automotive-feature-card.is-accessable-feaature {
    order: 0;
    grid-template-columns: 1fr;
  }

  .automotive-feature-card.is-hiring-step-1, .automotive-feature-card.is-hiring-step-2, .automotive-feature-card.is-hiring-step-3 {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .automotive-features_cards_content-top {
    grid-row-gap: .2rem;
  }

  .automotive-features_cards_content-top.is-left-aligned {
    text-align: center;
  }

  .automotive-features_card-image {
    align-self: center;
    min-width: 0%;
    max-width: 100%;
    max-height: 40%;
    position: static;
    top: 0;
  }

  .automotive-features_card-image.is-resilient {
    width: 100%;
    max-width: 30rem;
    position: static;
    bottom: auto;
  }

  .automotive-features_card-image.is-integration {
    align-self: center;
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 83%;
    margin-top: 0;
    position: static;
    top: -4%;
    right: auto;
  }

  .automotive-features_card-image.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .automotive-features_card-image.is-home-manageble {
    align-self: center;
    min-width: 0%;
  }

  .automotive-features_card-image.is-kubernetes {
    max-width: 100%;
  }

  .automotive-features_card-image.is-managebale {
    max-width: 80%;
    max-height: none;
  }

  .home-features_card-image-copy {
    align-self: center;
    min-width: 0%;
    max-width: 100%;
    max-height: 40%;
    position: static;
    top: 0;
  }

  .home-features_card-image-copy.is-resilient {
    width: 100%;
    max-width: 30rem;
    position: static;
    bottom: auto;
  }

  .home-features_card-image-copy.is-integration {
    align-self: center;
    width: auto;
    min-width: 0%;
    max-width: 100%;
    max-height: 83%;
    margin-top: 0;
    position: static;
    top: -4%;
    right: auto;
  }

  .home-features_card-image-copy.is-systems {
    width: 39.7rem;
    max-width: none;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
  }

  .home-features_card-image-copy.is-home-manageble {
    align-self: center;
    min-width: 0%;
  }

  .home-features_card-image-copy.is-kubernetes {
    max-width: 100%;
  }

  .home-features_card-image-copy.is-managebale {
    max-height: none;
  }

  .home-features_card-image-copy.is-accessable {
    height: 130%;
    max-height: 125%;
    position: absolute;
  }

  .automotive-features_card-image-warpper.is-resilient, .automotive-features_card-image-warpper.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .automotive-features_card-image-warpper.hide-only-mobile-landscape {
    display: none;
  }

  .automotive-features_card-image-warpper-copy.is-resilient, .automotive-features_card-image-warpper-copy.is-systems {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .automotive-features_card-image-warpper-copy.hide-only-mobile-landscape {
    display: none;
  }

  .industries-slider_slide-content-wrapper {
    border-radius: .75rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .automotive-about_component {
    border-radius: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2.5rem 2rem 2.7rem;
  }

  .automotive-features_component {
    grid-row-gap: 2.5rem;
  }

  .guideback-video {
    max-height: 197px;
  }

  .section_events {
    min-height: auto;
  }

  .section_events.bot_60 {
    margin-bottom: 60px;
  }

  .automotive-event_component {
    border-radius: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 2.5rem 2rem 2.7rem;
  }
}

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

  h2 {
    font-size: 7.5vw;
  }

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

  .margin-bottom.margin-large.margin-2-mobile {
    margin-bottom: 2rem;
  }

  .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-top._52px {
    margin-top: 24px;
  }

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

  .heading-style-h3.tab-1-7 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .text-rich-text a {
    word-break: break-all;
  }

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

  .heading-style-h1 {
    font-size: 9vw;
  }

  .padding-global {
    align-self: stretch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .padding-global.is-book-a-call {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4 {
    font-size: 6vw;
  }

  .text-size-large.text-align-left.mobile {
    font-size: 1rem;
  }

  .text-size-large.text-align-left.mobile.all-caps {
    font-size: .8rem;
  }

  .text-size-large.text-align-left.mobile.all-caps.text-color-black.text-weight-medium, .text-size-large.text-weight-medium.text-color-black {
    font-size: 1.17rem;
  }

  .heading-style-h2.is-tacking-section {
    font-size: max(1.4rem, min(7vw, 6rem));
  }

  .button {
    min-width: 8rem;
  }

  .button.is-text {
    min-width: 0;
  }

  .button.is-text.hide-mobile-portrait {
    display: flex;
  }

  .button.is-form-submit, .button.is-secondary, .button.is-nav-secondary, .button.is-nav, .button.is-tertiary {
    width: 100%;
  }

  .button.learn-more {
    min-width: 0;
  }

  .button.learn-more.hide-mobile-portrait {
    display: flex;
  }

  .text-size-medium.is-tacking-card-paragraph {
    line-height: 1.3;
  }

  .text-size-medium.is-product-card-paragraph {
    font-size: .875rem;
  }

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

  .nav_menu_link.is-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding-right: .5rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .section_home-hero {
    height: 100svh;
  }

  .home-hero_component {
    margin-top: 5.5rem;
    margin-bottom: 3rem;
  }

  .nav_menu_dropdown-link {
    padding: .75rem .5rem;
  }

  .nav_menu_dropdown-link.is-solution-link {
    min-width: 0;
    padding-right: .5rem;
  }

  .nav_menu_dropdown-link-rows-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu_dropdown-link-text {
    font-size: 1.25rem;
  }

  .nav_menu_dropdown-link-text.is-alternate {
    max-width: 100%;
  }

  .icon-1x1-xlarge.is-inside-modal {
    width: 2.5rem;
    height: 2.5rem;
  }

  .icon-1x1-xlarge.mobile-3 {
    width: 2.7rem;
    height: 2.8rem;
  }

  .nav_desktop-buttons-wrapper {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-trust_logos-wrapper {
    grid-column-gap: 1.5rem;
  }

  .home-trust_component {
    grid-row-gap: 1.5rem;
  }

  .home-about_componentt {
    padding: 2rem 1.5rem 2.2rem;
  }

  .home-about_content {
    grid-row-gap: 1rem;
  }

  .home-about_image {
    min-width: 125%;
    top: 0;
    left: -1rem;
  }

  .home-features_component {
    grid-row-gap: 3rem;
  }

  .stacking-cards_card {
    height: 28.5rem;
  }

  .stacking-cards_card.is-story-card {
    height: 24rem;
    top: max(25dvh, 10rem);
  }

  .stacking-cards_card.is-product-feautre-card {
    height: 35rem;
    top: max(20dvh, 10rem);
  }

  .stacking-cards_card.is-home {
    top: max(20dvh, 10rem);
  }

  .stacking-cards_card.is-automotive {
    top: max(12dvh, 3rem);
    top: max(12dvh, 3rem);
  }

  .stacking-cards_card.is-automotive._4.z-index {
    z-index: 2;
  }

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

  .product-features_card-image-warpper, .product-features_card-image-warpper.is-resilient, .product-features_card-image-warpper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .product-features_card-image-warpper.hide-mobile-landscape {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .product-features_card-image-warpper.hide-only-mobile-landscape {
    display: flex;
  }

  .product-features_card-image {
    width: 90%;
    min-width: 0;
    max-width: 105%;
    max-height: none;
    left: auto;
  }

  .product-features_card-image.is-resilient {
    max-width: 19.4rem;
  }

  .product-features_card-image.is-integration {
    width: 19.1rem;
    min-width: 0;
    max-width: 100%;
    position: absolute;
    top: auto;
  }

  .product-features_card-image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .product-features_card-image.is-home-manageble {
    width: 29.4rem;
    max-width: 100%;
    top: auto;
    left: 0;
  }

  .product-features_card-image.is-extract-data {
    width: 95%;
    min-width: 0%;
    max-width: none;
  }

  .product-features_card-image.is-home-accesssible {
    width: 19.1rem;
    min-width: 0;
    max-width: 100%;
    position: absolute;
    top: auto;
  }

  .cases_item {
    grid-column-gap: .5rem;
  }

  .testimonials_component {
    grid-row-gap: 4rem;
  }

  .testimonials-slider_slide {
    max-width: 85%;
  }

  .testimonials-slider_slide.industries {
    max-width: none;
  }

  .testimonial-slider_slide-content-wrapper {
    padding: 2rem 1.5rem 2.2rem;
  }

  .testimonial-slier_quote-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .testimonials_bg-blur-image {
    width: 58.4rem;
    height: 48.9rem;
    top: 4.7rem;
  }

  .logo-carousel_collection-list-wrapper.hide-on-mobile-porrait {
    display: none;
  }

  .logo-carousel_overlay {
    width: 3rem;
  }

  .cta_buttons-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .cta_bg-blur-image {
    width: 49.1rem;
    height: 39.2rem;
  }

  .footer_top {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .footer_center {
    grid-column-gap: 2.5rem;
  }

  .footer_legal-links-wrapper {
    grid-column-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_heading-wrapper {
    max-width: none;
  }

  .socket_component {
    height: .2rem;
  }

  .nav_menu_mobile-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .is-h1-display-style {
    font-size: max(1.7rem, min(11vw, 6rem));
  }

  .cap_compnonent {
    height: 2px;
  }

  .contact-hero_component {
    grid-row-gap: 3rem;
    margin-top: 2rem;
  }

  .contact-hero_card {
    grid-row-gap: 1rem;
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .contact-cta_bg-blur {
    bottom: 0;
  }

  .contact-form_heading-wrapper {
    grid-row-gap: .5rem;
  }

  .contact-form_component, .contact-details_component {
    grid-row-gap: 1.5rem;
  }

  .contact-details_card {
    grid-row-gap: 1rem;
    padding: 2rem 1.5rem 1.7rem;
  }

  .productivity-header_content {
    justify-content: space-between;
  }

  .product-header-buttons-row {
    grid-row-gap: .825rem;
    flex-flow: column;
  }

  .product-header_slide-glow-effect {
    bottom: .8rem;
  }

  .product-features_cards_content {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1.5rem 2.2rem;
  }

  .pricing-header_component {
    grid-row-gap: 2rem;
  }

  .pricing-header_list.is-community {
    margin-top: 1.5rem;
  }

  .faq_component {
    grid-row-gap: 2rem;
  }

  .faq_item_body {
    padding-left: 17%;
  }

  .faq_item_header {
    padding-left: 17%;
    padding-right: 3%;
  }

  .erb-header_background-blur {
    width: 42.6rem;
    height: 41.7rem;
  }

  .beneifts_bg-image-blur {
    filter: blur(2px);
    width: 200rem;
    max-width: 270%;
    height: 50rem;
    top: -18.5rem;
  }

  .benefits_card {
    padding: 2rem 1.5rem 2.2rem;
  }

  .benefits_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .feautures_card.is-grid-layout {
    grid-row-gap: 2.5rem;
  }

  .features_cards-wrapper {
    grid-row-gap: 1.25rem;
  }

  .features_cards-wrapper.has-unified-namespace-custom-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .about-header_component {
    grid-row-gap: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .stats_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  }

  .stats_card {
    padding: 1.5rem 1.25rem 1.7rem;
  }

  .stats_number {
    font-size: max(1.7rem, min(8vw, 6rem));
  }

  .stats_number.is-unit {
    font-size: 1.7rem;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .founders_bg-image-blur {
    width: 47.4rem;
    height: 26.2rem;
    top: 1.8rem;
  }

  .founders_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .founders_card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .advisors_bg-blur-image {
    top: -2.5rem;
  }

  .advisors_card {
    padding: 1.5rem 1.25rem 1.7rem;
  }

  .stats_bg-image-blur {
    width: 47.4rem;
    height: 26.2rem;
    top: -4.1rem;
  }

  .press_card {
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .section_about-cta {
    min-height: 90vh;
    max-height: none;
  }

  .about-cta_bg-gradient-white {
    filter: none;
    height: 50%;
    max-height: 20rem;
    bottom: -2rem;
  }

  .career-header_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .career_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .section_career-header {
    height: auto;
  }

  .career-header_image-wrapper {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .career-header_image {
    order: -1;
    max-width: 27vw;
    top: -152%;
    right: 8%;
  }

  .career-benefits_bg-image-blur {
    opacity: .99;
    width: auto;
    min-width: 310%;
    height: 30.9rem;
    top: -16.1rem;
  }

  .career-benefits_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .career-benefits_card {
    padding: 2rem 1.5rem 2.2rem;
  }

  .hiring-card_inner {
    grid-row-gap: 2rem;
    text-align: left;
    padding: 2rem 1.5rem 2.2rem;
  }

  .hiring_content-top {
    justify-content: center;
    align-items: flex-start;
  }

  .hiring_image-wrapper, .hiring_image-wrapper.is-resilient, .hiring_image-wrapper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .hiring_image {
    z-index: 2;
    width: 20%;
    max-height: none;
    display: none;
    top: -11rem;
    right: 0;
  }

  .hiring_image.is-resilient {
    max-width: 19.4rem;
  }

  .hiring_image.is-integration {
    width: 19.1rem;
    min-width: 0;
    max-width: none;
    position: absolute;
    top: auto;
  }

  .hiring_image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .hiring_image.is-home-manageble {
    width: 29.4rem;
    max-width: none;
    top: auto;
    left: 0;
  }

  .hiring_-column-right {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hiring_cloumn-left, .hiring_cloumn-left.is-resilient, .hiring_cloumn-left.is-systems {
    justify-content: center;
    align-items: center;
  }

  .career-hub_image {
    bottom: -8.2rem;
    left: -11.4rem;
  }

  .career-hub-bg-gradient {
    height: 11rem;
  }

  .faq_number {
    left: 5%;
  }

  .career-heading-max-width-mobile-wrapper {
    max-width: 50vw;
  }

  .call_component {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .call_form-wrapper, .contact-form_hs-embed-wrapper {
    padding: 1.25rem 1.25rem 1.3rem;
  }

  .fs_modal-2_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .getting-started_buttons-wrappper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .story_cards {
    grid-row-gap: 2rem;
  }

  .story-cards_card-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.25rem 2.2rem;
  }

  .cases-slider_card {
    padding: 1.5rem 1.5rem 1.7rem;
  }

  .hiring_content-bottom {
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .hiring-cards_cards-wrapper, .stacking-cards_component {
    grid-row-gap: 2.5rem;
  }

  .stacking-cards_component.automotive {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .namespace-header_background-blur {
    width: 42.6rem;
    height: 41.7rem;
    top: -423px;
  }

  .namespace_header-image-mobile-2 {
    bottom: -.8rem;
    left: -.8rem;
  }

  .namespace_header-image-mobile-1 {
    top: .5rem;
    right: 2rem;
  }

  .namespace_header-image-desktop {
    margin-left: 5.3rem;
  }

  .namespace_header-image-mobile-3 {
    bottom: .7rem;
    right: -.5rem;
  }

  .features_card_content {
    grid-row-gap: 0rem;
  }

  .features_card_image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .features_card_image {
    width: 110%;
  }

  .features_card_image.isp-process-data-storage {
    max-width: 110%;
  }

  .features_card_image.is-integration-levels {
    height: auto;
  }

  .features_card_image.is-toolkit-for-it {
    position: relative;
    right: -5.6rem;
  }

  .features_card_image.is-data-model {
    width: 100%;
  }

  .features_card_image.is-toolkit {
    max-width: 110%;
  }

  .dps-header_background-blur {
    width: 42.6rem;
    height: 41.7rem;
    top: -423px;
  }

  .open-source-header_bg-blur {
    width: 42.6rem;
    height: 41.7rem;
  }

  .infrastructure-header_component {
    margin-top: 0;
  }

  .work-order-header_background-blur {
    width: 42.6rem;
    height: 41.7rem;
  }

  .pricing-header_card_button-wrapper.is-community {
    margin-top: .5rem;
  }

  .home-features_cards {
    grid-row-gap: 2.5rem;
  }

  .home-features_card {
    height: auto;
  }

  .home-features_content {
    grid-row-gap: 2rem;
    padding: 2rem 1.5rem 2.2rem;
  }

  .home-features_card-image-wrapper {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .home-features_card-image-wrapper.is-resilient, .home-features_card-image-wrapper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .home-features_card-image {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .home-features_card-image.is-resilient {
    max-width: 100%;
    max-height: none;
  }

  .home-features_card-image.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    position: relative;
    top: 1rem;
  }

  .home-features_card-image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .home-features_card-image.is-home-manageble {
    width: 100%;
    max-width: none;
    top: auto;
    left: 0;
  }

  .home-features_card-image.is-managebale {
    width: 100%;
    min-width: 0%;
    max-width: 100%;
  }

  .home-features_card-image.is-accessable {
    width: 100%;
    height: auto;
    left: auto;
  }

  .text-style-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .call_form-wrapper-innerr {
    padding: 1.25rem 1.25rem 1.3rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    flex: 1;
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    flex: 1;
  }

  .fs-cc-prefs_space-medium {
    grid-row-gap: .25rem;
    flex-flow: column;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .home-features_sticky-heading_bg {
    padding: .5rem;
  }

  .product-features_heading-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .stacking_component {
    margin-bottom: 4rem;
  }

  .stackings_cards-wrapper {
    grid-row-gap: 1.5rem;
  }

  .stacking_card {
    height: 30rem;
  }

  .stacking_card.is-second {
    height: 30rem;
    top: 11.5rem;
  }

  .stacking_card.is-third {
    height: 30rem;
    top: 13rem;
  }

  .stacking_card.is-first {
    height: 30rem;
    top: 10rem;
  }

  .stacking_card.is-ghost {
    height: 30rem;
    top: 13rem;
  }

  .stacking_card-content {
    grid-row-gap: 2rem;
    padding: 2rem 1.5rem 2.2rem;
  }

  .stacking-card_card-image {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .stacking-card_card-image.is-resilient {
    max-width: 19.4rem;
  }

  .stacking-card_card-image.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    position: relative;
    top: 1rem;
  }

  .stacking-card_card-image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .stacking-card_card-image.is-home-manageble {
    width: 100%;
    max-width: none;
    top: auto;
    left: 0;
  }

  .stacking_card-image-wrapper {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .stacking_card-image-wrapper.is-resilient, .stacking_card-image-wrapper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .tacking-card_image {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .tacking-card_image.is-resilient {
    max-width: 19.4rem;
  }

  .tacking-card_image.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    max-height: 18.6rem;
    position: relative;
    top: 1rem;
  }

  .tacking-card_image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .tacking-card_image.is-home-manageble {
    width: 100%;
    min-width: 110%;
    max-width: 110%;
    min-height: 0;
    max-height: none;
    top: auto;
    left: 0;
  }

  .stacking-card_card-image-copy {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .stacking-card_card-image-copy.is-resilient {
    max-width: 19.4rem;
  }

  .stacking-card_card-image-copy.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    position: relative;
    top: 1rem;
  }

  .stacking-card_card-image-copy.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .stacking-card_card-image-copy.is-home-manageble {
    width: 100%;
    max-width: none;
    top: auto;
    left: 0;
  }

  .stacking2_component {
    margin-bottom: 4rem;
  }

  .stacking2_card {
    height: 26rem;
  }

  .stacking2_card.is-second {
    height: 30rem;
    top: 11.5rem;
  }

  .stacking2_card.is-third {
    height: 30rem;
    top: 13rem;
  }

  .stacking2_card.is-first {
    height: 30rem;
    top: 10rem;
  }

  .stacking2_card.is-ghost {
    height: 30rem;
    top: 13rem;
  }

  .stacking2_cards-wrapper {
    grid-row-gap: 1.5rem;
  }

  .stacking_card-wrapper {
    height: auto;
    top: 9rem;
  }

  .home-trust_carousel_collection-list-wrapper.hide-on-mobile-porrait {
    display: none;
  }

  .about-visual_wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 29.1rem;
  }

  .about-visual_component {
    bottom: 0;
    transform: scale(.82);
  }

  .network_card {
    padding: 2rem 1.5rem 2.2rem;
  }

  .network_content-top, .network_content, .network_content-bottom {
    grid-row-gap: 1rem;
  }

  .network-visual_component {
    flex: none;
    width: 150%;
    top: -1.5rem;
    left: auto;
  }

  .network-visual_card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    min-width: 9rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
    padding-left: .5rem;
    left: 1%;
  }

  .network-visual_card.is-3 {
    top: 5.4rem;
    left: 65%;
  }

  .network-visual_card.is-4 {
    left: -1%;
  }

  .network-visual_image {
    top: -1px;
  }

  .network-visual_location {
    line-height: .9;
  }

  .modal_card {
    min-height: 80vh;
    max-height: 90vh;
  }

  .modal_card.always-force-16-9-format {
    height: auto;
    min-height: 0;
  }

  .modal_content {
    align-content: space-around;
    padding: 2.5rem 1.5rem 1rem;
  }

  .modal_content.is-card-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    display: grid;
  }

  .modal_close {
    padding-top: .6rem;
    padding-right: .7rem;
  }

  .fs_modal-1_buttons-wrappper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
  }

  .moda_video-thumbnail {
    max-width: none;
    max-height: none;
  }

  .modal_card-3-content-right {
    grid-row-gap: 1.5rem;
  }

  .modal_card-3_content-bottom {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .modal_card-3_video-replay-link {
    max-width: 100%;
    max-height: 24vw;
  }

  .contact-cta_bg-blur-2 {
    bottom: 0;
  }

  .career-benefits_bg-image-blur-2 {
    height: 26.2rem;
    top: -5rem;
  }

  .pricing-cta_bg-image-blur {
    bottom: -18.3rem;
  }

  .pricing-cta_bg-image-blur-2 {
    opacity: .43;
    bottom: -25.9rem;
  }

  .hiring_mobile-protait-only-image {
    height: 4rem;
    display: block;
  }

  .about-cta_bg-gradient-blue-circular {
    filter: none;
    max-height: 20rem;
    bottom: -4.2rem;
  }

  .feature_card {
    grid-row-gap: 2.5rem;
  }

  .feature_card-content {
    grid-row-gap: 0rem;
  }

  .feautre-card_image {
    width: 110%;
  }

  .feautre-card_image.isp-process-data-storage {
    max-width: 110%;
  }

  .feautre-card_image.is-integration-levels {
    height: auto;
  }

  .feautre-card_image.is-toolkit-for-it {
    position: relative;
    right: -5.6rem;
  }

  .feautre-card_image.is-data-model {
    width: 100%;
  }

  .feautre-card_image.is-toolkit {
    max-width: 110%;
  }

  .feature-card_image {
    justify-content: center;
    align-items: center;
  }

  .stacking-cards_subheadline {
    font-size: 1rem;
  }

  .product-card-heading {
    font-size: 6vw;
  }

  .stacking-cards_section-heading-wrapper.hide-on-mobile-landscape {
    display: block;
  }

  .stacking-cards_section-heading-wrapper.mobile-landscape-only {
    display: none;
  }

  .about_story-heading-2 {
    font-size: 7vw;
  }

  .story-card-heading {
    font-size: 1.6rem;
  }

  .home-features_cards_content {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1.5rem 2.2rem;
  }

  .home-features_card-image-warpper, .home-features_card-image-warpper.is-resilient, .home-features_card-image-warpper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .home-features_card-image-warpper.hide-mobile-landscape {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .home-features_card-image-warpper.hide-only-mobile-landscape {
    display: flex;
  }

  .product-features_card-image-copy {
    width: 90%;
    min-width: 0;
    max-width: 105%;
    max-height: none;
    left: auto;
  }

  .product-features_card-image-copy.is-resilient {
    max-width: 19.4rem;
  }

  .product-features_card-image-copy.is-integration {
    width: 19.1rem;
    min-width: 0;
    max-width: 100%;
    position: absolute;
    top: auto;
  }

  .product-features_card-image-copy.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .product-features_card-image-copy.is-home-manageble {
    width: 29.4rem;
    max-width: 100%;
    top: auto;
    left: 0;
  }

  .product-features_card-image-copy.is-extract-data {
    width: 95%;
    min-width: 0%;
    max-width: none;
  }

  .product-features_card-image-copy.is-home-accesssible {
    width: 19.1rem;
    min-width: 0;
    max-width: 100%;
    position: absolute;
    top: auto;
  }

  .product-stacking-card_component {
    grid-row-gap: 3rem;
  }

  .home-about_component {
    padding: 2rem 1.5rem 2.2rem;
  }

  .collection-item {
    border-radius: 12px;
    flex-flow: column;
  }

  .feautures_card-2.is-grid-layout {
    grid-row-gap: 2.5rem;
  }

  .automotive-hero_component {
    margin-top: 5.5rem;
    margin-bottom: 3rem;
  }

  .automotive-hero_component.max-width-840.stretch {
    align-items: flex-start;
  }

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

  .hero-heading-h1.text-align-left {
    font-size: 2.25rem;
  }

  .hero-heading-h1.mobile {
    font-size: 1.5rem;
  }

  .hero-flex {
    margin-top: 15vh;
  }

  .automotive-trust_bg-blur {
    bottom: -7.3rem;
  }

  .section_automotive-hero {
    min-height: 100svh;
  }

  .section_automotive-hero.bot_60 {
    margin-bottom: 0;
  }

  .section_automotive-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .automotive-cards_component {
    grid-row-gap: 1.5rem;
  }

  .automotive-card-wrapper {
    height: auto;
    padding: 32px 20px;
  }

  .flex-vertical.gap-34px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-vertical.gap-34px.max-width-528, .flex-vertical.gap-34px.max-width-488 {
    width: auto;
  }

  .flex-vertical.gap-80 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .automotives-carg-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .automotive-feature-card {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1.5rem 2.2rem;
  }

  .automotive-feature-card.is-accessable-feaature {
    padding: 1.5rem 1rem 1rem;
  }

  .automotive-feature-card.is-accessable-feaature.reverse {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .automotive-features_card-image {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .automotive-features_card-image.is-resilient {
    max-width: 100%;
    max-height: none;
  }

  .automotive-features_card-image.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    position: relative;
    top: 1rem;
  }

  .automotive-features_card-image.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .automotive-features_card-image.is-home-manageble {
    width: 100%;
    max-width: none;
    top: auto;
    left: 0;
  }

  .automotive-features_card-image.is-managebale {
    width: 100%;
    min-width: 0%;
    max-width: 100%;
  }

  .automotive-features_card-image.is-accessable {
    min-width: auto;
    height: auto;
    left: auto;
  }

  .home-features_card-image-copy {
    min-width: 110%;
    max-height: none;
    left: 0;
  }

  .home-features_card-image-copy.is-resilient {
    max-width: 100%;
    max-height: none;
  }

  .home-features_card-image-copy.is-integration {
    width: auto;
    min-width: 0;
    max-width: 114%;
    position: relative;
    top: 1rem;
  }

  .home-features_card-image-copy.is-systems {
    width: 33rem;
    bottom: -.7rem;
    left: -.5rem;
  }

  .home-features_card-image-copy.is-home-manageble {
    width: 100%;
    max-width: none;
    top: auto;
    left: 0;
  }

  .home-features_card-image-copy.is-managebale {
    width: 100%;
    min-width: 0%;
    max-width: 100%;
  }

  .home-features_card-image-copy.is-accessable {
    width: 100%;
    height: auto;
    left: auto;
  }

  .automotive-features_card-image-warpper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .automotive-features_card-image-warpper.is-resilient, .automotive-features_card-image-warpper.is-systems {
    justify-content: center;
    align-items: center;
  }

  .automotive-features_card-image-warpper.hide-mobile-landscape {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .automotive-features_card-image-warpper.hide-only-mobile-landscape {
    display: flex;
  }

  .automotive-features_card-image-warpper-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .automotive-features_card-image-warpper-copy.is-resilient, .automotive-features_card-image-warpper-copy.is-systems {
    justify-content: center;
    align-items: center;
  }

  .automotive-features_card-image-warpper-copy.hide-mobile-landscape {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .automotive-features_card-image-warpper-copy.hide-only-mobile-landscape {
    display: flex;
  }

  .industries-text {
    font-size: 1.5rem;
  }

  .automotive-about_component {
    height: 100%;
    padding: 1.5rem 1rem;
  }

  ._45px-heading-h3.text-align-center {
    font-size: 2rem;
  }

  .h3-with-underline {
    text-align: center;
    font-size: 1.25rem;
  }

  .flex-horizontal.mobile {
    flex-flow: column;
  }

  .flex-horizontal.mobile.gap-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-horizontal.gap-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-h3.text-color-blue {
    font-size: 2rem;
  }

  .grid-3-1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._w-slider-arrow-right {
    bottom: -3%;
    right: -20%;
  }

  ._w-slider-arrow-left {
    bottom: -3%;
    left: -20%;
  }

  .section_cta-video.top {
    justify-content: center;
    align-items: flex-start;
  }

  .automotive-features_component {
    grid-row-gap: 3rem;
  }

  .cta-flex {
    margin-top: 15vh;
  }

  .guideback-video {
    max-width: none;
    max-height: 134px;
  }

  .section_events {
    min-height: 100svh;
  }

  .section_events.bot_60 {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .text-size-xmedium.text-color-black.text-align-left.text-weight-medium {
    font-size: 1.17rem;
  }

  .automotive-event_component {
    height: 100%;
    padding: 1.5rem 1rem;
  }

  ._128-128 {
    width: 72px;
  }

  .hero-flex-01 {
    margin-top: 15vh;
  }
}

#w-node-d07dc834-40a0-b73f-e628-9735631eecc2-55f5c578 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d07dc834-40a0-b73f-e628-9735631eecc4-55f5c578 {
  align-self: stretch;
}

#w-node-d07dc834-40a0-b73f-e628-9735631eeccb-55f5c578, #w-node-d07dc834-40a0-b73f-e628-9735631eecd4-55f5c578 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-55f5c598 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-55f5c598, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-55f5c598 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-55f5c598 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-55f5c598 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-55f5c598 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-55f5c598, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-55f5c598 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-55f5c598 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-55f5c598, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-55f5c598 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-55f5c598, #w-node-dffcc376-fec5-d081-b267-f0f02e272da6-55f5c598, #w-node-_9a8b9a02-d0a0-4579-7746-3690a0779b44-55f5c598 {
  justify-self: start;
}

#w-node-_1a97eafc-03a7-c1a8-2fc0-023c1972cf7a-55f5c5eb, #w-node-_60310377-32e8-9e36-95bd-92e1550826cc-55f5c5eb, #w-node-_646fe1c3-e8c4-b54b-8263-3684ed5e3a98-55f5c5eb, #w-node-a3a0e25a-13c6-2d1a-9c75-d7bd816563fe-55f5c5eb, #w-node-a3a0e25a-13c6-2d1a-9c75-d7bd81656407-55f5c5eb, #w-node-a3a0e25a-13c6-2d1a-9c75-d7bd81656410-55f5c5eb, #w-node-_7b4b9af7-77b9-85d6-76a0-500017b085a0-55f5c5eb, #w-node-_7b4b9af7-77b9-85d6-76a0-500017b085a9-55f5c5eb, #w-node-_7b4b9af7-77b9-85d6-76a0-500017b085b2-55f5c5eb, #w-node-_1816c435-5dce-f0e2-20ba-963ded20b496-55f5c5eb, #w-node-_1816c435-5dce-f0e2-20ba-963ded20b49f-55f5c5eb, #w-node-_1816c435-5dce-f0e2-20ba-963ded20b4a8-55f5c5eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db38b674-0a30-905b-45ae-633f2ae2214e-55f5c604 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_75febdf6-ceb0-7efe-5d85-b1f18beeb58c-55f5c604 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73a1a696-935b-338b-c457-98b8d5e05705-55f5c604 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_216696d8-750b-ca0e-62e4-13b5ff4a7231-55f5c607 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-aa0f035a-4ab2-659f-8267-5803f9774777-55f5c608 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_62b651ad-a205-c5df-5f1d-585fc576b165-55f5c608, #w-node-fd9edf03-d49f-a38d-0598-c8751ecd7612-55f5c608 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_26064d21-cfa5-7582-ed25-073a4bb3ff96-55f5c60d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26064d21-cfa5-7582-ed25-073a4bb3ff98-55f5c60d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: center;
}

#w-node-_03584622-61a7-acb0-6b2a-6d86b9c71194-55f5c60d {
  align-self: stretch;
}

#w-node-b1df8e80-a007-3088-a25c-4aa9a41705bb-55f5c60d, #w-node-bc073248-9156-95b3-2de7-8d88ddbea432-55f5c60d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
  justify-self: center;
}

#w-node-bc073248-9156-95b3-2de7-8d88ddbea437-55f5c60d {
  align-self: stretch;
}

#w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-dd22bdd4 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-dd4fcb2a {
  align-self: stretch;
}

#w-node-_411224c7-842e-1130-2aba-bf05e364240c-dd4fcb2a {
  order: 9999;
}

#w-node-_411224c7-842e-1130-2aba-bf05e3642412-dd4fcb2a {
  order: -9999;
  align-self: stretch;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-dd4fcb2a {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-000f9e79 {
  align-self: end;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-000f9e79 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-016a8194 {
  align-self: end;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-016a8194 {
  order: 9999;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-016a8194 {
  order: -9999;
}

#w-node-_043c2a98-7724-89a5-1913-a0f082bd4bc1-016a8194 {
  align-self: end;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-016a8194 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-3c349f37 {
  align-self: stretch;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-3c349f37 {
  order: 9999;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-3c349f37 {
  order: -9999;
  align-self: stretch;
}

#w-node-_043c2a98-7724-89a5-1913-a0f082bd4bc1-3c349f37 {
  align-self: stretch;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-3c349f37 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-56738ec6 {
  align-self: stretch;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-56738ec6 {
  order: 9999;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-56738ec6 {
  order: -9999;
  align-self: stretch;
}

#w-node-_043c2a98-7724-89a5-1913-a0f082bd4bc1-56738ec6 {
  align-self: stretch;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-56738ec6 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-1c18778e {
  order: 9999;
}

#w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-1c18778e {
  order: -9999;
  align-self: stretch;
}

#w-node-_66cf09a4-d7f1-8d93-c926-3ba11f620334-1c18778e {
  align-self: end;
}

#w-node-_1ae9b4b2-053b-182f-1a12-c4ed0715e840-1c18778e {
  order: 9999;
}

#w-node-_1ae9b4b2-053b-182f-1a12-c4ed0715e846-1c18778e {
  order: -9999;
  align-self: stretch;
}

#w-node-_305e3ff4-8ff7-3a75-4b8e-f533f8bb97eb-1c18778e {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_45bf12f9-0d35-46d9-d73c-83cb5fbc51cb-b38065aa, #w-node-a160eb12-3c78-f394-1ccc-8a5d9a0c50ac-b38065aa {
  align-self: stretch;
}

#w-node-_216696d8-750b-ca0e-62e4-13b5ff4a7231-b38065aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-cfa1ed0b-d76d-7675-86c1-ea39b88ee84c-8d34469f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31af62e2-4160-6e57-1989-e8552ab2a966-8d34469f {
  align-self: stretch;
}

#w-node-_5fd1c6bd-ce85-66fd-842d-6638caf6596d-8d34469f, #w-node-_60567338-3820-3910-1741-6e68436d8e7e-8d34469f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361be-8d34469f {
  align-self: stretch;
}

#w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361c5-8d34469f, #w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361cf-8d34469f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ac8-8d34469f {
  order: 9999;
}

#w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ad1-8d34469f {
  order: -9999;
  align-self: stretch;
}

#w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7d9-5e562e30 {
  align-self: stretch;
}

#w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7e0-5e562e30, #w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7e9-5e562e30 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7d9-26cffd12 {
  align-self: stretch;
}

#w-node-a4e4237b-e6bf-3fbd-b8ae-893a0352c6b5-26cffd12, #w-node-e8ecb831-188b-7ed4-38dd-123100419b03-26cffd12 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_569f43f2-fee3-0fc6-7028-5d55ae54d3bc-b6e74085 {
  align-self: stretch;
}

#w-node-_569f43f2-fee3-0fc6-7028-5d55ae54d3c3-b6e74085, #w-node-_569f43f2-fee3-0fc6-7028-5d55ae54d3cc-b6e74085 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-8be25d8d, #w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-fccbaa9b, #w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-21c9ddfd, #w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-7bb2f19f, #w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-a76d8b93, #w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-6bd807f7 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1a97eafc-03a7-c1a8-2fc0-023c1972cf7a-d4264149, #w-node-_60310377-32e8-9e36-95bd-92e1550826cc-d4264149, #w-node-_646fe1c3-e8c4-b54b-8263-3684ed5e3a98-d4264149, #w-node-cfa1ed0b-d76d-7675-86c1-ea39b88ee84c-d67fddd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31af62e2-4160-6e57-1989-e8552ab2a966-d67fddd7 {
  align-self: stretch;
}

#w-node-_5fd1c6bd-ce85-66fd-842d-6638caf6596d-d67fddd7, #w-node-_60567338-3820-3910-1741-6e68436d8e7e-d67fddd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361be-d67fddd7 {
  align-self: stretch;
}

#w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361c5-d67fddd7, #w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361cf-d67fddd7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ac8-d67fddd7 {
  order: 9999;
}

#w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ad1-d67fddd7 {
  order: -9999;
  align-self: stretch;
}

#w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-83d768cf {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a24-339aad28 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-339aad28 {
  align-self: stretch;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a24-07c98cea {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-07c98cea, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-07c98cea {
  align-self: stretch;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a24-8e1587b7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-8e1587b7, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-8e1587b7 {
  align-self: stretch;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a24-7bb92e1c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-7bb92e1c, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-7bb92e1c {
  align-self: stretch;
}

#w-node-d8368ab0-5c18-a6b8-708a-ae700fb24d3f-7862458e {
  align-self: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-bc073248-9156-95b3-2de7-8d88ddbea438-55f5c60d {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d07dc834-40a0-b73f-e628-9735631eecc4-55f5c578 {
    order: 9999;
  }

  #w-node-db38b674-0a30-905b-45ae-633f2ae2214e-55f5c604, #w-node-_75febdf6-ceb0-7efe-5d85-b1f18beeb58c-55f5c604, #w-node-_73a1a696-935b-338b-c457-98b8d5e05705-55f5c604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_048a371d-6ac9-0be2-0db4-f1375748f45c-55f5c608 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_27c24368-7ede-3229-62ee-4b14bc5cfa3c-55f5c60d, #w-node-_03584622-61a7-acb0-6b2a-6d86b9c71194-55f5c60d, #w-node-_030f2034-f7da-3639-e13e-16b61a24bf94-55f5c60d, #w-node-bc073248-9156-95b3-2de7-8d88ddbea437-55f5c60d {
    order: 9999;
  }

  #w-node-bc073248-9156-95b3-2de7-8d88ddbea438-55f5c60d, #w-node-_411224c7-842e-1130-2aba-bf05e364240c-dd4fcb2a {
    order: -9999;
  }

  #w-node-_411224c7-842e-1130-2aba-bf05e3642412-dd4fcb2a {
    order: 9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-016a8194 {
    order: -9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-016a8194 {
    order: 9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-3c349f37 {
    order: -9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-3c349f37 {
    order: 9999;
  }

  #w-node-_043c2a98-7724-89a5-1913-a0f082bd4bbb-3c349f37 {
    order: -9999;
  }

  #w-node-_043c2a98-7724-89a5-1913-a0f082bd4bc1-3c349f37 {
    order: 9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-56738ec6 {
    order: -9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-56738ec6 {
    order: 9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddec5-1c18778e {
    order: -9999;
  }

  #w-node-_05aeb05f-c0f1-60c8-e628-7f49f8cddecb-1c18778e {
    order: 9999;
  }

  #w-node-_1ae9b4b2-053b-182f-1a12-c4ed0715e840-1c18778e {
    order: -9999;
  }

  #w-node-_1ae9b4b2-053b-182f-1a12-c4ed0715e846-1c18778e, #w-node-_31af62e2-4160-6e57-1989-e8552ab2a966-8d34469f, #w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361be-8d34469f {
    order: 9999;
  }

  #w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ac8-8d34469f {
    order: -9999;
  }

  #w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ad1-8d34469f, #w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7d9-5e562e30, #w-node-_3facbba1-35cd-5e6f-5a2f-d80cbf2ce7d9-26cffd12, #w-node-_569f43f2-fee3-0fc6-7028-5d55ae54d3bc-b6e74085, #w-node-_31af62e2-4160-6e57-1989-e8552ab2a966-d67fddd7, #w-node-e491a144-e3fc-13f4-c4ad-bcc3f4e361be-d67fddd7 {
    order: 9999;
  }

  #w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ac8-d67fddd7 {
    order: -9999;
  }

  #w-node-_1ec3d42f-560c-a795-4f68-aefbc63a9ad1-d67fddd7, #w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-339aad28, #w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-07c98cea, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-07c98cea, #w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-8e1587b7, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-8e1587b7, #w-node-_96bfdb6f-0d68-f2c1-36d5-9d7c86270a26-7bb92e1c, #w-node-ae8aa35e-17e8-800f-c7b7-e8476d9e7c9f-7bb92e1c {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_257d63b7-5715-878c-4585-0ecfe02648a6-e026489f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc30c389-f638-5a0f-4122-41f880d49769-55f5c60d {
    order: 9999;
  }
}


@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}