@charset "UTF-8";
/*!❤*/
/*! DAS Framework:
 @author Markus Angermeier http://kosmar.de/
*/
/*! normalize.css v8.0.0 | 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.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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;
  position: relative;
  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; }

/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma"), local("Arial"); }

html, body {
  -webkit-text-size-adjust: 100%;
  font-size: 20px; }
  @media (min-width: 769px) and (min-height: 200px) {
    html, body {
      font-size: 21px; } }
  @media (min-width: 900px) and (min-height: 400px) {
    html, body {
      font-size: 22px; } }
  @media (min-width: 1366px) and (min-height: 500px) {
    html, body {
      font-size: 26px; } }
  @media (min-width: 1921px) and (min-height: 600px) {
    html, body {
      font-size: 32px; } }
body {
  color: white;
  line-height: 1.6;
  font-family: "Oswald", Calibri, "system-ui", sans-serif;
  font-weight: 300;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

abbr[title], dfn[title] {
  cursor: help; }

::selection {
  background-color: #b8d0e0;
  color: #333333; }

::-moz-selection {
  background-color: #b8d0e0;
  color: #333333; }

img::selection {
  background-color: rgba(0, 0, 0, 0); }

img::-moz-selection {
  background-color: rgba(0, 0, 0, 0); }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

::placeholder {
  color: #999999; }

:placeholder-shown {
  color: #999999; }

[disabled] {
  color: #999999; }

a {
  color: #b8d0e0;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  a:hover {
    color: white; }
  a:active {
    color: #4d8ab3;
    outline: none; }
  a:focus {
    color: #4d8ab3;
    outline: none; }

i {
  font-style: normal; }

b {
  font-weight: normal; }

u, s, strike {
  text-decoration: none; }

p, ul, ol, dl, li, dd, dt, figure, form, blockquote, q, hr, pre, table, fieldset, menu, code, samp {
  margin: 0 0 1rem 0;
  padding: 0; }

hr {
  margin: 1rem auto; }

blockquote > *:first-child:lang(en):before, q:lang(en):before {
  content: "“"; }

blockquote > *:last-child:lang(en):after, q:lang(en):after {
  content: "”"; }

blockquote > *:first-child:lang(de):before, q:lang(de):before {
  content: "»"; }

blockquote > *:last-child:lang(de):after, q:lang(de):after {
  content: "«"; }

figure img {
  width: 100%;
  height: auto;
  display: block; }

figcaption {
  padding: 1rem 0 0;
  margin: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden; }

/* Correct IE9 overflow */
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

label {
  display: block; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="time"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="week"],
