:root {
  --text-color--text-primary: var(--base-color-neutral--white);
  --link-color--link-primary: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-brand--blue);
  --text-color--text-alternate: var(--base-color-brand--ocean);
  --text-color--text-secondary: #001734;
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-brand--ocean);
  --background-color--background-alternate: var(--base-color-brand--dark-blue);
  --background-color--background-secondary: var(--base-color-brand--dark-blue);
  --background-color--background-tertiary: var(--base-color-brand--vivid-orange);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--ocean: #0ec0cb;
  --base-color-neutral--white: #fff;
  --base-color-brand--dark-blue: #001734;
  --base-color-brand--strong-blue: #0071c2;
  --base-color-brand--blue: #001e9a;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-brand--vivid-orange: #fc5f00;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --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;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-brand--strong-blue);
  --link-color--link-alternate: var(--base-color-brand--blue);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

p {
  color: var(--text-color--text-primary);
  margin-bottom: 0;
}

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

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-large.padding-right {
  width: 50%;
}

.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-bottom.margin-xsmall, .margin-bottom.margin-small {
  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-vertical.padding-xxlarge {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

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

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

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

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

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

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

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

.icon-1x1-small {
  flex: none;
  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 #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.max-width-full._2_column_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.max-width-full._2_column_wrapper.padding-left.padding-xxhuge.align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.max-width-full._2_column_wrapper.padding-left.padding-xxhuge.top-margin {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

.heading-style-h3 {
  color: var(--text-color--text-primary);
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.heading-style-h1 {
  color: var(--text-color--text-alternate);
  text-transform: capitalize;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.custom-h2-size {
  font-size: 96px;
}

.heading-style-h1.top-padding, .heading-style-h1.width-70 {
  width: 70%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.text-size-regular {
  font-size: 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 {
  background-color: var(--background-color--background-primary);
}

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

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

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

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

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

.heading-style-h4 {
  color: var(--text-color--text-primary);
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-style-h2 {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.heading-style-h5 {
  color: var(--text-color--text-primary);
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-brand--ocean);
  color: var(--text-color--text-primary);
  text-align: center;
  -webkit-text-stroke-color: var(--border-color--border-primary);
  border-radius: 50px;
  padding: 18px 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.is-text {
  color: var(--text-color--text-primary);
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-primary);
  color: var(--text-color--text-secondary);
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #0000;
}

.button.is-secondary.is-icon {
  justify-content: space-between;
  align-items: center;
  display: block;
}

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

.button.is-secondary.text-white, .button.is-secondary.white-color {
  color: var(--base-color-neutral--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-brand--ocean);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.color-white {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--dark-blue);
}

.button.is-icon.background-blue {
  border-color: var(--base-color-brand--strong-blue);
  background-color: var(--base-color-brand--blue);
}

.button.is-icon.background-blue.hide {
  display: block;
}

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

.button.bg_color {
  border-color: var(--base-color-brand--strong-blue);
  background-color: var(--base-color-brand--blue);
}

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

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

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_component {
  z-index: 5;
  border-bottom: 1px solid var(--base-color-brand--ocean);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 40px;
  display: block;
  position: fixed;
  top: 0%;
}

.nav_component.bg-color-white {
  background-color: #fff;
}

.nav_component.hide {
  display: none;
}

.nav_component.bg-color-blue {
  background-color: var(--base-color-brand--blue);
}

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

.nav_logo {
  width: 8rem;
}

.nav_menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav_menu_link {
  color: var(--text-color--text-primary);
  text-transform: capitalize;
  padding: 1rem;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.nav_menu_link.hide.text-color-white, .nav_menu_link.text-color-white, .nav_menu_link.text-color-white.w--current {
  color: var(--base-color-neutral--white);
}

.nav_button {
  padding: 1rem;
}

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

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

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

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

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

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

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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;
  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: relative;
  inset: 0% 0% auto;
}

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

.heading {
  color: var(--text-color--text-alternate);
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-2 {
  color: var(--base-color-brand--blue);
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.heading-2.partner_title {
  text-align: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  font-family: Hubot Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.link {
  text-transform: capitalize;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph {
  color: var(--text-color--text-primary);
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block {
  display: flex;
}

.hero_section {
  min-height: 100vh;
}

.hero_section.background-color-primary {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Group.png');
  background-position: 100%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.gap-128 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--base-color-brand--dark-blue);
  text-align: left;
  margin-top: 32px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.margin-bottom-24px.velora_desc {
  text-align: center;
  width: 60%;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: var(--base-color-neutral--white);
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 0;
  display: flex;
  position: sticky;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.heading-4 {
  color: var(--base-color-brand--ocean);
  font-size: 96px;
  font-weight: 400;
}

.heading-4.webbae-rules {
  font-family: Hubot Sans, sans-serif;
}

.heading-5 {
  color: var(--base-color-brand--blue);
  font-size: 96px;
  font-weight: 400;
}

.heading-5.webbae-rules {
  font-family: Hubot Sans, sans-serif;
}

.div-block-2 {
  display: flex;
}

.image-2 {
  height: 24px;
  margin-right: 12px;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 150px;
}

.column {
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.info-container {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  color: var(--base-color-brand--blue);
  text-align: left;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.heading-6 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.heading-6.followers {
  color: var(--base-color-brand--ocean);
  text-align: left;
  font-family: Hubot Sans, sans-serif;
  font-size: 100px;
  font-weight: 300;
}

.heading-6.followers.numbers {
  margin-bottom: 0;
  font-size: 50px;
}

.heading-6.clones {
  color: var(--base-color-brand--ocean);
}

.heading-6.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 130px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column-2.last {
  border: 1px #000;
}

.div-block-3 {
  border: 1px solid var(--base-color-brand--dark-blue);
  width: 32%;
  padding: 40px;
  transform: translate(0, 150px);
}

.div-block-4, .div-block-5 {
  padding: 40px;
}

.div-block-6 {
  z-index: 1;
  grid-column-gap: 24px;
  width: 100%;
  display: flex;
}

.height {
  width: 100%;
  height: 400dvh;
}

.sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.grid-item {
  width: 30vw;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text {
  z-index: 9;
  color: var(--base-color-neutral--black);
  max-width: 52rem;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1.2;
}

.footer {
  grid-row-gap: 80px;
  background-color: var(--base-color-brand--dark-blue);
  background-image: url('../images/Col---0px.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  padding: 40px 40px 100px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  color: var(--base-color-neutral--white);
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.heading-8 {
  color: var(--base-color-neutral--white);
  text-transform: uppercase;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list {
  color: var(--base-color-neutral--neutral-light);
  margin-top: 16px;
  font-family: Hubot Sans, sans-serif;
}

.div-block-9 {
  grid-column-gap: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: var(--base-color-neutral--neutral-light);
}

.link-3, .link-3.w--current {
  color: var(--base-color-neutral--neutral-light);
  font-family: Hubot Sans, sans-serif;
  text-decoration: none;
}

.div-block-10 {
  flex-flow: column;
  padding-top: 16px;
  display: flex;
}

.link-4 {
  color: var(--base-color-brand--ocean);
  font-family: Hubot Sans, sans-serif;
}

.section {
  padding: 125px 40px;
}

.container-2 {
  max-width: 1720px;
}

.div-block-11, .div-block-12 {
  width: 33.33%;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 33.33%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.image-4 {
  object-fit: cover;
  height: 80vh;
  margin-left: 40px;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-text {
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Hubot Sans, sans-serif;
}

.section_aviation_cta {
  background-color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 125px 40px;
  display: none;
  position: sticky;
  top: 0;
}

.section_services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 100px 88px;
  display: flex;
}

.section_services.background-color-alternate {
  background-image: url('../images/Col---0px_1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_services.background-color-alternate.bg-plane {
  background-image: url('../images/Docked-Plane.png'), url('../images/Col---0px_1.png');
  background-position: 0 100%, 100%;
  background-repeat: no-repeat, repeat-y;
  background-size: 75%, contain;
  background-attachment: scroll, scroll;
}

.div-block-15 {
  width: 45%;
  position: sticky;
  top: 200px;
}

.div-block-16 {
  width: 55%;
}

.services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.service-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #072040;
  border: 1px solid #fff3;
  border-radius: 1px;
  justify-content: space-between;
  padding: 40px 0 40px 40px;
  display: flex;
}

.service-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.service-image-wrapper {
  width: 60%;
}

.service-desc {
  opacity: .5;
  font-family: Hubot Sans, sans-serif;
}

.section-2 {
  background-color: var(--base-color-neutral--white);
  height: 93vh;
  display: none;
  position: relative;
}

.section-2.res_up_down {
  display: flex;
  position: sticky;
}

.div-block-17 {
  background-color: var(--base-color-brand--vivid-orange);
  background-image: url('../images/Group-2.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 250px 150px;
  display: flex;
}

.div-block-18 {
  background-image: url('../images/Image-Container.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph-2 {
  margin-top: 80px;
  font-family: Hubot Sans, sans-serif;
  display: block;
}

.div-block-19 {
  grid-column-gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.video {
  aspect-ratio: 1;
}

.div-block-20 {
  background-image: url('../images/CO2-Bus_placeholder-only.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
}

.div-block-21 {
  background-color: var(--base-color-brand--strong-blue);
  background-image: url('../images/Col---0px_1.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding: 40px 5% 40px 150px;
  display: flex;
}

.text-block-6 {
  color: var(--base-color-neutral--white);
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-22 {
  flex-flow: column;
  display: block;
}

.plan-landing {
  background-color: var(--base-color-neutral--white);
  background-image: url('../images/Runway.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 290px;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: sticky;
}

.sticky-plane {
  min-height: 50vh;
  display: none;
}

.image-5 {
  overflow: visible;
}

.news_section {
  background-color: var(--base-color-neutral--white);
  padding: 200px 40px;
  display: none;
  position: relative;
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 85px;
  display: none;
}

.heading-9 {
  color: var(--base-color-brand--blue);
  padding-top: 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

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

.heading-10 {
  color: var(--base-color-brand--blue);
  padding-top: 32px;
  font-family: Hubot Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.collection-item {
  border: 1px solid var(--base-color-brand--blue);
  width: 100%;
  margin-bottom: 23px;
  padding: 24px;
}

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

.section-3 {
  background-color: var(--base-color-neutral--white);
  position: sticky;
}

.partner_section {
  background-color: var(--base-color-neutral--white);
  padding-top: 200px;
  padding-bottom: 200px;
  position: sticky;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 2em 0%;
}

.section-logo {
  display: block;
  overflow: visible;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.logo-slide_section-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.section-logo-2 {
  display: block;
  overflow: visible;
}

.div-block-23 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.logo_component-slider-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 126px;
  display: flex;
}

.logo-slide_section_2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--base-color-neutral--white);
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 40px;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.info-card-details-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-card-icon {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
}

.text-rotate-cell {
  align-items: center;
  display: flex;
  position: relative;
}

.info-contact-wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.static-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: inline-block;
}

.text-grey {
  color: #8c8f93;
}

.image-2 {
  z-index: 25;
  background-image: url('../images/hero-image-1.jpg');
  background-position: 78%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.flex-sb-c {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-text-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.swipe-panel {
  z-index: 50;
  transform-origin: 0%;
  background-color: #040404;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
}

.caption-wrap {
  align-items: center;
  display: flex;
}

.rotating-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 900;
  line-height: 110px;
  display: block;
}

.hero-caption.text-grey {
  margin-left: 5px;
}

.html-embed {
  width: 120px;
  height: 120px;
}

.hero-container {
  z-index: 100;
  width: 82%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-1 {
  z-index: 30;
  background-image: url('../images/hero-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.hero-video-column {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.info-short-description {
  margin-bottom: 5px;
}

.business-icon {
  width: 100%;
  height: auto;
}

.info-number {
  font-size: 13px;
  line-height: 20px;
}

.big-text-link {
  color: #fff;
  border-bottom: 1px solid #ff2900;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 0;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.hero-info-card {
  z-index: 200;
  background-color: #040404;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-7 {
  width: 0;
}

.image-3 {
  z-index: 20;
  background-image: url('../images/hero-image-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

._w-icon {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 74px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.big-link-icon {
  margin-left: 5px;
}

.lead-text {
  font-size: 32px;
  line-height: 52px;
}

.p-wrap.mt-20 {
  width: 40vw;
}

.hero-slider {
  background-image: linear-gradient(#000, #1f2023);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero-slider.text-light {
  z-index: 5;
  background-color: #040404;
  background-image: none;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.info-email {
  color: #ff2900;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
}

.info-email:hover {
  color: #fff;
  text-decoration: underline;
}

.text-rotate-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 110px;
  margin-left: 35px;
  display: flex;
  overflow: hidden;
}

.slider {
  height: 100vh;
}

.section-5 {
  position: sticky;
  top: 0;
}

.slide {
  background-image: url('../images/Group.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Group-1.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.left-arrow {
  inset: 37% 0% 0% 75%;
}

.right-arrow {
  top: 37%;
  bottom: 0%;
  right: 7%;
}

.paragraph-3 {
  margin-top: 80px;
}

.div-block-25 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.icon, .icon-2 {
  border: 1px solid var(--base-color-brand--ocean);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  display: flex;
}

.div-block-26 {
  width: 70%;
}

.hero-section {
  background-image: url('../images/Group.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: sticky;
  top: 0;
}

.div-block-27 {
  width: 60%;
}

.div-block-28 {
  width: 34%;
  padding-top: 40px;
}

.text-block-7 {
  color: var(--base-color-brand--ocean);
  font-family: Hubot Sans, sans-serif;
  font-size: 72px;
  line-height: 75px;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.image-8 {
  background-color: var(--base-color-neutral--white);
  width: 100%;
}

.image-9 {
  width: 8rem;
  display: block;
}

.div-block-30 {
  padding-top: 40px;
}

.logo-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.logo-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._0 {
  width: 100%;
}

.image-10, .image-11 {
  width: 200px;
}

.div-block-31 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.logo-container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-slider {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo_component-slider-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-wrap-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slide-wrap-2.hide {
  display: none;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.move-up-heading {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.section-7 {
  background-color: var(--base-color-neutral--white);
  position: relative;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.swiper-button__border {
  border: 1px solid var(--base-color-brand--ocean);
  background-color: #0000;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.swiper-button__border-2 {
  border: 1px solid var(--base-color-brand--ocean);
  background-color: #0000;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-35 {
  width: 66.666%;
}

.div-block-36 {
  width: 33.333%;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--base-color-brand--blue);
  flex-flow: row;
  width: 67.5%;
  padding: 24px;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-40 {
  width: 100%;
}

.heading-11 {
  color: var(--base-color-brand--blue);
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.paragraph-4 {
  color: var(--base-color-neutral--neutral);
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.text-block-8 {
  color: var(--base-color-brand--blue);
  font-family: Hubot Sans, sans-serif;
  font-size: 20px;
}

.div-block-41 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--base-color-brand--blue);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--base-color-brand--blue);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--base-color-brand--blue);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--base-color-brand--blue);
  flex-flow: column;
  width: 33.333%;
  padding: 24px;
  display: flex !important;
}

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

.div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 85px;
  display: flex;
}

.image-14 {
  width: 100%;
}

.section-8 {
  background-color: var(--base-color-neutral--white);
  position: relative;
}

.background-video {
  background-image: linear-gradient(90deg, #00115800 20%, #001158);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-44 {
  width: 60%;
}

.div-block-45 {
  width: 50%;
  padding-top: 40px;
}

.div-block-46 {
  background-image: linear-gradient(90deg, #0000, #001158);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
}

.cache {
  z-index: 0;
  width: 100%;
  display: block;
  position: relative;
}

.img__cover {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img__cover.is--z4 {
  z-index: 4;
  opacity: 0;
}

.img__cover.is--z2 {
  z-index: 3;
  opacity: 0;
  height: 100vh;
}

.img__cover.is--z5 {
  z-index: 5;
  opacity: 0;
  object-position: 50% 100%;
}

.img__cover.is--z3 {
  z-index: 4;
  opacity: 0;
  height: 100vh;
}

.img__cover.is--z0 {
  z-index: 5;
}

.img__cover.is--z1 {
  z-index: 2;
  object-position: 50% 50%;
  height: 100vh;
  display: block;
}

.main__parent {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky__wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.images__parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.mask {
  z-index: 10;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-circle_wrap {
  background-color: var(--base-color-neutral--white);
  height: 300vh;
}

.sticky-circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  border-radius: 35em;
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.section-9.is--header {
  background-color: var(--base-color-neutral--white);
}

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

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container-3.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base-color-neutral--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

.header108_image-wrapper {
  flex: none;
  position: relative;
}

.header108_image-wrapper.is-image-large {
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 80vh;
  display: flex;
}

.header108_image-wrapper.is-image-large.header108_image-wrapper_mobile {
  width: 100vw;
}

.header108_image-wrapper.is-image-small {
  width: 20vw;
}

.header108_image-wrapper.header108_image-wrapper_mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #0ec0cb;
  background-color: #0ec0cb;
  border: 1px solid #0ec0cb;
  border-radius: 50px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
}

.button-2.is-secondary {
  color: #001734;
  text-transform: capitalize;
  white-space: nowrap;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0ec0cb;
  font-family: Hubot Sans, sans-serif;
}

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

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

.margin-bottom-24px-2 {
  color: var(--base-color-brand--dark-blue);
  margin-top: 32px;
  font-size: 18px;
}

.header108_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.header108_image-list.about_wrapper_mobile {
  grid-template-rows: auto auto auto;
  grid-template-columns: 32%;
}

.header108_image-list.header108_image-list_mobile {
  grid-template-rows: auto auto auto;
  grid-template-columns: 32%;
  place-items: center stretch;
}

.header108_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.header108_small-image-group.header108_small-image-group_mobile {
  display: block;
}

.header108_component {
  background-color: var(--base-color-neutral--white);
  height: 250vh;
  position: relative;
}

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

.div-block-49 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 33.33%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.header108_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 0;
  padding-right: 1rem;
  display: block;
}

.header108_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  margin-right: -20px;
  padding-left: 1rem;
  padding-right: 0;
  display: block;
}

.header108_image-group-left.header108_image-group-left_mobile {
  width: 100%;
  margin-right: 0;
}

.heading-12 {
  color: var(--base-color-brand--blue);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 64px;
  font-weight: 400;
}

.div-block-51 {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.header108_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.margin-bottom-24px-3 {
  color: var(--base-color-brand--dark-blue);
  margin-top: 32px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

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

.div-block-52 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 33.33%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.heading-13 {
  color: var(--base-color-brand--blue);
  padding-left: 30px;
  padding-right: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.div-block-54 {
  width: auto;
  margin-left: 60px;
  padding-right: 0;
}

.header108_component-2 {
  background-color: var(--base-color-neutral--white);
  height: 250vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.header108_content-bottom-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.header108_content-bottom-2.header108_content-bottom-2-mobile {
  height: auto;
}

.text-style-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout424_heading-list {
  height: 7rem;
  overflow: hidden;
}

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

.layout424_component {
  flex-direction: column;
  height: 300vh;
  position: relative;
}

.layout424_heading {
  white-space: nowrap;
  font-size: 6rem;
}

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

.container-large-3 {
  width: 100%;
}

.layout424_content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section_layout424 {
  background-image: radial-gradient(circle, #292929ed 59%, #212322 86%), url('../images/shutterstock_627451580.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header108_component-3 {
  background-color: var(--base-color-neutral--white);
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

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

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

.header108_small-image-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

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

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

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

.header108_content-bottom-3 {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header108_image-group-right-2, .header108_image-group-left-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

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

.tablet-mockup-animation {
  z-index: 2;
  display: none;
  position: relative;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.p-sm-start {
  padding-top: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside {
  background-color: var(--base-color-neutral--white);
  display: none;
  position: relative;
}

.ipad-mockup {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
  height: 0;
  position: sticky;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: visible;
}

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

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

.camera {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.item {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.img_size_wrapper {
  height: 100vh;
}

.sec_velora {
  background-color: #fff;
}

.div-block-55, .div-block-56, .div-block-57 {
  display: flex;
}

.section-12 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-58 {
  width: 60%;
}

.velora_at_glance {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: sticky;
  top: 236px;
}

.velora {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
}

.header108_image-wrapper-2 {
  flex: none;
  position: relative;
}

.header108_image-wrapper-2.is-image-large {
  justify-content: center;
  align-items: center;
  width: 36vw;
  height: 80vh;
  display: flex;
}

.images__parent-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.div-block-59 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 33.33%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.header108_image-group-left-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  margin-right: -20px;
  padding-left: 1rem;
  padding-right: 0;
  display: block;
}

.header108_image-group-right-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 0;
  padding-right: 1rem;
  display: block;
}

.margin-bottom-24px-4 {
  color: #001734;
  margin-top: 32px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.header108_image-list-2 {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.main__parent-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-60 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: #001e9a;
  padding-left: 30px;
  padding-right: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.header108_component-4 {
  background-color: #fff;
  height: 250vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  bottom: 0;
}

.div-block-61 {
  width: auto;
  margin-left: 60px;
  padding-right: 0;
}

.header108_small-image-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky__wrapper-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.header108_content-bottom-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.my-slider-progress-bar {
  background-color: #cd00d1;
  width: 0;
  height: .25rem;
  transition: width .4s;
}

.splide-component {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.my-slider-progress {
  background-color: #ececec;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.splide.steps {
  z-index: 99;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-componnet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__list.year {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.splide__track {
  width: 100%;
  overflow: hidden;
}

.splide__track.is--main {
  padding: 3rem;
}

.clone-me {
  background-color: var(--base-color-brand--strong-blue);
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.padding-xhuge-2 {
  padding: 10rem;
}

.splide__slide {
  flex: none;
  width: 100%;
}

.splide__slide.slide--year {
  flex: 1;
  width: auto;
  transition: font-size .2s, color .4s;
}

.splide__slide.is--main {
  border-radius: 0;
}

.slider-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: .5;
  flex: 1;
  align-items: center;
  padding-right: 3rem;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slider_img {
  flex: none;
  width: 33%;
}

.slide-content {
  background-color: #fff;
  border-radius: 1rem;
  flex: 1;
  padding: 2rem 2rem 3rem;
  box-shadow: 1px 1px 3px #00000030;
}

.step-header {
  color: #cd00d1;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  margin-bottom: 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

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

.step-nav {
  color: #9e9b9e;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.step-name {
  opacity: 0;
  transition: opacity .2s;
}

.div-block-62 {
  padding: 150px 40px;
}

.overflow-splide-2 {
  border-radius: 0;
  margin-top: 80px;
}

.my-slider-progress-bar-2 {
  background-color: #cd00d1;
  width: 0;
  height: 1px;
  transition: width .4s;
}

.section-18 {
  background-color: #0071c2;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  display: block;
  position: relative;
}

.arrow-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  inset: 7.5% 2% auto auto;
}

.splide__arrows-2 {
  justify-content: space-between;
  align-items: center;
}

.splide-component-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.my-slider-progress-2 {
  background-color: #ececec;
  width: 100%;
}

.div-block-127 {
  background-color: #0071c2;
}

.clone-me-2 {
  background-color: #000;
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.splide-2 {
  position: relative;
}

.splide-2.steps {
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #0ec0cb;
  background-color: #0ec0cb;
  border: 1px solid #0ec0cb;
  border-radius: 50px;
  padding: 18px 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.button-3.is-icon.background-blue {
  background-color: #001e9a;
  border-color: #0071c2;
}

.btn-text-2 {
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Hubot Sans, sans-serif;
}

.button-4 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #0ec0cb;
  background-color: #0ec0cb;
  border: 1px solid #0ec0cb;
  border-radius: 50px;
  padding: 18px 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.button-4.is-icon.background-blue {
  background-color: #001e9a;
  border-color: #0071c2;
}

.div-block-128, .div-block-129 {
  display: none;
}

.div-block-130 {
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
}

.image-16, .image-17 {
  object-fit: cover;
  height: 100%;
}

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

.overflow-splide-3 {
  border-radius: 0;
  margin-top: 80px;
}

.timeline14_image-wrapper {
  align-self: stretch;
  width: 35%;
}

.timeline14_tab-change {
  display: none;
}

.heading-29 {
  padding-top: 40px;
  font-family: Hubot Sans, sans-serif;
}

.div-block-120 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.houda {
  flex-flow: column;
  width: 100%;
}

.our-people {
  background-color: #fff;
  flex-flow: column;
  padding: 150px 40px;
  display: flex;
  position: relative;
  top: 0;
}

.heading-style-h4-2 {
  color: #fff;
  padding-top: 10px;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: sticky;
  top: 0;
}

.text-block-15 {
  color: #fff;
  margin-top: 80px;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-22 {
  color: #001e9a;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-block-11 {
  color: #001734;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  display: none;
}

.timeline14_tab-progress-wrapper {
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-82 {
  width: 100%;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.my-slider-progress-bar-3 {
  background-color: #cd00d1;
  width: 0;
  height: 1px;
  transition: width .4s;
}

.michelle.display-none {
  flex-flow: column;
  width: 100%;
  display: none;
}

.michelle.display-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_hero-section.max-width-full.padding-large.background-color-primary {
  z-index: 0;
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
  display: flex;
  position: sticky;
  top: 0;
}

.about_hero-section.max-width-full.padding-large.background-color-primary.about_z {
  z-index: -1;
}

.about_hero-section.max-width-full.padding-large.bg-set-hero {
  z-index: 0;
  background-color: var(--base-color-brand--blue);
  justify-content: space-between;
  margin-top: 110px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-74 {
  width: 40%;
}

.div-block-81 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f8f8;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.timeline14_tab-pane {
  padding-right: 25%;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.div-block-80.display-horizontal.display-none, .div-block-80.display-none {
  display: none;
}

.div-block-121 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  padding-bottom: 100px;
  display: flex;
}

.div-block-97 {
  width: 100%;
  display: none;
}

.board-content {
  background-color: #001e9a;
  padding: 24px;
}

.heading-30 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.heading-30.hide {
  display: none;
}

.heading-25 {
  color: #001e9a;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.heading-25.partner_title {
  text-align: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-83 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.slide-wrap-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 40px;
  display: flex;
}

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

.footer-2 {
  z-index: 11;
  grid-row-gap: 80px;
  background-color: #001734;
  background-image: url('../images/Col---0px.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  padding: 100px 40px;
  display: flex;
  position: static;
}

.board-of-directors {
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.board-card {
  flex-flow: column;
  width: 32%;
  padding-left: 0;
  padding-right: 0;
}

.splide__arrows-3 {
  justify-content: space-between;
  align-items: center;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-70.padding-left {
  padding-left: 10px;
}

.div-block-77 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.splide-component-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.board-collection {
  display: block;
}

.div-block-67 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.section-19 {
  background-color: #0071c2;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  display: none;
  position: relative;
}

.div-block-131 {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.my-slider-progress-3 {
  background-color: #ececec;
  width: 100%;
}

.image-29 {
  background-color: #fff;
  width: 100%;
}

.swiper-navigation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  padding-right: 40px;
  display: flex;
}

.swiper-navigation.is-timeline {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 0;
}

.about_velora-section {
  background-color: #fff;
  flex-flow: column;
  padding: 150px 40px;
  display: flex;
  position: relative;
}

.div-block-92 {
  border: 1px solid #ffffff40;
  width: 100%;
  height: 2px;
}

.div-block-132 {
  background-color: #0071c2;
}

.heading-28 {
  color: #fff;
  padding-top: 40px;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.section-20 {
  background-color: #fff;
  position: relative;
}

.jonathan {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.div-block-89 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 40px;
  display: flex;
}

.naresh {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.timeline14_circle {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.faisal {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-12 {
  color: #001734;
  font-size: 24px;
  line-height: 1.3;
}

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

.div-block-86 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.heading-20 {
  color: #0ec0cb;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.link-5 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
}

.timeline14_left-content {
  width: 75%;
}

.our-journey {
  background-color: #0071c2;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  position: relative;
}

.div-block-63 {
  width: 100%;
}

.logo-container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

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

.list-item-2 {
  background-image: url('../images/fi_1442912_1fi_1442912.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
  list-style-type: none;
}

.div-block-75 {
  width: 60%;
}

.div-block-85 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.heading-21 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.timeline14_tab-progress {
  border: 1px solid #ffffff40;
  width: 100%;
  height: 1px;
}

.text-span-2 {
  color: #fc5f00;
}

.heading-31 {
  color: #fff;
  text-transform: uppercase;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-style-h4-3 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.timeline14_tabs-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.timeline14_tabs-menu.no-scrollbar {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.timeline14_tabs-menu.no-scrollbar.bg-progress {
  background-image: url('../images/Group-1189.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.timeline14_component {
  position: relative;
}

.text-block-23 {
  color: #001e9a;
  padding-top: 40px;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.div-block-118 {
  width: 40%;
  position: relative;
}

.div-block-91 {
  flex-flow: column;
  padding-top: 80px;
  display: flex;
}

.div-block-73 {
  width: 61%;
}

.heading-18 {
  font-size: 36px;
  font-weight: 400;
}

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
}

.heading-16 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.timeline14_tab-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
}

.div-block-84 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 200px;
}

.velora-management-team {
  z-index: 0;
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-19 {
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.timeline14_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  transition: color .2s;
  display: flex;
}

.timeline14_tab-link.w--current {
  color: #ff5100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.timeline14_tab-link.align-left {
  justify-content: center;
  align-items: flex-start;
  margin-top: 200px;
  padding-left: 10px;
}

.timeline14_tab-link.align-left.w--current {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.div-block-87 {
  width: 60%;
}

.div-block-69 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f9f8f8;
  padding: 40px;
  display: flex;
}

.jubran {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-16 {
  color: #fff;
  width: 50%;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.text-span {
  color: #0ec0cb;
}

.section-16 {
  background-color: #001e9a;
  display: none;
  position: relative;
}

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

.div-block-88 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.partner_section-2 {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f8f8;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 19%;
  height: 100%;
  min-height: 550px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.timeline14_progress-bar {
  z-index: 1;
  width: 10%;
  height: 3px;
  transition: width .2s;
  position: absolute;
  top: 3.5rem;
}

.text-size-medium-2 {
  color: #fff;
  width: 50%;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
  line-height: 160%;
  display: none;
}

.div-block-71 {
  width: 60%;
  padding-top: 150px;
  padding-bottom: 250px;
  padding-right: 80px;
}

.message-from-ceo {
  background-color: #001e9a;
  background-image: url('../images/Group-39464.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.meet-the-team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  padding: 150px 40px;
  display: flex;
  position: relative;
}

.div-block-134 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.heading-27 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.heading-17 {
  color: #fc5f00;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-19 {
  font-size: 36px;
  font-weight: 400;
}

.text-span-3 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.charles {
  z-index: 3;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-20 {
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.team-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #0ec0cb;
  background-color: #fff;
  padding: 150px 40px;
  font-family: Hubot Sans, sans-serif;
  font-size: 36px;
  display: flex;
  position: relative;
}

.div-block-95 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.board-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 200px;
  margin-right: 200px;
  display: flex;
}

.div-block-72 {
  background-image: url('../images/Image-Container-23.png');
  background-position: 50% 0;
  background-size: auto;
  position: sticky;
  top: 100px;
}

.heading-32 {
  color: #001e9a;
  font-family: Hubot Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

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

.section-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #001734;
  background-image: url('../images/Section---Padding-0.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 150px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-style-h5-2 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 101%;
}

.div-block-135 {
  grid-column-gap: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-135.hide {
  display: none;
}

.div-block-65 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.alan {
  flex-flow: column;
  width: 100%;
}

.link-6, .link-6.w--current {
  color: #aaa;
  font-family: Hubot Sans, sans-serif;
  text-decoration: none;
}

.div-block-68 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-136 {
  flex-flow: column;
  padding-top: 16px;
  display: flex;
}

.div-block-137 {
  width: 100%;
}

.image-21.ceo-image {
  display: none;
}

.div-block-138 {
  min-height: 50px;
}

.div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-9 {
  color: #001734;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.heading-style-h1-2 {
  color: #0ec0cb;
  text-transform: capitalize;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1-2.text-align-center.color-dark-blue {
  color: #001e9a;
  margin-bottom: 80px;
}

.heading-style-h1-2.width-37 {
  width: 37%;
}

.heading-style-h1-2.width-37.margin-top-100 {
  text-transform: none;
  width: 45%;
  margin-top: 100px;
}

.div-block-139 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 100px;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 40%;
  display: flex;
  position: relative;
}

.board-modal {
  z-index: 99;
  background-color: #29292c40;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.image-32 {
  width: 100%;
}

.heading-38 {
  color: #0ec0cb;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
}

.image-31 {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 4% 4% 0% auto;
}

.div-block-125 {
  width: 70%;
}

.heading-39 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-123 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  width: 60%;
  height: 82vh;
  margin: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 12% 0% 0%;
}

.rich-text-block-3 {
  color: #001734;
  padding-top: 32px;
  font-size: 14px;
}

.div-block-124 {
  width: 30%;
}

.heading-37 {
  color: #001e9a;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
}

.div-block-126 {
  cursor: pointer;
}

.div-block-140 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.div-block-142 {
  width: 100%;
  display: none;
}

.div-block-143 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.heading-40 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  width: 60%;
  height: 82vh;
  margin: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 12% 0% 0%;
  overflow: auto;
}

.big-cats_modal {
  z-index: 99;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #00000036;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.heading-41 {
  color: #001e9a;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-33 {
  color: #001e9a;
  width: 100%;
  font-family: Hubot Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.link-block-2 {
  padding-top: 3px;
}

.div-block-119 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #f9f8f8;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-116 {
  width: 70%;
}

.div-block-115 {
  width: 30%;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #29292c;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: transform .2s;
  display: none;
}

.button-5:hover {
  transform: rotate(1deg)scale(1.03);
}

.team-image {
  width: 100%;
}

.image-37 {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 4% 4% 0% auto;
}

.team-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f9f8f8;
  flex-direction: column;
  padding: 2rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.heading-42 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.rich-text-block-2 {
  color: #001734;
  padding-top: 32px;
  font-family: Hubot Sans, sans-serif;
  font-size: 14px;
}

.heading-34 {
  color: #0ec0cb;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Hubot Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.list-item-6 {
  background-image: url('../images/fi_481659-1_1fi_481659 (1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.submit-button {
  background-color: #001e9a;
  background-image: url('../images/Icon_1Icon.png');
  background-position: 85% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 180px;
  margin-top: 32px;
  padding: 16px 38px 16px 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
}

.section-22 {
  z-index: 3;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #001734;
  justify-content: space-between;
  padding: 150px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-145 {
  flex-flow: column;
  justify-content: flex-end;
}

.div-block-107, .div-block-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-105 {
  z-index: 0;
  background-image: url('../images/Group-39464.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 40px;
  position: static;
  top: 0;
}

.image-24 {
  z-index: auto;
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.div-block-106 {
  background-image: url('../images/contact-cover.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.text-block-21 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.text-field-3 {
  border: 1px solid #0071c2;
  padding: 24px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

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

.div-block-146 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-8, .link-9 {
  text-decoration: none;
}

.form-block {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
}

.list-item-4 {
  background-image: url('../images/fi_159833fi_159832.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.heading-36 {
  color: #0ec0cb;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: #0071c2;
  flex-flow: column;
  min-height: 230px;
  display: flex;
}

.section-23 {
  z-index: 4;
  height: 70vh;
  position: relative;
}

.list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  padding-left: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-26 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
}

.select-field {
  color: #001734;
  background-color: #fff;
  background-image: url('../images/Vector_1Vector.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0071c2;
  height: 48px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.success-message {
  background-color: #0071c2;
}

.list-item-5 {
  background-image: url('../images/fi_1008001_1fi_1008001.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.list-item-3 {
  background-image: url('../images/fi_481660fi_481659.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.list-item-7 {
  background-image: url('../images/fi_1008001-1_1fi_1008001 (1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.text-block-22 {
  color: #fff;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.textarea {
  border: 1px solid #0071c2;
  min-height: 230px;
  font-family: Hubot Sans, sans-serif;
  font-size: 18px;
}

.heading-43 {
  color: #001e9a;
  font-family: Hubot Sans, sans-serif;
  font-size: 96px;
  font-weight: 400;
}

.text-block-27 {
  font-family: Hubot Sans, sans-serif;
  font-size: 16px;
}

.contact-form {
  z-index: 2;
  background-color: #fff;
  flex-flow: row;
  display: flex;
  position: relative;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-35 {
  color: #fc5f00;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-style-h1-3 {
  color: #0ec0cb;
  text-transform: capitalize;
  font-family: Hubot Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1-3.width-37 {
  width: 37%;
}

.heading-style-h1-3.width-37.margin-top-100 {
  text-transform: none;
  width: 45%;
  margin-top: 100px;
}

@media screen and (min-width: 1440px) {
  .heading-style-h1.top-padding {
    padding-top: 100px;
  }

  .nav_component.bg-color-white {
    background-color: var(--base-color-neutral--white);
    opacity: 0;
  }

  .nav_menu_link.text-color-blue {
    color: var(--base-color-brand--dark-blue);
  }

  .heading-2.partner_title {
    width: 60%;
  }

  .column {
    background-image: linear-gradient(#080808, #0000 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .text-block-5 {
    font-size: 32px;
  }

  .heading-6.followers {
    font-size: 100px;
  }

  .heading-6.clones {
    text-align: center;
    font-size: 140px;
  }

  .heading-6.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .column-2 {
    background-image: linear-gradient(#080808, #0000 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .section_services.background-color-alternate.bg-plane {
    z-index: 3;
  }

  .div-block-17, .div-block-21 {
    padding: 180px 60px;
  }

  .plan-landing {
    justify-content: center;
    align-items: flex-start;
    min-height: 50rem;
    margin-bottom: -1px;
  }

  .news_section {
    margin-bottom: -6px;
  }

  .hero-section {
    height: 110vh;
  }

  .div-block-28 {
    width: 55%;
    padding-top: 100px;
  }

  .image-9 {
    display: block;
  }

  .background-video {
    height: 110vh;
  }

  .div-block-45 {
    width: 55%;
    padding-top: 100px;
  }

  .div-block-46 {
    height: 110vh;
  }

  .header108_content-bottom-4 {
    background-color: #fff;
  }

  .div-block-80 {
    justify-content: center;
  }

  .heading-25.partner_title {
    width: 60%;
  }

  .footer-2 {
    background-size: contain;
  }

  .timeline14_tabs-menu.no-scrollbar.bg-progress {
    background-size: auto;
  }

  .image-22 {
    height: 350px;
  }

  .div-block-141 {
    justify-content: center;
  }

  .image-36 {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .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-h1.custom-h2-size {
    font-size: 62px;
  }

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

  .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_component.bg-color-white {
    background-color: #fff;
  }

  .nav_menu_link.text-color-blue, .nav_menu_link.text-color-blue.w--current, .nav_menu_link.text-color-blue.hide, .nav_menu_link.hide.text-color-white, .nav_menu_link.text-color-white, .nav_menu_link.text-color-white.w--current {
    text-align: center;
  }

  .nav_button {
    color: #fff;
  }

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

  .heading-2.partner_title {
    width: 100%;
    font-size: 62px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    margin-top: 0;
  }

  .margin-bottom-24px.velora_desc {
    width: 100%;
  }

  .hero-without-image {
    padding-top: 0;
  }

  .heading-4, .heading-5 {
    font-size: 62px;
  }

  .div-block-3 {
    width: 100%;
  }

  .div-block-6 {
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 60px;
  }

  .div-block-7, .div-block-9 {
    width: auto;
  }

  .div-block-11 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-12 {
    width: 100%;
  }

  .section_aviation_cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_services.background-color-alternate {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_services.background-color-alternate.bg-plane {
    background-size: 60%, contain;
  }

  .div-block-15 {
    width: 100%;
    position: static;
  }

  .services-wrapper {
    width: 100%;
  }

  .section-2 {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    height: 100%;
  }

  .section-2.res_up_down {
    flex-flow: row-reverse wrap;
  }

  .div-block-17 {
    width: 100%;
    padding: 100px 40px 140px;
  }

  .div-block-18 {
    width: 100%;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
    padding-top: 280px;
    padding-bottom: 280px;
  }

  .div-block-21 {
    width: 100%;
    padding: 100px 40px;
  }

  .news_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .partner_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .section-logo-2 {
    overflow: hidden;
  }

  .text-rotate-cell {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-2 {
    background-position: 100%;
  }

  .flex-sb-c {
    flex-direction: column-reverse;
    width: 100%;
  }

  .hero-text-col {
    width: 90%;
    position: relative;
  }

  .hero-container {
    width: 90%;
    margin-top: 0;
  }

  .hero-video-column {
    margin-bottom: 19px;
    display: none;
  }

  ._w-icon {
    display: none;
  }

  .p-wrap.mt-20 {
    width: 100%;
  }

  .text-rotate-wrap {
    margin-left: 0;
  }

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Group.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-y;
    background-size: auto, cover;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-28 {
    width: 100%;
    padding-top: 70px;
  }

  .text-block-7 {
    font-size: 62px;
    line-height: 65px;
  }

  .image-9 {
    display: block;
  }

  .logo_component-slider-2 {
    grid-column-gap: 3rem;
  }

  .logo-slider-img-2 {
    width: 174px;
  }

  .main-hero_heading {
    font-size: 5em;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .div-block-38 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-39 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: 2;
  }

  .paragraph-4 {
    display: none;
  }

  .div-block-41 {
    width: 100%;
  }

  .image-13 {
    height: 400px;
  }

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

  .background-video {
    flex-flow: column;
  }

  .div-block-45 {
    width: 100%;
    padding-top: 70px;
  }

  .div-block-46 {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .header108_image-wrapper.is-image-small {
    width: 25vw;
  }

  .button-2.is-secondary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .margin-bottom-24px-2 {
    margin-top: 0;
  }

  .header108_image-list {
    height: 70vh;
  }

  .div-block-51 {
    width: 100%;
    margin-left: 0;
  }

  .margin-bottom-24px-3 {
    margin-top: 0;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-13 {
    padding-left: 0;
    font-size: 40px;
  }

  .div-block-54 {
    width: 32vw;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 40px;
  }

  .layout424_heading-list {
    height: 4.5rem;
  }

  .layout424_heading {
    font-size: 3.5rem;
  }

  .padding-global-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .layout424_content {
    height: 100svh;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .velora_at_glance {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header108_image-group-left-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-24px-4 {
    margin-top: 0;
  }

  .header108_image-list-2 {
    height: 70vh;
  }

  .div-block-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-14 {
    padding-left: 0;
    font-size: 40px;
  }

  .div-block-61 {
    width: 32vw;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-componnet {
    flex-direction: column;
  }

  .padding-xhuge-2 {
    padding: 6rem;
  }

  .slider-component {
    padding-right: 1rem;
  }

  .button-3.is-icon.background-blue {
    text-align: center;
  }

  .button-4.is-icon.background-blue {
    text-align: center;
    margin-top: 15px;
  }

  .div-block-128, .div-block-129 {
    text-align: center;
  }

  .icon-3 {
    color: var(--base-color-brand--dark-blue);
  }

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

  .image-19 {
    height: 50vh;
  }

  .text-block-15 {
    margin-top: 40px;
  }

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

  .div-block-96 {
    display: flex;
  }

  .michelle.display-none {
    display: block;
  }

  .about_hero-section.max-width-full.padding-large.background-color-primary, .about_hero-section.max-width-full.padding-large.bg-set-hero {
    margin-top: 100px;
  }

  .timeline14_tab-pane {
    padding-right: 5%;
  }

  .div-block-80 {
    flex-flow: column;
  }

  .div-block-80.display-horizontal {
    flex-flow: row;
  }

  .div-block-121 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 60px;
  }

  .div-block-97 {
    display: block;
  }

  .heading-25.partner_title {
    width: 100%;
    font-size: 62px;
  }

  .text-block-10 {
    font-size: 32px;
  }

  .div-block-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    background-position: 100% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .board-card {
    width: 31%;
  }

  .div-block-77 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .div-block-131 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .div-block-89 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-133 {
    width: 100%;
    padding-bottom: 250px;
    position: relative;
  }

  .div-block-85 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-118 {
    background-image: url('../images/Image-Container-23.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    display: none;
  }

  .div-block-73 {
    width: 100%;
  }

  .heading-18 {
    font-size: 32px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 3rem;
  }

  .text-block-14 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .timeline14_tab-link {
    cursor: pointer;
  }

  .div-block-69 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .image-22 {
    height: auto;
  }

  .partner_section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-card {
    width: 31%;
  }

  .div-block-71 {
    width: 100%;
    padding-top: 60px;
    padding-right: 0;
  }

  .message-from-ceo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    padding-right: 40px;
  }

  .meet-the-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-134 {
    width: 100%;
  }

  .team-list {
    flex-flow: wrap;
  }

  .section-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .board-list {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-135 {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-21.ceo-image {
    object-fit: cover;
    width: 100%;
    height: 600px;
    padding-top: 60px;
    display: block;
    position: sticky;
    top: 10%;
  }

  .heading-style-h1-2.width-37.margin-top-100 {
    width: 75%;
  }

  .div-block-139 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 40px;
  }

  .image-32 {
    height: 275px;
  }

  .div-block-123 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 90%;
    height: 80vh;
    overflow: auto;
  }

  .div-block-140 {
    display: flex;
  }

  .div-block-141 {
    flex-flow: column;
  }

  .div-block-142 {
    display: block;
  }

  .image-36 {
    height: auto;
  }

  .div-block-114 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 90%;
    height: 80vh;
    overflow: auto;
  }

  .section-22 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-107, .div-block-108 {
    flex-flow: column;
  }

  .div-block-105 {
    background-size: contain;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .image-24 {
    height: 100%;
  }

  .div-block-106 {
    background-image: url('../images/contact-cover.png');
  }

  .div-block-146 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .form-block {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .section-23 {
    height: 50vh;
  }

  .heading-43 {
    padding-right: 40px;
    font-size: 48px;
  }

  .div-block-148 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-style-h1-3.width-37.margin-top-100 {
    width: 75%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h3 {
    font-size: 46px;
  }

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

  .heading-style-h1.custom-h2-size {
    font-size: 46px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

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

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

  .nav_component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_button {
    color: #000;
  }

  .heading-2, .heading-2.partner_title {
    font-size: 46px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-without-image {
    padding: 60px 40px;
  }

  .flex-block {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .heading-4, .heading-5 {
    font-size: 46px;
  }

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

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading-6, .heading-6.tips, .heading-6.tips {
    font-size: 100px;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .text {
    font-size: 1.1rem;
  }

  .div-block-9 {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-11 {
    width: 100%;
    margin-left: 0;
  }

  .section_aviation_cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_services.background-color-alternate {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_services.background-color-alternate.bg-plane {
    background-size: 50%, contain;
  }

  .div-block-15, .services-wrapper {
    width: 100%;
  }

  .service-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-2 {
    flex-flow: row-reverse wrap-reverse;
  }

  .div-block-17 {
    width: 100%;
    padding: 100px 40px;
  }

  .div-block-18, .div-block-20 {
    width: 100%;
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .div-block-21 {
    width: 100%;
    padding: 100px 40px;
  }

  .collection-list-wrapper {
    margin-top: 40px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-24 {
    margin-top: 40px;
  }

  .text-block-7 {
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img-2 {
    width: 125px;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .image-14 {
    height: 350px;
  }

  .header108_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .header108_image-wrapper.is-image-small {
    display: none;
  }

  .header108_image-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header108_small-image-group {
    width: 40vw;
  }

  .heading-12 {
    font-size: 46px;
  }

  .div-block-51 {
    width: 100%;
    margin-left: 0;
  }

  .heading-13 {
    font-size: 46px;
  }

  .div-block-54 {
    width: 100%;
    margin-left: 0;
  }

  .layout424_heading-list {
    height: 3rem;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout424_heading {
    font-size: 2.3rem;
  }

  .layout424_content {
    min-height: 0;
  }

  .header108_small-image-group-2 {
    width: 40vw;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header108_image-wrapper-2 {
    text-align: center;
    width: 90vw;
  }

  .header108_image-wrapper-2.is-image-large {
    width: 100vw;
    height: 60vh;
  }

  .images__parent-2 {
    object-fit: scale-down;
    height: 100vh;
    position: absolute;
  }

  .header108_image-group-left-3 {
    width: 100vw;
  }

  .header108_image-group-right-3 {
    width: 100vw;
    padding-right: 0;
  }

  .header108_image-list-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 25% 50% 25%;
    height: 110vh;
  }

  .main__parent-2 {
    height: 100%;
  }

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

  .heading-14 {
    font-size: 32px;
  }

  .header108_component-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-61 {
    width: 100%;
    padding-top: 20px;
  }

  .header108_small-image-group-3 {
    grid-template-rows: auto;
    width: 100vw;
  }

  .sticky__wrapper-2 {
    height: 100%;
  }

  .header108_content-bottom-4 {
    height: 120vh;
  }

  .splide-component {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-xhuge-2 {
    padding: 4rem;
  }

  .slider-component {
    flex-direction: column;
    padding-right: 0;
  }

  .slider_img {
    width: 50%;
  }

  .step-name {
    display: none;
  }

  .splide-component-2 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .timeline14_image-wrapper {
    width: 100%;
  }

  .our-people {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-style-h4-2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .text-block-15 {
    margin-top: 40px;
  }

  .text-block-11 {
    font-size: 24px;
  }

  .about_hero-section.max-width-full.padding-large.bg-set-hero {
    flex-flow: column;
    padding-top: 0;
  }

  .div-block-74 {
    width: 100%;
  }

  .timeline14_tab-pane {
    padding-right: 0%;
  }

  .div-block-121 {
    flex-flow: column;
  }

  .heading-25, .heading-25.partner_title {
    font-size: 46px;
  }

  .text-block-10 {
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-83 {
    width: 100%;
  }

  .div-block-90 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-2 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
  }

  .board-card {
    width: 46%;
  }

  .splide-component-3 {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-67 {
    width: 100%;
  }

  .image-29 {
    height: 100%;
  }

  .div-block-89 {
    flex-flow: column;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-86 {
    margin-bottom: 0;
  }

  .timeline14_left-content {
    width: 100%;
  }

  .our-journey {
    padding-right: 40px;
  }

  .div-block-75 {
    width: 100%;
  }

  .div-block-85 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .timeline14_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .timeline14_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .div-block-73 {
    width: 100%;
  }

  .heading-16 {
    font-size: 52px;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .timeline14_tab-link.align-left {
    margin-top: 150px;
  }

  .div-block-69 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-26, .text-block-16 {
    width: 100%;
  }

  .team-card {
    width: 46%;
    min-height: 520px;
  }

  .timeline14_progress-bar {
    top: 3.175rem;
  }

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

  .div-block-71 {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .message-from-ceo {
    flex-flow: column;
    padding-right: 40px;
  }

  .meet-the-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-15 {
    flex-flow: column;
  }

  .heading-32 {
    font-size: 34px;
  }

  .section-14 {
    flex-flow: column;
  }

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

  .div-block-135 {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-135.hide {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-21 {
    width: 100%;
    display: block;
  }

  .image-21.ceo-image {
    object-fit: cover;
    height: 600px;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .text-block-9 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-style-h1-2.width-37.margin-top-100 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .div-block-139 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-66 {
    width: 100%;
  }

  .board-modal {
    height: auto;
  }

  .image-32 {
    height: 275px;
  }

  .div-block-125 {
    width: 100%;
  }

  .div-block-123 {
    flex-flow: column;
    height: 80vh;
  }

  .div-block-124, .image-30 {
    width: 100%;
  }

  .div-block-114 {
    flex-flow: column;
    height: 80vh;
  }

  .big-cats_modal {
    height: auto;
  }

  .div-block-116, .div-block-115, .image-38 {
    width: 100%;
  }

  .section-22 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form {
    flex-flow: column;
  }

  .div-block-148 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .heading-style-h1-3.width-37.margin-top-100 {
    width: 100%;
  }

  .link-block-4 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .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-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3 {
    font-size: 32px;
  }

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

  .heading-style-h1.custom-h2-size {
    font-size: 40px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav_component.bg-color-white {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_button {
    color: #000;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .heading-2.partner_title {
    font-size: 40px;
  }

  .container {
    max-width: none;
  }

  .hero-without-image {
    padding: 0 20px;
  }

  .heading-4, .heading-5 {
    font-size: 40px;
  }

  .image-2 {
    height: 16px;
    margin-right: 8px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-5 {
    font-size: 26px;
  }

  .heading-6 {
    font-size: 80px;
  }

  .heading-6.followers {
    font-size: 65px;
  }

  .heading-6.tips {
    font-size: 80px;
  }

  .column-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .div-block-9 {
    flex-flow: column;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-text {
    font-size: 14px;
  }

  .section_aviation_cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_services.background-color-alternate {
    background-size: contain;
    margin-top: 40px;
    padding: 60px 20px;
  }

  .section_services.background-color-alternate.bg-plane {
    background-position: 0 100%, 100%;
    background-size: 100%, contain;
    margin-top: 0;
  }

  .service-block {
    flex-flow: column-reverse;
    padding: 20px 10px;
  }

  .service-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

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

  .div-block-17 {
    padding: 60px 20px;
  }

  .div-block-18 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .div-block-19 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .div-block-19.margin-0 {
    margin-top: 0;
  }

  .div-block-20 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .div-block-21 {
    background-size: contain;
    padding: 60px 20px;
  }

  .plan-landing {
    background-size: 960px;
    min-height: 70vh;
  }

  .news_section {
    padding: 60px 20px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .heading-10 {
    padding-top: 20px;
    font-size: 16px;
  }

  .image-6 {
    height: 200px;
  }

  .partner_section {
    padding: 60px 20px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .text-rotate-cell {
    display: none;
  }

  .info-contact-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .image-2 {
    background-position: -183px 0;
    display: block;
  }

  .hero-text-col {
    align-items: center;
  }

  .caption-wrap {
    display: none;
  }

  .image-1 {
    display: block;
  }

  .hero-video-column {
    width: 100%;
    display: flex;
  }

  .big-text-link {
    margin-top: 30px;
  }

  .image-3 {
    background-position: 57%;
  }

  .p-wrap.mt-20 {
    display: none;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    padding-top: 80px;
  }

  .text-block-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-29 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img-2 {
    width: 100px;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .move-up-heading, .div-block-33 {
    flex-flow: column;
  }

  .heading-11 {
    font-size: 24px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .image-13, .image-14 {
    height: 200px;
  }

  .background-video {
    height: 120vh;
  }

  .div-block-46 {
    height: 120vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img__cover.is--z3 {
    top: 100%;
  }

  .img__cover.is--z1 {
    object-fit: cover;
  }

  .header108_image-wrapper {
    width: 100%;
  }

  .header108_image-wrapper.is-image-large {
    height: 60vh;
  }

  .button-2.is-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button-2.is-icon {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    padding: 10px 16px;
  }

  .header108_ix-trigger, .header108_small-image-group {
    width: 100%;
  }

  .div-block-49 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header108_image-group-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header108_image-group-left {
    width: 100%;
  }

  .div-block-52 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-54 {
    padding-left: 0;
    padding-right: 0;
  }

  .header108_component-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout424_heading-list {
    height: 2rem;
  }

  .layout424_heading {
    white-space: normal;
    font-size: 1.6rem;
  }

  .padding-global-2 {
    padding: 50px 30px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .item {
    padding: 10px 20px;
  }

  .velora {
    height: 70vh;
  }

  .header108_image-wrapper-2 {
    width: 90vw;
    padding-bottom: 20px;
  }

  .header108_image-wrapper-2.is-image-large {
    height: 60vh;
  }

  .images__parent-2 {
    object-fit: scale-down;
    height: 100vh;
    position: absolute;
  }

  .header108_image-group-left-3 {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
    padding-left: 0;
  }

  .header108_image-group-right-3 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-24px-4 {
    text-align: center;
    display: block;
  }

  .header108_image-list-2 {
    grid-auto-flow: column dense;
    place-items: center stretch;
    height: 110vh;
  }

  .main__parent-2 {
    height: 100%;
  }

  .div-block-60 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-14 {
    text-align: center;
    font-size: 24px;
  }

  .header108_component-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-61 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90vw;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .header108_small-image-group-3 {
    grid-template-rows: auto;
    width: 100%;
  }

  .sticky__wrapper-2 {
    height: 100%;
    top: 220px;
  }

  .header108_content-bottom-4 {
    height: 120vh;
    padding-top: 125px;
  }

  .splide-component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-padding-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .splide__slide {
    display: flex;
  }

  .slide-content {
    padding: 1.2rem;
  }

  .splide-component-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .our-people {
    padding: 60px 20px;
  }

  .image-19 {
    height: 40vh;
  }

  .div-block-96, .about_hero-section.max-width-full.padding-large.background-color-primary, .about_hero-section.max-width-full.padding-large.background-color-primary {
    flex-flow: column;
  }

  .about_hero-section.max-width-full.padding-large.bg-set-hero {
    padding-top: 1rem;
  }

  .div-block-80.display-horizontal {
    flex-flow: column;
  }

  .div-block-121 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-25.partner_title {
    font-size: 42px;
  }

  .div-block-94 {
    flex-flow: column;
  }

  .text-block-10 {
    font-size: 26px;
  }

  .footer-2 {
    background-position: 50% 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .board-of-directors {
    margin-top: -1px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .board-card {
    width: 100%;
  }

  .splide-component-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-131 {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about_velora-section {
    padding: 60px 20px;
  }

  .heading-28 {
    padding-top: 0;
  }

  .heading-28.margin-top-10 {
    padding-top: 10px;
  }

  .div-block-100 {
    flex-flow: column;
  }

  .div-block-86 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .our-journey {
    padding: 60px 20px;
  }

  .image-23 {
    width: 100%;
    height: 250px;
  }

  .div-block-133 {
    padding-bottom: 80px;
  }

  .div-block-85 {
    flex-flow: column;
  }

  .timeline14_tabs-menu.no-scrollbar {
    margin-bottom: 0;
  }

  .text-block-23 {
    padding-top: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-91 {
    padding-top: 20px;
  }

  .heading-18 {
    font-size: 28px;
  }

  .heading-16 {
    font-size: 40px;
  }

  .timeline14_tab-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .velora-management-team {
    padding: 60px 20px;
  }

  .div-block-99 {
    flex-flow: column;
  }

  .timeline14_tab-link.align-left {
    margin-top: 150px;
  }

  .div-block-87 {
    width: 100%;
  }

  .div-block-69 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .image-34 {
    width: 50%;
  }

  .div-block-88 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    width: 100%;
    overflow: hidden;
  }

  .partner_section-2 {
    padding: 60px 20px;
  }

  .team-card {
    width: 100%;
    min-height: auto;
  }

  .text-size-medium-2 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .div-block-71 {
    padding-top: 60px;
  }

  .message-from-ceo {
    background-size: contain;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .meet-the-team {
    padding: 60px 20px;
  }

  .div-block-134 {
    flex-flow: column;
  }

  .heading-27, .heading-17 {
    font-size: 42px;
  }

  .heading-19 {
    font-size: 28px;
  }

  .text-span-3 {
    font-size: 32px;
  }

  .section-15 {
    padding: 60px 20px;
  }

  .div-block-95 {
    flex-flow: column;
  }

  .heading-32 {
    font-size: 42px;
  }

  .section-14 {
    background-image: none;
    padding: 60px 20px;
  }

  .div-block-135 {
    flex-flow: column;
    display: flex;
  }

  .image-21.ceo-image {
    height: 400px;
  }

  .div-block-98 {
    flex-flow: column;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-style-h1-2 {
    font-size: 42px;
  }

  .heading-style-h1-2.font-32 {
    font-size: 32px;
  }

  .heading-style-h1-2.text-align-center.color-dark-blue {
    font-size: 42px;
  }

  .heading-style-h1-2.width-37.margin-top-100 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .div-block-123 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-140, .div-block-143, .div-block-144 {
    flex-flow: column;
  }

  .div-block-114 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-22 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 60px 20px;
    position: relative;
  }

  .div-block-105 {
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: contain;
    padding: 60px 20px;
  }

  .form-block {
    padding-bottom: 40px;
    padding-right: 0;
  }

  .heading-36 {
    font-size: 42px;
  }

  .section-23 {
    height: 100%;
  }

  .list-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-43 {
    padding-right: 0;
    font-size: 48px;
  }

  .heading-35, .heading-style-h1-3 {
    font-size: 42px;
  }

  .heading-style-h1-3.width-37.margin-top-100 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-149 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-149.hide {
    padding-bottom: 0;
  }

  .div-block-150, .div-block-151 {
    display: none;
  }

  .link-block-4 {
    margin-bottom: 20px;
  }
}

#w-node-df25bde3-1c74-797c-7b98-92881a836c44-0cb0a7ad, #w-node-df25bde3-1c74-797c-7b98-92881a836c48-0cb0a7ad {
  align-self: center;
}

#w-node-df25bde3-1c74-797c-7b98-92881a836c4a-0cb0a7ad {
  justify-self: start;
}

#w-node-df25bde3-1c74-797c-7b98-92881a836c4b-0cb0a7ad, #w-node-dc162720-7fef-1bf2-372b-0fd7f81c3258-0cb0a7ad, #w-node-dc162720-7fef-1bf2-372b-0fd7f81c325c-0cb0a7ad {
  align-self: center;
}

#w-node-dc162720-7fef-1bf2-372b-0fd7f81c3264-0cb0a7ad {
  justify-self: start;
}

#w-node-dc162720-7fef-1bf2-372b-0fd7f81c3265-0cb0a7ad {
  align-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-0cb0a7b0 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-0cb0a7b0, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-0cb0a7b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-0cb0a7b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb79-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-0cb0a7b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-0cb0a7b0 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-0cb0a7b0, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-0cb0a7b0 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-0cb0a7b0 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-0cb0a7b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-0cb0a7b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-0cb0a7b0 {
  justify-self: start;
}

#w-node-d203c09e-9537-159f-8633-119822a6a3a9-90eead94 {
  place-self: stretch start;
}

@media screen and (max-width: 767px) {
  #w-node-dc162720-7fef-1bf2-372b-0fd7f81c3266-0cb0a7ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


