/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 850px) {

  .container {
    max-width: 850px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1480px) {

  .container {
    max-width: 1480px;
  }
}
/*! purgecss start ignore */
/* Font Sizes */
/* Line heights */
/* Sizes */
/* Colors */
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-Black.woff2") format("woff2");
  font-weight: 900;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-BlackItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-Regular.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-RegularItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-Light.woff2") format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "UntitledSans";
  src: url("../assets/fonts/UntitledSansWeb-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-Regular.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "UntitledSerif";
  src: url("../assets/fonts/UntitledSerifWeb-RegularItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300;
}
h1 {
  font-size: 6.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
@media all and (max-width: 640px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}
@media all and (max-width: 640px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
@media all and (max-width: 640px) {
  h4 {
    font-size: 2rem;
  }
}

h1,
h2,
h3,
h4 {
  margin-bottom: 24px;
}

a,
p,
input,
li,
button {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  a,
p,
input,
li,
button {
    font-size: 1.8rem;
  }
}

a,
button {
  color: inherit;
  line-height: 1;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

p.caption a,
p.caption,
.caption p,
.caption p a,
.caption a,
.caption {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 300;
  text-decoration: none;
}

.caption-wrapper a,
.caption-wrapper {
  font-size: 20px;
}

button.gray-copy:hover,
a.gray-copy:hover {
  color: black;
}

.about-wrapper p a,
.article-wrapper p a {
  text-decoration: none;
  color: #afafaf;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.about-wrapper p a:hover,
.article-wrapper p a:hover {
  color: black;
}

.dark-mode .about-wrapper p a:hover,
.dark-mode .article-wrapper p a:hover {
  color: white;
}

.dark-mode a.gray-copy:hover {
  color: white;
}

.bold-copy {
  font-weight: 500;
}

.gray-copy {
  color: #afafaf;
}

:root {
  --header-height: 100px;
}

@media all and (max-width: 640px) {
  :root {
    --header-height: 92px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "UntitledSans", Arial, Sans-Serif, "Helvetica Neue", sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media all and (max-width: 850px) {
  html,
body {
    position: relative;
    height: 100%;
  }
}

body.dark-mode {
  background-color: black;
  color: white;
}

.content-wrapper {
  position: relative;
  margin: 0 auto 300px;
  background-color: white;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@media all and (max-width: 850px) {
  .content-wrapper {
    margin: 0 auto;
    overflow: scroll;
  }
}

.content-wrapper.dark-mode {
  background-color: black;
  color: white;
}
.content-wrapper.dark-mode .content-wrapper {
  background-color: black;
}

.view-wrapper {
  max-width: 1480px;
  padding: 0 80px;
  margin: 0 auto;
  pointer-events: all;
}
@media all and (max-width: 640px) {
  .view-wrapper {
    padding: 0 20px;
  }
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-overflow-scrolling: touch;
}

ul,
li {
  list-style: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

img.lazyloaded {
  opacity: 1;
}

.m-b-1 {
  margin-bottom: 0.8rem;
}

.m-b-2 {
  margin-bottom: 1.6rem;
}

.prose-max {
  max-width: 850px;
}

.no-mobile {
  display: inline;
  position: relative;
  top: 1px;
  font-size: 1.5rem;
}
@media all and (max-width: 850px) {
  .no-mobile {
    display: none;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

.dark-mode .border-top {
  border-top: 1px solid white;
}

@media all and (max-width: 850px) {
  .hide-mobile {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    will-change: transform;
  }
  .hide-mobile.show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.header {
  padding: 3.2rem 80px;
  background-color: white;
  -webkit-transition: background-color 400ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 400ms ease-in-out, color 200ms ease-in-out;
}
@media all and (max-width: 640px) {
  .header {
    padding: 3.2rem 20px;
  }
}
.header.dark-mode {
  background-color: black;
  color: white;
  -webkit-transition: none;
  transition: none;
}
.header.dark-mode .nav-item button:hover {
  color: white;
}
.header .hide-mobile {
  display: block;
}
@media all and (max-width: 850px) {
  .header .hide-mobile {
    display: none;
  }
}
.header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-left .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 850px) {
  .header .header-left .header-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header .nav-item {
  margin-right: 5.2rem;
}
@media all and (max-width: 850px) {
  .header .nav-item {
    margin-right: 0;
  }
  .header .nav-item:last-of-type {
    display: none;
  }
}
.header .nav-item a,
.header .nav-item button {
  font-size: 1.8rem;
}
.header .nav-link {
  cursor: pointer;
  font-size: 1.8rem;
}
.header .header-dropdown {
  position: fixed;
  width: 100%;
  height: auto;
  max-height: 0;
  top: 0;
  left: 0;
  padding: 0 80px;
  margin: 88px 0 2rem;
  -webkit-transition: max-height 400ms ease-in-out;
  transition: max-height 400ms ease-in-out;
  background-color: black;
  overflow: hidden;
}
.header .header-dropdown.show {
  max-height: 282px;
  padding-bottom: 3rem;
}
.header .header-dropdown .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.header .header-dropdown .filter-list .filter-item {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #afafaf;
}
.header .header-dropdown .filter-list .filter-item a {
  font-size: 1.8rem;
}
.header .header-dropdown .filter-link {
  cursor: pointer;
}
.header .header-dropdown .filter-link.selected, .header .header-dropdown .filter-link:hover {
  color: white;
}
.header .dropdown-close {
  display: none;
  position: absolute;
  right: 80px;
  top: 28px;
}
.header .dropdown-close.show {
  display: block;
}
.header .dropdown-close svg {
  position: relative;
  width: 40px;
  height: 40px;
  fill: white;
  cursor: pointer;
}

.dark-mode .header {
  background-color: black;
  color: white;
}
.dark-mode .header .nav-item button:hover {
  color: white;
}

.header-mobile {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: black;
  padding: 18px 20px;
  color: white;
  z-index: -1;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
@media all and (max-width: 850px) {
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    opacity: 0;
  }
}
.header-mobile.active {
  opacity: 1;
  z-index: 9999;
}
.header-mobile .about-container {
  width: 100%;
  padding-bottom: 100px;
}
.header-mobile .nav-item {
  padding: 8px 20px;
}
.header-mobile .nav-item a,
.header-mobile .nav-link {
  font-size: 2.8rem;
}
.header-mobile__button {
  display: none;
  position: fixed;
  width: 2.8rem;
  height: 2.8rem;
  top: 32px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}
@media all and (max-width: 850px) {
  .header-mobile__button {
    display: block;
  }
}
.header-mobile__button--top, .header-mobile__button--middle, .header-mobile__button--bottom {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 0;
  top: 0;
  right: 0;
  margin-bottom: 0.7rem;
  border-bottom: 2px solid black;
}
.header-mobile__button--top {
  will-change: transform;
  -webkit-transition: -webkit-transform 300ms ease-in-out 50ms;
  transition: -webkit-transform 300ms ease-in-out 50ms;
  transition: transform 300ms ease-in-out 50ms;
  transition: transform 300ms ease-in-out 50ms, -webkit-transform 300ms ease-in-out 50ms;
}
.header-mobile__button--middle {
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
.header-mobile__button--bottom {
  -webkit-transition: width 150ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: width 150ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, width 150ms ease-in-out;
  transition: transform 300ms ease-in-out, width 150ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.header-mobile__button.active .header-mobile__button--top {
  width: 22px;
  border-bottom: 2px solid #afafaf;
  -webkit-transform: rotate(45deg) translate3d(7px, 9px, 0);
          transform: rotate(45deg) translate3d(7px, 9px, 0);
}
.header-mobile__button.active .header-mobile__button--middle {
  opacity: 0;
}
.header-mobile__button.active .header-mobile__button--bottom {
  width: 23px;
  border-bottom: 2px solid #afafaf;
  -webkit-transform: rotate(-45deg) translate3d(3px, -6px, 0);
          transform: rotate(-45deg) translate3d(3px, -6px, 0);
}

.dark-mode .header-mobile__button--bottom,
.dark-mode .header-mobile__button--middle,
.dark-mode .header-mobile__button--top {
  border-bottom: 2px solid white;
}

#page-index {
  display: block;
}

@media (min-width: 640px) {

  #page-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#page-index {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 7.2rem;
}
#page-index .project-wrapper {
  position: relative;
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
  float: left;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media all and (max-width: 640px) {
  #page-index .project-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2.4rem;
  }
}
#page-index .project-wrapper .caption-wrapper {
  margin-top: 12px;
}
#page-index .project-wrapper:nth-child(odd) {
  margin-right: 2rem;
}
@media all and (max-width: 640px) {
  #page-index .project-wrapper:nth-child(odd) {
    margin-right: 0;
  }
}
#page-index .project-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#page-index .project-wrapper.disappear {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  float: left;
  width: 0;
  height: 0;
  margin-right: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#page-index .project-wrapper.disappear a,
#page-index .project-wrapper.disappear p,
#page-index .project-wrapper.disappear video {
  width: 0;
}
#page-index .project-wrapper.no-margin {
  margin-right: 0;
}
#page-index .project-wrapper.margin {
  margin-right: 2rem;
}
#page-index .image,
#page-index video {
  position: relative;
  width: 100%;
}
#page-index .caption-title {
  padding-right: 1rem;
}

#page-project .project-details {
  display: block;
  margin: 7.2rem 0;
}
@media all and (max-width: 640px) {
  #page-project .project-details {
    display: block;
    margin: 2.4rem 0 3.2rem;
  }
}
#page-project .matrix-content {
  margin-bottom: 80px;
}
#page-project .matrix-content p {
  margin-bottom: 32px;
}
#page-project .matrix-content p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 850px) {
  #page-project .matrix-content {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 640px) {
  #page-project .matrix-content {
    margin-bottom: 24px;
  }
}
#page-project .matrix-content:last-of-type {
  margin-bottom: 6rem;
}
#page-project .matrix-content.limit-spacing {
  margin-bottom: 28px;
}
#page-project .matrix-content.project-details {
  margin: 5rem 0 2rem;
}
#page-project .matrix-content .title {
  margin-bottom: 1.2rem;
}
#page-project .matrix-content .caption {
  margin-top: 1rem;
}
#page-project .full-width {
  display: block;
}
#page-project .side-by-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
#page-project .side-by-side .image,
#page-project .side-by-side .video {
  position: relative;
  width: 100%;
}
#page-project .three-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}
@media all and (max-width: 640px) {
  #page-project .three-column {
    display: block;
    margin: 2.4rem 0 3.2rem;
  }
  #page-project .three-column__item {
    margin-bottom: 16px;
  }
  #page-project .three-column__item:last-of-type {
    margin-bottom: 0;
  }
}
#page-project .three-column .image,
#page-project .three-column .video {
  position: relative;
  width: 100%;
}
#page-project .embed-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
#page-project .embed-wrapper iframe {
  width: 100%;
  height: 100%;
}
#page-project .image,
#page-project .video {
  position: relative;
  width: 100%;
}

