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

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

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

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

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

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

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

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

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

:root {
  --blue: #06c;
  --white: white;
  --grey: #f0f0f0;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --dark-blue: #0f1724;
  --no-color: #fff0;
  --black: black;
  --light-blue: #00aee8;
  --black-40: #0006;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
}

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

a {
  text-decoration: underline;
}

a.w--current {
  border-bottom: 2px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.rl_navbar2_menu-button {
  padding: 0;
}

.rl_navbar2_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar2_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_dropdown-link:hover {
  background-color: #726f6f5e;
}

.rl_navbar2_dropdown-link.w--current {
  color: #000;
}

.rl_navbar2_dropdown-list.w--open {
  background-color: #ddd;
  border: 1px solid #ddd;
  padding: 0;
  position: absolute;
}

.rl_navbar2_link-text {
  color: var(--black);
  font-family: Geomanist Regular, sans-serif;
}

.rl_navbar2_link-text.transparent {
  color: var(--white);
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .75rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl-dropdown-icon.transparent {
  color: var(--white);
}

.rl_navbar2_dropdwn-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: .5rem 2rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar2_link {
  color: var(--black);
  padding: .5rem 0 .5rem 1rem;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.rl_navbar2_link.w--current {
  color: #000;
}

.rl_navbar2_link.transparent {
  color: var(--white);
}

.rl_navbar2_link.transparent.hide {
  display: none;
}

.rl_navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar2_menu.is-page-height-tablet {
  display: block;
}

.rl_navbar2_logo {
  padding-top: 10px;
  display: block;
}

.rl_navbar2_logo.transparent {
  filter: invert();
}

.rl_navbar2_logo-link {
  width: auto;
  padding-left: 0;
}

.rl_navbar2_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--white);
  opacity: 1;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
}

.navbar.transparent {
  background-color: var(--no-color);
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 10px;
  padding: 16px 24px;
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.rl-button:hover {
  background-color: var(--light-blue);
}

.rl-button.white {
  background-color: var(--white);
  color: var(--blue);
  border-style: none;
  border-color: #000;
  font-family: Geomanist Regular, sans-serif;
  font-weight: 400;
}

.rl-button.white:hover {
  background-color: var(--light-blue);
  color: var(--white);
  border-style: none;
  border-color: #000;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-button-group.right {
  justify-content: flex-end;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
  font-family: Geomanist Regular, sans-serif;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  font-family: Geomanist Light, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 79px;
}

.rl_header5_content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.header5_component {
  flex-flow: row;
  align-items: center;
  min-height: auto;
  max-height: none;
  display: block;
}

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

.rl-padding-global {
  align-items: flex-end;
  padding: 0 3%;
  display: block;
  position: relative;
}

.rl-padding-global.absolute {
  position: absolute;
  inset: auto 0% 10%;
}

.rl-padding-global.absolute.up {
  z-index: 2;
  align-self: auto;
  inset: auto 0% 25%;
}

.content-1 {
  background-image: url('../images/Frame-285-2.png');
  background-position: 50%;
  height: 100vh;
  display: block;
  position: relative;
}

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

.rl_header26_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header26_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.rl-padding-section-large.padding {
  background-image: none;
  background-size: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.rl_section_header26 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
  background-image: url('../images/Frame-281-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 100px 20px 40px;
  display: flex;
  position: relative;
}

.rl_layout239_image-wrapper._2 {
  background-image: url('../images/Frame-281-1.png');
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 20px;
}

.rl_layout239_image-wrapper._3 {
  background-image: url('../images/Frame-280-1.png');
  padding-bottom: 20px;
}

.rl_layout239_image-wrapper._1 {
  background-image: url('../images/Frame-277-1.png');
  padding-top: 200px;
  padding-bottom: 20px;
}

.rl_layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.rl_layout239_content {
  grid-column-gap: 2.1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout239_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  flex: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.rl_layout239_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  flex: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  position: static;
}

.rl-heading-style-h2.is-white {
  color: var(--white);
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: stretch stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.rl_layout239_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.rl-padding-global-2 {
  max-width: 80%;
  padding-left: 5%;
  padding-right: 5%;
}

.features {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.column-50 {
  width: 50%;
}

.column-50.mobilr {
  display: none;
}

.hero-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.hero-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100vw;
  height: 110vh;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.rl_footer3_legal-link {
  color: var(--white);
  padding-bottom: 10px;
  font-family: Geomanist Regular, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_legal-link:hover {
  opacity: .5;
}

.rl_footer3_legal-list {
  grid-column-gap: .3rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  justify-items: end;
  display: flex;
}

.rl_footer3_credit-text {
  color: var(--white);
  padding-bottom: 10px;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.rl_footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rl_footer3_bottom-wrapper.right {
  justify-content: flex-end;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_footer3_link {
  color: var(--white);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-family: Geomanist Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_link.underlink {
  font-family: Geomanist Light, sans-serif;
  font-weight: 300;
}

.rl_footer3_link.underlink:hover {
  opacity: .5;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-small {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.rl_footer3_text {
  color: var(--white);
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  display: grid;
}

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

.rl-padding-section-medium.padding {
  padding-bottom: 3rem;
}

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

.rl-padding-global-3 {
  padding-left: 3%;
  padding-right: 3%;
}

.footer {
  background-color: var(--blue);
  overflow: hidden;
}

.rl-button-secondary-3 {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rl_faq1_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_faq1_cta-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
  display: none;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_faq1_answer {
  opacity: 1;
  overflow: hidden;
}

.rl_faq1_icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq1_icon-wrapper {
  align-self: flex-start;
}

.rl_faq1_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rl_faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--black-40);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.rl_faq1_question.noline {
  border-top-style: none;
}

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

.rl_faq1_list {
  border-bottom: 0px none var(--relume-library-lite--rl-black);
  border-radius: 18px;
}

.rl_faq1_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: none;
}

.rl_faq1_component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl-padding-section-large-3 {
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 5px;
  width: 800px;
  padding: 4rem 0%;
}

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

.faq {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_testimonial1_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_section_testimonial1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial15_slide-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 1.75rem;
  font-size: .7rem;
  display: flex;
  inset: auto auto 0% 0%;
}

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

.rl_testimonial15_arrow-right {
  border: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--no-color);
  color: var(--relume-library-lite--rl-black);
  -webkit-text-stroke-color: var(--no-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 0% 0% auto;
}

.rl_testimonial15_arrow-left {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--no-color);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  inset: auto 4rem 0% auto;
}

.rl_testimonial15_logo {
  max-height: 3rem;
}

.rl_testimonial15_divider {
  background-color: var(--relume-library-lite--rl-black);
  align-self: stretch;
  width: 1px;
}

.rl_testimonial15_client-name-text {
  color: var(--white);
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_testimonial15_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial15_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

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

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

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

.rl_testimonial15_slide {
  margin-right: 5rem;
}

.rl_testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 1rem;
}

.testimonials {
  background-color: var(--dark-blue);
  justify-content: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.image {
  align-self: flex-end;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 0;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout242_icon-wrapper.size {
  justify-content: flex-end;
  width: 40%;
  display: block;
}

.content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 6px solid var(--light-blue);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  display: flex;
}

.rl_layout242_content {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-color: var(--no-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  padding: 3rem 40px;
  display: grid;
}

.rl_layout242_content.hide {
  display: none;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_layout242_spacing-block-1.hide {
  display: none;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.rl-heading-style-h3.center {
  text-align: left;
}

.rl-heading-style-h3.left {
  color: var(--white);
  text-align: left;
}

.rl_layout242_heading-wrapper {
  text-align: left;
  width: 100%;
  max-width: none;
}

.rl_layout242_component {
  background-color: #f0f0f0;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl_layout242_component.blue {
  background-color: var(--dark-blue);
}

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

.content-3 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.paragraph {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

.paragraph.white.center {
  max-width: 85%;
}

.paragraph.black {
  color: var(--black);
}

.text-span {
  color: var(--blue);
  font-family: Geomanist Regular, sans-serif;
  font-weight: 400;
}

.content-4 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.testimonial-text {
  color: var(--white);
  font-family: Geomanist Light, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.testimonial-heading {
  color: var(--white);
  text-align: left;
  font-family: Geomanist Light, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.testimonial-signature {
  color: var(--white);
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.faq-heading {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-weight: 300;
  line-height: 40px;
}

.rl_contact7_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text {
  color: #e23939;
}

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

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

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button-2 {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 5px;
  padding: 16px 24px;
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.rl-button-2:hover {
  background-color: var(--light-blue);
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--white);
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--white);
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--white);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 5px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Geomanist Regular, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--white);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

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

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--no-color);
  background-image: linear-gradient(277deg, var(--dark-blue) 6%, var(--dark-blue) 57%, #fff0), url('../images/image-36.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 30px 40px;
  display: grid;
}

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

.contact-form {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl-padding-global-no-padding {
  align-items: flex-end;
  padding: 0 3%;
  display: block;
}

.content-5 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: visible;
}

.rl_layout242_component-flex {
  background-color: var(--dark-blue);
  background-image: url('../images/Frame-60927.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 10px;
  flex-flow: row;
  align-items: flex-start;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.rl_layout242_component-flex.blue {
  background-color: var(--dark-blue);
}

.rl_layout242_component-flex.no-bsvkground {
  background-image: url('../images/Frame-60927.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.rl_layout242_content-blue {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--no-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 60%;
  padding: 0 40px;
  display: grid;
}

.content-6 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.content-6.hide {
  display: none;
  overflow: hidden;
}

.rl_layout242_component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-blue);
  background-image: none;
  border-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: auto;
  padding: 20px 40px;
  display: grid;
}

.rl_layout242_component-grid.blue {
  background-color: var(--dark-blue);
}

.rl_layout242_component-grid.gradient {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(0deg, #00aee8, #fff0 23%);
  grid-template-columns: .5fr 1fr;
  place-items: end stretch;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.rl_layout_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--no-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 0;
  display: grid;
}

.rl_layout_content-2colums {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--no-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 0;
  display: grid;
}

.rl_layout_content-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--no-color);
  color: var(--light-blue);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
}

.spline-scene {
  position: absolute;
  top: 3810.94px;
}

.spline-scene._2 {
  display: none;
  inset: -48% 0% auto -3%;
  transform: scale(1);
}

.paragraph-box {
  color: var(--white);
  text-align: left;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-box.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-2 {
  color: var(--light-blue);
}

.list {
  padding-left: 18px;
}

.rl_layout_content-no-padding {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--no-color);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: grid;
}

.image-2 {
  background-image: url('../images/vr-img.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 70%;
  max-width: none;
}

.text-span-3 {
  color: var(--light-blue);
}

.rl_layout242_spacing-block-1rem {
  width: 100%;
  padding-bottom: 1rem;
}

.hero-video-wrapper {
  z-index: 0;
  object-position: 100% 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.threejs {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.threejs.subpage {
  opacity: .5;
  margin-top: 19vh;
  position: relative;
}

.page-padding {
  flex: 1;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.hero-heading_component {
  z-index: 3;
  flex: none;
  width: 100%;
  position: relative;
}

.header-blob {
  z-index: 2;
  filter: blur(300px);
  flex: none;
  width: 50vw;
  max-width: none;
  display: block;
  position: absolute;
  inset: -5vh auto auto -50%;
}

.background-image-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, #000, #0000);
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate(-2px);
}

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

.container-large.is-flex-vcenter {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-video-background {
  z-index: 1;
  min-width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
}

.section-hero-page {
  color: #fff;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 85vmin;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-color-white {
  z-index: 3;
  color: #fff;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00aee8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-size: .875rem;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275), background-color .3s cubic-bezier(.175, .885, .32, 1.275);
  display: inline-block;
  overflow: visible;
}

.button:hover {
  background-color: #00bfff;
  text-decoration: none;
  box-shadow: 0 4px 20px #00aee880;
}

.rl-button-video {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.image-3 {
  align-self: auto;
  display: block;
}

.paragraph-video {
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 1rem;
  position: absolute;
  inset: -8% -7% auto auto;
}

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

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

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--dark-blue);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: .25rem;
  display: block;
}

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

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: block;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

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

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

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

.tabs-menu {
  border-bottom: 1px solid var(--black-40);
  justify-content: space-between;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3.w--current {
  background-color: var(--white);
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.tab-link-tab-4 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-4.w--current {
  background-color: var(--white);
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.tab-link-tab-5 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-5.w--current {
  background-color: var(--white);
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.tab-link-tab-6 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-6.w--current {
  background-color: var(--white);
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1 {
  border-bottom: 2px none var(--blue);
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
  -webkit-text-stroke-color: var(--no-color);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1.w--current:active {
  font-family: Geomanist Book, sans-serif;
}

.tab-name {
  color: var(--black);
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tab-name:hover {
  color: var(--blue);
}

.tab-name:active {
  color: var(--blue);
  font-family: Geomanist Book, sans-serif;
  font-weight: 400;
}

.tab-name:focus {
  color: var(--blue);
  font-family: Geomanist Book, sans-serif;
}

.tabs {
  padding-left: 0%;
  padding-right: 0%;
}

.tabs.rl-padding-global {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.tabs.rl-padding-global.copy {
  display: block;
}

.tab-wrapper {
  border: 1px solid var(--relume-library-lite--rl-white);
  border-radius: 24px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.tabs-content {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.tab-link-tab-7 {
  background-color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Geomanist Regular, sans-serif;
}

.tab-link-tab-7.w--current {
  background-color: var(--white);
  color: var(--blue);
  border-bottom-width: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Geomanist Bold, sans-serif;
  font-weight: 700;
}

.content-2-with-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 6px solid var(--light-blue);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: block;
}

.content-2-with-text-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.content-2-without-image-grid.hide {
  display: none;
}

.content-7 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.rl_layout242_spacing-block-button {
  width: 100%;
  padding-bottom: 0;
}

.content-2-with-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 6px solid var(--light-blue);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: block;
}

.content-2-with-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: grid;
}

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

.text-block {
  font-family: Geomanist Light, sans-serif;
}

.text-block-2 {
  font-family: Geomanist Light, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.content-1-copy {
  background-image: linear-gradient(360deg, #000, #fff0), url('../images/Frame-285-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90vh;
  position: relative;
}

.content-11 {
  background-color: var(--white);
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  color: var(--black);
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
}

.paragraph-3 {
  color: var(--black);
  font-family: Geomanist Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-8, .link {
  color: var(--light-blue);
}

.rl_footer3_spacing-block-6 {
  width: 100%;
  padding-bottom: 8rem;
}

.rl_footer3_spacing-block-7 {
  width: 100%;
  padding-bottom: 1rem;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  font-size: 20px;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--light-blue);
}

.tab-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Frame-60883-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 93% 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tab-block-column {
  background-color: var(--dark-blue);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: auto;
  padding: 10px 20px;
}

.tab-block-column-item {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-block-item-image:hover {
  opacity: .4;
}

.paragraph-4 {
  color: var(--white);
  font-size: 20px;
  line-height: 20px;
}

.paragraph-dot {
  color: var(--white);
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.rl_footer3_spacing-block-8 {
  width: 100%;
  padding-bottom: .5rem;
}

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

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

.fs_modal-1_close-2 {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.fs_modal-1_heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

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

.fs_modal-1_wrapper-2 {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-1_cover-2 {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup-2 {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button-2 {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

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

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

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

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

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

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

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

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000080;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  background-color: var(--no-color);
  color: #fff;
  cursor: pointer;
  padding: 0;
}

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

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

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

.video {
  border: 1px solid var(--dark-blue);
  border-radius: 10px;
  width: 100%;
}

.rl-padding-global-hero {
  align-items: flex-end;
  padding: 0 3%;
  display: block;
  position: absolute;
  inset: auto 0% 20%;
}

.rl-padding-global-hero.absolute {
  position: absolute;
  inset: auto 0% 10%;
}

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

.header5_component-hero {
  flex-flow: row;
  align-items: center;
  min-height: auto;
  max-height: none;
  display: block;
}

.rl_header5_content-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  width: 50%;
  max-width: none;
  display: flex;
}

.list-2, .list-3 {
  padding-left: 30px;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: var(--light-blue);
  font-family: Geomanist Book, sans-serif;
  font-weight: 400;
}

.rl-heading-style-form {
  color: var(--white);
  text-align: left;
  flex: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Light, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  position: static;
}

.rl-heading-style-form.is-white {
  color: var(--white);
}

.text-span-18 {
  color: var(--blue);
  font-family: Geomanist Book, sans-serif;
}

.list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25 {
  color: var(--black);
  font-size: 20px;
}

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

.bold-text {
  color: var(--light-blue);
  font-size: 32px;
}

.tab-video {
  width: 100%;
}

.simple-text {
  font-size: 1.25rem;
  line-height: 150%;
}

.image-pause {
  width: 1.75rem;
  display: none;
}

.image-wide-photo {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: auto;
  transition: transform .4s;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.arrow-button {
  color: #000;
  width: 1rem;
}

.image-play-button {
  background-color: #ffffff40;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.image-play-button.hide {
  display: none;
}

.button-arrow-circle {
  background-color: #f1f1f11a;
  border: 1px solid #0000;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: border .2s, background-color .4s;
  display: flex;
  overflow: hidden;
}

.section {
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.section.full-gradient-bg-career-bottom {
  z-index: 1;
  background-color: #1a1952;
  background-image: linear-gradient(0deg, #12122f, #fff0);
  position: relative;
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.max-width-excerpt {
  width: 100%;
  max-width: 35.4375rem;
  display: none;
}

.margin-top-medium {
  margin-top: 1.75rem;
  display: none;
}

.wide-photo-content {
  z-index: 2;
  aspect-ratio: 2.39;
  color: #fff;
  cursor: pointer;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  padding: 5rem 0;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.col-image-wrap-alt {
  border-radius: 15px;
  width: 100%;
  max-width: 99.9998%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.margin-top-regular {
  margin-top: 1.25rem;
  display: none;
}

.heading_main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 115%;
  display: none;
}

.video-wide-photo {
  opacity: 0;
  object-fit: fill;
  width: 90%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0% auto auto;
}

.button-arrow {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  color: #fff;
  background-color: #0000;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.65rem;
  text-decoration: none;
  display: inline-flex;
}

.wide-photo-wrapper {
  justify-content: flex-end;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wide-photo-wrapper.onboarding-wrapper {
  border-radius: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.rl-padding-global-padding-5 {
  align-items: flex-end;
  padding: 0 3%;
  display: block;
}

.spline-scene-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: -31% auto auto 0%;
}

.spline-scene-3 {
  display: none;
  position: absolute;
  inset: -19% 0% 0% auto;
}

.background-video {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 115vh;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-pause-button {
  inset: 10% 3% auto auto;
  overflow: visible;
}

.navbar-transparent {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--white);
  opacity: 1;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navbar-transparent.transparent {
  background-color: var(--no-color);
}

.background-video-content {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-screen-video {
  background-image: linear-gradient(360deg, #000, #fff0), url('../images/Frame-285-2.png');
  background-position: 0 0, 50%;
  height: 100vh;
  position: relative;
}

.content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 6px solid var(--light-blue);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  display: block;
}

.lightbox-link {
  width: 100%;
}

.section-2 {
  height: 95vh;
  position: relative;
}

.links {
  z-index: 9999;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.link-block {
  margin-right: 30px;
  font-size: 14px;
  text-decoration: none;
}

.link-2 {
  font-size: 14px;
}

.button-2 {
  background-color: #1e90ff;
  padding: 12px 24px;
  font-weight: 700;
}

.button-2.cc-geadient-pulm {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
}

.button-2.cc-geadient-pulm.radius {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
  align-self: center;
  transition: transform .2s;
  position: static;
  inset: 5% 5% auto auto;
}

.button-2.cc-geadient-pulm.radius:hover {
  transform: scale(1.05);
}

.head-wrap {
  width: auto;
  margin-top: 0;
}

.text-wrap {
  margin-bottom: 100px;
}

.icon-wrap {
  flex-direction: row;
  align-self: center;
  align-items: center;
  margin-right: 40px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.caption {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
}

.user-wrap {
  flex-direction: row;
  margin-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.main-section {
  z-index: 999;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 45%;
  margin-top: 80px;
  margin-left: 10%;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.social-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center;
  display: flex;
}

.text-span-23 {
  color: #525151;
}

.paragrph {
  color: #939393;
  letter-spacing: 0;
  column-count: 0;
  margin-top: 24px;
  font-size: 1.4em;
  line-height: 1.5em;
}

.avatar {
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  display: flex;
}

.count {
  color: #fff;
  font-size: 12px;
}

.background-video-2 {
  display: none;
  position: absolute;
  inset: 0%;
}

.image-8 {
  border-radius: 3px;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.div-block {
  width: auto;
  height: auto;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

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

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-img.radius {
  border-radius: 15px;
}

.plyr_pause-trigger {
  display: block;
}

.video-full {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.plyr_component {
  border-radius: 15px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.plyr_component.is-full-screen {
  border-radius: 0;
  width: 100%;
  height: 100vh;
}

.plyr_component.is-full-screen.height {
  height: 90vh;
}

.home-hero_layout {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plyr_embed {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover.radius {
  border-radius: 15px;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

.code-embed {
  overflow: hidden;
}

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

.plyr_cover-button-2 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_pause-trigger-2 {
  display: none;
}

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

.page-padding-4.is-home-hero {
  border-radius: 0;
  padding-top: 2em;
  padding-left: 0%;
  padding-right: 0%;
}

.image-9 {
  transform-style: preserve-3d;
  background-image: none;
  background-size: auto;
  max-width: 90%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

.code-embed-2 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .rl_navbar2_dropdwn-toggle {
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .rl_navbar2_link {
    padding-left: 2rem;
    padding-right: .5rem;
  }

  .rl_navbar2_link.transparent {
    padding-left: 1.5rem;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    display: block;
  }

  .rl_navbar2_container {
    grid-auto-flow: row;
    align-content: stretch;
    align-self: auto;
    width: 100%;
    height: auto;
  }

  .rl-button {
    border: 0px none var(--blue);
    background-color: var(--blue);
    border-radius: 10px;
  }

  .rl-button.white:hover {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .rl-button-group {
    justify-content: flex-start;
  }

  .rl-button-group.right {
    justify-content: flex-end;
    align-items: center;
  }

  .rl_header5_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .rl-padding-global {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rl-padding-global.absolute.up {
    bottom: 25%;
  }

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

  .rl_layout239_image-wrapper {
    background-image: url('../images/Frame-277-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .rl_layout239_image-wrapper._2, .rl_layout239_image-wrapper._1 {
    padding-top: 180px;
  }

  .rl_layout239_item {
    height: 110%;
    display: block;
  }

  .rl_layout239_content {
    grid-column-gap: 2.1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    height: auto;
    display: grid;
  }

  .hero-video {
    aspect-ratio: auto;
    object-fit: cover;
    flex-flow: row;
    height: 100vh;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .rl-padding-section-medium.nopadding {
    padding-top: 0;
  }

  .rl-padding-global-3 {
    background-color: var(--blue);
  }

  .rl_faq1_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl-padding-section-large-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    width: 800px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .rl-heading-style-h5 {
    color: var(--white);
    font-family: Geomanist Regular, sans-serif;
  }

  .rl_testimonial15_slide-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: .7rem;
    line-height: 20px;
    display: flex;
  }

  .rl_testimonial15_arrow-icon, .rl_testimonial15_arrow-right, .rl_testimonial15_arrow-left {
    display: none;
  }

  .rl_testimonial15_client-name-text {
    color: var(--white);
  }

  .rl_testimonial15_content-right {
    display: flex;
  }

  .rl_testimonial15_content {
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .testimonials {
    background-color: var(--dark-blue);
    justify-content: center;
    display: flex;
  }

  .image {
    align-self: flex-end;
  }

  .rl_layout242_icon-wrapper.size {
    width: 45%;
  }

  .rl_layout242_content.hide {
    display: none;
  }

  .rl-heading-style-h3.left.nopadding {
    width: 80%;
  }

  .paragraph.white.center {
    max-width: 70%;
  }

  .rl-button-2 {
    line-height: 16px;
  }

  .rl-padding-global-no-padding {
    display: block;
  }

  .rl_layout242_component-flex {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .rl_layout242_content-blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl_layout242_component-grid.gradient {
    place-items: end stretch;
  }

  .rl_layout_content {
    place-items: start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout_content-2colums {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout_content-column {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .spline-scene._2 {
    display: none;
    inset: -44% auto auto -2%;
    transform: none;
  }

  .rl_layout_content-no-padding {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .background-image-gradient {
    background-image: none;
  }

  .section-hero-page {
    display: none;
  }

  .fs_modal-1_wrapper {
    flex-flow: column;
    display: flex;
  }

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

  .tab-wrapper {
    justify-content: center;
  }

  .content-2-with-text-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around start;
    place-items: center stretch;
    display: grid;
  }

  .content-2-with-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around start;
    place-items: center stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .content-11 {
    height: auto;
  }

  .paragraph-3 {
    font-family: Geomanist Regular, sans-serif;
    font-weight: 400;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    font-family: Geomanist Light, sans-serif;
    font-weight: 300;
  }

  .video {
    border: 1px solid var(--dark-blue);
  }

  .rl-padding-global-hero {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .rl_header5_content-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19 {
    color: var(--black);
    font-size: 20px;
  }

  .container-fluid {
    max-width: none;
  }

  .rl-padding-global-padding-5 {
    display: block;
  }

  .spline-scene-2 {
    position: absolute;
    inset: -8% auto 0% 0%;
  }

  .spline-scene-3 {
    display: none;
    top: -13%;
  }

  .background-video {
    min-height: auto;
  }

  .play-pause-button {
    right: 4%;
  }

  .background-video-content {
    min-height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .rl_navbar2_container {
    width: 100%;
    max-width: none;
  }

  .rl-container-large {
    max-width: none;
  }

  .rl-padding-global {
    padding-top: 0;
  }

  .content-1 {
    height: 100vh;
  }

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

  .rl_layout239_image-wrapper {
    padding-top: 180px;
  }

  .rl_layout239_image-wrapper._1 {
    padding-top: 220px;
  }

  .rl-heading-style-h2.is-white {
    color: var(--white);
  }

  .rl_layout239_heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-video {
    aspect-ratio: auto;
    height: 100vh;
    display: none;
  }

  .rl_footer3_menu-wrapper {
    grid-template-columns: 1fr .75fr 1fr;
  }

  .rl-padding-section-medium.nopadding {
    padding-top: 0;
  }

  .rl-padding-section-large-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-2 {
    border-left-color: var(--light-blue);
  }

  .rl_contact7_content {
    background-image: none;
  }

  .rl_contact7_component {
    background-image: linear-gradient(283deg, var(--dark-blue), var(--dark-blue) 57%, #fff0), url('../images/image-36.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    grid-template-columns: .75fr .75fr;
  }

  .rl-padding-global-no-padding {
    padding-top: 0;
  }

  .rl_layout242_component-flex {
    background-position: 50%;
    background-size: cover;
  }

  .rl_layout242_content-blue {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 52%;
  }

  .content-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout242_component-grid.gradient {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .spline-scene._2 {
    top: -49%;
    left: -1%;
    transform: scale(1);
  }

  .image-2 {
    width: 80%;
  }

  .rl_layout242_spacing-block-1rem {
    padding-bottom: 1rem;
  }

  .hero-video-wrapper {
    justify-content: center;
    align-items: center;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-large.is-flex-vcenter {
    max-width: none;
  }

  .tab-name:active {
    color: var(--blue);
  }

  .tabs.rl-padding-global {
    padding-left: 3%;
  }

  .tabs-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab-link-tab-7.w--current {
    font-family: Geomanist Book, sans-serif;
  }

  .content-2-with-image {
    border-left-color: var(--light-blue);
    grid-template-columns: 1.25fr 1fr;
    display: block;
  }

  .content-2-with-text-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-2-without-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .content-2-with-text {
    border-left-color: var(--light-blue);
    grid-template-columns: 1.25fr 1fr;
    display: block;
  }

  .content-2-with-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10px;
    display: grid;
  }

  .content-1-copy {
    height: 80vh;
  }

  .content-11 {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block-3 {
    font-family: Geomanist Regular, sans-serif;
    font-size: 16px;
  }

  .text-block-4 {
    font-family: Geomanist Regular, sans-serif;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-family: Geomanist Regular, sans-serif;
    font-size: 16px;
  }

  .text-span-7 {
    color: var(--light-blue);
  }

  .list-item-7, .list-item-8, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
    font-size: 20px;
  }

  .image-4, .image-5 {
    max-width: 90%;
  }

  .rl-padding-global-hero {
    padding-top: 0;
  }

  .rl-container-large-hero {
    max-width: none;
  }

  .rl-heading-style-form.is-white {
    color: var(--white);
  }

  .container-fluid {
    max-width: none;
  }

  .wide-photo-content {
    max-width: 1440px;
  }

  .rl-padding-global-padding-5 {
    padding-top: 0;
  }

  .spline-scene-2 {
    inset: -13% auto 0% 0%;
  }

  .spline-scene-3 {
    display: none;
    top: -12%;
  }

  .background-video {
    display: block;
    position: relative;
    top: auto;
  }

  .play-pause-button {
    inset: 10% 4% auto auto;
  }

  .play-pause-button-2 {
    inset: 0% 0% auto auto;
  }

  .background-video-content {
    display: block;
    position: relative;
    top: auto;
  }

  .full-screen-video {
    height: 100vh;
  }

  .content {
    border-left-color: var(--light-blue);
  }
}

@media screen and (min-width: 1920px) {
  .rl_navbar2_dropdown-link {
    font-family: Geomanist Regular, sans-serif;
  }

  .rl_navbar2_link-text.transparent {
    font-size: 16px;
    font-weight: 400;
  }

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

  .rl_navbar2_link {
    padding-left: 4rem;
    padding-right: 1rem;
  }

  .rl_navbar2_link.transparent {
    padding-left: 2rem;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    justify-content: center;
    align-items: center;
  }

  .rl_navbar2_logo-link {
    width: auto;
  }

  .rl_navbar2_container {
    max-width: none;
  }

  .navbar {
    border-bottom-style: none;
  }

  .rl-button {
    line-height: 16px;
  }

  .rl-container-large {
    max-width: none;
  }

  .rl-padding-global {
    height: auto;
    position: relative;
  }

  .rl-padding-global.absolute {
    position: absolute;
    inset: auto 0% 10%;
  }

  .content-1 {
    background-image: linear-gradient(360deg, #000, #fff0), url('../images/Frame-285-2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .rl_layout239_image-wrapper._2 {
    background-size: cover;
  }

  .rl_layout239_image-wrapper._1 {
    padding-top: 300px;
  }

  .hero-video {
    aspect-ratio: auto;
    width: 2805.33vw;
    height: 100vh;
    display: none;
    position: static;
    overflow: hidden;
  }

  .rl_footer3_credit-text {
    font-family: Geomanist Light, sans-serif;
    font-size: 16px;
  }

  .rl_footer3_top-wrapper {
    grid-template-columns: .5fr .5fr;
  }

  .rl-padding-section-medium.padding {
    padding-bottom: 3rem;
  }

  .rl-padding-section-medium.nopadding {
    padding-top: 0;
  }

  .rl-padding-section-large-3 {
    border-style: none;
    border-width: 0;
    width: 1200px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials {
    width: auto;
  }

  .rl_layout242_icon-wrapper.size {
    width: 50%;
  }

  .rl_layout242_content.hide {
    display: none;
  }

  .rl-heading-style-h3.left.nopadding {
    width: 100%;
  }

  .paragraph.black {
    color: var(--black);
  }

  .rl-field-label {
    color: var(--white);
  }

  .rl-form-input {
    border-radius: 5px;
  }

  .rl-text-style-medium-4 {
    color: var(--white);
    font-family: Geomanist Light, sans-serif;
  }

  .rl-heading-style-h2-3 {
    color: var(--white);
    font-family: Geomanist Regular, sans-serif;
  }

  .rl_layout242_component-flex {
    background-image: url('../images/Frame-60927.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 30px;
  }

  .rl_layout242_component-flex.no-bsvkground {
    background-image: url('../images/Frame-60927.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .rl_layout242_content-blue {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 40%;
  }

  .rl_layout242_component-grid.gradient {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-image: linear-gradient(0deg, #00aee8, #fff0 23%);
    padding-left: 60px;
    padding-right: 60px;
  }

  .rl_layout_content-column {
    padding-bottom: 0;
  }

  .spline-scene._2 {
    display: none;
    top: -53%;
    left: 2%;
    transform: scale(1.2);
  }

  .hero-video-wrapper {
    min-width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-hero-page, .fs_modal-1_popup {
    display: none;
  }

  .tabs.rl-padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .tab-wrapper {
    justify-content: center;
    display: flex;
  }

  .tabs-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-2-with-image {
    grid-template-columns: 1.5fr 1fr;
    padding-bottom: 20px;
  }

  .content-2-with-text {
    grid-template-columns: 1.5fr 1fr;
  }

  .content-2-with-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-1-copy {
    background-image: linear-gradient(360deg, #000, #fff0), url('../images/Frame-285-2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .content-11 {
    background-color: var(--white);
    background-image: none;
    height: auto;
    padding-top: 4rem;
    position: relative;
  }

  .image-4, .image-5 {
    max-width: 80%;
  }

  .tab-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/tabik.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: flex;
  }

  .tab-block-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--dark-blue);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px 30px;
    display: flex;
  }

  .tab-block-column-item {
    height: auto;
  }

  .fs_modal-2_button {
    background-color: var(--no-color);
    padding: 0;
  }

  .rl-padding-global-hero {
    height: auto;
    position: absolute;
    bottom: 10%;
  }

  .rl-padding-global-hero.absolute {
    position: absolute;
    inset: auto 0% 10%;
  }

  .rl-container-large-hero {
    max-width: none;
  }

  .rl_header5_content-hero {
    padding-top: 0;
  }

  .bold-text {
    color: var(--light-blue);
    font-size: 32px;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .image-wide-photo {
    border-radius: 15px;
    inset: 0% auto auto 0%;
  }

  .container-fluid, .wide-photo-content {
    max-width: none;
  }

  .col-image-wrap-alt {
    border-radius: 15px;
  }

  .spline-scene-2 {
    padding-top: 20rem;
    padding-bottom: 20rem;
    display: block;
  }

  .spline-scene-3 {
    display: none;
  }

  .background-video {
    object-fit: contain;
    flex-flow: column;
    height: 100vh;
    display: block;
  }

  .play-pause-button {
    top: 9%;
    right: 4%;
  }

  .navbar-transparent {
    border-bottom-style: none;
  }

  .background-video-content {
    object-fit: contain;
    flex-flow: column;
    display: block;
  }

  .full-screen-video {
    background-image: linear-gradient(360deg, #000, #fff0), url('../images/Frame-285-2.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .content {
    display: block;
  }

  .plyr_cover-button {
    display: flex;
  }

  .plyr_pause-trigger {
    display: block;
  }

  .plyr_component {
    margin-left: auto;
    margin-right: auto;
  }

  .plyr_component.is-full-screen {
    width: 100%;
  }

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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;
  }

  .rl_menu-icon2_line-bottom {
    background-color: var(--grey);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2_line-middle {
    background-color: var(--grey);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon2_line-top {
    background-color: var(--grey);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_menu-button {
    padding: 0;
  }

  .rl_navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar2_button-wrapper {
    align-items: center;
  }

  .rl_navbar2_dropdown-link {
    background-color: var(--dark-blue);
    color: var(--relume-library-lite--rl-white);
    text-align: center;
    justify-content: flex-end;
    width: auto;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 4rem;
    font-size: 16px;
    display: flex;
  }

  .rl_navbar2_dropdown-link:hover {
    background-color: var(--no-color);
  }

  .rl_navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar2_dropdown-list.w--open {
    background-color: var(--no-color);
    border-style: none;
    padding: 0;
    position: static;
  }

  .rl_navbar2_link-text {
    font-family: Geomanist Book, sans-serif;
    font-weight: 400;
  }

  .rl_navbar2_link-text.transparent {
    background-color: #0000;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 2rem .5rem 0;
    display: flex;
  }

  .rl_navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar2_link {
    text-align: center;
    justify-content: flex-end;
    padding: .5rem 0;
    font-size: 1rem;
    display: flex;
  }

  .rl_navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    background-color: var(--dark-blue);
    width: 100vw;
    height: auto;
    padding-bottom: 1rem;
    display: block;
  }

  .rl_navbar2_logo.transparent {
    z-index: 999;
    filter: invert();
    position: relative;
  }

  .rl_navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .rl-button-group.right {
    justify-content: center;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout239_image-wrapper._1 {
    padding-top: 100px;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-text-style-medium-2 {
    text-align: left;
  }

  .rl-heading-style-h2 {
    text-align: left;
    font-size: 32px;
  }

  .rl_layout239_heading-wrapper {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .column-50 {
    width: 100%;
  }

  .column-50.mobilr {
    display: block;
  }

  .column-50.desktop {
    display: none;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

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

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

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

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

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

  .rl_testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 0;
  }

  .rl_layout242_icon-wrapper {
    justify-content: center;
    padding-bottom: 40px;
    display: flex;
  }

  .content-2 {
    flex-flow: row;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 2rem;
  }

  .rl-heading-style-h3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.25rem;
  }

  .rl-heading-style-h3.left.nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.white {
    margin-bottom: 0;
  }

  .testimonial-heading {
    font-size: 2.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .rl_layout242_component-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout242_component-flex.no-bsvkground {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rl_layout242_content-blue {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .rl_layout242_component-grid.gradient {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .rl_layout_content {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: end flex-start;
    place-items: flex-end start;
    display: grid;
  }

  .rl_layout_content-2colums, .rl_layout_content-column {
    grid-column-gap: 2rem;
  }

  .spline-scene._2 {
    width: 50%;
    display: none;
    transform: scale(.6);
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 10px;
    padding-left: 18px;
    display: flex;
  }

  .rl_layout_content-no-padding {
    grid-column-gap: 2rem;
    order: -1;
  }

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

  .header-blob {
    width: 70vw;
    left: -25%;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1.w--current {
    border-bottom-color: var(--light-blue);
  }

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

  .content-2-with-text-grid {
    flex-flow: column;
    display: flex;
  }

  .content-2-with-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .content-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_footer3_spacing-block-6 {
    padding-bottom: 4rem;
  }

  .image-4, .image-5 {
    max-width: 80%;
  }

  .fs_modal-1_image-2 {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper-2 {
    grid-template-columns: 1fr;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

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

  .list-2, .list-3 {
    padding-left: 25px;
  }

  .text-span-14 {
    color: var(--light-blue);
    font-family: Geomanist Book, sans-serif;
  }

  .rl-heading-style-form {
    color: var(--relume-library-lite--rl-white);
    text-align: left;
    font-size: 32px;
  }

  .list-4 {
    color: var(--black);
    padding-left: 25px;
  }

  .list-item-14, .list-item-15, .list-item-16 {
    font-size: 20px;
  }

  .list-item-17, .list-item-18, .list-item-19 {
    color: var(--black);
    font-size: 20px;
  }

  .list-5 {
    padding-left: 25px;
  }

  .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25 {
    color: var(--black);
    font-size: 20px;
  }

  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wide-photo-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 2rem;
  }

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

  .background-video, .background-video-content {
    background-image: linear-gradient(0deg, black, var(--dark-blue) 10%, var(--no-color) 75%);
  }

  .full-screen-video {
    background-image: linear-gradient(360deg, #000, #fff0);
    background-position: 0 0;
    height: auto;
    display: block;
  }

  .section-2 {
    height: 64vh;
    display: none;
  }

  .main-section {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .background-video-2 {
    display: block;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .image-9 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-middle, .rl_menu-icon2_line-top {
    background-color: var(--grey);
  }

  .rl_navbar2_button {
    padding: .25rem 1rem;
  }

  .navbar {
    min-height: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rl-button-group.right {
    justify-content: flex-start;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 32px;
    line-height: 40px;
  }

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2, .rl_header26_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .rl-padding-section-large {
    flex-flow: row;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

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

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_image-wrapper._2 {
    border-radius: 10px;
    padding-top: 200px;
  }

  .rl_layout239_image-wrapper._3, .rl_layout239_image-wrapper._1 {
    padding-top: 200px;
  }

  .rl_layout239_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout239_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout239_heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rl_layout239_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .rl_footer3_legal-link {
    align-self: auto;
    padding-bottom: 0;
    font-family: Geomanist Book, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .rl_footer3_legal-link.font-light {
    font-family: Geomanist Light, sans-serif;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: -1;
    grid-auto-flow: row;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .rl_footer3_credit-text {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .rl_footer3_bottom-wrapper.right {
    padding-bottom: 0;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 0;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .rl-container-large-3 {
    width: auto;
  }

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

  .rl_faq1_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_faq1_spacing-block-4 {
    padding-bottom: .75rem;
  }

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

  .rl_faq1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_faq1_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq1_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq1_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq1_question-text {
    font-size: 1rem;
  }

  .rl_faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 3rem;
    display: none;
  }

  .rl_faq1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_faq1_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .rl-padding-section-large-3 {
    width: 100vw;
    padding: 4rem 5%;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_testimonial15_slide-nav {
    inset: auto 0% -3%;
  }

  .rl_testimonial15_arrow-right {
    inset: 0% 0% auto auto;
  }

  .rl_testimonial15_arrow-left {
    inset: 0% 4rem auto auto;
  }

  .rl_testimonial15_client {
    align-items: center;
    width: 100%;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_icon-wrapper {
    justify-content: flex-start;
  }

  .rl_layout242_icon-wrapper.size {
    justify-content: center;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .content-2 {
    flex-flow: column;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl_layout242_spacing-block-1.hide {
    display: none;
  }

  .rl-heading-style-h3 {
    float: none;
    text-align: center;
    font-size: 2rem;
  }

  .paragraph {
    margin-bottom: 0;
  }

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

  .faq-heading {
    color: var(--black);
    font-size: 24px;
    line-height: 30px;
  }

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

  .rl-field-label {
    line-height: 150%;
  }

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-4 {
    font-size: 16px;
    line-height: 150%;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .rl_layout242_component-flex.no-bsvkground {
    background-position: 80%;
  }

  .rl_layout242_content-blue {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .rl_layout242_component-grid {
    flex-flow: column;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .rl_layout242_component-grid.gradient {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_layout_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    align-self: center;
    place-items: center;
    max-width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout_content-2colums {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .rl_layout_content-column {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .rl_layout_content-no-padding {
    grid-row-gap: 3rem;
    order: -1;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-1rem {
    padding-bottom: 1.5rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heading_component {
    width: 100%;
  }

  .header-blob {
    width: 100vw;
  }

  .section-hero-page {
    height: 80vh;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs-menu {
    border-bottom-style: none;
    flex-flow: column;
    width: 50%;
  }

  .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-1.w--current {
    border-bottom-width: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-2-with-text-grid {
    align-items: flex-start;
  }

  .rl_layout242_spacing-block-button {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-6 {
    padding-bottom: 3rem;
  }

  .rl_footer3_spacing-block-7 {
    padding-bottom: 1.5rem;
  }

  .image-4 {
    max-width: 80%;
  }

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

  .dot-block {
    align-self: auto;
  }

  .paragraph-dot {
    font-size: 20px;
    line-height: 20px;
  }

  .rl_footer3_spacing-block-8 {
    padding-bottom: .5rem;
  }

  .fs_modal-1_close-2 {
    padding: 1rem;
  }

  .fs_modal-1_heading-2 {
    font-size: 2rem;
  }

  .fs_modal-1_content-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl-padding-global-hero {
    padding-left: 5%;
  }

  .rl_header5_content-hero {
    width: 60%;
  }

  .list-2, .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .text-span-13 {
    color: var(--light-blue);
    font-family: Geomanist Book, sans-serif;
  }

  .rl-heading-style-form {
    color: var(--relume-library-lite--rl-white);
    font-size: 24px;
    line-height: 30px;
  }

  .list-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 25px;
    display: flex;
  }

  .list-item-14, .list-item-15, .list-item-16 {
    font-size: 20px;
  }

  .list-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

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

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

  .image-wide-photo {
    aspect-ratio: 193 / 134;
  }

  .image-play-button {
    width: 4rem;
    height: 4rem;
  }

  .section.full-gradient-bg-career-bottom.no-paddings-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .wide-photo-content {
    min-height: auto;
    padding: 2rem 1.25rem 8rem;
  }

  .col-image-wrap-alt {
    overflow: hidden;
  }

  .margin-top-regular {
    margin-top: .75rem;
  }

  .heading_main {
    font-size: 2.25rem;
  }

  .wide-photo-wrapper {
    flex-flow: column-reverse;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 2rem 0;
  }

  .wide-photo-wrapper.onboarding-wrapper {
    min-height: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .background-video {
    background-image: linear-gradient(0deg, black, var(--dark-blue) 15%, var(--no-color) 75%);
  }

  .navbar-transparent {
    min-height: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-video-content {
    background-image: linear-gradient(0deg, black, var(--dark-blue) 15%, var(--no-color) 75%);
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button-2 {
    font-size: .8em;
  }

  .image-9 {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .rl_menu-icon2_line-bottom, .rl_menu-icon2_line-middle, .rl_menu-icon2_line-top {
    background-color: var(--grey);
  }

  .rl_navbar2_dropdown-link {
    justify-content: flex-end;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar2_dropdown-list {
    background-color: var(--no-color);
  }

  .rl_navbar2_dropdown-list:hover {
    color: var(--black);
    font-size: 1rem;
  }

  .rl_navbar2_menu.is-page-height-tablet {
    padding-top: 4rem;
  }

  .rl-button.white.left {
    text-align: center;
  }

  .rl-button-group {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    display: block;
  }

  .rl-button-group.right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: block;
  }

  .rl-button-group.center {
    align-self: center;
    display: block;
  }

  .rl-button-group.left {
    justify-content: flex-start;
  }

  .rl-heading-style-h1.is-white {
    text-align: center;
    font-size: 32px;
    line-height: 115%;
  }

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

  .rl-padding-global.absolute {
    padding-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% 5%;
  }

  .content-1 {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

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

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

  .rl_layout239_spacing-block-4 {
    padding-bottom: 0;
  }

  .rl_layout239_image-wrapper._2, .rl_layout239_image-wrapper._3, .rl_layout239_image-wrapper._1 {
    border-radius: 20px;
    padding-top: 160px;
  }

  .rl_layout239_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2 {
    font-size: 24px;
    line-height: 115%;
  }

  .rl-heading-style-h2.is-white {
    font-size: 32px;
    line-height: 115%;
  }

  .rl_layout239_heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .rl_layout239_component {
    flex-flow: column;
  }

  .column-50 {
    width: 100%;
  }

  .hero-video {
    height: 100vh;
  }

  .rl_footer3_legal-link {
    font-size: 12px;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_footer3_credit-text {
    order: -1;
    display: block;
  }

  .rl_footer3_bottom-wrapper {
    display: block;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

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

  .rl_faq1_question-text {
    font-family: Geomanist Book, sans-serif;
    font-size: 16px;
  }

  .rl_faq1_spacing-block-2 {
    padding-bottom: 0;
  }

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

  .rl-padding-section-large-3 {
    width: 100vw;
    padding: 3rem 5% 8rem;
  }

  .rl_testimonial15_slide-nav {
    height: auto;
    font-size: 1rem;
    inset: auto 0% -11%;
  }

  .rl_testimonial15_client-name-text {
    font-family: Geomanist Book, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .rl_testimonial_spacing-block-1 {
    padding-bottom: 30px;
  }

  .rl_testimonial15_content-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rl_testimonial15_content {
    grid-template-columns: 1fr;
  }

  .rl_testimonial15_component {
    padding-top: 0;
  }

  .image {
    width: 15%;
    max-width: none;
  }

  .rl_layout242_icon-wrapper {
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .content-2 {
    border-radius: 20px;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_layout242_spacing-block-1 {
    padding-top: 100px;
    padding-bottom: 2rem;
    display: none;
  }

  .rl-heading-style-h3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 115%;
  }

  .rl-heading-style-h3.left {
    font-family: Geomanist Light, sans-serif;
    font-size: 24px;
  }

  .rl-heading-style-h3.left.nopadding {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    line-height: 115%;
  }

  .rl_layout242_component {
    border-radius: 20px;
  }

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

  .paragraph {
    color: var(--black);
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
    line-height: 28px;
  }

  .paragraph.white.center {
    text-align: center;
    align-self: center;
    max-width: 95%;
  }

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

  .paragraph.small {
    font-size: 12px;
    line-height: 150%;
  }

  .content-4 {
    background-color: var(--grey);
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 150%;
  }

  .testimonial-heading {
    font-size: 24px;
    line-height: 115%;
  }

  .faq-heading {
    line-height: 115%;
  }

  .rl_contact7_image-wrapper {
    display: none;
  }

  .rl-text-style-medium-4 {
    font-size: 16px;
    line-height: 150%;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: 4rem;
  }

  .rl_contact7_component {
    background-image: linear-gradient(54deg, var(--dark-blue) 6%, var(--dark-blue) 68%, #fff0), url('../images/image-36.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .rl-padding-global-no-padding {
    background-color: var(--no-color);
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .rl_layout242_component-flex {
    background-image: url('../images/image-42.png');
    background-position: 100%;
    background-size: contain;
    border-radius: 20px;
  }

  .rl_layout242_component-flex.no-bsvkground {
    background-position: 80% 100%;
    background-size: cover;
    display: block;
  }

  .rl_layout242_content-blue {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px;
  }

  .rl_layout242_content-blue.hide {
    display: none;
  }

  .rl_layout242_component-grid {
    border-radius: 20px;
    flex-flow: column;
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rl_layout242_component-grid.gradient {
    padding-top: 20px;
  }

  .rl_layout_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding-top: 20px;
    display: grid;
  }

  .rl_layout_content-2colums {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .rl_layout_content-column {
    grid-template-columns: 1fr;
  }

  .spline-scene._2 {
    width: 50%;
    display: none;
    top: -25%;
    left: 0%;
    transform: scale(.55);
  }

  .text-span-2 {
    font-family: Geomanist Book, sans-serif;
    line-height: 150%;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .rl_layout_content-no-padding {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .hero-heading_component {
    position: absolute;
    inset: auto 0% 5%;
  }

  .header-blob {
    object-fit: cover;
    flex: none;
    width: 100%;
    left: -40%;
  }

  .background-image-gradient {
    background-image: linear-gradient(90deg, #000, #0000);
  }

  .button {
    align-self: auto;
  }

  .fs_modal-1_button {
    justify-content: center;
    width: 100%;
  }

  .fs_modal-1_component {
    width: 100%;
  }

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

  .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6, .tab-link-tab-1.w--current {
    padding-left: 0;
  }

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

  .tab-link-tab-7 {
    padding-left: 0;
  }

  .content-2-with-image {
    border-radius: 20px;
  }

  .content-2-with-text-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .content-7 {
    background-color: var(--grey);
  }

  .rl_layout242_spacing-block-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .content-2-with-text {
    border-radius: 20px;
  }

  .content-2-with-image-grid {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .text-span-6 {
    display: none;
  }

  .text-span-8 {
    font-family: Geomanist Book, sans-serif;
    font-weight: 400;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
    padding-top: 0;
  }

  .text-span-10 {
    font-family: Geomanist Book, sans-serif;
  }

  .text-span-11 {
    font-family: Geomanist Book, sans-serif;
    font-weight: 400;
  }

  .image-4, .image-5 {
    width: auto;
    max-width: 70%;
  }

  .image-6 {
    width: 15%;
    max-width: none;
  }

  .text-span-12 {
    color: var(--light-blue);
    font-family: Geomanist Book, sans-serif;
    font-weight: 400;
  }

  .dot-block {
    align-self: auto;
  }

  .rl_footer3_spacing-block-8 {
    padding-bottom: .5rem;
  }

  .fs_modal-2_popup {
    display: none;
  }

  .rl-padding-global-hero {
    align-self: auto;
    padding-left: 5%;
    bottom: 15%;
  }

  .rl-padding-global-hero.absolute {
    inset: auto 0% 5%;
  }

  .rl_header5_content-hero {
    width: 100%;
  }

  .list-2, .list-3 {
    padding-left: 20px;
  }

  .image-7 {
    width: 15%;
    max-width: none;
  }

  .rl-heading-style-form {
    color: var(--white);
    font-size: 24px;
    line-height: 115%;
  }

  .rl-heading-style-form.is-white {
    font-size: 32px;
    line-height: 115%;
  }

  .text-span-18 {
    line-height: 30%;
  }

  .list-4, .list-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
  }

  .paragraph-button-wrapper {
    display: block;
  }

  .paragraph-button {
    color: var(--black);
    margin-bottom: 0;
    font-family: Geomanist Regular, sans-serif;
    font-size: 16px;
  }

  .bold-text, .bold-text-2 {
    display: none;
  }

  .text-span-19, .text-span-20 {
    font-family: Geomanist Book, sans-serif;
  }

  .image-wide-photo {
    aspect-ratio: 1;
    inset: 0% auto auto 0%;
  }

  .image-play-button {
    margin-top: 2rem;
    margin-left: 0;
    position: relative;
    top: auto;
    transform: none;
  }

  .container-fluid {
    height: 50%;
  }

  .wide-photo-content {
    aspect-ratio: 2 / 1.1;
    padding-bottom: 4rem;
  }

  .col-image-wrap-alt {
    inset: 0% auto auto 0%;
  }

  .wide-photo-wrapper.onboarding-wrapper {
    height: 50%;
  }

  .text-span-21, .text-span-22 {
    color: var(--light-blue);
    font-size: 32px;
    line-height: 40px;
  }

  .rl-padding-global-padding-5 {
    background-color: var(--no-color);
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .spline-scene-3 {
    flex: 0 auto;
    align-self: auto;
    width: 10rem;
    height: 20rem;
    display: none;
    inset: 0% auto auto 0;
  }

  .background-video, .background-video-content {
    background-image: linear-gradient(0deg, black, var(--dark-blue) 20%, var(--no-color) 75%);
    mix-blend-mode: normal;
    height: 100vh;
    display: flex;
  }

  .full-screen-video {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .content {
    border-radius: 20px;
  }

  .section-2 {
    height: 25vh;
    margin-top: 0;
  }

  .head-wrap {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    overflow: hidden;
  }

  .main-section {
    margin-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragrph {
    margin-top: 20px;
    font-size: 1.1em;
  }

  .background-video-2 {
    background-image: linear-gradient(#0000, #000);
  }

  .plyr_cover-button, .plyr_cover-button-2 {
    font-size: .7em;
  }

  .image-9 {
    max-width: 110%;
  }
}

#w-node-_4258567a-ce95-9122-8a04-ebc513a12929-ec0b1b9f {
  place-self: auto;
}

#w-node-_4258567a-ce95-9122-8a04-ebc513a1292b-ec0b1b9f, #w-node-_4258567a-ce95-9122-8a04-ebc513a1293e-ec0b1b9f {
  justify-self: end;
}

#w-node-_1b33753c-03a5-fefc-3bd8-fcdd4e42b67c-ec0b1b9f {
  place-self: auto;
}

#w-node-_1b33753c-03a5-fefc-3bd8-fcdd4e42b67e-ec0b1b9f, #w-node-_1b33753c-03a5-fefc-3bd8-fcdd4e42b6a7-ec0b1b9f {
  justify-self: end;
}

#w-node-e9be8a95-a1f0-9188-97a1-800287188471-ec0b1b9f {
  align-self: center;
}

#w-node-e9be8a95-a1f0-9188-97a1-800287188472-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-800287188478-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-80028718847b-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-80028718847e-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-800287188481-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-800287188484-ec0b1b9f, #w-node-e9be8a95-a1f0-9188-97a1-80028718848a-ec0b1b9f, #w-node-_52397f8a-1480-8ef4-ddb0-2114fbc3d8e9-ec0b1b9f, #w-node-_52397f8a-1480-8ef4-ddb0-2114fbc3d8ec-ec0b1b9f, #w-node-_52397f8a-1480-8ef4-ddb0-2114fbc3d8ef-ec0b1b9f, #w-node-_52397f8a-1480-8ef4-ddb0-2114fbc3d8f2-ec0b1b9f, #w-node-_52397f8a-1480-8ef4-ddb0-2114fbc3d8f5-ec0b1b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bad5979-15bf-9353-16e7-80b52c0161e8-ec0b1b9f, #w-node-af036484-d784-8314-dad5-daf867476bae-ec0b1b9f {
  align-self: center;
}

#w-node-_689e41bd-6533-3dc3-f64c-4c7f03774462-ec0b1b9f, #w-node-_577e9427-1c40-45b1-4e7d-a788c133411b-ec0b1b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c42fe94-12c4-aeb5-7aae-82399f9ee32c-ec0b1b9f, #w-node-_3c42fe94-12c4-aeb5-7aae-82399f9ee330-ec0b1b9f, #w-node-c3b8970d-9765-f1b3-56d1-952b1e4045ef-ec0b1b9f, #w-node-c3b8970d-9765-f1b3-56d1-952b1e4045f7-ec0b1b9f {
  justify-self: auto;
}

#w-node-_2d59b0fd-c76b-9533-bffc-3dbab5092ceb-ec0b1b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d59b0fd-c76b-9533-bffc-3dbab5092ced-ec0b1b9f {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_4258567a-ce95-9122-8a04-ebc513a1292b-ec0b1b9f, #w-node-_1b33753c-03a5-fefc-3bd8-fcdd4e42b67e-ec0b1b9f {
    justify-self: end;
  }

  #w-node-e9be8a95-a1f0-9188-97a1-800287188471-ec0b1b9f {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3c42fe94-12c4-aeb5-7aae-82399f9ee32c-ec0b1b9f, #w-node-c3b8970d-9765-f1b3-56d1-952b1e4045ef-ec0b1b9f {
    justify-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4258567a-ce95-9122-8a04-ebc513a1292b-ec0b1b9f, #w-node-_1b33753c-03a5-fefc-3bd8-fcdd4e42b67e-ec0b1b9f {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e9be8a95-a1f0-9188-97a1-800287188470-ec0b1b9f {
    align-self: auto;
  }

  #w-node-_9cef3e57-e8fa-dad1-1909-3bbf236aa547-ec0b1b9f {
    place-self: auto center;
  }

  #w-node-af036484-d784-8314-dad5-daf867476bae-ec0b1b9f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dae58f6e-2e75-5385-f84e-cb05b238641e-ec0b1b9f, #w-node-_9b385dcf-290d-1d39-5eca-ea081843baf8-ec0b1b9f, #w-node-b24c1e4a-4978-63f7-64db-9561395e0537-ec0b1b9f, #w-node-_94fbd1d5-9b74-32d7-cfff-aa8977bae714-ec0b1b9f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c3b8970d-9765-f1b3-56d1-952b1e4045f7-ec0b1b9f {
    align-self: auto;
  }
}


@font-face {
  font-family: 'Geomanist Regular';
  src: url('../fonts/Geomanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Thin';
  src: url('../fonts/Geomanist-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Bold';
  src: url('../fonts/Geomanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Ultra';
  src: url('../fonts/Geomanist-Ultra.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Extra Light';
  src: url('../fonts/Geomanist-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Medium';
  src: url('../fonts/Geomanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Light';
  src: url('../fonts/Geomanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Black';
  src: url('../fonts/Geomanist-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}