/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --textColor: #2D2D2D;
  --hoverColor: #FA481C;
  --whiteColor: #fff;
  --brightGrey: #F9F9F9;
  --darkGrey: #9C9E9E;
  --purple: #4D286C;
  --bordeaux: #530c29;
  --orangeTransparent: rgba(250, 72, 28, 0.2);
  --darkGreen: #21624A;
  --darkGreenC: #17332C;
  --darkGreenB: #184B39;
  --purpleB: #A25E6F;
  --purpleC: #7047B2;
  --purpleD: #8626E1;
  --greenGrey: #5C9091;
  --lightBlue: #00AAF7;
  --darkBlue: #021027;
  --orange: #EEA243;
  --mallow: #FEDAD2;
  --salmon: #fc9981;
  --grey: #4D4D4D;
  --brightGreyB: #8593b3;
  --shadowColor: rgba(49, 49, 49, 0.2);
  --shadowColorB: rgba(49, 49, 49, 0.05); }

/* FONTS */
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Italic.woff2") format("woff2"), url("assets/fonts/Barna-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Bold.woff2") format("woff2"), url("assets/fonts/Barna-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barna Stencil';
  src: url("assets/fonts/BarnaStencil-Bold.woff2") format("woff2"), url("assets/fonts/BarnaStencil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Regular.woff2") format("woff2"), url("assets/fonts/Barna-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease;
  background: var(--whiteColor); }
  body.freeze {
    overflow: hidden; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--textColor);
  font-family: 'Barna', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Barna Stencil', sans-serif; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 1rem; }

figcaption {
  padding: 0 2rem; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hoverColor); } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
.caption,
.wp-block-image figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.5rem; }
  .caption.left,
  .wp-block-image figcaption.left {
    text-align: left; }

.button {
  border: 0.1rem solid var(--textColor);
  padding: 1rem 2rem;
  display: inline-block;
  color: var(--textColor)!important;
}
@media screen and (min-width: 800px) {
  .button {
    &:hover {
      border: 0.1rem solid var(--hoverColor);
      color: var(--hoverColor)!important;
    }
  }
}

.page-id-18 .entry-header .caption,
.page-id-16 .entry-header .caption {
  color: var(--whiteColor);
  z-index: 1; }

.wp-block-image img {
  border-radius: 0; }

.page .entry-header {
  background: var(--brightGrey) no-repeat center 100%/cover;
  height: 70vh;
  width: 100%;
  position: relative;
  top: 0; }
  .page .entry-header .entry-title {
    position: absolute;
    left: 4rem;
    bottom: 6rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 8rem;
    font-size: 4.5rem;
    margin: 0;
    text-transform: uppercase;
    color: var(--whiteColor);
    mix-blend-mode: difference;
    z-index: 10; }
  .page .entry-header .caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem; }

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .content-wrapper.s {
    max-width: 600px; }

@media screen and (min-width: 600px) {
  .page .entry-header {
    background-attachment: fixed; }
    .page .entry-header .caption {
      text-align: right;
      bottom: -3rem; } }
@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0; }

  .page .entry-header .caption {
    padding: 0; } }
section {
  padding: 5rem 0; }

.bg-default {
  background-color: var(--brightGrey); }

.big {
  font-size: 2.6rem; }

.white-text {
  color: var(--whiteColor) !important; }

.section-title {
  text-align: center;
  max-width: 600px;
  margin: 5rem auto 3rem;
  font-size: 2.7rem;
  width: 90%; }

@media screen and (min-width: 800px) {
  .section-title {
    font-size: 3rem;
    margin: 5rem auto; } }
.flex {
  display: flex;
  justify-content: center; }

.language-circle {
  display: flex;
  align-items: center;
  width: 7rem;
  height: 7rem;
  color: var(--bordeaux);
  background: var(--whiteColor);
  font-family: 'Barna Stencil', sans-serif;
  border-radius: 50%;
  justify-content: center; }

.reminder {
  margin: 0 auto;
  position: relative;
  background: var(--brightGreyB);
  color: var(--whiteColor); }
  .reminder > .wp-block-group__inner-container {
    max-width: 960px;
    padding: 3rem 2rem;
    margin: 0 auto;
    width: 90%; }

.home .reminder {
  margin: 10rem auto 5rem;
  background: var(--bordeaux);
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .reminder {
    width: 100%;
    padding: 3rem 10rem; } }
.wp-block-column img {
  border-radius: 1rem !important; }

.wp-block-image {
  margin: 0; }

.wp-block-group__inner-container {
  padding-top: 0.1rem; }

.inline-code-highlighted {
  background-color: transparent;
  border-bottom: 0.2rem solid var(--orangeTransparent);
  box-shadow: inset 0 -1.3rem 0 var(--orangeTransparent); }

.increase-bg {
  position: relative; }
  .increase-bg:after {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 88%, 100% 26%, 100% 100%, 0% 100%);
    background: var(--darkGrey);
    z-index: -1; }
  .increase-bg.orange:after {
    background: var(--orange); }

.margintop {
  margin-top: 10rem; }

.marginbottom {
  margin-bottom: 10rem; }

.orange-dot,
.green-dot {
  position: relative;
  padding-left: 6rem; }
  .orange-dot:before,
  .green-dot:before {
    content: '';
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--purple);
    margin-right: 1.5rem;
    position: absolute;
    top: -50%;
    margin-left: -6rem; }

.green-dot:before {
  background: var(--orange); }

@media screen and (min-width: 800px) {
  .orange-dot,
  .green-dot {
    margin: 6rem 0; } }
@media screen and (max-width: 800px) {
  .schema-legend {
    margin-top: 5rem; }
    .schema-legend .has-text-align-right {
      text-align: left; } }
.section-subtitle {
  max-width: 600px;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 5rem;
  font-size: 2rem; }

.culture-label .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: min-content !important; }

@media screen and (min-width: 800px) {
  .culture-label.left {
    padding-right: 4rem; }
  .culture-label.right {
    padding-left: 4rem; } }
.margin31 {
  margin-top: 3.1rem; }

