@charset "UTF-8";
/* Box sizing rules */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=74d653b5-10bd-4292-82b2-3326cb9cc46f&fontids=5760947");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-font-smoothing: antialiased;
}

/* Remove all animations and transitions for people that prefer not to see them */
* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Helvetica Now Display W01 Rg";
  src: url("../fonts/5760947/72d42bf4-2173-4e9d-b3f5-2e97d45eac01.woff2") format("woff2"), url("../fonts/5760947/784fdfff-9e52-4f65-af2a-c0892907a9d4.woff") format("woff");
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Now Display W01 Rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 1241px) {
  body {
    font-size: 19px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1681px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }
}

h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 110px;
    line-height: 110px;
  }
}
@media screen and (min-width: 1241px) {
  h1 {
    font-size: 140px;
    line-height: 140px;
  }
}
@media screen and (min-width: 1681px) {
  h1 {
    font-size: 180px;
    line-height: 180px;
  }
}
h1 span {
  display: block;
}

address {
  font-style: inherit;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  address {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1241px) {
  address {
    margin-bottom: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  display: inline;
  position: relative;
}
a:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: none;
}
@media screen and (min-width: 769px) {
  a:before {
    height: 2px;
  }
}
a > span {
  display: inline-block;
}
a:hover > span {
  transform: translate(-20px, 0);
  opacity: 0;
  animation: linkAnim 150ms linear 1 forwards;
}
a:hover:before {
  transform: scaleX(1);
  transition: transform 150ms linear 100ms;
}

@keyframes linkAnim {
  0% {
    transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.logo path {
  fill: #000;
}

:root {
  --app-height: 100vh;
}

html,
body {
  width: 100%;
  min-height: 100vh;
  min-height: var(--app-height);
}

body {
  display: flex;
  flex-direction: column;
}

body.home {
  touch-action: none;
}

div#wrapper,
div#wrapper--inner {
  width: 100%;
  min-height: var(--app-height);
}

div#wrapper--inner {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr auto;
}

html:not(.no-js) div#wrapper:not(.is-running) div#wrapper--inner {
  display: none;
}

