/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Poppins:400,400i,800");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.desktop__hide,
.hide,
.mobile__hide {
  display: none;
  visibility: hidden;
}
.ri {
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a,
button {
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: inherit;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  padding: 0 4rem;
  margin: 0 auto;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 2rem;
  }
}
.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.col-1 {
  width: calc(100% / 12 * 1);
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-3 {
  width: calc(100% / 12 * 3);
}
.col-4 {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}
.col-6 {
  width: calc(100% / 12 * 6);
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12 {
  width: calc(100% / 12 * 12);
}
.col {
  display: inline-block;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .col {
    width: 100%;
  }
}
.col.no-gutter {
  padding: 0;
}
.fade-in {
  opacity: 1 !important;
}
.fade-out {
  opacity: 0 !important;
}
.title {
  font-family: "Abril Fatface", cursive;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
  position: relative;
  line-height: 1.2;
}
.title__sub {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  color: 1;
  color: #262016;
  margin-bottom: 36px;
}
.title__facts {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  color: #262016;
  text-align: center;
  margin: 36px 0;
}
.title__credits {
  font-size: 3.2rem;
  margin-bottom: 36px;
}
.title__credits--sub {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  color: 1;
  color: #262016;
  margin-bottom: 18px;
}
.link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #262016;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
}
.link__logo {
  margin-top: 0;
  font-family: "Abril Fatface", cursive;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  color: #262016;
  font-weight: bold;
}
.link__logo:after,
.link__logo:before {
  content: none;
}
.link__cta {
  font-family: "Abril Fatface", cursive;
  font-style: normal;
  font-size: 2.4rem;
  color: #262016;
  line-height: 1;
  font-weight: bold;
  margin-top: 48px;
}
.link__cta:after,
.link__cta:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 46%;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #262016;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.link__cta:before {
  left: -3%;
}
.link__cta:after {
  right: -3%;
}
.networkslink {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #e35f52;
  padding: 15px;
}
.standout {
  font-family: "Abril Fatface", cursive;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.5px;
  line-height: 48px;
  margin-top: 100px;
}
.standout--end {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 5.6rem;
  }
  .title__facts,
  .title__sub {
    font-size: 3.2rem;
  }
  .title__credits {
    font-size: 4.2rem;
  }
  .title__credits--sub {
    font-size: 2.4rem;
  }
  .standout {
    font-size: 4.2rem;
    line-height: 1.5;
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  .link,
  .networkslink {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .link:active,
  .link:focus,
  .link:hover {
    color: #66370e;
  }
  .link:active:after,
  .link:active:before,
  .link:focus:after,
  .link:focus:before,
  .link:hover:after,
  .link:hover:before {
    background-color: #66370e;
  }
  .link:active:before,
  .link:focus:before,
  .link:hover:before {
    left: -1%;
  }
  .link:active:after,
  .link:focus:after,
  .link:hover:after {
    right: -1%;
  }
  .link__header:active,
  .link__header:focus,
  .link__header:hover {
    color: #eedebc;
  }
  .networkslink:hover {
    background-color: #ac231b;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .standout--end {
    text-align: center;
  }
}
@media screen and (min-width: 1250px) {
  .standout {
    text-align: center;
  }
}
html {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #262016;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.overflow {
  overflow: hidden;
}
html.overflow body {
  overflow: hidden;
}
body {
  background-color: #eedebc;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body,
html {
  margin: 0;
  overflow-x: hidden;
}
.container {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-flex__header {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container-flex__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container-flex__networks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 60px;
}
.containerimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto 0;
  position: relative;
  padding-top: 100%;
  width: 80%;
}
.containerimg__dataviz {
  padding-top: 105%;
}
.containerimg__ziggyfact {
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  width: 150%;
  padding-top: 75%;
  margin: 80px auto 0;
}
.networks {
  display: block;
}
.networks__el {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.networks__el + .networks__el {
  margin-left: 10px;
}
.networksimg {
  margin: 0 auto;
}
.header {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer {
  margin: 200px 0 20px;
}
.footer__credits {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section {
  margin-top: 200px;
}
.section__header {
  margin-top: 80px;
}
.section__credits {
  margin-top: 100px !important;
}
.dataviz {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.textctr_mobile {
  width: 100%;
  text-align: center;
}
.factspace {
  margin-top: 80px;
}
.factspace__facts {
  margin-top: 80px;
}
.factspace__facts:first-child {
  margin-top: 0;
}
.relative-container {
  position: relative;
}
.creditsalbum__el {
  margin-top: 36px;
}
.credits + .credits {
  margin-top: 29px;
}
.nav {
  display: none;
}
.nav__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.arrow {
  position: fixed;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}
.arrow__visible {
  display: block;
  fill: #262016;
  padding: 10px 0px;
  opacity: 0.8;
  z-index: 2;
  height: 50px;
  width: 30px;
  bottom: 50px;
  right: 0px;
}
img {
  height: auto;
  max-width: 100%;
}
.img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}
.img__ziggyfact {
  left: inherit;
  right: -40vw;
}
.img__data {
  width: 100%;
}
.imgfacts {
  width: 60%;
}
.inactivebubble {
  fill: #9e9daa;
}
.redbubbles {
  fill: #ac231b;
}
.pinkbubbles {
  fill: #e35f52;
}
.bgziggy {
  background-color: #e35f52;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  content: "";
  height: 500px;
  width: 500px;
  top: 60%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.noise {
  height: 100%;
  position: absolute;
  z-index: 10;
}
.noise:after {
  content: "";
  background-image: url("../img/elements/noise.png");
  -webkit-animation: noise 8s steps(4) infinite;
  animation: noise 8s steps(4) infinite;
  pointer-events: none;
  position: fixed;
  display: block;
  height: 300%;
  width: 300%;
  top: -100%;
  left: -100%;
  opacity: 0.7;
}
@-webkit-keyframes noise {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 25%);
    transform: translate(3%, 25%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes noise {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%, 0%);
    transform: translate(15%, 0%);
  }
  70% {
    -webkit-transform: translate(0%, 15%);
    transform: translate(0%, 15%);
  }
  80% {
    -webkit-transform: translate(3%, 25%);
    transform: translate(3%, 25%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 375px) {
  .bgziggy {
    height: 650px;
    width: 650px;
    left: 65%;
  }
}
@media screen and (min-width: 576px) {
  .container {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .container-flex__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-flex__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .nav {
    display: inline-block;
  }
  .nav__el {
    display: inline-block;
  }
  .nav__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .arrow__visible:hover {
    fill: #66370e;
    opacity: 1;
  }
  .section {
    margin-top: 250px;
  }
  .section__header {
    margin-top: 150px;
  }
  .textctr_mobile {
    text-align: left;
  }
  .containerimg {
    margin: 120px auto 0;
    width: 70%;
  }
  .containerimg__ziggyimg {
    padding-top: 90%;
  }
  .containerimg__dataviz {
    padding-top: 92%;
  }
  .containerimg__ziggyfact {
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    width: 150%;
    padding-top: 75%;
    margin: 80px auto 0;
  }
  .factspace {
    margin-top: 80px;
  }
  .factspace__facts {
    margin: 100px auto 0;
    width: 75%;
  }
  .bgziggy {
    height: 850px;
    width: 850px;
    left: 65%;
  }
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 90%;
  }
  .container-flex__networks {
    margin-bottom: 20px;
  }
  .containerimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0;
  }
  .containerimg__ziggyfact {
    position: absolute;
    top: 0;
    height: auto;
    width: 70%;
    right: 0;
  }
  .section__ziggyfact {
    position: relative;
  }
  .credits + .credits {
    margin-top: 0;
  }
  .img {
    width: initial;
    height: 100%;
  }
  .img__ziggyperso {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: inherit;
    right: 0;
  }
  .img__data {
    width: auto;
    height: 700px;
    top: -10%;
    left: 160px;
  }
  .img__ziggyfact {
    height: auto;
    right: -50vw;
  }
  .dataviz {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    z-index: -1;
  }
  .factspace {
    margin-top: 120px;
  }
  .factspace__facts {
    margin-top: 0;
  }
  .bgziggy {
    top: 24%;
    left: 80%;
  }
}
@media screen and (min-width: 1250px) {
  .img__ziggyfact {
    right: -720px;
  }
  .bgziggy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 1000px;
    width: 1000px;
    left: 50px;
    top: inherit;
    bottom: -100px;
  }
}
/*# sourceMappingURL=main.css.map */