textarea,
button {
  display: block;
  margin: 1rem auto;
  padding: 0.375rem 0.625rem;
  line-height: 1.6;
  font-family: "Oswald", Calibri, "system-ui", sans-serif;
  background-color: #f7f7f7; }
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus,
  button:focus {
    background-color: white;
    outline: none;
    box-shadow: 0 0 0 2px #4d8ab3 inset; }

select {
  width: 100%;
  height: 2.35em;
  margin: 0;
  border: 1px solid #f7f7f7;
  font-family: "Oswald", Calibri, "system-ui", sans-serif;
  background-color: #f7f7f7; }

input[type="range"],
input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  font-family: "Oswald", Calibri, "system-ui", sans-serif; }

input[type="range"] {
  height: 1.4em; }

input[type="color"] {
  width: 1.5em;
  font-family: "Oswald", Calibri, "system-ui", sans-serif; }

input[type="search"] {
  appearance: none; }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: searchfield-decoration; }

progress,
meter {
  display: block;
  width: 100%;
  height: 1.5em; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0 0 0.875rem;
  padding: 0.75rem;
  border: none;
  line-height: 1.6;
  font-family: "Oswald", Calibri, "system-ui", sans-serif;
  border-radius: 0.3333333333rem;
  cursor: pointer;
  appearance: button; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="checkbox"] {
  appearance: checkbox; }

input[type="radio"] {
  appearance: radio; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: .5em;
  text-align: left; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* Position 'sub' and 'sup' without affecting line-height */
sup {
  top: -0.5em; }

/* Move superscripted text up */
sub {
  bottom: -0.25em; }

/* Move subscripted text down */
mark {
  background-color: #b8d0e0;
  color: #333333;
  padding-right: .2em;
  padding-left: .2em; }

del {
  color: #f5a3b5; }

code,
kbd,
pre,
samp {
  font-family: monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Allow line wrapping of 'pre' */
ins {
  color: white; }

html {
  box-sizing: border-box; }

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

html {
  height: 100%;
  overflow-y: scroll; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body {
  margin: 0;
  background-color: #2e536b;
  transition: opacity 1s -1s linear !important; }
  body.in-transit {
    opacity: 1; }

a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

svg {
  display: block;
  width: 100%;
  height: 100%; }

strong {
  font-weight: 400; }

em {
  font-style: italic; }

p {
  max-width: 42ch; }
  p:first-of-type {
    margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }
  p:empty {
    display: none; }

small {
  font-size: 0.625rem;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-chars: 6 3 2;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 2; }
  small p {
    margin: 0 0 1em;
    max-width: none; }

dt, dd {
  margin: 0; }

dt {
  font-weight: 400; }

li {
  margin: 0;
  list-style-position: inside; }

::-webkit-scrollbar {
  width: auto;
  width: 2px; }
  @media (min-width: 769px) and (min-height: 200px) {
    ::-webkit-scrollbar {
      width: 15px; } }
::-webkit-scrollbar-track {
  background-color: #2e536b; }

::-webkit-scrollbar-thumb {
  color: #2e536b;
  background-color: #b8d0e0;
  border: 0px solid;
  border-radius: 0px; }
  @media (min-width: 769px) and (min-height: 200px) {
    ::-webkit-scrollbar-thumb {
      width: 15px; } }
.is-noscroll {
  overflow: hidden !important; }
  .is-noscroll body {
    --right: 15px; }

body {
  --right: 0px;
  --figureHeight: 260px;
  background-color: #2e536b;
  background-image: url("../../content/body.png");
  background-attachment: fixed;
  background-position: center center;
  background-size: 50%; }
  @media (min-width: 769px) and (min-height: 200px) {
    body {
      --figureHeight: 500px; } }
  @media (min-width: 900px) and (min-height: 400px) {
    body {
      background-size: 23%; } }
.redirect__figure {
  width: 50%;
  margin: 10rem auto 0;
  opacity: .5; }

.button {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #2e536b;
  background-color: #b8d0e0;
  border-radius: 0.3333333333rem; }

.page-outer {
  position: relative; }
  @media (min-width: 900px) and (min-height: 400px) {
    .page-outer:after {
      content: '';
      position: absolute;
      top: 0;
      right: var(--right);
      bottom: 0;
      width: 0.25rem;
      z-index: 500;
      background-color: #2e536b;
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
      background-attachment: scroll;
      opacity: .4; } }
.page-header {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 400;
  top: 0;
  right: var(--right);
  left: 83vw;
  bottom: 0;
  padding: 6vh 0 1rem;
  background-color: rgba(46, 83, 107, 0.4);
  border-left: 1px solid #b8d0e0; }
  @media (min-width: 900px) and (min-height: 400px) {
    .page-header {
      display: block; } }
  .page-header__brand {
    padding-left: 1rem;
    width: 14vw; }
  .page-header__logo {
    display: block;
    background-image: url("../../content/logo.png");
    width: 100%;
    max-width: 100%;
    height: 5rem;
    transform: scale(1.05);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top; }
    .page-header__logo:hover {
      transform: scale(1.1); }

.page-navigation__menu {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  margin: 1rem 0; }

.page-navigation__item {
  margin: 0;
  flex: 0 0 auto; }
  .page-navigation__item a {
    padding: 0 1rem;
    display: block;
    color: white; }
    .page-navigation__item a:hover {
      color: #b8d0e0; }
    .page-navigation__item a.is-current {
      box-shadow: inset 0.25rem 0 0 #b8d0e0; }

.page-navigation__pages li:last-child {
  font-size: 0.75rem; }

.page-navigation__social {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0.5rem; }
  .page-navigation__social li {
    width: 1rem;
    height: 1rem;
    margin: 0 0 0.5rem 0.5rem;
    background-repeat: no-repeat;
    background-size: contain; }
    .page-navigation__social li a {
      display: block;
      height: 100%; }
  .page-navigation__social .youtube {
    background-image: url("../../assets/images/youtube.svg"); }
  .page-navigation__social .facebook {
    background-image: url("../../assets/images/facebook.svg"); }
  .page-navigation__social .twitter {
    background-image: url("../../assets/images/twitter.svg"); }
  .page-navigation__social .instagram {
    background-image: url("../../assets/images/instagram.svg"); }

.page-navigation__languages {
  max-width: 14vw;
  font-size: 0.75rem;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 1rem; }
  .page-navigation__languages:lang(en) {
    flex-direction: row-reverse; }
  .page-navigation__languages a {
    padding: 0; }

.section {
  position: relative;
  --cover-clip: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%); }
  @media (min-width: 900px) and (min-height: 400px) {
    .section {
      min-height: 0;
      height: 0;
      max-height: 0;
      z-index: 1; }
      .section__trigger {
        position: absolute;
        top: 10vh;
        height: 70vh;
        width: 10px;
        z-index: 500; }
        .debug .section__trigger {
          background-color: aqua; }
        .section__trigger--bottom {
          top: auto;
          bottom: 10vh; }
          .debug .section__trigger--bottom {
            background-color: fuchsia; } }
  .section__wrap {
    position: relative;
    min-height: var(--figureHeight);
    background-color: var(--cover-background-color);
    background-blend-mode: luminosity;
    padding: 1rem 0 var(--figureHeight);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 900px) and (min-height: 400px) {
      .section__wrap {
        background: none !important;
        min-height: 0;
        padding: 0; } }
    .section__wrap:before {
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      content: '';
      position: absolute;
      background-color: var(--cover-background-color);
      top: 0;
      right: var(--right);
      bottom: 0;
      left: 0;
      z-index: 1;
      opacity: .4; }
      @media (min-width: 900px) and (min-height: 400px) {
        .section__wrap:before {
          display: none; } }
  .section__inner {
    position: relative;
    z-index: 2; }
  .section__heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 1rem 0;
    padding: 0 1rem;
    text-align: left;
    position: relative;
    z-index: 7; }
    @media (min-width: 900px) and (min-height: 400px) {
      .section__heading {
        text-align: left;
        padding: 0;
        position: fixed;
        top: -200vh;
        left: 12vw;
        right: 20vw;
        z-index: 50;
        will-change: opacity, top;
        opacity: 0;
        transition: top 1.4s 2.1s, opacity 0.7s 0s;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; } }
    .section__heading h1 {
      max-width: 42ch;
      margin: 0;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: -.05ch;
      line-height: 1.2; }
      @media (min-width: 900px) and (min-height: 400px) {
        .section__heading h1 {
          color: #2e536b;
          transform: translateZ(0);
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          perspective: 1000px;
          transform-origin: center left;
          perspective-origin: center left;
          transform-style: preserve-3d;
          font-size: 9vmin;
          will-change: color;
          transition-property: color;
          transition-duration: 0.7s;
          transition-delay: 0.7s; } }
      .section__heading h1 p {
        color: inherit; }
        @media (min-width: 900px) and (min-height: 400px) {
          .section__heading h1 p {
            will-change: transform;
            display: inline-block;
            margin: 0;
            padding: 0;
            transform: rotate3d(0, 8, 0, -90deg) scale(0.4);
            transition-property: transform;
            transition-duration: 0.7s;
            transition-delay: 0;
            perspective: inherit;
            transform-origin: inherit;
            perspective-origin: inherit;
            transform-style: inherit; } }
        .section__heading h1 p em {
          font-style: normal;
          font-weight: 300; }
          @media (min-width: 900px) and (min-height: 400px) {
            .section__heading h1 p em {
              display: inline-block;
              will-change: transform;
              transform: translate3d(0px, 0px, 0);
              filter: blur(0px);
              transition-property: transform, opacity, filter;
              transition-duration: 0s;
              transition-delay: 0.7s;
              transition-timing-function: ease-out; } }
        .section__heading h1 p strong {
          font-weight: 400;
          font-style: normal; }
          @media (min-width: 900px) and (min-height: 400px) {
            .section__heading h1 p strong {
              display: inline-block;
              will-change: transform;
              transform: translate3d(0px, 0px, 0);
              transition-property: transform;
              transition-duration: 0s;
              transition-delay: 0.7s;
              transition-timing-function: ease-out; } }
  .section__content {
    margin: 0 0;
    padding: 0 1rem;
    position: relative;
    z-index: 40;
    transition: none; }
    @media (min-width: 900px) and (min-height: 400px) {
      .section__content {
        margin: 0 0 0 43vw;
        padding: 20vh calc(20vw + var(--right)) 30vh 0;
        min-height: 100vh; } }
    .section__content__text {
      text-align: left; }
      @media (min-width: 900px) and (min-height: 400px) {
        .section__content__text {
          will-change: opacity;
          opacity: 0;
          transition: opacity 0.7s 0s; } }
  .section__figure {
    display: none; }
    @media (min-width: 900px) and (min-height: 400px) {
      .section__figure {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #2e536b;
        filter: saturate(1) brightness(0.7);
        background-blend-mode: screen;
        display: block;
        height: auto;
        width: auto;
        margin: 0;
        pointer-events: none;
        will-change: opacity;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 0.35s;
        transition-delay: 0;
        position: fixed;
        top: 0;
        right: var(--right);
        bottom: 0;
        left: 0;
        margin: 0;
        z-index: 2; } }
  .section__cover {
    pointer-events: none;
    display: none; }
    @media (min-width: 900px) and (min-height: 400px) {
      .section__cover {
        background-color: var(--cover-background-color);
        display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        right: var(--right);
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: background-color 0.35s 0.7s, clip-path 0.7s 0s, opacity 0.35s 0.7s;
        -webkit-clip-path: var(--cover-clip);
        clip-path: var(--cover-clip);
        mix-blend-mode: color; }
        @supports (-webkit-appearance: none) {
          .section__cover {
            mix-blend-mode: hard-light; } } }
  @media all and (min-width: 900px) and (min-height: 400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .section__cover {
      mix-blend-mode: color; } }
  @media all and (min-width: 900px) and (min-height: 400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 900px) and (min-height: 400px) {
    .section__cover {
      mix-blend-mode: unset;
      filter: brightness(1.2) contrast(2); } }
  @media (min-width: 900px) and (min-height: 400px) {
    .section:target {
      z-index: 0; }
      .section:target .section__heading {
        opacity: 1;
        top: 10vh;
        transition: top 1.4s 0s, opacity 0s 0s; }
        .section:target .section__heading h1 {
          color: white;
          transition-property: color;
          transition-duration: 0.7s;
          transition-delay: 0; }
          .section:target .section__heading h1 p {
            color: inherit;
            transform: rotate3d(2, 8, 0, 23deg);
            transition-property: transform;
            transition-duration: 1.4s;
            transition-delay: 0; }
            .section:target .section__heading h1 p em {
              transform: translate3d(0px, 0px, -60px);
              filter: blur(1px);
              transition-duration: 1.68s;
              transition-delay: 0.7s;
              opacity: .6; } }
          @media all and (min-width: 900px) and (min-height: 400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
            .section:target .section__heading h1 p em {
              filter: blur(0px); } }
  @media (min-width: 900px) and (min-height: 400px) {
            .section:target .section__heading h1 p strong {
              transform: translate3d(0px, -5px, 20px);
              transition-duration: 1.68s;
              transition-delay: 0.7s; }
      .section:target .section__cover {
        opacity: 1;
        transition: background-color 1.4s 0.4666666667s, clip-path 0.7s 1.4s, opacity 1.4s 0.4666666667s; } }
    @media all and (min-width: 900px) and (min-height: 400px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
      .section:target .section__cover {
        opacity: .4; } }
  @media (min-width: 900px) and (min-height: 400px) {
      .section:target .section__figure {
        opacity: 1;
        transition-duration: 1.4s;
        transition-delay: 0.7s; }
      .section:target + .section__content {
        transition: opacity 0.7s 0; }
        .section:target + .section__content .section__content__text {
          opacity: 1; } }
.project, .member, .news {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 0 -0.5rem; }
  .project__item, .member__item, .news__item {
    flex: 0 0 50%;
    margin: 1rem 0;
    padding: 0.5rem;
    text-align: left; }
    @media (min-width: 769px) and (min-height: 200px) {
      .project__item, .member__item, .news__item {
        flex-basis: 33.3333333333%; } }
  .project__figure, .member__figure, .news__figure {
    position: relative;
    width: 100%; }
  .project__abstract, .member__abstract, .news__abstract {
    font-size: 0.75rem; }
  .project__title, .member__title, .news__title {
    font-size: 1rem;
    margin: 0; }

@media (min-width: 769px) and (min-height: 200px) {
  .news__item {
    flex-basis: 50%; } }

.news__time {
  font-size: 0.5rem; }

.project__category {
  font-size: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 400; }

.project__title {
  font-size: 1rem; }

.project__cover {
  margin-bottom: 0.5rem;
  background-color: white; }

.project__heading {
  margin: 0;
  padding: 0 0.5rem 1rem;
  font-size: 0.75rem;
  color: #614db3;
  text-align: center; }
  @media (min-width: 769px) and (min-height: 200px) {
    .project__heading {
      font-size: 0.875rem; } }
  @media (min-width: 900px) and (min-height: 400px) {
    .project__heading {
      font-size: 1rem; } }
.showcase__figure {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #974db3; }
  .showcase__figure img {
    mix-blend-mode: luminosity; }

.showcase__item {
  position: relative; }
  .showcase__item:hover {
    background-color: rgba(46, 83, 107, 0.8); }
    .showcase__item:hover .showcase__figure {
      background-color: transparent; }
    .showcase__item:hover img {
      mix-blend-mode: unset; }

.legal__section h2 a {
  color: white;
  text-decoration: underline; }
  @media (min-width: 900px) and (min-height: 400px) {
    .legal__section h2 a {
      text-decoration: none;
      pointer-events: none; } }
.legal__section:target .legal__inner {
  display: block; }

.legal__inner {
  display: none;
  max-width: 42ch; }
  @media (min-width: 900px) and (min-height: 400px) {
    .legal__inner {
      display: block; } }
.section__wrap:nth-child(1) {
  --cover-background-color: hsl(220 , 40%, 50%); }

.section__wrap:nth-child(2) {
  --cover-background-color: hsl(236 , 40%, 50%); }

.section__wrap:nth-child(3) {
  --cover-background-color: hsl(252 , 40%, 50%); }

.section__wrap:nth-child(4) {
  --cover-background-color: hsl(268 , 40%, 50%); }

.section__wrap:nth-child(5) {
  --cover-background-color: hsl(284 , 40%, 50%); }

.section__wrap:nth-child(6) {
  --cover-background-color: hsl(300 , 40%, 50%); }

.section__wrap:nth-child(7) {
  --cover-background-color: hsl(316 , 40%, 50%); }

.section__wrap:nth-child(8) {
  --cover-background-color: hsl(332 , 40%, 50%); }

.section__wrap:nth-child(9) {
  --cover-background-color: hsl(348 , 40%, 50%); }

.section__wrap:nth-child(10) {
  --cover-background-color: hsl(364 , 40%, 50%); }

.section__wrap:nth-child(11) {
  --cover-background-color: hsl(380 , 40%, 50%); }

.section__wrap:nth-child(12) {
  --cover-background-color: hsl(396 , 40%, 50%); }

#why {
  --cover-clip: polygon(0 100%, 120% 120%, 0 100%); }
  #why__wrap {
    background-position: 72% center; }
  #why:target {
    --cover-clip: polygon(0 -20%, 120% 120%, 0 50%); }
  #why + .section__content {
    padding: 0; }
  @media (min-width: 900px) and (min-height: 400px) {
    #why .section__heading {
      right: 20vw; }
    #why .section__figure {
      background-position: 68% center; } }
#what {
  --cover-clip: polygon(0 0%, 100% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 100%, 0 0%); }
  #what__wrap {
    background-position: 47% center; }
  #what:target {
    --cover-clip: polygon(0 10%, 100% 0%, 100% 70%, 50% 75%, 60% 100%, 20% 78%, 0 80%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #what .section__trigger {
      height: 20vh; }
    #what .section__figure {
      background-position: 23% center; }
    #what + .section__content {
      padding-top: 60vh; } }
