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

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

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

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

@font-face {
  font-family: Neueeinstellung;
  src: url('../fonts/NeueEinstellung-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Neueeinstellung;
  src: url('../fonts/NeueEinstellung-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

@font-face {
  font-family: Futura lt Condensed;
  src: url('../fonts/FuturaLT-CondensedBold.ttf') format("truetype"), url('../fonts/FuturaLT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --transperent: #000;
  --base-color-neutral--white: #fff;
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--transperent);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-lightest: #eee;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --main-blue: #1e2856;
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--blue: #3229e536;
  --base-color-brand--blue-dark: #080331;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--transperent);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-darker: #222;
  --main-yellow: #f8d102;
  --base-color-system--focus-state: #2d62ff;
  --main-red: maroon;
  --base-color-neutral--neutral: #666;
  --blue-divider: #1e28561a;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-brand--blue-light: #79bdfd94;
  --base-color-neutral--neutral-dark: #444;
  --yellow-light: #f9ce114d;
  --divider: #f003;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-system--success-green: #79bdfd94;
  --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;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--transperent);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--transperent);
  color: var(--base-color-neutral--white);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

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 {
  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: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom._10px {
  margin-bottom: 10px;
}

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

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

.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(--base-color-neutral--neutral-lightest);
}

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

.fs-styleguide_2-col.gap-0px {
  grid-column-gap: 100px;
  grid-row-gap: 0rem;
}

.fs-styleguide_2-col.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

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

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

.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(--transperent);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  overflow: visible;
}

.heading-style-h1.reveal-type {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.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: 80%;
}

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

.fs-styleguide_4-col.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.max-width-large {
  width: 100%;
  max-width: 70%;
}

.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 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

.fs-styleguide_3-col.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

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

.text-size-large.bottom-line {
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 20px;
}

.text-size-large.bottom-line-2 {
  border-bottom: 1px solid #1e2856;
  padding-bottom: 20px;
}

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

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

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

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

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

.container-large {
  width: 100%;
  max-width: 80rem;
  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;
}

.text-align-center.padding-top._20px {
  padding-top: 20px;
}

.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 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--main-blue);
  background-image: linear-gradient(180deg, var(--main-blue), var(--base-color-brand--blue-dark));
  box-shadow: 0 2px 12px 4px var(--main-blue);
  color: var(--base-color-neutral--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}

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

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

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

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

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

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

.button.shiny-wrap {
  position: relative;
  overflow: hidden;
}

.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;
  font-weight: 400;
}

.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: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_logo {
  width: 10rem;
}

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

.nav_button {
  padding: 1rem;
}

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

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

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

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

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

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

.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 {
  border-bottom: 1px none var(--base-color-neutral--neutral-darker);
  text-align: center;
  background-image: url('../images/Desktop---2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 40px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero.hide {
  display: none;
}

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

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
}

.container.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.container.max-width-large {
  max-width: 80%;
}

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

.vertical-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vertical-flex.text-align-center {
  justify-content: center;
  align-items: center;
}

.youtube {
  box-shadow: none;
  border-radius: 20px;
  width: 1080px;
  max-width: 1080px;
  height: 40rem;
}

.youtube.hide {
  width: 40rem;
  height: 20rem;
}

