html,
body {
  margin: 0;
  padding: 0
}

body {
  min-height: 100vh;
  font-family: 'Manrope', sans-serif;
  background-color: #07183a
}

:focus {
  outline: 3px solid;
  outline-color: #E98600;
  outline-offset: 2px
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px
}

.brand-image-frame {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 1px 2px -1px #e9860012 0 7px 20px -1px #e9860014;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px
}

.brand-image-frame img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block
}

.brand-tagline {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #c8cfe8;
  max-width: 180px
}

.site-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(135deg, #021F5D 0%, #061840 60%, #07183a 100%);
  border-bottom: 1px solid #e986002e;
  box-shadow: 0 7px 20px -1px #021f5d14 0 12px 60px -1px #021f5d1c
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 16px;
  display: flex;
  align-items: flex-start;
  gap: 40px
}

.header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  margin-left: auto
}

.header-contact-strip {
  display: flex;
  align-items: center;
  gap: 16px
}

.contact-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #c8cfe8;
  text-decoration: none;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-link-item:hover {
  color: #E98600
}

.contact-link-item i {
  font-size: 15px
}

.contact-divider {
  width: 1px;
  height: 16px;
  background-color: #e9860040
}

.primary-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  justify-content: flex-end
}

.nav-link-item {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #d4daf0;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .28s ease-in-out;
  display: inline-block;
  min-height: 44px;
  display: flex;
  align-items: center
}

.nav-link-item:hover {
  color: #E98600;
  border-color: #e986004d;
  background-color: #e986000f
}

.nav-link-item.active {
  color: #E98600;
  border-color: #e9860066;
  background-color: #e9860014
}

.header-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #E98600 40%, #e986004d 100%);
  max-width: 1280px;
  margin: 0 auto
}

.site-footer {
  background: linear-gradient(180deg, #061840 0%, #021F5D 45%, #031529 100%);
  border-top: 1px solid #e9860026
}

.footer-upper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 40px;
  display: flex;
  gap: 80px;
  align-items: flex-start
}

.footer-brand-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 200px
}

.footer-brand-image-frame {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 1px 2px -1px #e9860012 0 7px 20px -1px #e9860014;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px
}

.footer-brand-image-frame img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block
}

.footer-brand-description {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a97c0;
  max-width: 200px
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-column-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #E98600;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase
}

.footer-nav-link {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a97c0;
  text-decoration: none;
  transition: color .26s ease-in-out;
  display: inline-block;
  padding: 4px 0
}

.footer-nav-link:hover {
  color: #E98600
}

.footer-contact-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: auto
}

.footer-contact-entry {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a97c0
}

.footer-contact-entry i {
  margin-top: 4px;
  color: #E98600;
  flex-shrink: 0
}

.footer-contact-email {
  color: #c8cfe8;
  text-decoration: none;
  transition: color .26s ease-in-out
}

.footer-contact-email:hover {
  color: #E98600
}

.footer-divider-rule {
  max-width: 1280px;
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e9860040 50%, transparent 100%)
}

.footer-lower {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.footer-copyright {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #4d5f8a
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center
}

.footer-legal-link {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #4d5f8a;
  text-decoration: none;
  transition: color .26s ease-in-out
}

.footer-legal-link:hover {
  color: #E98600
}

.cookie-popup-container {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 480px;
  max-width: calc(100vw - 80px);
  z-index: 1000;
  background: linear-gradient(135deg, #021F5D 0%, #061840 100%);
  border: 1px solid #e9860040;
  border-radius: 6px;
  box-shadow: 0 12px 60px -1px #021f5d1c;
  transform: translateY(120%);
  transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden
}

.cookie-popup-container.visible {
  transform: translateY(0)
}

.cookie-popup-body {
  padding: 40px
}

.cookie-popup-description {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #c8cfe8;
  margin-bottom: 8px
}

.cookie-popup-description a {
  color: #E98600;
  text-decoration: underline;
  text-underline-offset: 2px
}

.cookie-popup-headline {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  font-weight: 700;
  margin-bottom: 16px
}

.cookie-action-row {
  display: flex;
  gap: 8px;
  margin-top: 16px
}

.cookie-btn-accept,
.cookie-btn-decline {
  flex: 1;
  padding: 8px 16px;
  min-height: 44px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #e9860080;
  transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out, color .25s ease-in-out
}

.cookie-btn-accept {
  background-color: #E98600;
  color: #021F5D
}

.cookie-btn-accept:hover {
  background-color: #ff9a0f;
  box-shadow: 0 7px 20px -1px #e9860014
}

.cookie-btn-decline {
  background-color: transparent;
  color: #c8cfe8
}

.cookie-btn-decline:hover {
  background-color: #e9860014;
  color: #E98600;
  box-shadow: 0 1px 2px -1px #e9860012
}

@media (max-width: 1024px) {
  .header-inner {
    padding: 40px 16px 16px;
    flex-wrap: wrap;
    gap: 16px
  }

  .header-right {
    width: 100%;
    align-items: flex-start
  }

  .footer-upper {
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 16px
  }

  .footer-contact-column {
    margin-left: 0
  }

  .footer-lower {
    padding: 16px 16px 40px
  }
}

@media (max-width: 768px) {
  .header-contact-strip {
    flex-wrap: wrap;
    gap: 8px
  }

  .footer-upper {
    flex-direction: column;
    gap: 40px
  }

  .footer-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}

@media (max-width: 480px) {
  .brand-image-frame {
    width: 65px;
    height: 65px
  }

  .cookie-popup-container {
    max-width: calc(100vw - 32px);
    bottom: 16px
  }

  .cookie-popup-body {
    padding: 16px
  }

  .cookie-action-row {
    flex-direction: column
  }
}

.doc-info {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  background: #0b1120;
  color: #c8cdd8;
  line-height: 1.55;
  letter-spacing: .01em
}

.doc-info h1 {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 40px;
  margin-top: 0
}

.doc-info h2 {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-top: 80px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e986002e
}

.doc-info h3 {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #dde0e8;
  margin-top: 40px;
  margin-bottom: 16px
}

.doc-info h4 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #dde0e8;
  margin-top: 40px;
  margin-bottom: 8px
}

.doc-info h5 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #c8cdd8;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 8px
}

.doc-info h6 {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #E98600;
  margin-top: 16px;
  margin-bottom: 8px
}

.doc-info p {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  margin-bottom: 16px;
  color: #c8cdd8
}

.doc-info ul,
.doc-info ol {
  margin: 16px 0 16px 40px;
  padding: 0
}

.doc-info ul {
  list-style: none;
  margin-left: 0
}

.doc-info ul li {
  padding-left: 16px;
  position: relative;
  font-size: 15px;
  line-height: 1.55;
  color: #c8cdd8;
  margin-bottom: 8px
}