.margin25 {
  margin-top: 2.5rem; }

.mb-10 {
  margin-bottom: 10rem; }

.mb-0 {
  margin-bottom: 0; }

.mt-neg {
  margin-top: -2rem; }

.-mt-4 {
  margin-top: -4rem; }

.-mt-10 {
  margin-top: -10rem; }

.mr-2 {
  margin-right: -2rem; }
.pt-10 {
  padding-top: 10rem;
}
.pb-15 {
  padding-bottom: 18rem;
}
.custom-color {
  color: var(--whiteColor); }
  .custom-color .section-title {
    color: var(--whiteColor); }

.black-text.slider.custom-color,
.black-text .section-title {
  color: var(--textColor); }

@media screen and (min-width: 800px) {
  .bg-fixed .image-wrapper {
    background-attachment: fixed !important; } }
.edit-link {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
  display: block; }

/* Navigation
--------------------------------------------- */
.site-header .site-branding {
  position: fixed;
  top: 2rem;
  left: 2rem;
  font-size: 4rem;
  text-transform: uppercase;
  margin: -1rem 0 0;
  z-index: 25; }
  .site-header .site-branding img {
    width: 2rem;
    border-radius: 0; }
  .site-header .site-branding p {
    margin: 0; }

#site-navigation {
  display: block; }
  #site-navigation button.menu-toggle {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1.2rem;
    width: 6.5rem;
    height: 6.5rem;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    cursor: pointer;
    mix-blend-mode: difference;
    text-indent: -999px;
    transition: all 0.2s ease;
    z-index: 60; }
    #site-navigation button.menu-toggle span,
    #site-navigation button.menu-toggle span:before,
    #site-navigation button.menu-toggle span:after {
      height: 0.25rem;
      width: 3rem;
      margin: 0;
      background: var(--whiteColor);
      position: absolute;
      display: block;
      content: '';
      transition: all .2s ease-in; }
    #site-navigation button.menu-toggle span {
      background: transparent;
      top: 3rem;
      left: 50%;
      transform: translateX(-50%); }
    #site-navigation button.menu-toggle span:before {
      top: -0.5rem; }
    #site-navigation button.menu-toggle span:after {
      bottom: -0.5rem; }
    #site-navigation button.menu-toggle + ul#main-menu {
      top: -2rem;
      right: -35rem;
      position: fixed;
      padding: 2rem;
      width: 32rem;
      height: 28rem;
      text-align: left;
      list-style-type: none;
      transition: all .3s;
      z-index: -1;
      background-color: var(--textColor);
      box-shadow: -0.1rem 0 1.6rem var(--shadowColor); }
      #site-navigation button.menu-toggle + ul#main-menu li {
        display: block;
        padding: 0 1rem;
        position: relative;
        font-size: 2.4rem;
        margin-left: 2rem;
        margin-top: 0.5rem;
        transition: margin 0.4s ease-out 0.1s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(1) {
          transition: margin 0.4s ease-out 0.15s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(2) {
          transition: margin 0.4s ease-out 0.2s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(3) {
          transition: margin 0.4s ease-out 0.25s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(4) {
          transition: margin 0.4s ease-out 0.3s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(5) {
          transition: margin 0.4s ease-out 0.35s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(6) {
          transition: margin 0.4s ease-out 0.4s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(7) {
          transition: margin 0.4s ease-out 0.45s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(8) {
          transition: margin 0.4s ease-out 0.5s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(9) {
          transition: margin 0.4s ease-out 0.55s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(10) {
          transition: margin 0.4s ease-out 0.6s; }
        #site-navigation button.menu-toggle + ul#main-menu li a {
          color: var(--whiteColor); }
    #site-navigation button.menu-toggle.active {
      mix-blend-mode: normal; }
      #site-navigation button.menu-toggle.active:hover span:before, #site-navigation button.menu-toggle.active:hover span:after {
        margin: 0; }
      #site-navigation button.menu-toggle.active span:before {
        background-color: var(--whiteColor);
        top: 0;
        transform: rotate(45deg); }
      #site-navigation button.menu-toggle.active span:after {
        background-color: var(--whiteColor);
        bottom: 0;
        transform: rotate(-45deg); }
    #site-navigation button.menu-toggle.active + ul#main-menu {
      right: -2rem;
      z-index: 50; }
      #site-navigation button.menu-toggle.active + ul#main-menu li {
        margin-left: 0; }

.admin-bar .site-header .site-branding {
  top: 5.2rem; }
.admin-bar #site-navigation button.menu-toggle {
  top: 3rem; }
  .admin-bar #site-navigation button.menu-toggle + ul#main-menu {
    top: 2.2rem; }

@media screen and (min-width: 960px) {
  #site-navigation {
    text-align: right; }
    #site-navigation button.menu-toggle:hover {
      color: var(--hoverColor);
      outline: 0;
      text-decoration: none;
      transition: all 0.3s; }
    #site-navigation button.menu-toggle + ul#main-menu li a:hover {
      color: var(--hoverColor); } }
/* Splashpage
--------------------------------------------- */
.landing-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3; }

.layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--textColor);
  background: #0171b6;
  opacity: 0.7;
  width: 100%;
  z-index: 5; }

.phase-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: var(--whiteColor);
  font-family: 'Barna Stencil', sans-serif;
  z-index: 10;
  font-size: 6rem; }

@media screen and (max-width: 800px) {
  .landing-video {
    background-size: cover; }

  .phase-title {
    font-size: 4rem; } }
/* Homepage
--------------------------------------------- */
.home.page .entry-header {
  background-attachment: scroll; }
  .home.page .entry-header .entry-title {
    bottom: -44vh; }

@media screen and (min-width: 800px) {
  .home.page .entry-header {
    background-attachment: scroll; }
    .home.page .entry-header .entry-title {
      bottom: -66vh; } }
/* Flickity
--------------------------------------------- */
.flickity-viewport {
  width: 100%;
  height: 100%; }
  .flickity-viewport .flickity-slider {
    display: flex;
    align-items: center;
    justify-content: center; }

