/**
 * Mixins for our scss
 *
 */
/**
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
a {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

/* AOS overrides */
@media screen and (max-width: 767px) {
  [data-aos-delay] {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }
}

body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.01, 0.32, 0.96);
          transition-timing-function: cubic-bezier(0.39, 0.01, 0.32, 0.96);
}

body {
  color: #3e3531;
}

.page-header {
  color: #fff;
  background-color: #000;
}

.hero {
  color: #fff;
  background-color: #000;
}

.page-footer {
  color: #fff;
  background-color: #222121;
}

.cta {
  color: #161513;
  background-color: #ff9d3a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta:hover, .cta:focus {
  background-color: #e57e13;
}
.cta:active {
  background-color: #e68d34;
}

@font-face {
  font-family: "Inter-fallback";
  src: local("Arial");
  size-adjust: 107%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Gambetta-fallback";
  src: local("Arial");
  ascent-override: 108%;
  descent-override: 24%;
  line-gap-override: 0%;
  size-adjust: 93%;
}
body {
  font-family: Inter, Inter-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.4325rem;
}

h1, h2, h3, h4, h5 {
  font-family: Gambetta, Gambetta-fallback, serif;
  font-weight: 400;
  margin: 0;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 565px) {
  h2 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 56px;
    line-height: 67px;
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
    line-height: 82px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .hero h2 {
    font-size: 64px;
    line-height: 75px;
  }
}

h3 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 37px;
    line-height: 51.3px;
  }
}
h4 {
  color: #316661;
  font-size: 24.652px;
  font-weight: 700;
  font-family: Inter, Inter-fallback, sans-serif;
  line-height: 36px;
  letter-spacing: 0.2em;
}
h5 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 50px;
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 45px;
    line-height: 50px;
  }
}