.doc-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E98600;
  opacity: .75
}

.doc-info ol {
  list-style: decimal
}

.doc-info ol li {
  font-size: 15px;
  line-height: 1.55;
  color: #c8cdd8;
  margin-bottom: 8px;
  padding-left: 4px
}

.doc-info ol li::marker {
  color: #E98600;
  font-size: 15px
}

.doc-info ul ul,
.doc-info ol ul,
.doc-info ul ol,
.doc-info ol ol {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px
}

.doc-info em,
.doc-info i {
  font-style: italic;
  color: #dde0e8
}

.doc-info strong {
  color: #F4F4EB;
  font-weight: 600
}

.doc-info table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 7px 20px -1px #021f5d14;
  border-radius: 6px;
  overflow: hidden
}

.doc-info thead {
  background: #021f5d8c
}

.doc-info thead th {
  color: #F4F4EB;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #e9860040
}

.doc-info tbody tr {
  border-bottom: 1px solid #f4f4eb0f;
  transition: background .25s ease-in-out
}

.doc-info tbody tr:last-child {
  border-bottom: none
}

.doc-info tbody tr:hover {
  background: #021f5d4d
}

.doc-info td {
  padding: 16px;
  color: #c8cdd8;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.55
}

.doc-info th {
  padding: 16px;
  vertical-align: top
}

.doc-info div {
  font-size: 15px;
  line-height: 1.55
}

.doc-info a {
  color: #E98600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-info a:hover {
  color: #F4F4EB;
  text-decoration-color: #f4f4eb66
}

.doc-info blockquote {
  margin: 40px 0;
  padding: 16px 40px;
  background: #021f5d40;
  border-radius: 4px;
  color: #dde0e8;
  font-size: 19px;
  line-height: 1.55;
  font-style: italic;
  box-shadow: 0 1px 2px -1px #021f5d12
}

.doc-info hr {
  border: none;
  border-top: 1px solid #f4f4eb14;
  margin: 80px 0
}

@media (max-width: 1024px) {
  .doc-info {
    padding: 80px 40px
  }

  .doc-info h1 {
    font-size: 56px
  }
}

@media (max-width: 768px) {
  .doc-info {
    padding: 40px 16px
  }

  .doc-info h1 {
    font-size: 31px
  }

  .doc-info h2 {
    font-size: 24px;
    margin-top: 40px
  }

  .doc-info h3 {
    font-size: 19px
  }

  .doc-info table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 480px) {
  .doc-info {
    padding: 40px 16px
  }

  .doc-info h1 {
    font-size: 24px
  }

  .doc-info h2 {
    font-size: 19px
  }

  .doc-info blockquote {
    padding: 16px;
    font-size: 15px
  }
}

.process-page {
  background-color: #080f1e;
  color: #d8dce8;
  overflow-x: clip
}

.process-page *,
.process-page ::before,
.process-page ::after {
  box-sizing: border-box
}

.process-page ::selection {
  background-color: #021F5D;
  color: #F4F4EB
}

.process-page .page-frame {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}

@media (max-width: 768px) {
  .process-page .page-frame {
    padding: 0 16px
  }
}

.process-page .dashed-rule {
  border: none;
  border-top: 2px dashed #E98600;
  opacity: .45;
  margin: 0
}

.process-page .bento-block {
  padding: 80px 0 40px;
  position: relative
}

.process-page .bento-block .atmosphere {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden
}

.process-page .bento-block .atmosphere .spot-a {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 420px;
  height: 420px;
  background: #E98600;
  opacity: .06;
  border-radius: 36px;
  filter: blur(80px)
}

.process-page .bento-block .atmosphere .spot-b {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 320px;
  height: 320px;
  background: #021F5D;
  opacity: .18;
  border-radius: 36px;
  filter: blur(60px)
}

.process-page .bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px
}

@media (max-width: 768px) {
  .process-page .bento-grid {
    grid-template-columns: 1fr
  }
}

.process-page .bento-cell {
  border-radius: 6px;
  overflow: hidden
}

.process-page .bento-cell.image-cell {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  min-height: 460px;
  position: relative
}

@media (max-width: 768px) {
  .process-page .bento-cell.image-cell {
    grid-row: auto;
    grid-column: auto;
    min-height: 280px
  }
}

.process-page .bento-cell.image-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 1px solid #021f5d66;
  border-radius: 6px
}

.process-page .bento-cell.image-cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 70%, transparent 40%, #080f1e8c 100%);
  border-radius: 6px;
  pointer-events: none
}

