/* all */
.page .hero {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.paragraph.paragraph--type--pictured-header {
  position: relative;
  z-index: 1;
}

/* TaVoA */

.paragraph.header--type--TaVoA .hero .image-container {
  width: 1280px;
  height: 680px;
}

.paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -1);
}

.paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -0.5);
}

@media (min-width: 1281px) {

  .paragraph.header--type--TaVoA .hero .image-container {
    width: 1920px;
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
    left: calc( ( 1920px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
    left: calc( ( 1920px - 100vw ) * -0.5);
  }
}

@media (min-width: 1921px) {

  .paragraph.header--type--TaVoA .hero .image-container {
    width: 4096px;
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-right {
    left: calc( ( 4096px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVoA .hero .image-container.hero-align-center {
    left: calc( ( 4096px - 100vw ) * -0.5);
  }
}

.paragraph.header--type--TaVoA .mood-boxes__wrapper {
  height: 680px;
  position: relative;
  top: -680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--TaVoA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--TaVoA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--TaVoA .mood-boxes__box {
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

/* TaVmA */

.paragraph.header--type--TaVmA .hero .image-container {
  width: 1280px;
  height: 680px;
}

.paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -1);
}

.paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
  position: relative;
  left: calc( ( 1280px - 100vw ) * -0.5);
}

@media (min-width: 1281px) {

  .paragraph.header--type--TaVmA .hero .image-container {
    width: 1920px;
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
    left: calc( ( 1920px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
    left: calc( ( 1920px - 100vw ) * -0.5);
  }
}

@media (min-width: 1921px) {

  .paragraph.header--type--TaVmA .hero .image-container {
    width: 4096px;
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-right {
    left: calc( ( 4096px - 100vw ) * -1);
  }
  .paragraph.header--type--TaVmA .hero .image-container.hero-align-center {
    left: calc( ( 4096px - 100vw ) * -0.5);
  }
}

.paragraph.header--type--TaVmA .mood-boxes__wrapper {
  height: 680px;
  position: relative;
  top: -680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--TaVmA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--TaVmA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--TaVmA .mood-boxes__box {
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

@keyframes dash {
 to {
  stroke-dashoffset:0
 }
}

.paragraph.header--type--TaVmA .mood-boxes__line {
  animation: dash 0.3s linear forwards;
}

.paragraph.header--type--TaVmA .mood-boxes__line-1 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.60s !important;
}
.paragraph.header--type--TaVmA .mood-boxes__line-2 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.9s !important;
}
.paragraph.header--type--TaVmA .mood-boxes__line-3 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
}
.paragraph.header--type--TaVmA .mood-boxes__line-4 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.3s !important;
}

/* nTmA */

.paragraph.header--type--nTmA .hero {
  height: 400px;
}

.paragraph.header--type--nTmA .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
}

.paragraph.header--type--nTmA .mood-seven {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 680px;
}

.paragraph.header--type--nTmA .mood-seven__box-wrapper {
  position: absolute;
  top: 8.5px;
  left: 8.5px;
  z-index: -1;
  height: calc( 100% - 34px);
  width: calc( 100% - 34px);
}

:root {
  --mood-seven-height: 646px;
  --mood-seven-width: calc( 100vw - 34px);
}

.paragraph.header--type--nTmA .mood-seven__box {
  height: 100%;
  width: 100%;
  animation-name: ntmabox;
  animation-duration: 750ms;
  animation-delay: 1750ms;
  animation-fill-mode: forwards;
  position: relative;
}

.paragraph.header--type--nTmA .mood-seven__box-shape {
  /*stroke-dasharray: 165%;*/
  /*stroke-dashoffset: 200%;*/
}
@keyframes square {
 to {
  stroke-dashoffset:0
 }
}

@media(min-width: 1080px) {
  @keyframes ntmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 1080px) / 2 + 17px + 198px );
      top: 76.5px;
    }
  }
}
@media(min-width: 720px)and (max-width: 1079px) {
 @keyframes ntmabox {
  from {
   left: 0;
   top: 0;
  }
  to {
   left: calc((100vw - 720px) / 2 + 17px + 198px );
   top: 76.5px;
  }
 }
}
@media screen and (max-width: 719px) {
  @keyframes ntmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 360px) / 2 + 161px );
      top: 333.5px;
    }
  }
}

.paragraph.header--type--nTmA .mood-seven__box-shape-1 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 300ms;
  stroke-dasharray: var(--mood-seven-width);
  stroke-dashoffset: var(--mood-seven-width);
  
}
.paragraph.header--type--nTmA .mood-seven__box-shape-2 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 600ms;
  stroke-dasharray: var(--mood-seven-height);
  stroke-dashoffset: var(--mood-seven-height);
}
.paragraph.header--type--nTmA .mood-seven__box-shape-3 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 900ms;
  stroke-dasharray: var(--mood-seven-width);
  stroke-dashoffset: var(--mood-seven-width);
}
.paragraph.header--type--nTmA .mood-seven__box-shape-4 {
  animation-name:square;
  animation-fill-mode:forwards;
  animation-duration: 300ms;
  animation-delay: 1200ms;
  stroke-dasharray: var(--mood-seven-height);
  stroke-dashoffset: var(--mood-seven-height);
}

