/* apply official grid */

[class*="k-"].columnControl.section,
[class*="k2-"].columnControl.section{
    padding: 0;
}
[class*="k-"].columnControl.section .column_control>ul,
[class*="k2-"].columnControl.section .column_control{
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: normal;
}

[class*="k-"].columnControl.section .column_control>ul>li,
[class*="k2-"].columnControl.section .column_control>ul{
    display: grid;
    grid-auto-rows: minmax(80px, auto);
    width:100%;
    position: relative;
}

@media (min-width: 1025px) {
  [class*="k-"].columnControl.section .column_control>ul>li,
  [class*="k2-"].columnControl.section .column_control>ul{
    grid-template-columns: 80px repeat(11, 1fr 40px) 1fr 80px;
    grid-template-areas:
      'c0 c1 . c2 . c3 . c4 . c5 . c6 . c7 . c8 . c9 . c10 . c11 . c12 c13';
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  [class*="k-"].columnControl.section .column_control>ul>li,
  [class*="k2-"].columnControl.section .column_control>ul{
    grid-template-columns: 30px repeat(11, 1fr 20px) 1fr 30px;
    grid-template-areas: 'c0 c1 . c2 . c3 . c4 . c5 . c6 . c7 . c8 . c9 . c10 . c11 . c12 c13';
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  [class*="k-"].columnControl.section .column_control>ul>li,
  [class*="k2-"].columnControl.section .column_control>ul{
    grid-template-columns: 30px repeat(5, 1fr 20px) 1fr 30px;
    grid-template-areas: 'c0 c1 . c2 . c3 . c4 . c5 . c6 c7';
  }
}

@media (max-width: 480px) {
  [class*="k-"].columnControl.section .column_control>ul>li,
  [class*="k2-"].columnControl.section .column_control>ul{
    grid-template-columns: 15px repeat(5, 1fr 20px) 1fr 15px;
    grid-template-areas: 'c0 c1 . c2 . c3 . c4 . c5 . c6 c7';
  }
}
/*
[class*="k2-"].columnControl.section {
    padding: 0;
}
[class*="k2-"].columnControl.section .column_control>ul {
    margin: 0;
}

[class*="k2-"].columnControl.section .column_control>ul>li{
    width:100%;
}*/

/* gallery */


@media (min-width: 768px) {
    
    .k-gallery .column_control>ul>li {
      max-height: max(61.8vh, 500px)
    }
    .k-gallery[data-count="3"] .column_control>ul>li {
      max-height: max(61.8vh, 800px)
    }
  
    .k-gallery[data-count="3"] .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c0 / span 2 / c7;
    }
    .k-gallery[data-count="3"] .column_control>ul>li>*:nth-child(2){
        grid-area: 1 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="3"] .column_control>ul>li>*:nth-child(3){
        grid-area: 2 / c8 / span 1 / c13;
    }

    .k-gallery[data-count="4"] .column_control>ul>li {
      grid-template-rows: 1fr 1fr;
      max-height: none;
    }


    .k-gallery[data-count="5"] .column_control>ul>li {
      grid-template-rows: min-content min-content 1fr;
      max-height: none;
    }

    .k-gallery[data-count="6"] .column_control>ul>li {
      grid-template-rows: min-content min-content min-content;
      max-height: none;
    }

    .k-gallery[data-count="7"] .column_control>ul>li,
    .k-gallery[data-count="8"] .column_control>ul>li {
      grid-template-rows: min-content min-content min-content;
      max-height: none;
    }

    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(1) img {
        object-position: 50% 60% !important;
    }
    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(2) img{
        object-position: 50% 70% !important;
    }
  
    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c0 / span 1 / c7;
        aspect-ratio: 5/3;
    }
    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(2){
        grid-area: 2 / c6 / span 1 / c13;
        aspect-ratio: 5/3;
    }
    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(3){
        grid-area: 1 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="4"] .column_control>ul>li>*:nth-child(4){
        grid-area: 2 / c0 / span 1  / c5;
    }
  
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(2) img {
      object-position: 50% 60% !important;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(3) img{
      object-position: 50% 70% !important;
    }
    
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(5) img{
      object-position: 50% 30% !important;
    }

    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c0 / span 2 / c7;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(2){
        grid-area: 1 / c8 / span 1 / c13;
        aspect-ratio: 5/3.5;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(3){
        grid-area: 2 / c8 / span 1 / c13;
        aspect-ratio: 5/3.5;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(4){
        grid-area: 3 / c0 / span 1 / c5;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(5){
        grid-area: 3 / c6 / span 1 / c13;
        aspect-ratio: 5/3;
    }


    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(1){
      grid-area: 1 / c0 / span 1 / c7;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(2){
      grid-area: 1 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(3){
      grid-area: 2 / c0 / span 1  / c5;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(4){
        grid-area: 2 / c6 / span 1  / c13;
        aspect-ratio: 5/4;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(5){
      grid-area: 3 / c0 / span 1 / c7;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(6){
      grid-area: 3 / c8 / span 1 / c13;
    }

    .k-gallery[data-count="6"] .column_control>ul>li>* .inner-container {
      height: 0 !important;
      flex-grow: 1 !important;
    }


    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(1){
      grid-area: 1 / c0 / span 2 / c7;
      aspect-ratio: 1/1;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(2){
      grid-area: 1 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(3){
      grid-area: 2 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(4){
      grid-area: 3 / c0 / span 1  / c5;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(5){
      grid-area: 3 / c6 / span 1  / c13;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(6){
      grid-area: 4 / c0 / span 1 / c7;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(7){
      grid-area: 4 / c8 / span 1 / c13;
    }

    .k-gallery[data-count="7"] .column_control>ul>li>* .inner-container {
      height: 0 !important;
      flex-grow: 1 !important;
    }


    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(1){
      grid-area: 1 / c0 / span 1 / c7;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(2){
      grid-area: 1 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(3){
      grid-area: 2 / c0 / span 1  / c5;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(4){
        grid-area: 2 / c6 / span 1  / c13;
        aspect-ratio: 5/4;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(5){
      grid-area: 3 / c0 / span 1 / c7;
      aspect-ratio: 5/4;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(6){
      grid-area: 3 / c8 / span 1 / c13;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(7){
      grid-area: 4 / c0 / span 1  / c5;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(8){
        grid-area: 4 / c6 / span 1  / c13;
        aspect-ratio: 5/4;
    }

    .k-gallery[data-count="8"] .column_control>ul>li>* .inner-container {
      height: 0 !important;
      flex-grow: 1 !important;
    }

}
@media (max-width: 767px) {
    .k-gallery .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c1 / span 1 / c6;
    }
    .k-gallery .column_control>ul>li>*:nth-child(2){
        grid-area: 2 / c1 / span 1 / c3;
    }
    .k-gallery .column_control>ul>li>*:nth-child(3){
        grid-area: 2 / c4 / span 1 / c6;
    }
    .k-gallery[data-count="4"] .column_control>ul>li>*{
        grid-area: auto / c1 / span 1 / c6;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(4){
        grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="5"] .column_control>ul>li>*:nth-child(5){
        grid-area: auto / c4 / span 1 / c6;
    }

    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(2) {
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(3) {
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(4) {
      grid-area: auto / c1 / span 1 / c6;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(5){
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="6"] .column_control>ul>li>*:nth-child(6){
      grid-area: auto / c4 / span 1 / c6;
    }


    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(2) {
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(3) {
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(4) {
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(5){
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(6){
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="7"] .column_control>ul>li>*:nth-child(7){
      grid-area: auto / c4 / span 1 / c6;
    }


    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(2) {
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(3) {
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(4) {
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(5){
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(6){
      grid-area: auto / c1 / span 1 / c3;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(7){
      grid-area: auto / c4 / span 1 / c6;
    }
    .k-gallery[data-count="8"] .column_control>ul>li>*:nth-child(8) {
      grid-area: auto / c1 / span 1 / c6;
    }
}

.k-gallery .visual-container,
.k-gallery .visual-container>.inner-container,
.k-gallery .visual-container>.inner-container>.visual-media {
    height: 100%;
}

.k-gallery .visual-media {
   display:flex;
   flex-direction: column;
   align-items:stretch;
   justify-content: flex-end;
}
.k-gallery .visual-media-image {
   position: relative;
   flex-grow: 1;
   /* flex-shrink: 2; */
   /* flex-basis: 1px; */
   height: 100%;
}
.k-gallery picture, .k-gallery img {
   height: 100%;
   display: block;
   object-fit: cover;
   /* object-position: center; */
}
.k-gallery picture:after {
position: absolute;
  content: '';
  background: transparent linear-gradient(360deg,#000 0,#00000000 100%) 0 0 no-repeat padding-box;
  width: 100%;
  height: 30%;
  bottom: 0;
  opacity: 0.7;
}
.k-gallery picture video {
    width:100%;
    height: 100%;
    position:absolute;
    top: 0;
    object-fit: cover; 
}
.k-gallery .visual-description {
    position: absolute;
    bottom: 0;
    color: #FFF;
    pointer-events: none;
}

.k-gallery a:hover .visual-description .copy-text {
    text-decoration: underline;
}

.k-gallery .visual-description:before {
    content: '';
    /*border: 1px solid green;*/
    position: absolute;
    top: -7px;
    left: calc(-17px * 3.0 + 8px);
    /* width: calc(100% + 17px * 3.5 - 11px); */
    width: calc(17px * 3 - 11px);
    height: calc(17px * 1.5);
    color: #FFF;
    pointer-events: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 100' xmlns:v='https://vecta.io/nano'%3e%3cpath d='m2000%2c9.54H155.48c-7.94%2c0-12.18%2c1.22-19.06%2c5.39L10.62%2c90.54' fill='none' stroke='%23ffffff' stroke-width='5' stroke-miterlimit='10'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    transition: width .6s cubic-bezier(.6,0,.4, 1);
}

.k-gallery .k-intersecting .visual-description:before {
    width: calc(100% + 17px * 3.5 - 11px);
}
.k-gallery .visual-description .title-text {
     clip-path: inset(-10px 100% -10px -10px);
    transition: clip-path .6s cubic-bezier(.6,0,.4, 1) .2s;
}
.k-gallery .k-intersecting .visual-description .title-text {
     clip-path: inset(-10px 0% -10px -10px);
}
.k-gallery .visual-description .copy-text {
     clip-path: inset(-10px 100% -10px -10px);
    transition: clip-path .6s cubic-bezier(.6,0,.4, 1) .4s;
}
.k-gallery .k-intersecting .visual-description .copy-text {
     clip-path: inset(-10px 0% -10px -10px);
}

.k-gallery picture {
  overflow: hidden;
}

.k-gallery picture img {
    pointer-events: none;
  transition: transform 1.2s cubic-bezier(.6,0,.4, 1);
}
.k-gallery .k-intersecting picture img {
  transform: scale(1);
}
.k-gallery .k-intersecting picture:hover img {
  transform: scale(1.1);
}


@media (min-width: 1025px) {
.k-gallery .visual-description,
.k-gallery .visual-disclaimer {
    margin: 18px 30px 18px calc(17px * 3.0 - 11px);
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.k-gallery .visual-description,
.k-gallery .visual-disclaimer {
    margin: 18px 30px 18px calc(17px * 3.0 - 11px);
}
}

@media (min-width: 481px) and (max-width: 767px) {
.k-gallery .visual-description,
.k-gallery .visual-disclaimer {     
    margin: 13px 30px 13px calc(17px * 3.0 - 11px);
}
}

@media (max-width: 480px) {
.k-gallery .visual-description,
.k-gallery .visual-disclaimer {
    margin: 13px 15px 13px calc(17px * 3.0 - 11px);
}
}







/* stream */

@media (min-width: 768px) {
  .k-stream .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c3 / 1 / c10;
    }
    .k-stream .column_control>ul>li>*:nth-child(2){
        grid-area: 1 / c3 / 1 / c10;
    }
    .k-stream .column_control>ul>li>*:nth-child(3){
        grid-area: 2 / c3 / 2 / c10;
    }
}
@media (max-width: 767px) {
  .k-stream .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c1 / 1 / c6;
    }
    .k-stream .column_control>ul>li>*:nth-child(2){
        grid-area: 1 / c1 / 1 / c6;
    }
    .k-stream .column_control>ul>li>*:nth-child(3){
        grid-area: 2 / c1 / 2 / c6;
    }
}

.k-stream .tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.k-stream .eut_lb_slide {
 width: 100% !important;

}

.k-stream .carousel_container {
  margin-left: 0 !important;
}



@media (max-width: 767px) {
  .k-stream li>.text.section~.text.section {
  }
  .k-stream li>*:nth-last-child(3).text.section {
    display: none;
  }
}

@media (min-width: 768px) {
  .k-stream li>.text.section~.text.section {
    display: none;
  }
  .k-stream li>*:nth-last-child(3).text.section {
  }
}





 
  
.k-stream input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }

 @media (max-width: 767px) {  
.k-stream p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
.k-stream input:focus ~ label {
    outline: -webkit-focus-ring-color auto 5px;
  }

.k-stream input:checked + p {
    -webkit-line-clamp: unset;
  }

  
}
  
.k-stream input:checked ~ label,
.k-stream p:not(.truncated) ~ label{
    display: none;
  }
  
.k-stream .elp-text .link-reverse {

}

.k-stream p {
margin: 0;
}

.k-stream label {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1em;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.5 5.1' xmlns:v='https://vecta.io/nano'%3e%3cpath fill='%2305141f' fill-rule='evenodd' d='M0 .9L.8 0l3.45 3.4L7.7 0l.8.9-4.25 4.2z'/%3e%3c/svg%3e") no-repeat center center;
  background-size: 20px;
  color: transparent;
  margin: 5px auto;
}


.k-stream  .visual-description * {
  line-height: 22px;
}


.k-stream .title-text * {
  font-size: 24px;
  line-height: 29px;
  margin-top: 50px;
}


@media (max-width: 767px) {
  .k-stream .title-text * {
    font-size: 18px;
    line-height: 22px;
  }
}

/* slider */

.swiper-initialized  {
  width: auto;
  display: flex;
}

[class*="k2-"].columnControl.section .column_control>ul>li {
  position:relative;
}

.k-slider-next, .k-slider-prev {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  background: url('/etc.clientlibs/settings/wcm/designs/eut/clientlib/resources/rbr/icons/icon_arrow_big_right.svg') no-repeat center center;
  opacity: 0.2;
  background-size: 40px;
  transition: opacity .6s cubic-bezier(.6,0,.4, 1);
  cursor: pointer;
}

.k-slider-next:hover, .k-slider-prev:hover {
  opacity: 1;
}

.k-slider-next.swiper-button-disabled, .k-slider-prev.swiper-button-disabled {
  opacity: 0;
}

.k-slider-next {
  right: 0;
}

.k-slider-prev {
  left: 0;
}

  .k2-slider .title-text, .k2-slider .copy-text {
    margin:  0;
  }

.k2-slider .copy-text {
    margin-bottom:  15px;
  }

  .k2-slider .title-text *, .k2-slider .copy-text * {
    line-height: 22px;
  }

  .k2-slider .title-text * {
   /* font-size: 24px;
    line-height: 28px;*/
     font-size: 18px;
    line-height: 22px;
  }
/*@media (max-width: 767px) {
  .k2-slider .title-text * {
    font-size: 34px;
    line-height: 40px;
  }
}*/

  .k2-slider a:hover {
    text-decoration: none;
  }
.k2-slider a:hover .copy-text {
    text-decoration: underline;
  }

@media (min-width: 1025px) {
  [class*="k2-"].columnControl.section .column_control>ul{
   /* margin: 0 80px;*/
  }
  .k-slider-next, .k-slider-prev  {
    width: 80px;
  }
  .k-slider-next  {
    transform: translateX(100%);
  }
  .k-slider-prev  {
    transform: translateX(-100%) rotate(-180deg);
  }
  .k2-slider .title-text {
    margin: 0;
  }
  .k2-slider .copy-text {
    /* margin:  0; */
  }
}

.k2-slider
.disclaimer .visual-disclaimer {
    margin: 10px 0 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  [class*="k2-"].columnControl.section .column_control>ul{
   /* margin: 0 30px;*/
  }
  .k-slider-next, .k-slider-prev  {
    width: 30px;
    background-size: 20px;
  }
  .k-slider-next  {
    transform: translateX(100%);
    /* background-size: 20px; */
  }
  .k-slider-prev  {
    transform: translateX(-100%) rotate(-180deg);
  }
  .k2-slider .title-text, .k2-slider .copy-text {
    /* margin: 15px 0; */
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  [class*="k2-"].columnControl.section .column_control>ul{
   /* margin: 0; */
  }
  .k-slider-next, .k-slider-prev  {
    width: 30px;
    opacity: 1;
    filter: invert(1) brightness(2);
    background-size: 20px;
  }
  .k-slider-prev  {
    transform: rotate(-180deg);
  }
  .k2-slider .title-text, .k2-slider .copy-text {
   /* margin: 15px 30px;*/
  }
}

@media (max-width: 480px) {
  [class*="k2-"].columnControl.section .column_control>ul{
    margin: 0;
  }
  .k-slider-next, .k-slider-prev  {
    width: 30px;
    opacity: 1;
    filter: invert(1) brightness(2);
    background-size: 20px;
  }
  .k-slider-prev  {
    transform: rotate(-180deg);
  }
  .k2-slider .title-text, .k2-slider .copy-text {
    /* margin: 15px 15px; */
  }
}



:root {
    --swiper-theme-color: #05141f;
}






.k2-slider .k-intersecting .visual-description:before {
    width: calc(100% + 17px * 3.5 - 11px);
}

.k2-slider .visual-description .title-text {
     clip-path: inset(-10px 100% -10px -10px);
    transition: clip-path .6s cubic-bezier(.6,0,.4, 1) .2s;
}
.k2-slider .k-intersecting .visual-description .title-text {
     clip-path: inset(-10px 0% -10px -10px);
}
.k2-slider .visual-description .copy-text {
     clip-path: inset(-10px 100% -10px -10px);
    transition: clip-path .6s cubic-bezier(.6,0,.4, 1) .4s;
}
.k2-slider .k-intersecting .visual-description .copy-text {
     clip-path: inset(-10px 0% -10px -10px);
}

.k2-slider picture {
  overflow: hidden;
  /* position: relative; */
  display: block;
}

.k2-slider picture img {
    pointer-events: none;
  transition: transform 1.2s cubic-bezier(.6,0,.4, 1);
}
.k2-slider .k-intersecting picture img {
  transform: scale(1);
}
.k2-slider .k-intersecting picture:hover img {
  transform: scale(1.1);
}

.k2-slider .visual-description {
  margin-top: 10px;
}

.k2-slider .visual-description .copy-text {
  margin-bottom: 0;
}



@media (min-width: 768px) {
    
 
    .k2-slider .column_control>ul>li {
        grid-area: 1 / c1 / span 1 / c12;
    }
    .k2-slider[data-count="2"] .column_control>ul>li {
        grid-area: 1 / c1 / span 1 / c12;
    }
    .k2-slider[data-count="3"] .column_control>ul>li {
        grid-area: 1 / c1 / span 1 / c12;
    }
}
@media (max-width: 767px) {
     .k2-slider .column_control>ul>li {
        grid-area: 1 / c1 / span 1 / c6;
    }
}


/* -- k-legal -- */


@media (min-width: 768px) {
  .k-legal .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c3 / 1 / c10;
    }
    .k-legal .column_control>ul>li>*:nth-child(2){
        grid-area: 2 / c3 / 2 / c10;
    }
    .k-legal .column_control>ul>li>*:nth-child(3){
        grid-area: 3 / c3 / 3 / c10;
    }
}
@media (max-width: 767px) {
  .k-legal .column_control>ul>li>*:nth-child(1){
        grid-area: 1 / c1 / 1 / c6;
    }
    .k-legal .column_control>ul>li>*:nth-child(2){
        grid-area: 2 / c1 / 2 / c6;
    }
    .k-legal .column_control>ul>li>*:nth-child(3){
        grid-area: 3 / c1 / 3 / c6;
    }
}

.k-legal .inner_offer {
  background-color: #F7F8F8;
  margin: 0;
  padding: 80px 0;
}

.flowplayer {
  border-radius: 0 !important;
}






/* -- k-copy -- */

@media (min-width: 768px) {
  .k-copy .column_control>ul>li>*{
        grid-area: auto / c3 / span 1 / c10;
  }

}
@media (max-width: 767px) {
  .k-copy .column_control>ul>li>*{
        grid-area: auto / c1 / span 1 / c6;
    }
}






/* -- visuals -- */



.btn-container {
    width: 206px;
    margin: 0 auto;
}

.visual-media-video .trailer {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
}

.visual-media-video .trailer.trailer.active {
    z-index: 2000;
    height: 100vh !important;
    top: 0;
}

.visual-media-video .trailer .trailer-content {
    overflow: visible;
    width: 100%;
}


.visual-media-video .trailer .trailer-content {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    max-height: calc(100% - 120px);
    height: auto;
    width: 125vh;
}


@media (min-width: 1025px){
.visual-media-video .trailer .trailer-content {
    max-width: calc((100% - 160px) * 0.9 + 32px);
}
}


@media (min-width: 541px) and (max-width: 1024px) {
.visual-media-video .trailer .trailer-content {
    max-width: calc(100% - 80px);
}
}

.visual-media-video .trailer .trailer-content {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    max-height: calc(100% - 120px);
    height: auto;
    width: 125vh;
}

.column_control ul {
  opacity: 1 !important;
}