.process-page .bento-cell.text-primary {
  background: linear-gradient(158deg, #0d1a35 0%, #0a1225 100%);
  padding: 40px;
  border: 1px solid #e9860026;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.process-page .bento-cell.text-secondary {
  background: linear-gradient(158deg, #021F5D 0%, #0d1a35 100%);
  padding: 40px;
  border: 1px solid #e986001f;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.process-page .bento-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #E98600;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px
}

.process-page .bento-label .label-dot {
  width: 6px;
  height: 6px;
  background: #E98600;
  border-radius: 4px;
  flex-shrink: 0
}

.process-page .bento-heading {
  font-size: clamp(31px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin: 0 0 16px
}

.process-page .bento-heading .accent-word {
  color: #E98600;
  position: relative;
  display: inline-block
}

.process-page .bento-heading .accent-word::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 3px;
  background: #E98600;
  border-radius: 4px;
  animation: underline-draw .7s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

@keyframes underline-draw {
  to {
    width: 100%
  }
}

.process-page .bento-thesis {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #a8b0c4;
  margin: 0
}

.process-page .bento-thesis strong {
  color: #F4F4EB
}

.process-page .bento-theses {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.process-page .bento-theses li {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #c2c8d8;
  padding-left: 16px;
  position: relative
}

.process-page .bento-theses li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #E98600;
  border-radius: 4px;
  opacity: .8
}

@keyframes slide-from-left {
  from {
    opacity: 0;
    transform: translateX(-32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slide-from-right {
  from {
    opacity: 0;
    transform: translateX(32px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slide-from-bottom {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.process-page .bento-cell.text-primary {
  animation: slide-from-left .55s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.process-page .bento-cell.image-cell {
  animation: slide-from-right .55s cubic-bezier(0.4, 0, 0.2, 1) .2s both
}

.process-page .bento-cell.text-secondary {
  animation: slide-from-left .55s cubic-bezier(0.4, 0, 0.2, 1) .35s both
}

.process-page .steps-block {
  padding: 80px 0;
  background: #0a1225;
  position: relative
}

.process-page .steps-block .blueprint-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .07;
  background-image: linear-gradient(#021f5dcc 1px, transparent 1px), linear-gradient(90deg, #021f5dcc 1px, transparent 1px);
  background-size: 40px 40px
}

.process-page .steps-block .steps-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px
}

.process-page .steps-block .steps-intro h2 {
  font-size: clamp(24px, 3.5vw, 31px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin: 0 0 16px;
  position: relative;
  display: inline-block
}

.process-page .steps-block .steps-intro h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #E98600;
  border-radius: 4px;
  animation: underline-draw-center .6s cubic-bezier(0.4, 0, 0.2, 1) .6s forwards
}

@keyframes underline-draw-center {
  from {
    width: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  to {
    width: 60%;
    left: 20%;
    transform: translateX(0)
  }
}

.process-page .steps-block .steps-intro p {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93a8;
  margin: 0
}

.process-page .steps-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  overflow: visible
}

@media (max-width: 1024px) {
  .process-page .steps-row {
    flex-direction: column;
    gap: 16px
  }
}

.process-page .step-card {
  flex: 1;
  background: #080f1e;
  border: 1px solid #e986001a;
  border-radius: 6px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color .28s ease-in-out, box-shadow .28s ease-in-out;
  animation: slide-from-bottom .5s cubic-bezier(0.4, 0, 0.2, 1) both
}

.process-page .step-card:nth-child(1) {
  animation-delay: .15s
}

.process-page .step-card:nth-child(2) {
  animation-delay: .28s
}

.process-page .step-card:nth-child(3) {
  animation-delay: .41s
}

.process-page .step-card:nth-child(4) {
  animation-delay: .54s
}

.process-page .step-card:hover {
  border-color: #e9860073;
  box-shadow: 0 7px 20px -1px #e9860014
}

.process-page .step-number {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #e986002e;
  font-weight: 700;
  line-height: 1;
  transition: color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.process-page .step-card:hover .step-number {
  color: #e986008c
}

.process-page .step-icon-wrap {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #021F5D 0%, #0d1a35 100%);
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9860033;
  flex-shrink: 0
}

.process-page .step-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: #E98600;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.process-page .step-card h4 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin: 0
}

.process-page .step-card p {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #7a8399;
  margin: 0;
  flex: 1
}

.process-page .step-connector {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 80px;
  flex-shrink: 0
}

@media (max-width: 1024px) {
  .process-page .step-connector {
    display: none
  }
}

.process-page .step-connector svg {
  width: 20px;
  height: 20px;
  stroke: #e9860059;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.process-page .people-block {
  padding: 80px 0;
  background: #E98600;
  position: relative
}

.process-page .people-block .geometric-motif {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  opacity: .12
}

.process-page .people-block .geometric-motif::before,
.process-page .people-block .geometric-motif::after {
  content: "";
  position: absolute;
  border: 1px solid #021F5D;
  border-radius: 4px
}

.process-page .people-block .geometric-motif::before {
  width: 80px;
  height: 80px;
  top: 40px;
  right: 40px;
  transform: rotate(18deg)
}

.process-page .people-block .geometric-motif::after {
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 80px;
  transform: rotate(-12deg)
}

.process-page .people-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 80px;
  align-items: start
}

@media (max-width: 768px) {
  .process-page .people-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.process-page .people-header {
  grid-column: 1 / -1
}

.process-page .people-header h2 {
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #021F5D;
  margin: 0 0 8px
}

.process-page .people-header p {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #021f5db8;
  margin: 0;
  max-width: 560px
}

.process-page .person-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  background: #021f5d14;
  border-radius: 6px;
  padding: 40px;
  border: 1px solid #021f5d26;
  transition: background .38s ease-in-out, box-shadow .38s ease-in-out;
  animation: slide-from-bottom .5s cubic-bezier(0.4, 0, 0.2, 1) .2s both
}

.process-page .person-card:hover {
  background: #021f5d26;
  box-shadow: 0 12px 60px -1px #021f5d1c
}

.process-page .person-portrait {
  width: 72px;
  height: 92px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #021f5d40
}

.process-page .person-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block
}

.process-page .person-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.process-page .person-details h5 {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #021F5D;
  margin: 0
}

.process-page .person-details .person-role {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #021f5da6;
  text-transform: uppercase;
  margin: 0
}

.process-page .person-details .person-quote {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #021f5dd1;
  margin: 0;
  border-top: 1px solid #021f5d26;
  padding-top: 8px;
  font-style: italic
}

.process-page .accent-quote-block {
  grid-column: 1 / -1;
  background: #021f5d1a;
  border-radius: 6px;
  padding: 40px;
  border: 1px solid #021f5d2e
}

.process-page .accent-quote-block blockquote {
  margin: 0;
  padding: 0
}

.process-page .accent-quote-block blockquote p {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #021F5D;
  margin: 0 0 16px;
  font-style: italic
}

.process-page .accent-quote-block blockquote cite {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #021f5da6;
  font-style: normal;
  text-transform: uppercase
}

.process-page .rating-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap
}

.process-page .rating-stars {
  display: flex;
  flex-direction: row;
  gap: 4px
}

.process-page .rating-stars svg {
  width: 20px;
  height: 20px;
  fill: #021F5D
}

.process-page .rating-text {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #021f5dbf
}

.process-page .rating-text strong {
  color: #021F5D
}

.process-page .bento-action {
  margin-top: 16px
}

.process-page .btn-primary-dark {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #E98600;
  color: #021F5D;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1), background .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.process-page .btn-primary-dark:hover {
  background: #F4F4EB;
  box-shadow: 0 7px 20px -1px #e9860014 0 12px 60px -1px #e986001c;
  color: #021F5D;
  text-decoration: none
}

.process-page .btn-primary-dark:focus {
  outline: 2px solid #E98600;
  outline-offset: 3px
}

.process-page .btn-outline-light {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #021F5D;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  border: 2px solid #021F5D;
  cursor: pointer;
  text-decoration: none;
  transition: background .32s ease-in-out, box-shadow .32s ease-in-out
}

.process-page .btn-outline-light:hover {
  background: #021F5D;
  color: #F4F4EB;
  box-shadow: 0 7px 20px -1px #021f5d14;
  text-decoration: none
}

.process-page .btn-outline-light:focus {
  outline: 2px solid #021F5D;
  outline-offset: 3px
}

.process-page .text-highlight {
  background: #021f5d2e;
  border-radius: 4px;
  padding: 0 4px;
  color: #F4F4EB
}

@media (max-width: 480px) {

  .process-page .bento-cell.text-primary,
  .process-page .bento-cell.text-secondary {
    padding: 16px
  }

  .process-page .step-card {
    padding: 16px
  }

  .process-page .person-card {
    padding: 16px;
    flex-direction: column
  }

  .process-page .accent-quote-block {
    padding: 16px
  }

  .process-page .accent-quote-block blockquote p {
    font-size: 19px
  }
}

.start-page {
  background-color: #080f1f;
  color: #d8dce8;
  overflow-x: clip
}

.start-page *,
.start-page ::before,
.start-page ::after {
  box-sizing: border-box
}

.start-page .page-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px
}

@media (max-width: 768px) {
  .start-page .page-container {
    padding-left: 16px;
    padding-right: 16px
  }
}

.start-page .dash-accent {
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #E98600;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0
}

.start-page .title-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px
}

.start-page .title-block-diagonal {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, #021F5D 0%, #021F5D 42%, #0b1630 42%, #080f1f 100%);
  z-index: 0
}

.start-page .title-block-frame {
  position: absolute;
  inset: 16px;
  border: 1px solid #e986002e;
  border-radius: 6px;
  pointer-events: none;
  z-index: 1
}

.start-page .title-block-inner {
  position: relative;
  z-index: 2
}

.start-page .title-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

@media (max-width: 768px) {
  .start-page .title-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.start-page .title-label {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #E98600;
  margin-bottom: 16px;
  font-weight: 600
}

.start-page .title-heading {
  font-size: clamp(31px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 16px
}

.start-page .title-heading .gradient-word {
  background: linear-gradient(118deg, #E98600 0%, #f4a830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.start-page .title-subtext {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #a8b0c4;
  margin-bottom: 40px;
  max-width: 480px
}

.start-page .title-action-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap
}

.start-page .btn-primary-light {
  display: inline-block;
  padding: 16px 40px;
  background-color: #E98600;
  color: #080f1f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), background-color .22s ease-in-out
}

.start-page .btn-primary-light:hover {
  background-color: #f49510;
  box-shadow: 0 7px 20px -1px #e9860061 0 12px 60px -1px #e986002e;
  color: #080f1f;
  text-decoration: none
}

.start-page .btn-outline-light {
  display: inline-block;
  padding: 16px 40px;
  background-color: transparent;
  color: #F4F4EB;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #f4f4eb4d;
  cursor: pointer;
  transition: border-color .25s ease-in-out, box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), color .22s ease-in-out
}

.start-page .btn-outline-light:hover {
  border-color: #E98600;
  color: #E98600;
  box-shadow: 0 7px 20px -1px #021f5d38;
  text-decoration: none
}

.start-page .title-image-col {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.start-page .title-img-frame {
  position: relative;
  width: 100%;
  max-width: 480px
}

.start-page .title-img-frame img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
  opacity: .72;
  border: 1px solid #e9860038;
  box-shadow: 0 12px 60px -1px #021f5d47
}

.start-page .title-img-badge {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background-color: #E98600;
  color: #080f1f;
  font-size: 15px;
  font-weight: 700;
  padding: 16px;
  border-radius: 4px;
  line-height: 1.35;
  max-width: 180px;
  box-shadow: 0 7px 20px -1px #e9860038
}

.start-page .title-img-badge span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1
}

@keyframes clip-reveal-down {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0
  }

  to {
    clip-path: inset(0 0 0% 0);
    opacity: 1
  }
}

.start-page .title-block-inner {
  animation: clip-reveal-down .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.start-page .divider-torn {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  display: block
}

.start-page .divider-torn svg {
  display: block;
  width: 100%
}

.start-page .proof-block {
  background-color: #0d1526;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative
}

.start-page .proof-block-bg-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  overflow: hidden;
  pointer-events: none
}

.start-page .proof-block-bg-accent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 340px;
  background-image: repeating-conic-gradient(from 0deg at 100% 0%, #021f5d2e 0deg 3deg, transparent 3deg 12deg);
  border-radius: 0
}

.start-page .proof-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .start-page .proof-header {
    flex-direction: column;
    gap: 16px
  }
}

.start-page .proof-heading-col {
  flex: 0 0 auto;
  max-width: 420px
}

.start-page .proof-heading {
  font-size: clamp(24px, 3.5vw, 31px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 8px
}

.start-page .proof-heading .underline-anim {
  position: relative;
  display: inline-block
}

.start-page .proof-heading .underline-anim::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E98600;
  border-radius: 4px;
  animation: underline-grow .7s .5s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

@keyframes underline-grow {
  to {
    width: 100%
  }
}

.start-page .proof-desc-col {
  flex: 1
}

.start-page .proof-desc {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px
}

@media (max-width: 1024px) {
  .start-page .proof-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 480px) {
  .start-page .proof-grid {
    grid-template-columns: 1fr
  }
}

.start-page .proof-card {
  background-color: #111c33;
  border: 1px solid #021f5d80;
  border-radius: 6px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .28s ease-in-out, box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.start-page .proof-card:hover {
  border-color: #e9860059;
  box-shadow: 0 7px 20px -1px #021f5d2e
}

.start-page .proof-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  flex-shrink: 0
}

.start-page .proof-card-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #E98600;
  font-weight: 600;
  text-transform: uppercase
}

.start-page .proof-card-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .proof-card.accent-right {
  background-color: #021F5D;
  border-color: #e9860047
}

.start-page .proof-card.accent-right .proof-card-text {
  color: #c0c8dc
}

.start-page .proof-quote-block {
  border-top: 1px solid #021f5d80;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start
}

@media (max-width: 768px) {
  .start-page .proof-quote-block {
    grid-template-columns: 1fr;
    gap: 16px
  }
}

.start-page .proof-quote {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #F4F4EB;
  padding: 16px 40px;
  border-radius: 4px;
  background-color: #021f5d38;
  font-style: italic;
  position: relative
}

.start-page .proof-quote::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 20px;
  height: 16px;
  background-color: #E98600;
  clip-path: polygon(0 0, 40% 0, 40% 55%, 100% 55%, 100% 100%, 0 100%);
  opacity: .6
}

.start-page .proof-image-col {
  position: relative
}

.start-page .proof-image-col img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
  border: 1px solid #e986002e;
  box-shadow: 0 12px 60px -1px #021f5d38
}

.start-page .divider-line-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto
}

