:root {
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #000;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gecko-green: #60ff00;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-100: #f7f9fd;
}

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

p {
  margin-bottom: 10px;
}

.navbar-no-shadow {
  background-color: #000;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  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: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  color: #fff;
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #160042;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #01ff1b;
  border-radius: 50px;
  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;
}

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

.f-header-image-wrapper-tall {
  width: 100%;
  height: 630px;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  background-color: var(--flowui-component-library--gecko-green);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gecko-green);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library--gecko-green);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.f-section-large {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  position: relative;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--gecko-green);
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library--grey-300);
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: var(--flowui-component-library--gray-200);
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library--grey-300);
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-footer-social {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--gecko-green);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

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

.f-footer-small {
  padding: 32px 5%;
  position: relative;
}

.f-text-area {
  min-height: 112px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::-ms-input-placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gecko-green);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::-ms-input-placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library--gecko-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-33 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-contact-content {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block {
  color: #fff;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: var(--flowui-component-library--grey-300);
}

.spline-scene {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.spline-scene-2 {
  width: 500px;
  height: 500px;
  justify-content: flex-end;
  margin-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  right: auto;
}

.spline-scene-3 {
  position: absolute;
}

.container {
  max-width: 1140px;
}

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

.f-content-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary-2 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral-2 {
  min-height: 48px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-49 {
  margin-bottom: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library--gecko-green);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-50 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--grey-300);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

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

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-51 {
  margin-bottom: 16px;
}

.f-margin-bottom-52 {
  margin-bottom: 8px;
}

.front-back-txt-anim_component {
  z-index: 1;
  height: 40rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-secondary {
  color: #fbf9fc;
  text-align: center;
  background-color: #141314;
  border: .125rem #141314;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button-secondary:hover {
  opacity: .8;
}

.button-secondary.is-small {
  max-width: 12rem;
  white-space: nowrap;
  max-width: 12rem;
  padding: .5rem 1rem;
  font-size: .875rem;
}

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

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

.margin-top.margin-small {
  text-align: center;
}

.scroll-line-wrapper {
  height: 2.5rem;
}

.front-back-txt-anim_img-decor {
  width: 4.9rem;
  height: 1.5rem;
  opacity: 1;
  background-color: #ebdff5;
  position: absolute;
  top: 22%;
  left: 32%;
  transform: rotate(-3deg);
}

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

.nav_column.is-ctas {
  justify-content: flex-end;
}

.nav_column.is-post-name {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto 2rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.nav_column.is-logo {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2rem auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.nav_wrapper {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.nav_tip-title {
  z-index: 1;
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
  position: static;
}

.logo-full {
  width: 8rem;
  display: none;
}

.front-back-txt-anim_text {
  z-index: 1;
  position: relative;
}

.front-back-txt-anim_text.is-back {
  z-index: -1;
}

.front-back-txt-anim_img {
  width: 50%;
  height: 100%;
  max-width: 25rem;
  background-color: #8f00ff;
  background-image: linear-gradient(to bottom, #fff 16%, var(--flowui-component-library--gecko-green));
  border: 5px solid #fff;
  border-radius: 100rem;
  position: relative;
  overflow: hidden;
}

.scroll-down_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-color-primary-2 {
  color: #8f00ff;
}

.nav_progress-content {
  white-space: nowrap;
}

.nav_progress-percentage {
  width: 46%;
  height: 100%;
  background-color: #fbf9fc;
  border-radius: 100rem;
}

.nav_component {
  z-index: 99;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0e;
  border-top: 1px solid #161616;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-xlarge {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xlarge.text-style-nowrap {
  color: var(--flowui-component-library--white);
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--flowui-component-library--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  position: static;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.page-padding {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.text-size-small.text-color-grey {
  color: rgba(251, 249, 252, .5);
}

.text-size-small.text-weight-normal {
  line-height: 1.5;
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav_progress-bar {
  height: .875rem;
  max-width: 10rem;
  min-width: 5rem;
  background-color: #141314;
  border-radius: 100rem;
  flex: 1;
  align-items: center;
  padding: .25rem;
  display: flex;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 400;
  transition-property: none;
}

.button:hover {
  opacity: .8;
}

.button.is-small {
  max-width: 12rem;
  max-width: 12rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: opacity .2s;
}

.front-back-txt-anim_text-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.scroll-line {
  width: 1px;
  height: 100%;
  transform-origin: 50% 0;
  color: #161616;
  background-color: #fbf9fc;
}

.nav_post-direction {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background-color: #141314;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav_post-direction.is-right {
  padding-left: 1px;
}

.section-tip {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav_progress-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(8rem, auto) auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  display: flex;
}

.image-logo-icon {
  width: 1.75rem;
}

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

.logo-icon {
  width: 1.75rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-12 {
  color: var(--flowui-component-library--gray-900);
  font-weight: 700;
}

.text-block-13 {
  font-weight: 700;
}

.body {
  background-color: #000;
  padding-top: 20px;
}

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

.f-content-image-wrapper-large {
  width: 100%;
  height: 460px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-neutral-3 {
  min-height: 48px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

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

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large-3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 32px;
}

.f-h2-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-53 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-54 {
  margin-bottom: 12px;
}

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

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-cta-logo-card {
  min-height: 96px;
  border: 1px solid var(--flowui-component-library--gray-200);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.f-cta-logo-card:hover {
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-margin-bottom-55 {
  margin-bottom: 48px;
}

.f-margin-bottom-56 {
  margin-bottom: 24px;
}

.f-cta-text-wrapper-center {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-72 {
  margin-bottom: 10px;
}

.f-section-regular-2 {
  padding: 40px 5%;
  position: relative;
}

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

.f-avatar-group-l {
  width: 72px;
  height: 72px;
  background-color: var(--flowui-component-library--grey-300);
  letter-spacing: -.03em;
  border: 6px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: -24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.f-avatar-group {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-paragraph-small {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-size: 30px;
  font-weight: 700;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-73 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-margin-bottom-74 {
  margin-bottom: 16px;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library--gecko-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-75 {
  margin-bottom: 48px;
}

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

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: rgba(247, 249, 253, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bodylink {
  color: var(--flowui-component-library--gecko-green);
  font-weight: 700;
}

.main-wrapper-2 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.image-logo-icon-2 {
  width: 1.75rem;
}

.page-wrapper-2 {
  overflow: hidden;
}

.nav_wrapper-2 {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.button-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav_post-direction-2 {
  width: 2rem;
  height: 2rem;
  background-color: #141314;
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_post-direction-2.right {
  padding-left: 1px;
  display: flex;
}

.image-logo-full {
  display: none;
}

.section-tip-2 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-gradient {
  background-image: linear-gradient(270deg, var(--flowui-component-library--gecko-green), #54fcff 50%, white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4rem;
  line-height: 100%;
  position: relative;
}

.nav_component-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0e;
  border-top: 1px solid #161616;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: rgba(228, 44, 44, 0);
}

.text-block-14 {
  color: var(--flowui-component-library--gecko-green);
  font-weight: 700;
}

.background-video {
  width: 100%;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-footer-detail-copy {
  color: var(--flowui-component-library--gray-200);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.f-paragraph-large-3-copy {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 32px;
}

.paragraph {
  max-width: 1280px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.rich-text-block {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}

.section {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  background-color: var(--flowui-component-library--gecko-green);
  color: var(--flowui-component-library--gray-900);
  text-align: left;
  border-radius: 13px;
  margin-left: auto;
  margin-right: auto;
}

.button-2.w--current {
  margin-top: 20px;
}

@media screen and (min-width: 1920px) {
  .f-section-large {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-full {
    width: 8rem;
    display: block;
  }

  .front-back-txt-anim_img {
    background-image: linear-gradient(to bottom, null, null), url('../images/Frame-18.jpg');
  }

  .image-logo-icon, .logo-icon {
    display: none;
  }

  .text-gradient {
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .f-header-image-wrapper-tall {
    height: 500px;
    max-width: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .button-secondary {
    white-space: nowrap;
  }

  .button-secondary.is-small {
    min-width: 12px;
    min-width: 12px;
  }

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

  .nav_column.is-ctas {
    align-self: stretch;
  }

  .nav_column.is-post-name {
    justify-content: space-between;
    align-self: stretch;
  }

  .nav_column.is-logo {
    grid-row-gap: 1rem;
    flex-direction: column;
    order: 1;
    align-items: center;
    display: flex;
  }

  .nav_wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-full {
    max-height: 100%;
    display: block;
  }

  .front-back-txt-anim_img {
    width: 50%;
  }

  .button-wrapper {
    width: 100%;
    justify-content: flex-end;
  }

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

  .button {
    white-space: nowrap;
  }

  .button.is-small {
    justify-content: flex-end;
  }

  .nav_progress-wrapper {
    justify-content: center;
    align-self: stretch;
  }

  .nav_logo-wrapper {
    order: 1;
    margin-right: 0;
  }

  .image-logo-icon, .logo-icon {
    display: none;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .image-logo-icon-2 {
    display: none;
  }

  .nav_wrapper-2 {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-wrapper-2 {
    width: 100%;
    justify-content: center;
  }

  .image-logo-full {
    width: 8rem;
    display: inline-block;
  }

  .text-gradient {
    letter-spacing: normal;
    font-size: 8rem;
  }

  .image {
    max-height: 100%;
  }

  .background-video {
    margin-bottom: 0;
  }

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

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

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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 rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .f-header-image-wrapper-tall {
    height: 500px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading, .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .front-back-txt-anim_component {
    height: 30rem;
  }

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

  .front-back-txt-anim_img-decor {
    width: 4rem;
    height: 1rem;
  }

  .nav_column.is-ctas {
    width: 100%;
  }

  .nav_column.is-post-name {
    width: 100%;
    flex-direction: row;
    align-self: stretch;
  }

  .nav_wrapper {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav_tip-title {
    overflow: hidden;
  }

  .front-back-txt-anim_img {
    width: 50%;
    max-width: 25rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-wrapper {
    width: 100%;
    grid-template-columns: 100%;
  }

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

  .nav_progress-bar {
    flex: none;
  }

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

  .section-tip {
    align-items: center;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .main-wrapper-2 {
    width: 100%;
    grid-template-columns: 100%;
  }

  .nav_wrapper-2 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .section-tip-2 {
    align-items: center;
  }

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

  .text-gradient {
    font-size: 6rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .f-header-image-wrapper-tall {
    height: 420px;
  }

  .f-header-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
  }

  .f-footer-vertical-divider {
    display: none;
  }

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

  .f-paragraph-large-2 {
    aspect-ratio: auto;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .f-h3-heading-2 {
    float: none;
    clear: none;
    aspect-ratio: auto;
    font-size: 35px;
    display: block;
  }

  .f-section-regular {
    object-fit: fill;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .front-back-txt-anim_component {
    height: 24rem;
  }

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

  .front-back-txt-anim_img-decor {
    width: 2.7rem;
  }

  .nav_wrapper {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .front-back-txt-anim_img {
    width: 70%;
    height: 70%;
    max-width: 10rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-xlarge.text-style-nowrap {
    font-size: 5rem;
  }

  .icon-1x1-xsmall.text-color-white {
    z-index: -1;
    position: relative;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tip-title {
    display: none;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .nav_wrapper-2 {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .text-gradient {
    letter-spacing: normal;
    font-size: 2.5rem;
  }

  .bold-text {
    white-space: normal;
    font-size: 35px;
    display: inline;
  }

  .background-video {
    object-fit: fill;
    overflow: hidden;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }
}

#w-node-_7e57072c-cd37-425b-0bec-f8a3589b7ab9-e61eabc8 {
  align-self: center;
  justify-self: end;
}

#w-node-_2cb6a750-1ab5-5b60-d8e5-c06c72f49e35-e61eabc8 {
  align-self: center;
  justify-self: center;
}

#w-node-_203445ba-8043-33aa-105d-cb62c49c9ae1-e61eabc8 {
  justify-self: start;
}

#w-node-_21ca78d4-c7e0-afa3-0055-773987f42bc2-e61eabc8 {
  justify-self: end;
}

#w-node-_1b5fd4fc-4ab9-1543-4c82-da0075fc5a45-e61eabc8 {
  justify-self: start;
}

#w-node-_51c2268c-b5b9-3960-8403-6db6e6bdd7cd-e61eabc8, #w-node-_464cb0ec-7535-6167-23ed-64230b9c044b-e61eabc8, #w-node-_10f3f439-a186-e518-a223-54a1dd28d95a-e61eabc8, #w-node-_7b24ae5e-12ca-53de-1040-0648b45848ba-e61eabc8, #w-node-_7b24ae5e-12ca-53de-1040-0648b45848c9-e61eabc8, #w-node-_7b24ae5e-12ca-53de-1040-0648b45848d8-e61eabc8, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec3d-e61eabc8, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec5a-e61eabc8, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec3d-e40bb8bd, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec5a-e40bb8bd, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec3d-eee33315, #w-node-_55209e70-2e42-cb9e-7697-4d4de37fec5a-eee33315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7e57072c-cd37-425b-0bec-f8a3589b7aa8-e61eabc8 {
    order: 9999;
  }

  #w-node-_2cb6a750-1ab5-5b60-d8e5-c06c72f49e24-e61eabc8, #w-node-_203445ba-8043-33aa-105d-cb62c49c9ae3-e61eabc8, #w-node-_21ca78d4-c7e0-afa3-0055-773987f42ba6-e61eabc8, #w-node-_1b5fd4fc-4ab9-1543-4c82-da0075fc5a47-e61eabc8 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e57072c-cd37-425b-0bec-f8a3589b7ab9-e61eabc8 {
    order: -9999;
  }

  #w-node-_203445ba-8043-33aa-105d-cb62c49c9ae3-e61eabc8 {
    align-self: auto;
    justify-self: auto;
  }
}