.paragraph.header--type--nTmA .mood-seven__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.paragraph.header--type--nTmA .mood-seven::after {
  content: "";
  position: absolute;
  top: -263px;
  right: calc( 100vw / 2);
  width: 100vw;
  height: 400px;
  z-index: -2;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  animation-name: fade;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-fill-mode: forwards;
}

@media (min-width: 736px) {
  
  .paragraph.header--type--nTmA .mood-seven::after {
    right: calc( 100vw / 2 + 24px );
    top: -117px;
  }
  
}


@media (min-width: 1096px) {
  
  .paragraph.header--type--nTmA .mood-seven::after {
    right: calc( (100vw - 1080px) / 2 + 745px);
    top: -117px;
  }
  
}

@keyframes fade {
 from {
  opacity:0;
  transform:translateX(-50px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}

/* kBmA */

.paragraph.header--type--kBmA .mood-boxes {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--kBmA .mood-boxes__inner-wrapper {
  position: relative;
}

.paragraph.header--type--kBmA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.paragraph.header--type--kBmA .mood-boxes__image {
  box-sizing: border-box;
  width: 326px;
  height: 326px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

.paragraph.header--type--kBmA .mood-boxes__line {
  animation: dash 0.3s linear forwards;
}

.paragraph.header--type--kBmA .mood-boxes__line-1 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.60s !important;
}
.paragraph.header--type--kBmA .mood-boxes__line-2 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.9s !important;
}
.paragraph.header--type--kBmA .mood-boxes__line-3 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
}
.paragraph.header--type--kBmA .mood-boxes__line-4 {
  stroke-dasharray:326;
  stroke-dashoffset:326;
  animation-delay: 0.3s !important;
}

.paragraph.header--type--kBmA .mood-boxes .ba12col-wrapper .ba12 .content-wrapper {
  min-height: 362.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: -36.5px;
}

/* gBmA */

@media(min-width: 1080px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 1080px) / 2 + 17px );
      top: 49.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform:translateX(0)
    }
  }
}
@media(min-width: 720px)and (max-width: 1079px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 720px) / 2 + 17px + 198px );
      top: 49.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform: translateX(188px)
    }
  }
}
@media screen and (max-width: 719px) {
  @keyframes gbmabox {
    from {
      left: 0;
      top: 0;
    }
    to {
      left: calc((100vw - 360px) / 2 - 68px );
      top: 52.5px;
    }
  }
  @keyframes gbmafade {
    from {
      opacity:0;
      transform:translateX(-50px)
    }
    to {
      opacity:1;
      transform:translateX(17px)
    }
  }
}

.paragraph.header--type--gBmA .hero {
  height: 400px;
}

.paragraph.header--type--gBmA .mood-seven {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 680px;
}

.paragraph.header--type--gBmA .mood-seven__box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 90%;
  width: 90%;
}

.paragraph.header--type--gBmA .mood-seven__box {
  height: 100%;
  width: 100%;
  animation-name: gbmabox;
  animation-duration: 750ms;
  animation-delay: 1750ms;
  animation-fill-mode: forwards;
  position: relative;
}

.paragraph.header--type--gBmA .mood-seven__box-shape {
 stroke-dasharray:200%;
 stroke-dashoffset:200%
}

.paragraph.header--type--gBmA .mood-seven__box-shape-1 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:0ms;
 animation-fill-mode:forwards
}
.paragraph.header--type--gBmA .mood-seven__box-shape-2 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:500ms;
 animation-fill-mode:forwards
}
.paragraph.header--type--gBmA .mood-seven__box-shape-3 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:750ms;
 animation-fill-mode:forwards
}
.paragraph.header--type--gBmA .mood-seven__box-shape-4 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:1250ms;
 animation-fill-mode:forwards
}

.paragraph.header--type--gBmA .mood-seven__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.paragraph.header--type--gBmA .mood-seven::after {
  content: "";
  position: absolute;
  top: -209px;
  right: calc( 100vw / 2 - 163px);
  width: 100vw;
  height: 680px;
  z-index: -2;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  animation-name: gbmafade;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-fill-mode: forwards;
}

@media (min-width: 736px) {
  
  .paragraph.header--type--gBmA .mood-seven::after {
    right: calc( 100vw / 2 );
  }
  
}


@media (min-width: 1096px) {
  
  .paragraph.header--type--gBmA .mood-seven::after {
    right: calc( (100vw - 1080px) / 2 + 745px);
  }
  
}

@keyframes fade {
 from {
  opacity:0;
  transform:translateX(-50px)
 }
 to {
  opacity:1;
  transform:translateX(0)
 }
}

.paragraph.header--type--gBmA .hero .mood-seven .mood-seven__wrapper .mood-seven__content .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
}

