:root {
  /* typography */
  --base-font-size: 16px;
  --h1: 3.812rem;
  --h2: 2.438rem;
  --h3: 1.938rem;
  --h4: 1.562rem;
  --h5: 1.250rem;
  --paragraph: 1rem;
  --paragraph-lg: 1.5rem;
  --paragraph-line-height: 1.75em;
  /* typefaces */
  --system-font: -apple-system-body, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --system-font: "Inter", -apple-system-body, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --circular-std: "CircularStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* start new new design tokens */
  --rainbow-gradient: linear-gradient(90deg, #38BDF8 14%, #8D34FE 52.12%, #E234FE 88.82%);
  --color-electric-blue: #38BDF8;
  --color-text-normal: #CBD5E1;
  --color-text-strong: #fff;
  --color-link: #fff;
  --color-error: #DD4B4B;
  --body-background: #171e2c;
  --content-background: #050911;
  --nav-link: #94A3B8;
  --nav-link-selected: #fff;
  --color-text: var(--color-text-normal);
  --badge-background: #161A25;
  --badge-text-color: #94A3B8;
  --hero-background-color: rgba(3,10,22,0.5);
  --hero-border-color: #334155;
  --hero-box-shadow: 0px 0px 100px rgba(64, 131, 247, 0.15);
  --divider-color: #1F222A;
  --max-content-width: 50rem;
  --wavy-header: url(/static/img/wavy-header--dark.svg);
  --image-wave: url(/static/img/wavy-section--dark.svg);
  --logo: url(/static/img/logo.svg);
  --icon-resume: url(/static/img/icons/resume.svg);
  --icon-login: url(/static/img/icons/arrow-right.svg);
  --icon-lightning: url(/static/img/icons/lightning.svg);
  --icon-phone: url(/static/img/icons/phone.svg);
  --icon-send-it: url(/static/img/icons/send-it.svg);
  --icon-email: url(/static/img/icons/email.svg);
  --icon-eye: url(/static/img/icons/eye.svg);
  --icon-cart: url(/static/img/icons/cart.svg);
  --icon-chart: url(/static/img/icons/chart.svg);
  --icon-sparkle: url(/static/img/icons/sparkle.svg);
  --icon-resume: url(/static/img/icons/resume.svg);
  --icon-case-studies: url(/static/img/icons/archive.svg);
  --icon-download: url(/static/img/icons/download.svg);
  --icon-close: url(/static/img/icons/close.svg);
  --image-headshot: url(/static/img/headshot.png);
  --transition: 0.3s ease-out;
  --wavy-footer: url(/static/img/wavy-footer--dark.svg);
  --footer-background: #0b111c;
  --footer-text-color: #64748B;
  --footer-height: 14em;
  --nav-trigger-color: #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: var(--base-font-size);
}

body {
  padding: 0;
  margin: 0;
  overflow-scrolling: touch;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--body-background);
}

.content {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  min-height: 100vh;
  max-width: 90em;
  z-index: var(--elevation-1);
  background-image: var(--wavy-header);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0px;
  z-index: var(--elevation-0);
  position: relative;
  overflow: hidden;
  padding-bottom: var(--footer-height);
  z-index: 1;
  background-color: var(--content-background);
}

.layout-container {
  max-width: 90em;
  margin: 0 auto;
  width: 90%;
}

.layout-container.section {
  max-width: var(--max-content-width);
  padding-top: 3em;
}

section.content-area {
  padding: var(--content-area-padding) 0;
}

section .content-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.timeframe {
  font-weight: 300;
  opacity: 0.5;
}

