@font-face {
  font-family: 'Plaak3Pradel-43-Bold';
  src: url('../fonts/Plaak3Pradel-43-Bold.eot');
  src: url('../fonts/Plaak3Pradel-43-Bold.eot') format('embedded-opentype'), url('../fonts/Plaak3Pradel-43-Bold.woff2') format('woff2'), url('../fonts/Plaak3Pradel-43-Bold.woff') format('woff'), url('../fonts/Plaak3Pradel-43-Bold.ttf') format('truetype'), url('../fonts/Plaak3Pradel-43-Bold.svg#Plaak3Pradel-43-Bold') format('svg');
}
@font-face {
  font-family: 'CircularStd-Book';
  src: url('../fonts/CircularStdBook.eot');
  src: url('../fonts/CircularStdBook.eot') format('embedded-opentype'), url('../fonts/CircularStdBook.woff2') format('woff2'), url('../fonts/CircularStdBook.woff') format('woff'), url('../fonts/CircularStdBook.ttf') format('truetype'), url('../fonts/CircularStdBook.svg#CircularStdBook') format('svg');
}
@font-face {
  font-family: 'CircularStd-Bold';
  src: url('../fonts/CircularStdBold.eot');
  src: url('../fonts/CircularStdBold.eot') format('embedded-opentype'), url('../fonts/CircularStdBold.woff2') format('woff2'), url('../fonts/CircularStdBold.woff') format('woff'), url('../fonts/CircularStdBold.ttf') format('truetype'), url('../fonts/CircularStdBold.svg#CircularStdBold') format('svg');
}
@font-face {
  font-family: 'CircularStd-Black';
  src: url('../fonts/CircularStdBlack.eot');
  src: url('../fonts/CircularStdBlack.eot') format('embedded-opentype'), url('../fonts/CircularStdBlack.woff2') format('woff2'), url('../fonts/CircularStdBlack.woff') format('woff'), url('../fonts/CircularStdBlack.ttf') format('truetype'), url('../fonts/CircularStdBlack.svg#CircularStdBlack') format('svg');
}
@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../fonts/CircularStd-Medium.eot');
  src: url('../fonts/CircularStd-Medium.eot') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}
/*  RESET CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
html {
  height: 100%;
  background-color: white;
  width: 100vw;
  overflow-x: hidden;
}
svg,
img,
object {
  width: 100%;
}
body {
  width: 100vw;
  overflow-x: hidden;
  line-height: auto;
}
body .mobile {
  display: none;
}
body .no-mobile {
  display: block;
}
body .textSVG,
body .front {
  position: absolute;
  top: 0;
  left: 0;
}
body #block1,
body #block2 {
  position: relative;
}
body #block1 {
  min-height: 1072vw;
}
body #block2 {
  min-height: 1005vw;
}
body .btn_interaction {
  cursor: pointer;
}
body .interaction text,
body .interaction tspan {
  opacity: 0;
  transition: all 0.3s;
}
body .interaction.show text,
body .interaction.show tspan {
  opacity: 1;
}
body #textNoMobile1,
body .elements {
  width: 100%;
}
body .el,
body #staggerFadeCustom,
body #staggerPopCustom {
  opacity: 0;
  pointer-events: all;
}
body g[data-name="content"] {
  display: none;
}
body g[data-name="content"] a {
  cursor: pointer;
  text-decoration: underline;
}
body .el[data-name="button"] {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
body .el[data-name="button"] .el {
  transition: opacity 0.3s;
}
body .el[data-name="button"]:hover .el {
  opacity: 1;
}
body .link {
  position: absolute;
}
body a {
  cursor: pointer;
}
@media all and (max-width: 767px), all and (max-device-width: 767px) {
  html {
    background-color: transparent;
  }
  body {
    width: 100vw;
    overflow-x: hidden;
  }
  body .mobile {
    display: block;
  }
  body .no-mobile {
    display: none;
  }
  body #mobile_link1 {
    position: absolute;
    top: 3151vw;
    left: 8.5vw;
    width: 26vw;
    height: 26vw;
  }
  body #mobile_link2 {
    position: absolute;
    top: 3151vw;
    left: 38vw;
    width: 26vw;
    height: 26vw;
  }
  body #mobile_link3 {
    position: absolute;
    top: 3151vw;
    left: 67vw;
    width: 26vw;
    height: 26vw;
  }
  body #mobile_link4 {
    position: absolute;
    top: 3180vw;
    left: 8.5vw;
    width: 26vw;
    height: 26vw;
  }
  body #mobile_link5 {
    position: absolute;
    top: 3180vw;
    left: 38vw;
    width: 26vw;
    height: 26vw;
  }
  body #mobile_1,
  body #mobile_2,
  body #mobile_3,
  body #mobile_4 {
    position: relative;
  }
  body svg {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
  }
  body .m-interaction {
    pointer-events: none;
  }
  body .m-interaction.show {
    opacity: 1;
  }
}