.flickity-prev-next-button {
  top: 50%;
  width: 7rem;
  height: 5rem;
  background: transparent; }
  .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
    content: '';
    background: url(assets/img/arrow-B-vec.svg) no-repeat center/4rem;
    position: absolute;
    top: 0;
    width: 6rem;
    height: 5rem; }
  .flickity-prev-next-button.previous {
    left: -2rem; }
    .flickity-prev-next-button.previous:after {
      left: 0; }
  .flickity-prev-next-button.next {
    right: -2rem; }
    .flickity-prev-next-button.next:after {
      transform: rotate(180deg);
      right: 0; }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

@media screen and (min-width: 1270px) {
  .flickity-prev-next-button {
    transition: all .2s; }
    .flickity-prev-next-button.previous {
      left: -7rem; }
      .flickity-prev-next-button.previous:hover {
        left: -7.5rem; }
    .flickity-prev-next-button.next {
      right: -7rem; }
      .flickity-prev-next-button.next:hover {
        right: -7.5rem; } }
/* Block: Horizontal scroll
--------------------------------------------- */
.horizontal-scroll-wrapper {
  margin-top: -10rem; }

.carousel figure {
  margin: 2rem 0; }
  .carousel figure figcaption {
    text-align: center;
    margin: 1rem;
    font-size: 1.8rem; }

@media screen and (min-width: 800px) {
  .carousel {
    margin-top: 10rem;
    display: flex;
    flex-direction: row;
    height: 90vh;
    max-height: 90rem;
    position: relative;
    margin-left: 30px;
    margin-bottom: 50px;
    padding-bottom: 5rem; }
    .carousel figure {
      position: relative;
      width: auto;
      height: 100%;
      padding-right: 30px;
      margin: 0; }
      .carousel figure figcaption {
        margin-top: 1rem; }
      .carousel figure.caption figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 60%;
        transform: translate(-55%, -50%);
        color: var(--whiteColor);
        transition: opacity .3s;
        z-index: 1; }
      .carousel figure.caption.lengthy figcaption {
        min-width: 80%;
        margin: 0;
        transform: translate(calc(-50% - 1.5rem), -50%); }
      .carousel figure img {
        width: auto;
        height: 100%;
        max-width: none; } }
/* Block: slider
--------------------------------------------- */
section.slider .content-wrapper .slider .slide {
  width: 100%; }
  section.slider .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 80%;
    margin: 0 auto; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      margin: 0 auto; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 1rem; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      text-align: center; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
        font-family: 'Barna Stencil', sans-serif;
        text-transform: uppercase; }
section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper {
  max-width: 100%;
  margin-bottom: 5rem; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    padding: 0; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      margin: 0 0 -5rem;
      font-family: 'Barna Stencil', sans-serif;
      text-transform: none;
      font-size: 6rem;
      line-height: 5rem;
      color: var(--orange);
      text-align: center;
      mix-blend-mode: hard-light; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 90%;
      background: var(--purple);
      color: var(--purple);
      box-shadow: 0.1rem 0.1rem 1.6rem var(--shadowColorB);
      margin: 0 auto;
      padding: 4rem 5rem 2rem;
      border-radius: 1rem;
      font-size: 2rem; }
      section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content img {
        mix-blend-mode: color-dodge; }
section.slider.title-above .content-wrapper .slider .slide .slide-content-wrapper {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse; }
  section.slider.title-above .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    padding: 0; }
  section.slider.title-above .content-wrapper .slider .slide .slide-content-wrapper h3 {
    margin-top: 0;
    text-align: center; }
section.slider.custom-color {
  color: var(--whiteColor); }
section.slider.caption-100 .slide-text-wrapper {
  width: 100% !important; }
section.slider.highlights .slide-text-wrapper {
  color: var(--whiteColor) !important; }

@media screen and (min-width: 800px) {
  section.slider .content-wrapper .slider .slide {
    width: 100%; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
        width: 60%; }
        section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper.no-text {
          width: 100%; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        width: 40%;
        padding-left: 3rem;
        text-align: left; }
  section.slider.count-2 .content-wrapper .slider .slide {
    width: 50%; }
    section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 90%;
      display: block;
      margin: 0 auto; }
      section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
        section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
          text-align: center; }
  section.slider.count-3 .content-wrapper .slider .slide {
    margin: 0 1rem;
    width: calc(100% / 3 - 2rem); }
    section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
  section.slider.count-4 .content-wrapper .slider .slide {
    width: calc(100% / 4); }
    section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper {
      display: block;
      max-width: calc(100% - 2rem); }
      section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
        width: 100%; }
      section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        width: calc(100% - 2rem); }
  section.slider.align-top .content-wrapper .slider .flickity-slider {
    align-items: flex-start; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    width: 90%; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      font-size: 10rem;
      line-height: 1; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 50%;
      font-size: 2.5rem; }
  section.slider.text-hover .content-wrapper .slider {
    color: var(--whiteColor); }
    section.slider.text-hover .content-wrapper .slider .slide {
      /*&:nth-of-type(odd) {
        border-radius: 1rem 0 0 1rem;
      }
      &:nth-of-type(even) {
        border-radius: 0 1rem 1rem 0;
      }*/ }
      section.slider.text-hover .content-wrapper .slider .slide.is-selected {
        border-radius: 1rem 0 0 1rem; }
        section.slider.text-hover .content-wrapper .slider .slide.is-selected + .slide {
          border-radius: 0 1rem 1rem 0; }
      section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        flex-direction: column-reverse;
        margin-bottom: 5rem; }
        section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
          opacity: 1;
          transition: opacity 0.2s; }
        section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
          width: 100%;
          text-align: center; }
        section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
          position: absolute;
          top: calc(50% + 2.5rem);
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          z-index: -1; }
        section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper:hover .image-wrapper {
          opacity: 0.2; }
        section.slider.text-hover .content-wrapper .slider .slide .slide-content-wrapper:hover .slide-text-wrapper .text-content {
          opacity: 1;
          z-index: 10; } }
