p {
  color: #D3DFE8;
}

h1, h2, h3, h4, h5, h6 {
  color: #FFF;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  line-height: calc(1.2em + 0.5rem);
}

body {
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  line-height: calc(1.1em + 0.5rem);
}

#root, #__next {
  isolation: isolate;
}

/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img,
picture,
video,
canvas,
svg {
  border-style: none;
  vertical-align: middle;
  display: block;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html, body {
  font-size: 16px;
}

h1, h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4, h5, h6 {
  font-weight: 625;
}

p {
  font-weight: 370;
}

h1 {
  font-size: 5.5em;
}

h2 {
  font-size: 2.375em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

/* Responsive behavior */
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.375em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 0.825em;
  }
  h6 {
    font-size: 0.75em;
  }
}
p {
  color: #D3DFE8;
}

.btn, .btn--sm {
  display: inline-block;
  background: #97E5CD;
  color: #061113;
  border-radius: 1000px;
  border: 1px solid #97E5CD;
  padding: 8px 30px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 0 0 #97e5cd;
          box-shadow: 0 0 0 0 #97e5cd;
  font-size: 1.125em;
}
.btn--sm {
  padding: 5px 20px;
  font-size: 0.875em;
}
.btn:hover, .btn--sm:hover, .btn:focus, .btn--sm:focus, .btn:active, .btn--sm:active {
  background: #061113;
  color: #97E5CD;
  -webkit-box-shadow: 0 0 0 6px rgba(151, 229, 205, 0.15);
          box-shadow: 0 0 0 6px rgba(151, 229, 205, 0.15);
}

.card, .card--lg {
  background: #061318;
  border: 1px solid #384E4E;
  border-radius: 12px;
  padding: 40px;
}

.card--lg {
  padding: 80px 80px;
  border-width: 0;
}

@media (max-width: 767px) {
  .card, .card--lg {
    padding: 40px 20px;
  }
  .card--lg {
    padding: 100px 20px;
    margin-left: -25px !important;
    margin-right: -25px !important;
    border-radius: 0;
  }
}
.accordion-image-container {
  position: relative;
}
.accordion-image-container:before {
  content: "";
  display: inline-block;
  position: relative;
  background: transparent;
  width: 100%;
  padding-top: 55.83%;
}

.accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition: opacity 250ms ease, visibility 250ms ease;
  transition: opacity 250ms ease, visibility 250ms ease;
}

.accordion-image-desktop {
  display: none;
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion-image.open {
  opacity: 1;
  visibility: visible;
}

.accordion {
  position: relative;
  border-bottom: 1px solid #283F43;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr 0fr;
  grid-template-rows: 0fr 0fr;
  -webkit-transition-property: opacity, grid-template-rows;
  transition-property: opacity, grid-template-rows;
  transition-property: opacity, grid-template-rows, -ms-grid-rows;
  -webkit-transition-delay: 100ms, 100ms;
          transition-delay: 100ms, 100ms;
  -webkit-transition-duration: 250ms, 250ms;
          transition-duration: 250ms, 250ms;
  padding-left: 20px;
  padding-right: 20px;
}
.accordion:first-child {
  border-top: 1px solid #283F43;
}
.accordion:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -132%;
  left: -150%;
  width: 150%;
  height: 300%;
  border-radius: 1500px;
  background: #061318;
  z-index: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  opacity: 1;
}
.accordion:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -132%;
  left: -150%;
  width: 150%;
  height: 300%;
  border-radius: 1500px;
  background: #DDFAFF;
  z-index: 1;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  opacity: 0.2;
}
.accordion .content {
  z-index: 2;
}