#modal-about {
  position: fixed;
  width: 100vw;
  max-height: 0;
  overflow: hidden;
  top: 0;
  -webkit-transition: max-height 400ms ease-in-out;
  transition: max-height 400ms ease-in-out;
  background-color: black;
  color: white;
}
#modal-about.show {
  max-height: 318px;
}
#modal-about p {
  font-size: 1.8rem;
}
#modal-about a {
  color: #afafaf;
  font-size: 1.8rem;
  text-decoration: none;
}
#modal-about a:hover {
  color: white;
}
#modal-about .about-container {
  display: block;
  margin: 92px auto 42px;
  padding: 0 80px;
}

.announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  padding: 110px 70px;
  background-color: black;
  color: white;
  overflow: scroll;
  z-index: 10000;
  -webkit-transition: -webkit-transform 800ms;
  transition: -webkit-transform 800ms;
  transition: transform 800ms;
  transition: transform 800ms, -webkit-transform 800ms;
}
@media all and (max-width: 850px) {
  .announcement {
    padding: 60px 20px;
  }
}
.announcement__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .announcement__arrow {
    margin-bottom: 40px;
  }
}
.announcement__arrow svg {
  width: 90px;
  height: 94px;
}
.announcement p,
.announcement a {
  font-size: 5.8vw;
  font-weight: 500;
  line-height: 1.25;
}
@media all and (max-height: 768px) and (min-width: 850px) {
  .announcement p,
.announcement a {
    font-size: 4.8vw;
  }
}
@media all and (max-width: 850px) {
  .announcement p,
.announcement a {
    font-size: 32px;
  }
}
.announcement p.caption,
.announcement a.caption {
  font-size: 2.4vw;
}
@media all and (max-width: 850px) {
  .announcement p.caption,
.announcement a.caption {
    font-size: 18px;
  }
}
.announcement a {
  color: #afafaf;
}
.announcement a:hover {
  color: white;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}
