@import url(https://design-system.cdn.yle.fi/fonts/fonts.css);
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); Bebas Neue */
/* @import url('https://fonts.googleapis.com/css2?family=Volkhov:ital@0;1&display=swap'); Volkhov */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,800;1,400&display=swap'); Open Sans */
@font-face {
  font-family: "Bebas Neue";
  src: url(//deski.yle.fi/2020-09-jate-suomi/fonts/b2b293064f557c41411aac04d6f6710d.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Volkhov";
  src: url(//deski.yle.fi/2020-09-jate-suomi/fonts/26423144a614ecab04ea9817778e4a69.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(//deski.yle.fi/2020-09-jate-suomi/fonts/78609089d3dad36318ae0190321e6f3e.ttf) format("truetype");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(//deski.yle.fi/2020-09-jate-suomi/fonts/31d95e96058490552ea28f732456d002.ttf) format("truetype");
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
}
figure, body, html {
  margin: 0;
  background-color: white;
}

figure {
  overflow: hidden;
}

.yle__app > .yle__navigation {
  margin-bottom: 0;
  display: none;
}

.yle__section--article.yle__section--fullWidth {
  margin-bottom: 0;
}

.yle__footer {
  z-index: 1;
}

html #app, body #app {
  min-height: auto;
}

/* .yle__footer {
  display: none;
} */
/* .yle-header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
} */
.yle-header-ad {
  display: none;
}

/* html #app .yle__app, body #app .yle__app {
  padding-bottom: 0;
} */
.yle__article__paragraph {
  display: none;
}
.progress-wrapper[data-v-70fb958a] {
  position: fixed;
  background-color: #262a2e;
  z-index: 210;
  height: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.progress-bar[data-v-70fb958a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 215;
  height: 100%;
  width: 100%;
  background: #6368bf;
}
.inner-loader-wrapper[data-v-375f125f] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transition: 0.5s;
  z-index: 220;
}
.inner-loader-wrapper > p[data-v-375f125f] {
  text-align: left;
  width: 185px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", "Yle Next", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
}
.hidden[data-v-375f125f] {
  visibility: hidden;
  opacity: 0;
}
.first-row-title[data-v-53652aa0] {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 10px;
}
.second-row-title[data-v-53652aa0] {
  margin: 0;
}
div > h1[data-v-53652aa0] {
  font-family: "Bebas Neue", "Yle Next", cursive;
  font-size: 11.6vw;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  hyphens: manual;
}
@media (max-width: 1400px) {
div > h1[data-v-53652aa0] {
    font-size: 160px;
}
}
@media (max-width: 900px) {
div > h1[data-v-53652aa0] {
    font-size: 140px;
}
}
@media (max-width: 800px) {
div > h1[data-v-53652aa0] {
    font-size: 130px;
}
}
@media (max-width: 600px) {
div > h1[data-v-53652aa0] {
    font-size: 120px;
}
}
@media (max-width: 500px) {
div > h1[data-v-53652aa0] {
    font-size: 100px;
}
}
@media (max-width: 450px) {
div > h1[data-v-53652aa0] {
    font-size: 90px;
}
}
@media (max-width: 400px) {
div > h1[data-v-53652aa0] {
    font-size: 72px;
}
}
.first-row-title > h1[data-v-53652aa0] {
  color: white;
  text-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
}
.second-row-title > h1[data-v-53652aa0] {
  color: black;
}
.second-row-title > .umlaut[data-v-53652aa0] {
  transform: translate(0, 8%);
  padding: 0 0 10px 0;
}
.outer-video-wrapper[data-v-0f89818e] {
  width: 100%;
}
.inner-video-wrapper[data-v-0f89818e] {
  position: relative;
  width: 94%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.inner-video-wrapper > video[data-v-0f89818e] {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 500px) {
.inner-video-wrapper > video[data-v-0f89818e] {
    height: 72vh;
}
}
.video-title-wrapper[data-v-0f89818e] {
  width: 94%;
  margin: 0 auto;
}
.outer-landing-wrapper[data-v-a07e830a] {
  width: 100%;
  margin: calc(3% + 3px) 0 0 0;
}
.landing-video-wrapper[data-v-a07e830a] {
  position: relative;
  width: 94%;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.landing-video-wrapper > video[data-v-a07e830a] {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 500px) {
.landing-video-wrapper > video[data-v-a07e830a] {
    height: 80vh;
}
}
.landing-title-wrapper[data-v-a07e830a] {
  width: 94%;
  margin: 0 auto;
}
.subtitle-wrapper[data-v-a07e830a] {
  width: 60%;
  margin: 0 auto 0 3%;
  padding: 30px 0 0 0;
}
@media (max-width: 900px) {
.subtitle-wrapper[data-v-a07e830a] {
    width: 80%;
}
}
@media (max-width: 700px) {
.subtitle-wrapper[data-v-a07e830a] {
    width: 94%;
}
}
.subtitle-wrapper > h2[data-v-a07e830a] {
  font-family: "Volkhov", "Yle Next", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #6368bf;
}
@media (max-width: 800px) {
.subtitle-wrapper > h2[data-v-a07e830a] {
    font-size: 28px;
}
}
@media (max-width: 600px) {
.subtitle-wrapper > h2[data-v-a07e830a] {
    font-size: 24px;
}
}
div[data-v-5e2f0fd6] {
  text-align: center;
  padding: 40px 0;
}
p[data-v-729a93af] {
  font-family: "Open Sans", "Yle Next", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 0.85em 0;
}
p[data-v-729a93af]  .buzz {
  font-weight: 800;
  text-transform: uppercase;
  color: #6368bf;
}
p[data-v-729a93af]  strong {
  font-weight: 800;
}
p[data-v-729a93af]  a {
  color: black;
  border-bottom: 1px solid black;
  text-decoration: none;
}
p[data-v-729a93af]  .italic {
  font-style: italic;
  color: #6368bf;
}
.outer-text-wrapper[data-v-c6c2b15c] {
  width: 100%;
}
.inner-text-wrapper[data-v-c6c2b15c] {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
@media (max-width: 620px) {
.inner-text-wrapper[data-v-c6c2b15c] {
    max-width: none;
    width: 94%;
    margin: 0 3%;
}
}
.outer-caption-wrapper[data-v-1c699eca] {
  width: 400px;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 500px) {
.outer-caption-wrapper[data-v-1c699eca] {
    width: 300px;
}
}
@media (max-width: 320px) {
.outer-caption-wrapper[data-v-1c699eca] {
    width: 280px;
}
}
.inner-caption-wrapper[data-v-1c699eca] {
  padding: 15px 20px;
}
.inner-caption-wrapper > p[data-v-1c699eca] {
  font-family: "Open Sans", "Yle Next", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  text-shadow: 3px 3px 30px rgba(0, 0, 0, 0.6);
  color: white;
}
.md-container[data-v-d9c04ea4] {
  width: 100%;
  overflow: hidden;
}
.outer-image-wrapper[data-v-d9c04ea4] {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
@media (max-width: 820px) {
.outer-image-wrapper[data-v-d9c04ea4] {
    max-width: none;
    width: 94%;
    margin: 0 3%;
}
}
.inner-image-wrapper[data-v-d9c04ea4] {
  position: relative;
  width: 100%;
}
.inner-image-wrapper > img[data-v-d9c04ea4] {
  width: 100%;
}
.image-caption-wrapper[data-v-d9c04ea4] {
  position: absolute;
  bottom: 20%;
  right: 0;
  transform: translate(10%, 0);
}
@media (max-width: 900px) {
.image-caption-wrapper[data-v-d9c04ea4] {
    transform: translate(3.5%, 0);
}
}
@media (max-width: 500px) {
.image-caption-wrapper[data-v-d9c04ea4] {
    bottom: 8%;
}
}
.outer-chart-wrapper[data-v-7ccf970b] {
  width: 100%;
}
.inner-chart-wrapper[data-v-7ccf970b] {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
@media (max-width: 620px) {
.inner-chart-wrapper[data-v-7ccf970b] {
    max-width: none;
    width: 94%;
    margin: 0 3%;
}
}
.inner-chart-wrapper > h1[data-v-7ccf970b] {
  font-family: "Bebas Neue", "Yle Next", cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  hyphens: manual;
}
@media (max-width: 500px) {
.inner-chart-wrapper > h1[data-v-7ccf970b] {
    font-size: 32px;
}
}
.inner-chart-wrapper > h2[data-v-7ccf970b] {
  font-family: "Open Sans", "Yle Next", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 10px 0;
  hyphens: manual;
}
.inner-chart-wrapper > object[data-v-7ccf970b] {
  width: 100%;
}
.chart-caption-wrapper[data-v-7ccf970b] {
  width: 400px;
  margin: 20px 0 0 auto;
  transform: translate(10%, 0);
}
@media (max-width: 900px) {
.chart-caption-wrapper[data-v-7ccf970b] {
    transform: translate(3.5%, 0);
}
}
@media (max-width: 500px) {
.chart-caption-wrapper[data-v-7ccf970b] {
    width: 300px;
}
}
.outer-authors-wrapper[data-v-84a9d7a8] {
  width: 100%;
  text-align: center;
}
.feedback[data-v-84a9d7a8] {
  margin: 10px 0 40px 0;
}
.feedback > a[data-v-84a9d7a8] {
  font-family: "Open Sans", "Yle Next", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  background-color: black;
  color: white;
}
.inner-authors-wrapper[data-v-84a9d7a8] {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
  max-width: 600px;
  margin: 0 auto;
  padding: 200px 0 60px 0;
}
@media (max-width: 1000px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    padding: 180px 0 60px 0;
}
}
@media (max-width: 800px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    padding: 160px 0 60px 0;
}
}
@media (max-width: 700px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    padding: 140px 0 60px 0;
}
}
@media (max-width: 620px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    max-width: none;
    width: 94%;
    margin: 0 3%;
    padding: 120px 0 60px 0;
}
}
@media (max-width: 500px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    padding: 100px 0 60px 0;
}
}
@media (max-width: 400px) {
.inner-authors-wrapper > .authors[data-v-84a9d7a8] {
    padding: 80px 0 80px 0;
}
}
.inner-authors-wrapper > .authors > h1[data-v-84a9d7a8] {
  font-family: "Bebas Neue", "Yle Next", cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  padding: 0 0 20px 0;
  color: #6368bf;
}
@media (max-width: 500px) {
.inner-authors-wrapper > .authors > h1[data-v-84a9d7a8] {
    font-size: 32px;
}
}
.inner-authors-wrapper > .authors > p[data-v-84a9d7a8] {
  font-family: "Volkhov", "Yle Next", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 20px 0;
  color: white;
  text-decoration: none;
}
.inner-authors-wrapper > .authors > .authors-title[data-v-84a9d7a8] {
  padding: 0 0 5px 0;
  color: #6368bf;
}
.inner-authors-wrapper > .authors > p > strong[data-v-84a9d7a8] {
  font-weight: 700;
}
.inner-authors-wrapper > .authors > .date[data-v-84a9d7a8] {
  padding: 30px 0 10px 0;
}


/*# sourceMappingURL=styles.css.map*/