.accordion {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion .title {
  position: relative;
  margin-bottom: 0;
}
.accordion .title > a {
  padding-right: 40px;
  position: relative;
  z-index: 2;
  color: #96AEB2;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.accordion .title:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #96AEB2;
  border-bottom: 2px solid #96AEB2;
  border-radius: 2px;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.accordion .wrapper {
  padding-bottom: 15px;
}
.accordion .wrapper p {
  margin-right: 50px;
}

.accordion {
  overflow: hidden;
}
.accordion .content {
  overflow: hidden;
}

.accordion.open {
  -ms-grid-rows: 0fr 1fr;
  grid-template-rows: 0fr 1fr;
}
.accordion.open .title > a {
  color: #FFF;
}
.accordion.open .title:before {
  border-color: #FFF;
  top: calc(50% + 5px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(45deg) scale(-1, -1);
}
.accordion.open:after {
  left: -50%;
}
.accordion.open:before {
  left: -50%;
  opacity: 0.02;
}

@media (max-width: 1023px) {
  .accordion {
    padding-right: 0;
    padding-left: 0;
  }
  .accordion .wrapper p {
    margin-right: 0;
  }
  .accordion-image {
    display: none;
  }
  .accordion-image-container {
    display: none;
  }
  .accordion-image-desktop {
    display: block;
  }
}
/* General row styling */
.row, .row-tight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 80px;
}
.row:last-child, .row-tight:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .row, .row-tight {
    gap: 50px;
  }
}

.row-tight {
  gap: 30px;
}

/* Column styling */
.column, .column-md, .column-sm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px; /* Prevents columns from getting too small */
}

.column-sm {
  max-width: 768px;
}

.column-md {
  max-width: 944px;
}