#how {
  --cover-clip: polygon(-50% 80%, 100% 20%, 100% 20%, -50% 80%); }
  #how__wrap {
    background-position: 23% center; }
  #how:target {
    --cover-clip: polygon(10% 20%, 100% 0, 100% 100%, 20% 80%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #how .section__figure {
      background-position: 72% center; }
    #how + .section__content {
      padding-top: 60vh; } }
#projects {
  --cover-clip: polygon(0 100%, 0% 0%, 0% 0%, 100% 0%, 100% 100%, 100% 100%); }
  #projects:target {
    --cover-clip: polygon(0 100%, 0% 60%, 60% 0%, 100% 0%, 100% 40%, 40% 100%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #projects + .section__content {
      margin-left: 20vw;
      padding-top: 40vh; } }
#board {
  --cover-clip: circle(0% at 30% 20%); }
  #board__wrap {
    background-position: 23% center; }
  #board:target {
    --cover-clip: circle(50% at 60% 40%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #board .section__figure {
      background-position: 72% center; }
    #board + .section__content {
      margin-left: 20vw;
      padding-top: 40vh; } }
#news {
  --cover-clip: circle(100% at 50% 50%); }
  #news:target {
    --cover-clip: circle(80% at -10% 30%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #news + .section__content {
      margin-left: 20vw;
      padding-top: 40vh; } }