@media screen and (min-width: 800px) {
  .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 80%; }
    .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      width: 70%; }
    .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      width: 50%; }
  .page-id-16 section.slider.count-2 li:nth-of-type(1) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(3) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(5) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(7) .slide-content-wrapper {
    margin: 0 0 0 auto !important; }
  .page-id-16 section.slider.count-2 li:nth-of-type(2) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(4) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(6) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(8) .slide-content-wrapper {
    margin: 0 auto 0 0 !important; }
  .page-id-16 section.slider.count-3 .slider .slide .slide-content-wrapper .image-wrapper {
    width: 100%; }
  .page-id-16 section.slider.count-3 .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
    text-align: center; } }
/* Block: slider audience top 3
--------------------------------------------- */
/*section.slider-audience {
  .content-wrapper {
    .slider {
      .slide {
        .slide-content-wrapper {
          .image-wrapper {
            margin: 0 auto;
          }
          .slide-text-wrapper {
            h3 {
              font-family: 'Barna Stencil', sans-serif;
              text-transform: none;
              text-align: center;
              padding: 2rem;
              color: var(--whiteColor);
              background: var(--darkGreenC);
              border-top-left-radius: 1rem;
              border-top-right-radius: 1rem;
              margin-bottom: 0;
            }
            ul {
              padding: 2rem;
              background: var(--whiteColor);
              border-bottom-left-radius: 1rem;
              border-bottom-right-radius: 1rem;
              li {
                display: flex;
                align-items: center;
                margin-bottom: 1rem;
                img {
                  width: calc(100% / 5);
                  border-radius: 0.5rem;
                }
                .text-wrapper {
                  text-align: left;
                  width: calc(100% / 5 * 4);
                  padding-left: 1rem;
                }
              }
            }
          }
        }
        &:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3,
        &:nth-of-type(6) .slide-content-wrapper .slide-text-wrapper h3,
        &:nth-of-type(9) .slide-content-wrapper .slide-text-wrapper h3 {
          background: var(--darkGreen);
        }
        &:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3,
        &:nth-of-type(5) .slide-content-wrapper .slide-text-wrapper h3,
        &:nth-of-type(8) .slide-content-wrapper .slide-text-wrapper h3 {
          background: var(--darkGreenB);
        }
      }
    }
  }
  &.audience-top-A {
    .content-wrapper {
      .slider {
        .slide {
          .slide-content-wrapper {
            .slide-text-wrapper {
              h3 {
                background: var(--hoverColor);
              }
            }
          }
          &:nth-of-type(4) .slide-content-wrapper .slide-text-wrapper h3 {
            //background: #FC9981;
            background: #ffbaa2;
          }
          &:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3 {
            //background: #FF7C5B;
            background: #ff9677;
          }
          &:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3 {
            background: #FF7C5B;
          }
        }
      }
    }
  }
  &.audience-top-B {
    .content-wrapper {
      .slider {
        .slide {
          .slide-content-wrapper {
            .slide-text-wrapper {
              h3 {
                background: var(--purple);
              }
            }
          }
          &:nth-of-type(4) .slide-content-wrapper .slide-text-wrapper h3 {
            background: #896fae;
          }
          &:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3 {
            background: #765D9A;
          }
          &:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3 {
            background: #674A8F;
          }
        }
      }
    }
  }
}
@media screen and (min-width: $breakPointMobile) {
  section.slider-audience {
    .content-wrapper {
      .slider {
        max-width: 80%;
        margin: 0 auto;
        .flickity-viewport .flickity-slider {
          align-items: flex-start;
        }
      }
    }
    &.count-1,
    &.count-2,
    &.count-3 {
      .content-wrapper {
        .slider {
          .slide {
            .slide-content-wrapper {
              .slide-text-wrapper {
                width: calc(100% - 11rem / 3);
              }
            }
          }
        }
      }
    }
    .flickity-prev-next-button {
      &.previous {
        left: -5.5rem;
      }
      &.next {
        right: -5.5rem;
      }
    }
  }
}*/
/* Block: slider audience top 3
--------------------------------------------- */
section.slider-audience .content-wrapper {
  max-width: 2000px; }
  section.slider-audience .content-wrapper .slider {
    display: flex;
    flex-wrap: wrap; }
    section.slider-audience .content-wrapper .slider .slide {
      background: var(--orange); }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
        margin: 0 auto; }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
        font-family: 'Barna Stencil', sans-serif;
        text-transform: none;
        text-align: center;
        padding: 2rem;
        color: var(--whiteColor);
        background: transparent;
        margin-bottom: 0; }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul {
        padding: 2rem;
        background: transparent; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li {
          display: flex;
          align-items: center;
          margin-bottom: 1rem;
          position: relative; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li img {
            width: calc(100% / 4);
            border-radius: 0.5rem; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
            text-align: left;
            width: calc(100% / 4 * 3);
            padding-left: 1rem;
            color: var(--whiteColor); }
            section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper span {
              font-style: italic; }
      section.slider-audience .content-wrapper .slider .slide:nth-of-type(2) {
        background: var(--orange); }
      section.slider-audience .content-wrapper .slider .slide:nth-of-type(3) {
        background: #f3a743; }
      section.slider-audience .content-wrapper .slider .slide:nth-of-type(4) {
        background: #f9ad43; }
      section.slider-audience .content-wrapper .slider .slide:nth-of-type(5) {
        background: #ffb046; }
section.slider-audience.audience-top .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
  background: var(--hoverColorB); }
section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(6) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(9) .slide-content-wrapper .slide-text-wrapper h3 {
  background: #f3a743; }
section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(5) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(8) .slide-content-wrapper .slide-text-wrapper h3 {
  background: var(--orange); }

@media screen and (min-width: 800px) {
  section.slider-audience .content-wrapper .slider {
    max-width: 1200px;
    margin: 0 auto; }
    section.slider-audience .content-wrapper .slider .flickity-viewport .flickity-slider {
      align-items: flex-start; }
    section.slider-audience .content-wrapper .slider .slide {
      border-radius: 1rem; }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper {
        max-width: 800px;
        margin: 0 auto; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper i {
          display: block;
          font-size: 1.6rem; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul {
          display: flex;
          align-items: flex-start; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li {
            flex-wrap: wrap;
            margin: 0 1rem 5rem;
            width: calc(100% / 3 - 2rem); }
            section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li img,
            section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
              width: 100%; }
            section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
              padding: 0;
              margin: 1rem 0;
              min-height: 7rem; }
  section.slider-audience.count-1 .content-wrapper .slider .slide, section.slider-audience.count-2 .content-wrapper .slider .slide, section.slider-audience.count-3 .content-wrapper .slider .slide {
    width: calc(100% / 2);
    width: calc(100%);
    margin: 0; }
    section.slider-audience.count-1 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper, section.slider-audience.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper, section.slider-audience.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      max-width: 800px;
      margin: 0 auto; }
      section.slider-audience.count-1 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
        margin-top: 0; }
  section.slider-audience .flickity-prev-next-button.previous {
    left: -8.5rem; }
    section.slider-audience .flickity-prev-next-button.previous:hover {
      left: -9rem; }
  section.slider-audience .flickity-prev-next-button.next {
    right: -8.5rem; }
    section.slider-audience .flickity-prev-next-button.next:hover {
      right: -9rem; } }
/* Block: Image + text
--------------------------------------------- */
section.image-text.custom-color .section-title {
  color: var(--whiteColor); }
section.image-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media screen and (min-width: 800px) {
  section.image-text .content-wrapper .image-wrapper,
  section.image-text .content-wrapper .text-wrapper {
    width: 50%; }
  section.image-text .content-wrapper .text-wrapper {
    max-width: 50%;
    margin: 0 auto;
    padding: 0 4rem; }
    section.image-text .content-wrapper .text-wrapper p {
      margin-top: 0; }
  section.image-text .content-wrapper.image-right {
    flex-direction: row-reverse; } }
/* Section key figures
---------------------------------------------------------------*/
section.key-figures {
  width: 100%;
  margin: 0 auto; }
  section.key-figures button {
    margin: 2rem auto 0; }
  section.key-figures .key-figures {
    max-width: 800px;
    margin: 0 auto;
    width: 70%;
    display: block;
    font-weight: 500; }
    section.key-figures .key-figures h4 {
      margin-top: 0; }
    section.key-figures .key-figures .key-figure-container {
      position: relative;
      text-align: center; }
      section.key-figures .key-figures .key-figure-container em {
        font-style: normal;
        display: block; }
      section.key-figures .key-figures .key-figure-container p {
        margin: 0; }
      section.key-figures .key-figures .key-figure-container span {
        font-family: 'Barna Stencil', sans-serif;
        width: 100%;
        font-size: 6rem;
        white-space: nowrap; }
  section.key-figures.no-title {
    padding-top: 0; }
  section.key-figures.purple .key-figure-container {
    color: var(--purple); }
  section.key-figures.green .key-figure-container {
    color: var(--darkGreenB); }
  section.key-figures.orange-text .key-figure-container {
    color: var(--hoverColor); }
  section.key-figures.mallow-text .key-figure-container {
    color: var(--mallow); }
  section.key-figures.grey-text .section-title,
  section.key-figures.grey-text .key-figure-container {
    color: var(--grey); }

@media screen and (min-width: 800px) {
  section.key-figures .key-figures {
    width: 100%;
    display: grid;
    grid-gap: 2.5rem; }
    section.key-figures .key-figures .key-figure-container span {
      font-size: 10rem; }
    section.key-figures .key-figures.col-1 {
      grid-template-columns: repeat(3, 1fr); }
      section.key-figures .key-figures.col-1 .key-figure-container {
        grid-column: 2; }
    section.key-figures .key-figures.col-2 {
      grid-template-columns: repeat(2, 1fr); }
      section.key-figures .key-figures.col-2 .key-figure-container:first-of-type {
        grid-column: 1; }
    section.key-figures .key-figures.col-3 {
      grid-template-columns: repeat(3, 1fr); }
    section.key-figures .key-figures.col-4 {
      grid-template-columns: repeat(2, 1fr); }
    section.key-figures .key-figures.col-5 {
      grid-template-columns: repeat(2, 1fr); }
  section.key-figures.plus .key-figure-container {
    position: relative; }
    section.key-figures.plus .key-figure-container:nth-of-type(1):after, section.key-figures.plus .key-figure-container:nth-of-type(2):after {
      content: '+';
      font-size: 7.5rem;
      position: absolute;
      bottom: -6rem;
      left: 50%;
      transform: translateX(-50%); }
  section.key-figures.map-figures .key-figures .key-figure-container span {
    font-size: 5rem; }
  section.key-figures.wide .key-figures.col-3 {
    max-width: calc(1200px - 10rem); } }
/* Block: inner scroll images
--------------------------------------------- */
.inner-scroll-images {
  position: relative;
  width: 100%;
  padding-bottom: 10vh; }
  .inner-scroll-images .sticky-container {
    position: sticky;
    top: 15vh;
    height: 70vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .inner-scroll-images .sticky-container img,
  .inner-scroll-images .sticky-container video {
    border-radius: 1rem;
    width: 100%;
    transition: opacity 0.5s ease-in-out; }
  .inner-scroll-images .scroll-content {
    position: relative;
    width: 100%; }
  .inner-scroll-images .trigger {
    height: 100vh; }

/* Navigation bottom
---------------------------------------------------------------*/
.nav-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10rem 0; }
  .nav-bottom ul li {
    margin: 0 1rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3) no-repeat center/cover; }
    .nav-bottom ul li:last-of-type {
      margin-top: 1rem; }
.nav-bottom a {
  background: rgba(0, 0, 0, 0.3) no-repeat center/cover;
  height: 17rem;
  min-width: 31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1rem 2rem;
  color: var(--whiteColor)!important;
  font-family: 'Barna Stencil', sans-serif; }
  .nav-bottom a:before, .nav-bottom a:after {
    width: 2.5rem;
    margin: 0 1rem 0 0;
    height: 2rem;
    display: inline-block;
    background: transparent no-repeat center / 2.5rem;
    transition: all .2s ease; }
  .nav-bottom a:after {
    margin: 0 0 0 1rem; }

@media screen and (min-width: 800px) {
  .nav-bottom ul li:last-of-type {
    margin-top: 0; }
  .nav-bottom a:hover:before {
    margin: 0 1.5rem 0 0; }
  .nav-bottom a:hover:after {
    margin: 0 0 0 1.5rem; } }
/* Block Pie chart
---------------------------------------------------------------*/
.pie-chart .chart {
  width: 30rem;
  height: 30rem;
  margin: 0 auto; }
.pie-chart path {
  cursor: pointer; }
.pie-chart .legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pie-chart .legend li {
    padding-right: 1rem;
    font-size: 1.3rem; }
    .pie-chart .legend li span {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem; }

.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  background: #DEE7F9;
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none; }

/*.pieTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255,255,255,.95);
  line-height: 0;
}*/
@media screen and (min-width: 800px) {
  .pie-chart canvas,
  .pie-chart .chart {
    max-height: 50vh !important; }
  .pie-chart .chart {
    width: 45rem;
    height: 45rem; } }
/* Block Marquee / Sliding text
---------------------------------------------------------------*/
.marquee {
  margin: 5rem auto 0;
  padding-bottom: 0; }
  .marquee .content-wrapper {
    margin: 5rem 0;
    overflow-x: hidden;
    min-width: 100%; }
    .marquee .content-wrapper ul li {
      display: flex;
      flex-wrap: nowrap;
      white-space: nowrap;
      max-width: none;
      flex-shrink: 0;
      align-items: center;
      animation: slide-left 30s linear infinite;
      color: var(--purpleD); }
      .marquee .content-wrapper ul li span {
        font-family: 'Barna Stencil', sans-serif;
        font-size: 7rem;
        padding: 2rem; }
        .marquee .content-wrapper ul li span a {
          padding: 2rem;
          color: var(--purpleD); }
      .marquee .content-wrapper ul li:nth-of-type(2) {
        color: var(--greenGrey); }
        .marquee .content-wrapper ul li:nth-of-type(2) a {
          color: var(--greenGrey); }
      .marquee .content-wrapper ul li:nth-of-type(3) {
        color: var(--lightBlue); }
        .marquee .content-wrapper ul li:nth-of-type(3) a {
          color: var(--lightBlue); }
      .marquee .content-wrapper ul li:nth-of-type(4) {
        color: var(--mallow); }
        .marquee .content-wrapper ul li:nth-of-type(4) a {
          color: var(--mallow); }

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media screen and (min-width: 800px) {
  .marquee .content-wrapper ul li span a:hover {
    color: var(--hoverColor); } }
/* Block Maps
--------------------------------------------- */
.maps .st9 path {
  stroke: transparent; }
.maps .content-wrapper ul li button {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--darkBlue);
  color: var(--whiteColor);
  font-weight: bold;
  min-height: 13rem;
  margin-bottom: 1rem;
  transition: background 0.2s ease; }
  .maps .content-wrapper ul li button.active {
    background: var(--orange); }
.maps .content-wrapper .map-container .image-wrapper {
  display: none; }
  .maps .content-wrapper .map-container .image-wrapper.active {
    display: block; }

@media screen and (min-width: 800px) {
  .maps .content-wrapper {
    display: flex;
    align-items: center; }
    .maps .content-wrapper ul {
      width: 28%; }
      .maps .content-wrapper ul li button:hover {
        background: var(--orange); }
    .maps .content-wrapper .map-container {
      width: 72%; } }
/* Block image full-width
---------------------------------------------------------------*/
.image-full-width {
  padding: 0; }
  .image-full-width .image-wrapper {
    background: transparent no-repeat center / cover;
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-full-width .image-wrapper .image-full-width-content h2,
    .image-full-width .image-wrapper .image-full-width-content h3 {
      font-size: 5rem; }

@media screen and (min-width: 800px) {
  .image-full-width .image-wrapper {
    min-height: 70vh; }
    .image-full-width .image-wrapper .image-full-width-content h2,
    .image-full-width .image-wrapper .image-full-width-content h3 {
      font-size: 10rem; } }
/* Block picto blocks
---------------------------------------------------------------*/
.picto-blocks .content-wrapper {
  max-width: 960px !important; }
  .picto-blocks .content-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0; }
    .picto-blocks .content-wrapper ul .block {
      width: 100%;
      padding: 2rem 2rem 0;
      margin: 7rem 0 2rem;
      position: relative;
      text-align: center; }
      .picto-blocks .content-wrapper ul .block .block-content .block-title-content {
        margin-top: -9rem;
        width: 100%; }
        .picto-blocks .content-wrapper ul .block .block-content .block-title-content h3 {
          font-size: 2.5rem;
          white-space: nowrap;
          font-weight: 900; }
          .picto-blocks .content-wrapper ul .block .block-content .block-title-content h3 b {
            font-weight: 900; }
        .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper {
          max-width: 7rem;
          margin: 0 auto 2rem;
          height: 7rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper img {
            width: 100%;
            border-radius: 0;
            max-height: 9rem;
            margin: 0 auto; }
      .picto-blocks .content-wrapper ul .block .block-content .text-content {
        font-family: 'Barna Stencil', sans-serif; }
        .picto-blocks .content-wrapper ul .block .block-content .text-content a {
          color: var(--salmon); }
.picto-blocks.custom-color {
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .picto-blocks .content-wrapper ul .block {
    width: calc(25% - 2rem);
    margin: 7rem 1rem 4rem; }
    .picto-blocks .content-wrapper ul .block .block-content .text-content a:hover {
      color: var(--hoverColor); }
  .picto-blocks .content-wrapper ul.col-1 .block {
    width: calc(100% - 2rem); }
  .picto-blocks .content-wrapper ul.col-2 .block {
    width: calc(50% - 2rem); }
  .picto-blocks .content-wrapper ul.col-3 .block {
    width: calc(100% / 3 - 2rem); }
  .picto-blocks .content-wrapper ul.col-4 .block {
    width: calc(100% / 4 - 2rem); }
  .picto-blocks .content-wrapper ul.col-5 .block {
    width: calc(100% / 5 - 2rem); }
  .picto-blocks .content-wrapper ul.col-6 .block {
    width: calc(100% / 6 - 2rem); } }
.page-id-20 .picto-blocks .section-title,
.page-id-16 .picto-blocks .section-title {
  margin-top: 0; }
.page-id-20 .picto-blocks .content-wrapper,
.page-id-16 .picto-blocks .content-wrapper {
  max-width: 800px; }
  .page-id-20 .picto-blocks .content-wrapper ul,
  .page-id-16 .picto-blocks .content-wrapper ul {
    align-items: center; }
    .page-id-20 .picto-blocks .content-wrapper ul .block,
    .page-id-16 .picto-blocks .content-wrapper ul .block {
      width: 50%; }
      .page-id-20 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper,
      .page-id-16 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper {
        max-width: none;
        margin: 0 auto 2rem;
        height: auto; }
        .page-id-20 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper img,
        .page-id-16 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
.page-id-20 .picto-blocks:first-of-type .section-title,
.page-id-16 .picto-blocks:first-of-type .section-title {
  margin-top: 5rem; }

@media screen and (min-width: 800px) {
  .page-id-20 .picto-blocks .content-wrapper ul .block,
  .page-id-16 .picto-blocks .content-wrapper ul .block {
    width: calc(25% - 2rem);
    margin: 7rem 1rem 4rem; }
  .page-id-20 .picto-blocks .content-wrapper ul.col-1 .block,
  .page-id-16 .picto-blocks .content-wrapper ul.col-1 .block {
    width: calc(100% - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-2 .block,
  .page-id-16 .picto-blocks .content-wrapper ul.col-2 .block {
    width: calc(50% - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-3 .block,
  .page-id-16 .picto-blocks .content-wrapper ul.col-3 .block {
    width: calc(100% / 3 - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-5 .block,
  .page-id-16 .picto-blocks .content-wrapper ul.col-5 .block {
    width: calc(100% / 5 - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-6 .block,
  .page-id-16 .picto-blocks .content-wrapper ul.col-6 .block {
    width: calc(100% / 6 - 2rem); } }
/* Block: grid
--------------------------------------------- */
.block-grid .content-wrapper .grid-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .block-grid .content-wrapper .grid-wrapper .grid-item {
    margin: 1rem; }
    .block-grid .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      background: transparent no-repeat center / cover;
      height: 40rem;
      border-radius: 1rem; }
    .block-grid .content-wrapper .grid-wrapper .grid-item .text-content a {
      color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  .block-grid.count-1 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% - 2rem); }
    .block-grid.count-1 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 40rem; }
  .block-grid.count-2 .content-wrapper .grid-wrapper .grid-item {
    width: calc(50% - 2rem); }
    .block-grid.count-2 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 32rem; }
  .block-grid.count-3 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 3 - 2rem); }
    .block-grid.count-3 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 45rem; }
  .block-grid.count-4 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 4 - 2rem); }
    .block-grid.count-4 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 40rem; }
  .block-grid.count-5 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 5 - 2rem); }
    .block-grid.count-5 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 32rem; }
  .block-grid.ukraine-war-grid .content-wrapper .grid-wrapper .grid-item {
    padding: 2rem; } }