.carousel-wrapper:hover .left-arrow,
.carousel-wrapper:hover .right-arrow {
  opacity: 1;
}
.carousel-wrapper .left-arrow,
.carousel-wrapper .right-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 45%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 120ms ease-in-out;
  transition: opacity 120ms ease-in-out;
}
.carousel-wrapper .left-arrow span,
.carousel-wrapper .right-arrow span {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.carousel-wrapper .left-arrow span svg,
.carousel-wrapper .right-arrow span svg {
  fill: white;
}
.carousel-wrapper .left-arrow {
  left: 2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.carousel-wrapper .right-arrow {
  right: 2%;
}
.carousel-wrapper .carousel-item {
  display: block;
  position: absolute;
  max-width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
  opacity: 0;
}
.carousel-wrapper .carousel-item.active {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 3.2rem;
}
.newsletter-form .field-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  width: 100%;
  max-width: 480px;
  border: solid 1px white;
  color: white;
}
.newsletter-form .form-input {
  width: 100%;
  max-width: 30.2rem;
  padding: 0.6rem 3.8rem 0.9rem 1.1rem;
  color: white;
  font-size: 1.8rem;
}
.newsletter-form .form-input::-webkit-input-placeholder {
  color: #afafaf;
}
.newsletter-form .form-input::-moz-placeholder {
  color: #afafaf;
}
.newsletter-form .form-input:-ms-input-placeholder {
  color: #afafaf;
}
.newsletter-form .form-input::-ms-input-placeholder {
  color: #afafaf;
}
.newsletter-form .form-input::placeholder {
  color: #afafaf;
}
.newsletter-form svg {
  position: absolute;
  width: 30px;
  height: 40px;
  top: 2px;
  right: 8px;
  fill: white;
  cursor: pointer;
}

.footer-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 80px;
  background-color: black;
  color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  z-index: 0;
}
@media all and (max-width: 850px) {
  .footer-wrapper {
    position: relative;
    z-index: 1;
  }
}
@media all and (max-width: 640px) {
  .footer-wrapper {
    padding: 0 20px;
  }
}
.footer-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.footer-wrapper .gray-copy:hover {
  color: white;
}