header {
  padding: 40px 24px;
}
@media screen and (min-width: 769px) {
  header {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1357px) {
  header {
    padding: 62px 70px 70px;
  }
}

main,
footer {
  padding: 40px 24px;
}
@media screen and (min-width: 769px) {
  main,
footer {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1357px) {
  main,
footer {
    padding: 70px;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
}
footer > div.col:last-child {
  text-align: right;
}

::selection {
  color: #fff;
  background: #000;
}

.hero {
  height: var(--app-height);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.hero .hero__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__slide:nth-child(1) {
  background: var(--anim-color-1);
}
html:not(.no-js) .is-running .hero__slide:nth-child(1) {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  animation: divAnim 1s linear 0s 1 forwards;
}
.hero__slide:nth-child(2) {
  background: var(--anim-color-2);
}
html:not(.no-js) .is-running .hero__slide:nth-child(2) {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  animation: divAnim 1s linear 0.1666666667s 1 forwards;
}
.hero__slide:nth-child(3) {
  background: var(--anim-color-3);
}
html:not(.no-js) .is-running .hero__slide:nth-child(3) {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  animation: divAnim 1s linear 0.3333333333s 1 forwards;
}
.hero__slide:nth-child(4) {
  background: #FFFFFF;
}
html:not(.no-js) .is-running .hero__slide:nth-child(4) {
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  animation: divAnim 1s linear 0.5s 1 forwards;
}

@keyframes divAnim {
  0%, 4.1666666667% {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }
  4.1666666667%, 8.3333333333% {
    clip-path: polygon(0 0, 100% 0, 100% 43.9%, 0 43.9%);
  }
  8.3333333333%, 12.5% {
    clip-path: polygon(0 0, 100% 0, 100% 68.5%, 0 68.5%);
  }
  12.5%, 16.6666666667% {
    clip-path: polygon(0 0, 100% 0, 100% 82.3%, 0 82.3%);
  }
  16.6666666667%, 20.8333333333% {
    clip-path: polygon(0 0, 100% 0, 100% 90.1%, 0 90.1%);
  }
  20.8333333333%, 25% {
    clip-path: polygon(0 0, 100% 0, 100% 94.4%, 0 94.4%);
  }
  25%, 29.1666666667% {
    clip-path: polygon(0 0, 100% 0, 100% 96.9%, 0 96.9%);
  }
  29.1666666667%, 33.3333333333% {
    clip-path: polygon(0 0, 100% 0, 100% 98.2%, 0 98.2%);
  }
  33.3333333333%, 37.5% {
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0 99%);
  }
  37.5%, 41.6666666667% {
    clip-path: polygon(0 0, 100% 0, 100% 99.4%, 0 99.4%);
  }
  41.6666666667%, 45.8333333333% {
    clip-path: polygon(0 0, 100% 0, 100% 99.7%, 0 99.7%);
  }
  45.8333333333%, 50% {
    clip-path: polygon(0 0, 100% 0, 100% 99.8%, 0 99.8%);
  }
  50%, 54.1666666667% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  54.1666666667%, 58.3333333333% {
    clip-path: polygon(0 45.2%, 100% 45.2%, 100% 100%, 0 100%);
  }
  58.3333333333%, 62.5% {
    clip-path: polygon(0 70%, 100% 70%, 100% 100%, 0 100%);
  }
  62.5%, 66.6666666667% {
    clip-path: polygon(0 83.6%, 100% 83.6%, 100% 100%, 0 100%);
  }
  66.6666666667%, 70.8333333333% {
    clip-path: polygon(0 91%, 100% 91%, 100% 100%, 0 100%);
  }
  70.8333333333%, 75% {
    clip-path: polygon(0 95.1%, 100% 95.1%, 100% 100%, 0 100%);
  }
  75%, 79.1666666667% {
    clip-path: polygon(0 97.3%, 100% 97.3%, 100% 100%, 0 100%);
  }
  79.1666666667%, 83.3333333333% {
    clip-path: polygon(0 98.5%, 100% 98.5%, 100% 100%, 0 100%);
  }
  83.3333333333%, 87.5% {
    clip-path: polygon(0 99.2%, 100% 99.2%, 100% 100%, 0 100%);
  }
  87.5%, 91.6666666667% {
    clip-path: polygon(0 99.6%, 100% 99.6%, 100% 100%, 0 100%);
  }
  91.6666666667%, 95.8333333333% {
    clip-path: polygon(0 99.8%, 100% 99.8%, 100% 100%, 0 100%);
  }
  95.8333333333%, 100% {
    clip-path: polygon(0 99.9%, 100% 99.9%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
.home header div {
  opacity: 0;
  animation: animateLogo 0.0416666667s linear 1s 1 forwards;
}

@keyframes animateLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html:not(.no-js) .home .is-running main h1 span:nth-child(1) {
  opacity: 0;
  transform: translate(0, 20px);
  animation: textFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1s 1 forwards;
}

html:not(.no-js) .home .is-running main h1 span:nth-child(2) {
  opacity: 0;
  transform: translate(0, 20px);
  animation: textFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1.125s 1 forwards;
}

html:not(.no-js) .home .is-running footer address {
  opacity: 0;
  transform: translate(0, 20px);
  animation: textFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1.25s 1 forwards;
}

html:not(.no-js) .home .is-running footer p {
  opacity: 0;
  transform: translate(0, 20px);
  animation: textFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1) 1.375s 1 forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  50%, 100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.page #wrapper--inner {
  display: block;
}
.page header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  align-items: center;
}
.page main {
  display: block;
  max-width: 920px;
  overflow: hidden;
}
.page main h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 48px 0;
  hyphens: auto;
}
@media screen and (max-width: 768px) {
  .page main h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 32px 0;
  }
  .page main h1 br {
    display: none;
  }
}
.page main h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  hyphens: auto;
}
.page main h2:not(:first-child) {
  margin-top: 52px;
}
.page main p, .page main li, .page main address {
  font-size: 20px;
  line-height: 26px;
}
.page main p + p {
  margin-top: 13px;
}
.page main p + ul,
.page main p + address {
  margin-top: 26px;
}
.page main ul {
  padding: 0;
  margin: 0;
}
.page main li {
  list-style: none;
  padding-left: 0.75em;
}
.page main li:before {
  content: "•";
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
}
.page main *:first-child {
  margin-top: 0;
}
.page main *:last-child {
  margin-bottom: 0;
}
.page main a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.page main a:hover:before {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