.start-page .divider-line-center .line-part {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #021f5d80, transparent)
}

.start-page .divider-center-gem {
  width: 12px;
  height: 12px;
  background-color: #E98600;
  transform: rotate(45deg);
  border-radius: 2px;
  flex-shrink: 0
}

.start-page .investment-block {
  background-color: #080f1f;
  padding-top: 80px;
  padding-bottom: 80px
}

.start-page .investment-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start
}

@media (max-width: 1024px) {
  .start-page .investment-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }
}

.start-page .investment-left {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.start-page .investment-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #E98600;
  font-weight: 600
}

.start-page .investment-heading {
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB
}

.start-page .investment-heading .underline-anim {
  position: relative;
  display: inline-block
}

.start-page .investment-heading .underline-anim::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E98600;
  border-radius: 4px;
  animation: underline-grow .65s .7s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.start-page .investment-body {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .investment-img-wrap {
  margin-top: 16px;
  position: relative
}

.start-page .investment-img-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
  border: 1px solid #021f5d80;
  box-shadow: 0 12px 60px -1px #021f5d47
}

.start-page .investment-right {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.start-page .format-row {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.start-page .format-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background-color: #111c33;
  border: 1px solid #021f5d66;
  transition: border-color .25s ease-in-out, background-color .22s ease-in-out
}

.start-page .format-item:hover {
  border-color: #e986004d;
  background-color: #131f38
}

.start-page .format-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #e986001a;
  display: flex;
  align-items: center;
  justify-content: center
}

