@import url("https://rsms.me/inter/inter.css");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

p {
  margin-bottom: 1em;
  margin-top: 1em;
}

ul {
  margin-bottom: 1em;
  margin-top: 1em;
}

::-moz-selection {
  background: #fbd4e4;
}

::selection {
  background: #fbd4e4;
}

.button-group {
  display: inline-block;
}

.button {
  display: inline-block;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  margin: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button-large {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: -0.015rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-medium {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.011rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-small {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: -0.0025rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.button-primary:hover, .button-primary:focus {
  background-color: #343434;
  border-color: #343434;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.button-primary:active {
  background-color: #252525;
  border-color: #252525;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.button-secondary {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
}

.button-secondary:hover, .button-secondary:focus {
  background-color: #454545;
  border-color: #454545;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.button-secondary:active {
  background-color: #343434;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.button-tertiary {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.button-tertiary:hover, .button-tertiary:focus {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}

.button-tertiary:active {
  background-color: #252525;
  border-color: #252525;
  color: #ffffff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.button-text {
  background-color: transparent;
  border-color: transparent;
  color: #000000;
}

.button-text:hover, .button-text:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.button-text:active {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

* {
  margin: 0;
  padding: 0;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: rgba(255, 255, 255, 0.9);
}

.nav-hidden {
  top: -85px;
}

#top-navbar-container {
  height: 5rem;
}

#top-navbar {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#top-navbar li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.011rem;
  font-weight: 500;
  color: #001A61;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
}

#top-navbar li:not(:last-child) {
  margin-right: 1.5rem;
}

.nav-selected > a {
  color: #1133ff;
  cursor: default;
  text-decoration: none;
}

.standalone-link:not(:last-child) {
  margin-right: 1rem;
}

.main-wrapper {
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#hero {
  width: 100%;
  padding-top: 6rem;
}

.hero-title {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 4.125rem;
  line-height: 1.2;
  letter-spacing: -0.16rem;
  font-weight: 600;
  color: #001A61;
  margin-bottom: 4rem;
}

.hero-subtitle {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 700;
  color: #001A61;
  margin-bottom: 3rem;
}

.hero-p {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #0d3372;
  text-align: left;
}

.button-group {
  margin-top: 6rem;
  text-align: center;
  list-style-type: none;
}

.button-group li {
  display: inline-block;
}

.cta-buttons {
  margin-top: 2rem;
  text-align: left;
  list-style-type: none;
}

.section-title {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.25rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 700;
  color: #001A61;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  margin-bottom: 2rem;
}

.section-title-inverse {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.25rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  margin-bottom: 2rem;
}

.section-paragraph {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #001A61;
  text-align: center;
}

.section-paragraph-inverse {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

a {
  color: #001A61;
  text-decoration: underline;
  -webkit-text-decoration-color: #1133ff;
          text-decoration-color: #1133ff;
  text-decoration-thickness: 2px;
  text-underline-offset: .1em;
  cursor: pointer;
}

a:hover {
  color: #1133ff;
}

b {
  font-weight: 600;
}

.article-eyebrow {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a439b;
  text-align: center;
  margin-bottom: 0.5rem;
}

.article-title {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 600;
  color: #001A61;
  text-align: center;
  margin-bottom: 0.75rem;
}

.article-paragraph {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #0d3372;
  text-align: center;
}

.blog-text-1 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.16rem;
  color: #001A61;
  text-align: left;
  margin-bottom: 3rem;
}

.blog-text-2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 600;
  color: #001A61;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.blog-text-3 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 500;
  color: #001A61;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5em;
}

.blog-text-4 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 500;
  color: #001A61;
  margin-bottom: 1rem;
  margin-right: 0.5em;
}

.blog-time-1 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.4;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #0d3372;
  text-align: left;
  padding-left: 0.5em;
}

.blog-time-2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.011rem;
  font-weight: 300;
  color: #0d3372;
  text-align: left;
  padding-left: 0.5em;
}

.blog-lead-paragraph {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #0d3372;
}

.blog-paragraph {
  margin-top: 0.5rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.011rem;
  font-weight: 300;
  color: #0d3372;
}

.blog-ul {
  margin-left: 1.5rem;
}

.blog-clean-ul {
  margin-left: 0.5rem;
  list-style-type: none;
}

.blog-li {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.011rem;
  font-weight: 300;
  color: #0d3372;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0.5rem;
}

.blog-highlight {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: -0.018rem;
  font-weight: 300;
  color: #0a439b;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.blog-quote {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6;
  letter-spacing: -0.015rem;
  font-weight: 300;
  color: #0d3372;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  border-left: 3px solid;
  border-color: #0a439b;
  font-style: italic;
}

