.textBlock p:not(.textBlock p:first-of-type) {
    text-indent: calc(var(--outer-margin)*3);   
}
.accessibilityPDF{
    margin-bottom: calc(var(--outer-margin)/2)
}
.accessibilityPDF p{
    margin-left: calc(var(--outer-margin)/4) !important;
}
.textBlock p{
    margin: 0;
    line-height: 1.3em;
}
/*.aboutAdditionalMainText a{
    text-decoration: none !important;
    font-family: "JL_Impact-2016";
    line-height: 1.3em;
    padding-top: calc(var(--newM) /2);
    display: block;
}
*/
.aboutAdditionalMainText a {
  display: inline-block;
  position: relative;
  color: var(--highlight-color);
  text-decoration: none;
  white-space: nowrap;
}

.aboutAdditionalMainText a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color: var(--highlight-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.aboutAdditionalMainText a:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.aboutAdditional{
    line-height: 1.3em;
}

.trailer{
    grid-column-start: 1;
    grid-column-end: 10;

}

.video {
    position: relative;
     width: calc(100vw - var(--outer-margin));
     height: 0;
     padding-bottom: 56.25%;
/*     margin: calc(var(--outer-margin)/2);*/

 }
 .video iframe{
    border: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }

 figure{
    margin: 0;
 }
 .video-block .text{
    height: fit-content;
    color: var(--highlight-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.video-block .text a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: var(--highlight-color);
    width: fit-content;
    align-self: center;
}

.video-block .text a::after{
    bottom: 0.1em;
}

.video-block .text button{
    width: 100%;
    border: none;
    /* font-family: ''; */
    font-family: "JL_Impact-2012";
    font-size: 1.2em;
    background: var(--div-bg);
    margin: var(--outer-margin);
    cursor: pointer;
    color: var(--highlight-color);
}

.boardJuryWrap{
    grid-column-start: 1;
    grid-column-end: 6;
    display: flex;
    column-gap: calc(var(--outer-margin) / 3);
    margin-right: calc(var(--outer-margin) / 2);
}

.juryStatement{
    margin-top: calc(var(--outer-margin) * 3);
}

.juryStatement .stickyMarker p{
    min-width: calc(9vw + ((var(--outer-margin) / 3) * 4));
}

@media screen
and (max-width: 820px) and (orientation: portrait){
    .boardJuryWrap{
        flex-direction: column;
        row-gap: calc(var(--outer-margin) / 3);
    }
}

@media screen
and (max-width: 820px), (min-width: 821px) and (orientation:portrait) {
    .CJ{
        grid-row-start: 2;
    }

    .aboutAdditional{
        font-size: 1.1em;
        margin-bottom: 0px !important;
    }
    .subtitleC{
        display: none;
    }
    .trailer{
        margin-bottom: calc(var(--outer-margin) * 2);
    }
    .video-block{
        background-color: var(--div-bg);
        height: 100%;
        position: relative;
        width: 100%;
        /* margin-left: var(--outer-margin); */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    /*    display: flex;*/
        grid-column-start: 1;
        grid-column-end: 5;
      }
      .stackVideo{
        min-height: 30vh;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
      }
}

@media screen and (min-width: 821px) and (orientation:landscape){
    .aboutAdditional{
        column-gap: calc(var(--col-gap) - 10px) !important;
        margin-bottom: 0px !important;
       /* flex-grow: 0;
        width: 50%;*/
        background-color: white;
    }
    .vertStack:first-of-type {
        padding-top: var(--newM);
    }
    .aboutAdditionalMarker p{
        padding-top: 0px;
    }
    .video{
        margin-left: var(--newM);
        background: var(--div-bg);
    }
    .stackVideo{
        min-height: 100vh;
    }
    .video-block{
        background-color: var(--div-bg);
        height: 100%;
        position: absolute;
        width: calc(100% - var(--outer-margin));
        margin-left: var(--newM);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.textBlock p{
    font-size: 1.1em;
}

.logo_main{
/*    opacity: 0;*/
    transition: 2s opacity;

}
.overlay, .bg{
    transition: 1s opacity, 1s background-color;
    opacity: 1;
}
.overlay{
    z-index: 4 !important;
}
.bg{
    z-index: -2 !important;
}

/*.subBody{
    opacity: 0;
    transition: 2s opacity;
}*/
