/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
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,
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 {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, article, section, header, footer, nav, ul, li {
  position: relative;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Apercu";
  src: url(../fonts/apercu-regular-pro.830817.ttf);
  src: url(../fonts/apercu-regular-pro.1e4d06.woff2) format("woff2"), url(../fonts/apercu-regular-pro.ac423a.woff) format("woff"), url(../fonts/apercu-regular-pro.830817.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Apercu";
  src: url(../fonts/apercu-medium-pro.32a554.ttf);
  src: url(../fonts/apercu-medium-pro.b5af37.woff2) format("woff2"), url(../fonts/apercu-medium-pro.1640f3.woff) format("woff"), url(../fonts/apercu-medium-pro.32a554.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Dr";
  src: url(../fonts/drweb-regular.afc063.woff2);
  src: url(../fonts/drweb-regular.afc063.woff2) format("woff2"), url(../fonts/drweb-regular.bfd54c.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Dr";
  src: url(../fonts/drweb-bold.629c34.woff2);
  src: url(../fonts/drweb-bold.629c34.woff2) format("woff2"), url(../fonts/drweb-bold.1d7e07.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Site styles */
/* Fonts */
body {
  background: white;
  color: black;
  font-family: "Apercu", arial, serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dr", arial, serif;
}
h1.extra-large,
h2.extra-large,
h3.extra-large,
h4.extra-large,
h5.extra-large,
h6.extra-large {
  font-size: 140px;
  font-size: 14rem;
  font-size: 7vw;
  font-size: clamp(4rem, 7vw, 14rem);
  line-height: 1;
  font-weight: bold;
  text-shadow: 4px 4px 8px black;
}
h1.large,
h2.large,
h3.large,
h4.large,
h5.large,
h6.large {
  font-size: 120px;
  font-size: 12rem;
  font-size: 6vw;
  font-size: clamp(3.5rem, 6vw, 12rem);
  line-height: 1;
  font-weight: bold;
}
h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  font-size: 100px;
  font-size: 10rem;
  font-size: 5vw;
  font-size: clamp(3rem, 5vw, 10rem);
  line-height: 1;
  font-weight: bold;
}
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small {
  font-size: 80px;
  font-size: 8rem;
  font-size: 4vw;
  font-size: clamp(2.8rem, 4vw, 8rem);
  line-height: 1.1;
  font-weight: bold;
}
h1.xsmall,
h2.xsmall,
h3.xsmall,
h4.xsmall,
h5.xsmall,
h6.xsmall {
  font-size: 70px;
  font-size: 7rem;
  font-size: 3.5vw;
  font-size: clamp(2.2rem, 3.5vw, 7rem);
  line-height: 1.1;
  font-weight: bold;
}

.blog-list h4,
.article-row h4 {
  font-size: 40px;
  font-size: 4em;
  font-size: 2vw;
  line-height: 1.1;
}

.blog-list article.size-landscape h4, .blog-list article.site-flat h4, .blog-list article.size-portrait h4, .blog-list article.size-large h4 {
  font-size: 60px;
  font-size: 6em;
  font-size: 3vw;
  line-height: 1.1;
}

nav.main-nav a {
  font-size: 24px;
  font-size: 2.4em;
}

.filter-toggle .text {
  font-size: 20px;
  font-size: 2rem;
}

.filter-menu,
.filter-menu .circular {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

nav.footer-nav.page-nav {
  font-size: 16px;
  font-size: 1.6rem;
}

nav.footer-nav.social-media {
  font-size: 18px;
  font-size: 1.8rem;
}

.site-footer {
  font-family: "Dr", arial, serif;
  font-weight: 700;
}
.site-footer .title,
.site-footer .contact {
  font-size: 18px;
  font-size: 1.8rem;
}
.site-footer .copyright {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-header .subline {
  font-size: 50px;
  font-size: 5rem;
  font-size: 2.5vw;
  text-shadow: 4px 4px 8px black;
}

.page-header .text,
.title-text-block .text {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 1.4vw;
}

.text {
  font-size: 24px;
  font-size: 2.4em;
  font-size: 1.2vw;
}
.text h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-size: clamp(26px, 1.6vw, 3.2rem);
  font-weight: 600;
}
.text h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(24px, 1.4vw, 2.8rem);
  font-weight: 600;
}
.text h5 {
  font-size: 24px;
  font-size: 2.4rem;
  font-size: clamp(22px, 1.2vw, 2.4rem);
  font-weight: 600;
}
.text h6 {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(20px, 1.1vw, 2.2rem);
  font-weight: 600;
}
.text b {
  font-weight: 500;
}
.text button {
  font-size: 16px;
  font-size: 1.6rem;
}

a.button,
span.button {
  font-size: 18px;
  font-size: 1.8rem;
}

.blog-list article span.button {
  font-size: 0.9vw;
}

.article-row article span.button {
  font-size: 0.9vw;
}

.circular {
  font-size: 18px;
  font-size: 1.8em;
}
.circular span {
  font-weight: 500;
}

.tag {
  font-weight: 500;
}

.category {
  font-family: "Dr", arial, serif;
  font-size: 18px;
  font-size: 1.8em;
  font-weight: 600;
}

.credits {
  font-family: "Dr", arial, serif;
  font-size: 20px;
  font-size: 2em;
  line-height: 1.1;
}
.credits .title {
  font-weight: 600;
}

.link {
  font-family: "Dr", arial, serif;
  font-size: 35px;
  font-size: 3.5em;
  font-size: clamp(22px, 1.75vw, 3.5em);
  font-weight: 600;
}

.arrow-link {
  font-family: "Dr", arial, serif;
  font-size: 26px;
  font-size: 2.6em;
  font-size: clamp(20px, 1.3vw, 2.6em);
  font-weight: 600;
}

.image-text-block .text {
  font-size: 20px;
  font-size: 2em;
}

.page-header .category,
.block.image-text-block .category {
  font-family: "Dr", arial, serif;
  font-size: 26px;
  font-size: 2.6em;
  font-size: 1.3vw;
  font-weight: 600;
}
.page-header a.button,
.block.image-text-block a.button {
  font-size: 22px;
  font-size: 2.2em;
  font-size: 1.1vw;
}

.show-more-link .show-more-articles {
  font-family: "Dr", arial, serif;
  font-size: 30px;
  font-size: 3em;
  font-size: 1.5vw;
  font-size: clamp(20px, 1.5vw, 3em);
  font-weight: 700;
}

.block .image-text .category {
  font-family: "Dr", arial, serif;
  font-size: 26px;
  font-size: 2.6em;
  font-weight: 600;
}
.block .image-text .text {
  font-size: 20px;
  font-size: 2em;
}
.block.section-title-block h3 {
  font-family: "Dr", arial, serif;
  font-size: 30px;
  font-size: 3em;
  font-size: 1.5vw;
  font-size: clamp(20px, 1.5vw, 3em);
  font-weight: 700;
}
.block.references-block .title {
  font-family: "Apercu", arial, serif;
  font-size: 24px;
  font-size: 2.4em;
  font-size: clamp(20px, 1.2vw, 2.4rem);
}
.block.info-box h3 {
  font-family: "Apercu", arial, serif;
  font-size: 32px;
  font-size: 3.2em;
  font-size: clamp(24px, 1.6vw, 3.2rem);
  font-weight: 500;
}
.block.quote .text {
  font-size: 50px;
  font-size: 5em;
  font-size: clamp(21px, 2.5vw, 5em);
  line-height: 1.2;
  font-weight: 500;
}
.block.quote .quote-reference {
  font-size: 26px;
  font-size: 2.6em;
  font-size: clamp(17px, 1.3vw, 2.6em);
}

.slideshow .nav {
  font-family: "Dr", arial, serif;
  font-size: 36px;
  font-size: 3.6em;
}

/* Base elements */
a {
  color: #EF4060;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #000;
}

a.button,
span.button {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  max-width: 10.2em;
  width: 100%;
  line-height: 2;
  border: 2px solid white;
  border-radius: 1.6em;
  text-align: center;
  color: white;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.button:hover, a.button:active, a.button:focus,
span.button:hover,
span.button:active,
span.button:focus {
  border: 2px solid #EF4060;
  background-color: #EF4060;
  color: #000;
}

em {
  color: #EF4060;
}

img,
video {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
img[data-align="5025"],
video[data-align="5025"] {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
img[data-align="5030"],
video[data-align="5030"] {
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
img[data-align="9070"],
video[data-align="9070"] {
  -o-object-position: 90% 70%;
     object-position: 90% 70%;
}
img[data-align="5090"],
video[data-align="5090"] {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
img[data-align=top],
video[data-align=top] {
  -o-object-position: top;
     object-position: top;
}
img[data-align=bottom],
video[data-align=bottom] {
  -o-object-position: bottom;
     object-position: bottom;
}
img[data-align=right],
video[data-align=right] {
  -o-object-position: right;
     object-position: right;
}

.text h3 {
  margin-top: 2em;
  margin-bottom: 0.8em;
}
.text h4 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}
.text h5 {
  margin-top: 1.6em;
  margin-bottom: 0;
}
.text h6 {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.text p {
  margin-bottom: 1.2em;
}
.text p:last-child {
  margin-bottom: 0;
}
.text ul {
  list-style-type: none;
  padding-left: 1.6em;
  margin-bottom: 1.2em;
}
.text ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.text ul li:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -0.9em;
  width: 3px;
  height: 3px;
  background-color: black;
  border-radius: 50%;
}
.text ul ul {
  list-style-type: circle;
}
.text button {
  margin-bottom: 1.2em;
}
.text a {
  font-weight: 500;
}

.srt {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.category.square {
  display: inline-block;
  white-space: nowrap;
}
.category.square:before {
  content: " ";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 1.1em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  background-color: transparent;
}
.category.square[data-id=campaign]:before {
  background-color: #EF4060;
}
.category.square[data-id=article]:before {
  background-color: #2d606f;
}
.category.square[data-id=podcast]:before {
  background-color: #ffd861;
}
.category.square[data-id=video]:before {
  background-color: #a6d5c2;
}

.circular {
  display: inline-block;
  line-height: 1.6;
  border-radius: 1.6em;
  border: 2px solid black;
  padding: 0 1.1em;
  color: black;
  white-space: nowrap;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.circular-list {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.date-reading-time {
  color: white;
  border: 2px solid transparent;
}
.date-reading-time .date {
  display: inline-block;
  margin-right: 2em;
}
.date-reading-time .reading-time {
  display: inline-block;
}
.date-reading-time[data-id=campaign] {
  background-color: #EF4060;
}
.date-reading-time[data-id=article] {
  background-color: #2d606f;
}
.date-reading-time[data-id=podcast] {
  background-color: #ffd861;
}
.date-reading-time[data-id=video] {
  background-color: #a6d5c2;
}

.tag:hover, .tag:focus, .tag:active {
  border: 2px solid #EF4060;
  background-color: #EF4060;
  color: white;
}

.reference {
  border: 2px solid #EF4060;
  color: #EF4060;
}
.reference:hover, .reference:focus, .reference:active {
  border: 2px solid black;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-right: -calc(8.7vw);
  padding-right: 1em;
}
.article-info .category {
  margin-right: 1.2em;
}
.article-info .right {
  margin-top: -0.1em;
}
.article-info .tags {
  display: inline;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 4.35vw;
  pointer-events: none;
}
.site-header .background {
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  height: 25.75em;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(65%, rgba(255, 255, 255, 0.44)), to(rgba(255, 255, 255, 0.65)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 65%, rgba(255, 255, 255, 0.65) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(6.25%, rgba(255, 255, 255, 0.0062447839)), color-stop(12.5%, rgba(255, 255, 255, 0.0247391519)), color-stop(18.75%, rgba(255, 255, 255, 0.054772376)), color-stop(25%, rgba(255, 255, 255, 0.0951902961)), color-stop(31.25%, rgba(255, 255, 255, 0.1444396743)), color-stop(37.5%, rgba(255, 255, 255, 0.2006278845)), color-stop(43.75%, rgba(255, 255, 255, 0.2615956453)), color-stop(50%, rgba(255, 255, 255, 0.325)), color-stop(56.25%, rgba(255, 255, 255, 0.3884043547)), color-stop(62.5%, rgba(255, 255, 255, 0.4493721155)), color-stop(68.75%, rgba(255, 255, 255, 0.5055603257)), color-stop(75%, rgba(255, 255, 255, 0.5548097039)), color-stop(81.25%, rgba(255, 255, 255, 0.595227624)), color-stop(87.5%, rgba(255, 255, 255, 0.6252608481)), color-stop(93.75%, rgba(255, 255, 255, 0.6437552161)), to(rgba(255, 255, 255, 0.65)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0062447839) 6.25%, rgba(255, 255, 255, 0.0247391519) 12.5%, rgba(255, 255, 255, 0.054772376) 18.75%, rgba(255, 255, 255, 0.0951902961) 25%, rgba(255, 255, 255, 0.1444396743) 31.25%, rgba(255, 255, 255, 0.2006278845) 37.5%, rgba(255, 255, 255, 0.2615956453) 43.75%, rgba(255, 255, 255, 0.325) 50%, rgba(255, 255, 255, 0.3884043547) 56.25%, rgba(255, 255, 255, 0.4493721155) 62.5%, rgba(255, 255, 255, 0.5055603257) 68.75%, rgba(255, 255, 255, 0.5548097039) 75%, rgba(255, 255, 255, 0.595227624) 81.25%, rgba(255, 255, 255, 0.6252608481) 87.5%, rgba(255, 255, 255, 0.6437552161) 93.75%, rgba(255, 255, 255, 0.65) 100%);
  pointer-events: none;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}
.site-header .header-inner {
  width: 100%;
  margin-top: 6.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .site-branding {
  display: inline-block;
  margin-right: 9em;
  pointer-events: auto;
  z-index: 10;
}
.site-header .site-branding a:after {
  display: none;
}
.site-header .main-nav {
  display: inline-block;
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}
.site-header .menu-item {
  overflow: hidden;
}
.site-header .filter-menu {
  position: absolute;
  top: initial;
  right: 7.6em;
  padding-left: 23em;
  max-width: 100em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: auto;
}
.site-header .filter-toggle {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
}
.site-header .filter-toggle .text {
  display: inline-block;
}
.site-header .filter-toggle .icon {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  vertical-align: top;
  margin-left: 1.4rem;
}
.site-header .filter-toggle .icon svg {
  width: 100%;
  height: auto;
}
.site-header .filter-toggle .icon svg path {
  fill: black;
}
.site-header a.tag:hover, .site-header a.tag:active, .site-header a.tag:focus, .site-header a.tag.active {
  background-color: #EF4060;
  border: 2px solid #EF4060;
  color: white;
}
.site-header.white {
  color: white;
}
.site-header.white .background {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 65%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(6.25%, rgba(0, 0, 0, 0.0062447839)), color-stop(12.5%, rgba(0, 0, 0, 0.0247391519)), color-stop(18.75%, rgba(0, 0, 0, 0.054772376)), color-stop(25%, rgba(0, 0, 0, 0.0951902961)), color-stop(31.25%, rgba(0, 0, 0, 0.1444396743)), color-stop(37.5%, rgba(0, 0, 0, 0.2006278845)), color-stop(43.75%, rgba(0, 0, 0, 0.2615956453)), color-stop(50%, rgba(0, 0, 0, 0.325)), color-stop(56.25%, rgba(0, 0, 0, 0.3884043547)), color-stop(62.5%, rgba(0, 0, 0, 0.4493721155)), color-stop(68.75%, rgba(0, 0, 0, 0.5055603257)), color-stop(75%, rgba(0, 0, 0, 0.5548097039)), color-stop(81.25%, rgba(0, 0, 0, 0.595227624)), color-stop(87.5%, rgba(0, 0, 0, 0.6252608481)), color-stop(93.75%, rgba(0, 0, 0, 0.6437552161)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0062447839) 6.25%, rgba(0, 0, 0, 0.0247391519) 12.5%, rgba(0, 0, 0, 0.054772376) 18.75%, rgba(0, 0, 0, 0.0951902961) 25%, rgba(0, 0, 0, 0.1444396743) 31.25%, rgba(0, 0, 0, 0.2006278845) 37.5%, rgba(0, 0, 0, 0.2615956453) 43.75%, rgba(0, 0, 0, 0.325) 50%, rgba(0, 0, 0, 0.3884043547) 56.25%, rgba(0, 0, 0, 0.4493721155) 62.5%, rgba(0, 0, 0, 0.5055603257) 68.75%, rgba(0, 0, 0, 0.5548097039) 75%, rgba(0, 0, 0, 0.595227624) 81.25%, rgba(0, 0, 0, 0.6252608481) 87.5%, rgba(0, 0, 0, 0.6437552161) 93.75%, rgba(0, 0, 0, 0.65) 100%);
}
.site-header.white a {
  color: white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header.white .circular {
  border: 2px solid white;
}
.site-header.white .filter-toggle .icon svg path {
  fill: white;
}
.site-header.white .site-branding svg .slst0 {
  fill: white;
}

body.menu-open .site-header .background {
  height: 50em;
}
body.menu-open .site-header .filter-menu {
  opacity: 1;
  pointer-events: auto;
}
body.menu-open .filter-toggle {
  color: #EF4060;
}
body.menu-open .filter-toggle .icon svg path {
  fill: #EF4060 !important;
}
body.menu-open .filter-toggle .text,
body.menu-open .filter-toggle .icon-filter {
  display: none;
}
body.menu-open .filter-toggle .icon-close {
  display: inline-block;
}

body:not(.menu-open) .filter-toggle .icon-close {
  display: none;
}

.filter-menu {
  opacity: 0;
}
.filter-menu .tag-list {
  overflow: hidden;
  text-align: right;
  height: auto;
}
.filter-menu .show-more {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5em;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}
.filter-menu .show-more .more {
  display: inline;
}
.filter-menu .show-more .less {
  display: none;
}
.filter-menu .show-more:hover {
  color: #EF4060;
}
.filter-menu.limited .tag-list {
  height: 4.6em;
}
.filter-menu.limited .show-more {
  opacity: 0;
}
.filter-menu.limited .show-more .more {
  display: inline;
}
.filter-menu.limited .show-more .less {
  display: none;
}
.filter-menu.limited.ready .show-more {
  pointer-events: auto;
  opacity: 1;
}
.filter-menu.limited.active .tag-list {
  height: auto;
}
.filter-menu.limited.active .more {
  display: none;
}
.filter-menu.limited.active .less {
  display: inline;
}

nav.main-nav .menu-item {
  display: inline-block;
  margin-right: 7.5em;
}
nav.main-nav .menu-item:last-child {
  margin-right: 0;
}

.suche-page .filter-menu,
.suche-page .filter-toggle {
  display: none;
}

.site-branding {
  width: 20em;
  height: auto;
}
.site-branding h1 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.site-branding svg {
  width: 100%;
  height: auto;
}
.site-branding svg .slst0 {
  fill: black;
}

/* Footer */
.site-footer {
  padding: 6vw 4.35vw 3vw;
}
.site-footer .footer-inner {
  max-width: 50vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
}
.site-footer .col[data-id="0"] {
  display: grid;
  grid-template-rows: 4.7em auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.site-footer .col[data-id="2"] {
  min-width: 28em;
}
.site-footer .site-branding {
  -ms-flex-item-align: start;
      align-self: start;
}
.site-footer nav {
  line-height: 1.6;
}
.site-footer .title {
  line-height: 1.6;
  color: #EF4060;
}
.site-footer .contact {
  margin-bottom: 4em;
}
.site-footer .contact .title {
  margin-bottom: 0.2em;
}
.site-footer a {
  color: black;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus, .site-footer a.active {
  color: #EF4060;
}

/* Main */
.page-header.default-header {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 20em 8.7vw 3vw;
}
.page-header.default-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-right: 8.7vw;
  z-index: 10;
}
.page-header.default-header .content .category {
  -ms-flex-item-align: start;
      align-self: start;
}
.page-header.default-header .content h2 {
  margin-top: 0.4em;
  margin-bottom: 0.6em;
  color: #EF4060;
}
.page-header.default-header .content .text {
  font-weight: 500;
}
.page-header.default-header .image {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.9;
}
.page-header.default-header .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.page-header.default-header .author {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6vw;
  text-align: right;
}
.page-header.large-header {
  height: 56.8vw;
  overflow: hidden;
  color: white;
  margin-bottom: 2rem;
}
.page-header.large-header .background,
.page-header.large-header .image,
.page-header.large-header .video,
.page-header.large-header .slideshow,
.page-header.large-header .slides-container,
.page-header.large-header .slide {
  height: 100%;
}
.page-header.large-header img,
.page-header.large-header video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.page-header.large-header .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 70vw;
  padding: 3vw 4.35vw;
}
.page-header.large-header h2 {
  margin-bottom: 0.3em;
}
.page-header.large-header .subline {
  margin-bottom: 2em;
}
.page-header.large-header .stoerer {
  position: absolute;
  top: -1em;
  right: -1em;
  width: 13vw;
  height: 13vw;
}
.page-header.large-header a.button {
  border: 3px solid white;
  max-width: 11.6em;
}
.page-header.large-header a.button:hover, .page-header.large-header a.button:focus, .page-header.large-header a.button:active {
  border: 3px solid #EF4060;
  background-color: #EF4060;
}
.page-header.text-header {
  height: 35vw;
}
.page-header.text-header .content {
  height: 100%;
  padding: 17.5vw 8.7vw 3vw;
  color: #EF4060;
}
.page-header.text-header .content h2 {
  width: 44vw;
}
.page-header.video-header .content {
  width: 100%;
}
.page-header.video-header .content h2,
.page-header.video-header .content .subline {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.page-header.search-header {
  overflow: hidden;
}
.page-header.search-header .content {
  padding: 19em 4.4vw 4.5em;
  text-align: center;
}
.page-header.search-header .tag-list {
  max-width: 50vw;
  margin: 0 auto;
}
.page-header.search-header .tag:hover, .page-header.search-header .tag:focus, .page-header.search-header .tag:active, .page-header.search-header .tag.active {
  background-color: #EF4060;
  color: white;
}

.campaign-page .page-header.large-header .content {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80vw;
  height: 100%;
  display: grid;
  grid-template-rows: 7rem 3fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20rem 8.7vw 3vw;
}
.campaign-page .page-header.large-header .content .category {
  -ms-flex-item-align: start;
      align-self: start;
}

.block.image-text-block {
  margin: 7.68vw 4.35vw 6vw;
}
.block.image-text-block .block-inner {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  grid-column-gap: 5vw;
}
.block.image-text-block .content {
  display: grid;
  grid-template-rows: 3rem auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block.image-text-block .image-wrapper,
.block.image-text-block .image {
  height: 100%;
}
.block.image-text-block h3 {
  margin-top: 0.4em;
  margin-bottom: 0.7em;
  margin-left: -13vw;
}
.block.image-text-block .text {
  width: 32vw;
}
.block.image-text-block a.arrow-link {
  position: relative;
  display: inline-block;
  margin-top: 1.2em;
}
.block.image-text-block a.arrow-link:after {
  content: "➔";
  display: inline;
  position: absolute;
  padding-left: 0.3em;
  color: #EF4060;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block.image-text-block a.arrow-link:hover:after, .block.image-text-block a.arrow-link:focus:after, .block.image-text-block a.arrow-link:active:after {
  color: black;
  padding-left: 0.4em;
}
.block.image-text-block.type-landscape {
  margin-left: 0;
}
.block.image-text-block.type-landscape .block-inner {
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  grid-column-gap: 5vw;
}
.block.color-section-block, .block.images-block {
  padding: 3vw 8.7vw 3vw;
}
.block.color-section-block .content.images-content .slides-container, .block.images-block .content.images-content .slides-container {
  height: 29vw;
}
.block.color-section-block .content.images-content .slide,
.block.color-section-block .content.images-content .images, .block.images-block .content.images-content .slide,
.block.images-block .content.images-content .images {
  height: 100%;
}
.block.color-section-block .content.images-content .image, .block.images-block .content.images-content .image {
  display: inline-block;
  height: 100%;
  margin-right: 1vw;
}
.block.color-section-block .content.images-content .slide:last-child .image, .block.images-block .content.images-content .slide:last-child .image {
  margin-right: 0;
}
.block.color-section-block .content.images-content img, .block.images-block .content.images-content img {
  height: 100%;
  width: auto;
}
.block.color-section-block .content.video-content, .block.images-block .content.video-content {
  height: 35.4vw;
}
.block.color-section-block .content.video-content .video, .block.images-block .content.video-content .video {
  display: inline-block;
  height: 100%;
}
.block.color-section-block .content.video-content video, .block.images-block .content.video-content video {
  height: 100%;
  width: auto;
}
.block.color-section-block .content.iframe-content .iframe, .block.images-block .content.iframe-content .iframe {
  width: 100%;
}
.block.with-credits .credits {
  position: relative;
  right: 0;
  top: 100%;
  bottom: auto;
  margin-top: 1rem;
  text-align: right;
  color: black;
}
.block.with-credits.images-block {
  padding-bottom: 0;
}
.block.with-credits > .content > .video, .block.with-credits > .content > .iframe {
  padding-right: 18em;
}
.block.color-section-block {
  background-color: transparent;
  color: white;
}
.block.color-section-block[data-id=campaign] {
  background-color: #EF4060;
}
.block.color-section-block[data-id=article] {
  background-color: #2d606f;
}
.block.color-section-block[data-id=podcast] {
  background-color: #ffd861;
}
.block.color-section-block[data-id=video] {
  background-color: #a6d5c2;
}
.block.color-section-block.with-credits .credits {
  top: auto;
  bottom: 0;
}
.block.color-section-block.with-credits .images-content .credits {
  position: relative;
  margin-top: 1em;
  color: white;
}
.block.images-block {
  color: black;
}
.block.image-block {
  color: white;
}
.block.image-block[data-style=boxed] {
  margin: 6vw 8.7vw;
}
.block.videos-block .videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
}
.block.videos-block .videos .video[data-size="100"] {
  grid-column: auto/span 3;
}
.block.videos-block .videos .video[data-size="100"] video {
  aspect-ratio: 1.7777;
}
.block.videos-block .videos .video[data-size="33"] video {
  aspect-ratio: 0.5652;
}
.block.videos-block[data-style=boxed] {
  margin: 6vw 8.7vw;
}
.block.image-title-block {
  background-color: transparent;
}
.block.image-title-block[data-id=campaign] {
  background-color: #EF4060;
}
.block.image-title-block[data-id=article] {
  background-color: #2d606f;
}
.block.image-title-block[data-id=podcast] {
  background-color: #ffd861;
}
.block.image-title-block[data-id=video] {
  background-color: #a6d5c2;
}
.block.image-title-block .block-inner {
  aspect-ratio: 2.3;
}
.block.image-title-block .block-inner .image {
  height: 100%;
}
.block.image-title-block .block-inner .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6vw 4.35vw;
  color: white;
  max-width: 74vw;
}
.block.title-text-block {
  background-color: transparent;
  margin: 12vw 8.7vw 4.5vw;
  color: #EF4060;
}
.block.title-text-block[data-style=color] {
  margin: 0;
  padding: 12vw 8.7vw 4.5vw;
  color: white;
}
.block.title-text-block[data-style=color][data-id=campaign] {
  background-color: #EF4060;
}
.block.title-text-block[data-style=color][data-id=article] {
  background-color: #2d606f;
}
.block.title-text-block[data-style=color][data-id=podcast] {
  background-color: #ffd861;
}
.block.title-text-block[data-style=color][data-id=video] {
  background-color: #a6d5c2;
}
.block.title-text-block .content {
  max-width: 70vw;
}
.block.title-text-block .content h3 {
  margin-bottom: 3vw;
}
.block.title-text-block .content .audio {
  margin-top: 3vw;
}
.block.title-text-block .content .logo {
  margin-top: 3vw;
}
.block.title-text-block .content .logo img {
  display: inline-block;
  max-width: 21.4em;
}
.block.section-title-block {
  padding: 3vw 4.35vw 4.5vw;
  text-align: center;
}
.block.text-block {
  padding: 3vw 8.7vw;
}
.block.text-block .text {
  width: 44vw;
}
.block.link-block {
  padding: 2vw 8.7vw 3vw;
}
.block.link-block .link a {
  position: relative;
  display: inline-block;
}
.block.link-block .link a:after {
  content: "➔";
  display: inline;
  position: absolute;
  padding-left: 0.3em;
  color: #EF4060;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block.link-block .link a:hover:after, .block.link-block .link a:focus:after, .block.link-block .link a:active:after {
  color: black;
  padding-left: 0.4em;
}
.block.references-block {
  padding: 3vw 8.7vw;
}
.block.references-block .title {
  color: #EF4060;
  margin-bottom: 0.7em;
}
.block.references-block .references {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.block.info-box {
  padding: 1.5vw 8.7vw;
}
.block.info-box .inner {
  width: 44vw;
  border: 3px solid black;
  border-radius: 2.5vw;
  padding: 2.85vw;
}
.block.info-box .title {
  margin-bottom: 1.2em;
}
.block.info-box[data-id=campaign] .inner {
  border: 3px solid #EF4060;
}
.block.info-box[data-id=article] .inner {
  border: 3px solid #2d606f;
}
.block.info-box[data-id=podcast] .inner {
  border: 3px solid #ffd861;
}
.block.info-box[data-id=video] .inner {
  border: 3px solid #a6d5c2;
}
.block.quote {
  padding: 1.5vw 8.7vw;
}
.block.quote .text {
  width: 44vw;
}
.block.quote .quote-reference {
  margin-top: 1.4em;
}
.block.quote[data-id=campaign] {
  color: #EF4060;
}
.block.quote[data-id=article] {
  color: #2d606f;
}
.block.quote[data-id=podcast] {
  color: #ffd861;
}
.block.quote[data-id=video] {
  color: #a6d5c2;
}
.block.article-row-block {
  margin: 7.68vw 4.35vw 6vw;
}
.block.article-row-block .block-inner {
  display: grid;
  grid-template-columns: 33.3333% 66.6666%;
}
.block.article-row-block .block-inner > .content {
  padding-right: 4.35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block.article-row-block h3 {
  color: #EF4060;
}
.block.article-row-block .article-row {
  width: 100%;
  aspect-ratio: 2.2;
}
.block.article-row-block .article-row article {
  height: 100%;
}

.horizontal-scroller {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.horizontal-scroller::-webkit-scrollbar {
  height: 0;
}
.horizontal-scroller::-webkit-scrollbar-track {
  background-color: transparent;
}
.horizontal-scroller::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.horizontal-scroller > * {
  white-space: nowrap;
}

.show-more-link {
  padding: 3vw 4.35vw 4.5vw;
  text-align: center;
}
.show-more-link .show-more-articles {
  cursor: pointer;
}
.show-more-link .show-more-articles:hover, .show-more-link .show-more-articles:focus, .show-more-link .show-more-articles:active, .show-more-link .show-more-articles.active {
  color: #EF4060;
}

/* Blog */
article.list-post {
  overflow: hidden;
  color: white;
}
article.list-post .background,
article.list-post .image {
  height: 100%;
}
article.list-post .image {
  overflow: hidden;
}
article.list-post img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out, -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  will-change: transform;
}
article.list-post .gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(6.25%, rgba(0, 0, 0, 0.0018359375)), color-stop(12.5%, rgba(0, 0, 0, 0.00734375)), color-stop(18.75%, rgba(0, 0, 0, 0.0165234375)), color-stop(25%, rgba(0, 0, 0, 0.029375)), color-stop(31.25%, rgba(0, 0, 0, 0.0458984375)), color-stop(37.5%, rgba(0, 0, 0, 0.06609375)), color-stop(43.75%, rgba(0, 0, 0, 0.0899609375)), color-stop(50%, rgba(0, 0, 0, 0.1175)), color-stop(56.25%, rgba(0, 0, 0, 0.1487109375)), color-stop(62.5%, rgba(0, 0, 0, 0.18359375)), color-stop(68.75%, rgba(0, 0, 0, 0.2221484375)), color-stop(75%, rgba(0, 0, 0, 0.264375)), color-stop(81.25%, rgba(0, 0, 0, 0.3102734375)), color-stop(87.5%, rgba(0, 0, 0, 0.35984375)), color-stop(93.75%, rgba(0, 0, 0, 0.4130859375)), to(rgba(0, 0, 0, 0.47)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0018359375) 6.25%, rgba(0, 0, 0, 0.00734375) 12.5%, rgba(0, 0, 0, 0.0165234375) 18.75%, rgba(0, 0, 0, 0.029375) 25%, rgba(0, 0, 0, 0.0458984375) 31.25%, rgba(0, 0, 0, 0.06609375) 37.5%, rgba(0, 0, 0, 0.0899609375) 43.75%, rgba(0, 0, 0, 0.1175) 50%, rgba(0, 0, 0, 0.1487109375) 56.25%, rgba(0, 0, 0, 0.18359375) 62.5%, rgba(0, 0, 0, 0.2221484375) 68.75%, rgba(0, 0, 0, 0.264375) 75%, rgba(0, 0, 0, 0.3102734375) 81.25%, rgba(0, 0, 0, 0.35984375) 87.5%, rgba(0, 0, 0, 0.4130859375) 93.75%, rgba(0, 0, 0, 0.47) 100%);
}
article.list-post .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 3vw 2.175vw;
  display: grid;
  grid-template-rows: 7em auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
article.list-post .content .top {
  -ms-flex-item-align: start;
      align-self: start;
}
article.list-post h4 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
article.list-post h4 .title {
  display: inline;
  margin-right: 0.5em;
}
article.list-post a {
  display: block;
  height: 100%;
  color: white;
}
article.list-post a:hover h4, article.list-post a:focus h4, article.list-post a:active h4 {
  color: #EF4060;
}
article.list-post a:hover img, article.list-post a:focus img, article.list-post a:active img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
article.list-post a:hover span.button, article.list-post a:focus span.button, article.list-post a:active span.button {
  border: 2px solid #EF4060;
  background-color: #EF4060;
}
article.list-post a.button,
article.list-post span.button {
  color: white;
  vertical-align: middle;
  line-height: 1.6;
  max-width: 8.4em;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
article.list-post.link-post .background {
  background-color: #EF4060;
  color: white;
}
article.list-post.link-post a {
  color: white;
}
article.list-post.link-post a:hover h4, article.list-post.link-post a:focus h4, article.list-post.link-post a:active h4 {
  color: black;
}
article.list-post.link-post a:hover span.button, article.list-post.link-post a:focus span.button, article.list-post.link-post a:active span.button {
  border: 2px solid black;
  background-color: black;
}

.blog-list {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 33.3333%));
  grid-gap: 6px;
  margin-bottom: 6px;
}
.blog-list article.size-single .content {
  padding-right: 16%;
}
.blog-list article.size-landscape .gradient, .blog-list article.site-flat .gradient, .blog-list article.size-portrait .gradient, .blog-list article.size-large .gradient {
  height: 40vh;
}
.blog-list article.size-landscape span.button,
.blog-list article.size-landscape a.button, .blog-list article.site-flat span.button,
.blog-list article.site-flat a.button, .blog-list article.size-portrait span.button,
.blog-list article.size-portrait a.button, .blog-list article.size-large span.button,
.blog-list article.size-large a.button {
  line-height: 2;
  max-width: 10.2em;
}

.blog-list[data-count="1"] {
  aspect-ratio: 5;
}
.blog-list[data-count="1"] .list-post {
  grid-column: 1/4;
}
.blog-list[data-count="2"] {
  aspect-ratio: 5;
}
.blog-list[data-count="2"] .list-post[data-index="0"] {
  grid-column: 1/3;
}
.blog-list[data-count="3"] {
  aspect-ratio: 5;
}
.blog-list[data-count="4"] {
  aspect-ratio: 2.5;
}
.blog-list[data-count="4"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list[data-count="4"] .list-post[data-index="1"] {
  grid-column: 2/4;
}
.blog-list[data-count="5"] {
  aspect-ratio: 2.5;
}
.blog-list[data-count="5"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list[data-count="6"] {
  aspect-ratio: 1.6666666667;
}
.blog-list[data-count="6"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list[data-count="6"] .list-post[data-index="1"] {
  grid-column: 2/4;
}
.blog-list[data-count="6"] .list-post[data-index="5"] {
  grid-column: 2/4;
}
.blog-list[data-count="7"] {
  aspect-ratio: 1.6666666667;
}
.blog-list[data-count="7"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list[data-count="7"] .list-post[data-index="1"] {
  grid-column: 2/4;
}
.blog-list.default[data-count="8"] {
  aspect-ratio: 1.25;
}
.blog-list.default[data-count="8"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list.default[data-count="8"] .list-post[data-index="3"] {
  grid-column: 2/4;
}
.blog-list.default[data-count="8"] .list-post[data-index="4"] {
  grid-column: 1/3;
}
.blog-list.default[data-count="8"] .list-post[data-index="5"] {
  grid-column: 3/4;
  grid-row: 3/5;
}
.blog-list.default[data-count="9"] {
  aspect-ratio: 1.25;
}
.blog-list.default[data-count="9"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list.default[data-count="9"] .list-post[data-index="5"] {
  grid-column: 1/3;
}
.blog-list.default[data-count="9"] .list-post[data-index="6"] {
  grid-column: 3/4;
  grid-row: 3/5;
}
.blog-list.default[data-count="10"] {
  aspect-ratio: 1;
}
.blog-list.default[data-count="10"] .list-post[data-index="0"] {
  grid-row: 1/3;
}
.blog-list.default[data-count="10"] .list-post[data-index="1"] {
  grid-column: 2/4;
}
.blog-list.default[data-count="10"] .list-post[data-index="4"] {
  grid-column: 1/3;
}
.blog-list.default[data-count="10"] .list-post[data-index="5"] {
  grid-column: 3/4;
  grid-row: 3/5;
}
.blog-list.default[data-count="10"] .list-post[data-index="8"] {
  grid-column: 1/3;
}
.blog-list.featured[data-count="8"] {
  aspect-ratio: 1.25;
}
.blog-list.featured[data-count="8"] .list-post[data-index="0"] {
  grid-column: 1/3;
  grid-row: 1/3;
}
.blog-list.featured[data-count="8"] .list-post[data-index="3"] {
  grid-row: 3/5;
}
.blog-list.featured[data-count="9"] {
  aspect-ratio: 1.25;
}
.blog-list.featured[data-count="9"] .list-post[data-index="0"] {
  grid-column: 1/3;
  grid-row: 1/3;
}
.blog-list.featured[data-count="9"] .list-post[data-index="3"] {
  grid-row: 3/5;
}
.blog-list.featured[data-count="9"] .list-post[data-index="4"] {
  grid-column: 2/4;
}
.blog-list.featured[data-count="9"] .list-post[data-index="7"] {
  grid-column: 1/3;
}
.blog-list.featured[data-count="10"] {
  aspect-ratio: 1;
}
.blog-list.featured[data-count="10"] .list-post[data-index="0"] {
  grid-column: 1/3;
  grid-row: 1/3;
}
.blog-list.featured[data-count="10"] .list-post[data-index="5"] {
  grid-column: 3/4;
  grid-row: 3/5;
}
.blog-list.featured[data-count="10"] .list-post[data-index="8"] {
  grid-column: 1/3;
}

.blog-list[data-count="1"] .list-post[data-index="0"] .content, .blog-list[data-count="2"] .list-post[data-index="0"] .content, .blog-list[data-count="3"] .list-post[data-index="0"] .content, .blog-list[data-count="4"] .list-post[data-index="0"] .content, .blog-list[data-count="5"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list[data-count="6"] .list-post[data-index="0"] .content, .blog-list[data-count="7"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list[data-count="6"] .list-post[data-index="4"] .content, .blog-list[data-count="7"] .list-post[data-index="4"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="8"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="8"] .list-post[data-index="4"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="8"] .list-post[data-index="6"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="9"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="9"] .list-post[data-index="5"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="9"] .list-post[data-index="7"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="10"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="10"] .list-post[data-index="4"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="10"] .list-post[data-index="6"] .content {
  padding-left: 4.35vw;
}
.blog-list.default[data-count="10"] .list-post[data-index="8"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="8"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="8"] .list-post[data-index="3"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="9"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="9"] .list-post[data-index="3"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="9"] .list-post[data-index="7"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="10"] .list-post[data-index="0"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="10"] .list-post[data-index="3"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="10"] .list-post[data-index="6"] .content {
  padding-left: 4.35vw;
}
.blog-list.featured[data-count="10"] .list-post[data-index="8"] .content {
  padding-left: 4.35vw;
}

.article-row {
  display: inline-block;
  white-space: nowrap;
}
.article-row article {
  display: inline-block;
  white-space: normal;
  aspect-ratio: 1;
  margin-right: 6px;
}
.article-row article:last-child {
  margin-right: 0;
}

/* Checkboxes
--------------*/
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
}

label input[type=checkbox],
label input[type=radio],
label .icheckbox_hue,
label .iradio_hue {
  margin-right: 0.4em;
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: white;
  /* Not removed via appearance */
  margin: 0;
  color: black;
  width: 1.8em;
  height: 1.8em;
  border: 2px solid black;
  -webkit-transform: translateY(-0.075em);
          transform: translateY(-0.075em);
  margin-top: 1em;
  margin-bottom: 1.2em;
}

input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-clip-path: polygon(10% 0%, 0% 10%, 40% 50%, 0% 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0%, 50% 40%);
          clip-path: polygon(10% 0%, 0% 10%, 40% 50%, 0% 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0%, 50% 40%);
  -webkit-transform: scale(0);
          transform: scale(0);
  background: black;
}

input[type=checkbox]:checked::before {
  -webkit-transform: translate(-50%, -50%) scale(0.99);
          transform: translate(-50%, -50%) scale(0.99);
}

input[type=checkbox]:focus {
  outline: none;
  /*outline: 1px solid black;
   outline-offset: 0;*/
}

input[type=checkbox]:disabled {
  color: grey;
  cursor: not-allowed;
}

button {
  display: inline-block;
  line-height: 2;
  border: 2px solid black;
  border-radius: 1.6em;
  text-align: center;
  color: black;
  background: white;
  padding: 0.2em 2em 0;
}
button:hover, button:active, button:focus {
  color: #EF4060;
  border-color: #EF4060;
}

table.cookie-table {
  margin-bottom: 1.2em;
}
table.cookie-table th {
  padding-bottom: 1em;
  font-weight: 500;
}
table.cookie-table td {
  padding: 0 0.25em 0.5em;
}
table.cookie-table td:first-child {
  width: 30%;
}
table.cookie-table td:nth-child(2) {
  width: 55%;
}
table.cookie-table td:last-child {
  width: 15%;
}

/* Menu toggle */
.menu-toggle {
  position: relative;
  display: none;
  height: 1.4em;
  width: 1.8em;
  line-height: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: none;
  line-height: 0;
  border-radius: 0;
}
.menu-toggle .text {
  font-size: 0;
}
.menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: white;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-property: top, margin-top, -webkit-transform;
  transition-property: top, margin-top, -webkit-transform;
  transition-property: top, margin-top, transform;
  transition-property: top, margin-top, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.4s, 0.4s, 0s;
          transition-delay: 0.4s, 0.4s, 0s;
}
.menu-toggle span.hbl1 {
  top: 0;
}
.menu-toggle span.hbl2 {
  top: 50%;
  margin-top: -0.15rem;
}
.menu-toggle span.hbl3 {
  top: 100%;
  margin-top: -0.3rem;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  border: none;
  outline: none;
  background-color: transparent;
}
.menu-toggle:hover span, .menu-toggle:active span, .menu-toggle:focus span {
  background-color: #EF4060;
}

.site-header.black .menu-toggle span {
  background-color: black;
}

body.menu-open .menu-toggle span {
  -webkit-transition-property: top, margin-top, -webkit-transform;
  transition-property: top, margin-top, -webkit-transform;
  transition-property: top, margin-top, transform;
  transition-property: top, margin-top, transform, -webkit-transform;
  -webkit-transition-timing-function: 0.2s;
          transition-timing-function: 0.2s;
  -webkit-transition-delay: 0s, 0s, 0.4s;
          transition-delay: 0s, 0s, 0.4s;
  background-color: white;
}
body.menu-open .menu-toggle span.hbl1 {
  top: 50%;
  margin-top: -0.15rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.menu-open .menu-toggle span.hbl2 {
  top: 50%;
  margin-top: -0.15rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.menu-open .menu-toggle span.hbl3 {
  top: 50%;
  margin-top: -0.15rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* PLugins */
html {
  --plyr-color-main: $highlight-color;
}

.plyr {
  height: 100%;
}
.plyr .plyr__video-wrapper {
  background: black;
}
.plyr .plyr__control--overlaid[data-plyr=play] svg {
  width: 4em;
  height: 5em;
  fill: transparent;
  stroke: white;
}
.plyr .plyr__controls__item.plyr__volume input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.plyr .plyr__controls__item.plyr__volume:hover input[type=range] {
  opacity: 1;
}
.plyr.plyr--fullscreen-enabled video {
  -o-object-fit: contain;
     object-fit: contain;
}
.plyr.plyr--audio {
  max-width: 50rem;
}
.plyr video.player-video {
  max-height: 90rem;
}

/* embla */
.slideshow {
  overflow-x: clip;
}
.slideshow .slides-container {
  display: block;
  white-space: nowrap;
}
.slideshow .slide {
  display: inline-block;
}
.slideshow .dots {
  position: absolute;
  bottom: 50%;
  right: 4.35vw;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.slideshow .dots .dot {
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin: 1.1em 0;
  border: 2px solid white;
  border-radius: 50%;
}
.slideshow .dots .dot.active {
  background-color: white;
}
.slideshow .nav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slideshow .nav .nav-elem {
  display: inline-block;
  padding: 0.7rem;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.slideshow .nav .nav-elem.active {
  opacity: 1;
}
.slideshow .nav .prev {
  margin-left: -0.7rem;
}
.slideshow .nav .next {
  margin-right: -0.7rem;
}
.slideshow .nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideshow.fullwidth .slides-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slideshow.fullwidth .slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 0;
}

/* Piwik */
#ppms_cm_privacy_settings {
  min-width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-bottom: 2em !important;
}

/* Logo Fadeout */
html:not([data-scroll="0"]) .site-header.white .site-branding a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
  transition: visibility 0s 2s, opacity 2s linear;
}

/* Tables im Text Block */
.text-block .text {
  overflow-x: auto;
}
.text-block .text table {
  width: 100%;
  min-width: 60rem;
  border-collapse: collapse;
}
.text-block .text table h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.text-block .text table td {
  border: 1px solid black;
  padding: 1rem;
}
@media (min-width: 1000px) {
  .text-block .text table td {
    padding: 2rem;
  }
}

/* Site animations */
/* Animations */
.loading-background {
  display: none;
}

body.index-page.loading-animation .loading-background {
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 140%;
  background-color: #EF4060;
  z-index: 9;
}
body.index-page.loading-animation .page-wrapper {
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  opacity: 0;
}
body.index-page.loading-animation.loading-transitions .loading-background {
  -webkit-transition: all 0.8s cubic-bezier(0.69, 0.05, 1, 1);
  transition: all 0.8s cubic-bezier(0.69, 0.05, 1, 1);
}
body.index-page.loading-animation.loading-transitions .page-wrapper {
  -webkit-transition: opacity 0.8s ease-in, -webkit-transform 0.95s cubic-bezier(0.69, 0.05, 1, 1);
  transition: opacity 0.8s ease-in, -webkit-transform 0.95s cubic-bezier(0.69, 0.05, 1, 1);
  transition: opacity 0.8s ease-in, transform 0.95s cubic-bezier(0.69, 0.05, 1, 1);
  transition: opacity 0.8s ease-in, transform 0.95s cubic-bezier(0.69, 0.05, 1, 1), -webkit-transform 0.95s cubic-bezier(0.69, 0.05, 1, 1);
}
body.index-page.loading-animation.loaded .loading-background {
  top: -140%;
}
body.index-page.loading-animation.loaded .page-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.index-page.loading-animation.ready .loading-background {
  display: none;
}
body.index-page.loading-animation.ready .page-wrapper {
  position: relative;
}

/* Multiline */
.multiline {
  position: relative;
  margin-bottom: 5vw;
}
.multiline span.line {
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  -webkit-transition: -webkit-clip-path 0.25s ease-out;
  transition: -webkit-clip-path 0.25s ease-out;
  transition: clip-path 0.25s ease-out;
  transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
}
.multiline span.line span {
  display: inline-block;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.multiline span.line[data-id="1"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.multiline span.line[data-id="1"] span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.multiline span.line[data-id="2"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.multiline span.line[data-id="2"] span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.multiline span.line[data-id="3"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.multiline span.line[data-id="3"] span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.multiline span.line[data-id="4"] {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.multiline span.line[data-id="4"] span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.multiline span.line[data-id="5"] {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.multiline span.line[data-id="5"] span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.multiline span.line[data-id="6"] {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.multiline span.line[data-id="6"] span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.multiline span.line[data-id="7"] {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.multiline span.line[data-id="7"] span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.multiline span.line[data-id="8"] {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.multiline span.line[data-id="8"] span {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.multiline span.line[data-id="9"] {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.multiline span.line[data-id="9"] span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.multiline span.line[data-id="10"] {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.multiline span.line[data-id="10"] span {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.multiline span.line[data-id="11"] {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.multiline span.line[data-id="11"] span {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.multiline.active span.line {
  -webkit-clip-path: polygon(0 0, 0 140%, 100% 140%, 100% 0);
          clip-path: polygon(0 0, 0 140%, 100% 140%, 100% 0);
}
.multiline.active span.line span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.multiline.finished span.line {
  -webkit-clip-path: none;
          clip-path: none;
}

/* In View animations */
.iv-opacity {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.iv-opacity.active {
  opacity: 1;
}

.blog-list article {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.blog-list article[data-id="1"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.blog-list article[data-id="2"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.blog-list article[data-id="3"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.blog-list article[data-id="4"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.blog-list article[data-id="5"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.blog-list article[data-id="6"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.blog-list article[data-id="7"] {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.blog-list article[data-id="8"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.blog-list article[data-id="9"] {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.blog-list article[data-id="10"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.blog-list article[data-id="11"] {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.blog-list.active article {
  opacity: 1;
}

.block.videos-block .iv-videos .video {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.block.videos-block .iv-videos .video:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.block.videos-block .iv-videos .video:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.block.videos-block .iv-videos .video:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.block.videos-block .iv-videos .video:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.block.videos-block .iv-videos .video:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.block.videos-block .iv-videos .video:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.block.videos-block .iv-videos .video:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.block.videos-block .iv-videos .video:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.block.videos-block .iv-videos .video:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.block.videos-block .iv-videos .video:nth-child(11) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.block.videos-block .iv-videos .video:nth-child(12) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.block.videos-block .iv-videos.active .video {
  opacity: 1;
}

.block.images-block .images .image {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.block.images-block .images .image:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.block.images-block .images .image:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.block.images-block .images .image:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.block.images-block .images .image:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.block.images-block .images .image:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.block.images-block .images .image:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.block.images-block .images .image:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.block.images-block .images .image:nth-child(9) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.block.images-block .images .image:nth-child(10) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.block.images-block .images .image:nth-child(11) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.block.images-block .images .image:nth-child(12) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.block.images-block .images.active .image {
  opacity: 1;
}

.site-footer .footer-inner *[data-iv] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.site-footer .footer-inner *[data-iv="1"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.site-footer .footer-inner *[data-iv="2"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.site-footer .footer-inner *[data-iv="3"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.site-footer .footer-inner *[data-iv="4"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.site-footer .footer-inner *[data-iv="5"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.site-footer .footer-inner *[data-iv="6"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.site-footer .footer-inner *[data-iv="7"] {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.site-footer .footer-inner *[data-iv="8"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.site-footer .footer-inner *[data-iv="9"] {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.site-footer .footer-inner *[data-iv="10"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.site-footer .footer-inner *[data-iv="11"] {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.site-footer .footer-inner *[data-iv="12"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.site-footer .footer-inner.active *[data-iv] {
  opacity: 1;
}

/* Responsive styles */
@media only screen and (max-width: 1700px) {
  /* Fonts */
  .text {
    font-size: 20px;
  }
  /* Header */
  .site-header {
    font-size: 80%;
  }
  /* Footer */
  .site-footer .footer-inner {
    max-width: 60vw;
  }
  /* Page Header + Blocks */
  .page-header.large-header a.button {
    font-size: 18px;
  }
  .campaign-page .page-header.large-header .content {
    padding-top: 15em;
  }
  .page-header.default-header {
    margin-top: 15em;
  }
  .page-header .text, .title-text-block .text {
    font-size: 23px;
  }
  .block.image-text-block .block-inner {
    grid-template-columns: 40% auto;
  }
  .block.image-text-block .text {
    width: 36vw;
  }
  .block.text-block .text,
  .block.info-box .inner,
  .block.quote .text {
    width: 54vw;
  }
}
@media (max-width: 1400px) {
  /* Fonts */
  .page-header .category, .block.image-text-block .category {
    font-size: 20px;
  }
  /* Page Header + Blocks */
  .page-header.default-header .image {
    width: 100%;
  }
  .page-header.search-header .tag-list {
    max-width: 60vw;
  }
  .block.image-text-block .text {
    width: 40vw;
  }
  .block.section-title-block h3 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  /* Fonts */
  .text, .credits {
    font-size: 18px;
  }
  /* Header */
  .site-header {
    font-size: 70%;
  }
  /* Footer */
  .site-footer .footer-inner {
    max-width: 90%;
  }
  /* Page Header + Blocks */
  .page-header .text, .title-text-block .text {
    font-size: 20px;
  }
  .article-info {
    display: block;
  }
  .article-info .right {
    margin-top: 1.2em;
  }
  .block.image-text-block .text {
    width: 100%;
    font-size: 18px;
  }
  .block.text-block .text,
  .block.info-box .inner,
  .block.quote .text {
    width: 65vw;
  }
}
@media (max-width: 1024px) {
  /* Header */
  .site-header .filter-menu {
    padding-left: 14em;
  }
  /* Footer */
  .site-footer .footer-inner {
    max-width: 100%;
    grid-template-columns: 35% 25% 38%;
  }
  /* Page Header + Blocks */
  .page-header.default-header .content {
    padding-right: 3vw;
  }
  .article-info {
    margin-right: -3vw;
  }
  .campaign-page .page-header.large-header .content {
    grid-template-rows: 3rem 3fr 1fr;
  }
  .page-header.text-header .content {
    padding-top: 20rem;
  }
  .page-header.text-header .content h2 {
    width: 74vw;
  }
  .page-header .category, .block.image-text-block .category {
    font-size: 18px;
  }
  .block.title-text-block .content .logo img {
    max-width: 16em;
  }
  .block.image-text-block .text {
    font-size: 16px;
  }
  .circular {
    font-size: 16px;
  }
  /* Blog Grid */
  .blog-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 50%));
  }
  .blog-list article h4 {
    font-size: 3vw;
  }
  .blog-list article span.button, .blog-list article a.button {
    line-height: 2;
    max-width: 10.2em;
  }
  .blog-list article.size-landscape .gradient, .blog-list article.site-flat .gradient, .blog-list article.size-portrait .gradient, .blog-list article.size-large .gradient {
    height: 20vh;
  }
  .blog-list article.size-landscape h4, .blog-list article.site-flat h4, .blog-list article.size-portrait h4, .blog-list article.size-large h4 {
    font-size: 3vw;
  }
  .blog-list .list-post .content {
    padding-left: 2.175vw !important;
  }
  .blog-list[data-count="1"] {
    aspect-ratio: 4;
  }
  .blog-list[data-count="1"] .list-post {
    grid-column: 1/3;
  }
  .blog-list[data-count="2"] {
    aspect-ratio: 4;
  }
  .blog-list[data-count="2"] .list-post[data-index="0"] {
    grid-column: unset;
  }
  .blog-list[data-count="3"] {
    aspect-ratio: 2;
  }
  .blog-list[data-count="3"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list[data-count="4"] {
    aspect-ratio: 2;
  }
  .blog-list[data-count="4"] .list-post[data-index="0"] {
    grid-row: unset;
  }
  .blog-list[data-count="4"] .list-post[data-index="1"] {
    grid-column: unset;
  }
  .blog-list[data-count="5"] {
    aspect-ratio: 1.3333333333;
  }
  .blog-list[data-count="5"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list[data-count="6"] {
    aspect-ratio: 1.3333333333;
  }
  .blog-list[data-count="6"] .list-post[data-index="0"] {
    grid-row: unset;
  }
  .blog-list[data-count="6"] .list-post[data-index="1"] {
    grid-column: unset;
  }
  .blog-list[data-count="6"] .list-post[data-index="5"] {
    grid-column: unset;
  }
  .blog-list[data-count="7"] {
    aspect-ratio: 1;
  }
  .blog-list[data-count="7"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list[data-count="7"] .list-post[data-index="1"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="8"] {
    aspect-ratio: 0.8;
  }
  .blog-list.default[data-count="8"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list.default[data-count="8"] .list-post[data-index="3"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="8"] .list-post[data-index="4"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="8"] .list-post[data-index="5"] {
    grid-column: unset;
    grid-row: 3/5;
  }
  .blog-list.default[data-count="9"] {
    aspect-ratio: 0.8;
  }
  .blog-list.default[data-count="9"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list.default[data-count="9"] .list-post[data-index="5"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="9"] .list-post[data-index="6"] {
    grid-column: unset;
    grid-row: unset;
  }
  .blog-list.default[data-count="10"] {
    aspect-ratio: 0.6666666667;
  }
  .blog-list.default[data-count="10"] .list-post[data-index="0"] {
    grid-row: 1/3;
  }
  .blog-list.default[data-count="10"] .list-post[data-index="1"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="10"] .list-post[data-index="4"] {
    grid-column: unset;
  }
  .blog-list.default[data-count="10"] .list-post[data-index="5"] {
    grid-column: unset;
    grid-row: 3/5;
  }
  .blog-list.default[data-count="10"] .list-post[data-index="8"] {
    grid-column: unset;
  }
  .blog-list.featured[data-count="8"] {
    aspect-ratio: 0.8;
  }
  .blog-list.featured[data-count="8"] .list-post[data-index="0"] {
    grid-column: unset;
    grid-row: 1/3;
  }
  .blog-list.featured[data-count="8"] .list-post[data-index="3"] {
    grid-row: 3/5;
  }
  .blog-list.featured[data-count="9"] {
    aspect-ratio: 0.8;
  }
  .blog-list.featured[data-count="9"] .list-post[data-index="0"] {
    grid-column: unset;
    grid-row: 1/3;
  }
  .blog-list.featured[data-count="9"] .list-post[data-index="3"] {
    grid-row: unset;
  }
  .blog-list.featured[data-count="9"] .list-post[data-index="4"] {
    grid-column: unset;
  }
  .blog-list.featured[data-count="9"] .list-post[data-index="7"] {
    grid-column: unset;
  }
  .blog-list.featured[data-count="10"] {
    aspect-ratio: 0.6666666667;
  }
  .blog-list.featured[data-count="10"] .list-post[data-index="0"] {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .blog-list.featured[data-count="10"] .list-post[data-index="5"] {
    grid-column: unset;
    grid-row: 3/5;
  }
  .blog-list.featured[data-count="10"] .list-post[data-index="8"] {
    grid-column: unset;
  }
  /* Misc */
  table.cookie-table {
    width: 85vw;
  }
}
@media (max-width: 850px) {
  /* Mobile menu */
  .site-header .filter-menu {
    top: 4em;
    right: 0;
    width: 100%;
    background-color: #EF4060;
    padding: 1em;
    border-radius: 0.5em;
  }
  .site-header .filter-menu a.tag {
    color: white !important;
    border: 2px solid white !important;
  }
  .site-header .filter-menu a.tag:hover, .site-header .filter-menu a.tag:active, .site-header .filter-menu a.tag:focus {
    color: black !important;
    border: 2px solid black !important;
  }
  .site-header .filter-menu .show-more {
    position: relative;
    text-align: right;
    color: white !important;
  }
  .site-header .filter-menu .show-more:hover, .site-header .filter-menu .show-more:active, .site-header .filter-menu .show-more:focus {
    color: black !important;
  }
  /* Header */
  .site-header .site-branding, nav.main-nav .menu-item {
    margin-right: 5em;
  }
  /* Footer */
  .site-footer .footer-inner {
    grid-template-columns: 32% 20% 40%;
  }
  .site-footer .site-branding {
    width: 17em;
  }
  /* Page Header + Blocks */
  .page-header.default-header {
    margin-bottom: 6em;
  }
  .page-header.default-header .content {
    display: block;
  }
  .page-header.default-header .author {
    margin-top: 1em;
  }
  .page-header.large-header {
    height: 76vw;
  }
  .page-header.text-header {
    height: 30rem;
  }
  .block.text-block .text,
  .block.info-box .inner,
  .block.quote .text {
    width: 75vw;
  }
  .block.color-section-block .credits, .block.images-block .credits {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
  }
  .block.color-section-block .content.images-content .slides-container,
  .block.images-block .content.images-content .slides-container {
    height: 40vw;
  }
  .block.color-section-block .content.video-content, .block.images-block .content.video-content {
    height: auto;
  }
  .block.color-section-block .content.video-content video, .block.images-block .content.video-content video {
    width: 100%;
    height: auto;
  }
  .block.with-credits > .content > .video,
  .block.with-credits > .content > .iframe {
    padding-right: 0;
  }
  .block.article-row-block .article-row {
    width: 100%;
    aspect-ratio: 1.7;
  }
  .article-row h4 {
    font-size: 3vw;
  }
  /* Exception */
  #klimaneutrale-zukunft img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
}
@media (max-width: 750px) {
  /* Page Header + Blocks */
  .page-header.default-header {
    grid-template-columns: 100%;
  }
  .page-header.default-header .content {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-header.default-header .content .article-info {
    margin-top: 1em;
  }
  .page-header.default-header .content h2 {
    margin-top: 1.1em;
    margin-bottom: 0.7em;
  }
  .page-header.default-header .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 88vw;
  }
  .block.image-text-block {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .block.image-text-block.type-landscape .block-inner {
    grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  }
  .block.section-title-block {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .block.title-text-block .content .audio {
    margin-top: 3rem;
  }
  .block.title-text-block[data-style=color] {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .block.text-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .block.title-text-block[data-style=white] {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  .block.videos-block[data-style=boxed] {
    margin-left: 0;
    margin-right: 0;
  }
  .block.article-row-block .block-inner {
    grid-template-columns: 40% 60%;
  }
  .block.article-row-block .article-row {
    width: 100%;
    aspect-ratio: 1.3;
  }
  /* Blog */
  article.list-post .content {
    padding: 2em;
  }
  /* Misc */
  table.cookie-table * {
    display: block;
  }
  table.cookie-table tbody tr:first-child {
    display: none;
  }
  table.cookie-table tr {
    margin-bottom: 1.2em;
  }
  table.cookie-table td {
    width: 100% !important;
    padding: 0 0 0.3em;
  }
  table.cookie-table td:before {
    display: inline;
    font-weight: 600;
  }
  table.cookie-table td:first-child:before {
    content: "Name: ";
  }
  table.cookie-table td:nth-child(2):before {
    content: "Nutzung: ";
  }
  table.cookie-table td:last-child:before {
    content: "Speicherdauer: ";
  }
}
@media (max-width: 600px) {
  /* Fonts */
  .circular {
    font-size: 14px;
  }
  .page-header .subline {
    font-size: 4vw;
    margin-bottom: 1em;
  }
  .page-header .subline .stoerer {
    display: none;
  }
  .slideshow .dots {
    bottom: 3vw;
    -webkit-transform: none;
            transform: none;
  }
  .slideshow .dots .dot:last-child {
    margin-bottom: 0;
  }
  /* Footer */
  .site-footer .footer-inner {
    grid-template-columns: 45% 55%;
    grid-template-rows: 50% 50%;
    grid-auto-flow: column;
    height: 31em;
  }
  .site-footer .col[data-id="0"] {
    display: grid;
    grid-template-rows: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .site-footer .contact {
    margin-bottom: 3.8em;
  }
  /* Page Header + Blocks */
  .page-header.large-header .content {
    max-width: 100%;
  }
  .campaign-page .page-header.large-header .content {
    max-width: 100%;
  }
  .page-header.large-header {
    height: 85vw;
  }
  .page-header.text-header {
    height: auto;
    margin-bottom: 2em;
  }
  .block.text-block .text,
  .block.info-box .inner,
  .block.quote .text {
    width: 100%;
  }
  .block.info-box .title {
    margin-bottom: 0.8em;
  }
  .block.image-text-block {
    margin-left: 4.35vw !important;
    margin-bottom: 7vw;
  }
  .block.image-text-block .block-inner {
    display: block !important;
  }
  .block.image-text-block .image {
    margin-bottom: 2em;
  }
  .block.image-text-block .content {
    display: block;
    height: auto;
  }
  .block.image-text-block h3 {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    margin-left: 0;
  }
  .block.article-row-block .block-inner {
    grid-template-columns: 100%;
  }
  .block.article-row-block .article-row {
    margin-top: 2rem;
    aspect-ratio: 2.3;
  }
  .block.videos-block[data-style=boxed] .videos {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 6vw;
    padding: 0 15vw;
  }
  /* Blog Grid */
  .blog-list {
    width: 100%;
    grid-template-columns: minmax(0, 100%);
    aspect-ratio: unset !important;
  }
  .blog-list article {
    aspect-ratio: 2;
  }
  .blog-list article h4 {
    font-size: 5vw !important;
  }
  .blog-list article span.button {
    font-size: 2.6vw !important;
    -webkit-transform: translateY(-0.1em) !important;
            transform: translateY(-0.1em) !important;
    line-height: 1.6 !important;
    max-width: 8.4em !important;
  }
  .article-row article h4 {
    font-size: 4vw;
  }
  .article-row article span.button {
    font-size: 0.5em;
  }
}
@media (max-width: 512px) {
  /* Footer */
  .site-footer .footer-inner {
    display: block;
    height: auto;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .site-footer .footer-inner .col {
    margin-bottom: 2em;
  }
  .site-footer .site-branding, .site-footer .contact {
    margin-bottom: 2em;
  }
  /* Page Header + Blocks */
  .page-header.large-header {
    height: 50em;
  }
  .page-header.large-header.video-header {
    height: 85vw;
  }
  .block.color-section-block .images, .block.images-block .images {
    grid-template-columns: 100%;
    grid-auto-flow: unset;
  }
  .block.color-section-block .images img, .block.images-block .images img {
    width: 100%;
  }
  .block.title-text-block .content {
    max-width: 100%;
  }
  .block.color-section-block .content.images-content .slides-container,
  .block.images-block .content.images-content .slides-container {
    height: 50vw;
  }
  .block.article-row-block .article-row {
    aspect-ratio: 1.5;
  }
  .blog-list article {
    aspect-ratio: 1.8;
  }
}
@media (max-width: 420px) {
  /* Fonts */
  .text, .credits {
    font-size: 16px;
  }
  /* Page Header + Blocks */
  .page-header .text, .title-text-block .text {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  /* Page Header + Blocks */
  .page-header.large-header .content {
    bottom: 125px;
  }
}
@media (min-width: 2200px) {
  /* Page Header + Blocks */
  .page-header.large-header .content {
    bottom: 220px;
  }
}
@media (min-width: 2400px) {
  /* Page Header + Blocks */
  .page-header.large-header .content {
    bottom: 300px;
  }
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Site animations */
body.index-page .page-header .slide[data-id="2"] h2, body.index-page .page-header .slide[data-id="2"] .subline {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
