/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-4xl: 2rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .row-start-6 {
    grid-row-start: 6;
  }
  .row-start-7 {
    grid-row-start: 7;
  }
  .row-start-8 {
    grid-row-start: 8;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-30 {
    margin-block: calc(var(--spacing) * 30);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .w-2xl {
    width: var(--container-2xl);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4\/5 {
    max-width: calc(4/5 * 100%);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-md {
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:drop-shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:row-start-1 {
    @media (width >= 64rem) {
      grid-row-start: 1;
    }
  }
  .lg\:row-start-2 {
    @media (width >= 64rem) {
      grid-row-start: 2;
    }
  }
  .lg\:row-start-3 {
    @media (width >= 64rem) {
      grid-row-start: 3;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:max-w-1\/1 {
    @media (width >= 64rem) {
      max-width: calc(1/1 * 100%);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-y-10 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:col-span-5 {
    @media (width >= 80rem) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-7 {
    @media (width >= 80rem) {
      grid-column: span 7 / span 7;
    }
  }
  .xl\:row-start-1 {
    @media (width >= 80rem) {
      grid-row-start: 1;
    }
  }
  .xl\:row-start-2 {
    @media (width >= 80rem) {
      grid-row-start: 2;
    }
  }
  .xl\:row-start-3 {
    @media (width >= 80rem) {
      grid-row-start: 3;
    }
  }
  .xl\:row-start-4 {
    @media (width >= 80rem) {
      grid-row-start: 4;
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:gap-y-20 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
}
@font-face {
  font-family: Manrope;
  src: url('./assets/Manrope/Manrope-VariableFont_wght.ttf') format('ttf');
}
body {
  --standard-padding: 40px;
  --animate-duration: .5s;
  --animate-in-duration: 0.25s;
  --animate-out-duration: 0.2s;
  --animate-reposition-function: cubic-bezier(0.4, 0, 1, 1);
  --animate-out-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-in-function: cubic-bezier(0, 0, 0.2, 1);
  --animate-function: ease-in-out;
  --animation-delay: 0s;
  --animate-out-fill-mode: forwards;
  --parallax-position: -20%;
  --image-open-top: 0;
  --image-open-left: 0;
  --image-open-width: 0px;
  --image-open-height: 0px;
  --image-final-top: 0;
  --image-final-left: 0;
  --image-final-width: 0px;
  --image-final-height: 0px;
  color: #0F172A;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}
.fonts-loaded body {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
}
h1 {
  font-weight: bold;
  font-size: 26px;
  color: white;
}
h2 {
  font-weight: 500;
  font-size: 42px;
  text-align: center;
  margin: 28px 0;
}
h3 {
  font-weight: 600;
  font-size: 34px;
  padding-bottom: 12px;
}
h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 21px;
  color: #3E3E3C;
}
h5 {
  font-weight: 600;
  font-size: 21px;
}
div.logoSubheading {
  font-weight: 300;
  font-size: 16px;
  color: white;
}
.text-weak {
  color: #54575a;
}
hr {
  border-top: 1px solid #dddbda;
}
.showcase h4 {
  margin: 16px 0;
}
.splash-background {
  background: linear-gradient(to bottom, #5CA1CC, #003F57);
  min-height: 70vh;
  position: relative;
}
.splash-background > * {
  z-index: 2;
  position: relative;
}
#lazyRiverContainer {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: -20px;
  padding-bottom: 20px;
  height: 80vh;
  min-height: 900px;
}
.flyingImage {
  transition: 0.125s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: margin, width;
  cursor: pointer;
}
.flyingImage:hover {
  margin: -12px;
  width: calc((var(--flyingImage-neg-width) * -1) + 24px);
  filter: brightness(1.02);
  z-index: 999;
}
.splash-background .intro {
  position: relative;
  z-index: 1000;
  padding: 32px;
  margin-top: 32px;
  text-align: left;
  width: 535px;
  max-width: 90vw;
  text-shadow: 1px 1px white;
  border-radius: 0.5rem;
  margin-left: 40px;
}
@media (width < 800px) {
  .splash-background .intro, .cta.flex .bg-white {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media (width > 1700px) {
  .splash-background .intro {
    margin-left: 0;
  }
}
.glass {
  --glass-background-opacity: .4;
  --glass-hover-scale: 1.05;
  background: #E4EAEC4A;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.old.intro::before {
  content: ' ';
  position: absolute;
  inset: 0;
  border: 8px solid #B3C6CE22;
  border-radius: 0.5rem;
  backdrop-filter: blur(16px) brightness(1.2) hue-rotate(-20deg);
  --fill: linear-gradient(red, red);
  -webkit-mask: var(--fill) padding-box, var(--fill);
  -webkit-mask-composite: xor;
  mask: var(--fill) padding-box exclude, var(--fill);
}
.intro h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  padding: 0 0 11px;
  letter-spacing: 0.5px;
  margin: 0px;
}
.intro .cardSubheading {
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.5px;
  margin-top: 0px;
}
.splash-background::after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url("./assets/mountain-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
.splash-background::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #FAFAF9;
}
.standard-margin {
  padding-left: var(--standard-padding);
  padding-right: var(--standard-padding);
}
.off-white {
  background-color: #FAFAF9;
}
@media (width > 80rem) {
  .reading-columns > *:not(.rounded-lg) {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .showcase {
    max-width: 80vw;
    margin: auto;
  }
}
.reading-grid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.single-column {
  max-width: 1616px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-item {
  border-radius: 12px;
  box-shadow: 0 1px 3px #7E8EB10C, 0 1px 2px #7E8EB118;
  overflow: hidden;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff33;
}
.gallery-item:hover {
  box-shadow: 0 14px 28px #7E8EB119, 0 10px 10px #7E8EB116;
  transform: scale(1.01);
  opacity: 0.9;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  position: absolute;
  inset: 0;
}
.gallery-item img.bg {
  object-fit: cover;
  filter: brightness(0.85) blur(4px);
  transform: scale(1.05);
}
.gallery-item img.animate-fade-in {
  position: absolute;
  inset: 0;
}
.gallery-item.large, .gallery-column {
  height: calc((80vw - (var(--standard-padding) * 2)) / (2 * 4/3));
}
.gallery-item.large {
  grid-column: span 2 / span 2;
}
.gallery-column .short {
  flex: 4;
}
.gallery-column .tall {
  flex: 6;
}
.showcase-group > div:first-child .gallery-item:first-child {
  border-top-left-radius: 24px;
}
.showcase-group > div:first-child .gallery-item:last-child {
  border-bottom-left-radius: 24px;
}
.showcase-group > .gallery-item:first-child {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.showcase-group > .gallery-item:last-child {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.showcase-group > div:last-child .gallery-item:first-child {
  border-top-right-radius: 24px;
}
.showcase-group > div:last-child .gallery-item:last-child {
  border-bottom-right-radius: 24px;
}
@media (width < 640px) {
  .gallery-item:not(.large), .gallery-column {
    display: none;
  }
  .gallery-item.large {
    height: 50vh;
  }
}
.mini-hr {
  width: 256px;
  border-top: #5CA1CC 4px solid;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mini-hr.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.btn {
  background-color: #28729f;
  cursor: pointer;
  text-align: center;
  color: white;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
}
.btn.large {
  padding: 12px 24px;
  font-size: 20px;
}
.btn:hover {
  background-color: #003F57;
}
a {
  color: #28729f;
  font-weight: 500;
}
.outline-btn {
  color: #28729f;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.outline-btn:hover {
  color: #003F57;
}
section:not(.cta) {
  position: relative;
  z-index: 2;
}
.slideshow {
  padding-top: 400px;
}
.slideshow-dot {
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.slideshow-dot .inner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #919191;
  transition: all 0.2s ease-in-out;
}
.slideshow-dot.active .inner-dot {
  background-color: #28729f;
}
.slideshow-item img {
  box-shadow: 0 1px 3px #7E8EB10C, 0 1px 2px #7E8EB118;
}
.cta {
  background: linear-gradient(to bottom, #5CA1CC, #003F57);
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.cta::before {
  content: " ";
  position: absolute;
  inset: 0;
  top: var(--parallax-position);
  height: 130%;
  width: 100%;
  transition-property: all;
  transition-duration: 50ms;
  background: url("./assets/abstract-triangles-bg.svg");
  mix-blend-mode: multiply;
  background-size: cover;
  z-index: 1;
}
.cta::after {
  content: " ";
  position: absolute;
  top: -0.4px;
  left: 0;
  border-style: solid;
  border-width: 0 100vw 12vh 0;
  border-color: transparent #FAFAF9 transparent transparent;
  z-index: 2;
  filter: drop-shadow(0 10px 5px #7E8EB118) drop-shadow(0 6px 2px #7E8EB118);
}
.cta .bg-white {
  padding: 32px;
  z-index: 2;
  position: relative;
  box-shadow: 0 10px 20px #7E8EB118, 0 6px 6px #7E8EB118;
}
.cta h4, .modal h4 {
  color: #5CA1CC;
  font-size: 21px;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
}
.cta h1 {
  color: #3B4146;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.footer {
  background-color: #F4F6F5;
  padding: 0 0 20px;
  position: relative;
  z-index: 2;
}
.footer::before {
  content: " ";
  position: absolute;
  top: -12vh;
  left: 0;
  border-style: solid;
  border-width: calc(12vh + 1px) 0 0 100vw;
  border-color: transparent transparent transparent #F4F6F5;
  z-index: 2;
  filter: drop-shadow(0 -10px 6px #7E8EB118);
}
.backdrop {
  position: fixed;
  inset: 0;
  background-color: #010608AA;
  z-index: 10000;
}
.modal {
  position: absolute;
  background-color: #FAFAF9;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 1px 3px #7E8EB10C, 0 1px 2px #7E8EB118;
  z-index: 10001;
}
.smallModal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .close {
  position: absolute;
  top: 0px;
  right: 0;
}
.smallModal.modal .close {
  top: -40px;
}
.modal .abs button {
  background-color: transparent;
  border: none;
}
.modal .close.right {
  top: 12px;
  right: -50px;
  z-index: 10;
}
.modal .next {
  position: absolute;
  top: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  right: -50px;
}
.modal .next button {
  padding-left: 18px;
  border-radius: 0;
}
.modal .next button:hover, .modal .prev button:hover {
  background: #00000066;
}
.modal .prev {
  position: absolute;
  top: 56px;
  left: -50px;
  display: flex;
  justify-content: center;
  height: 100%;
}
.modal .prev button {
  padding-right: 18px;
  border-radius: 0;
}
#galleryModal {
  transition: opacity 0.3s ease-in-out;
}
#galleryModal .modal {
  background-color: transparent;
  color: white;
  padding: 0;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  height: 98vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  margin-left: 50px;
}
#galleryModal .modal .description:hover {
  opacity: 1;
}
#galleryModal .modal .description {
  background: #2C302CC6;
  padding: 12px 24px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.2s;
  bottom: -2vh;
}
@media (height < 845px) {
  .modal .description {
    display: none;
  }
}
#galleryModal .modal .flex, #galleryModal .modal img {
  height: 100%;
}
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#galleryModal .cover {
  height: 98vh;
  display: flex;
  justify-content: center;
}
#galleryModal img {
  object-fit: contain;
}
.callout {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30rem;
  border-radius: 4px;
  border: 1px solid #ffffff33;
  z-index: 9999999;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4.8px 6px 0,rgba(0, 0, 0, 0.1) 0 0 1.2px 0;
}
.callout .closer {
  background: rgba(238, 244, 255, 0.7);
  backdrop-filter: blur(4px);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.closer button {
  display: flex;
  height: 24px;
  width: 24px;
  margin-right: -8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.callout .closer svg {
  width: 16px;
  height: 16px;
  fill: #28729f;
}
.closer button:hover svg {
  fill: #003F57;
}
.notice {
  background-color: rgba(238, 244, 255, 0.7);
  backdrop-filter: blur(4px);
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 12px;
}
.notice .heading {
  font-weight: 600;
  font-size: 14px;
}
.notice .subheading {
  font-size: 15px;
  opacity: 0.7;
}
.notice .subheading svg {
  vertical-align: middle;
  margin: 0 2px;
}
.callout__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.callout .aer-icon {
  width: 75px;
  text-align: center;
  background-color: #28729fAA;
  backdrop-filter: blur(4px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  line-height: 83px;
}
.callout .aer-icon svg {
  fill: white;
  color: white;
  width: 40px;
  height: 40px;
}
.callout svg {
  width: 24px;
  height: 24px;
  display: inline-block;
}
*[class*="animate-"] {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animation-delay);
  animation-timing-function: var(--animate-function);
}
.animate-slide-up {
  animation-name: slideUp;
}
.animate-slide-down-out {
  animation-name: slideDownOut;
}
.animate-fade-in-up {
  animation-name: fadeInUp;
}
.animate-fade-in {
  animation-name: fadeIn;
}
.animate-fade-in-right {
  animation-name: fadeInRight;
}
.animate-fade-out-left {
  animation-name: fadeOutLeft;
  position: absolute;
  opacity: 0;
  animation-duration: var(--animate-out-duration);
}
@keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 40px;
  }
}
@keyframes slideDownOut {
  to {
    bottom: -200px;
    opacity: 0;
  }
  from {
    bottom: 40px;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    margin-top: 35vh;
  }
  to {
    opacity: 1;
    margin-top: 0vh;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutLeft {
  to {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.absImageOpen {
  position: fixed;
  object-fit: contain;
  z-index: 20000;
  animation-name: imageOpenAnimation;
  animation-duration: 0.3s;
  top: var(--image-final-top);
  left: var(--image-final-left);
  width: var(--image-final-width);
  height: var(--image-final-height);
  animation-timing-function: cubic-bezier(0.3, 0, 1, 1);
}
@keyframes imageOpenAnimation {
  from {
    top: var(--image-open-top);
    left: var(--image-open-left);
    width: var(--image-open-width);
    height: var(--image-open-height);
  }
  to {
    top: var(--image-final-top);
    left: var(--image-final-left);
    width: var(--image-final-width);
    height: var(--image-final-height);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