#bio {
  --cover-clip: polygon(0% 0%, 100% 0%, 100% 19%, 100% 51%, 100% 80%, 100% 90%, 100% 100%, 0% 100%); }
  #bio__wrap {
    background-position: 28% center; }
  #bio:target {
    --cover-clip: polygon(0% 0%, 43% 0%, 52% 19%, 45% 51%, 50% 80%, 46% 90%, 49% 100%, 0% 100%); }
  #bio + .section__content {
    padding-top: 22em;
    font-size: 0.75rem; }
  @media (min-width: 900px) and (min-height: 400px) {
    #bio .section__figure {
      background-position: 23% center; }
    #bio + .section__content {
      font-size: 0.75rem; } }
#shop {
  --cover-clip: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%); }
  #shop:target {
    --cover-clip: polygon(0% 15%, 36% 15%, 42% 32%, 61% 32%, 65% 15%, 100% 15%, 100% 42%, 81% 42%, 85% 100%, 15% 100%, 19% 42%, 0 42%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #shop + .section__content {
      padding-top: 30vh; } }
#mission:target {
  --cover-clip: polygon(0 0, 41% 100%, 100% 0, 0 70%, 100% 100%, 63% 0, 0 100%, 100% 32%); }

@media (min-width: 900px) and (min-height: 400px) {
  #mission + .section__content {
    margin-left: 30vw;
    padding-top: 30vh; } }