.start-page .format-icon svg {
  width: 22px;
  height: 22px
}

.start-page .format-text-col {
  flex: 1
}

.start-page .format-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #F4F4EB;
  margin-bottom: 4px
}

.start-page .format-desc {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .investment-note {
  margin-top: 8px;
  padding: 16px;
  border-radius: 4px;
  background-color: #e9860012;
  border: 1px solid #e9860033;
  font-size: 15px;
  line-height: 1.55;
  color: #c0c8dc
}

.start-page .investment-link {
  display: inline;
  color: #E98600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color .22s ease-in-out
}

.start-page .investment-link:hover {
  color: #f4a830;
  text-decoration: none
}

.start-page .divider-svg-torn {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  display: block;
  background-color: #0d1526
}

.start-page .longterm-block {
  background-color: #0d1526;
  padding-top: 80px;
  padding-bottom: 80px
}

.start-page .longterm-top {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .start-page .longterm-top {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px
  }
}

.start-page .longterm-heading-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.start-page .longterm-eyebrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #E98600;
  font-weight: 600
}

.start-page .longterm-heading {
  font-size: clamp(24px, 3.5vw, 31px);
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB
}

.start-page .longterm-heading .underline-anim {
  position: relative;
  display: inline-block
}

.start-page .longterm-heading .underline-anim::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E98600;
  border-radius: 4px;
  animation: underline-grow .65s .9s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.start-page .longterm-intro {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .longterm-right-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px
}

.start-page .longterm-body {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .longterm-highlight {
  background-color: #021f5d59;
  border-radius: 4px;
  padding: 16px;
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #F4F4EB;
  font-style: italic
}

.start-page .testimonial-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px
}

@media (max-width: 768px) {
  .start-page .testimonial-row {
    grid-template-columns: 1fr
  }
}

.start-page .testimonial-card {
  background-color: #111c33;
  border: 1px solid #021f5d73;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.start-page .testimonial-card:hover {
  box-shadow: 0 7px 20px -1px #021f5d2e
}

.start-page .testimonial-portrait {
  width: 64px;
  height: 84px;
  object-fit: cover;
  object-position: top;
  display: block;
  flex-shrink: 0;
  border: 1px solid #e9860038
}

.start-page .testimonial-text-col {
  flex: 1
}

.start-page .testimonial-quote {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #a8b0c4;
  margin-bottom: 8px
}

.start-page .testimonial-name {
  font-size: 15px;
  font-weight: 700;
  color: #F4F4EB;
  letter-spacing: .02em
}

.start-page .testimonial-role {
  font-size: 15px;
  color: #E98600;
  letter-spacing: .01em
}

.start-page .longterm-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

@media (max-width: 1024px) {
  .start-page .longterm-bottom-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 480px) {
  .start-page .longterm-bottom-grid {
    grid-template-columns: 1fr
  }
}

.start-page .value-card {
  background-color: #080f1f;
  border: 1px solid #021f5d66;
  border-radius: 6px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .28s ease-in-out, box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.start-page .value-card:hover {
  border-color: #e9860047;
  box-shadow: 0 7px 20px -1px #021f5d26 0 1px 2px -1px #021f5d1a
}

.start-page .value-card-num {
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #e9860040;
  font-weight: 800
}

.start-page .value-card-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #F4F4EB
}

.start-page .value-card-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #8a93ab
}

.start-page .longterm-image-strip {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 16px
}

@media (max-width: 768px) {
  .start-page .longterm-image-strip {
    grid-template-columns: 1fr
  }
}

.start-page .longterm-image-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
  border: 1px solid #021f5d80;
  box-shadow: 0 7px 20px -1px #021f5d24
}

.contact-us-page {
  background-color: #080f1f;
  color: #d8dce8;
  overflow-x: clip;
  position: relative
}

.contact-us-page .scanline-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 3px, #021f5d0a 3px, #021f5d0a 4px);
  animation: scanlines-drift 18s linear infinite
}

@keyframes scanlines-drift {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 80px
  }
}

.contact-us-page .page-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1
}

.contact-us-page .gradient-divider {
  height: 2px;
  background: linear-gradient(90deg, #021F5D, #E98600, #021F5D);
  border: none;
  margin: 0;
  opacity: .7
}

.contact-us-page .gradient-divider-alt {
  height: 2px;
  background: linear-gradient(90deg, #E98600, #021F5D);
  border: none;
  margin: 0;
  opacity: .6
}

.contact-us-page .reach-panel {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(180deg, #0b1428 0%, #080f1f 100%)
}

.contact-us-page .reach-panel .circle-decoration {
  position: absolute;
  border-radius: 36px;
  pointer-events: none;
  overflow: hidden
}

.contact-us-page .reach-panel .circle-one {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid #e9860014;
  top: -60px;
  right: 8%;
  animation: outline-breathe 6s ease-in-out infinite
}

.contact-us-page .reach-panel .circle-two {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #021f5d40;
  top: 40px;
  right: calc(8% + 70px);
  animation: outline-breathe 6s ease-in-out infinite 1.5s
}

.contact-us-page .reach-panel .circle-three {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid #e986000a;
  bottom: -120px;
  left: -80px;
  animation: outline-breathe 8s ease-in-out infinite 3s
}

@keyframes outline-breathe {

  0%,
  100% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.04);
    opacity: 1
  }
}

.contact-us-page .reach-centered {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.contact-us-page .reach-centered .numerical-accent {
  font-size: 70px;
  line-height: 1.1;
  color: #E98600;
  letter-spacing: .01em;
  display: block;
  margin-bottom: 8px
}

.contact-us-page .reach-centered .reach-heading {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 16px
}

.contact-us-page .reach-centered .reach-subtext {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #9ba5bc;
  margin-bottom: 40px
}

.contact-us-page .reach-centered .reach-subtext strong {
  color: #F4F4EB
}

.contact-us-page .reach-badges {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap
}

.contact-us-page .reach-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e9860033;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: .02em;
  color: #b8c0d0;
  background: #021f5d26
}

.contact-us-page .reach-badge .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E98600;
  flex-shrink: 0
}