@media only screen and (min-width: 1440px) {
  body {
    padding: 2em;
  }

  .content {
    border-radius: 1.25em;
    border: 1px solid var(--hero-border-color);
    min-height: calc(100vh - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .content {
    background-position: 0% 0px;
    background-size: 200% auto;
  }
}
/* base typography */
body {
  font-family: var(--system-font);
  font-size: var(--base-font-size);
  line-height: 1.75em;
  -webkit-text-size-adjust: 100%;
  color: var(--color-text);
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--circular-std);
  font-weight: 400;
}

b, strong {
  font-weight: bolder;
}

h1, h2, h3, h4, h5, h6, p, li, ol {
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 1rem 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: 600;
  font-family: var(--circular-std);
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

p, li, ol {
  font-size: var(--paragraph);
  line-height: var(--paragraph-line-height);
  font-weight: 400;
}

p.large {
  font-size: var(--paragraph-lg);
}

/* color helpers */
.text-blue {
  color: var(--color-text-blue);
}

.text-green {
  color: var(--color-text-green);
}

.text-purple {
  color: var(--color-text-purple);
}

footer {
  height: var(--footer-height);
  background-image: var(--wavy-footer);
  background-color: var(--footer-background);
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  bottom: -0.25em;
}

footer .copyright {
  color: var(--footer-text-color);
  margin-top: 1.5em;
}

footer .social {
  display: inline-block;
  margin-top: 1em;
}

footer .social a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

footer .social a:hover {
  opacity: 0.6;
}

body.mobile-nav-active {
  overflow: hidden;
}

.button-container {
  display: block;
  width: 100%;
  margin-top: 2.5em;
}

a.button {
  padding: 0.75em 1rem;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease-out;
  background: linear-gradient(87.98deg, #38BDF8 -7%, #8D34FE 96.8%, #E234FE 223.22%);
}

a.button:hover {
  transform: scale(1.1);
}

a.button.secondary {
  display: inline-block;
  padding: 1px;
}

a.button.secondary div {
  padding: 0.625em 0.875rem;
  display: block;
  border-radius: 11px;
  background-color: var(--body-background);
  transition: background-color 0.3s ease-out;
  display: flex;
  align-items: center;
}

a.button.secondary div:hover {
  background: transparent;
}

a.button div span.icon {
  height: 20px;
  width: 20px;
  display: inline;
  margin-right: 0.5em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

a.button.secondary.icon-only span.icon {
  margin-right: 0;
}

a.button div span.icon-resume {
  background-image: var(--icon-resume);
}

a.button div span.icon-case-studies {
  background-image: var(--icon-case-studies);
}

a.button div span.icon-download {
  background-image: var(--icon-download);
}

a.button div span.icon-login {
  background-image: var(--icon-login);
}

.badge {
  padding: 0.25em 0.75em;
  background: var(--badge-background);
  border-radius: 0.5em;
  color: var(--badge-text-color);
  font-size: 1em;
}

.badge.small {
  font-size: 0.75em;
}

section.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 4em;
  gap: 32px;
  background-color: var(--hero-background-color);
  border: 1px solid var(--hero-border-color);
  box-shadow: var(--hero-box-shadow);
  border-radius: 12px;
  text-align: center;
}

section.hero * {
  margin: 0 auto;
  max-width: var(--max-content-width);
}

section.hero .headshot {
  height: 114px;
  width: 114px;
  display: block;
  background: var(--image-headshot);
  background-size: 100%;
}

section.hero h1 {
  font-size: 4.25em;
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section.hero .badge-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  flex-wrap: wrap;
}

section.hero .badge-container .badge {
  margin: 5px;
}

section.hero p {
  color: var(--color-text-normal);
  font-size: 1.25em;
}

section.video-intro {
  text-align: center;
  margin: 4.5em 0 3em 0;
}

section.video-intro h3 {
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section.hero.video iframe {
  width: 100%;
  height: 490px;
  display: block;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  section.hero {
    padding: 1.5em;
    gap: 24px;
  }

  section.hero h1 {
    font-size: 3em;
    background: var(--rainbow-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  section.hero p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 567px) {
  section.hero.video iframe {
    width: 100%;
    height: 300px;
    display: block;
    padding: 0;
    margin: 0;
  }
}
section.resume-intro {
  padding: 0 0 2.5em 0;
  margin: 0 0 1.75em 0;
  border-bottom: 1px solid var(--divider-color);
}

.resume-header {
  display: inline-block;
  display: flex;
}

.resume-header h3 {
  margin-bottom: 0;
  padding-top: 0.25em;
  width: 100%;
}

.resume-header .button {
  display: flex;
  min-width: 162px;
}

.resume-header .button div {
  white-space: nowrap;
}

.resume .section-title {
  margin: 1em 0;
  border-bottom: 1px solid var(--divider-color);
  padding-top: 1.5em;
}

.resume article {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.resume article .date, .resume article .degree {
  grid-column: 1;
  min-width: 12em;
  padding-right: 1.75em;
}

.resume article .title {
  grid-column: 2/5;
  font-weight: 600;
  font-size: 1.125em;
  color: var(--color-text-strong);
}

.resume article .location {
  grid-column: 5;
  text-align: right;
}

.resume article .description {
  grid-column: 2/6;
  padding: 0.5em 0 1.75em 0;
}

.resume article .more {
  grid-column: 2/6;
  margin-top: -0.5em;
}

.resume article .more a {
  color: var(--color-text);
  text-decoration: none;
}

.resume article .more a:hover {
  text-decoration: underline;
}

.resume article .item a, .resume article .item a:visited {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .resume article .item {
    grid-column: 1/6;
    min-width: none;
    margin-bottom: 0.5em;
  }

  .resume article .item.title {
    margin: 0.25em 0;
  }

  .resume article .item.location {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .resume-header {
    flex-wrap: wrap;
  }

  .resume-header h3 {
    margin-bottom: 0.5em;
  }

  .resume-header .button {
    width: 100%;
  }

  .resume-header .button .button-text {
    width: calc(100% - 2.5em);
    text-align: center;
  }
}
section.hero.case-study-detail {
  padding: 2.5em;
  gap: 0.25em;
}

section.hero.case-study-detail * {
  margin: 0 auto;
  max-width: 100%;
}

section.hero.case-study-detail h1 {
  font-size: 2.5em;
  width: 100%;
  text-align: left;
}

section.hero.case-study-detail h4 {
  width: 100%;
  text-align: left;
  font-size: 1em;
}

section.hero.case-study-detail h4 a {
  color: var(--color-text);
  text-decoration: none;
  opacity: 0.5;
  text-decoration-color: transparent;
  transition: opacity 0.5s ease-out;
}

section.hero.case-study-detail h4 a:hover {
  opacity: 1;
}

section.case-studies {
  border-radius: 12px;
  background: linear-gradient(87.98deg, #38BDF8 -7%, #8D34FE 96.8%, #E234FE 223.22%);
  padding: 0px;
  display: block;
  padding: 1px;
  margin-top: 3em;
}

.case-studies a:first-child {
  border-radius: 12px 12px 0 0;
}

.case-studies a:last-child {
  border-radius: 0 0 12px 12px;
  margin-bottom: 0;
}

.case-studies a {
  display: flex;
  padding: 20px;
  align-items: center;
  margin-bottom: 1px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  background-color: var(--content-background);
  cursor: pointer;
}

.case-studies a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.case-studies a .title {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--color-text-strong);
  width: 100%;
}

.case-studies a .context {
  text-align: right;
}

.case-studies a .context .badge {
  display: inline;
  white-space: nowrap;
}

.case-studies a .icon {
  flex-shrink: 1 0 auto;
  height: 44px;
  width: 44px;
  border: 1px solid var(--color-electric-blue);
  border-radius: 100%;
  background-size: 20px 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
  display: block;
}

.case-studies a .icon-lightning {
  background-image: var(--icon-lightning);
}

.case-studies a .icon-phone {
  background-image: var(--icon-phone);
}

.case-studies a .icon-send-it {
  background-image: var(--icon-send-it);
}

.case-studies a .icon-email {
  background-image: var(--icon-email);
}

.case-studies a .icon-eye {
  background-image: var(--icon-eye);
}

.case-studies a .icon-cart {
  background-image: var(--icon-cart);
}

.case-studies a .icon-chart {
  background-image: var(--icon-chart);
}

.case-studies a .icon-sparkle {
  background-image: var(--icon-sparkle);
}

.case-study-embedded {
  margin-top: 3em;
}

.case-study-embedded .auth {
  border: 1px solid var(--hero-border-color);
  border-radius: 12px;
  box-shadow: var(--hero-box-shadow);
  height: 50em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 1em;
  padding: 0 2em;
}

.case-study-embedded .auth.hidden {
  display: none;
}

.case-study-embedded .auth h4 {
  font-size: 1.5em;
  background: var(--rainbow-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}

.case-study-embedded .auth .login-form {
  display: flex;
  gap: 0.5em;
}

.case-study-embedded .auth .login-form .button-container {
  margin-top: 0;
}

.case-study-embedded .auth .error {
  opacity: 0;
  transition: opacity 0.35s ease-out;
  color: var(--color-error);
}

.case-study-embedded .auth .login-form .input-wrapper {
  padding: 0 12px;
  border-radius: 0.75em;
  background-color: #fff;
  height: 2.5em;
  max-width: 15em;
}

.case-study-embedded .auth .login-form .input-wrapper input {
  display: block;
  height: 2.5em;
  border: none;
  outline: none;
}

.case-study-embedded .case-study-figma {
  border: 1px solid var(--hero-border-color);
  border-radius: 12px;
  box-shadow: var(--hero-box-shadow);
  height: 50em;
  width: 100%;
}

.case-study-embedded .case-study-figma.hidden {
  display: none;
}

.case-study-embedded .case-studies-more-cta {
  width: 100%;
  text-align: center;
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .case-studies a {
    flex-flow: row wrap;
  }

  .case-studies a .title {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 75%;
  }

  .case-studies a .context {
    flex-basis: 100%;
    text-align: left;
    padding: 8px 0 0 64px;
  }
}
@media only screen and (max-width: 568px) {
  .case-study-embedded .auth, .case-study-embedded .case-study-figma {
    height: 20em;
  }
}
.wave {
  width: 100%;
  height: 100px;
  display: block;
  background-image: var(--image-wave);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 10em;
}

.dark-gradient {
  margin-top: -1px;
  background: linear-gradient(180deg, #1B2235 0%, rgba(0, 0, 0, 0) 100%);
}

.dark-gradient .case-studies a {
  background-color: var(--body-background);
}

.dark-gradient .case-studies a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 568px) {
  .wave {
    background-size: 200% auto;
  }
}
.content {
  opacity: 0;
  transition: opacity 1.5s;
}

.content.loaded {
  opacity: 1;
}

.fade-1,
.fade-2,
.fade-3,
.fade-4,
.fade-5 {
  opacity: 0;
}

.content.loaded .fade-1,
.content.loaded .fade-2,
.content.loaded .fade-3,
.content.loaded .fade-4,
.content.loaded .fade-5 {
  opacity: 1;
  transition: opacity 1s;
}

.content.loaded .fade-1 {
  transition-delay: 0.25s;
}

.content.loaded .fade-2 {
  transition-delay: 0.5s;
}

.content.loaded .fade-3 {
  transition-delay: 0.75s;
}

.content.loaded .fade-4 {
  transition-delay: 1s;
}

.content.loaded .fade-5 {
  transition-delay: 1.25s;
}

nav {
  font-size: 1rem;
  top: 1.875em;
  height: 3.75em;
  max-width: 96.875em;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  width: 100%;
  font-family: var(--circular-std);
  max-width: 90em;
  margin: 2em auto;
  padding: 2em 0;
  width: 90%;
  border-bottom: 1px solid transparent;
}

nav .links {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav .links a {
  font-size: 1.25em;
  margin: 0 0.75rem;
  text-decoration: none;
  color: var(--nav-link);
}

nav .links a.active {
  color: var(--nav-link-selected);
  border-bottom: 2px solid transparent;
}

nav .links a.inactive {
  transition: var(--transition);
  border-bottom: 2px solid transparent;
  transition: color 0.5s ease-out, border-color 0.5s ease-out;
}

nav .links a.inactive:hover {
  color: var(--nav-link-selected);
  border-bottom: 2px solid transparent;
  border-color: var(--nav-link-selected);
}

nav .logo {
  font-size: 1rem;
  height: 2.75em;
  width: 2.75em;
  flex-grow: 0;
  flex-shrink: 0;
  background: var(--logo);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 2.75em;
  border-radius: 100%;
  order: 0;
  flex-grow: 0;
  margin-right: 4em;
}

nav .menu-icon {
  display: none;
}

nav .menu-icon .trigger {
  width: 20px;
  display: block;
  cursor: pointer;
}

nav .menu-icon .trigger .bar {
  width: 1.25em;
  height: 1px;
  background-color: var(--nav-trigger-color);
  display: block;
  margin-bottom: 6px;
  transform-origin: center center;
  top: 0;
  position: relative;
  transition: opacity 0.2s 0s, top 0.25s 0.35s, transform 0.25s 0s;
}

nav .menu-icon .bar:last-child {
  margin-bottom: 0;
}

nav .menu-icon .bar:last-child {
  margin-bottom: 0;
}

body.mobile-nav-active nav .menu-icon .trigger .bar {
  transition: opacity 0.2s 0s, top 0.25s 0.1s, transform 0.25s 0.45s;
}

body.mobile-nav-active nav .menu-icon .trigger .bar.top {
  transform: rotate(45deg);
  top: 7px;
}

body.mobile-nav-active nav .menu-icon .trigger .bar.middle {
  opacity: 0;
}

body.mobile-nav-active nav .menu-icon .trigger .bar.bottom {
  transform: rotate(-45deg);
  top: -7px;
}

.mobile-nav {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.95);
  top: -100vh;
  transition: opacity 0.75s 0.5s, top 0.55s 0.5s;
  display: none;
  opacity: 0;
  will-change: opacity, top;
}

body.mobile-nav-active .mobile-nav {
  top: 0;
  opacity: 1;
  transition: opacity 0.25s ease-out 0.1s, top 0.35s ease-out 0.1s;
}

.mobile-nav .links {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6em;
}

.mobile-nav .links a {
  font-size: 1.5em;
  margin: 0 0.75rem;
  text-decoration: none;
  color: var(--nav-link);
  margin: 1em;
  opacity: 0;
  transition: all 1s ease-out;
  will-change: opacity;
}

.mobile-nav .links a.active {
  color: var(--nav-link-selected);
  border-bottom: 2px solid transparent;
}

.mobile-nav .links a.inactive {
  border-bottom: 2px solid transparent;
}

.mobile-nav .links a.inactive:hover {
  color: var(--nav-link-selected);
  border-bottom: 2px solid transparent;
  border-color: var(--nav-link-selected);
}

body.mobile-nav-active .mobile-nav .links a.visible {
  opacity: 1;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1023px) {
  body nav {
    position: relative;
    top: 0;
    margin: 0;
    z-index: 3;
    width: 100%;
    padding: 2.5em 5%;
    transition: background-color 0.5s 0.5s, border-color 0.5s 0.5s;
    border-bottom: 1px solid transparent;
  }

  body.mobile-nav-active nav {
    background-color: var(--hero-background-color);
    border-bottom-color: var(--hero-border-color);
  }

  nav .button {
    display: none;
  }

  nav .links {
    display: none;
  }

  nav .menu-icon {
    display: block;
    flex-grow: 1;
  }

  nav .logo {
    position: absolute;
    margin-right: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  .mobile-nav {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
section.modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 10;
  height: 100%;
  width: 100%;
  z-index: 4;
  top: 0;
  left: 0;
  overflow: hidden;
  position: none;
  transition: opacity ease-out 0.35s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

section.modal.active {
  opacity: 1;
  top: 0;
  pointer-events: all;
}

section.modal .modal-body {
  height: 100%;
  width: 100%;
  max-width: 300px;
  max-height: 200px;
  background-color: var(--body-background);
  align-items: center;
  border: 1px solid var(--hero-border-color);
  box-shadow: var(--hero-box-shadow);
  border-radius: 1em;
  padding: 1.5em;
  text-align: center;
  display: flex;
  vertical-align: middle;
  position: relative;
}

section.modal .modal-body .modal-close {
  display: block;
  position: absolute;
  height: 48px;
  width: 48px;
  top: 0.5em;
  right: 0.5em;
  background-image: url("/static/img/icons/close.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: 0.75;
}

section.modal .modal-body a {
  color: var(--color-link);
}

body.modal-active {
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