.button-wrapper {
  aspect-ratio: auto;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.button-text {
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-text.larger {
  font-size: 2rem;
}

.text-block {
  font-size: 1.3rem;
  font-weight: 200;
}

.text-block.max-width-med-larg {
  max-width: 60%;
}

.button-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.button-inner.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-system--focus-state);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40rem;
  max-width: 40rem;
  height: 6rem;
  margin-top: 4.9rem;
  margin-bottom: 5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.slider-wrapper {
  flex: none;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.item {
  filter: invert();
  height: 100px;
}

.item.smaller {
  height: 60px;
}

.section {
  background-color: #000;
  margin-top: -10rem;
  margin-bottom: -15rem;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.section.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.section.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 28rem;
  margin-right: 28rem;
  padding: 80px 2rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.section.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.section.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section.padding-low {
  padding-top: 20px;
}

.section.form-padding {
  padding-top: 60px;
}

.section.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: -20rem;
  padding-bottom: 0;
}

.text-size-52px {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff 17%, #ff090980 68%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.text-18px {
  font-size: 18px;
  font-weight: 300;
}

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

.inner-padding-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-padding-20px.size {
  white-space: nowrap;
  width: 217px;
}

.divider {
  background-image: linear-gradient(180deg, #00000029, var(--main-red) 50%, #00000029);
  width: 100%;
  height: 1px;
}

.divider.mobile-horizontal {
  background-image: linear-gradient(180deg, #00000029, var(--base-color-neutral--white) 50%, #00000029);
  width: 1px;
  height: auto;
}

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

.horizontal-flex.stretched {
  justify-content: space-between;
  align-items: flex-start;
}

.horizontal-flex.stretched.bottom-stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
}

.horizontal-flex.stretched.full-height {
  align-items: stretch;
}

.horizontal-flex.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.horizontal-flex.gap-12px.float-center {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
}

.horizontal-flex.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

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

.horizontal-flex.gap-26px {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
}

.horizontal-flex.gap-26px.mobile-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.horizontal-flex.float-bottom {
  justify-content: space-around;
  align-items: flex-end;
}

.horizontal-flex.float-bottom.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-size-60px {
  background-image: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
}

.tagline-wrapper {
  border: 1px solid var(--base-color-brand--blue);
  box-shadow: 0 2px 10px 8px var(--main-blue);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  display: inline-block;
}

.gradient-text {
  background-image: url('../images/circle-own-scribble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -40px -20px -40px -40px;
  padding: 40px 40px 40px 60px;
  display: inline-flex;
}

.tes-border {
  background-image: linear-gradient(190deg, var(--main-blue), #0000);
  border-radius: 32px;
  padding: 1px;
}

.tes-border.second {
  margin-top: 100px;
}

.tes-border.forth {
  margin-top: 140px;
}

.tes-border.full-height {
  height: 100%;
}

.tes-border.dark {
  background-image: linear-gradient(190deg, var(--base-color-brand--blue), #0000);
  border-radius: 10px;
  height: 100%;
  padding: 2px;
  transition: all .2s;
}

._5-star {
  align-self: center;
  width: 152px;
}

.fs-styleguide_3-col-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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-2.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.vertical-flex-2.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--transperent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(135deg, #ffffff12, #fff0 24%), linear-gradient(19deg, #0000 60%, #ffffff08);
  border-radius: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.testimonial-wrapper.full {
  height: 100%;
}

.icon-50px {
  height: 40px;
  position: absolute;
  inset: -22px auto auto 32px;
}

.large-span-text {
  border-bottom: 3px solid var(--base-color-neutral--neutral-lightest);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
}

.large-span-text.yellow {
  border-bottom-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
  font-size: 30px;
}

.step-text {
  border: 1px solid var(--base-color-neutral--neutral);
  background-color: var(--transperent);
  color: var(--main-yellow);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: .9;
  position: absolute;
  inset: -33px auto auto 40px;
}

.large-number {
  font-size: 2.7rem;
  line-height: 1.2;
}

.large-number.bold {
  font-weight: 700;
}

.large-number.bold.text-white {
  color: #eee;
}

.steps-block {
  border: 1px solid var(--base-color-neutral--neutral);
  border-radius: 8px;
  width: 100%;
  margin-top: 100px;
  padding: 60px 40px 40px;
  font-size: 1.4rem;
  position: relative;
}

.steps-block.step-two {
  margin-top: 220px;
}

.steps-block._3rd {
  margin-top: -90px;
}

.steps-block.forth {
  top: -190px;
}

.steps-block._5th {
  margin-top: -90px;
}

.gap-100px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.column-left {
  width: 40%;
  height: 100%;
  position: sticky;
  top: 100px;
}

.column-right-sticky {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 55%;
  padding-top: 100px;
}

.bottom-line {
  border-bottom: 1px solid var(--main-blue);
  padding-bottom: 20px;
}

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

.youtube-2 {
  border-radius: 20px;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 20px #0040ff8a;
}

.accordion-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--main-blue);
  border-radius: 0;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.icon.accordion-icon {
  cursor: pointer;
}

.copy-inside-div {
  display: none;
}

.accordion-heading {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
}

.accordion-body {
  color: #9ba1a6;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.faq-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  font-size: 40px;
  line-height: 40px;
  text-decoration: underline;
}

.image {
  margin: -100px auto;
}

.accordion {
  border: 1px solid var(--base-color-brand--blue);
  background-color: var(--blue-divider);
  border-radius: 10px;
  padding: 20px 40px;
  box-shadow: 0 2px 60px 20px #2d62ff33;
}

.section-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.section-heading.text-center {
  font-size: 52px;
  line-height: 58px;
}

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

.dark-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--transperent);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dark-wrapper.full {
  height: 100%;
}

.dark-wrapper.spacing {
  padding-left: 100px;
  padding-right: 100px;
}

.title-small-span {
  font-size: 40px;
}

.hero-circle-2 {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-yellow), #fff0 54%);
  filter: blur(20px);
  border-radius: 1000px;
  width: 30em;
  height: 400px;
  position: absolute;
  inset: 16% -5% auto auto;
}

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

.hero-circle-2-2 {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-yellow), #fce78d7a 0%, #fff0);
  filter: blur(20px);
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 16% -5% auto auto;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  inset: auto 8% 25% auto;
  transform: none;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.rel {
  position: relative;
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  inset: auto auto 20% 11%;
  transform: none;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._4 {
  width: 1.32em;
  inset: auto 0% 31% auto;
}

.h-about-star._3 {
  width: 2em;
  inset: auto -8% 36% auto;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.hero-blur {
  z-index: 2;
  background-color: #00000003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.h-services-bg.bg-dark-gradient.round-left {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-size: cover;
  border-radius: 0 12px 12px 0;
  padding-left: 2%;
  padding-right: 7.5%;
  position: relative;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.m-project-site-img {
  display: none;
}

.hero-heading-move {
  display: inline-block;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.hero-circle-1 {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--blue), #fff0 64%);
  filter: blur(20px);
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.half {
  width: 100%;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  inset: 25% 16vw auto auto;
  transform: none;
}

.hero {
  height: 120vh;
  position: relative;
}

.hero.is--home {
  border-bottom: 1px solid #222;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 7em;
  padding-bottom: 100px;
  display: flex;
}

.hero.is--home.hide {
  display: none;
}

.btn-text {
  font-size: 1.32em;
}

.align-left {
  display: flex;
}

.paragraph-hero {
  text-align: center;
  max-width: 70ch;
}

.project-title {
  color: #040915;
  align-items: flex-end;
  display: flex;
}

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 3.9em;
  font-weight: 900;
  line-height: 1.32;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 14% auto auto -3vw;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.poster-img._3 {
  z-index: 2;
  height: 23em;
  bottom: -15%;
  right: 11%;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.spacing-top-100px {
  margin-top: 100px;
}

.spacing-top-100px.align-center {
  justify-content: center;
  display: flex;
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.div-hide.is--mobile {
  display: none;
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.section-2 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section-2.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.star {
  height: 16px;
}

.project-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  inset: auto auto -29% 0;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.container-2 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-2.flex-cc-v.is--hero {
  z-index: 2;
  height: 100%;
}

.container-2.flex-v {
  flex-direction: column;
  display: flex;
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.bg-pink {
  color: #f1f0ef;
  background-color: #fa7268;
  transition: background-color .3s;
}

.btn.bg-pink:hover {
  background-color: #02060d;
}

.btn.secondary {
  color: #040915;
  border: 1px solid #040915;
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  color: #f1f0ef;
  background-color: #fa7268;
  border-color: #fa7268;
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.text-overflow {
  height: 80px;
  margin-bottom: 16px;
  overflow: hidden;
}

.client-logo-slider {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.testi-image {
  border-radius: 100px;
  width: 41px;
  height: 41px;
}

.card-divider {
  border-top: 2px dashed #e9e9e9;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  -webkit-mask: linear-gradient(90deg, #0000 10%, #fff 10% 90%, #0000 90%);
  mask: linear-gradient(90deg, #0000 10%, #fff 10% 90%, #0000 90%);
}

.media__avatar {
  border-radius: 50%;
  flex: none;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  overflow: hidden;
}

.media__content__text {
  opacity: .6;
  font-size: .875rem;
  line-height: 1;
}

.splide__track {
  overflow: visible;
}

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

.project-block {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  padding: 11.25rem 3.125rem;
  display: flex;
}

.media {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

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

.project-block-text {
  color: #61675e;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.card-text {
  color: var(--base-color-neutral--neutral-lighter);
  letter-spacing: .02rem;
  font-size: 1.25rem;
}

.card-header-text {
  color: #fff;
}

.card {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-neutral--neutral-darkest);
  border-radius: 1.875rem;
  margin-bottom: 10px;
  padding: 1.25rem;
  box-shadow: 0 4.375rem 10.875rem #00000014;
}

.card-header {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-block-title-line {
  display: block;
}

.media__content__title {
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

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

.media__avatar__background.zai {
  background-image: url('../images/1702218548319.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media__avatar__background.gary {
  background-image: url('../images/gary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-sliders-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
  -webkit-mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
  mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
}

.project-block-title {
  color: #0a0c0a;
  margin-bottom: 1.875rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.splide.tinyflow-slider {
  max-height: 46.25rem;
}

.price-stroke {
  z-index: 3;
  background-color: var(--main-blue);
  background-image: none;
  border-radius: 32px;
  height: 100%;
  margin: 1px;
  padding: 0;
  position: relative;
}

.stroke-line-small-copy {
  z-index: 1000;
  background-image: linear-gradient(88deg, #a7ffbd00 1%, #a7ffbd 50%, #fff0);
  justify-content: center;
  align-items: flex-start;
  width: 136px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 2px 0 auto 111px;
}

.divider-horizontal {
  background-image: linear-gradient(#00000029, #6e6e6ebf 50%, #00000029);
  width: 100%;
  height: 1px;
}

.plan-content {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.popup-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: blur(84px);
  backdrop-filter: blur(84px);
  text-align: center;
  background-color: #001104;
  background-image: linear-gradient(#2bffff1f, #a0ffff0a 55%, #2bffff12);
  border-radius: 32px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.price-hover-layer {
  background-image: linear-gradient(180deg, var(--base-color-brand--blue), #9dffff1a 50%, #2bffff29);
  opacity: 1;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  padding: 1px;
  transition: all .3s ease-out;
  position: absolute;
  inset: 0%;
}

.price-hover-layer:hover {
  background-image: url('../images/Property-1Variant2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.stroke-line-small {
  z-index: 1000;
  background-image: linear-gradient(88deg, #a7ffbd00 1%, #a7ffbd 50%, #fff0);
  justify-content: center;
  align-items: flex-start;
  width: 136px;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 2px 0 auto 111px;
}

.spacer-24px {
  padding-top: 24px;
}

.spacer-26px {
  height: 26px;
}

.fs-styleguide_4-col-2 {
  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;
}

.fs-styleguide_4-col-2.gap-17px {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.icon-40px {
  height: 40px;
}

.spacer-32px {
  height: 32px;
}

.green-button-wrapper {
  background-image: linear-gradient(#ffffff14, #fff0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  display: flex;
}

.green-button-wrapper.highlighted {
  color: #000;
  background-image: linear-gradient(#a7ffbd, #61a171);
}

.green-button-wrapper.highlighted:hover {
  background-image: linear-gradient(#a7ffbd, #61a171);
}

.green-button-wrapper.smaller-button {
  border-radius: 5px;
  padding: 2px 18.5px;
}

.stroke-line-copy {
  z-index: 1000;
  background-image: linear-gradient(88deg, #a7ffbd00 1%, #a7ffbd 50%, #fff0);
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 1px 5% auto;
}

.glow-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 12px;
  width: 100%;
  height: 44px;
  position: absolute;
  inset: 0%;
}

.stroke-line {
  z-index: 1000;
  background-image: linear-gradient(88deg, #a7ffbd00 1%, #a7ffbd 50%, #fff0);
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 2px;
  margin-top: 0;
  position: absolute;
  inset: 1px 5% auto;
}

.popup-border {
  z-index: 4;
  background-image: linear-gradient(#2bffff52, #ffffff1a 53%, #2bffff29);
  border-radius: 32px;
  max-width: 473px;
  padding: 1px;
  position: absolute;
  inset: auto auto -20px 176px;
}

.popup-border.secondd {
  left: auto;
  right: 220px;
}

.popup-border.thirdd {
  left: auto;
  right: 61px;
}

.fs-styleguide_3-col-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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-3.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.fs-styleguide_3-col-3.gap-24px.tablet-2 {
  position: relative;
}

.relative {
  width: 100%;
  position: relative;
}

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

.vertical-flex-3.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
}

.vertical-flex-3.align-left.gap-4px {
  max-width: 100%;
}

.list-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center start;
}

.green-button {
  z-index: 1;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}

.green-button:hover {
  border-color: #61a171;
  box-shadow: 1px 0 5px #a7ffbda8;
}

.green-button.smaller-button {
  border-radius: 6px;
  width: auto;
  font-size: 10px;
}

.green-button.full-width {
  border-width: 1.4px;
  width: 100%;
}

.green-button.full-width:hover {
  border-color: #2d62ff;
  box-shadow: 1px 0 5px #1e2856;
}

.text-size-48px {
  color: #fff;
  background-image: none;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.green-icon {
  opacity: 0;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-size-regular-16px {
  font-size: 16px;
}

.text-size-regular-16px.light-color-text {
  color: #f8f8f8cc;
  text-transform: capitalize;
}

.relative-2 {
  z-index: 2;
  flex-flow: column;
  position: relative;
}

.relative-2.full-hieght {
  height: 100%;
}

.text-20px {
  color: #f8f8f880;
  font-size: 20px;
  font-weight: 300;
}

.text-20px.font-grotesk.text-weight-medium {
  font-weight: 500;
}

.text-20px.font-grotesk.text-weight-medium.text-white {
  color: #f8f8f8;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--base-color-neutral--neutral-darkest);
  box-shadow: inset 0 0 18px 0 var(--main-blue);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.text-15px {
  font-size: 15px;
  font-weight: 500;
}

.plan-list-wrapper {
  border-radius: 20px;
  width: 100%;
  padding: 0;
}

.green-icon-copy {
  height: 40px;
}

.text-10px {
  font-size: 10px;
}

.show-mobile {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -80px;
  right: auto;
}

.slider-arrow-icon-left {
  width: 1005px;
  height: 100%;
  transition: all .25s;
  display: block;
}

.slider-arrow-icon-left:hover {
  border-radius: 32px;
}

.slider-arrow-icon-right {
  width: 100%;
  height: 100%;
  transition: all .25s;
  display: block;
}

.slider-arrow-icon-right:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f8f81a;
  border: 1.5px solid #ffffff1a;
  border-radius: 32px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: auto;
  right: -80px;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-next {
  border: 1px solid var(--base-color-brand--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.form-next.button {
  border-width: 2px;
  border-color: var(--main-blue);
  background-color: var(--base-color-brand--blue);
  background-image: linear-gradient(180deg, var(--main-blue), var(--base-color-brand--blue-dark) 58%);
  box-shadow: none;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  font-family: Neueeinstellung, Georgia, sans-serif;
}

.radiobutton {
  background-color: #2d62ff5c;
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: var(--main-yellow);
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-heading {
  width: 100%;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.4;
}

.button-2 {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.checkbox {
  border: 4px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-neutral--neutral-darker);
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 100px;
  flex: none;
  width: 70px;
  height: 70px;
  margin: 0 0 10px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: var(--base-color-brand--blue);
  box-shadow: 0 0 17px 0 var(--base-color-brand--blue);
}

.checkbox.w--redirected-checked {
  border-color: var(--base-color-brand--blue);
  box-shadow: 0 0 17px 0 var(--base-color-brand--blue);
  background-color: #3898ec00;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.checkbox.w--redirected-focus {
  border-color: var(--base-color-brand--blue);
  box-shadow: 0 0 17px 0 var(--base-color-brand--blue);
}

.checkbox.fb {
  opacity: 1;
  background-image: url('../images/facebook-1.png');
  background-size: 40px;
  margin-left: 0;
}

.checkbox.fb.w--redirected-checked {
  color: var(--base-color-brand--blue);
  background-color: #3898ec00;
  background-image: url('../images/facebook-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.ga {
  background-image: url('../images/adwords.png');
  background-size: 40px;
}

.checkbox.ga.w--redirected-checked {
  background-image: url('../images/adwords.png');
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.seo {
  background-image: url('../images/google-symbol.png');
  background-size: 40px;
}

.checkbox.seo.w--redirected-checked {
  background-image: url('../images/google-symbol.png');
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.tv {
  background-image: url('../images/smart-tv.png');
  background-size: 40px;
}

.checkbox.tv.w--redirected-checked {
  background-image: url('../images/smart-tv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.radio {
  background-image: url('../images/microphone.png');
  background-size: 40px;
}

.checkbox.radio.w--redirected-checked {
  background-image: url('../images/microphone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.news {
  background-image: url('../images/newspaper.png');
  background-size: 40px;
}

.checkbox.news.w--redirected-checked {
  background-image: url('../images/newspaper.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.other {
  background-image: url('../images/bell.png');
  background-size: 40px;
}

.checkbox.other.w--redirected-checked {
  background-image: url('../images/bell.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.none {
  background-image: url('../images/no-entry.png');
  background-size: 40px;
}

.checkbox.none.w--redirected-checked {
  background-image: url('../images/no-entry.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.insta {
  background-image: url('../images/instagram.png');
  background-size: 40px;
}

.checkbox.insta.w--redirected-checked {
  background-image: url('../images/instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.lin {
  background-image: url('../images/linkedin.png');
}

.checkbox.lin.w--redirected-checked {
  background-image: url('../images/linkedin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.yt {
  background-image: url('../images/youtube-1.png');
}

.checkbox.yt.w--redirected-checked {
  background-image: url('../images/youtube-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.tw {
  background-image: url('../images/twitter-1.png');
}

.checkbox.tw.w--redirected-checked {
  background-image: url('../images/twitter-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.pin {
  background-image: url('../images/pinterest.png');
}

.checkbox.pin.w--redirected-checked {
  background-image: url('../images/pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.checkbox.x {
  background-image: url('../images/twitter-2.png');
}

.checkbox.x.w--redirected-checked {
  background-image: url('../images/twitter-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #ffffff3b;
  border-radius: 10px;
  max-width: 500px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  color: #fff;
  display: block;
}

.text-area:focus {
  color: #fff;
  border-color: #e6e6e680;
}

.text-area::placeholder {
  color: #fff;
}

.radio-button-label {
  color: var(--base-color-brand--blue);
  text-transform: uppercase;
  margin-top: 119px;
  font-weight: 700;
  position: relative;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.form-slide._1, .form-slide._2 {
  height: 400px;
}

.form-slide._3 {
  height: 300px;
}

.form-slide._4 {
  height: 500px;
}

.form-slide._6 {
  height: 450px;
}

.radiobutton-field {
  background-color: var(--base-color-neutral--neutral-darkest);
  text-align: left;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: var(--base-color-brand--blue);
}

.form-back {
  border: 2px solid var(--main-blue);
  color: var(--base-color-brand--blue-light);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  background-image: none;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px 13px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-step {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 70px;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.field-label {
  z-index: 1;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.text-field {
  background-color: #0000;
  border: 2px solid #ffffff3b;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field:hover {
  border-color: #00000026;
  display: block;
}

.text-field:focus {
  border-color: #7f58e280;
}

.radio-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.radio-buttons.genders {
  place-items: start center;
  width: auto;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  min-height: 120px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.step-number {
  color: var(--base-color-brand--blue);
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 140px;
  padding: 0 30px 50px;
  display: flex;
  position: relative;
}

.form-mask {
  height: auto;
  margin-bottom: 0;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.radio-button {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #7f58e233;
}

.radio-button.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  border-color: var(--base-color-brand--blue);
  background-color: var(--transperent);
  background-image: url('../images/product.png');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: 50px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  background-color: var(--main-blue);
}

.radio-button.gender.w--redirected-checked {
  border-color: var(--base-color-brand--blue);
  background-color: var(--main-blue);
}

.radio-button.gender.w--redirected-focus {
  background-color: var(--main-blue);
  box-shadow: none;
}

.radio-button.gender.male {
  border-color: var(--base-color-brand--blue);
  background-color: #000;
  background-image: url('../images/customer-support.png');
}

.radio-button.gender.male:hover {
  border-color: var(--base-color-brand--blue);
  background-color: var(--main-blue);
}

.radio-button.gender.male.w--redirected-checked {
  background-color: var(--main-blue);
}

.radio-button.gender.male.w--redirected-focus {
  background-color: var(--main-blue);
  box-shadow: none;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.checkbox-field {
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 153px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
  position: relative;
}

.checkbox-field:hover {
  color: var(--base-color-brand--blue);
}

.fields-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-block {
  border: 1px none var(--base-color-brand--blue);
  border-radius: 30px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px 70px;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.highlighted-span-text {
  background-image: linear-gradient(0deg, var(--main-yellow), #ffe100 13%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  display: inline-flex;
}

.highlighted-span-text.underline-yellow {
  border-bottom: 3px solid var(--main-yellow);
}

.heading-style-h1-2 {
  letter-spacing: -1px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  border-radius: 10px;
  height: 100%;
  padding: 32px;
}

.div-block:hover {
  box-shadow: 0 2px 12px 7px #1e285682;
}

.secodnary-heading {
  text-align: center;
  text-transform: uppercase;
  max-width: 82%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  top: auto;
}

.graph-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 70%;
  height: 100%;
}

.image-2 {
  border: 1px solid var(--base-color-neutral--neutral-darker);
  border-radius: 20px;
  height: 40px;
}

.right-aroow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -80px;
}

.graph-image {
  border-radius: 10px;
  height: 100%;
}

.container-wrapper-block {
  border: 2px solid var(--base-color-system--focus-state);
  background-color: var(--transperent);
  text-align: left;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 62px;
  box-shadow: 0 2px 14px 13px #2d62ff1f;
}

.profiles-image {
  height: 20px;
}

.check-checkpoint {
  z-index: 2;
  opacity: 1;
  filter: invert();
  border-radius: 20px;
  height: 20px;
  display: none;
  position: absolute;
  inset: 0% 39px auto auto;
}

.ui-widget-content {
  float: left;
  box-shadow: none;
  background-color: #969696;
  border: 1px solid #1b2128;
  border-radius: 5px;
  width: 600px;
  height: 14px;
  margin-top: 24px;
  display: inline-block;
  position: relative;
}

.ui-slider-handle {
  background-color: #34afed;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  position: absolute;
  top: -106%;
  box-shadow: 0 6px 5px #13376133;
}

.calculator-slider-input {
  display: none;
}

.input-slider {
  color: #34afed;
  background-color: #0000;
  border-style: none;
  margin-top: 10px;
  margin-left: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
}

.code-embed {
  display: none;
}

.container-medium-2 {
  z-index: 1;
  border-top: 3px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--white);
  color: var(--transperent);
  border-radius: 20px;
  width: 100%;
  max-width: 64rem;
  margin-top: -8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: static;
  box-shadow: 0 2px 20px #0003;
}

.heading-large {
  letter-spacing: -.3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 4.7rem;
  font-weight: 900;
  line-height: .8;
}

.grid-left-90 {
  max-width: 90%;
}

.plan_features-list {
  align-self: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.margin-top-100 {
  margin-top: 100px;
}

.border-div {
  border: 2px solid var(--base-color-brand--blue);
  width: 300px;
  height: 50px;
}

.section-home-process {
  max-width: 100vw;
  position: relative;
}

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

.max-width-xlarge-2.align-center {
  margin-bottom: auto;
  display: block;
}

.max-width-xlarge-2.align-center.margin-top {
  margin-top: 60px;
}

.list-item {
  grid-column-gap: .75rem;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-image-radius {
  border-radius: 10px;
}

.center-div {
  background-color: var(--base-color-brand--blue-dark);
  width: 450px;
  height: 50px;
}

.center-div.margin-left {
  margin-left: 130px;
}

.grey-section {
  border-top: 3px solid var(--base-color-neutral--neutral-darkest);
  border-bottom: 3px solid var(--base-color-neutral--neutral-darkest);
  background-color: var(--transperent);
  position: absolute;
  inset: 60px 0%;
  transform: skew(0deg, -10deg);
}

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

.vertical-center.margin-top {
  z-index: 10;
  margin-top: 60px;
  position: relative;
}

.plan_features-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.plan_features-icon.orange {
  background-color: #e25925;
  border-radius: .4rem;
  padding: .1rem;
}

.bottom-div {
  background-color: var(--base-color-brand--blue);
  width: 400px;
  height: 50px;
}

.text-size-medium-2 {
  font-size: 1.3rem;
  line-height: 1.3;
}

.grid-right-90 {
  max-width: 90%;
}

._2-column-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.sideline-wrapper {
  position: absolute;
  inset: 60px auto auto 0%;
  transform: skew(0deg, -10deg);
}

.sideline-wrapper.bottom-right-corner {
  z-index: 5;
  inset: auto 0% 10px auto;
}

.sideline-wrapper.right-corner-top {
  inset: -43px 0% auto auto;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.icon-1x1-small-2 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
}

.button-3 {
  z-index: 1;
  grid-column-gap: .5rem;
  background-color: var(--base-color-brand--blue);
  color: #fff;
  text-align: center;
  background-image: url('../images/form-hand_1form-hand.webp');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-radius: 1.5rem;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 5.3rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.button-3:hover {
  background-color: #1f1f1f;
  box-shadow: 0 4px 2.9px 0 #c8ff0005, 0 10px 7.4px 0 #00000008, 0 21px 15px #00000008, 0 42px 31px #0000000a;
}

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

.image-3 {
  height: 42px;
}

.flex-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
}

.highlighted-box {
  border: 1px solid var(--base-color-neutral--neutral-dark);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #ffffff0d;
  border-radius: 8px;
  max-width: 70%;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 200;
}

.hero-bg {
  z-index: -1;
  border-bottom: 1px none var(--base-color-neutral--neutral-darker);
  background-image: radial-gradient(circle farthest-corner at 0% 30%, var(--main-blue), #0000 40%), radial-gradient(circle farthest-corner at 100% 30%, var(--main-blue), #1110 40%);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  min-height: 100svh;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.hero-bg.hide {
  display: none;
}

.underline {
  border-bottom: 2px solid var(--base-color-neutral--neutral-lighter);
}

.span-blue {
  color: var(--base-color-brand--blue);
}

.name-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}

.white-part {
  background-color: #f6f6f6;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  inset: 15% 0% 0%;
}

.part-image {
  width: 300px;
}

.dot {
  background-color: var(--base-color-neutral--neutral-dark);
  border: 1px #000;
  border-radius: 20px;
  width: 22px;
  height: 22px;
}

.dot.lite {
  background-color: var(--main-yellow);
}

.line {
  background-color: var(--base-color-neutral--neutral-darker);
  border: 0 #000;
  border-radius: 8px;
  width: 25px;
  height: 3px;
  margin-left: -5px;
  margin-right: -5px;
}

.line.lite {
  background-color: var(--main-yellow);
}

.steps-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.inner-padding {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text1-2rem {
  font-size: 1.2rem;
  font-weight: 200;
}

.f-press-enter-text {
  font-size: 14px;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.f-steps-input.full {
  width: 100%;
}

.f-radio-butn {
  border-color: #000;
  border-radius: 100vw;
  margin-top: 0;
  margin-left: 0;
}

.f-radio-butn.w--redirected-checked {
  border-color: #031616;
  border-radius: 26%;
}

.f-radio-butn.w--redirected-focus, .f-radio-butn.w--redirected-focus-visible {
  border-radius: 26%;
}

.f-radio-buttn-wrap.is---1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-txt-wrap {
  color: #031616;
  margin-bottom: 26px;
  font-weight: 700;
}

.f-radio-butn-field {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #000;
  border-radius: 100px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9rem;
  display: flex;
  position: relative;
}

.f-steps-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 32px;
  display: flex;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-steps-wrap.larger {
  max-width: 100%;
}

.f-input-field {
  border: 1px solid var(--base-color-neutral--neutral);
  color: var(--base-color-neutral--white);
  background-color: #fff0;
  border-radius: 9px;
  width: 460px;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-input-wrapper {
  width: 100%;
}

.f-form-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-form-button-wrapper.is---1 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form-steps-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 15% 60px;
  display: flex;
}

.f-form-steps-item.is---1 {
  border-radius: 8px;
  height: 100vh;
}

.f-checkbox-butn-field-2 {
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9rem;
  display: flex;
}

.f-checkbox-butn-2 {
  border-color: #000;
  border-radius: 26%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.f-checkbox-butn-2.w--redirected-checked {
  border-color: #031616;
  border-radius: 26%;
}

.f-checkbox-butn-2.w--redirected-focus, .f-checkbox-butn-2.w--redirected-focus-visible {
  border-radius: 26%;
}

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

.f-container.is--form {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.f-form-button {
  background-color: var(--base-color-brand--blue);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 10px 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-form-button.is---1 {
  border-radius: 100vw;
  padding: 12px 18px;
  font-weight: 600;
}

.f-form-button.light {
  background-color: var(--main-blue);
}

.f-form-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-txt-field-label {
  font-weight: 700;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-checkbox-buttn-wrap.is---1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form {
  background-color: #ededed00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form-steps-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-form {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.title-form._74px {
  font-size: 64px;
}

.fs-rangeslider_track-2 {
  background-color: #f0f0f0;
  border-radius: 999rem;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-left-2 {
  z-index: 1;
  cursor: grab;
  background-color: #000;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.fs-rangeslider_handle-left-2:focus {
  background-color: #501aff;
}

.fs-rangeslider_handle-left-2:focus-visible, .fs-rangeslider_handle-left-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-rangeslider_handle-text-2 {
  text-align: center;
  font-size: 1.25rem;
  position: relative;
}

.fs-rangeslider_fill-2 {
  background-color: var(--base-color-brand--blue);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs-rangeslider_input-2 {
  display: none;
}

.fs-rangeslider_handle-right-2 {
  z-index: 1;
  background-color: var(--main-blue);
  color: var(--base-color-neutral--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.fs-rangeslider_handle-right-2:focus {
  background-color: #501aff;
}

.fs-rangeslider_handle-right-2:focus-visible, .fs-rangeslider_handle-right-2[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-range_values-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fs-rangeslider_wrapper-2 {
  align-items: center;
  width: 60vw;
  max-width: 800px;
  padding: 1rem .5rem;
  display: block;
  position: relative;
}

.dropdown {
  color: var(--base-color-neutral--white);
  border: 1px solid #ffffff3b;
  border-radius: 8px;
  width: 460px;
}

.dropdown-toggle {
  color: var(--base-color-neutral--white);
  width: 100%;
}

.select-field {
  color: var(--base-color-neutral--white);
  background-color: #f3f3f300;
  border: 1px solid #ffffff3b;
  border-radius: 6px;
  width: 460px;
  height: 60px;
}

.form-popup {
  z-index: 2;
  background-image: linear-gradient(#000000a8, #000000a8);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 140vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-neutral--neutral-darkest);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  padding: 35px 30px 45px;
  display: flex;
  position: relative;
}

.close-btn {
  height: 20px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-btn.invert {
  filter: invert();
  cursor: pointer;
}

.progress-wrapper {
  border: 4px solid var(--base-color-neutral--neutral);
  background-color: var(--base-color-neutral--neutral);
  border-radius: 100px;
  width: 560px;
  height: 30px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--main-yellow);
  max-width: 56%;
  height: 22px;
  margin-left: -27px;
  transform: skew(-34deg);
}

.wait-immage {
  height: 346px;
}

.large-paragraph {
  font-size: 30px;
}

.footer-dark {
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  color: var(--base-color-neutral--white);
  font-size: 3rem;
  text-decoration: none;
}

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

.footer-content.hide {
  display: none;
}

.footer-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--base-color-neutral--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #323232;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.imagee {
  height: 40px;
}

.text-block-2 {
  width: 400px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #1e2a58;
  background-clip: border-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 575px;
  height: 40px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-4 {
  object-fit: cover;
  padding-top: 4px;
  position: relative;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  width: 900px;
  margin-bottom: 9.9rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  text-align: left;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}

.list {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  margin-top: 43px;
  font-size: 1.6rem;
}

.div-block-3 {
  background-color: red;
}

.div-block-5 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #1db85600;
  background-image: url('../images/Untitled-design-7.png');
  background-position: 50% 20%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 0;
  height: 800px;
  position: sticky;
}

.accordion-header-2 {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header-2.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.question-text {
  color: #fff;
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body-2 {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body-2.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  border-bottom: 1px solid var(--main-blue);
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--main-blue);
  cursor: default;
}

.accordion__item.js-accordion-item {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #1e2856;
  border-radius: 0;
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
  border: 1px #000;
  border-bottom: 1px solid #1e2856;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.accordion-body-3 {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body-3.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-2 {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2.js-accordion {
  margin-bottom: 100px;
}

.herobutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #2d62ff;
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.herobutton.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2rem;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.herobutton.shiny-wrap:hover {
  background-color: #1e2856;
}

.image-4 {
  height: 42px;
}

.body {
  object-fit: fill;
  max-width: none;
  font-family: Inter, sans-serif;
  overflow: auto;
}

.container-5 {
  mix-blend-mode: normal;
  border: 1px solid #e9e3e3;
  border-radius: 1.1rem;
  height: 30rem;
  margin-top: -200px;
  margin-bottom: 300px;
  line-height: 3rem;
  position: static;
}

.heading-3 {
  color: var(--transperent);
  margin-bottom: 1rem;
  margin-left: auto;
}

.heading-4 {
  font-size: 2rem;
}

.bold-text-2 {
  color: var(--transperent);
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.heading-5 {
  box-sizing: border-box;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
}

.section-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.button-4 {
  color: var(--background-color--background-secondary);
  background-color: #2d62ff;
  border-radius: 8px;
  width: 10rem;
  height: 2rem;
  margin-top: 1rem;
}

.careertext {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 120rem;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  position: static;
}

.careertext.larger {
  font-size: 2rem;
}

.joinskyliftbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #2d62ff;
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.joinskyliftbutton.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 10rem;
  height: 2rem;
  margin-bottom: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  left: 1050px;
  right: auto;
  overflow: hidden;
}

.joinskyliftbutton.shiny-wrap:hover {
  background-color: #1e2856;
}

.joinskyliftbuttontext {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 120rem;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  position: static;
}

.joinskyliftbuttontext.larger {
  font-size: 2rem;
}

.joinskylift {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.joinskylift.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.joinskylift.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.joinskylift.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.joinskylift.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.joinskylift.padding-low {
  padding-top: 20px;
}

.joinskylift.form-padding {
  padding-top: 60px;
}

.joinskylift.highted-section-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.button-inner-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.button-inner-copy.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-copy.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.button-inner-copy.shiny-wrap-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  top: -20rem;
  left: 24rem;
  overflow: hidden;
}

.button-inner-copy.shiny-wrap-copy:hover {
  background-color: var(--main-blue);
}

.button-text-copy {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  position: static;
}

.button-text-copy.larger {
  font-size: 2rem;
}

.image-3-copy {
  height: 42px;
}

.large-paragraph-copy {
  font-size: 30px;
}

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

.large-paragraph-copy-copy {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.bold-text-3 {
  margin-left: 3rem;
}

.highlighted-span-text-copy.underline-yellow {
  border-bottom: 3px solid var(--main-yellow);
  margin-top: 0;
}

.ctabutton1 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  max-width: 0%;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 10rem;
  font-weight: 900;
  line-height: 0;
  display: flex;
  position: relative;
  top: -12rem;
  overflow: visible;
}

.bold-text-4 {
  justify-content: center;
  align-items: center;
  width: 233.385rem;
  font-size: 4rem;
  font-weight: 300;
  display: flex;
  position: relative;
  top: 10rem;
}

.bold-text-5 {
  font-size: 1.5rem;
  font-weight: 200;
  position: relative;
}

.bold-text-3-copy {
  margin-left: 3rem;
  font-weight: 200;
}

.joinskylift-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.joinskylift-copy.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.joinskylift-copy.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.joinskylift-copy.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.joinskylift-copy.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.joinskylift-copy.padding-low {
  padding-top: 20px;
}

.joinskylift-copy.form-padding {
  padding-top: 60px;
}

.joinskylift-copy.highted-section-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy.highted-section-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.container-copy {
  object-fit: contain;
  max-width: 1320px;
}

.container-copy.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.container-copy.max-width-large {
  max-width: 80%;
}

.container-copy.relative-above {
  z-index: 1;
  position: relative;
}

.secodnary-heading-copy-copy-copy {
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.joinskylift-copy-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.joinskylift-copy-copy.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.joinskylift-copy-copy.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.joinskylift-copy-copy.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy-copy.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.joinskylift-copy-copy.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.joinskylift-copy-copy.padding-low {
  padding-top: 20px;
}

.joinskylift-copy-copy.form-padding {
  padding-top: 60px;
}

.joinskylift-copy-copy.highted-section-copy, .joinskylift-copy-copy.highted-section-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy-copy.highted-section-copy-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  min-height: 30rem;
  margin: -10rem auto 20rem;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.bold-text-4-copy, .bold-text-5-copy {
  font-size: 40px;
  font-weight: 200;
}

.container-copy-copy {
  max-width: 1320px;
}

.container-copy-copy.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.container-copy-copy.max-width-large {
  max-width: 80%;
}

.container-copy-copy.relative-above {
  z-index: 1;
  position: relative;
}

.secodnary-heading-copy {
  text-align: center;
  text-transform: uppercase;
  max-width: 82%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.highlighted-span-text-copy {
  background-image: linear-gradient(0deg, var(--main-yellow), #ffe100 13%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  display: inline-flex;
}

.highlighted-span-text-copy.underline-yellow, .highlighted-span-text-copy.underline-yellow-copy {
  border-bottom: 3px solid var(--main-yellow);
}

.bold-text-3-copy, .bold-text-3-copy-copy {
  margin-left: 3rem;
}

.highlighted-span-text-copy-copy {
  background-image: linear-gradient(0deg, var(--main-yellow), #ffe100 13%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  display: inline-flex;
}

.highlighted-span-text-copy-copy.underline-yellow, .highlighted-span-text-copy-copy.underline-yellow-copy, .highlighted-span-text-copy-copy.underline-yellow-copy-copy {
  border-bottom: 3px solid var(--main-yellow);
}

.secodnary-heading-copy-copy {
  text-align: center;
  text-transform: uppercase;
  max-width: 82%;
  margin: 4rem auto 20rem;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.container-medium-2-copy, .container-medium-2-copy-copy {
  z-index: 1;
  border-top: 3px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--white);
  color: var(--transperent);
  border-radius: 20px;
  width: 100%;
  max-width: 64rem;
  margin-top: -279px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: static;
  box-shadow: 0 2px 20px #0003;
}

.heading-style-h1-copy {
  color: var(--transperent);
  text-transform: none;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  overflow: visible;
}

.heading-style-h1-copy.reveal-type {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.careerpagetextbox {
  color: var(--transperent);
  text-transform: none;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  top: -50rem;
  overflow: visible;
}

.careerpagetextbox.reveal-type {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.graph-image-copy {
  border-radius: 10px;
  height: 100%;
}

.careerimage {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.careerimage.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.careerimage.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.careerimage.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerimage.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.careerimage.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.careerimage.padding-low {
  padding-top: 20px;
}

.careerimage.form-padding {
  padding-top: 60px;
}

.careerimage.highted-section-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerimage.careerimagesc2 {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.bold-text-4-copy {
  font-size: 40px;
  font-weight: 200;
}

.paragraph {
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.heading6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  top: auto;
  left: auto;
}

.careerpersons {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.careerpersons.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.careerpersons.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.careerpersons.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerpersons.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.careerpersons.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.careerpersons.padding-low {
  padding-top: 20px;
}

.careerpersons.form-padding {
  padding-top: 60px;
}

.careerpersons.highted-section-copy, .careerpersons.careerimagesc2 {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerpersons.careerperson2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center stretch;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: grid;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerheadingheading {
  text-align: center;
  text-transform: uppercase;
  width: 900px;
  margin: 8rem auto 9.9rem;
  display: block;
}

.careeranimation1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  display: flex;
}

.mafiacss {
  text-align: center;
  text-transform: uppercase;
  max-width: 82%;
  margin: 4rem auto 20rem;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.mafiacss2 {
  background-image: linear-gradient(0deg, var(--main-yellow), #ffe100 13%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  display: inline-flex;
}

.mafiacss2.underline-yellow, .mafiacss2.underline-yellow-copy, .mafiacss2.underline-yellow-copy-copy, .mafiacss2.mafiacss3 {
  border-bottom: 3px solid var(--main-yellow);
}

.bold-text-6 {
  font-size: 3rem;
  font-weight: 600;
}

.paragraph-2 {
  margin-top: -20rem;
  margin-left: 20rem;
}

.careerimage33 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.careerimage33.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.careerimage33.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.careerimage33.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerimage33.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.careerimage33.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.careerimage33.padding-low {
  padding-top: 20px;
}

.careerimage33.form-padding {
  padding-top: 60px;
}

.careerimage33.highted-section-copy, .careerimage33.careerimagesc2 {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerimage33.careerimages33 {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: -5rem;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerlastheading {
  font-size: 3rem;
  font-weight: 600;
}

.lastdescriptio {
  text-align: center;
  text-transform: uppercase;
  max-width: 82%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.text-block-4-copy {
  object-fit: cover;
  padding-top: 4px;
  position: relative;
}

.careermainheading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  display: inline-flex;
  position: relative;
}

.careermaineheading {
  background-image: linear-gradient(0deg, var(--main-yellow), #ffe100 13%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 60px;
  font-style: italic;
  font-weight: 200;
  display: flex;
  position: relative;
  left: auto;
}

.careermaineheading.underline-yellow, .careermaineheading.careermainunderline {
  border-bottom: 3px solid var(--main-yellow);
}

.careerfirstjobopeningbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.careerfirstjobopeningbutton.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careerfirstjobopeningbutton.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.careerfirstjobopeningbutton.shiny-wrap-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 30rem;
  margin-top: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careerfirstjobopeningbutton.shiny-wrap-copy:hover {
  background-color: var(--main-blue);
}

.careerfirstjobopeningbutton.careerfirstjobopeningbuttonstyle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 30rem;
  margin-top: 2rem;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
  left: 33%;
  overflow: hidden;
}

.careerfirstjobopeningbutton.careerfirstjobopeningbuttonstyle:hover {
  background-color: var(--main-blue);
}

.image-5 {
  max-width: 75%;
}

.career2ndbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.career2ndbutton.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career2ndbutton.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.career2ndbutton.shiny-wrap-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: 20px;
  transition: all .2s;
  display: flex;
  position: static;
  top: auto;
  left: 30rem;
  overflow: hidden;
}

.career2ndbutton.shiny-wrap-copy:hover {
  background-color: var(--main-blue);
}

.wearepiratesheading {
  text-align: center;
  text-transform: uppercase;
  max-width: 70%;
  margin-top: 15rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  top: auto;
}

.skyliftpara2black {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.skyliftpara2black.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.skyliftpara2black.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.skyliftpara2black.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.skyliftpara2black.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.skyliftpara2black.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.skyliftpara2black.padding-low {
  padding-top: 20px;
}

.skyliftpara2black.form-padding {
  padding-top: 60px;
}

.skyliftpara2black.highted-section-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.skyliftpara2black.highted-section-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: relative;
  top: -20rem;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.skyliftpara2black.skyliftpara2highlighted {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin: 100px 25rem 20rem;
  padding: 80px 5rem;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.heading22 {
  color: var(--transperent);
  text-align: center;
  text-transform: uppercase;
  max-width: 70%;
  margin: 4rem 10rem 20rem;
  padding-right: 0;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.3;
  position: relative;
  top: -40rem;
}

.container33 {
  z-index: 1;
  border-top: 3px solid var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--white);
  color: var(--transperent);
  border-radius: 20px;
  width: 100%;
  max-width: 64rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
  top: -12rem;
  box-shadow: 0 2px 20px #0003;
}

.careerimage2 {
  object-fit: contain;
  max-width: 75%;
  position: static;
}

.ctabutton3heading {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  max-width: 0%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 10rem;
  font-weight: 900;
  line-height: 0;
  display: flex;
  position: relative;
  top: -12rem;
  overflow: visible;
}

.section-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 48.9305%;
  display: flex;
}

.classofcareerheading1 {
  color: var(--base-color-neutral--white);
  max-width: 1100px;
  font-size: 2.5rem;
}

.thirtdbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.thirtdbutton.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thirtdbutton.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.thirtdbutton.shiny-wrap-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  top: -20rem;
  left: 24rem;
  overflow: hidden;
}

.thirtdbutton.shiny-wrap-copy:hover {
  background-color: var(--main-blue);
}

.thirtdbutton.cccc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: 20rem;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
}

.thirtdbutton.cccc:hover {
  background-color: var(--main-blue);
}

.thirtdbutton.cccc-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: 20rem;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
}

.thirtdbutton.cccc-copy:hover {
  background-color: var(--main-blue);
}

.bold-text-8 {
  display: block;
  position: relative;
}

.ccccc {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.ccccc.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.ccccc.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.ccccc.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.ccccc.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.ccccc.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.ccccc.padding-low {
  padding-top: 20px;
}

.ccccc.form-padding {
  padding-top: 60px;
}

.ccccc.highted-section-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.thelastbox {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.thelastbox.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.thelastbox.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.thelastbox.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.thelastbox.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.thelastbox.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.thelastbox.padding-low {
  padding-top: 20px;
}

.thelastbox.form-padding {
  padding-top: 60px;
}

.thelastbox.highted-section-copy, .thelastbox.highted-section-copy-dfd {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.thelastcontainer {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
  padding-top: 0;
}

.thelastcontainer.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.thelastcontainer.max-width-large {
  max-width: 80%;
}

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

.lastctabutton {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  max-width: 0%;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 10rem;
  font-weight: 900;
  line-height: 0;
  display: flex;
  position: relative;
  top: -12rem;
  overflow: visible;
}

.lastbuttonbutton-wrapper-copy {
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-image: none;
  border-radius: 8px;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.boldtextonthelast {
  justify-content: center;
  align-items: center;
  width: 233.385rem;
  font-size: 4rem;
  font-weight: 300;
  display: block;
  position: relative;
  top: 40rem;
}

.lastboldtext {
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 300;
  position: relative;
}

.careerlastheadinglkjf {
  text-align: center;
  text-transform: none;
  width: 900px;
  margin: 0 auto 9.9rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: block;
  position: relative;
  top: auto;
}

.bold-text-9 {
  position: relative;
  left: 18rem;
}

.thelastbut {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.thelastbut.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thelastbut.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.thelastbut.shiny-wrap-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  top: -20rem;
  left: 24rem;
  overflow: hidden;
}

.thelastbut.shiny-wrap-copy:hover {
  background-color: var(--main-blue);
}

.thelastbut.thelastshynywrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 30rem;
  margin-top: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  left: 30rem;
  overflow: hidden;
}

.thelastbut.thelastshynywrap:hover {
  background-color: var(--main-blue);
}

.link-block, .link-block-2 {
  position: relative;
  left: 30rem;
}

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

.bold-text-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -10rem;
}

.link-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-size: 1.1rem;
  display: flex;
  position: relative;
  top: -27rem;
  left: auto;
}

.teammaindiv {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.teammaindiv.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.teammaindiv.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.teammaindiv.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.teammaindiv.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.teammaindiv.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.teammaindiv.padding-low {
  padding-top: 20px;
}

.teammaindiv.form-padding {
  padding-top: 60px;
}

.teammaindiv.highted-section-copy, .teammaindiv.careerimagesc2 {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.teammaindiv.teammaindiv2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border: 2px solid var(--base-color-system--focus-state);
  background-color: var(--transperent);
  text-align: justify;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center stretch;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.jhbjhihiiuiuiuunun {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.image-6 {
  text-align: center;
  object-fit: fill;
  border-radius: 7.4rem;
  width: 12rem;
  max-width: none;
  position: relative;
}

.image-7 {
  width: 20rem;
  max-width: none;
}

.heading-6 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  position: relative;
  top: auto;
  left: auto;
}

.headingxx {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
}

.designationdiv {
  text-align: center;
  font-size: 30px;
  position: relative;
  top: -2rem;
}

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

.designationstyle {
  text-align: center;
  font-weight: 400;
}

.firstclasscareer {
  color: var(--base-color-neutral--neutral-lighter);
  object-fit: cover;
  background-color: #0000;
  padding-top: 0;
  position: relative;
}

.div-block-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #1e2a58;
  background-clip: border-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 575px;
  height: 40px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.careermianfirstdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #1e2a58;
  background-clip: border-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 575px;
  height: 40px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-4 {
  width: 10rem;
  display: flex;
  position: relative;
  left: 90rem;
}

.container1careerpage {
  background-color: #fff;
  max-width: none;
  margin-top: -15rem;
  margin-bottom: 0;
}

.div-block-6 {
  transform-style: preserve-3d;
  background-color: #e80707;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.section-6 {
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin: 5rem auto;
  position: static;
  overflow: visible;
}

.bold-text-13 {
  font-size: 5rem;
  font-style: normal;
  display: flex;
}

.heading-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
}

.para3 {
  margin-top: -20rem;
  margin-left: 20rem;
}

.career-svideopage {
  max-width: 1320px;
}

.career-svideopage.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.career-svideopage.max-width-large {
  max-width: 80%;
}

.career-svideopage.relative-above {
  z-index: 1;
  position: relative;
}

.youtube-copy {
  box-shadow: none;
  border-radius: 20px;
  width: 1080px;
  max-width: 1080px;
  height: 40rem;
}

.youtube-copy.hide {
  width: 40rem;
  height: 20rem;
}

.youtubecareers {
  box-shadow: none;
  border-radius: 20px;
  width: 1080px;
  max-width: 1080px;
  height: 40rem;
}

.youtubecareers.hide {
  width: 40rem;
  height: 20rem;
}

.bold-text-14 {
  position: relative;
  top: auto;
}

.background-video {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  width: auto;
  height: 55rem;
}

.div-block-9 {
  opacity: 1;
  background-color: #2d2d2dcc;
  flex-flow: column;
  height: 55rem;
  display: flex;
  position: relative;
  top: auto;
}

.openletter {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: var(--base-color-neutral--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #1e2a5891;
  background-clip: border-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 575px;
  height: 40px;
  margin: 10svw auto 19px;
  display: flex;
  position: relative;
}

.bold-text-15 {
  text-indent: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-16 {
  font-size: 6rem;
  position: relative;
  top: -5rem;
}

.div-block-10 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.joinskylift-copy-copy-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.joinskylift-copy-copy-copy.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.joinskylift-copy-copy-copy.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.joinskylift-copy-copy-copy.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy-copy-copy.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.joinskylift-copy-copy-copy.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.joinskylift-copy-copy-copy.padding-low {
  padding-top: 20px;
}

.joinskylift-copy-copy-copy.form-padding {
  padding-top: 60px;
}

.joinskylift-copy-copy-copy.highted-section-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.joinskylift-copy-copy-copy.highted-section-copy-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  min-height: 30rem;
  margin: -10rem auto 20rem;
  padding: 0 60px 80px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerskewfirstdiv {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.careerskewfirstdiv.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.careerskewfirstdiv.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.careerskewfirstdiv.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerskewfirstdiv.backdrop {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
}

.careerskewfirstdiv.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.careerskewfirstdiv.padding-low {
  padding-top: 20px;
}

.careerskewfirstdiv.form-padding {
  padding-top: 60px;
}

.careerskewfirstdiv.highted-section-copy, .careerskewfirstdiv.highted-section-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px 80px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.careerskewfirstdiv.highted-section-copy-copy-copy {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: center;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50rem;
  max-width: 64rem;
  height: 30rem;
  min-height: 30rem;
  margin: auto 20rem auto 25rem;
  padding: 0;
  display: flex;
  position: absolute;
  top: 40rem;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.play-pause-button {
  z-index: 3;
  width: 3rem;
  position: relative;
  top: 27rem;
  bottom: 0;
  left: 20rem;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.play-state, .pause-state {
  z-index: 5;
  position: relative;
}

.bold-text-17 {
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.heading-8 {
  font-family: Inter, sans-serif;
}

.div-block-11 {
  text-align: left;
  background-color: #fff;
  padding: 20rem 30rem 5rem;
}

.div-block-12 {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: auto;
  padding-bottom: 8rem;
  display: flex;
}

.image-8 {
  width: 100%;
  position: relative;
  top: -23.8rem;
}

.section-9 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.section-10 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.text-span-2 {
  color: var(--main-yellow);
}

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

.heading-9 {
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

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

.div-block-14 {
  height: auto;
  margin-bottom: 0;
}

.image-9 {
  position: relative;
  bottom: -20rem;
}

.div-block-15 {
  margin-bottom: -20rem;
  position: relative;
  top: 0;
  bottom: 0;
}

.div-block-16 {
  margin-bottom: auto;
}

.text-span-4 {
  background-color: var(--yellow-light);
  box-shadow: 8px 5px 16px #0003;
}

.text-block-7 {
  color: var(--transperent);
  margin-top: -50rem;
  padding-left: 20rem;
  padding-right: 20rem;
  font-size: 26px;
}

.image-10 {
  width: 100%;
  position: relative;
  inset: -45rem 0% 0;
}

.button-wrapper-copy {
  aspect-ratio: auto;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.section-6-copy {
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin: 5rem auto 10rem;
  position: static;
  overflow: visible;
}

.italic-text {
  color: var(--base-color-neutral--white);
  font-style: normal;
}

.div-block-17 {
  background-color: #f4f1f100;
  width: 100vw;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30rem;
  padding-right: 30rem;
  font-size: 2rem;
  display: flex;
  overflow: visible;
}

.lastheading {
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.bold-text-18 {
  max-width: 70%;
}

.brand {
  display: flex;
}

.brand.w--current {
  z-index: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.brand-2 {
  z-index: 2;
  background-image: url('../images/icon-4.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.navbar {
  background-color: var(--blue-divider);
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: var(--background-color--background-alternate);
}

.text-span-5 {
  background-color: var(--yellow-light);
  color: var(--transperent);
  box-shadow: 6px 7px 10px 3px #0003;
}

.div-block-19 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.bold-text-19 {
  font-size: 2.5rem;
  font-weight: 400;
}

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .text-span-6 {
  color: var(--main-yellow);
}

.container-9 {
  position: absolute;
  left: 5rem;
  right: auto;
}

.text1-2rem-copy, .text1-2rem-copy-copy, .openletter2 {
  font-size: 1.2rem;
  font-weight: 200;
}

.section_hero-career {
  border-bottom: 1px none var(--base-color-neutral--neutral-darker);
  text-align: center;
  background-image: url('../images/Desktop---2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero-career.hide {
  display: none;
}

.firstdescriptioncareers {
  background-color: #fff;
  max-width: 100vw;
  padding-left: 30rem;
  padding-right: 30rem;
  position: relative;
}

.firstdescriptionncareercontainer {
  z-index: 1;
  border-top: 3px none var(--base-color-brand--blue);
  background-color: var(--base-color-neutral--white);
  color: var(--transperent);
  border-radius: 20px;
  width: 100%;
  max-width: 40rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  display: block;
  position: static;
}

.text-align-center-copy {
  color: var(--transperent);
  text-align: center;
}

.text-align-center-copy.padding-top._20px {
  padding-top: 20px;
}

.image-11 {
  position: relative;
  top: -25rem;
}

.careerpageteamslider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  height: 100%;
  display: flex;
}

.herocareer {
  height: 120vh;
  position: relative;
}

.herocareer.is--home {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 7em;
  padding-bottom: 100px;
  display: flex;
}

.herocareer.is--home.hide {
  display: none;
}

.herocareer.is--career {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding-top: 7em;
  padding-bottom: 100px;
  display: flex;
}

.herocareer.is--career.hide {
  display: none;
}

.herocareer.is--career.hide-copy {
  padding-top: 0;
  display: none;
}

.div-block-20 {
  width: 100vw;
  height: 120vh;
}

.div-block-21 {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.background-video-3 {
  background-color: #545454f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120svh;
  display: flex;
  overflow: hidden;
}

.background-video-4 {
  z-index: 3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  z-index: 3;
  border-radius: 0;
  position: relative;
  top: -20rem;
  overflow: visible;
}

.button1carreeer {
  aspect-ratio: auto;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -20rem;
  left: auto;
}

.heading-style-h1-career {
  color: var(--transperent);
  text-transform: none;
  margin-top: -20rem;
  margin-bottom: 30rem;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  overflow: visible;
}

.heading-style-h1-career.reveal-type {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.button2career {
  aspect-ratio: auto;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  left: auto;
}

.mask {
  flex: 1;
}

.slide {
  text-align: center;
}

.sectionimageslider {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  top: -20rem;
}

.sectionimageslider.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.sectionimageslider.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.sectionimageslider.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 28rem;
  margin-right: 28rem;
  padding: 80px 2rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.sectionimageslider.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.sectionimageslider.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.sectionimageslider.padding-low {
  padding-top: 20px;
}

.sectionimageslider.form-padding {
  padding-top: 60px;
}

.sectionimageslider.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: -20rem;
  padding-bottom: 0;
}

.section-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  top: -15.1rem;
}

.section-copy.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.section-copy.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.section-copy.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 28rem;
  margin-right: 28rem;
  padding: 80px 2rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.section-copy.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.section-copy.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section-copy.padding-low {
  padding-top: 20px;
}

.section-copy.form-padding {
  padding-top: 60px;
}

.section-copy.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: -20rem;
  padding-bottom: 0;
}

.welcometomafiasection {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.welcometomafiasection.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.welcometomafiasection.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.welcometomafiasection.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 28rem;
  margin-right: 28rem;
  padding: 80px 2rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.welcometomafiasection.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.welcometomafiasection.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.welcometomafiasection.padding-low {
  padding-top: 20px;
}

.welcometomafiasection.form-padding {
  padding-top: 60px;
}

.welcometomafiasection.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: -20rem;
  padding-bottom: 0;
}

.careerfooter {
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.herodivvideowrapper {
  width: auto;
  height: auto;
  max-height: none;
}

.herobackgroundvideo {
  z-index: 2;
  background-color: #545454f0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.heromainheading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  display: inline-flex;
  position: relative;
}

.divwhite2nddeargrowthmarketers {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.wearepiratesheadingsection {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.wearepiratesheadingsection.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.wearepiratesheadingsection.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.wearepiratesheadingsection.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-system--focus-state);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 5rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.wearepiratesheadingsection.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.wearepiratesheadingsection.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.wearepiratesheadingsection.padding-low {
  padding-top: 20px;
}

.wearepiratesheadingsection.form-padding {
  padding-top: 60px;
}

.wearepiratesheadingsection.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: -20rem;
  padding-bottom: 0;
}

.section3 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section3.underline {
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
}

.section3.underline.side-gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--main-blue), #fff0 40%), radial-gradient(circle farthest-corner at 100% 0%, var(--main-blue), #fff0 26%);
}

.section3.highted-section {
  aspect-ratio: auto;
  border: 2px solid var(--base-color-brand--blue);
  background-color: var(--transperent);
  text-align: left;
  object-fit: cover;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: 28rem;
  margin-right: 28rem;
  padding: 80px 2rem;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.section3.backdrop {
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
}

.section3.smaller-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section3.padding-low {
  padding-top: 20px;
}

.section3.form-padding {
  padding-top: 60px;
}

.section3.careerbackdrop {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-blue), #fff0 59%);
  margin-top: 10rem;
  margin-bottom: auto;
  padding-bottom: 0;
}

.section3div {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.button3wrapper {
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin: 5rem auto 10rem;
  position: static;
  overflow: visible;
}

.large-span-text-2 {
  border-bottom: 3px solid #eee;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
}

.large-span-text-2.yellow {
  color: #fff;
  border-bottom-color: #fff;
  font-size: 30px;
}

.steps-block-2 {
  border: 1px solid #666;
  border-radius: 8px;
  width: 100%;
  margin-top: 100px;
  padding: 60px 40px 40px;
  font-size: 1.4rem;
  position: relative;
}

.steps-block-2._3rd, .steps-block-2._5th {
  margin-top: -90px;
}

.steps-block-2.step-two {
  margin-top: 220px;
}

.image-12 {
  border: 1px solid #222;
  border-radius: 20px;
  height: 40px;
}

.card-2 {
  background-color: #111;
  border: 1px solid #222;
  border-radius: 1.875rem;
  margin-bottom: 10px;
  padding: 1.25rem;
  box-shadow: 0 4.375rem 10.875rem #00000014;
}

.slide-nav-4 {
  display: none;
}

.tes-border-2 {
  background-image: linear-gradient(190deg, #1e2856, #0000);
  border-radius: 32px;
  padding: 1px;
}

.tes-border-2.dark {
  background-image: linear-gradient(190deg, #2d62ff, #0000);
  border-radius: 10px;
  height: 100%;
  padding: 2px;
  transition: all .2s;
}

.grey-section-2 {
  background-color: #000;
  border-top: 3px solid #111;
  border-bottom: 3px solid #111;
  position: absolute;
  inset: 60px 0%;
  transform: skew(0deg, -10deg);
}

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

.vertical-flex-4.align-left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
}

.vertical-flex-4.align-left.gap-4px {
  max-width: 100%;
}

.testimonial-wrapper-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  background-image: linear-gradient(135deg, #ffffff12, #fff0 24%), linear-gradient(19deg, #0000 60%, #ffffff08);
  border: 1px solid #222;
  border-radius: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.highlighted-box-2 {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #ffffff0d;
  border: 1px solid #444;
  border-radius: 8px;
  max-width: 70%;
  padding: 15px 30px;
  font-size: 1.6rem;
  font-weight: 200;
}

.accordion-item-2 {
  border: 1px #1e2856;
  border-bottom-style: solid;
  border-radius: 0;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.hero-circle-2-3 {
  z-index: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle, #f8d102, #fce78d7a 0%, #fff0);
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 16% -5% auto auto;
}

.footer-brand-2 {
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
}

.heading-style-h1-3 {
  color: #000;
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
}

.hero-circle-1-2 {
  z-index: 1;
  filter: blur(20px);
  background-image: radial-gradient(circle, #2d62ff, #fff0 64%);
  border-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.highlighted-span-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #f8d102, #ffe100 13%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 8px;
  padding-right: 8px;
  font-style: italic;
  display: inline-flex;
}

.highlighted-span-text-2.underline-yellow {
  border-bottom: 3px solid #f8d102;
}

.card-text-2 {
  color: #ccc;
  letter-spacing: .02rem;
  font-size: 1.25rem;
}

.divider-2 {
  background-image: linear-gradient(#00000029, maroon 50%, #00000029);
  width: 100%;
  height: 1px;
}

.divider-2.mobile-horizontal {
  background-image: linear-gradient(#00000029, #fff 50%, #00000029);
  width: 1px;
  height: auto;
}

.button-inner-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #2d62ff;
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.button-inner-2.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-2.shiny-wrap:hover {
  background-color: #1e2856;
}

.price-stroke-2 {
  z-index: 3;
  background-color: #1e2856;
  background-image: none;
  border-radius: 32px;
  height: 100%;
  margin: 1px;
  padding: 0;
  position: relative;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-11.underline {
  border-bottom: 1px solid #222;
}

.section-11.underline.side-gradient {
  background-image: radial-gradient(circle at 0 100%, #1e2856, #fff0 40%), radial-gradient(circle at 100% 0, #1e2856, #fff0 26%);
}

.section-11.backdrop {
  background-image: radial-gradient(circle, #1e2856, #fff0 59%);
}

.section-11.highted-section {
  text-align: center;
  background-color: #000;
  background-image: none;
  border: 2px solid #2d62ff;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.accordion-header-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.graph-slider-2 {
  background-color: #ddd0;
  width: 100%;
  max-width: 70%;
  height: 100%;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e2856;
  background-image: linear-gradient(#1e2856, #080331);
  border: 1px solid #2d62ff;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  box-shadow: 0 2px 12px 4px #1e2856;
}

.button-5.shiny-wrap {
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4;
}

.button-text-2.larger {
  font-size: 2rem;
}

.text-block-8 {
  width: 400px;
}

.bottom-div-2 {
  background-color: #2d62ff;
  width: 400px;
  height: 50px;
}

.tagline-wrapper-2 {
  border: 1px solid #2d62ff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  display: inline-block;
  box-shadow: 0 2px 10px 8px #1e2856;
}

.container-medium-3 {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-top: 3px solid #2d62ff;
  border-radius: 20px;
  width: 100%;
  max-width: 64rem;
  margin-top: -279px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
  box-shadow: 0 2px 20px #0003;
}

.fs-styleguide_4-col-3 {
  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;
}

.fs-styleguide_4-col-3.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #111;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 0 18px #1e2856;
}

.youtube-3 {
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  height: 507px;
}

.youtube-3.hide {
  width: 100px;
}

.step-text-2 {
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: .9;
  position: absolute;
  inset: -33px auto auto 40px;
}

.youtube-4 {
  border-radius: 20px;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 20px #0040ff8a;
}

.container-wrapper-block-2 {
  text-align: left;
  background-color: #000;
  border: 2px solid #2d62ff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 62px;
  box-shadow: 0 2px 14px 13px #2d62ff1f;
}

.secodnary-heading-2 {
  text-transform: uppercase;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.client-logo-slider-wrapper-2 {
  flex: none;
  width: 100vw;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.button-wrapper-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-image: none;
  border-radius: 8px;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.border-div-2 {
  border: 2px solid #2d62ff;
  width: 300px;
  height: 50px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -80px;
  right: auto;
}

.container-10 {
  max-width: 1320px;
}

.container-10.max-width-large {
  max-width: 80%;
}

.container-10.relative-above {
  z-index: 1;
  position: relative;
}

.container-10.hero-content {
  z-index: 2;
  align-self: center;
  position: relative;
}

.bold-text-24 {
  font-weight: 200;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: auto;
  right: -80px;
}

.section_hero-2 {
  text-align: center;
  background-image: url('../images/Desktop---2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #222;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding-top: 40px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.center-div-2 {
  background-color: #080331;
  width: 450px;
  height: 50px;
}

.center-div-2.margin-left {
  margin-left: 130px;
}

.text-size-60px-2 {
  background-image: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
}

.dark-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #000;
  border: 1px solid #222;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 32px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dark-wrapper-2.spacing {
  padding-left: 100px;
  padding-right: 100px;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

.accordion-body-4 {
  color: #9ba1a6;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-3 {
  background-color: #1e28561a;
  border: 1px solid #2d62ff;
  border-radius: 10px;
  padding: 20px 40px;
  box-shadow: 0 2px 60px 20px #2d62ff33;
}

.bottom-line-2 {
  border-bottom: 1px solid #1e2856;
  padding-bottom: 20px;
}

.price-hover-layer-2 {
  opacity: 1;
  background-image: linear-gradient(#2d62ff, #9dffff1a 50%, #2bffff29);
  border-radius: 32px;
  width: 100%;
  height: 100%;
  padding: 1px;
  transition: all .3s ease-out;
  position: absolute;
  inset: 0%;
}

.price-hover-layer-2:hover {
  background-image: url('../images/Property-1Variant2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.career-last-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.career-last-btn.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 7rem;
  margin-bottom: 5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-last-btn.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.div-block-24 {
  background-color: #484848cf;
  flex: 1;
}

.openlettertext {
  color: var(--base-color-neutral--neutral-lighter);
  object-fit: cover;
  background-color: #0000;
  padding-top: 0;
  position: relative;
}

.careerburrontext {
  aspect-ratio: auto;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
}

.careerburrontext.larger {
  font-size: 2rem;
}

.div-block-25 {
  position: relative;
  top: -15rem;
}

.elitetrainingdiv, .text-span-8-copy, .text-span-10-copy, .text-span-7-copy {
  text-transform: capitalize;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 2rem;
}

.lastbuttoncareerpage {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e2856;
  background-image: linear-gradient(#1e2856, #080331);
  border: 1px solid #2d62ff;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  box-shadow: 0 2px 12px 4px #1e2856;
}

.lastbuttoncareerpage.shiny-wrap {
  position: relative;
  overflow: hidden;
}

.section-11-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-11-copy.underline {
  border-bottom: 1px solid #222;
}

.section-11-copy.underline.side-gradient {
  background-image: radial-gradient(circle at 0 100%, #1e2856, #fff0 40%), radial-gradient(circle at 100% 0, #1e2856, #fff0 26%);
}

.section-11-copy.backdrop {
  background-image: radial-gradient(circle, #1e2856, #fff0 59%);
}

.section-11-copy.highted-section {
  text-align: center;
  background-color: #000;
  background-image: none;
  border: 2px solid #2d62ff;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.lastbutton {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.lastbutton.underline {
  border-bottom: 1px solid #222;
}

.lastbutton.underline.side-gradient {
  background-image: radial-gradient(circle at 0 100%, #1e2856, #fff0 40%), radial-gradient(circle at 100% 0, #1e2856, #fff0 26%);
}

.lastbutton.backdrop {
  background-image: radial-gradient(circle, #1e2856, #fff0 59%);
}

.lastbutton.highted-section {
  text-align: center;
  background-color: #000;
  background-image: none;
  border: 2px solid #2d62ff;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.lastbutton-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.lastbutton-copy.underline {
  border-bottom: 1px solid #222;
}

.lastbutton-copy.underline.side-gradient {
  background-image: radial-gradient(circle at 0 100%, #1e2856, #fff0 40%), radial-gradient(circle at 100% 0, #1e2856, #fff0 26%);
}

.lastbutton-copy.backdrop {
  background-image: radial-gradient(circle, #1e2856, #fff0 59%);
}

.lastbutton-copy.highted-section {
  text-align: center;
  background-color: #000;
  background-image: none;
  border: 2px solid #2d62ff;
  border-radius: 20px;
  max-width: 64rem;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  overflow: hidden;
  box-shadow: 0 0 20px 20px #2d62ff2e;
}

.flex-block-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
}

.fs-styleguide_2-col-copy {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 75rem;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

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

.fs-styleguide_2-col-copy.gap-0px {
  grid-column-gap: 100px;
  grid-row-gap: 0rem;
}

.fs-styleguide_2-col-copy.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.page-wrapper-career {
  position: absolute;
}

.pageseperator {
  position: absolute;
  top: 423vh;
}

.classofcareerheading1-copy {
  color: var(--main-yellow);
  max-width: 1100px;
  font-size: 2.5rem;
}

.image-13 {
  position: relative;
  top: 75.6rem;
}

.youtube-5 {
  border-radius: 15px;
  overflow: hidden;
}

.heading-6-copy {
  color: var(--main-yellow);
  text-transform: uppercase;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-family: Oswald, Impact, sans-serif;
  font-size: 5.5rem;
  position: relative;
  top: auto;
  left: auto;
}

.text-span-13 {
  color: var(--main-yellow);
}

.steps-block-copy {
  border: 1px solid var(--base-color-neutral--neutral);
  border-radius: 8px;
  width: 100%;
  margin-top: 100px;
  padding: 60px 40px 40px;
  font-size: 1.4rem;
  position: relative;
}

.steps-block-copy.step-two {
  margin-top: 220px;
}

.steps-block-copy._3rd, .steps-block-copy._5th {
  margin-top: -90px;
}

.steps-block-copy.step-two-copy {
  margin-top: 220px;
}

.text-span-14 {
  color: var(--main-yellow);
}

.button-wrapper-2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-image: none;
  border-radius: 8px;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.button-inner-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #2d62ff;
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.button-inner-2-copy.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-2-copy.shiny-wrap:hover {
  background-color: #1e2856;
}

.button-inner-2-copy.shiny-wrap-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-2-copy.shiny-wrap-copy:hover {
  background-color: #1e2856;
}

.div-block-28 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 70%;
  height: auto;
  display: flex;
  overflow: visible;
}

.youtube-7 {
  border-radius: 19px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: 1080px;
  height: 20vw;
  display: flex;
  overflow: hidden;
}

.brand-3 {
  background-image: url('../images/icon-4.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  margin-top: auto;
}

.navbar-2 {
  background-color: #260afc1c;
  line-height: 1;
  position: sticky;
  box-shadow: 0 11px 5px #2005ed33;
}

.nav-link-5, .nav-link-6 {
  color: var(--background-color--background-alternate);
}

.nav-link-7 {
  color: var(--background-color--background-warning);
  right: 20px;
}

.container-11 {
  box-sizing: border-box;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.mian-heading {
  text-transform: uppercase;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  font-size: 65px;
  font-weight: 900;
  line-height: 1.3;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: var(--main-yellow);
}

.pageseperator-copy {
  z-index: 2;
  position: relative;
  top: -12.9rem;
  bottom: auto;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  color: var(--main-yellow);
}

.button3carreeer {
  aspect-ratio: auto;
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin: 5rem;
  padding: 0;
  font-family: Neueeinstellung, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

._3rdbutton-inner-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-brand--blue);
  color: var(--base-color-neutral--white);
  background-image: none;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

._3rdbutton-inner-copy.shiny-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base-color-system--focus-state);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40rem;
  max-width: 40rem;
  height: 6rem;
  margin-top: 0;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3rdbutton-inner-copy.shiny-wrap:hover {
  background-color: var(--main-blue);
}

.link {
  color: var(--base-color-system--focus-state);
  text-decoration: none;
}

.navbar-3 {
  color: var(--base-color-neutral--white);
  background-color: #080331;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  display: flex;
  box-shadow: 0 11px 13px 9px #05028533;
}

.nav-link-8.w--current {
  color: var(--background-color--background-alternate);
  font-family: Exo, sans-serif;
}

.text-span-22 {
  color: var(--main-yellow);
}

.body-2 {
  margin-top: 15rem;
}

.image-13-copy {
  position: relative;
  top: auto;
}

@media screen and (min-width: 1440px) {
  .container {
    background-color: #00000080;
  }

  .vertical-flex.text-align-center {
    background-color: #000;
  }

  .button-inner.shiny-wrap {
    background-color: var(--base-color-system--focus-state);
    height: 6rem;
    box-shadow: 6px 7px 5px #0003;
  }

  .section {
    background-color: #000;
    margin-top: auto;
    top: -24.1rem;
  }

  .section.backdrop, .section.careerbackdrop {
    top: 0;
  }

  .steps-block.forth {
    top: -11.9rem;
  }

  .container-wrapper-block {
    border-color: var(--base-color-system--focus-state);
    width: auto;
    height: auto;
  }

  .body {
    background-color: var(--transperent);
    background-image: none;
  }

  .careerheadingheading {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    top: 0;
  }

  .wearepiratesheading {
    max-width: 70%;
    margin-top: -15rem;
  }

  .heading22 {
    max-width: 70%;
  }

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

  .teammaindiv.teammaindiv2 {
    border-color: var(--base-color-system--focus-state);
  }

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

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

  .openletter {
    width: auto;
    max-width: 60%;
    margin-top: 10svw;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-8 {
    background-color: #ca282800;
  }

  .image-8 {
    top: -28rem;
  }

  .text-span-4 {
    background-color: var(--yellow-light);
  }

  .text-block-7 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .text-span-5 {
    background-color: var(--yellow-light);
  }

  .div-block-22 {
    border-radius: 0;
    display: flex;
    top: -20rem;
  }

  .button1carreeer {
    margin-top: 8rem;
    top: -26.3rem;
  }

  .heading-style-h1-career {
    margin-top: -10rem;
  }

  .sectionimageslider {
    background-color: #0000;
    top: auto;
  }

  .section-copy {
    background-color: #000;
    top: -20.4rem;
  }

  .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
    color: var(--main-yellow);
  }

  .welcometomafiasection {
    background-color: #000;
    padding-left: 30rem;
    padding-right: 30rem;
    top: -15.1rem;
  }

  .welcometomafiasection.careerbackdrop {
    top: 0;
  }

  .careerfooter {
    background-color: #0000;
    margin-bottom: 0;
    top: 0;
  }

  .herodivvideowrapper {
    transform: skew(0deg);
  }

  .herobackgroundvideo {
    background-color: #656565;
  }

  .divwhite2nddeargrowthmarketers {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .wearepiratesheadingsection {
    background-color: #000;
    top: -30rem;
  }

  .wearepiratesheadingsection.highted-section {
    border-color: var(--base-color-system--focus-state);
    padding-left: 10rem;
    padding-right: 10rem;
    box-shadow: 0 0 20px 2px #2d62ff;
  }

  .wearepiratesheadingsection.careerbackdrop {
    top: 0;
  }

  .section3 {
    background-color: #000;
    top: -30rem;
  }

  .section3.careerbackdrop {
    top: 0;
  }

  .youtube-3.hide {
    border-radius: 1.3rem;
    flex: 0 auto;
    display: block;
    overflow: hidden;
  }

  .bold-text-24 {
    font-weight: 200;
  }

  .div-block-23 {
    background-color: #cb202000;
    justify-content: center;
    display: flex;
  }

  .div-block-24 {
    background-color: #484848cf;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .div-block-25 {
    top: 0;
  }

  .elitetrainingdiv, .text-span-8-copy, .text-span-10-copy, .text-span-7-copy {
    color: var(--main-yellow);
    text-transform: capitalize;
    font-family: Neueeinstellung, Georgia, sans-serif;
    font-size: 2rem;
  }

  .fs-styleguide_2-col-copy {
    grid-column-gap: 5.6rem;
    grid-row-gap: 5.6rem;
    max-width: 75rem;
  }

  .pageseperator {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: -21.4rem;
  }

  .image-13 {
    flex: 0 auto;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .youtube-5 {
    z-index: 3;
    border-radius: 20px;
    top: 10rem;
    overflow: hidden;
  }

  .div-block-26 {
    display: block;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .text-span-13, .text-span-14 {
    color: var(--main-yellow);
  }

  .youtube-6 {
    max-width: 900px;
    height: auto;
  }

  .div-block-28 {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 70%;
    display: flex;
    overflow: visible;
  }

  .text-span-17 {
    color: var(--main-yellow);
  }

  .pageseperator-copy {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: -21rem;
  }

  .text-span-18, .text-span-19, .text-span-20 {
    color: var(--main-yellow);
  }

  .button3carreeer {
    margin-top: 8rem;
    top: -26.3rem;
  }

  ._3rdbutton-inner-copy.shiny-wrap {
    background-color: var(--base-color-system--focus-state);
    height: 6rem;
    margin-top: 25rem;
    box-shadow: 6px 7px 5px #0003;
  }

  .link {
    color: var(--base-color-system--focus-state);
    text-decoration: none;
  }

  .nav-menu-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .navbar-3 {
    background-color: #080331;
    border-bottom: 1px solid #2e2be0;
    height: auto;
    box-shadow: 0 7px 9px 11px #2c29ec33;
  }

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

  .nav-link-8.w--current {
    font-size: 1.3rem;
  }

  .body-2 {
    margin-top: 30rem;
  }

  .image-13-copy {
    flex: 0 auto;
    position: relative;
    top: auto;
    bottom: 0;
  }
}

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

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

  .container-medium {
    max-width: 94%;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

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

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

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

  .container {
    max-width: 94%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.highted-section {
    max-width: 95%;
  }

  .text-size-52px {
    font-size: 40px;
  }

  .inner-padding-20px.size {
    width: auto;
  }

  .text-size-60px {
    font-size: 40px;
  }

  .fs-styleguide_3-col-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-styleguide_3-col-2.gap-24px.hide-mobile.tablet-setting {
    margin-bottom: -58px;
  }

  .steps-block.step-two, .steps-block._3rd, .steps-block.forth, .steps-block._5th {
    margin-top: 40px;
  }

  .grid-empty-box {
    display: none;
  }

  .faq-wrapper {
    width: auto;
  }

  .dark-wrapper.spacing {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-circle-2, .hero-circle-2-2 {
    width: 45vw;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .label-3-wrapper {
    transform: none;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .h-services-bg-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round, .h-services-bg.bg-dark-gradient.round-left {
    height: 500px;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .half {
    width: 100%;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .btn-text.text-white {
    font-size: 19px;
  }

  .paragraph-hero {
    font-size: 15px;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .sm-upper {
    font-size: 16px;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .section-2 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-2.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-2.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section-2.is--project {
    padding-bottom: 10vw;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

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

  .project-block {
    text-align: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5rem 1rem;
  }

  .project-block-text {
    font-size: 1.2rem;
  }

  .project-sliders-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-left: 30px;
    padding-right: 30px;
    overflow: clip;
  }

  .project-block-title {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .price-hover-layer {
    border-radius: 32px;
  }

  .fs-styleguide_4-col-2 {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col-2.gap-17px._4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .popup-border.secondd {
    inset: 31% 4% auto auto;
  }

  .popup-border._1st {
    inset: 33% auto auto 22%;
  }

  .fs-styleguide_3-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-styleguide_3-col-3.gap-24px.tablet-2 {
    grid-template-columns: 1fr 1fr;
  }

  .highlighted-span-text {
    display: inline-flex;
  }

  .secodnary-heading {
    max-width: none;
    font-size: 44px;
  }

  .highlighted-box {
    font-size: 22px;
  }

  .hero-bg {
    padding-top: 3rem;
  }

  .f-form-steps-item {
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title-form {
    font-size: 2.5rem;
  }

  .title-form._74px {
    font-size: 50px;
  }

  .fs-rangeslider_handle-left-2, .fs-rangeslider_handle-right-2 {
    width: 2rem;
    height: 2rem;
  }

  .fs-rangeslider_wrapper-2 {
    width: 80vw;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .accordion-2 {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .body {
    background-size: 100vw 100vh;
  }

  .joinskylift {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .joinskylift.highted-section, .joinskylift.highted-section-copy {
    max-width: 95%;
  }

  .joinskylift-copy.highted-section, .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    max-width: 95%;
  }

  .spacer-large-copy {
    padding-top: 2.5rem;
  }

  .ctabutton1 {
    max-width: none;
    font-size: 44px;
  }

  .joinskylift-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .joinskylift-copy.highted-section, .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    max-width: 95%;
  }

  .container-copy {
    max-width: 94%;
  }

  .secodnary-heading-copy-copy-copy {
    max-width: none;
    font-size: 44px;
  }

  .joinskylift-copy-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .joinskylift-copy-copy.highted-section, .joinskylift-copy-copy.highted-section-copy, .joinskylift-copy-copy.highted-section-copy-copy, .joinskylift-copy-copy.highted-section-copy-copy-copy {
    max-width: 95%;
  }

  .container-copy-copy {
    max-width: 94%;
  }

  .secodnary-heading-copy {
    max-width: none;
    font-size: 44px;
  }

  .highlighted-span-text-copy, .highlighted-span-text-copy-copy {
    display: inline-flex;
  }

  .secodnary-heading-copy-copy {
    max-width: none;
    font-size: 44px;
  }

  .careerimage {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .careerimage.highted-section, .careerimage.highted-section-copy, .careerimage.careerimagesc2 {
    max-width: 95%;
  }

  .careerpersons {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .careerpersons.highted-section, .careerpersons.highted-section-copy, .careerpersons.careerimagesc2, .careerpersons.careerperson2 {
    max-width: 95%;
  }

  .mafiacss {
    max-width: none;
    font-size: 44px;
  }

  .mafiacss2 {
    display: inline-flex;
  }

  .careerimage33 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .careerimage33.highted-section, .careerimage33.highted-section-copy, .careerimage33.careerimagesc2, .careerimage33.careerimages33 {
    max-width: 95%;
  }

  .lastdescriptio, .careermainheading {
    max-width: none;
    font-size: 44px;
  }

  .careermaineheading {
    display: inline-flex;
  }

  .wearepiratesheading {
    max-width: none;
    font-size: 44px;
  }

  .skyliftpara2black {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .skyliftpara2black.highted-section, .skyliftpara2black.highted-section-copy, .skyliftpara2black.highted-section-copy-copy, .skyliftpara2black.skyliftpara2highlighted {
    max-width: 95%;
  }

  .heading22, .ctabutton3heading {
    max-width: none;
    font-size: 44px;
  }

  .ccccc {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .ccccc.highted-section, .ccccc.highted-section-copy {
    max-width: 95%;
  }

  .thelastbox {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .thelastbox.highted-section, .thelastbox.highted-section-copy, .thelastbox.highted-section-copy-dfd {
    max-width: 95%;
  }

  .thelastcontainer {
    max-width: 94%;
  }

  .lastctabutton {
    max-width: none;
    font-size: 44px;
  }

  .teammaindiv {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .teammaindiv.highted-section, .teammaindiv.highted-section-copy, .teammaindiv.careerimagesc2, .teammaindiv.teammaindiv2 {
    max-width: 95%;
  }

  .career-svideopage {
    max-width: 94%;
  }

  .openletter {
    margin-top: 11%;
  }

  .bold-text-15 {
    font-size: 4.8rem;
  }

  .joinskylift-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .joinskylift-copy-copy-copy.highted-section, .joinskylift-copy-copy-copy.highted-section-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy-copy {
    max-width: 95%;
  }

  .careerskewfirstdiv {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .careerskewfirstdiv.highted-section, .careerskewfirstdiv.highted-section-copy, .careerskewfirstdiv.highted-section-copy-copy, .careerskewfirstdiv.highted-section-copy-copy-copy {
    max-width: 95%;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .div-block-11 {
    max-width: 800rem;
    font-size: 2rem;
    overflow: visible;
  }

  .navbar {
    min-width: 400px;
  }

  .div-block-19 {
    min-width: 300px;
    max-width: 30rem;
  }

  .section_hero-career {
    padding-top: 3rem;
  }

  .herocareer {
    height: 80vh;
  }

  .herocareer.is--home, .herocareer.is--career {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .div-block-22 {
    top: -25.7rem;
  }

  .sectionimageslider {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .sectionimageslider.highted-section {
    max-width: 95%;
  }

  .section-copy {
    max-width: 100%;
    padding: 60px 10px 40px;
    display: block;
  }

  .section-copy.highted-section {
    max-width: 95%;
  }

  .welcometomafiasection {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .welcometomafiasection.highted-section {
    max-width: 95%;
  }

  .heromainheading {
    max-width: none;
    font-size: 44px;
  }

  .wearepiratesheadingsection {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .wearepiratesheadingsection.highted-section {
    max-width: 95%;
  }

  .section3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section3.highted-section {
    max-width: 95%;
  }

  .steps-block-2._3rd, .steps-block-2._5th, .steps-block-2.step-two, .steps-block-2.forth {
    margin-top: 40px;
  }

  .highlighted-box-2 {
    font-size: 22px;
  }

  .hero-circle-2-3 {
    width: 45vw;
  }

  .hero-circle-1-2 {
    width: 28vw;
    top: 50%;
  }

  .highlighted-span-text-2 {
    display: inline-flex;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-11.highted-section {
    max-width: 95%;
  }

  .fs-styleguide_4-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .secodnary-heading-2 {
    max-width: none;
    font-size: 44px;
  }

  .container-10 {
    max-width: 94%;
  }

  .section_hero-2 {
    padding-top: 3rem;
  }

  .text-size-60px-2 {
    font-size: 40px;
  }

  .dark-wrapper-2.spacing {
    padding-left: 60px;
    padding-right: 60px;
  }

  .price-hover-layer-2 {
    border-radius: 32px;
  }

  .section-11-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-11-copy.highted-section {
    max-width: 95%;
  }

  .lastbutton {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .lastbutton.highted-section {
    max-width: 95%;
  }

  .lastbutton-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .lastbutton-copy.highted-section {
    max-width: 95%;
  }

  .fs-styleguide_2-col-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .image-13 {
    top: 80rem;
  }

  .steps-block-copy.step-two, .steps-block-copy._3rd, .steps-block-copy.forth, .steps-block-copy._5th, .steps-block-copy.step-two-copy {
    margin-top: 40px;
  }

  .mian-heading {
    max-width: none;
    font-size: 44px;
  }
}

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

  h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-small {
    max-width: 96%;
  }

  .heading-style-h1 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .heading-style-h1.reveal-type {
    font-size: 1.1rem;
    font-weight: 400;
  }

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

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .max-width-large {
    max-width: none;
  }

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

  .text-align-center.inner-padding-20px.top {
    padding-top: 0;
  }

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

  .container-medium {
    max-width: 94%;
  }

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

  .section_hero {
    padding-top: 2rem;
    padding-bottom: 40px;
  }

  .container {
    max-width: 90%;
  }

  .container.max-width-large {
    max-width: 94%;
  }

  .vertical-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .youtube {
    height: 400px;
  }

  .button-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-text {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .text-block {
    font-size: 1rem;
  }

  .text-block.max-width-medium, .text-block.max-width-med-larg {
    max-width: none;
  }

  .button-inner.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.highted-section {
    padding: 40px 0;
  }

  .section.smaller-section {
    padding-bottom: 80px;
  }

  .inner-padding-20px {
    text-align: center;
  }

  .divider.mobile-horizontal {
    background-image: linear-gradient(90deg, #0000, #6e6e6ebf 50%, #0000);
    width: 100%;
    height: 2px;
  }

  .horizontal-flex.stretched.bottom-stretch.mobile-vertical, .horizontal-flex.stretched.full-height, .horizontal-flex.align-center.mobile-vertical {
    flex-flow: column;
  }

  .horizontal-flex.gap-100px.mobile-vertical {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .horizontal-flex.gap-26px.mobile-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-60px {
    font-size: 60px;
    line-height: .9em;
  }

  .fs-styleguide_3-col-2 {
    grid-template-columns: 1fr;
  }

  .large-span-text {
    font-size: 2rem;
  }

  .large-span-text.yellow {
    font-size: 22px;
  }

  .step-text {
    top: -33px;
  }

  .steps-block {
    width: auto;
  }

  .steps-block.step-two, .steps-block._3rd {
    width: auto;
    margin-top: 20px;
  }

  .steps-block.forth {
    margin-top: 20px;
  }

  .steps-block._5th {
    width: auto;
    margin-top: 20px;
  }

  .column-left {
    width: auto;
    position: static;
  }

  .column-right-sticky {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
    padding-top: 0;
  }

  .accordion-body {
    margin-right: 0;
  }

  .faq-wrapper {
    width: auto;
  }

  .accordion {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-wrapper.spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-circle-2, .hero-circle-2-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .h-about-star {
    display: none;
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    inset: auto auto -3% 4%;
    transform: rotate(-5.5deg);
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .hero.is--home {
    width: 100%;
  }

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

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .poster-img._2, .poster-img._1, .poster-img._3 {
    display: none;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .spacing-top-100px {
    margin-bottom: 100px;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .div-hide.is--always, .div-hide.is--mobile {
    display: block;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-2 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section-2.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-2.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    inset: 1% -9% auto auto;
    transform: rotate(17.6deg);
  }

  .label-1-wrapper {
    top: 5%;
  }

  .container-2.flex-v {
    width: 90%;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .project-site-img {
    display: none;
  }

  .project-block {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .project-block-text {
    font-size: 1rem;
  }

  .project-block-title-line {
    display: inline;
  }

  .splide__list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .project-sliders-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    -webkit-mask: unset;
    mask: unset;
    -webkit-mask-clip: unset;
    mask-clip: unset;
    grid-template-columns: minmax(0, 1fr);
    padding-left: 0;
    padding-right: 0;
  }

  .project-block-title {
    font-size: 1.8rem;
  }

  .splide.tinyflow-slider {
    max-height: 35rem;
    padding-left: 15px;
    padding-right: 15px;
    overflow: clip;
    -webkit-mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
    mask: linear-gradient(#0000, #fff 10% 90%, #0000) border-box no-clip;
  }

  .mobile-relative {
    position: relative;
  }

  .popup-border.secondd {
    top: 68%;
    left: 4%;
  }

  .popup-border.thirdd {
    bottom: -65px;
    right: 9px;
  }

  .popup-border._1st {
    inset: auto 2% -22% auto;
  }

  .fs-styleguide_3-col-3, .fs-styleguide_3-col-3.gap-24px.tablet-2 {
    grid-template-columns: 1fr;
  }

  .vertical-flex-3.align-left {
    max-width: 100%;
  }

  .text-20px {
    font-size: 16px;
  }

  .show-mobile {
    display: block;
  }

  .slider {
    background-color: #ddd0;
    height: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .testi-slide {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testi-mask {
    height: 100%;
  }

  .slide-nav {
    display: none;
  }

  .left-arrow {
    border: 1px solid var(--base-color-brand--blue);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    inset: auto auto -40px 40%;
  }

  .right-arrow {
    border: 1px solid var(--base-color-brand--blue);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    inset: auto 40% -40px auto;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-heading {
    font-size: 24px;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
    width: auto;
  }

  .radio-button-field {
    padding-left: 40px;
  }

  .fields-group {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .form-block {
    max-width: none;
    padding: 40px 40px 50px;
  }

  .highlighted-span-text {
    display: inline;
  }

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

  .secodnary-heading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .graph-slider {
    border-color: var(--base-color-brand--blue);
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .image-2 {
    border-style: none;
    height: 50px;
  }

  .right-aroow {
    border: 1px solid var(--base-color-brand--blue);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    inset: auto 35% -40px auto;
  }

  .container-wrapper-block {
    padding: 20px;
  }

  .container-medium-2 {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-large {
    font-size: 2rem;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .button-3 {
    padding: 1rem 1.5rem;
  }

  .highlighted-box {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.7;
  }

  .hero-bg {
    padding-top: 2rem;
    padding-bottom: 40px;
  }

  .dot {
    width: 18px;
    height: 18px;
  }

  .line {
    width: 26px;
  }

  .inner-padding {
    padding-bottom: 220px;
  }

  .text1-2rem {
    font-size: 18px;
  }

  .f-steps-wrap {
    max-width: 100%;
  }

  .f-input-field {
    width: 300px;
  }

  .f-form-steps-item.is---1 {
    height: auto;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--form {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .f-form-button {
    width: 100%;
  }

  .f-checkbox-buttn-wrap.is---1 {
    flex-wrap: wrap;
  }

  .title-form {
    font-size: 2.5rem;
  }

  .select-field {
    width: 300px;
  }

  .form-popup {
    padding-top: 20px;
  }

  .form-wrapper {
    width: 94%;
  }

  .progress-wrapper {
    width: 100%;
  }

  .wait-immage {
    height: 203px;
  }

  .large-paragraph {
    font-size: 22px;
    line-height: 2;
  }

  .bold-text {
    display: inline-block;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
    max-width: 80%;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-2 {
    width: 100%;
    margin-bottom: -16px;
  }

  .herobutton.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .careertext {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .joinskyliftbutton.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .joinskyliftbuttontext {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .joinskylift {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .joinskylift.highted-section {
    padding: 40px 0;
  }

  .joinskylift.smaller-section {
    padding-bottom: 80px;
  }

  .joinskylift.highted-section-copy {
    padding: 40px 0;
  }

  .button-inner-copy.shiny-wrap, .button-inner-copy.shiny-wrap-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-text-copy {
    letter-spacing: 0;
    width: auto;
    font-size: 1.2rem;
  }

  .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    padding: 40px 0;
  }

  .large-paragraph-copy {
    font-size: 22px;
    line-height: 2;
  }

  .spacer-large-copy {
    padding-top: 1.5rem;
  }

  .large-paragraph-copy-copy {
    font-size: 22px;
    line-height: 2;
  }

  .bold-text-3 {
    margin-left: 0;
  }

  .ctabutton1 {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .joinskylift-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .joinskylift-copy.highted-section {
    padding: 40px 0;
  }

  .joinskylift-copy.smaller-section {
    padding-bottom: 80px;
  }

  .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    padding: 40px 0;
  }

  .container-copy {
    max-width: 90%;
  }

  .container-copy.max-width-large {
    max-width: 94%;
  }

  .secodnary-heading-copy-copy-copy {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .joinskylift-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .joinskylift-copy-copy.highted-section {
    padding: 40px 0;
  }

  .joinskylift-copy-copy.smaller-section {
    padding-bottom: 80px;
  }

  .joinskylift-copy-copy.highted-section-copy, .joinskylift-copy-copy.highted-section-copy-copy, .joinskylift-copy-copy.highted-section-copy-copy-copy {
    padding: 40px 0;
  }

  .container-copy-copy {
    max-width: 90%;
  }

  .container-copy-copy.max-width-large {
    max-width: 94%;
  }

  .secodnary-heading-copy {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .highlighted-span-text-copy, .highlighted-span-text-copy-copy {
    display: inline;
  }

  .secodnary-heading-copy-copy {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .container-medium-2-copy, .container-medium-2-copy-copy {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h1-copy {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .heading-style-h1-copy.reveal-type {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .careerpagetextbox {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .careerpagetextbox.reveal-type {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .careerimage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .careerimage.highted-section {
    padding: 40px 0;
  }

  .careerimage.smaller-section {
    padding-bottom: 80px;
  }

  .careerimage.highted-section-copy, .careerimage.careerimagesc2 {
    padding: 40px 0;
  }

  .careerpersons {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .careerpersons.highted-section {
    padding: 40px 0;
  }

  .careerpersons.smaller-section {
    padding-bottom: 80px;
  }

  .careerpersons.highted-section-copy, .careerpersons.careerimagesc2, .careerpersons.careerperson2 {
    padding: 40px 0;
  }

  .mafiacss {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .mafiacss2 {
    display: inline;
  }

  .careerimage33 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .careerimage33.highted-section {
    padding: 40px 0;
  }

  .careerimage33.smaller-section {
    padding-bottom: 80px;
  }

  .careerimage33.highted-section-copy, .careerimage33.careerimagesc2, .careerimage33.careerimages33 {
    padding: 40px 0;
  }

  .lastdescriptio, .careermainheading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .careermaineheading {
    display: inline;
  }

  .careerfirstjobopeningbutton.shiny-wrap, .careerfirstjobopeningbutton.shiny-wrap-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .careerfirstjobopeningbutton.careerfirstjobopeningbuttonstyle {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    left: auto;
  }

  .career2ndbutton.shiny-wrap, .career2ndbutton.shiny-wrap-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wearepiratesheading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .skyliftpara2black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skyliftpara2black.highted-section {
    padding: 40px 0;
  }

  .skyliftpara2black.smaller-section {
    padding-bottom: 80px;
  }

  .skyliftpara2black.highted-section-copy, .skyliftpara2black.highted-section-copy-copy, .skyliftpara2black.skyliftpara2highlighted {
    padding: 40px 0;
  }

  .heading22 {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
    top: -25.9rem;
  }

  .container33 {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ctabutton3heading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .thirtdbutton.shiny-wrap, .thirtdbutton.shiny-wrap-copy, .thirtdbutton.cccc, .thirtdbutton.cccc-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .ccccc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ccccc.highted-section {
    padding: 40px 0;
  }

  .ccccc.smaller-section {
    padding-bottom: 80px;
  }

  .ccccc.highted-section-copy {
    padding: 40px 0;
  }

  .thelastbox {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .thelastbox.highted-section {
    padding: 40px 0;
  }

  .thelastbox.smaller-section {
    padding-bottom: 80px;
  }

  .thelastbox.highted-section-copy, .thelastbox.highted-section-copy-dfd {
    padding: 40px 0;
  }

  .thelastcontainer {
    max-width: 90%;
  }

  .thelastcontainer.max-width-large {
    max-width: 94%;
  }

  .lastctabutton {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .lastbuttonbutton-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .thelastbut.shiny-wrap, .thelastbut.shiny-wrap-copy, .thelastbut.thelastshynywrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .teammaindiv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teammaindiv.highted-section {
    padding: 40px 0;
  }

  .teammaindiv.smaller-section {
    padding-bottom: 80px;
  }

  .teammaindiv.highted-section-copy, .teammaindiv.careerimagesc2, .teammaindiv.teammaindiv2 {
    padding: 40px 0;
  }

  .designationdiv {
    font-size: 22px;
    line-height: 2;
  }

  .career-svideopage {
    max-width: 90%;
  }

  .career-svideopage.max-width-large {
    max-width: 94%;
  }

  .youtube-copy, .youtubecareers {
    height: 400px;
  }

  .openletter {
    width: 100%;
  }

  .bold-text-15 {
    font-size: 4.6rem;
  }

  .joinskylift-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .joinskylift-copy-copy-copy.highted-section {
    padding: 40px 0;
  }

  .joinskylift-copy-copy-copy.smaller-section {
    padding-bottom: 80px;
  }

  .joinskylift-copy-copy-copy.highted-section-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy-copy {
    padding: 40px 0;
  }

  .careerskewfirstdiv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .careerskewfirstdiv.highted-section {
    padding: 40px 0;
  }

  .careerskewfirstdiv.smaller-section {
    padding-bottom: 80px;
  }

  .careerskewfirstdiv.highted-section-copy, .careerskewfirstdiv.highted-section-copy-copy, .careerskewfirstdiv.highted-section-copy-copy-copy {
    padding: 40px 0;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .text-block-7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text1-2rem-copy, .text1-2rem-copy-copy, .openletter2 {
    font-size: 18px;
  }

  .section_hero-career {
    padding-top: 2rem;
    padding-bottom: 40px;
  }

  .firstdescriptionncareercontainer {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-align-center-copy.inner-padding-20px.top {
    padding-top: 0;
  }

  .careerpageteamslider {
    border-color: var(--base-color-brand--blue);
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .herocareer.is--home, .herocareer.is--career {
    width: 100%;
  }

  .background-video-4 {
    width: 494px;
    height: 300px;
  }

  .div-block-22 {
    top: -13.9rem;
  }

  .button1carreeer {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-style-h1-career {
    margin-top: -11.7rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .heading-style-h1-career.reveal-type {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .button2career {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sectionimageslider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectionimageslider.highted-section {
    padding: 40px 0;
  }

  .sectionimageslider.smaller-section {
    padding-bottom: 80px;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.highted-section {
    padding: 40px 0;
  }

  .section-copy.smaller-section {
    padding-bottom: 80px;
  }

  .welcometomafiasection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .welcometomafiasection.highted-section {
    padding: 40px 0;
  }

  .welcometomafiasection.smaller-section {
    padding-bottom: 80px;
  }

  .careerfooter {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heromainheading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .wearepiratesheadingsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wearepiratesheadingsection.highted-section {
    padding: 40px 0;
  }

  .wearepiratesheadingsection.smaller-section {
    padding-bottom: 80px;
  }

  .section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section3.highted-section {
    padding: 40px 0;
  }

  .section3.smaller-section {
    padding-bottom: 80px;
  }

  .large-span-text-2 {
    font-size: 2rem;
  }

  .large-span-text-2.yellow {
    font-size: 22px;
  }

  .slide-nav-3 {
    display: none;
  }

  .steps-block-2 {
    width: auto;
  }

  .steps-block-2._3rd, .steps-block-2._5th, .steps-block-2.step-two {
    width: auto;
    margin-top: 20px;
  }

  .steps-block-2.forth {
    margin-top: 20px;
  }

  .image-12 {
    border-style: none;
    height: 50px;
  }

  .vertical-flex-4.align-left {
    max-width: 100%;
  }

  .highlighted-box-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.7;
  }

  .hero-circle-2-3 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .heading-style-h1-3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .hero-circle-1-2 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .highlighted-span-text-2 {
    display: inline;
  }

  .divider-2.mobile-horizontal {
    background-image: linear-gradient(90deg, #0000, #6e6e6ebf 50%, #0000);
    width: 100%;
    height: 2px;
  }

  .button-inner-2.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-11.highted-section {
    padding: 40px 0;
  }

  .graph-slider-2 {
    border-color: #2d62ff;
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .show-mobile-2 {
    display: block;
  }

  .button-text-2 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .container-medium-3 {
    max-width: 94%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-styleguide_4-col-3 {
    grid-template-columns: 1fr;
  }

  .youtube-3 {
    height: 400px;
  }

  .step-text-2 {
    top: -33px;
  }

  .container-wrapper-block-2 {
    padding: 20px;
  }

  .secodnary-heading-2 {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .button-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .left-arrow-2 {
    border: 1px solid #2d62ff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    inset: auto auto -40px 40%;
  }

  .container-10 {
    max-width: 90%;
  }

  .container-10.max-width-large {
    max-width: 94%;
  }

  .bold-text-24 {
    display: inline-block;
  }

  .right-arrow-2 {
    border: 1px solid #2d62ff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    inset: auto 40% -40px auto;
  }

  .section_hero-2 {
    padding-top: 2rem;
    padding-bottom: 40px;
  }

  .text-size-60px-2 {
    font-size: 60px;
    line-height: .9em;
  }

  .dark-wrapper-2.spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-body-4 {
    margin-right: 0;
  }

  .accordion-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-last-btn.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-24 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .careerburrontext {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .section-11-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-11-copy.highted-section {
    padding: 40px 0;
  }

  .lastbutton {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lastbutton.highted-section {
    padding: 40px 0;
  }

  .lastbutton-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lastbutton-copy.highted-section {
    padding: 40px 0;
  }

  .steps-block-copy {
    width: auto;
  }

  .steps-block-copy.step-two, .steps-block-copy._3rd {
    width: auto;
    margin-top: 20px;
  }

  .steps-block-copy.forth {
    margin-top: 20px;
  }

  .steps-block-copy._5th, .steps-block-copy.step-two-copy {
    width: auto;
    margin-top: 20px;
  }

  .button-wrapper-2-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-inner-2-copy.shiny-wrap, .button-inner-2-copy.shiny-wrap-copy {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mian-heading {
    max-width: none;
    margin-bottom: .6rem;
    font-size: 39px;
  }

  .button3carreeer {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._3rdbutton-inner-copy.shiny-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-medium {
    max-width: none;
  }

  .page-wrapper {
    background-image: url('../images/Desktop---2.png');
    background-position: 0 0;
    background-size: cover;
    width: 100vw;
  }

  .text-size-medium {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .container {
    box-sizing: border-box;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    object-fit: cover;
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.relative-above {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vertical-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-text {
    font-size: 5vw;
  }

  .button-text.larger {
    font-size: 1.2rem;
  }

  .text-block {
    font-size: .9rem;
  }

  .button-inner.shiny-wrap {
    background-color: var(--base-color-system--focus-state);
    width: 100%;
    max-width: 100%;
    height: 5rem;
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 10px;
    transform: translate(0);
  }

  .items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .item {
    height: 66px;
  }

  .item.smaller {
    height: 47px;
  }

  .section {
    height: auto;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .section.highted-section {
    margin-top: 60px;
  }

  .horizontal-flex.gap-26px.mobile-left {
    flex-flow: column;
  }

  .text-size-60px {
    font-size: 44px;
  }

  .tagline-wrapper {
    font-size: .8rem;
  }

  .testimonial-wrapper {
    font-size: .9rem;
  }

  .step-text {
    font-size: 1.5rem;
    top: -40px;
  }

  .large-number {
    font-size: 2.5rem;
  }

  .steps-block {
    margin-top: 20px;
    font-size: 1.1rem;
  }

  .steps-block.forth {
    top: -1px;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion {
    font-size: .9rem;
  }

  .accordion-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-circle-2, .hero-circle-2-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .h-services-bg.bg-dark-gradient.round, .h-services-bg.bg-dark-gradient.round-left {
    margin-top: 15vw;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .btn-text, .btn-text.text-white {
    font-size: 16px;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .super-text {
    font-size: 20vw;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .section-2.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .text-overflow {
    height: 67px;
  }

  .client-logo-slider {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-block {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .popup-wrapper {
    padding: 15px;
  }

  .fs-styleguide_4-col-2.gap-17px._4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .popup-border.secondd {
    width: 108%;
    max-width: 100vw;
    top: 72%;
    left: -4%;
  }

  .popup-border.thirdd {
    bottom: -135px;
  }

  .popup-border._1st {
    bottom: -37%;
  }

  .list-grid {
    place-items: center start;
  }

  .text-size-48px {
    font-size: 40px;
  }

  .pricing-wrapper {
    padding: 22px;
  }

  .show-mobile {
    width: 90%;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 30%;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    right: 30%;
  }

  .area-label {
    font-size: 14px;
  }

  .form-next, .button-2 {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox {
    background-size: 27px;
    width: 56px;
    height: 56px;
  }

  .checkbox.fb, .checkbox.ga, .checkbox.seo, .checkbox.tv, .checkbox.radio, .checkbox.news, .checkbox.other, .checkbox.none, .checkbox.insta {
    background-size: 27px;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.third, .text-field-wrapper.half {
    width: 100%;
  }

  .radio-buttons {
    grid-template-columns: 1fr;
  }

  .radio-buttons.genders {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field {
    width: 86px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fields-group {
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlighted-span-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .secodnary-heading {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .right-aroow {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 30%;
  }

  .container-wrapper-block {
    border-color: var(--base-color-system--focus-state);
  }

  .check-checkpoint {
    right: 8px;
  }

  .ui-widget-content {
    width: 63%;
  }

  .input-slider {
    margin-left: 10px;
  }

  .max-width-xlarge-2.align-center {
    height: 64%;
  }

  .flex-block {
    width: 20rem;
    display: flex;
  }

  .highlighted-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.7;
  }

  .part-image {
    width: 100%;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .line {
    width: 18px;
  }

  .steps-line, .inner-padding {
    margin-bottom: 0;
  }

  .text1-2rem {
    letter-spacing: .2px;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.4;
  }

  .f-radio-buttn-wrap.is---1 {
    flex-wrap: wrap;
  }

  .f-steps-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap.is--1 {
    padding: 40px 24px;
  }

  .f-input-field {
    width: 100%;
  }

  .f-container.is--form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-button {
    width: 100%;
  }

  .f-checkbox-buttn-wrap.is---1 {
    grid-row-gap: 12px;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .title-form {
    font-size: 27px;
  }

  .title-form._74px {
    font-size: 42px;
  }

  .form-wrapper {
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .checkbox-label {
    letter-spacing: .4px;
    font-size: 13px;
  }

  .heading {
    font-size: 2.3rem;
  }

  .large-paragraph {
    line-height: 1.8;
  }

  .bold-text {
    display: block;
  }

  .container-3, .footer-block {
    max-width: none;
  }

  .imagee {
    height: 40px;
  }

  .text-block-2 {
    width: auto;
    font-size: 2rem;
  }

  .navbar-logo-center-container.shadow-three {
    position: relative;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .text-block-4 {
    font-weight: 400;
    line-height: 1.8rem;
  }

  .heading-2 {
    font-weight: 500;
    line-height: 1.2rem;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion-body-2 {
    padding-left: 56px;
  }

  .accordion-body-2.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-body-3 {
    padding-left: 56px;
  }

  .accordion-body-3.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .herobutton.shiny-wrap {
    z-index: 0;
    text-shadow: 0 1px 1px #0003;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Neueeinstellung, Georgia, sans-serif;
  }

  .body {
    aspect-ratio: auto;
  }

  .careertext {
    font-size: 1rem;
  }

  .careertext.larger {
    font-size: 1.2rem;
  }

  .joinskyliftbutton.shiny-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .joinskyliftbuttontext {
    font-size: 1rem;
  }

  .joinskyliftbuttontext.larger {
    font-size: 1.2rem;
  }

  .joinskylift.highted-section, .joinskylift.highted-section-copy {
    margin-top: 60px;
  }

  .button-inner-copy.shiny-wrap, .button-inner-copy.shiny-wrap-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-text-copy {
    width: auto;
    font-size: 1rem;
  }

  .button-text-copy.larger {
    font-size: 1.2rem;
  }

  .joinskylift-copy.highted-section, .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    margin-top: 60px;
  }

  .large-paragraph-copy {
    line-height: 1.8;
  }

  .large-paragraph-copy-copy {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .ctabutton1 {
    letter-spacing: 1px;
    font-size: 34px;
    top: auto;
  }

  .bold-text-4 {
    width: auto;
    font-size: 1.5rem;
    position: relative;
    left: auto;
  }

  .joinskylift-copy.highted-section, .joinskylift-copy.highted-section-copy, .joinskylift-copy.highted-section-copy-copy {
    margin-top: 60px;
  }

  .secodnary-heading-copy-copy-copy {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .joinskylift-copy-copy.highted-section, .joinskylift-copy-copy.highted-section-copy, .joinskylift-copy-copy.highted-section-copy-copy {
    margin-top: 60px;
  }

  .joinskylift-copy-copy.highted-section-copy-copy-copy {
    justify-content: center;
    align-items: center;
    height: 25rem;
    min-height: auto;
    margin-top: -20rem;
    bottom: -20rem;
  }

  .secodnary-heading-copy {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .highlighted-span-text-copy, .highlighted-span-text-copy-copy {
    padding-left: 0;
    display: inline-flex;
  }

  .secodnary-heading-copy-copy {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .container-medium-2-copy-copy {
    margin-top: auto;
  }

  .careerimage.highted-section, .careerimage.highted-section-copy {
    margin-top: 60px;
  }

  .careerimage.careerimagesc2 {
    justify-content: center;
    align-items: center;
    max-height: 20rem;
    margin-top: auto;
    top: auto;
  }

  .paragraph {
    margin-top: auto;
  }

  .heading6 {
    object-fit: fill;
    top: auto;
    left: 7rem;
  }

  .careerpersons.highted-section, .careerpersons.highted-section-copy, .careerpersons.careerimagesc2, .careerpersons.careerperson2 {
    margin-top: 60px;
  }

  .careerheadingheading {
    width: auto;
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }

  .careeranimation1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mafiacss {
    letter-spacing: 1px;
    width: 30rem;
    font-size: 34px;
  }

  .mafiacss2 {
    padding-left: 0;
    display: inline-flex;
  }

  .bold-text-6 {
    width: 25rem;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .paragraph-2 {
    justify-content: center;
    align-items: center;
    width: 25rem;
    margin-top: auto;
    display: flex;
    position: relative;
    left: -10rem;
  }

  .careerimage33.highted-section, .careerimage33.highted-section-copy, .careerimage33.careerimagesc2 {
    margin-top: 60px;
  }

  .careerimage33.careerimages33 {
    justify-content: center;
    align-items: center;
    height: 20rem;
    margin-top: 60px;
    top: -10rem;
  }

  .careerlastheading {
    font-size: 3rem;
    font-weight: 400;
  }

  .lastdescriptio {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .text-block-4-copy {
    font-weight: 400;
    line-height: 1.8rem;
  }

  .bold-text-7 {
    display: block;
  }

  .careermainheading {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }

  .careermaineheading {
    padding-left: 0;
    font-size: 0;
    display: inline-flex;
  }

  .careerfirstjobopeningbutton.shiny-wrap, .careerfirstjobopeningbutton.shiny-wrap-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .careerfirstjobopeningbutton.careerfirstjobopeningbuttonstyle {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.8rem;
    top: auto;
    left: 0%;
  }

  .career2ndbutton.shiny-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .career2ndbutton.shiny-wrap-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
    left: auto;
  }

  .wearepiratesheading {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 8rem;
    font-size: 34px;
    top: -5rem;
  }

  .skyliftpara2black.highted-section, .skyliftpara2black.highted-section-copy, .skyliftpara2black.highted-section-copy-copy {
    margin-top: 60px;
  }

  .skyliftpara2black.skyliftpara2highlighted {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading22 {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 34px;
    top: -15rem;
    left: auto;
  }

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

  .ctabutton3heading {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .classofcareerheading1 {
    color: var(--base-color-neutral--white);
    font-size: 2rem;
  }

  .thirtdbutton.shiny-wrap, .thirtdbutton.shiny-wrap-copy, .thirtdbutton.cccc, .thirtdbutton.cccc-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ccccc.highted-section, .ccccc.highted-section-copy, .thelastbox.highted-section, .thelastbox.highted-section-copy, .thelastbox.highted-section-copy-dfd {
    margin-top: 60px;
  }

  .lastctabutton {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .boldtextonthelast {
    width: auto;
    font-size: 1.5rem;
    position: relative;
    left: auto;
  }

  .lastboldtext {
    font-size: 1.2rem;
  }

  .careerlastheadinglkjf {
    width: auto;
    margin-top: -10rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .bold-text-9 {
    justify-content: center;
    align-items: center;
    width: 15rem;
    font-weight: 600;
    display: flex;
    left: auto;
  }

  .thelastbut.shiny-wrap, .thelastbut.shiny-wrap-copy, .thelastbut.thelastshynywrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    margin-bottom: 2rem;
    left: 5rem;
  }

  .bold-text-10 {
    width: 20rem;
    left: auto;
  }

  .teammaindiv.highted-section, .teammaindiv.highted-section-copy, .teammaindiv.careerimagesc2 {
    margin-top: 60px;
  }

  .teammaindiv.teammaindiv2 {
    border-color: var(--base-color-system--focus-state);
    margin-top: 20px;
  }

  .jhbjhihiiuiuiuunun {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .heading-6, .headingxx {
    object-fit: fill;
    top: auto;
    left: auto;
  }

  .designationdiv {
    line-height: 1.8;
  }

  .firstclasscareer {
    width: auto;
    padding-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .careermianfirstdiv {
    width: auto;
    height: auto;
    display: flex;
  }

  .link-block-4 {
    left: 18rem;
  }

  .bold-text-12 {
    text-align: left;
    text-decoration: underline;
  }

  .container-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
  }

  .container1careerpage {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -25rem;
  }

  .div-block-6 {
    pointer-events: auto;
    transform: scale3d(1none, 1none, 1none);
    background-color: #dc1515;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-left: 20px;
    font-size: .5rem;
    transition: opacity .2s;
    display: flex;
    position: relative;
  }

  .section-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: .5rem;
    padding: 3rem 0 5rem;
    display: flex;
    position: relative;
  }

  .bold-text-13 {
    font-size: 25px;
    font-weight: 700;
  }

  .heading-7 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-bottom: 0;
  }

  .div-block-8 {
    margin-top: 0;
  }

  .section-7 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: -15rem;
  }

  .section-8 {
    text-align: center;
    font-weight: 200;
    position: relative;
    top: -10rem;
  }

  .para3 {
    justify-content: center;
    align-items: center;
    width: 25rem;
    margin-top: auto;
    display: flex;
    position: relative;
    left: -18rem;
  }

  .background-video {
    height: auto;
    display: block;
  }

  .openletter {
    width: 100%;
    max-width: 80%;
    height: auto;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    display: flex;
  }

  .bold-text-15 {
    letter-spacing: .1vw;
    -webkit-text-stroke-width: .1rem;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    font-family: Oswald, Impact, sans-serif;
    font-size: 8vw;
    font-weight: 900;
    text-decoration: none;
  }

  .joinskylift-copy-copy-copy.highted-section, .joinskylift-copy-copy-copy.highted-section-copy, .joinskylift-copy-copy-copy.highted-section-copy-copy {
    margin-top: 60px;
  }

  .joinskylift-copy-copy-copy.highted-section-copy-copy-copy {
    justify-content: center;
    align-items: center;
    height: 25rem;
    min-height: auto;
    margin-top: -20rem;
    bottom: -20rem;
  }

  .careerskewfirstdiv.highted-section, .careerskewfirstdiv.highted-section-copy, .careerskewfirstdiv.highted-section-copy-copy {
    margin-top: 60px;
  }

  .careerskewfirstdiv.highted-section-copy-copy-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    height: 20rem;
    min-height: auto;
    margin-top: -5rem;
    margin-left: 1rem;
    margin-right: auto;
    bottom: -20rem;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .bold-text-17 {
    font-size: 1.2rem;
  }

  .div-block-11 {
    padding: 0 2rem;
  }

  .container-8 {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .image-8 {
    top: -10rem;
  }

  .section-10 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-span-2 {
    color: var(--main-yellow);
  }

  .heading-9 {
    font-size: 1.2rem;
  }

  .div-block-13 {
    height: auto;
  }

  .text-block-7 {
    margin-top: -10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
  }

  .image-10 {
    bottom: -8rem;
  }

  .button-wrapper-copy {
    width: 100%;
  }

  .section-6-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 5rem 2rem;
    display: flex;
    position: relative;
  }

  .div-block-18 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lastheading {
    font-size: 1.2rem;
  }

  .brand-2 {
    background-size: cover;
  }

  .navbar {
    object-fit: fill;
    position: relative;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .container-9 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
    left: auto;
  }

  .text1-2rem-copy, .text1-2rem-copy-copy, .openletter2 {
    letter-spacing: .2px;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.4;
  }

  .firstdescriptionncareercontainer {
    max-height: none;
  }

  .careerpageteamslider {
    margin-bottom: 70px;
  }

  .herocareer.is--home, .herocareer.is--career {
    min-height: 100vh;
  }

  .background-video-4 {
    border-radius: 10px;
    width: 310px;
    height: 200px;
  }

  .div-block-22 {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: -173px;
    overflow: visible;
  }

  .button1carreeer {
    width: 100%;
    margin-top: -4.7rem;
    top: -15.6rem;
  }

  .heading-style-h1-career {
    margin-top: -9rem;
  }

  .button2career {
    width: 100%;
  }

  .sectionimageslider {
    top: -21rem;
  }

  .sectionimageslider.highted-section {
    margin-top: 60px;
  }

  .section-copy {
    top: 0;
  }

  .section-copy.highted-section {
    margin-top: 60px;
  }

  .welcometomafiasection {
    top: 0;
  }

  .welcometomafiasection.highted-section {
    margin-top: 60px;
  }

  .careerfooter {
    margin-top: 0;
  }

  .herodivvideowrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .herobackgroundvideo {
    max-height: 70vh;
  }

  .heromainheading {
    letter-spacing: 1px;
    flex: 0 auto;
    width: 95%;
    max-width: 95%;
    max-height: 50%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1;
  }

  .divwhite2nddeargrowthmarketers {
    max-width: none;
    height: auto;
    padding-bottom: 0;
    display: block;
    top: auto;
  }

  .wearepiratesheadingsection.highted-section {
    border-color: var(--base-color-system--focus-state);
    margin-top: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section3.highted-section {
    margin-top: 60px;
  }

  .button3wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding: 5rem 2rem;
    display: flex;
    position: relative;
  }

  .steps-block-2 {
    font-size: 1.1rem;
  }

  .testimonial-wrapper-2 {
    font-size: .9rem;
  }

  .highlighted-box-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.7;
  }

  .accordion-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-circle-2-3 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .hero-circle-1-2 {
    width: 56vw;
    left: -35%;
  }

  .highlighted-span-text-2 {
    padding-left: 0;
    display: inline-flex;
  }

  .button-inner-2.shiny-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-11.highted-section {
    margin-top: 60px;
  }

  .accordion-header-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-text-2 {
    text-align: center;
    font-size: 1rem;
  }

  .button-text-2.larger {
    font-size: 5vw;
  }

  .text-block-8 {
    width: auto;
    font-size: 2rem;
  }

  .tagline-wrapper-2 {
    font-size: .8rem;
  }

  .pricing-wrapper-2 {
    padding: 22px;
  }

  .step-text-2 {
    font-size: 1.5rem;
    top: -40px;
  }

  .secodnary-heading-2 {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 30%;
  }

  .bold-text-24 {
    font-weight: 200;
    display: block;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: center;
    right: 30%;
  }

  .text-size-60px-2 {
    font-size: 44px;
  }

  .accordion-3 {
    font-size: .9rem;
  }

  .career-last-btn.shiny-wrap {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transform: translate(0);
  }

  .div-block-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .openlettertext {
    width: auto;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1rem;
  }

  .careerburrontext {
    width: 20rem;
    font-size: 5vw;
    font-weight: 900;
  }

  .careerburrontext.larger {
    font-size: 1.2rem;
  }

  .div-block-25 {
    max-width: 90%;
    top: -15rem;
  }

  .elitetrainingdiv {
    color: var(--main-yellow);
    font-family: Neueeinstellung, Georgia, sans-serif;
    overflow: visible;
  }

  .text-span-8-copy, .text-span-10-copy, .text-span-7-copy {
    color: var(--main-yellow);
    font-family: Neueeinstellung, Georgia, sans-serif;
  }

  .section-11-copy.highted-section, .lastbutton.highted-section {
    margin-top: 60px;
  }

  .lastbutton-copy.underline {
    top: 0;
  }

  .lastbutton-copy.highted-section {
    margin-top: 60px;
  }

  .flex-block-copy {
    width: auto;
    display: flex;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 1.5rem;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 1.2rem;
  }

  .fs-styleguide_2-col-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .page-wrapper-career {
    width: 100vw;
  }

  .pageseperator {
    position: relative;
    top: -7.2rem;
  }

  .text-span-11, .text-span-12 {
    color: var(--main-yellow);
  }

  .classofcareerheading1-copy {
    color: var(--main-yellow);
    font-size: 2rem;
  }

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

  .image-13 {
    top: 1.5rem;
  }

  .youtube-5 {
    border-radius: 9px;
    overflow: hidden;
  }

  .heading-6-copy {
    object-fit: fill;
    font-size: 3rem;
    top: auto;
    left: auto;
  }

  .steps-block-copy {
    margin-top: 20px;
    font-size: 1.1rem;
  }

  .button-inner-2-copy.shiny-wrap, .button-inner-2-copy.shiny-wrap-copy {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-28 {
    max-width: 90%;
    min-height: 200px;
  }

  .nav-link-6 {
    color: var(--main-blue);
  }

  .nav-link-7.w--current {
    color: var(--main-blue);
    background-color: #fff0;
  }

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

  .mian-heading {
    letter-spacing: 1px;
    font-size: 34px;
  }

  .pageseperator-copy {
    position: relative;
    top: -7.2rem;
  }

  .text-span-18, .text-span-19, .text-span-20 {
    color: var(--main-yellow);
  }

  .button3carreeer {
    flex-flow: column;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: auto;
    top: auto;
  }

  ._3rdbutton-inner-copy.shiny-wrap {
    background-color: var(--base-color-system--focus-state);
    width: 100%;
    max-width: 80%;
    height: 5rem;
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 10px;
    transform: translate(0);
  }

  .link {
    text-decoration: none;
  }

  .container-12 {
    background-color: #010438;
    height: auto;
  }

  .navbar-3 {
    height: auto;
    box-shadow: 0 10px 18px 5px #6551fa33;
  }

  .menu-button-2 {
    overflow: visible;
  }

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

  .image-13-copy {
    top: 1.5rem;
  }
}

#w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951361f-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513661-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513667-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951366d-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513673-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513684-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513693-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195136a2-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195136b1-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951378d-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951379b-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137a9-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137da-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137e0-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137e6-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137ec-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137f2-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137f8-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195137ff-d48c2300 {
  align-self: start;
}

#w-node-f0d66f9a-7b84-d4fe-8c40-68fb195138f6-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195138f9-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195138fc-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb195138ff-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513902-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513905-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513908-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951390b-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951390e-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951392c-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951392f-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513932-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513935-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513938-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951393b-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951393e-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513941-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513944-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513960-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513963-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513966-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513969-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951396c-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb1951396f-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513972-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513975-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513978-d48c2300, #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513a17-d48c2300, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-d48c2303 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-d48c2303, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-d48c2303 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-d48c2303 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-d48c2303 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-d48c2303 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-d48c2303, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-d48c2303 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-d48c2303 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-d48c2303, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-d48c2303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-d48c2303 {
  justify-self: start;
}

#w-node-_377144a4-c47d-41a3-d166-c45cb61bc2d0-d84cebd8, #w-node-_377144a4-c47d-41a3-d166-c45cb61bc2de-d84cebd8 {
  align-self: start;
}

#w-node-_377144a4-c47d-41a3-d166-c45cb61bc55a-d84cebd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f0d66f9a-7b84-d4fe-8c40-68fb19513911-d48c2300 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4cba2180-018f-cb68-5fec-ed21fbb14735-4e631f6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-ExtraBold.ttf') format('truetype'), url('../fonts/NeueEinstellung-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neueeinstellung';
  src: url('../fonts/NeueEinstellung-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura lt Condensed';
  src: url('../fonts/FuturaLT-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura lt Condensed';
  src: url('../fonts/FuturaLT-CondensedBold.ttf') format('truetype'), url('../fonts/FuturaLT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}