.contact-us-page .form-panel {
  padding: 80px 0;
  background: #060c18;
  position: relative
}

.contact-us-page .form-panel .panel-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, #021f5d1f 0%, transparent 60%);
  pointer-events: none
}

.contact-us-page .form-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1
}

.contact-us-page .form-details-column .column-label {
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #E98600;
  margin-bottom: 16px;
  display: block
}

.contact-us-page .form-details-column .column-heading {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 16px;
  position: relative;
  display: inline-block
}

.contact-us-page .form-details-column .column-heading::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #E98600, #021F5D);
  margin-top: 8px;
  animation: underline-draw .7s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

@keyframes underline-draw {
  to {
    width: 100%
  }
}

.contact-us-page .form-details-column .column-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #8a95ab;
  margin-bottom: 40px
}

.contact-us-page .contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.contact-us-page .contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px
}

.contact-us-page .contact-item .item-icon-wrap {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #e9860040;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e986000f;
  animation: shadow-cycle 4s ease-in-out infinite
}

@keyframes shadow-cycle {

  0%,
  100% {
    box-shadow: 0 1px 2px -1px #e9860012
  }

  50% {
    box-shadow: 0 7px 20px -1px #e986002e
  }
}

.contact-us-page .contact-item .item-icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: #E98600;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.contact-us-page .contact-item .item-data {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.contact-us-page .contact-item .item-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #5a6478;
  text-transform: uppercase
}

.contact-us-page .contact-item .item-value {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #c8d0e0
}

.contact-us-page .contact-item .item-value a {
  color: #c8d0e0;
  text-decoration: underline;
  text-decoration-color: #e9860066;
  text-decoration-thickness: 2px;
  transition: color .28s ease-in-out, text-decoration-color .28s ease-in-out
}

.contact-us-page .contact-item .item-value a:hover {
  color: #E98600;
  text-decoration-color: #E98600
}

.contact-us-page .form-column {
  background: #021f5d14;
  border: 1px solid #e986001a;
  border-radius: 6px;
  padding: 40px
}

.contact-us-page .form-column .form-heading {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 8px
}

.contact-us-page .form-column .form-description {
  font-size: 15px;
  line-height: 1.55;
  color: #7a8499;
  margin-bottom: 40px
}

.contact-us-page .contact-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px
}

.contact-us-page .contact-form .field-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us-page .contact-form .field-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #8a95ab;
  display: block
}

.contact-us-page .contact-form .field-input {
  width: 100%;
  background: #080f1fcc;
  border: 1px solid #021f5d80;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 15px;
  letter-spacing: .02em;
  color: #d8dce8;
  outline: none;
  transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
  box-shadow: inset 0 1px 3px #021f5d26;
  height: 44px
}

.contact-us-page .contact-form .field-input::placeholder {
  color: #3a4258;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .02em
}

.contact-us-page .contact-form .field-input:focus {
  border-color: #e9860080;
  box-shadow: inset 0 1px 3px #021f5d26 0 0 0 3px #e9860014
}

.contact-us-page .contact-form .radio-group-label {
  font-size: 15px;
  letter-spacing: .02em;
  color: #8a95ab;
  display: block;
  margin-bottom: 8px
}

.contact-us-page .contact-form .radio-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us-page .contact-form .radio-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.contact-us-page .contact-form .radio-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #e986004d;
  border-radius: 50%;
  background: #080f1fcc;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: border-color .25s ease-in-out
}

.contact-us-page .contact-form .radio-option input[type="radio"]:checked {
  border-color: #E98600;
  background: #e986001a
}

.contact-us-page .contact-form .radio-option input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E98600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.contact-us-page .contact-form .radio-option .radio-text {
  font-size: 15px;
  letter-spacing: .02em;
  color: #9ba5bc
}

.contact-us-page .contact-form .privacy-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px
}

.contact-us-page .contact-form .privacy-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #e986004d;
  border-radius: 4px;
  background: #080f1fcc;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  transition: border-color .25s ease-in-out, background .25s ease-in-out
}

.contact-us-page .contact-form .privacy-checkbox:checked {
  border-color: #E98600;
  background: #e9860026
}

.contact-us-page .contact-form .privacy-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #E98600;
  border-bottom: 2px solid #E98600;
  transform: rotate(45deg)
}

.contact-us-page .contact-form .privacy-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #6a7488
}

.contact-us-page .contact-form .privacy-text a {
  color: #E98600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: color .28s ease-in-out
}

.contact-us-page .contact-form .privacy-text a:hover {
  color: #F4F4EB
}

.contact-us-page .contact-form .submit-button {
  width: 100%;
  padding: 16px 40px;
  background: #E98600;
  color: #080f1f;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 600;
  cursor: pointer;
  transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px -1px #e9860012
}

.contact-us-page .contact-form .submit-button:hover {
  background: #f09510;
  box-shadow: 0 7px 20px -1px #e9860047
}

.contact-us-page .contact-form .submit-button:focus {
  outline: 2px solid #E98600;
  outline-offset: 3px
}

.contact-us-page .contact-form .submit-button:active {
  background: #c97800;
  box-shadow: 0 1px 2px -1px #e9860012
}

.contact-us-page .info-strip {
  padding: 80px 0;
  background: linear-gradient(0deg, #0d1525 0%, #080f1f 100%);
  position: relative
}

.contact-us-page .info-strip .strip-geometric {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0
}

.contact-us-page .info-strip .strip-geometric::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #e986000f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: outline-breathe 7s ease-in-out infinite
}

.contact-us-page .info-strip .strip-geometric::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #021f5d33;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: outline-breathe 7s ease-in-out infinite 2s
}

.contact-us-page .info-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.contact-us-page .info-text-side .strip-eyebrow {
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #E98600;
  display: block;
  margin-bottom: 16px
}

.contact-us-page .info-text-side .strip-heading {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 16px
}

.contact-us-page .info-text-side .blockquote-paragraph {
  border-top: 2px solid #e9860040;
  padding: 16px 0 0;
  margin-bottom: 16px
}

.contact-us-page .info-text-side .blockquote-paragraph .quote-text {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #9ba5bc;
  font-style: italic
}

.contact-us-page .info-text-side .regular-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #7a8499
}

.contact-us-page .info-image-side {
  position: relative
}

.contact-us-page .info-image-side .image-frame {
  border: 1px solid #e986002e;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 60px -1px #021f5d1c
}

.contact-us-page .info-image-side .image-frame img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) contrast(1.05)
}

.contact-us-page .info-image-side .image-caption {
  margin-top: 8px;
  font-size: 15px;
  letter-spacing: .02em;
  color: #4a5468;
  text-align: right
}

.contact-us-page .response-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.contact-us-page .response-list li {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  color: #8a95ab;
  padding-left: 16px;
  position: relative
}