.paragraph.header--type--gBmA .mood-seven__background picture img {
  object-fit: cover;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
  animation-name: fade;
  animation-duration: 500ms;
  animation-delay: 2500ms;
  animation-fill-mode: forwards;
  position: absolute;
  top: -350px;
  right: calc( 100vw / 2 + 180px);
  width: 1280px;
  height: 680px;
  z-index: -2;
}


@media(min-width: 720px)and (max-width: 1079px) {
  .paragraph.header--type--gBmA .mood-seven__background picture img {
    right: calc( 100vw / 2 + 17px);
  }
}
@media(min-width: 1080px) {
  .paragraph.header--type--gBmA .mood-seven__background picture img {
    right: calc( 100vw / 2 + 197px);
  }
}


/* moodie */



.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content {
  position: absolute;
  top: 68px;
  height: 680px;
  right: 17px;
}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper {
  position: absolute;
  top: 0;
  width: calc( ( 100vw - 1046px ) / 2 + 217px );
  height: 680px;
  min-width: 360px;
}

@media (max-width:500px){
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper {
    width: 100%;
    min-width: 360px;
  }
}

/*@media (min-width:360px){*/

  
.paragraph.header--type--moodie .moodie {
  position: relative;
}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper {
  position: relative;
}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content__box-wrapper {
  width: 100%;
  height: 680px;
}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content__box-wrapper svg.moodie-shape__shape {
  display: none;
}
/*
@media (max-width:360px){
  .paragraph.header--type--moodie .moodie .moodie__media {
    width: 100%;
    height: 340px;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__media picture img {
    height: 100%;
    width: auto;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content {
    padding: 34px 17px;
  }
  
}
*/
@media (min-width:360px){
  .paragraph.header--type--moodie .moodie .moodie__media {
    padding-left: max(360px, calc( ( 100vw - 1046px ) / 2 + 217px ));
  }
}

@media (max-width:500px){
  .paragraph.header--type--moodie .moodie .moodie__media {
    padding-left: 0;
  }
}

@media screen and (max-width:720px) {

}

@media (min-width:721px) and (max-width:1079px) {

}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 680px;
}

@media (max-width: 500px) {
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content {
    text-shadow: none !important;
    float: none;
    width: 100%;
    text-align: center;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content div h1 {
    background-color: #FFFFFFA0;
    padding: 17px 8.5px;
    max-width: 100vw;
  }
  
}

@media(min-width: 501px) {
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content {
    width: 326px;
    right: 34px;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content {
    width: 326px;
    height: 680px;
    float: right;
    padding: 0 17px;
  }

  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content__box-wrapper svg.moodie-shape__shape {
    /*width: calc(100% - 17px);*/
  }
  
}

@media(min-width: 1489px) {
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content {
    width: unset;
    float: unset;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content div {
    margin-left: 125px;
  }
  
}

@media(min-width: 2561px) {
  
  .paragraph.header--type--moodie .moodie .moodie__media {
    padding-left: max(360px, 32vw);
  }
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper {
    width: max(360px, 32vw);
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content {
    width: unset;
    float: unset;
  }
  
  .paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content div {
    margin-left: 125px;
  }
  
}

.paragraph.header--type--moodie .moodie-shape__shape {
 stroke-dasharray:200%;
 stroke-dashoffset:200%
}

.paragraph.header--type--moodie .moodie-shape__line-1 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:0ms;
 animation-fill-mode:forwards
}
.paragraph.header--type--moodie .moodie-shape__line-2 {
 animation-name:square;
 animation-duration:1500ms;
 animation-delay:500ms;
 animation-fill-mode:forwards
}

.paragraph.header--type--moodie .moodie .moodie__content__wrapper .moodie__content__subwrapper .moodie__content a.cta {
  text-shadow: none;
}

/* frontpage */

.path-frontpage .page .content-wrap .hero .image-container {
  height: 680px;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper {
  height: 680px;
  position: relative;
  top: -680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph.header--type--TaVmA .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 326px;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper {
  position: relative;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__shape {
  position: absolute;
  top: -36.5px;
  left: -36.5px;
  z-index: 0;
  width: 326px;
  height: 420px;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box {
  padding: 40px 40px 60px;
  box-sizing: border-box;
  width: 326px;
  height: 420px;
  clip-path: polygon(0 0, 100% 0, 100% 92.5%, 0% 100%);
}

@media only screen and (min-width: 736px) {
  .path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box {
    width: 523px;
  }
  .path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__shape {
    width: 523px;
  }
}
.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box .mood-boxes__content .date {
  font: 16px/19px "TheSansExtraLight";
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box .mood-boxes__content h1 {
  font: 42px/50px "TheSansSemiLight";
  margin: 0;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box .mood-boxes__content a.hashtag {
  font: 26px/31px "TheSansSemiLight";
  margin: 0;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box .mood-boxes__content .location {
  font: 26px/31px "TheSansSemiLight";
  margin: 0;
}

.path-frontpage .page .content-wrap .hero .mood-boxes__wrapper .mood-boxes__inner-wrapper .mood-boxes__box .mood-boxes__content .header-content .paragraph a.cta {
  margin: 0;
}