/* Block: isotop grid
--------------------------------------------- */
.isotope-grid .grid-wrapper .grid-item {
  width: calc(100% / 2 - 2rem); }
.isotope-grid.grid-moment .grid-wrapper .grid-item .text-content {
  text-align: center; }

@media screen and (min-width: 800px) {
  .isotope-grid .grid-wrapper .grid-item {
    width: calc(100% / 4 - 2rem); }
    .isotope-grid .grid-wrapper .grid-item:nth-of-type(1), .isotope-grid .grid-wrapper .grid-item:nth-of-type(2), .isotope-grid .grid-wrapper .grid-item:nth-of-type(3), .isotope-grid .grid-wrapper .grid-item:nth-of-type(6) {
      width: calc(100% / 2 - 2rem); }
  .isotope-grid.grid-moment .grid-wrapper .grid-item {
    width: calc(100% / 2 - 2rem); }
  .isotope-grid.grid-press .grid-wrapper .grid-item:nth-of-type(3), .isotope-grid.grid-press .grid-wrapper .grid-item:nth-of-type(4), .isotope-grid.grid-press .grid-wrapper .grid-item:nth-of-type(5) {
    margin-top: 1.5rem; } }
/* Contact form
--------------------------------------------- */
.wpcf7 {
  padding: 0 2rem; }
  .wpcf7 form {
    max-width: 600px;
    margin: 5rem auto; }
    .wpcf7 form .wpcf7-response-output {
      border-radius: 2rem;
      display: inline-block; }
    .wpcf7 form input,
    .wpcf7 form textarea {
      width: 100%;
      padding: 2rem 4rem;
      border: none;
      max-width: 100%;
      background: var(--brightGrey);
      margin-top: 0.5rem; }
      .wpcf7 form input:focus, .wpcf7 form input:active,
      .wpcf7 form textarea:focus,
      .wpcf7 form textarea:active {
        outline: none; }
    .wpcf7 form span.wpcf7-form-control-wrap.newsletter {
      font-size: 1.1rem;
      margin-top: -3rem;
      display: block;
      line-height: 1.3; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter.rights {
        margin-top: 1rem; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item {
        margin: 0; }
        .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item .highlight {
          font-size: 1.5rem; }
    .wpcf7 form input[type="checkbox"] {
      width: 1.2rem; }
    .wpcf7 form input[type="submit"] {
      border: 0.2rem solid var(--purple);
      border-radius: 1rem;
      width: 20rem;
      float: right;
      font-size: 2.2rem;
      font-weight: bold;
      color: white;
      background: var(--purple); }
    .wpcf7 form .radio-group {
      display: flex;
      gap: 3px;
      margin: 2rem 0; }
      .wpcf7 form .radio-group .wpcf7-list-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        flex-wrap: wrap;
        margin: 0; }
        .wpcf7 form .radio-group .wpcf7-list-item input[type="radio"] {
          appearance: none;
          width: 17px;
          height: 17px;
          border: 1px solid var(--purple);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          padding: 0;
          margin: 0 0.5rem 0; }
          .wpcf7 form .radio-group .wpcf7-list-item input[type="radio"]::before {
            content: "";
            width: 17px;
            height: 17px;
            background-color: transparent;
            border-radius: 50%;
            transition: background-color 0.2s ease-in-out;
            cursor: pointer; }
          .wpcf7 form .radio-group .wpcf7-list-item input[type="radio"]:checked::before {
            background-color: var(--purple); }
        .wpcf7 form .radio-group .wpcf7-list-item .wpcf7-list-item-label {
          cursor: pointer;
          margin-right: 1rem; }

@media screen and (min-width: 840px) {
  .wpcf7 {
    padding: 0; } }
/* Footer
--------------------------------------------- */
footer.site-footer {
  background: #333333;
  font-size: 100% !important;
  color: var(--whiteColor); }
  footer.site-footer a {
    color: var(--whiteColor); }
  footer.site-footer img {
    border-radius: 0; }
  footer.site-footer .custom-html-above {
    margin-top: 5rem; }
  footer.site-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem; }
    footer.site-footer .footer-wrapper .footer-logo {
      width: 10%; }
      footer.site-footer .footer-wrapper .footer-logo svg {
        width: 80%; }
        footer.site-footer .footer-wrapper .footer-logo svg path {
          fill: var(--whiteColor); }
    footer.site-footer .footer-wrapper .footer-column {
      width: 45%;
      margin-bottom: 2rem; }
      footer.site-footer .footer-wrapper .footer-column:nth-of-type(4), footer.site-footer .footer-wrapper .footer-column:nth-of-type(5) {
        margin-left: 10%;
        width: 100%; }
      footer.site-footer .footer-wrapper .footer-column h3 {
        margin-top: 0; }
      footer.site-footer .footer-wrapper .footer-column .socials {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 60%; }
        footer.site-footer .footer-wrapper .footer-column .socials li {
          padding: 1rem 1rem 1rem 0;
          width: 20%; }
          footer.site-footer .footer-wrapper .footer-column .socials li:first-of-type {
            padding-right: 0.5rem; }
          footer.site-footer .footer-wrapper .footer-column .socials li img {
            width: 100%; }
  footer.site-footer .css-r1lorh {
    padding: 0; }
  footer.site-footer .custom-html-above .css-k2fhcw {
    display: flex;
    justify-content: center;
    max-width: 50rem;
    margin: 2rem auto; }
    footer.site-footer .custom-html-above .css-k2fhcw svg {
      width: 6rem; }
      footer.site-footer .custom-html-above .css-k2fhcw svg path,
      footer.site-footer .custom-html-above .css-k2fhcw svg circle {
        fill: var(--whiteColor); }
  footer.site-footer .custom-html-above .css-1v6vhkz {
    text-align: center;
    padding: 0 2rem; }
  footer.site-footer .custom-html-above .css-1a7u4t2 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0; }
  footer.site-footer .custom-html-above .css-14bgt8h {
    display: flex;
    max-width: 40rem;
    margin: 3rem auto;
    justify-content: center; }
    footer.site-footer .custom-html-above .css-14bgt8h a {
      width: calc(100% / 3); }
      footer.site-footer .custom-html-above .css-14bgt8h a:first-of-type img, footer.site-footer .custom-html-above .css-14bgt8h a:last-of-type img {
        width: 100%;
        padding: 0.8rem 1rem 1rem; }
      footer.site-footer .custom-html-above .css-14bgt8h a:last-of-type img {
        padding: 0.8rem 1rem 0 1rem; }