.contact-us-page .response-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #E98600
}

.contact-us-page .highlight-accent {
  background: #021f5d4d;
  border-radius: 4px;
  padding: 0 4px;
  color: #F4F4EB
}

@media (max-width: 1024px) {
  .contact-us-page .form-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .contact-us-page .info-layout {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .contact-us-page .reach-centered .reach-heading {
    font-size: 31px
  }

  .contact-us-page .reach-centered .numerical-accent {
    font-size: 56px
  }

  .contact-us-page .info-strip .strip-geometric {
    display: none
  }
}

@media (max-width: 768px) {
  .contact-us-page .page-container {
    padding: 0 16px
  }

  .contact-us-page .reach-panel {
    padding: 40px 0
  }

  .contact-us-page .reach-centered .reach-heading {
    font-size: 24px
  }

  .contact-us-page .reach-centered .numerical-accent {
    font-size: 31px
  }

  .contact-us-page .reach-centered .reach-subtext {
    font-size: 15px
  }

  .contact-us-page .form-panel {
    padding: 40px 0
  }

  .contact-us-page .form-column {
    padding: 16px
  }

  .contact-us-page .contact-form .field-row {
    grid-template-columns: 1fr
  }

  .contact-us-page .info-strip {
    padding: 40px 0
  }

  .contact-us-page .info-text-side .strip-heading {
    font-size: 24px
  }

  .contact-us-page .reach-panel .circle-one,
  .contact-us-page .reach-panel .circle-two,
  .contact-us-page .reach-panel .circle-three {
    display: none
  }
}

@media (max-width: 480px) {
  .contact-us-page .reach-badges {
    flex-direction: column;
    align-items: center
  }

  .contact-us-page .info-image-side .image-frame img {
    height: 220px
  }
}

.about-us-page {
  background-color: #080f24;
  color: #d8dce8;
  overflow-x: clip
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
  box-sizing: border-box
}

.about-us-page ::selection {
  background-color: #021F5D;
  color: #F4F4EB
}

.about-us-page .placeholder-text {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .02em
}

.about-us-page input::placeholder,
.about-us-page textarea::placeholder {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 15px
}

.about-us-page .story-lead {
  position: relative;
  padding: 80px 40px;
  background: linear-gradient(158deg, #080f24 0%, #0b1a3e 40%, #1a3a0a 70%, #E98600 200%);
  overflow: hidden
}

.about-us-page .story-lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, #e9860021 0%, transparent 55%), radial-gradient(circle at 15% 80%, #021f5d73 0%, transparent 50%);
  pointer-events: none
}

.about-us-page .story-lead-border {
  position: absolute;
  inset: 8px;
  border: 1px solid #e986002e;
  pointer-events: none
}

.about-us-page .story-lead-border-outer {
  position: absolute;
  inset: 3px;
  border: 1px solid #e9860012;
  pointer-events: none
}

.about-us-page .story-lead-quote-mark {
  position: absolute;
  right: 80px;
  top: 40px;
  font-size: 280px;
  line-height: 1.1;
  color: #e986000f;
  pointer-events: none;
  user-select: none;
  font-style: italic
}

.about-us-page .story-lead-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-items: center
}

.about-us-page .story-lead-text {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .story-lead-eyebrow {
  font-size: 15px;
  letter-spacing: .02em;
  color: #E98600;
  text-transform: uppercase;
  font-weight: 600
}

.about-us-page .story-lead-heading {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin: 0;
  font-weight: 700
}

.about-us-page .story-lead-subheading {
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #b8c2d8;
  margin: 0;
  max-width: 540px
}

.about-us-page .story-lead-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 19px;
  letter-spacing: .01em;
  color: #E98600;
  text-decoration: none;
  border-bottom: 3px solid #E98600;
  padding-bottom: 4px;
  transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1);
  width: fit-content
}

.about-us-page .story-lead-link:hover {
  color: #F4F4EB;
  border-color: #F4F4EB
}

.about-us-page .story-lead-image-wrap {
  position: relative;
  border: 1px solid #e986004d;
  overflow: hidden
}

.about-us-page .story-lead-image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 0% 0%, #e9860073 0%, transparent 70%);
  pointer-events: none
}

.about-us-page .story-lead-image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .story-lead-image-wrap:hover img {
  transform: scale(1.04)
}

.about-us-page .divider-zigzag {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #080f24
}

.about-us-page .detail-block {
  background: linear-gradient(180deg, #021f5d2e 0%, transparent 100%);
  padding: 80px 40px;
  position: relative
}

.about-us-page .detail-block-inner {
  max-width: 1280px;
  margin: 0 auto
}

.about-us-page .detail-block-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 80px
}

.about-us-page .detail-center-feature {
  background: linear-gradient(158deg, #0d1f4a 0%, #0f2a5e 100%);
  border: 1px solid #e9860040;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 7px 20px -1px #021f5d14 0 12px 60px -1px #021f5d1c;
  position: relative
}

.about-us-page .detail-center-feature::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #e9860014;
  border-radius: 4px;
  pointer-events: none
}

.about-us-page .detail-outer-card {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.about-us-page .detail-outer-card.right {
  padding: 40px 16px 40px 40px
}

.about-us-page .detail-outer-card.left {
  padding: 40px 40px 40px 16px
}

.about-us-page .detail-heading {
  font-size: 31px;
  line-height: 1.35;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin: 0 0 8px;
  position: relative;
  display: inline-block
}

.about-us-page .detail-heading::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #E98600;
  transition: width .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .detail-center-feature:hover .detail-heading::after,
.about-us-page .detail-outer-card:hover .detail-heading::after {
  width: 100%
}

.about-us-page .detail-body {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #9aaabf;
  margin: 0
}

.about-us-page .detail-body strong {
  color: #d8dce8
}

.about-us-page .detail-accent-label {
  display: inline-block;
  background-color: #021f5d73;
  color: #E98600;
  font-size: 15px;
  letter-spacing: .02em;
  padding: 4px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px
}

.about-us-page .metric-arrow-pair {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin: 16px 0
}

.about-us-page .metric-number {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #E98600
}

.about-us-page .metric-arrow-svg {
  flex-shrink: 0
}

.about-us-page .metric-number-after {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .01em;
  color: #F4F4EB
}

.about-us-page .steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding-left: 40px;
  margin: 16px 0 0
}

.about-us-page .steps-list::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: linear-gradient(180deg, #E98600 0%, #e9860026 100%)
}

.about-us-page .step-item {
  position: relative;
  padding: 8px 0 16px
}

.about-us-page .step-item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 36px;
  background-color: #E98600;
  border: 2px solid #080f24;
  box-shadow: 0 1px 2px -1px #e9860012
}