.subtle-divider {
  border: 1px solid #abcafe;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.bold-divider {
  border: 3px solid #4466FF;
  width: 12%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.blog-eyebrow {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0a439b;
  text-align: left;
  margin-bottom: 0.5rem;
}

.emoji-start {
  margin-right: 0.5rem;
}

.emoji-middle {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.emoji-end {
  margin-left: 0.5rem;
}

#work {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5rem;
}

.work-tile {
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  transition: transform .35s ease-in-out, box-shadow .35s ease-in-out;
  transition: transform .35s ease-in-out, box-shadow .35s ease-in-out, -webkit-transform .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
  background-color: #abcafe;
}

.work-tile:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 25, 100, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 25, 100, 0.25);
}

.work-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-tile-caption {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 90%);
}

.work-tile-title {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.022rem;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
  margin-right: 1.5rem;
}

.work-tile-detail {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.025rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 0.75rem;
  left: 1.5rem;
  margin-right: 1.5rem;
}

.work-image-large {
  display: block;
  height: auto;
  background-color: #f0f5fc;
  text-align: center;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 25, 100, 0.15);
          box-shadow: 0px 4px 12px rgba(0, 25, 100, 0.15);
}

.work-image-medium {
  display: block;
  max-width: 100%;
  height: auto;
  background-color: #f0f5fc;
  text-align: center;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 25, 100, 0.1);
          box-shadow: 0px 3px 9px rgba(0, 25, 100, 0.1);
}

.work-hero-figure {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.work-body-figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.work-image-caption {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: -0.0025rem;
  font-weight: 300;
  color: #0a439b;
  margin-top: 0.75rem;
}

.section-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.section-table-cell {
  text-align: left;
}

.end-mark {
  margin-top: 4rem;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.018rem;
  font-weight: 300;
  color: #1133ff;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 4rem;
}

.centered-navbar {
  text-align: center;
  margin-bottom: 2rem;
}

#work-navbar li {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.011rem;
  font-weight: 500;
  color: #001A61;
  text-align: left;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
}

#work-navbar li:not(:last-child) {
  margin-right: 2rem;
}

.footer-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

.footer-paragraph {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: -0.0025rem;
  font-weight: 300;
  color: #001A61;
  text-align: center;
}

.love {
  color: #1133ff;
}

.hidden {
  display: none;
}

@media only screen and (max-width: 500px) {
  #work {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .section-table {
    -ms-grid-columns: (2fr)[2];
        grid-template-columns: repeat(2, 2fr);
    grid-gap: 2rem;
  }
  .blog-lead-paragraph {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1875rem;
    line-height: 1.6;
    letter-spacing: -0.015rem;
    font-weight: 300;
    color: #0d3372;
  }
  .work-image-large {
    max-width: 140%;
    margin-left: -20%;
  }
}

@media only screen and (max-width: 736px) {
  .work-image-large {
    max-width: 100vw;
    margin-left: -32px;
    border-radius: 0px;
  }
}

@media only screen and (min-width: 737px) and (max-width: 1200px) {
  .work-image-large {
    max-width: 100vw;
    margin-left: calc((670px - 100vw) / 2);
    border-radius: 0px;
  }
}

@media only screen and (min-width: 1201px) {
  .work-image-large {
    max-width: 180%;
    margin-left: -40%;
  }
}

@media (prefers-color-scheme: dark) {
  body, header, section, article, footer {
    background: #000000;
    color: #ffffff;
  }
  header {
    background: rgba(0, 0, 0, 0.9);
  }
  .hero-title, .hero-subtitle, .blog-text-2, .blog-text-3, .blog-text-4, .footer-paragraph {
    color: #ffffff;
  }
  .blog-paragraph, .blog-lead-paragraph, .blog-li, .work-image-caption {
    color: #e2e2e2;
  }
  .blog-quote {
    border-color: #0a439b;
  }
  a {
    color: #ffffff;
    -webkit-text-decoration-color: #4466FF;
            text-decoration-color: #4466FF;
  }
  .blog-time-1, .blog-time-2 {
    color: #c3c3c3;
  }
  .love, a:hover, .nav-selected > a {
    color: #4466FF;
  }
  .end-mark {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: -0.018rem;
    font-weight: 300;
    color: #4466FF;
    text-align: center;
  }
  .blog-divider {
    border: 1px solid #001A61;
  }
  .work-tile {
    background-color: #001A61;
  }
  .work-image {
    background-color: #0c1424;
  }
  ::-moz-selection {
    color: #ffffff;
    background: #621335;
  }
  ::selection {
    color: #ffffff;
    background: #621335;
  }
}
/*# sourceMappingURL=main.css.map */