/* Responsive behavior */
@media (max-width: 944px) {
  .row, .row-tight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.nav {
  height: 65px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .nav {
    padding-top: 5px;
  }
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 944px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section,
.footer {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .section,
  .footer {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

/* Set Margin Spacing (Utility) */
/* ref: https://sass-lang.com/documentation/at-rules/control/each */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

h1, h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1, h2 {
    margin-bottom: 25px;
  }
}

h3, h4 {
  margin-bottom: 15px;
}

h5, h6 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

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

@media (max-width: 944px) {
  .text-tablet-center {
    text-align: center;
  }
  .text-tablet-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-mobile-center {
    text-align: center;
  }
  .text-mobile-left {
    text-align: left;
  }
}
.text-sm {
  font-size: 0.875em;
}

.text-lg {
  font-size: 1.125em;
}

.text-xl {
  font-size: 1.525em;
}

.background-dark {
  background: #061318;
}

.highlight {
  color: #D0AA71;
}

@media (min-width: 945px) {
  .hide-above-tablet {
    display: none;
  }
}

@media (max-width: 944px) {
  .hide-tablet {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-above-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

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

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pt-0 {
  padding-top: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-80 {
  margin-right: 80px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

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

.mt-150 {
  margin-top: 150px;
}

@media (max-width: 944px) {
  .ml-tablet-0 {
    margin-left: 0;
  }
  .mb-tablet-0 {
    margin-bottom: 0;
  }
  .mb-tablet-20 {
    margin-bottom: 20px;
  }
  .mb-tablet-30 {
    margin-bottom: 30px;
  }
  .mb-tablet-50 {
    margin-bottom: 50px;
  }
  .mb-tablet-80 {
    margin-bottom: 80px;
  }
  .mb-tablet-100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ml-mobile-0 {
    margin-left: 0;
  }
  .mb-mobile-0 {
    margin-bottom: 0;
  }
  .mb-mobile-20 {
    margin-bottom: 20px;
  }
  .mb-mobile-30 {
    margin-bottom: 30px;
  }
  .mb-mobile-50 {
    margin-bottom: 50px;
  }
  .mb-mobile-80 {
    margin-bottom: 80px;
  }
  .mb-mobile-100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .order-mobile-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.show-top {
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.scroll-hidden {
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in {
  will-change: opacity;
}

.fade-in.visible {
  opacity: 1;
}

.slide-in-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  will-change: opacity, transform;
}
.slide-in-right.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  will-change: opacity, transform;
}
.slide-in-left.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-top {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  will-change: opacity, transform;
}
.slide-in-top.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: opacity, transform;
}
.slide-in-bottom.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay-0 {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.delay-1 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.delay-2 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-3 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.delay-4 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.delay-5 {
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

.delay-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

@media (min-width: 945px) {
  .delay-desktop-0 {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
  }
  .delay-desktop-1 {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms;
  }
  .delay-desktop-2 {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .delay-desktop-3 {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms;
  }
  .delay-desktop-4 {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .delay-desktop-5 {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms;
  }
  .delay-desktop-6 {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
}
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 5vh;
  overflow-x: hidden;
}

html {
  font-family: "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  background: #122026;
  color: #FFF;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .nav-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  display: inline-block;
  width: 160px;
  height: 40px;
  background-image: url("../assets/logo_standin.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .nav-message {
  display: inline-block;
  line-height: 1;
  font-weight: 450;
  font-size: 0.95rem;
  margin-right: 80px;
  color: #D3DFE8;
  padding-bottom: 5px;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .btn-container {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(6, 19, 24, 0);
          box-shadow: 0px 0px 0px 0px rgba(6, 19, 24, 0);
  border-radius: 500px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header .btn-container .btn--sm {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 767px) {
  header .nav-message {
    display: none;
  }
  header .logo {
    display: inline-block;
    width: 130px;
    height: 32.5px;
  }
}

header.scrolled .nav-message {
  opacity: 0;
  font-size: 0.001rem;
}
header.scrolled .logo {
  opacity: 0;
  width: 4px;
  height: 1px;
}
header.scrolled .btn-container {
  -webkit-box-shadow: 0px 0px 0px 10px rgba(6, 19, 24, 0.9);
          box-shadow: 0px 0px 0px 10px rgba(6, 19, 24, 0.9);
  -webkit-transform: translatey(-8px) translatex(30px);
          transform: translatey(-8px) translatex(30px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
header.scrolled .btn--sm {
  font-size: 0.75em;
  padding: 4px 15px;
  font-weight: 650;
}
@media (max-width: 767px) {
  header.scrolled .btn-container {
    -webkit-transform: translatey(-8px);
            transform: translatey(-8px);
  }
}

a {
  color: #97E5CD;
}

img.icon {
  height: 84px;
  width: auto;
}
@media (max-width: 767px) {
  img.icon {
    height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 439px) {
  img.icon {
    height: 68px;
  }
}

.pill, .sub-header {
  display: inline-block;
  border-radius: 1000px;
  font-size: 0.875em;
  padding: 4px 20px;
  margin-bottom: 15px;
  border: 1px solid #384E4E;
  background: #061318;
  color: #97E5CD;
  font-weight: 550;
}
@media (max-width: 767px) {
  .pill, .sub-header {
    font-size: 0.809375em;
    padding: 3px 15px;
  }
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.row-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  /* First column takes up 2-column width */
}
@media (max-width: 944px) {
  .row-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.row-steps .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 30px);
          flex: 1 1 calc(25% - 30px); /* 1-column width, accounting for gap */
}
@media (max-width: 1023px) {
  .row-steps .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3% - 30px);
            flex: 1 1 calc(33.3% - 30px);
    min-width: 0;
  }
}
@media (max-width: 944px) {
  .row-steps .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .row-steps .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.row-steps .step-message-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px); /* 2-column width, accounting for gap */
}
@media (max-width: 1023px) {
  .row-steps .step-message-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.step {
  overflow: visible;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1450px) {
  .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step .step-num {
    margin-bottom: 20px;
  }
}
.step.card {
  padding: 30px 25px 40px 25px;
}
.step:before {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  width: 0;
  z-index: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  right: 0;
  top: calc(50% - 1px);
  background: transparent;
}
@media (max-width: 767px) {
  .step:before {
    bottom: 0;
    top: auto;
    right: calc(50% - 1px);
    height: 0;
    width: 1px;
  }
}
.step.visible:before {
  opacity: 1;
  width: 50px;
  right: -50px;
}
@media (max-width: 767px) {
  .step.visible:before {
    width: 1px;
    opacity: 1;
    bottom: -50px;
    right: calc(50% - 1px);
    height: 50px;
  }
}

.step-part {
  position: relative;
}
.step-part h3 {
  font-weight: 450;
}
.step-part.step-content {
  text-align: left;
  font-size: 0.975rem;
}

.step.one {
  margin-top: 40px;
  border-color: rgba(225, 213, 195, 0.25);
}
.step.one .step-num {
  background: #E1D5C3;
}
.step.one .highlight {
  color: #E1D5C3;
}
.step.one:before {
  background: rgba(225, 213, 195, 0.25);
}
@media (max-width: 1023px) {
  .step.one {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .step.one:before {
    background: rgba(225, 213, 195, 0.25);
  }
}
.step.two {
  margin-top: 40px;
  border-color: rgba(194, 213, 193, 0.25);
}
.step.two .step-num {
  background: #C2D5C1;
}
.step.two .highlight {
  color: #C2D5C1;
}
@media (max-width: 1023px) {
  .step.two {
    margin-top: 0;
  }
  .step.two:before {
    background: rgba(194, 213, 193, 0.25);
  }
}
@media (max-width: 944px) {
  .step.two:before {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .step.two:before {
    background: rgba(194, 213, 193, 0.25);
  }
}
.step.three {
  border-color: rgba(166, 213, 192, 0.25);
}
.step.three .step-num {
  background: #A6D5C0;
}
.step.three .highlight {
  color: #A6D5C0;
}
.step.three:before {
  background: rgba(166, 213, 192, 0.25);
}
@media (max-width: 1023px) {
  .step.three:before {
    background: transparent;
  }
}
@media (max-width: 944px) {
  .step.three:before {
    background: rgba(166, 213, 192, 0.25);
  }
}
@media (max-width: 767px) {
  .step.three:before {
    background: rgba(166, 213, 192, 0.25);
  }
}
.step.four {
  border-color: rgba(139, 214, 191, 0.25);
}
.step.four .step-num {
  background: #8BD6BF;
}
.step.four .highlight {
  color: #8BD6BF;
}
.step.four:before {
  background: rgba(139, 214, 191, 0.25);
}
@media (max-width: 944px) {
  .step.four:before {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .step.four:before {
    background: rgba(139, 214, 191, 0.25);
  }
}
.step.five {
  border-color: rgba(110, 214, 189, 0.25);
}
.step.five .step-num {
  background: #6ED6BD;
}
.step.five .highlight {
  color: #6ED6BD;
}
.step.five:before {
  background: rgba(110, 214, 189, 0.25);
}
@media (max-width: 767px) {
  .step.five:before {
    background: rgba(110, 214, 189, 0.25);
  }
}
.step.six {
  border-color: rgba(83, 215, 188, 0.25);
}
.step.six .step-num {
  background: #53D7BC;
}
.step.six .highlight {
  color: #53D7BC;
}

.step-num {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.4rem;
  font-weight: 600;
  background: white;
  color: black;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
}

.section-intro {
  position: relative;
  overflow: hidden;
  padding-top: 125px;
  padding-bottom: 100px;
}
.section-intro .img-hero {
  aspect-ratio: 0.9914/1;
}
.section-intro .row {
  gap: 50px;
}
@media (max-width: 767px) {
  .section-intro .row {
    gap: 20px;
  }
}
.section-intro .content {
  position: relative;
  top: -4vw;
  overflow: visible;
}
.section-intro .content h1 {
  text-shadow: -3px -3px 25px rgba(6, 19, 24, 0.9), 3px -3px 25px rgba(6, 19, 24, 0.9), -3px 3px 25px rgba(6, 19, 24, 0.9), 3px 3px 25px rgba(6, 19, 24, 0.9);
}
.section-intro .content h1 span {
  line-height: 0.2;
}
.section-intro .content h1 span:first-child {
  position: relative;
  top: 0.08em;
}
@media (max-width: 1390px) {
  .section-intro .content h1 {
    font-size: 6.2vw;
  }
}
@media (max-width: 1090px) {
  .section-intro .content h1 {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .section-intro .content h1 {
    font-size: 2.5em;
  }
}
.section-intro .content p {
  max-width: 500px;
  text-shadow: -1px -1px 14px rgba(6, 19, 24, 0.9), 1px -1px 14px rgba(6, 19, 24, 0.9), -1px 1px 14px rgba(6, 19, 24, 0.9), 1px 1px 14px rgba(6, 19, 24, 0.9);
  margin-left: 4.2vw;
}
@media (max-width: 1100px) {
  .section-intro .content p {
    font-size: 1.375em;
  }
}
@media (max-width: 439px) {
  .section-intro .content p {
    font-size: 1.25em;
  }
}
@media (max-width: 1023px) {
  .section-intro .content {
    top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 944px) {
  .section-intro .content {
    margin-top: 0;
    text-align: center;
    margin-bottom: 35px;
  }
  .section-intro .content p {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-intro .column-copy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-intro .container {
  position: relative;
  z-index: 3;
}
.section-intro .binary-effect {
  opacity: 0.36;
  background: radial-gradient(at 73.5% center, #C2E8D6 25%, #83A6AB 36%, #4F7277 50%, #2C4E53 89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  line-height: 0.945;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-family: "PT Mono", monospace;
  font-weight: 300;
  font-style: normal;
}
.section-intro:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/backgrounds/hero-bg-a.svg");
  background-size: 6100px auto;
  background-position: top calc(-340px - max(0px, 0.05 * (1640px - 100vw))) left calc(250px - max(0px, 0.4 * (1640px - 100vw)));
  background-repeat: no-repeat;
}
.section-intro:after {
  z-index: 2;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/backgrounds/hero-bg-b.svg");
  background-size: 6100px auto;
  background-position: bottom calc(-2px - max(0px, 0.125 * (1640px - 100vw))) left calc(-1.1vw - max(0px, 0.18 * (1640px - 100vw)));
  background-repeat: no-repeat;
}
@media (max-width: 944px) {
  .section-intro .img-hero {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    max-width: 100%;
    position: relative;
    left: 0.8%;
  }
  .section-intro:before {
    background-position: top -495px left 500px;
  }
  .section-intro:after {
    height: 30%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #122026), to(rgba(18, 32, 38, 0)));
    background-image: linear-gradient(0deg, #122026 40%, rgba(18, 32, 38, 0) 100%);
    background-position: bottom calc(35px - max(0px, 0.05 * (1640px - 100vw))) left calc(-1.1vw - max(0px, 0.18 * (1640px - 100vw)));
  }
}
@media (max-width: 439px) {
  .section-intro .img-hero {
    max-width: 106%;
    margin-left: -2.5%;
  }
}

.section-contact h2 {
  text-shadow: -3px -3px 20px #061318, 3px -3px 20px #061318, -3px 3px 20px #061318, 3px 3px 20px #061318;
}
.section-contact p {
  text-shadow: -1px -1px 14px #061318, 1px -1px 14px #061318, -1px 1px 14px #061318, 1px 1px 14px #061318;
}
.section-contact .container {
  max-width: 1250px;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-contact .content {
  position: relative;
  z-index: 2;
}
.section-contact .binary-effect {
  z-index: 1;
  position: absolute;
  left: -25px;
  top: -25px;
  width: 135%;
  height: 135%;
  opacity: 0.56;
  background: radial-gradient(circle at center, rgba(131, 166, 171, 0.05) 15%, rgba(131, 166, 171, 0.45) 76%, #83a6ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 0.93;
  font-family: "PT Mono", monospace;
  font-weight: 300;
  font-style: normal;
}
.section-contact .binary-effect:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section-contact {
    padding-bottom: 0;
  }
}

.footer {
  background: #061318;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #D3DFE8;
  /* Responsive behavior */
}
.footer .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
.footer .copyright,
.footer .made {
  opacity: 0.6;
  font-size: 0.9em;
}
.footer .footer-info {
  opacity: 0.6;
  font-size: 0.9em;
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-left: auto;
}
.footer .blip {
  opacity: 0.3;
  font-weight: 200;
}
@media (max-width: 767px) {
  .footer {
    border-top: 1px solid rgba(56, 78, 78, 0.35);
  }
  .footer .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-bottom {
    margin-left: 0;
  }
}

.calendly-overlay {
  background-color: rgba(21, 30, 33, 0.9) !important;
}
/*# sourceMappingURL=style.css.map */