@media screen and (min-width: 800px) {
  footer.site-footer a:hover {
    color: var(--hoverColor); }
  footer.site-footer .footer-wrapper .footer-logo svg {
    width: 25%; }
  footer.site-footer .footer-wrapper .footer-column {
    width: 20%;
    margin: 0; }
    footer.site-footer .footer-wrapper .footer-column:nth-of-type(4), footer.site-footer .footer-wrapper .footer-column:nth-of-type(5) {
      margin-left: 0;
      width: 20%; }
    footer.site-footer .footer-wrapper .footer-column:last-of-type {
      width: 30%; }
    footer.site-footer .footer-wrapper .footer-column .socials {
      width: 70%; }
      footer.site-footer .footer-wrapper .footer-column .socials li {
        width: 20%; } }
.css-y9utpk {
  max-width: 1500px !important; }

.css-u02046,
.css-rq85gr,
.css-8f0j95,
.css-bfablt,
.css-19vm33r,
.css-1kh48pd,
.css-3r1ni,
.css-9kqwk4 {
  font-size: 1.6rem !important; }

.css-1a7u4t2 {
  margin-top: 0 !important;
  font-size: 3rem !important; }

.css-t10xkn {
  width: 2rem !important;
  height: 2rem !important; }

@media (min-width: 768px) {
  .css-gi0hx8 {
    width: 5rem !important;
    height: 5rem !important; } }
.css-1jo8iay {
  width: 14.6rem !important;
  height: 4.75rem !important; }

.css-6oh99d {
  width: 1.9375rem !important;
  height: 1.9375rem !important; }

iframe#footer-iframe {
  min-height: 1070px;
  /* Default height for mobile devices */
  width: 100%;
  border: 0;
  overflow: hidden; }

@media (min-width: 768px) {
  iframe#footer-iframe {
    min-height: 1147px;
    /* Adjusted height for tablets */ } }
@media (min-width: 1200px) {
  iframe#footer-iframe {
    min-height: 760px;
    /* Adjusted height for desktops */ } }

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