.about-us-page .step-number {
  font-size: 15px;
  letter-spacing: .02em;
  color: #E98600;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px
}

.about-us-page .step-text {
  font-size: 19px;
  line-height: 1.55;
  color: #9aaabf;
  margin: 0
}

.about-us-page .quote-paragraph {
  border-top: 3px solid #E98600;
  padding: 16px 16px 16px 40px;
  background-color: #021f5d33;
  border-radius: 0 6px 6px 0;
  font-size: 19px;
  line-height: 1.55;
  color: #c2cce0;
  font-style: italic;
  margin: 16px 0
}

.about-us-page .team-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px
}

.about-us-page .team-member {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  background-color: #021f5d1f;
  border: 1px solid #e986001f;
  border-radius: 6px;
  padding: 40px;
  transition: border-color .28s ease-in-out, box-shadow .28s ease-in-out
}

.about-us-page .team-member:hover {
  border-color: #e9860059;
  box-shadow: 0 7px 20px -1px #e9860014
}

.about-us-page .team-portrait-wrap {
  width: 200px;
  height: 250px;
  overflow: hidden;
  border: 1px solid #e9860040;
  flex-shrink: 0
}

.about-us-page .team-portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .team-member:hover .team-portrait-wrap img {
  transform: scale(1.05)
}

.about-us-page .team-info {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.about-us-page .team-name {
  font-size: 24px;
  line-height: 1.35;
  color: #F4F4EB;
  margin: 0;
  letter-spacing: .01em
}

.about-us-page .team-role {
  font-size: 15px;
  color: #E98600;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600
}

.about-us-page .team-bio {
  font-size: 19px;
  line-height: 1.55;
  color: #8898b4;
  margin: 0
}

.about-us-page .image-pair {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  margin-top: 80px
}

.about-us-page .image-frame {
  overflow: hidden;
  border: 1px solid #e9860033;
  border-radius: 4px;
  position: relative
}

.about-us-page .image-frame img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .image-frame:hover img {
  transform: scale(1.06)
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 7px 20px -1px #e9860014
  }

  50% {
    box-shadow: 0 12px 60px -1px #e9860038
  }

  100% {
    box-shadow: 0 7px 20px -1px #e9860014
  }
}

.about-us-page .detail-center-feature {
  animation: shadow-pulse 3.5s ease-in-out infinite
}

@keyframes gentle-shake {

  0%,
  90%,
  100% {
    transform: translateX(0)
  }

  92% {
    transform: translateX(-3px)
  }

  94% {
    transform: translateX(3px)
  }

  96% {
    transform: translateX(-2px)
  }

  98% {
    transform: translateX(2px)
  }
}

.about-us-page .story-lead-link {
  animation: gentle-shake 6s ease-in-out infinite
}

@media (max-width: 1024px) {
  .about-us-page .story-lead-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about-us-page .story-lead-heading {
    font-size: 56px
  }

  .about-us-page .story-lead-image-wrap img {
    height: 320px
  }

  .about-us-page .story-lead-quote-mark {
    font-size: 180px;
    right: 40px
  }

  .about-us-page .detail-block-top {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about-us-page .team-row {
    grid-template-columns: 1fr
  }

  .about-us-page .image-pair {
    grid-template-columns: 1fr
  }
}

@media (max-width: 768px) {
  .about-us-page .story-lead {
    padding: 40px 16px 80px
  }

  .about-us-page .story-lead-heading {
    font-size: 31px
  }

  .about-us-page .story-lead-subheading {
    font-size: 19px
  }

  .about-us-page .detail-block {
    padding: 40px 16px
  }

  .about-us-page .team-member {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px
  }

  .about-us-page .team-portrait-wrap {
    width: 100%;
    height: 220px
  }

  .about-us-page .metric-number,
  .about-us-page .metric-number-after {
    font-size: 31px
  }

  .about-us-page .story-lead-quote-mark {
    display: none
  }

  .about-us-page .detail-outer-card.left,
  .about-us-page .detail-outer-card.right {
    padding: 16px
  }
}

@media (max-width: 480px) {
  .about-us-page .story-lead-heading {
    font-size: 24px
  }

  .about-us-page .detail-center-feature {
    padding: 16px
  }

  .about-us-page .image-frame img {
    height: 200px
  }
}

.success-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #080f24;
  padding: 80px 16px
}

.success-page .confirmation-wrapper {
  max-width: 600px;
  width: 100%;
  text-align: center
}

.success-page .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 36px;
  background: linear-gradient(148deg, #021F5D, #0a1a3e);
  border: 2px solid #E98600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  box-shadow: 0 7px 20px -1px #e9860014 0 12px 60px -1px #e986001c
}

.success-page .icon-circle .checkmark-svg {
  width: 36px;
  height: 36px
}

.success-page .confirmation-heading {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: .01em;
  color: #F4F4EB;
  margin-bottom: 16px
}

.success-page .confirmation-heading .accent-word {
  color: #E98600;
  display: inline-block;
  position: relative
}

.success-page .confirmation-heading .accent-word::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E98600;
  transform: scaleX(0);
  transform-origin: left;
  animation: underline-draw .35s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

@keyframes underline-draw {
  to {
    transform: scaleX(1)
  }
}

.success-page .confirmation-subtext {
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: .015em;
  color: #a8b4cc;
  margin-bottom: 40px;
  padding: 0 16px
}

.success-page .detail-block {
  background: linear-gradient(148deg, #021F5D22, #0a1a3e44);
  border: 1px solid #021F5D;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 1px 2px -1px #021f5d12
}

.success-page .detail-block .detail-label {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #E98600;
  text-transform: uppercase;
  margin-bottom: 8px
}

.success-page .detail-block .detail-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .01em;
  color: #c8d0e0
}

.success-page .detail-block .detail-text .highlight-contact {
  color: #F4F4EB;
  text-decoration: underline;
  text-decoration-color: #E98600;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px
}

.success-page .detail-divider {
  width: 48px;
  height: 1px;
  background-color: #021F5D;
  margin: 16px auto
}

.success-page .action-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #080f24;
  background-color: #E98600;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: box-shadow .28s ease-in-out, background-color .25s ease-in-out;
  box-shadow: 0 1px 2px -1px #e9860012
}

.success-page .action-link:hover {
  background-color: #F4F4EB;
  box-shadow: 0 7px 20px -1px #e9860014 0 12px 60px -1px #e986001c
}

.success-page .action-link:focus {
  outline: 2px solid #E98600;
  outline-offset: 4px
}

@media (max-width: 480px) {
  .success-page {
    padding: 40px 16px
  }

  .success-page .confirmation-heading {
    font-size: 31px
  }

  .success-page .detail-block {
    padding: 16px
  }

  .success-page .action-link {
    padding: 16px;
    display: block;
    text-align: center
  }
}