/* $primary-custom-font: "Neue Helvetica", Helvetica, Arial, sans-serif;
$primary-custom-font-bold: 'Roboto', sans-serif;
$std-font: 'Roboto', Helvetica, Arial, sans-serif;
$std-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$btn-font: 'Roboto', Helvetica, Arial, sans-serif;
$headline-font: 'Roboto', Helvetica, Arial, sans-serif;
$menu-font: 'Roboto', Helvetica, Arial, sans-serif;
$menu-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$content-font: 'Roboto', Helvetica, Arial, sans-serif;
$content-font-thin: 'Roboto', Helvetica, Arial, sans-serif;
$content-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$footer-font: 'Roboto', Helvetica, Arial, sans-serif; */
/*
Here you will find all variables we used in SCSS files

ATTENTION! Dont use $value or $property!

*/
/**************
*
* FONTS
*
**************/
/**************
*
* RANDOM RAINBOW COLOR SET
*
**************/
/**************
*
* COLOR PRESET
*
**************/
/**************
*
* TEXT COLOR PRESET
*
**************/
/**************
*
* LINK COLOR PRESET
*
**************/
/**************
*
* MEDIA QUERY BREAKPOINTS
*
**************/
/**************
*
* HEADER & FOOTER
*
**************/
/**************
*
* PADDING
*
**************/
/**************
*
* IMG SIZES
*
**************/
/**************
*
* WIDTH OF CONTENT ELEMENTS
*
**************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*
*
*
*
* Use this file to create extend/inheritance
*
*
*
*/
/*
*
* MARGINS & PADDINGS
*
*/
/*
*
* LIMITED CONTENT WIDTH
*
*/
/*
*
*
* FONT PRESET
*
*/
@font-face {
  font-family: 'SourceSans3';
  src: url("../fonts/SourceSans/SourceSans3-Regular.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'SourceSans3Medium';
  src: url("../fonts/SourceSans/SourceSans3-Medium.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SourceSans3Mediumitalic';
  src: url("../fonts/SourceSans/SourceSans3-Mediumitalic.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'SourceSans3Bold';
  src: url("../fonts/SourceSans/SourceSans3-Bold.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-ExtraBold.woff2") format("woff2"), url("RobotoSlab-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-SemiBold.woff2") format("woff2"), url("RobotoSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Black.woff2") format("woff2"), url("RobotoSlab-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Bold.woff2") format("woff2"), url("RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Light.woff2") format("woff2"), url("RobotoSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab-Medium';
  src: url("../fonts/RobotoSlab/RobotoSlab-Medium.woff2") format("woff2"), url("RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-ExtraLight.woff2") format("woff2"), url("RobotoSlab-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Thin.woff2") format("woff2"), url("RobotoSlab-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
body.dynamic-page-home .section-title {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 30px 0 40px;
  font-size: 21px; }
  @media screen and (min-width: 768px) {
    body.dynamic-page-home .section-title {
      margin: 40px 0 60px;
      font-size: 30px; } }

/* $primary-custom-font: "Neue Helvetica", Helvetica, Arial, sans-serif;
$primary-custom-font-bold: 'Roboto', sans-serif;
$std-font: 'Roboto', Helvetica, Arial, sans-serif;
$std-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$btn-font: 'Roboto', Helvetica, Arial, sans-serif;
$headline-font: 'Roboto', Helvetica, Arial, sans-serif;
$menu-font: 'Roboto', Helvetica, Arial, sans-serif;
$menu-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$content-font: 'Roboto', Helvetica, Arial, sans-serif;
$content-font-thin: 'Roboto', Helvetica, Arial, sans-serif;
$content-font-bold: 'Roboto', Helvetica, Arial, sans-serif;
$footer-font: 'Roboto', Helvetica, Arial, sans-serif; */
/*
Here you will find all variables we used in SCSS files

ATTENTION! Dont use $value or $property!

*/
/**************
*
* FONTS
*
**************/
/**************
*
* RANDOM RAINBOW COLOR SET
*
**************/
/**************
*
* COLOR PRESET
*
**************/
/**************
*
* TEXT COLOR PRESET
*
**************/
/**************
*
* LINK COLOR PRESET
*
**************/
/**************
*
* MEDIA QUERY BREAKPOINTS
*
**************/
/**************
*
* HEADER & FOOTER
*
**************/
/**************
*
* PADDING
*
**************/
/**************
*
* IMG SIZES
*
**************/
/**************
*
* WIDTH OF CONTENT ELEMENTS
*
**************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*
*
*
*
* Use this file to create extend/inheritance
*
*
*
*/
/*
*
* MARGINS & PADDINGS
*
*/
/*
*
* LIMITED CONTENT WIDTH
*
*/
/*
*
*
* FONT PRESET
*
*/
@font-face {
  font-family: 'SourceSans3';
  src: url("../fonts/SourceSans/SourceSans3-Regular.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'SourceSans3Medium';
  src: url("../fonts/SourceSans/SourceSans3-Medium.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SourceSans3Mediumitalic';
  src: url("../fonts/SourceSans/SourceSans3-Mediumitalic.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Mediumitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'SourceSans3Bold';
  src: url("../fonts/SourceSans/SourceSans3-Bold.woff") format("woff");
  src: url("../fonts/SourceSans/SourceSans3-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-ExtraBold.woff2") format("woff2"), url("RobotoSlab-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-SemiBold.woff2") format("woff2"), url("RobotoSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Black.woff2") format("woff2"), url("RobotoSlab-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Bold.woff2") format("woff2"), url("RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Light.woff2") format("woff2"), url("RobotoSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab-Medium';
  src: url("../fonts/RobotoSlab/RobotoSlab-Medium.woff2") format("woff2"), url("RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-ExtraLight.woff2") format("woff2"), url("RobotoSlab-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'RobotoSlab';
  src: url("../fonts/RobotoSlab/RobotoSlab-Thin.woff2") format("woff2"), url("RobotoSlab-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
.landing-page .landing-page-blog-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  justify-content: space-between;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container {
      max-width: 1400px; } }
  @media screen and (min-width: 768px) {
    .landing-page .landing-page-blog-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .landing-page .landing-page-blog-container .flex-break {
    display: none; }
  .landing-page .landing-page-blog-container .landing-page-blog-item {
    width: auto;
    position: relative;
    margin-bottom: 50px; }
    .landing-page .landing-page-blog-container .landing-page-blog-item video {
      width: 100%;
      height: auto; }
    .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .subtitle {
      font-family: "SourceSans3Medium", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 2px;
      margin-bottom: 10px; }
    .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper span.description {
      margin-bottom: 20px;
      display: flex; }
    .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper h1 {
      text-align: left; }
    .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description {
      font-family: "SourceSans3", Helvetica, Arial, sans-serif;
      line-height: 26px;
      font-size: 16px; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description {
          line-height: 28px;
          font-size: 18px; } }
      .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description a {
        color: #046a21; }
      .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description p {
        font-size: 18px;
        line-height: 28px;
        font-family: "SourceSans3", Helvetica, Arial, sans-serif;
        margin-bottom: 0; }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-blog-container .landing-page-blog-item .article-wrapper .description p {
            line-height: 35px; } }
    .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer {
      position: relative; }
      .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white {
        position: absolute;
        bottom: 0;
        width: 45px;
        height: 45px;
        padding: 0px;
        background: #046a21;
        transition: all .4s ease-in-out; }
        .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white svg {
          width: 15px; }
          .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white svg polygon {
            transition: all .4s ease-in-out; }
        .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white:hover {
          background: rgba(0, 0, 0, 0.4); }
          .landing-page .landing-page-blog-container .landing-page-blog-item .open-stream-media-layer button.btn-play-icon-white:hover svg polygon {
            fill: #046a21; }
  .landing-page .landing-page-blog-container .blog-item-size-3 {
    width: 100%;
    min-height: auto; }
    .landing-page .landing-page-blog-container .blog-item-size-3 .article-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      z-index: 9;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .blog-item-size-3 .article-wrapper {
          width: 100%;
          margin: 0 auto; } }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-1 {
      display: grid !important;
      grid-template-columns: 1fr !important;
      direction: rtl;
      max-width: 1200px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-1 {
          grid-template-columns: 1fr 1fr !important; } }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-1 .article-wrapper {
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        position: relative; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-1 .article-wrapper .article-text {
          display: flex;
          flex-direction: column;
          text-align: -webkit-left; }
          .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-1 .article-wrapper .article-text .subtitle {
            color: #373737 !important; }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 {
      display: grid !important;
      grid-template-columns: 1fr !important; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 {
          grid-template-columns: 1fr 1fr !important; } }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 .article-wrapper {
        position: relative; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 .article-text {
        display: flex;
        flex-direction: column;
        text-align: left; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 .article-text > * {
          color: #373737; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-2 .article-text .subtitle {
          color: #373737; }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-3 .article-wrapper .article-text > * {
      text-align: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-3 .article-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      z-index: 9;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-3 .article-wrapper .article-content-wrapper {
        padding-bottom: 20px;
        color: #fff !important;
        background-color: #046a2105; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-3 .article-wrapper .article-content-wrapper .subtitle {
          font-family: "SourceSans3", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          font-size: 16px;
          margin-bottom: 10px;
          letter-spacing: 2px;
          color: #fff; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-headline-position-3 .article-wrapper .article-content-wrapper .description {
          font-family: "SourceSans3", Helvetica, Arial, sans-serif; }
    .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item {
          width: calc(100% + 70px); } }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item .image-wrapper {
        width: 100%;
        position: relative;
        cursor: pointer; }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item .image-wrapper {
            width: 100%;
            margin-bottom: 0; } }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item .image-wrapper img {
          width: 100% !important;
          height: auto !important;
          object-fit: cover; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item .image-wrapper a {
          display: flex;
          height: 100%;
          width: 100%;
          min-height: 350px; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item .image-wrapper a img {
            width: calc(100%);
            object-fit: cover;
            max-height: 500px;
            min-height: 300px; }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-1 .image-wrapper .img_copyright {
        position: absolute;
        color: white;
        transform-origin: bottom right;
        right: 20px;
        bottom: 20px;
        transform: rotate(-90deg) translateX(100%);
        letter-spacing: 0.9px;
        font-size: 12px;
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-1 .article-wrapper {
        /* background-color: $grey-light; */ }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-1 .article-wrapper {
            padding: 50px; } }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-2 {
        flex-direction: row-reverse; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-2 .article-content-wrapper {
          color: #373737;
          align-self: flex-end;
          padding: 2vw; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-2 .article-content-wrapper .subtitle {
            color: #373737; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-2 .image-wrapper img {
          border: none; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-2 .image-wrapper .img_copyright {
          position: absolute;
          color: white;
          transform-origin: bottom left;
          left: 20px;
          bottom: 20px;
          transform: rotate(-90deg) translateY(100%);
          letter-spacing: 0.9px;
          font-size: 12px;
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3 {
        background-color: #046a21; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3 .article-wrapper {
          position: absolute; }
      .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img {
        align-items: center;
        justify-content: center; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .image-wrapper {
          display: none; }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper {
          padding: 50px 0;
          max-width: inherit;
          padding-left: 15px;
          padding-right: 15px; }
          @media screen and (min-width: 768px) {
            .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper {
              padding: 7vh 0; } }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .article-text {
            text-align: center; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .subtitle {
            font-family: "SourceSans3", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 14px;
            margin-bottom: 10px;
            letter-spacing: 3px;
            text-align: center; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper h1 {
            text-align: center; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
            line-height: 35px;
            margin: 0 auto;
            text-align: center;
            font-size: 16px;
            letter-spacing: 0.2px; }
            @media screen and (min-width: 768px) {
              .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
                font-size: 18px;
                letter-spacing: 0.2px;
                padding: 0 30px; } }
            @media screen and (min-width: 1024px) {
              .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
                padding: 0; } }
            @media screen and (min-width: 1200px) {
              .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-wrapper .article-content-wrapper .description {
                max-width: 600px; } }
        .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-links {
          justify-content: center; }
          .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-links a {
            padding: 8px 40px;
            font-size: 16px;
            font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
            letter-spacing: 0.5px; }
            @media screen and (min-width: 768px) {
              .landing-page .landing-page-blog-container .blog-item-size-3.landing-page-blog-item.blog-item-headline-position-3.no-img .article-links a {
                padding: 11px 35px;
                font-size: 18px;
                letter-spacing: 0.5px; } }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper {
      color: #373737; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-1.stoerer .article-wrapper .description a:hover {
        color: #373737; }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper {
      color: white;
      background-color: #046a21; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper a {
        color: white;
        border-color: white; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper a:hover {
          color: #046a21;
          background-color: white; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper .description a {
        text-decoration: underline; }
        .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-2.stoerer .article-wrapper .description a:hover {
          color: white;
          background-color: transparent; }
    .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3 .article-wrapper .description a {
      text-decoration: underline; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3 .article-wrapper .description a:hover {
        color: white;
        background-color: transparent; }
    @media screen and (max-width: 1023px) {
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3 .image-wrapper {
        margin-bottom: 0; }
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3 .article-wrapper {
        padding: 60px 30px 50px 30px; } }
    @media screen and (max-width: 767px) {
      .landing-page .landing-page-blog-container .blog-item-size-3.blog-item-color-3 .article-wrapper {
        padding: 60px 15px 50px 15px; } }
  .landing-page .landing-page-blog-container .blog-item-size-2 {
    width: 100%;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start; }
    @media screen and (min-width: 768px) {
      .landing-page .landing-page-blog-container .blog-item-size-2 {
        width: calc(50% - 15px);
        margin: 0 0 40px 0; } }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-blog-container .blog-item-size-2 {
        width: calc(50% - 20px); } }
    .landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper {
      overflow: hidden;
      position: relative;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper {
          margin-bottom: 30px; } }
      .landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper img {
        width: 100%; }
      .landing-page .landing-page-blog-container .blog-item-size-2 .image-wrapper .img_copyright {
        position: absolute;
        color: white;
        left: 20px;
        bottom: 20px;
        letter-spacing: 0.9px;
        font-size: 12px;
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
    .landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper {
      width: 95%; }
      .landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper .headlines {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start; }
      .landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper h2.headline_article {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 15px; }
        @media screen and (min-width: 768px) {
          .landing-page .landing-page-blog-container .blog-item-size-2 .article-content-wrapper h2.headline_article {
            margin-bottom: 15px; } }
    .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a {
      border: none;
      padding: 0;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.2;
      background-color: transparent; }
      .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a span {
        color: #046a21; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a {
          font-size: 18px;
          line-height: 1.2; } }
      .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a:hover {
        color: #373737;
        background-color: transparent; }
        .landing-page .landing-page-blog-container .blog-item-size-2 .article-links a:hover span {
          color: #373737; }
  .landing-page .landing-page-blog-container .blog-item-size-1 {
    margin: 0 0 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start; }
    @media screen and (min-width: 768px) {
      .landing-page .landing-page-blog-container .blog-item-size-1 {
        width: calc(50% - 15px); } }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-blog-container .blog-item-size-1 {
        width: calc(50% - 20px);
        width: calc(33.3333% - 20px);
        margin: 0 0 60px 0; } }
    .landing-page .landing-page-blog-container .blog-item-size-1 h2.headline_article {
      font-size: 25px;
      line-height: 1.5;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .blog-item-size-1 h2.headline_article {
          margin-bottom: 15px; } }
    .landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper {
      overflow: hidden;
      position: relative;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper {
          margin-bottom: 30px; } }
      .landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper .img_copyright {
        position: absolute;
        color: white;
        right: 0px;
        bottom: 0px;
        padding: 2px 10px;
        background-color: #373737;
        letter-spacing: 0;
        font-size: 14px;
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .blog-item-size-1 .image-wrapper img {
        width: 100%;
        object-fit: cover;
        object-position: left; }
    .landing-page .landing-page-blog-container .blog-item-size-1 .article-content-wrapper {
      margin-bottom: 20px; }
      .landing-page .landing-page-blog-container .blog-item-size-1 .article-content-wrapper .article-text .headlines {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start; }
      .landing-page .landing-page-blog-container .blog-item-size-1 .article-content-wrapper .article-text h1 {
        margin-bottom: 10px; }
    .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a {
      border: none;
      padding: 0;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.2;
      background-color: transparent; }
      .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a span {
        color: #046a21; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a {
          font-size: 18px;
          line-height: 1.2; } }
      .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a:hover {
        color: #373737;
        background-color: transparent; }
        .landing-page .landing-page-blog-container .blog-item-size-1 .article-links a:hover span {
          color: #373737; }
.landing-page .landing-page-blog-container-2 {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .landing-page .landing-page-blog-container-2 {
      padding: 0 30px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container-2 {
      padding: 0 35px; } }
  @media screen and (min-width: 1400px) {
    .landing-page .landing-page-blog-container-2 {
      padding: 0 15px; } }
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .owl-nav {
  display: none; }
.landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container {
  position: relative; }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .videocontainer-article-heading {
    font-family: "SourceSans3", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 3px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .videocontainer-article-heading {
        margin-bottom: 36px; } }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container {
    display: flex; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
      max-width: 812px;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
          width: 64.5%;
          margin-right: 35px; } }
      @media screen and (min-width: 1400px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper {
          width: inherit;
          margin-right: 42px; } }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-media-container-wrapper .owl-stage-outer {
        overflow-y: hidden !important; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-owl-thumbs {
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      top: unset;
      right: unset;
      float: none;
      width: 100%;
      margin-left: auto;
      display: none; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-media-container .video-owl-thumbs {
          display: flex; } }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control {
    display: flex;
    left: inherit;
    width: 54px;
    top: 9px;
    right: 0;
    max-width: inherit;
    transform: inherit;
    padding: 0;
    justify-content: space-between;
    height: 18px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 9px; }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control {
        display: none; } }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control button {
      width: 18px;
      height: 10px;
      background-image: url("../images/icon_chevron_slider_mobile.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control .offer_btn_next_video {
      transform: rotate(-90deg); }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_slider_control .offer_btn_prev_video {
      transform: rotate(90deg); }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .article-links.offer-play-btn-right {
    display: none; }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
    padding: 5px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    height: auto;
    justify-content: center; }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
        height: 62px;
        padding: 0 100px 0 0;
        border-right: none; } }
    @media screen and (min-width: 1400px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text {
        height: 82px; } }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__description {
      display: none; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links {
      position: absolute;
      right: -1px;
      bottom: calc(100% + 1px); }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links {
          top: 0;
          bottom: inherit;
          right: 0; } }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
        padding: 4px;
        width: 40px;
        height: 40px;
        border: 1px solid #c9c9c9;
        transition: all 0.4s ease-in-out;
        display: flex;
        background: #046a21;
        justify-content: center;
        align-items: center; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button:hover {
          background-color: #f9f7d9;
          background: black; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button:hover svg path {
          fill: #046a21; }
        @media screen and (min-width: 768px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
            width: 50px;
            height: 50px; } }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
            width: 62px;
            height: 62px; } }
        @media screen and (min-width: 1400px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button {
            width: 82px;
            height: 82px; } }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button p {
          border-bottom: 2px solid #046a21;
          margin-bottom: 0;
          font-family: "SourceSans3", Helvetica, Arial, sans-serif;
          font-size: 15px;
          line-height: 26px;
          font-weight: 700;
          height: 24px;
          margin-top: 1px;
          margin-left: 5px; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg {
          width: auto;
          height: 32px; }
          @media screen and (min-width: 1024px) {
            .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg {
              width: 47px;
              height: 49px; } }
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .article-links .offer-play-button svg path {
            fill: #fff;
            transition: all 0.4s ease-in-out; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .offer-play-btn-left .offer-play-button {
      border: solid 1px #046a21; }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .offer-play-btn-left .offer-play-button:hover {
        background-color: transparent;
        border: solid 1px #046a21; }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle {
      margin: 0; }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 14px;
        padding: 0 11px;
        margin-bottom: 5px;
        color: #666666;
        letter-spacing: 1px; }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
            padding: 0 23px; } }
        @media screen and (min-width: 1400px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__subtitle h4 {
            font-size: 20px;
            line-height: 24px;
            padding: 0 20px 0 30px; } }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title {
      margin: 0; }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 3px 0;
        padding: 0 11px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
            font-size: 18px;
            line-height: 22px;
            padding: 0 20px 0 23px; } }
        @media screen and (min-width: 1400px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .owl-media-container__text .media-container__title h2 {
            font-size: 20px;
            line-height: 24px;
            padding: 0 20px 0 30px; } }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper {
    max-height: 349px;
    overflow-y: scroll; }
    @media screen and (min-width: 1400px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper {
        max-height: 454px; } }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item {
      border: 1px solid #d8d8d8;
      position: relative;
      display: flex;
      margin: 0 0 8px 0;
      background-color: #ffffff;
      cursor: pointer; }
      @media screen and (min-width: 1400px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item {
          margin: 0 0 7px 0; } }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-image {
        object-fit: cover;
        aspect-ratio: 16 / 12;
        width: 102px; }
        @media screen and (min-width: 1400px) {
          .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-image {
            width: 105px;
            height: 105px; } }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts {
        padding: 0 0 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts span {
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          font-size: 10px;
          line-height: 12px;
          margin-bottom: 5px;
          color: #666666;
          letter-spacing: 1px; }
          @media screen and (min-width: 1400px) {
            .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts span {
              font-size: 14px;
              line-height: 22px; } }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts p {
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          font-size: 16px;
          line-height: 20px;
          margin: 0 0 3px 0;
          letter-spacing: 1px;
          text-transform: uppercase; }
          @media screen and (min-width: 1400px) {
            .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .video-owl-thumb-item-texts p {
              font-size: 20px;
              line-height: 24px; } }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay {
        opacity: 0;
        transition: all 0.4s ease-in-out;
        position: absolute;
        color: white;
        background-color: #046a21;
        padding: 14px 12px;
        width: 100%;
        height: 100%;
        font-size: 16px; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay .overlay_title {
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item .offer_video_info_overlay .overlay_subtite {
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          font-size: 14px;
          letter-spacing: 1.17px; }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .offer_video_info_overlay {
        opacity: 1; }
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .video-owl-thumb-item-texts span,
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .video-owl-thumbs-wrapper .video-owl-thumb-item:hover .video-owl-thumb-item-texts p {
        color: transparent; }
  .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link {
    background-color: white;
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 62px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.5px; }
    @media screen and (min-width: 1400px) {
      .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link {
        height: 82px; } }
    .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link a {
      width: 100%;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      @media screen and (min-width: 1400px) {
        .landing-page .landing-page-offers-blog-container .media-blog-video-wrapper .media-blog-video .video-slider-container .offer_video_archiv_link a {
          font-size: inherit;
          line-height: inherit; } }
.landing-page .landing-page-offers-blog-container img.video-owl-thumb-item-image {
  opacity: 0.5; }
.landing-page .landing-page-offers-blog-container .active img.video-owl-thumb-item-image {
  opacity: 1; }
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item:hover .video-owl-thumb-item-image {
  opacity: 1; }
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item .video-button {
  right: 20px !important;
  background-image: url(../images/10_img-play1.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 100%;
  transition: filter .3s ease-in-out;
  border: 1px solid #ffffff;
  left: 5px !important;
  right: auto;
  bottom: 5px !important;
  width: 25px;
  height: 25px;
  background-size: 45px; }
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item .video-button,
.landing-page .landing-page-offers-blog-container .owl-video-slider-item.item .video-button {
  display: none; }
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%; }
.landing-page .landing-page-offers-blog-container .video-media-container .video-owl-thumbs .video-owl-thumb-item {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.25s ease-in-out; }
.landing-page .landing-page-offers-blog-container .video-media-container-wrapper {
  position: relative;
  margin-bottom: 10px; }
  .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    display: none; }
    .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner {
      width: 100%;
      height: 100%; }
      .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner a.film-layer__video-close.icon.icon-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        z-index: 11; }
      .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js {
        width: 100%;
        height: 100%; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control-bar {
          width: 95%;
          bottom: 20px;
          margin: auto;
          border-radius: 5px; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control-bar {
          background-color: rgba(0, 0, 0, 0.65); }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-control {
          display: flex;
          align-items: center; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js *:before, .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js *::after {
          color: #fff; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-load-progress div {
          background: #ccc; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-volume-level {
          background-color: #ccc; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-play-progress .vjs-time-tooltip {
          font-family: sans-serif; }
        .landing-page .landing-page-offers-blog-container .video-media-container-wrapper div#video-player-container-offer-head-slider .film-layer__inner div.video-js .vjs-menu .vjs-menu-content {
          background-color: rgba(0, 0, 0, 0.65); }

.landing-page .media-container-container {
  position: relative;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .landing-page .media-container-container {
      margin-bottom: 40px; } }
  .landing-page .media-container-container .stream-media-layer {
    position: absolute;
    z-index: 1001;
    width: 100vw;
    height: 100vh;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .landing-page .media-container-container .stream-media-layer {
        max-width: 1230px; } }
    @media screen and (min-width: 1024px) {
      .landing-page .media-container-container .stream-media-layer {
        height: 100%; } }
    .landing-page .media-container-container .stream-media-layer div.video-js {
      max-height: 100%;
      max-width: 100%; }
  .landing-page .media-container-container .carousel .carousel-inner {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row: 2;
    gap: 15px; }
    @media screen and (min-width: 768px) {
      .landing-page .media-container-container .carousel .carousel-inner {
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 250px 250px; } }
    @media screen and (min-width: 1024px) {
      .landing-page .media-container-container .carousel .carousel-inner {
        grid-template-rows: 325px 325px; } }
    .landing-page .media-container-container .carousel .carousel-inner .carousel-item {
      display: block !important;
      overflow: hidden; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item a {
        cursor: pointer; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transition: all 0.4s ease-in-out; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item:hover .owl-media-container__text .media-container__copyright {
        display: block !important; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item:hover img {
        transform: scale(1.1);
        filter: saturate(1) !important; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item:hover .owl-media-container__text {
        background-color: transparent !important; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item .media-container__title {
        display: none; }
      .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text {
        transition: all 0.4s ease-in-out;
        color: #fff;
        padding: 10px 15px !important;
        max-width: 100% !important;
        margin: 10px !important;
        font-family: "SourceSans3Medium", Helvetica, Arial, sans-serif !important; }
        .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
          color: #fff;
          background: transparent !important;
          font-family: "SourceSans3Medium", Helvetica, Arial, sans-serif !important;
          padding: 0px  0 !important; }
          @media screen and (min-width: 768px) {
            .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
              padding: 5px  0 !important; } }
        .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__subtitle {
          background-color: transparent !important;
          color: #fff;
          padding: 10px 15px;
          font-size: 16px !important;
          margin: 0 !important;
          line-height: normal !important;
          font-family: "SourceSans3Medium", Helvetica, Arial, sans-serif !important; }
        .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__copyright {
          font-size: 12px;
          line-height: 1.3;
          color: #fff;
          display: block; }
          @media screen and (min-width: 768px) {
            .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__copyright {
              display: none;
              font-size: 14px; } }
        .landing-page .media-container-container .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons {
          display: none !important; }
  .landing-page .media-container-container .carousel button.carousel-control-prev,
  .landing-page .media-container-container .carousel button.carousel-control-next {
    display: none !important; }
  .landing-page .media-container-container .carousel .carousel-indicators {
    display: none; }
.landing-page .media-wrapper {
  max-width: 100%;
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .landing-page .media-wrapper {
      max-width: 1230px; } }
  .landing-page .media-wrapper .carousel-indicators {
    position: absolute;
    top: 270px;
    right: 20px;
    float: right;
    left: inherit;
    margin: 0;
    justify-content: inherit;
    z-index: 999; }
    @media screen and (min-width: 768px) {
      .landing-page .media-wrapper .carousel-indicators {
        display: none;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .landing-page .media-wrapper .carousel-indicators {
      padding-left: 20px;
      padding-right: 20px; } }

    .landing-page .media-wrapper .carousel-indicators button {
      height: 7px;
      width: 7px;
      background-color: #fff;
      border-radius: 10px;
      border: 2px solid #046a21;
      margin-left: 7px;
      transition: 0.3s all ease; }
  .landing-page .media-wrapper .carousel {
    height: 100%; }
    .landing-page .media-wrapper .carousel button.carousel-control-prev,
    .landing-page .media-wrapper .carousel button.carousel-control-next {
      z-index: 12;
      display: block;
      opacity: 1;
      transition: border-color 0.4s ease-in-out;
      /* mix-blend-mode: difference; */ }
      @media screen and (max-width: 768px) {
        .landing-page .media-wrapper .carousel button.carousel-control-prev,
        .landing-page .media-wrapper .carousel button.carousel-control-next {
          display: none; } }
      .landing-page .media-wrapper .carousel button.carousel-control-prev span,
      .landing-page .media-wrapper .carousel button.carousel-control-next span {
        background-repeat: no-repeat !important;
        background-size: 25px;
        background-position: center center;
        width: 100%;
        height: 100%; }
    .landing-page .media-wrapper .carousel .carousel-control-next {
      width: 40px;
      height: 40px;
      right: 50px;
      bottom: 50px;
      top: inherit; }
    .landing-page .media-wrapper .carousel .carousel-control-prev {
      width: 40px;
      height: 40px;
      transform: none !important;
      right: 100px;
      bottom: 50px;
      top: inherit;
      left: inherit; }
    .landing-page .media-wrapper .carousel .carousel-inner {
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .media-wrapper .carousel .carousel-inner {
          height: 670px !important; } }
      .landing-page .media-wrapper .carousel .carousel-inner .carousel-item {
        height: 100%;
        transition: transform 0s ease-in-out; }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item a {
          height: 100%; }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .media-container-img-link {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute; }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js {
          position: absolute;
          width: 100%;
          height: 100%; }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js .vjs-tech {
            width: auto;
            height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
            @media screen and (min-width: 1024px) {
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .video-js .vjs-tech {
                width: 100%;
                height: 100%;
                object-fit: cover; } }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .gradient-layer {
          background-color: #373737;
          position: absolute;
          width: 100%;
          height: 22%;
          left: 0;
          bottom: 0;
          z-index: 5;
          transform: rotate(0deg);
          transition: all 0.4s ease-in-out;
          background: black;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.3743872549) 30%, rgba(0, 0, 0, 0) 90%); }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item:hover .gradient-layer {
          opacity: 1; }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item > img {
          width: 100%;
          height: auto;
          object-fit: cover;
          object-position: 35%;
          transition: all 0.4s ease-in-out;
          opacity: 1; }
        .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
          left: inherit;
          z-index: 99;
          text-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          bottom: 0;
          width: auto;
          position: absolute;
          width: 100%;
          margin: 0 !important;
          border-radius: 0 !important;
          min-height: 40px;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center; }
          @media screen and (min-width: 768px) {
            .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text {
              min-height: 80px;
              background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.55) 100%) !important; } }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__event-title {
            font-size: 14px;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-family: "SourceSans3", Helvetica, Arial, sans-serif !important; }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
            font-family: "RobotoSlab-Regular", Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 20px;
            word-wrap: break-word; }
            @media screen and (min-width: 768px) {
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__title {
                width: 100%;
                background-color: #046a21;
                color: #fff;
                display: inline;
                padding: 10px 15px;
                box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
                margin: 0;
                font-size: 30px;
                text-transform: none !important; } }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__subtitle {
            margin: 5px 0 0 0;
            font-size: 20px;
            letter-spacing: 0.5px;
            width: fit-content; }
            @media screen and (min-width: 768px) {
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__subtitle {
                margin: 15px 0 0 0;
                background-color: #046a21;
                color: #fff;
                padding: 10px 15px;
                box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
                font-size: 25px;
                margin-bottom: 20px; } }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text a.read-more {
            color: #666666;
            display: inline-flex; }
            .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text a.read-more:hover {
              color: #046a21; }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text a.read-less {
            position: absolute;
            top: 20px;
            right: 20px;
            background-size: 15px;
            width: 15px;
            height: 15px;
            background-image: url("../images/icon_close-black.svg");
            background-repeat: no-repeat; }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__description {
            width: 100%;
            font-size: 20px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 20px; }
            @media screen and (max-width: 1200px) {
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .media-container__description {
                font-size: 16px;
                line-height: 24px; } }
          .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons {
            font-size: 0; }
            @media screen and (min-width: 768px) {
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons {
                display: flex;
                align-items: center; } }
            .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row svg {
              width: 16px;
              margin-top: -2px; }
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row svg g {
                fill: #373737; }
            .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
              width: 43px;
              height: 43px;
              padding: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 2px solid white; }
              @media screen and (min-width: 768px) {
                .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
                  width: 53px;
                  height: 53px; } }
              @media screen and (min-width: 1024px) {
                .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
                  width: 53px;
                  height: 53px; } }
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt svg.icon-play-btn {
                width: 12px; }
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover {
                border-color: white;
                background-color: white; }
                .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover svg path {
                  fill: black; }
              .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
                border: 2px solid white;
                color: white;
                font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
                padding: 11px 45px; }
                @media screen and (min-width: 1024px) {
                  .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
                    padding: 8px 45px; } }
                .landing-page .media-wrapper .carousel .carousel-inner .carousel-item .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type:hover {
                  border-color: #046a21;
                  color: #046a21; }
.landing-page .owl-dots {
  position: absolute;
  bottom: 0px;
  right: unset;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%; }
  .landing-page .owl-dots button.owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%; }
  .landing-page .owl-dots button.owl-dot.active {
    background: #046a21 !important; }

.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item:first-of-type .media-container__title {
  display: none !important; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item:first-of-type .gradient-layer {
  display: none !important; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item:first-of-type .owl-media-container__text {
  background: none !important; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item:first-of-type:hover img {
  transform: scale(1) !important; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-a-1 {
  display: flex !important;
  justify-content: flex-end; }
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-a-1 a {
    height: 100%;
    display: flex;
    justify-content: flex-end !important;
    align-items: start;
    flex-direction: column; }
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-a-1 .owl-media-container__text {
    /* height: 100%; */ }
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
      font-size: 20px;
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .media-container-bs-carousel
        .media-wrapper
        .carousel
        .carousel-inner
        .carousel-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
          font-size: 40px; } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-a-2 a {
  height: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: start;
  flex-direction: column; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-a-2 .owl-media-container__text .media-container__title {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-a-2 .owl-media-container__text .media-container__title {
      font-size: 30px; } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-a-3 a {
  height: 100%;
  display: flex;
  justify-content: flex-end !important;
  align-items: end;
  flex-direction: column; }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-a-3 .owl-media-container__text {
  background: transparent !important;
  min-height: 65px; }
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-a-3 .owl-media-container__text .media-container__title {
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .media-container-bs-carousel
      .media-wrapper
      .carousel
      .carousel-inner
      .carousel-item.media-item-style-option-a-3 .owl-media-container__text .media-container__title {
        font-size: 40px; } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-b-1 .owl-media-container__text {
  background: #046a21;
  min-height: 100%;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-b-1 .owl-media-container__text {
      background: #046a21 !important;
      min-height: 40px !important;
      justify-content: flex-end !important; } }
@media screen and (min-width: 768px) {
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-b-2 img {
    filter: saturate(0); } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-b-2 .owl-media-container__text {
  background: rgba(4, 106, 33, 0.5);
  min-height: 100%;
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-b-2 .owl-media-container__text {
      background: #046a21 !important;
      min-height: 40px !important;
      justify-content: flex-end !important; } }
  @media screen and (min-width: 768px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-b-2 .owl-media-container__text {
      height: 100%; } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-b-3 .owl-media-container__text {
  justify-content: flex-end;
  background: #046a21; }
  @media screen and (max-width: 767px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-b-3 .owl-media-container__text {
      min-height: 40px !important;
      justify-content: flex-end !important;
      top: unset !important; } }
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-b-3 .owl-media-container__text::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
    opacity: 1;
    /* @media screen and (min-width: $media-768) {
      background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 5%,
        rgba(0, 0, 0, 0.55) 100%
      ) !important;
    } */ }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-c-1 .owl-media-container__text {
  top: 0 !important;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .media-container-bs-carousel
    .media-wrapper
    .carousel
    .carousel-inner
    .carousel-item.media-item-style-option-c-1 .owl-media-container__text {
      background: #046a21 !important;
      min-height: 40px !important;
      justify-content: flex-end !important;
      top: unset !important; } }
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-c-1 .owl-media-container__text a {
    height: 100%;
    display: flex;
    justify-content: flex-start !important;
    align-items: start;
    flex-direction: column; }
@media screen and (min-width: 768px) {
  .media-container-bs-carousel
  .media-wrapper
  .carousel
  .carousel-inner
  .carousel-item.media-item-style-option-c-1 .gradient-layer {
    background-color: #373737;
    position: absolute;
    width: 100%;
    height: 22%;
    left: 0;
    bottom: 0;
    z-index: 5;
    transform: rotate(180deg) !important;
    transition: all 0.4s ease-in-out;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3743872549) 30%, rgba(0, 0, 0, 0) 90%);
    top: 0 !important; } }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-c-2 .owl-media-container__text {
  bottom: 0 !important;
  justify-content: flex-end;
  height: auto;
  /*      @media screen and (min-width: $media-768) {
          height: 100%;
        }*/ }
.media-container-bs-carousel
.media-wrapper
.carousel
.carousel-inner
.carousel-item.media-item-style-option-c-2 a {
  height: 100%;
  display: flex;
  justify-content: flex-end !important;
  align-items: start;
  flex-direction: column; }

.landing-page-onepager-slider {
  background: #373737;
  max-width: 1400px;
  margin: 20px auto; }
  .landing-page-onepager-slider .header-text-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 40px 0 0px; }
    @media screen and (min-width: 768px) {
      .landing-page-onepager-slider .header-text-wrapper {
        padding: 50px 0 0; } }
    .landing-page-onepager-slider .header-text-wrapper h1, .landing-page-onepager-slider .header-text-wrapper h3 {
      color: white; }
  .landing-page-onepager-slider .media-container-type-onepager .media-wrapper {
    min-height: unset;
    padding: 30px;
    padding-bottom: 100px !important; }
    @media screen and (min-width: 768px) {
      .landing-page-onepager-slider .media-container-type-onepager .media-wrapper {
        padding: 40px; } }
  .landing-page-onepager-slider .media-container-type-onepager .card {
    border-radius: 10px;
    overflow: hidden;
    min-height: 200px;
    background: #373737;
    border: solid 1px #d8d8d8; }
    @media screen and (min-width: 768px) {
      .landing-page-onepager-slider .media-container-type-onepager .card {
        min-height: 230px; } }
    .landing-page-onepager-slider .media-container-type-onepager .card .card-img img {
      transform: scale(1);
      background: #373737;
      max-height: 230px;
      transition: transform 0.5s ease;
      cursor: pointer; }
      .landing-page-onepager-slider .media-container-type-onepager .card .card-img img.card-img-item {
        object-fit: cover;
        height: 100% !important;
        width: auto;
        min-width: 100%; }
      .landing-page-onepager-slider .media-container-type-onepager .card .card-img img.default-logo {
        position: absolute;
        width: 100px !important;
        min-width: unset;
        margin: 18px;
        height: auto !important; }
    .landing-page-onepager-slider .media-container-type-onepager .card .card-img .overlay {
      opacity: 0.2 !important;
      width: 100%;
      background-color: black;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 2;
      transition: opacity 0.5s ease; }
    .landing-page-onepager-slider .media-container-type-onepager .card:hover img {
      transform: scale(1.1);
      transition: transform 0.5s ease; }
    .landing-page-onepager-slider .media-container-type-onepager .card:hover .overlay {
      opacity: 0.4 !important; }
    .landing-page-onepager-slider .media-container-type-onepager .card .card-body {
      position: absolute;
      bottom: 0;
      z-index: 5; }
      .landing-page-onepager-slider .media-container-type-onepager .card .card-body .card-text {
        color: white;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .5px; }
      .landing-page-onepager-slider .media-container-type-onepager .card .card-body .card-title {
        color: white;
        line-height: 1.3; }
    .landing-page-onepager-slider .media-container-type-onepager .card .icon-container {
      z-index: 5;
      position: absolute;
      top: 10px;
      right: 20px; }
  .landing-page-onepager-slider .media-container-type-onepager .owl-nav {
    display: flex !important;
    width: 100% !important;
    position: absolute;
    right: 0;
    top: unset;
    bottom: -20px; }
    @media screen and (min-width: 768px) {
      .landing-page-onepager-slider .media-container-type-onepager .owl-nav {
        display: flex !important;
        top: -100px;
        bottom: unset; } }
    .landing-page-onepager-slider .media-container-type-onepager .owl-nav button.owl-prev {
      background-image: url(../images/icon_arrow-left-white.svg) !important;
      background-repeat: no-repeat;
      background-size: 15px !important;
      width: 15px !important; }
    .landing-page-onepager-slider .media-container-type-onepager .owl-nav button.owl-next {
      background-image: url(../images/icon_arrow-right-white.svg) !important;
      background-repeat: no-repeat;
      background-size: 15px !important;
      width: 15px !important; }
  .landing-page-onepager-slider .media-container-type-onepager .owl-dots {
    position: relative;
    bottom: -40px;
    right: unset;
    display: none;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .landing-page-onepager-slider .media-container-type-onepager .owl-dots {
        display: flex !important; } }

.film-layer.film-layer--playing {
  background: #000000bf;
  z-index: 999999999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  color: white;
  display: flex;
  align-items: center;
  overflow-y: scroll; }
  .film-layer.film-layer--playing .film-layer__inner {
    max-width: 1100px;
    margin: 0 auto; }
    .film-layer.film-layer--playing .film-layer__inner .video-js {
      width: 100%;
      max-height: 620px; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control-bar {
        width: 95%;
        bottom: 20px;
        margin: auto;
        border-radius: 10px; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control-bar {
        background-color: rgba(0, 0, 0, 0.65); }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-control {
        display: flex;
        align-items: center; }
      .film-layer.film-layer--playing .film-layer__inner .video-js *:before, .film-layer.film-layer--playing .film-layer__inner .video-js *::after {
        color: #fff; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-load-progress div {
        background: #ccc; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-volume-level {
        background-color: #ccc; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-play-progress .vjs-time-tooltip {
        font-family: sans-serif; }
      .film-layer.film-layer--playing .film-layer__inner .video-js .vjs-menu .vjs-menu-content {
        background-color: rgba(0, 0, 0, 0.65); }
  .film-layer.film-layer--playing .film-layer-info {
    background: #fff;
    color: #000;
    padding: 20px;
    font-size: 1rem; }
    .film-layer.film-layer--playing .film-layer-info span.info-subtitle {
      font-family: "HelveticaNeue-thin", Helvetica, Arial, sans-serif !important;
      margin-bottom: 5px;
      display: block;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 14px; }
  .film-layer.film-layer--playing a.film-layer__video-close.icon {
    position: fixed;
    right: 22px;
    top: 16px;
    width: 30px;
    height: 30px;
    background: black;
    border: solid 1px white;
    display: flex;
    padding: 6px; }

.landing-page .landing-page-blog-container .timeline {
  max-width: 100%;
  min-height: inherit; }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container .timeline {
      max-width: 1400px; } }
  .landing-page .landing-page-blog-container .timeline .hide-on-mobile {
    display: none !important; }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-blog-container .timeline .hide-on-mobile .hide-on-mobile {
        display: block !important; }
      .landing-page .landing-page-blog-container .timeline .hide-on-mobile .hide-on-desktop {
        display: none !important; } }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container .timeline {
      padding: 0 35px; } }
  .landing-page .landing-page-blog-container .timeline .timeline-article-header {
    font-family: "SourceSans3", Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
    height: 45px;
    padding: 2px 20px;
    font-size: 15px;
    letter-spacing: 0.06em; }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container .timeline .timeline-article-content {
      padding-bottom: 40px; } }
  .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin-bottom: 47px;
    /*                .person-role,*/ }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event:first-child .date-day-wrapper {
      visibility: visible;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .ensemble-crew {
        display: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .toggle-ensemble {
        display: flex;
        align-items: center;
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        color: #373737; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper .toggle-ensemble:after {
          content: "";
          background: url(../images/icons/icon_arrow-right.svg);
          display: inline-block;
          width: 15px;
          height: 15px;
          background-size: 6px;
          background-repeat: no-repeat;
          background-position: center;
          cursor: pointer;
          transform: rotate(90deg);
          vertical-align: middle;
          margin-left: 5px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper.read-more .toggle-ensemble:after {
        transform: rotate(270deg); }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .ensemble.oper.read-more .ensemble-crew {
        display: block;
        visibility: visible;
        opacity: 1;
        font-size: 16px;
        line-height: 24px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
      padding-left: 0;
      padding-right: 0;
      /*                    .person-role,*/ }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
        background-color: #046a21;
        width: calc(100% + 30px);
        transform: translateX(-15px);
        padding: 35px;
        padding-top: 21px;
        padding-left: 15px; }
        @media screen and (min-width: 1024px) {
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
            width: 100%;
            transform: translateX(0); } }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .flag-status {
          border-color: #FFFFFF; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .status {
          color: #FFFFFF; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info * {
          color: #FFFFFF; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .children-young .cls-1 {
          fill: #FFFFFF !important; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .free-entry {
          color: #FFFFFF !important;
          border-color: #FFFFFF !important; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button {
          border-color: #FFFFFF;
          /*                            bottom: 35px;*/ }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button a {
            color: #ffffff;
            border-color: white; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .nsh-double-button:hover a {
            color: #373737;
            background-color: white;
            border-color: white; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .sold-out-popup span {
          color: black; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .young-label-container svg path,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info .young-label-container svg circle {
          fill: #FFFFFF !important; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .person-names,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .toggle-ensemble,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .person-role {
        color: white !important; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .advertisement a {
        color: white;
        text-decoration: underline; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .advertisement a:hover {
          color: white; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .status {
        color: #046a21; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .event-info {
        background-color: #ffeaea; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .young-label-container svg path,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .young-label-container svg circle {
        fill: #A6A6A6 !important; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere.grey-color .nsh-double-button {
        border-color: #A6A6A6 !important;
        right: 35px;
        bottom: 35px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color {
      color: #A6A6A6; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color a {
        color: #A6A6A6 !important; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span {
        color: #A6A6A6 !important; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span .young-label-container svg path,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color span .young-label-container svg circle {
          fill: #A6A6A6 !important; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .grey-color .nsh-double-button {
        border-color: #A6A6A6 !important;
        right: 35px;
        bottom: 35px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
      display: none;
      flex-direction: row;
      padding-bottom: 35px;
      /*                    max-width: 168px;*/
      max-width: 103px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
          visibility: hidden;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap; } }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper.empty {
        padding-bottom: 0; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper * {
        color: #373737; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 3px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
          letter-spacing: 1px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          align-items: flex-start;
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          line-height: 28px;
          margin-bottom: 0px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-info {
          color: #046a21;
          font-size: 23px;
          letter-spacing: 4.5px;
          margin-bottom: 17px;
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          line-height: 28px;
          text-transform: uppercase;
          margin-top: 3px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date {
          display: flex;
          flex-direction: column; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
            font-size: 50px;
            line-height: 60px; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-month {
            font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
            font-size: 15px;
            letter-spacing: 0.09em;
            text-transform: uppercase; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .info-wrapper {
      position: relative; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .info-wrapper {
          display: flex;
          flex-direction: column; } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .category {
      line-height: 24px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
      font-size: 16px;
      width: 100%;
      margin-top: 6px;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
          width: calc(100% - 190px); } }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a {
        font-family: "SourceSans3", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info .status {
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
          width: calc(100% - 190px); } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
          width: calc(100% - 190px); } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
      font-family: "SourceSans3", Helvetica, Arial, sans-serif;
      letter-spacing: normal; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
      color: #f35764;
      border: 2px solid #f35764;
      font-size: 14px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 145px;
      min-width: 145px;
      font-family: "SourceSans3", Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin-top: 10px; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
          font-size: 18px;
          padding-top: 8px;
          padding-bottom: 10px; } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour {
      color: #666666; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .on-tour {
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        padding-top: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 14px;
        line-height: 30px;
        padding: 0.1em 0.3em;
        margin-right: 8px;
        color: #fff;
        background: #666666; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .title,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-on-tour .ensemble.oper .toggle-ensemble {
        color: #666666 !important; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .category {
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding-top: 0;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 14px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .icon-container {
      display: inline-flex;
      align-items: center; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container {
      display: inline-flex;
      margin-right: 10px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg {
        width: 35px;
        height: 31px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg path,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg circle,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .young-label-container svg .cls-1 {
          fill: #046a21; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      font-size: 30px;
      line-height: 38px;
      letter-spacing: 1.3px;
      margin-top: 6px;
      margin-bottom: 5px;
      text-transform: uppercase; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title a {
        margin-right: 6px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title a:hover a {
          color: #046a21; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title .children-young {
        width: 40px;
        margin-left: 5px;
        vertical-align: baseline; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-bottom: 1px;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
          width: calc(100% - 190px); } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement,
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .person-names a,
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .person-names {
      font-family: "SourceSans3", Helvetica, Arial, sans-serif; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement {
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      margin-top: 12px;
      line-height: 24px; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement {
          width: calc(100% - 190px); } }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble-wrapper {
      min-height: 27px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble,
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus,
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement,
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
      display: block; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a {
        color: #046a21; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble a:hover,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus a:hover,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .advertisement a:hover,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info a:hover {
          color: #373737; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0;
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-role,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-names a,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble .person-names {
        font-size: 16px;
        line-height: 24px;
        /*                        font-size: 14px;
                                              color: $txt-primary;
                                              text-transform: none;*/ }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-role {
        font-size: 16px;
        color: #202020;
        text-transform: uppercase;
        letter-spacing: 0.01em; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names a {
        color: #046a21; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .person-names a:hover {
        font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble.oper .line-break {
        display: block;
        height: 12px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button {
      order: 2;
      margin-top: 10px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left {
        /*                        width: 100%;
                                              max-width: fit-content;*/ }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a {
          font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
          border: 2px solid #373737;
          transition: 0.3s all ease;
          display: block;
          font-size: 14px;
          padding: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 8px;
          padding-bottom: 8px;
          width: 145px;
          min-width: 145px;
          font-family: "SourceSans3", Helvetica, Arial, sans-serif;
          font-weight: 600; }
          @media screen and (min-width: 1024px) {
            .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a {
              font-size: 18px;
              padding-top: 8px;
              padding-bottom: 10px; } }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-left a:hover {
            color: white;
            border: 2px solid #373737;
            background-color: #373737; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button .nsh-double-button-right {
        display: none; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button.button-sold-out a {
        color: #d8d8d8;
        border: 2px solid #d8d8d8; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry {
      border: 2px solid #A6A6A6;
      color: #A6A6A6;
      font-size: 14px;
      padding: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 145px;
      min-width: 145px;
      font-family: "SourceSans3", Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin-top: 10px; }
      @media screen and (min-width: 1024px) {
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry {
          font-size: 18px;
          padding-top: 8px;
          padding-bottom: 10px; } }
  .landing-page .landing-page-blog-container .timeline .article-links {
    justify-content: left; }
    @media screen and (min-width: 1024px) {
      .landing-page .landing-page-blog-container .timeline .article-links {
        justify-content: center; } }
    .landing-page .landing-page-blog-container .timeline .article-links a {
      font-family: "SourceSans3Bold", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      padding: 9px 18px;
      font-size: 14px; }
      @media screen and (min-width: 768px) {
        .landing-page .landing-page-blog-container .timeline .article-links a {
          padding: 9px 25px 12px 29px;
          font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .landing-page .landing-page-blog-container .timeline .event {
      margin-bottom: 45px; }
    .landing-page .landing-page-blog-container .timeline .hide-on-desktop .toggle-ensemble {
      margin: 15px 0; } }
  @media screen and (min-width: 568px) {
    .landing-page .landing-page-blog-container .timeline {
      /**DONT FILL **/ } }
  @media screen and (min-width: 768px) {
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row;
      padding-bottom: 0px;
      /*                    padding-bottom: 35px;*/ }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
        font-size: 40px;
        margin-top: 15px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
        margin-top: 12px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info .date-day-wrapper {
        min-width: 300px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
        /*                        padding-bottom: 38px;*/
        padding-bottom: 0px;
        min-width: 118px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
          flex-direction: column; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
            margin-bottom: -10px; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
            font-size: 70px;
            line-height: 113px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .hide-on-desktop .toggle-ensemble {
        margin: 0 0 10px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
      padding-bottom: 47px; } }
  @media screen and (min-width: 1024px) {
    .landing-page .landing-page-blog-container .timeline .hide-on-mobile {
      display: block !important; }
    .landing-page .landing-page-blog-container .timeline .hide-on-desktop {
      display: none !important; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
      margin-bottom: 0px;
      /*                    padding-bottom: 45px;*/
      padding-bottom: 37px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
        /*                            width: calc(100% + 19px);*/ }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
          margin-left: -19px;
          padding-left: 33px;
          margin-top: 5px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .short-info,
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .opus {
          width: calc(100% - 208px); }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .event-info {
        display: initial; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
        font-size: 50px;
        letter-spacing: 1.2px;
        line-height: 48px;
        margin-top: 6px;
        margin-bottom: 12px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 0px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
        margin-top: 3px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
        padding-bottom: 0;
        min-width: 205px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner {
          flex-direction: column; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
            margin-bottom: initial; }
          .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date .date-day {
            font-size: 100px;
            line-height: 113px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .nsh-double-button,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .free-entry,
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .flag-status {
        position: absolute;
        bottom: 0;
        right: 0; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
      padding-top: 5px;
      padding-bottom: 41px; } }
  @media screen and (min-width: calc( 1240px + 15px * 2 )) {
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text {
      padding-left: 20%;
      display: flex; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text p.gill-sans.medium {
        width: auto; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event-container-teaser-text svg {
        width: auto;
        height: auto;
        padding-top: 0px;
        max-width: 35px; } }
  @media screen and (min-width: 1200px) {
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
      padding-left: 0;
      margin-bottom: 4px;
      margin-top: 9px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
        min-width: 202px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
        /*                            width: calc(100% + 20px);*/ }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
          margin-left: -32px;
          margin-top: 4px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
        margin-top: 6px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
        margin-top: 5px;
        line-height: 18px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .short-info {
        margin-top: 8px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .ensemble {
        line-height: 20px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .placer {
        padding-top: 15px;
        padding-bottom: 47px; }
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .placer {
      padding-top: 13px; } }
  @media screen and (min-width: 1400px) {
    .landing-page .landing-page-blog-container .timeline .timeline-article-content .event {
      margin-bottom: 0px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .title {
        margin-top: 7px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .opus {
        margin-top: 5px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper {
        min-width: 200px; }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event .date-day-wrapper .date-day-inner .date-name {
          line-height: 30px; }
      .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere {
        /*                            width: calc(100% + 35px);*/ }
        .landing-page .landing-page-blog-container .timeline .timeline-article-content .event.is-premiere .event-info {
          margin-top: 10px;
          /*                            margin-bottom: 5px;*/
          margin-left: -33px; } }

section.logos-network {
  padding: 40px 5px; }
  @media screen and (min-width: 768px) {
    section.logos-network {
      padding: 50px 5px; } }
  section.logos-network .toptitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center; }
  section.logos-network .logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    section.logos-network .logo-list .logo {
      filter: grayscale(1);
      display: flex;
      justify-content: center;
      margin: 20px 0; }

div#calendar-timeline {
  display: none !important;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    div#calendar-timeline {
      max-width: 1400px; } }
  @media screen and (min-width: 768px) {
    div#calendar-timeline {
      margin-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    div#calendar-timeline {
      display: block !important;
      margin-top: 60px; } }

.timeline {
  width: 100%;
  margin-left: 40px; }

.days {
  overflow-x: auto;
  white-space: nowrap;
  height: 75px;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  font-size: 0; }
  @media screen and (min-width: 768px) {
    .days {
      display: block !important;
      visibility: visible !important; } }

.calendar-timeline__headline {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px; }

.calendar-timeline__body {
  height: 75px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  border: 1px solid #d8d8d8;
  margin-bottom: 2px;
  margin: 0 auto; }

.timeline-button,
.timeline,
.timeline-day,
.timeline-month-label {
  display: inline-block;
  vertical-align: top; }

.timeline {
  width: 100%;
  overflow-x: auto; }

button.timeline-button.fwd {
  right: 0px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  border-top: solid 1px #d8d8d8; }

button.timeline-button.bwd {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-top: solid 1px #d8d8d8; }

.timeline-button {
  position: absolute;
  visibility: visible;
  display: inline-block;
  background: rgba(0, 0, 0, 0) url(../images/icons/icon_chevron.svg) no-repeat scroll 10px 27px/auto 20px;
  height: 75px;
  width: 75px;
  cursor: pointer;
  background-color: #fff;
  background-position: center; }

.timeline-day,
.timeline-month-label {
  width: 85px;
  height: 100%;
  border-right: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300; }

.timeline-day {
  transition: all .4s ease-in-out;
  cursor: pointer;
  padding-top: 15px; }
  .timeline-day .day {
    font-family: "SourceSans3", Helvetica, Arial, sans-serif;
    color: #046a21;
    font-size: 16px; }
  .timeline-day .date {
    font-family: "RobotoSlab-Medium", Helvetica, Arial, sans-serif; }

.timeline-day.today {
  background: linear-gradient(#243141, #3c4f63);
  background: -prefix-linear-gradient(#243141, #3c4f63);
  background: #046a21;
  color: #fff; }
  .timeline-day.today .day {
    color: #fff; }

.timeline-day.weekend {
  background-color: #fff; }

.timeline-day:hover,
.timeline-day:active,
.timeline-day:focus,
.timeline-day.selected {
  background-color: #046a21;
  color: #fff; }
  .timeline-day:hover .day,
  .timeline-day:active .day,
  .timeline-day:focus .day,
  .timeline-day.selected .day {
    color: #fff; }

.landing-page-blog-recommendations-wrapper {
  padding-top: 40px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .landing-page-blog-recommendations-wrapper {
      max-width: 1400px; } }
  @media screen and (min-width: 768px) {
    .landing-page-blog-recommendations-wrapper {
      padding-top: 60px;
      padding-left: 80px;
      padding-right: 80px; } }
  .landing-page-blog-recommendations-wrapper .recommendations__headline h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "SourceSans3Medium", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-align: left; }
  .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations .media-container-container {
    overflow: unset;
    width: 100%; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations .media-container-container .owl-stage-outer {
      max-width: 1240px;
      width: 100%;
      margin: 0 auto; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations .media-container-container .owl-nav {
      top: calc(30% - 30px);
      width: calc(100% + 165px); }
  .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article {
    display: flex;
    flex-direction: column-reverse; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article .card-img-top {
      border-radius: 0px;
      border: solid 1px #d8d8d8; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article .card-body {
      padding: 20px 0; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article span.post-date {
      font-size: 16px;
      color: #046a21; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article .subtitle {
      text-transform: uppercase;
      color: #046a21;
      font-size: 14px;
      letter-spacing: 2px;
      line-height: 20px;
      margin-bottom: 15px;
      display: block; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article h2.blog-article__title.card-blog-title {
      font-size: 25px;
      color: #373737; }
    .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article a:hover, .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article a:focus, .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article a:active, .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article a:visited, .landing-page-blog-recommendations-wrapper .landing-page-blog-recommendations article a:focus-within {
      text-decoration: underline;
      color: #373737 !important; }

section.landing-page .headline {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px; }
section.landing-page .btn-outline-white-black {
  margin: 15px 10px 0 0; }
section.landing-page .landing-page-blog-container-1 button.cb-flex-editor-button.blog-edit-button {
  bottom: 100px; }
section.landing-page .landing-page-blog-container-1 .landing-page-blog-item {
  transition: all 0.3s ease-in-out; }
section.landing-page .landing-page-blog-container-2 button.cb-flex-editor-button.blog-edit-button {
  bottom: 56px; }
section.landing-page .carousel-item .order-item-row.btn-brand:hover {
  background-color: #363636;
  color: white !important; }
  section.landing-page .carousel-item .order-item-row.btn-brand:hover .order-video-type {
    color: white; }
section.landing-page .icon-play-btn {
  padding-right: 10px; }

/*# sourceMappingURL=page_home.css.map */