.sub {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 565px) {
  .sub {
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sub {
    font-size: 24px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .sub {
    font-size: 28px;
    line-height: 45px;
  }
}

.intro {
  font-family: Gambetta, Gambetta-fallback, serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .intro {
    font-size: 32px;
    line-height: 48px;
  }
}
.cta {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
}

.page {
  --component-padding-h: 16px;
}
@media screen and (min-width: 768px) {
  .page {
    --component-padding-h: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page {
    --component-padding-h: clamp(40px, calc(40px + 80 * ((100vw - 1024px) / 416)), 120px);
  }
}

.logo {
  display: block;
  width: 204px;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 277px;
  }
}
.logo img {
  width: 100%;
  display: block;
}

.component {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  padding: 0 var(--component-padding-h);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .component {
    --component-padding-h: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .component {
    --component-padding-h: clamp(40px, calc(40px + 80 * ((100vw - 1024px) / 416)), 120px);
  }
}

.component-container.b1 {
  padding-block: 48px;
  padding-inline: var(--component-padding-h);
}
@media screen and (min-width: 768px) {
  .component-container.b1 {
    padding-block: 72px;
    background-image: url("../images/aerodigm-constellation-bkg.svg");
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .component-container.b1 {
    padding-block: 120px 80px;
  }
}
.component-container.b2 {
  color: #fff;
  background-image: url(../images/b2-pattern.svg), -webkit-gradient(linear, right top, left top, color-stop(-17.23%, #537F79), color-stop(87.82%, #18252D));
  background-image: url(../images/b2-pattern.svg), linear-gradient(270deg, #537F79 -17.23%, #18252D 87.82%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, auto;
  background-position: left bottom, left top;
}
@media screen and (min-width: 768px) {
  .component-container.b2 {
    background-image: url(../images/b2-pattern-desktop.svg), -webkit-gradient(linear, right top, left top, color-stop(-17.23%, #537F79), color-stop(87.82%, #18252D));
    background-image: url(../images/b2-pattern-desktop.svg), linear-gradient(270deg, #537F79 -17.23%, #18252D 87.82%);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
    background-position: left top, left top;
  }
}
.component-container.b3 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(-4.96%, #796E6A), color-stop(83.7%, #534641));
  background-image: linear-gradient(270deg, #796E6A -4.96%, #534641 83.7%);
}
@media screen and (min-width: 1280px) {
  .component-container.b3 {
    background: linear-gradient(270deg, #7E736F calc(50vw - 960px), #534641 calc(50vw + 475.2px));
  }
}

.page-header {
  padding-top: 3px;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 5px;
    padding-bottom: 2px;
  }
}
.page-header .component {
  position: relative;
}
.page-header .nav {
  display: none;
  color: #cac8c5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-header .nav {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: var(--component-padding-h);
  }
}
.page-header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header h1 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-footer .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 40px;
  padding-block: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #eae8e4;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-footer .component {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-block: 20px 18px;
  }
  .page-footer .component > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .page-footer .component > :nth-child(2) {
    text-align: right;
  }
  .page-footer .component > :last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-footer .component {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-footer .component > :nth-child(2) {
    text-align: center;
  }
  .page-footer .component > :last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: right;
  }
}
.page-footer .login {
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .page-footer .login {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .logo {
    margin-left: -20px;
  }
}

.hero {
  text-align: center;
}
.hero.component-container {
  position: relative;
  overflow: hidden;
}
.hero .video-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(50vw - 640px, -225px);
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .hero .video-background {
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.hero .video-background video {
  display: block;
  height: max(100%, 720px);
  aspect-ratio: 1280/720;
}
@media screen and (min-width: 1280px) {
  .hero .video-background video {
    height: auto;
    width: 100%;
  }
}
.hero .component {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 700px;
  padding-bottom: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .hero .component {
    gap: 30px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .hero .component {
    gap: 34px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .hero .component {
    padding-bottom: 168px;
    height: 720px;
  }
}
.hero h2 {
  text-shadow: 4.482px 4.482px 33.617px rgba(0, 0, 0, 0.4);
}
.hero .sub {
  text-shadow: 4.482px 4.482px 33.617px rgba(0, 0, 0, 0.25);
  margin: 0;
}
@media screen and (min-width: 565px) {
  .hero .sub {
    max-width: 560px;
  }
}
@media screen and (min-width: 768px) {
  .hero .sub {
    margin-bottom: 23px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .sub {
    margin-bottom: 36px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1920px) {
  .hero .sub {
    max-width: 768px;
  }
}

.cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 47px;
  padding: 0 28px 0 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 18px 42px 16px 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.component-intro {
  background: #F4F2F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 40px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .component-intro {
    --component-padding-h: 24px;
  }
}
@media screen and (min-width: 768px) {
  .component-intro {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .component-intro {
    padding-block: 120px;
  }
}
.component-intro .intro {
  margin-inline: auto;
}
@media screen and (min-width: 480px) {
  .component-intro .intro {
    max-width: 440px;
  }
}
@media screen and (min-width: 768px) {
  .component-intro .intro {
    max-width: none;
  }
}
.component-intro a {
  color: #3C5B48;
}
.component-intro .intro-content {
  margin-top: 56px;
  border-top: 1px solid #3e3531;
  padding-top: 20px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 480px) {
  .component-intro .intro-content {
    max-width: 432px;
  }
}
@media screen and (min-width: 768px) {
  .component-intro .intro-content {
    max-width: none;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .component-intro .intro-content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .component-intro .intro-content .copy {
    min-width: 340px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .component-intro .intro-content .copy {
    margin-right: 20px;
    max-width: 520px;
  }
}
.component-intro .intro-content .copy ul {
  margin: 28px 0 0;
  padding-left: 0.96em;
}
@media screen and (min-width: 1024px) {
  .component-intro .intro-content .copy ul {
    margin-top: 0.6lh;
  }
}
.component-intro .intro-content .copy ul li + li {
  margin-top: 18px;
}
.component-intro .intro-content .media {
  aspect-ratio: 342/335;
  margin-top: 35px;
  overflow: hidden;
  max-width: 432px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .component-intro .intro-content .media {
    margin-top: 0;
    margin-left: 20px;
    min-width: 250px;
    width: 50%;
  }
}
.component-intro .intro-content .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.component-intro-plain .intro-content {
  max-width: 47em;
}
@media screen and (min-width: 1024px) {
  .component-intro-plain .intro-content {
    margin-top: 40px;
    padding-top: 28px;
  }
}
.component-intro-plain .intro-content .copy {
  max-width: none;
  width: auto;
  margin-right: 0;
}
.component-intro-plain .intro-content .copy ul {
  margin-top: 30px;
}
.component-intro-plain li::marker {
  color: #537F79;
}
.component-intro-dark {
  color: #fff;
  background-image: linear-gradient(280deg, #685C58 3.63%, #423834 62.73%);
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .component-intro-dark {
    font-size: 18px;
    line-height: 28px;
  }
}
.component-intro-dark .intro-content {
  border-top-color: #fff;
}
.component-intro-dark li::marker {
  color: #C9D4BD;
}

.component-container:has(.component-intro-plain) {
  background: #F4F2F0;
}

.component-cards {
  padding-block: 80px 32px;
  padding-inline: 0;
}
@media screen and (min-width: 1024px) {
  .component-cards {
    max-width: 1200px;
    margin-inline: auto;
    -webkit-padding-after: 20px;
            padding-block-end: 20px;
  }
}
.component-cards .copy {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .component-cards .copy {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .component-cards .copy {
    margin-bottom: 72px;
  }
}
.component-cards .copy h4 {
  margin-bottom: 30px;
}
.component-cards .copy p {
  font-size: 18px;
  line-height: 28px;
}
.component-cards .cards ol {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .component-cards .cards ol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.component-cards .cards li {
  counter-increment: step;
  position: relative;
  padding: 26px 20px 30px;
}
.component-cards .cards li::before {
  content: counter(step, decimal-leading-zero);
  font-family: Gambetta, Gambetta-fallback, serif;
  font-size: 120px;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #3e3531;
  margin-bottom: 18px;
}
@media screen and (min-width: 1024px) {
  .component-cards .cards li::before {
    font-size: 150px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .component-cards .cards li {
    padding: 44px 32px 32px;
  }
}
.component-cards .cards li:first-child {
  background: #7A9484;
}
.component-cards .cards li:nth-child(2) {
  background: #AABB9E;
}
.component-cards .cards li:nth-child(3) {
  background: #C9D4BD;
}
.component-cards .cards h5 + p {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .component-cards .cards h5 + p {
    margin-top: 16px;
  }
}
.component-cards .cards p {
  margin: 0;
}
.component-cards .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .component-cards .cta-wrapper {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .component-cards .cta-wrapper {
    padding-top: 75px;
  }
}

.component-two-col {
  padding: 80px var(--component-padding-h);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .component-two-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .component-two-col {
    padding-block: 130px;
    gap: 100px;
  }
}
@media screen and (min-width: 768px) {
  .component-two-col h2 {
    margin-top: -0.3em;
  }
}
@media screen and (min-width: 768px) {
  .component-two-col .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media screen and (min-width: 768px) {
  .component-two-col .title {
    max-width: 510px;
  }
}
.component-two-col .copy p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .component-two-col .copy p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .component-two-col .copy p {
    font-size: 22px;
    line-height: 33.6px;
  }
}
.component-two-col .copy p + p {
  margin-top: 1lh;
}
.component-two-col .copy strong {
  font-weight: 600;
}
.component-two-col .copy .signature .media {
  display: block;
  margin: 52px 0;
  width: 250px;
  min-height: 61px;
}
.component-two-col .copy .signature .media img {
  display: block;
  width: 100%;
  height: auto;
}
.component-two-col .copy .signature span {
  display: block;
}
.component-two-col .copy .signature .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.03em;
}
.component-two-col .copy .signature .role {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.03em;
}

.component-cta {
  padding-block: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 40px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .component-cta {
    padding-block: 100px 75px;
  }
}
.component-cta h2 {
  color: #fcfbf9;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  .component-cta h2 {
    font-size: 56px;
    line-height: 1.2;
  }
}/*# sourceMappingURL=main.css.map */