.dark-mode .footer-wrapper {
  background-color: white;
  color: black;
}
.dark-mode .footer-wrapper .gray-copy:hover {
  color: black;
}

.feed-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1480px;
  margin: 0 auto;
  padding: 2.2rem 0 2.4rem;
}
@media all and (min-width: 1480px) {
  .feed-wrapper .container {
    padding: 2.2rem 80px 2.4rem;
  }
}
@media all and (max-width: 640px) {
  .feed-wrapper .container {
    display: block;
    padding: 2.2rem 20px 2.4rem;
  }
}
.feed-wrapper .feed-header {
  width: 25%;
  max-width: 1480px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .feed-wrapper .feed-header {
    width: 100%;
    margin: 0;
  }
}
.feed-wrapper .feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.1rem;
  width: 75%;
  padding-left: 1rem;
}
@media all and (max-width: 640px) {
  .feed-wrapper .feed {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.feed-wrapper .feed .feed-item {
  width: 100%;
}
@media all and (max-width: 640px) {
  .feed-wrapper .feed .feed-item {
    margin-top: 2rem;
  }
}
.feed-wrapper .feed .feed-item .image {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related {
  padding: 2.3rem 80px 6.9rem;
}
@media all and (max-width: 640px) {
  .related {
    padding: 2.3rem 20px 6.9rem;
  }
}
.related .related-header {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 0 1.2rem;
}
.related .related-header p span {
  padding-left: 1rem;
}
.related .related-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1480px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .related .related-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 1480px) {
  .related .related-header,
.related .related-inner {
    max-width: 1440px;
  }
}
.related .related-item {
  width: 33.333%;
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .related .related-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}
.related .related-item:last-of-type {
  margin-right: 0;
}
.related .related-tag {
  cursor: pointer;
}
.related .image,
.related video {
  position: relative;
  width: 100%;
  margin-bottom: 0.4rem;
}
.related a {
  display: block;
  margin-top: 0.6rem;
}
.related .caption-wrapper p {
  margin-bottom: 4px;
}
.related .caption-wrapper a {
  font-size: 2.4rem;
}
@media all and (max-width: 640px) {
  .related .caption-wrapper a {
    font-size: 1.8rem;
  }
}

/*! purgecss end ignore */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-0 {
  z-index: 0;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.pt-header {
  padding-top: var(--header-height);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