#contact {
  --cover-clip: polygon(0 0, 0% 100%, 100% 100%, 100% 100%, 100% 0, 0 0%); }
  #contact:target {
    --cover-clip: polygon(0 0, 40% 100%, 100% 0, 100% 100%, 60% 0, 0 100%); }
  @media (min-width: 900px) and (min-height: 400px) {
    #contact + .section__content {
      padding-top: 50vh; } }
#legal {
  --cover-clip: polygon(0 0, 0% 0%, 100% 0, 100% 0%, 100% 100%, 100% 100%, 0 100%, 0% 100%); }
  #legal:target {
    --cover-clip: polygon(0 0, 20% 20%, 100% 0, 80% 20%, 100% 100%, 80% 80%, 0 100%, 20% 80%); }

.is-hidden, .page-navigation__social span, .no-js .js-only {
  position: fixed;
  z-index: -1;
  top: 100%;
  right: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.is-noscroll {
  overflow: hidden !important; }

#responsive-breakpoint {
  position: fixed;
  top: -100em;
  left: -100em; }
  #responsive-breakpoint:after {
    content: "small,0"; }
    @media (min-width: 769px) and (min-height: 200px) {
      #responsive-breakpoint:after {
        content: "medium,769"; } }
    @media (min-width: 900px) and (min-height: 400px) {
      #responsive-breakpoint:after {
        content: "large,900"; } }
    @media (min-width: 1366px) and (min-height: 500px) {
      #responsive-breakpoint:after {
        content: "huge,1366"; } }
    @media (min-width: 1921px) and (min-height: 600px) {
      #responsive-breakpoint:after {
        content: "giant,1921"; } }
