@font-face {
  font-family: 'DIN OT';
  src: url("font/hinted-subset-DINOT-Bold.eot");
  src: local("DIN OT Bold"), local("DINOT-Bold"), url("font/hinted-subset-DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("font/hinted-subset-DINOT-Bold.woff") format("woff"), url("font/hinted-subset-DINOT-Bold.ttf") format("truetype"), url("font/hinted-subset-DINOT-Bold.svg#DINOT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../scss/base/_reset.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: 'Helvetica Neue', sans-serif;
  background: black;
}

/* line 13, ../scss/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 34, ../scss/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 38, ../scss/base/_reset.scss */
body {
  line-height: 1;
}

/* line 41, ../scss/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 44, ../scss/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 47, ../scss/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 52, ../scss/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../scss/base/_reset.scss */
* {
  animation-duration: 1.2s !important;
}

/* line 1, ../scss/base/_class.scss */
.screen {
  max-width: 1080px;
  max-height: 1920px;
  position: relative;
  width: 100vw;
  height: 200vh;
  overflow: hidden;
  transform-origin: left top;
  transform: scale3d(0.23704, 0.24806, 0.2);
}

/* line 15, ../scss/base/_class.scss */
svg {
  max-width: 100%;
}

@keyframes chemin1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  16% {
    transform: translate3d(80px, 80px, 0);
  }
  33% {
    transform: translate3d(200px, 0px, 0);
  }
  50% {
    transform: translate3d(80px, -80px, 0);
  }
  66% {
    transform: translate3d(200px, -200px, 0);
  }
  83% {
    transform: translate3d(80px, -80px, 0);
  }
}
@keyframes chemin2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  16% {
    transform: translate3d(-80px, -80px, 0);
  }
  33% {
    transform: translate3d(-200px, 0px, 0);
  }
  50% {
    transform: translate3d(-80px, 80px, 0);
  }
  66% {
    transform: translate3d(-200px, 200px, 0);
  }
  83% {
    transform: translate3d(-80px, 80px, 0);
  }
}
@keyframes chemin3 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  16% {
    transform: translate3d(80px, 80px, 0);
  }
  33% {
    transform: translate3d(200px, 0px, 0);
  }
  50% {
    transform: translate3d(80px, 80px, 0);
  }
  66% {
    transform: translate3d(200px, 200px, 0);
  }
  83% {
    transform: translate3d(80px, 80px, 0);
  }
}
/* line 80, ../scss/base/_class.scss */
#background {
  background: #e1e1e2;
  max-width: 1080px;
  max-height: 1920px;
  width: 100vw;
  height: 200vh;
  position: absolute;
}
/* line 88, ../scss/base/_class.scss */
#background div {
  width: 1080px;
  height: 1080px;
  position: absolute;
  border-radius: 50%;
  bottom: 200px;
  left: 50px;
  background: rgba(236, 236, 237, 0.39);
  animation: chemin2  linear infinite;
  animation-duration: 7.5s !important;
  opacity: 1;
}
/* line 100, ../scss/base/_class.scss */
#background div:first-child {
  background: #cac9c9;
  left: -200px;
  bottom: 150px;
  animation: chemin1  linear infinite;
  animation-duration: 7.5s !important;
}
/* line 107, ../scss/base/_class.scss */
#background div:last-child {
  background: rgba(236, 236, 237, 0.55);
  right: -300px;
  left: inherit;
  bottom: 150px;
  animation: chemin3  linear infinite;
  animation-duration: 7.5s !important;
}

/* line 118, ../scss/base/_class.scss */
.layers {
  position: relative;
}
/* line 121, ../scss/base/_class.scss */
.layers > * {
  position: absolute;
}

/* line 126, ../scss/base/_class.scss */
.layer {
  position: absolute;
}
/* line 130, ../scss/base/_class.scss */
.layer.orange svg * {
  fill: #e57c0a;
}
/* line 137, ../scss/base/_class.scss */
.layer.white svg * {
  fill: #ffffff;
}

/* line 145, ../scss/base/_class.scss */
#header h1 {
  position: absolute;
  font-family: HelveticaNeue;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-top: 49px;
  width: 100%;
  text-transform: uppercase;
  animation-delay: 0.2s;
}

/* line 160, ../scss/base/_class.scss */
#sub-header {
  position: absolute;
  top: 641px;
  width: 100%;
  animation-delay: 0.6s;
  animation-duration: .6s !important;
}
/* line 167, ../scss/base/_class.scss */
#sub-header .container {
  width: 657px;
  height: 104px;
  border-radius: 12.8px;
  background-color: #ffffff;
  box-shadow: 4px 6.9px 15px 1px rgba(0, 0, 0, 0.42);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-family: 'DIN OT';
  font-size: 68px;
  font-weight: bold;
  text-align: center;
  color: #e57c0a;
  text-transform: uppercase;
  line-height: 100px;
}

/* line 186, ../scss/base/_class.scss */
#body {
  position: relative;
  margin-top: 830px;
  text-align: center;
  animation-delay: 1.3s;
  animation-duration: .6s !important;
}
/* line 193, ../scss/base/_class.scss */
#body p {
  font-family: HelveticaNeue;
  font-size: 65px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  line-height: 1.2;
}
/* line 201, ../scss/base/_class.scss */
#body p strong {
  font-family: HelveticaNeue;
  font-size: 65.1px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #000000;
  margin-bottom: 45px;
  display: block;
}

/* line 214, ../scss/base/_class.scss */
#footer {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
/* line 220, ../scss/base/_class.scss */
#footer * {
  animation-delay: 1.6s;
}
/* line 224, ../scss/base/_class.scss */
#footer .layer {
  bottom: 0;
}
/* line 228, ../scss/base/_class.scss */
#footer .text {
  position: absolute;
  bottom: 0;
  height: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
/* line 238, ../scss/base/_class.scss */
#footer .text h3 {
  font-family: HelveticaNeue;
  font-size: 65.1px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-bottom: 37px;
  animation-delay: 2s;
}
/* line 249, ../scss/base/_class.scss */
#footer .text h2 {
  font-family: HelveticaNeue;
  font-size: 87.1px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  display: block;
  animation-delay: 2s;
}