/*

%uppercase, .uppercase, .acronym {
	text-transform: uppercase;
}
%lowercase, .lowercase {
	text-transform: lowercase;
}

.center {
	text-align: center;
}
*/
.responsive-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .responsive-wrapper.ratio16x9 {
    padding-bottom: 56.25% !important; }
  .responsive-wrapper iframe, .responsive-wrapper object, .responsive-wrapper embed, .responsive-wrapper figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*

@mixin setgridclasses {
	$margin: $unit;
	$padding: $unit/2;
	.full {
	 width: 100%;
	 margin-right: 0;
	 margin-left: 0;
	 padding-right: 0;
	 padding-left: 0;
	 clear: both;
	}
	.half {
		width: percentage(1/2);
	}
	.third {
		width: percentage(1/3);
	}
	.twothird {
		width: percentage(2/3);
	}
	.quarter {
		width: percentage(1/4);
	}
	.threequarter {
		width: percentage(3/4);
	}
	.fifth {
		width: percentage(1/5);
	}
//	.twofifth {
//		width: percentage(2/5);
//	}
//	.threefifth {
//		width: percentage(3/5);
//	}
//	.fourfifth {
//		width: percentage(4/5);
//	}
	.sixth {
		width: percentage(1/6);
	}
	.seventh {
		width: percentage(1/7);
	}
//	.twoseventh {
//		width: percentage(2/7);
//	}
//	.threeseventh {
//		width: percentage(3/7);
//	}
//	.fourseventh {
//		width: percentage(4/7);
//	}
//	.fiveseventh {
//		width: percentage(5/7);
//	}
//	.sixseventh {
//		width: percentage(6/7);
//	}
	.eighth {
		width: percentage(1/8);
	}
	.ninth {
		width: percentage(1/9);
	}
//	.twoninth {
//		width: percentage(2/9);
//	}
//	.fourninth {
//		width: percentage(4/9);
//	}
//	.fiveninth {
//		width: percentage(5/9);
//	}
//	.sevenninth {
//		width: percentage(7/9);
//	}
//	.eigthninth {
//		width: percentage(8/9);
//	}
	.tenth {
		width: percentage(1/10);
	}
//	.threetenth {
//		width: percentage(3/10);
//	}
//	.fivetenth {
//		width: percentage(5/10);
//	}
//	.sevententh {
//		width: percentage(7/10);
//	}
//	.ninetenth {
//		width: percentage(9/10);
//	}
	.eleventh {
		width: percentage(1/11);
	}
	.twelvth {
		width: percentage(1/12);
	}
	.phi-minor, { // goldenratio smaller part
		@include column($phi-minor,0,1);
	}
	.phi-major, { // goldenratio larger part
		@include column($phi-major,0,1);
	}
	.fs-1 {
		$fs: fs(-1, none);
		@include column($fs,0,1);
	}
	.fs-2 {
		$fs: fs(-2, none);
		@include column($fs,0,1);
	}
	.fs-3 {
		$fs: fs(-3, none);
		@include column($fs,0,1);
	}
	.fs-4 {
		$fs: fs(-4, none);
		@include column($fs,0,1);
	}
	.fs-5 {
		$fs: fs(-5, none);
		@include column($fs,0,1);
	}
	%left, .left {
	 float: left;
	}
	%right, .right {
	 float: right;
	}
	%clear, .clear {
		clear: both;
	}
	.grid-pull-sixth {
		margin-right: percentage(1/6);
		margin-left: 	percentage(1/6);
	}
	.grid-pull-fifth {
		margin-right: percentage(1/5);
		margin-left: 	percentage(1/5);
	}
	.grid-pull-quarter {
		margin-right: percentage(1/4);
		margin-left: 	percentage(1/4);
	}
	.grid-pull-third {
		margin-right: percentage(1/3);
		margin-left: 	percentage(1/3);
	}
	.grid-pull-half {
		margin-right: percentage(1/2);
		margin-left: 	percentage(1/2);
	}
	.grid-push-sixth {
		margin-right: percentage(1/-6);
		margin-left: 	percentage(1/-6);
	}
	.grid-push-fifth {
		margin-right: percentage(1/-5);
		margin-left: 	percentage(1/-5);
	}
	.grid-push-quarter {
		margin-right: percentage(1/-4);
		margin-left: 	percentage(1/-4);
	}
	.grid-push-third {
		margin-right: percentage(1/-3);
		margin-left: 	percentage(1/-3);
	}
	.grid-push-half {
		margin-right: percentage(1/-2);
		margin-left: 	percentage(1/-2);
	}
	.pad-right {
		padding-right: 	$padding;
	}
	.pad-left {
		padding-left: 	$padding;
	}
	.pad-top {
		padding-top: 		$padding;
	}
	.pad-bottom {
		padding-bottom:	$padding;
	}
	.pad-h {
		padding-right: 	$padding;
		padding-left: 	$padding;
	}
	.pad-v {
		padding-top: 		$padding;
		padding-bottom:	$padding;
	}
	.pad {
		padding-top: 		$padding;
		padding-right: 	$padding;
		padding-bottom:	$padding;
		padding-left: 	$padding;
	}
	.grid-left {
		float: left;
		margin-top: 		0;
		margin-right: 	$margin;
		margin-bottom: 	$margin;
		padding: 0 $padding*2 $padding 0;
	}
	.grid-right {
		float: right;
		margin-top: 		0;
		margin-bottom: 	$margin;
		margin-left: 		$margin;
		padding: 0 0 $padding $padding*2;
	}
	.grid-center {
		clear: both;
		margin: $margin auto !important;
	//	text-align: center;
		> * {
//			margin-right: auto !important;
//			margin-left: auto !important;
		}
	}
}
@if $setGridClasses == true {

	.half,
	.third,
	.quarter,
	.fifth,
	.sixth,
	.seventh,
	.eighth,
	.ninth,
	.tenth,
	.eleventh,
	.twelvth {
		width: percentage(1/2);
	}

	.grid-left {
		float: left;
		margin-top: 		0;
		margin-right: 	$margin;
		margin-bottom: 	$margin;
		padding: 0 $padding $padding 0;
	}
	.grid-right {
		float: right;
		margin-top: 		0;
		margin-bottom: 	$margin;
		margin-left: 		$margin;
		padding: 0 0 $padding $padding;
	}


	@include breakpoint(large) {
			@include setgridclasses();
	}
}

*/
.debug #responsive-breakpoint {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-family: Consolas, monospace;
  z-index: 600;
  background-color: rebeccapurple;
  color: white; }
