:root{
    --container-width:100%;
    --device-orientation-beta:0;
    --device-orientation-gamma:0;
    --device-mouse-x:0;
    --device-mouse-y:0;
    --element-margin:35px;
    --gutter:20px;
    --navigation-height:44px;
    --navigation-width:60px;
    --outer-gutter:30px;
    --paragraph-margin:35px;
    --post-body-container-width:100%;
    --window-height:100vh;
    --window-width-offset:0px;
    --fix-header-space: 90px;
    --scheme-color-a: #2c185b;
    --scheme-color-b: #ff6b68;
    --scheme-color-c: #ff294c;
    --scheme-color-d: #f05455;
    --scheme-color-d: #ffe600;
}
@media(min-width:960px) {
    :root {
        --container-width: 640px;
        --gutter: 40px;
        --navigation-height: 80px;
        --navigation-width: 80px;
        --outer-gutter: 80px;
        --post-body-container-width: 640px
    }
}
@media(min-width:760px) {
    :root {
        --container-width: 560px;
        --gutter: 40px;
        --navigation-height: 60px;
        --navigation-width: 60px;
        --outer-gutter: 60px;
        --post-body-container-width: 560px
    }
}

@media(min-width:1280px) {
    :root {
        --container-width: 960px;
        --element-margin: 55px;
        --paragraph-margin: 55px;
        --post-body-container-width: 640px
    }
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
html {
    background-color: #fff;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    padding-bottom: 0;
}
*,:after,:before{
    box-sizing:border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family:'Monserrat',
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
    font-weight:400;
    font-style:normal;
    line-height:inherit;
    margin:0;
    padding:0;
    text-transform:none
}
a, button {
    background-color: transparent;
    pointer-events: auto
}
a:active,
a:hover {
    outline: 0
}
a:hover,
a,
a:active,
a:focus,
a:hover,
a:visited {
    color: #ff8c8c;
    text-decoration: none;
}
a:hover, button:hover {
    cursor: pointer;
}
ul {
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
button {
    outline: none;
}
button, input, select {
    height: 65px;
}
figcaption {
    padding-top: 10px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/* Main layout start */
body {
    background-color: #fff;
}
body.app--home {
    background-color: #ff8c8c;
    background-image: none;
    height: auto;
}
.page.color-white {
    background-color: #fff;

}
.page.color-white p{
    color: #000;
}
.page.color-blue {
    background-color: #3525ad;
}
.page.color-blue p {
    color: #fff;
}
.page.color-coralblue {
    background-color: #183f63;
    color: #fff;
}
.page.color-blue a {
    color: #ff8c8c;
}
.page.color-violet {
    background-color: #7d3c9e;
}
.main{
    height:auto;
    width:100%;
    overflow:hidden;
    transition:opacity .1s cubic-bezier(.4,0,1,1);
    opacity:1;
    position: relative
}
.page {
    position: relative;
    padding-left:var(--outer-gutter);
    padding-right:var(--outer-gutter);
    min-height:100vh;
    min-height:var(--window-height);
    margin-top:var(--fix-header-space);
    transition: background-color 1s ease;
}
.about-page,
.events-show-page{
    margin-top:0px;
}
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    margin:auto;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.femoir-list-page,
.femoir-show-page,
.error-404-page,
.productions-show-page,
.reports-page,
.privacy--page-view,
.participants-list-page,
.participants-show-page,
.projects-show-page,
.projects-list-page,
.femoir-category-page,
.femoir-post_categories-page
{
    background-color: #fff;
}
.productions-list-page,
.app-productions-list {
    background-color: #ff8c8c;
}
.supporters a{
    padding:50px;
}
.supporters a img, .participant-content .img-fluid{
    height: 90px;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s ease-in-out;
}

.supporters a:hover img, .participant-content .img-fluid:hover{
    height: 90px;
    width: auto;
    -webkit-filter: none;
    filter: none;
    transition: filter .3s ease-in-out;
}

.participant-content .img-fluid, .participant-content .img-fluid:hover{
    height:auto;
}

.festivals-list-page,
.events-show-page {
    background-color: #7d3c9e;
    margin-top: 0px;
}
.events-show-page {
    background: linear-gradient(#7d3c9e, #bda9bf) no-repeat top left;
    background-size: 100% 100%;
    position: relative;
}

.festivals-show-page {
    background-color: #183f63;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}
.app-festivals-show h1 {
    font-size: 13vw;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #a3e9de;
    font-weight: 900;
    width: 100%;

}

/* homepage styles start */
.home__chunks{
    margin-left:-30px;
    margin-right:-30px;
    padding-left:30px;
    padding-right:30px
}

.feature-chunk{
    padding-bottom:70px
}
.card-grid-chunk,.stack-chunk,.feature-chunk,.newsletter-chunk,.sentence-chunk,.workhorse-chunk,.ai-module{
    padding-top:var(--outer-gutter);
    padding-bottom:var(--outer-gutter);
    margin-left:calc(-1*var(--outer-gutter));
    margin-right:calc(-1*var(--outer-gutter));
    padding-left:0;
    padding-right:0;
    background-color:var(--scheme-color-a);
    color:var(--scheme-color-c)
}

.app--home .feature-chunk {
    padding-top:0;
    padding-bottom:0;
}
.festivals-list-page .card-grid-chunk{
    margin-left:calc(-2*var(--outer-gutter));
    margin-right:calc(-2*var(--outer-gutter));
}
.festivals-list-page .card-grid-chunk[data-color-filter=festival-orange],
.festivals-list-page .card-grid-chunk[data-color-filter=blue-mint] {
    color: transparent;
}
.festivals-list-page .card-grid-chunk[data-color-filter=festival-orange] .card-grid-chunk__headline {
    -webkit-text-stroke: 2px #ff294c;
}
.festivals-list-page .card-grid-chunk[data-color-filter=blue-mint] .card-grid-chunk__headline {
    -webkit-text-stroke: 2px #ff6b68;
}
.card-grid-chunk:after,.stack-chunk:after,.feature-chunk:after,.newsletter-chunk:after,.sentence-chunk:after,.workhorse-chunk:after,.ai-module:after{
    content:"";
    display:block;
    clear:both
}

.feature-chunk__background{
    position:relative
}

.feature-chunk__hero{
    margin-left:calc(-1*var(--outer-gutter));
    margin-right:calc(-1*var(--outer-gutter));
    display:block;
    position:relative;
    min-height:100vw
}
.feature-chunk__hero__content{
    color:#fff;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    padding-top:100px;
    margin-right:auto;
    margin-left:auto;
    min-height:calc(70vw - 50px);
    width:calc(100% - 60px);
    z-index:2
}
.feature-chunk__title{
    font-family:'Marmelad',serif;
    font-size:70px;
    line-height:1;
    letter-spacing:-.02em;
    color:#fff;
    margin-bottom:20px;
    transition:text-shadow .3s
}
.feature-chunk__title > span {
    text-decoration: underline;
}

.card-chunk{
    margin-left:calc(-1*var(--outer-gutter));
    margin-right:calc(-1*var(--outer-gutter));
    min-height:100vh
}

.card-chunk__card {
    display:block;
    text-decoration:none;
    height:100vh
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.card {
    background-color:var(--scheme-color-a);
    overflow:hidden;
    position:relative;
    height:100%;
    width:100%
}
.card.filter_type--none,.card.text_color--white{
    color:#fff
}
.headline-card--dualcolor {
    z-index: 3;
    mix-blend-mode: overlay;
    opacity: 0.6;
}
.cardicle-lead-card,
.bigdata-card.bigdata-card--1,
.bigdata-card.bigdata-card--2,
.bigdata-card.bigdata-card--3,
.headline-card.headline-card--1,
.headline-card.headline-card--2,
.headline-card.headline-card--3,
.huh-card.huh-card--1,
.huh-card.huh-card--2,
.huh-card.huh-card--3,
.image-card,
.outline-card.outline-card--1,
.outline-card.outline-card--2,
.outline-card.outline-card--3,
.outline-card.outline-card--4,
.paragraph-card[data-variation="1"],
.paragraph-card[data-variation="2"],
.paragraph-card[data-variation="3"],
.pushpop-card,
.quote-card.quote-card--1,
.quote-card.quote-card--2,
.quick-post-card,
.newsletter-card,
.threedee-card,
.video-card {
    height: 100%;
}
.huh-card.huh-card--1 .huh-card__bg, .huh-card.huh-card--2 .huh-card__bg, .huh-card.huh-card--3 .huh-card__bg {

}

@supports(mix-blend-mode:screen){
    .card.color_filter--black-white.filter_type--monotone .huh-card.huh-card--1 .huh-card__bg,.huh-card.huh-card--1 .card.color_filter--black-white.filter_type--monotone .huh-card__bg,.card.color_filter--black-white.filter_type--monotone .huh-card.huh-card--2 .huh-card__bg,.huh-card.huh-card--2 .card.color_filter--black-white.filter_type--monotone .huh-card__bg,.card.color_filter--black-white.filter_type--monotone .huh-card.huh-card--3 .huh-card__bg,.huh-card.huh-card--3 .card.color_filter--black-white.filter_type--monotone .huh-card__bg,.card.color_filter--black-white.filter_type--duotone .huh-card.huh-card--1 .huh-card__bg,.huh-card.huh-card--1 .card.color_filter--black-white.filter_type--duotone .huh-card__bg,.card.color_filter--black-white.filter_type--duotone .huh-card.huh-card--2 .huh-card__bg,.huh-card.huh-card--2 .card.color_filter--black-white.filter_type--duotone .huh-card__bg,.card.color_filter--black-white.filter_type--duotone .huh-card.huh-card--3 .huh-card__bg,.huh-card.huh-card--3 .card.color_filter--black-white.filter_type--duotone .huh-card__bg{
        mix-blend-mode:screen
    }
}
@supports(mix-blend-mode:overlay){
    .card.filter_type--duotone .huh-card.huh-card--1 .huh-card__bg,.huh-card.huh-card--1 .card.filter_type--duotone .huh-card__bg,.card.filter_type--duotone .huh-card.huh-card--2 .huh-card__bg,.huh-card.huh-card--2 .card.filter_type--duotone .huh-card__bg,.card.filter_type--duotone .huh-card.huh-card--3 .huh-card__bg,.huh-card.huh-card--3 .card.filter_type--duotone .huh-card__bg,.card.filter_type--monotone .huh-card.huh-card--1 .huh-card__bg,.huh-card.huh-card--1 .card.filter_type--monotone .huh-card__bg,.card.filter_type--monotone .huh-card.huh-card--2 .huh-card__bg,.huh-card.huh-card--2 .card.filter_type--monotone .huh-card__bg,.card.filter_type--monotone .huh-card.huh-card--3 .huh-card__bg,.huh-card.huh-card--3 .card.filter_type--monotone .huh-card__bg{
        z-index:3;
        mix-blend-mode:overlay;
        opacity:1
    }
}
.card__bg__image {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.huh-card.huh-card--1 .huh-card__bg .card__bg__image,.huh-card.huh-card--2 .huh-card__bg .card__bg__image,.huh-card.huh-card--3 .huh-card__bg .card__bg__image{
    position:relative;
    top:auto;
    left:auto;
    height:50%;
    margin:auto;
    width:440px
}

.huh-card.huh-card--1 .huh-card__bg {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:1
}

.huh-card.huh-card--1 .huh-card__container {
    height: 100%;
}

.huh-card.huh-card--1 .huh-card__bg,.huh-card.huh-card--2 .huh-card__bg,.huh-card.huh-card--3 .huh-card__bg{
    display:flex;
    flex:100;
    flex-direction:column;
    pointer-events:none
}
.card__bg__image img,.card__bg__image video{
    -o-object-fit:cover;
    object-fit:cover;
    height:100%;
    width:100%
}
.card__bg__image.card__image-bw img {
    filter: grayscale(100%);
    --webkitfilter: grayscale(100%);
}
.huh-card.huh-card--1 .huh-card__content {
    max-width:var(--container-width);
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:column;
    position:relative;
    padding:30px 30px 60px;
    height:100%;
    z-index:2
}

.huh-card.huh-card--1 .huh-card__title,.huh-card.huh-card--2 .huh-card__title,.huh-card.huh-card--3 .huh-card__title {
    display: flex;
    flex-direction: column;
    flex: 100;
    justify-content: center;
    word-break: break-word;
}
.huh-card.huh-card--1 .huh-card__content, .huh-card.huh-card--2 .huh-card__content, .huh-card.huh-card--3 .huh-card__content {
    text-align: center;
    color: inherit;
}
.huh-card.huh-card--1.huh-card__container,.huh-card.huh-card--2 .huh-card__container,.huh-card.huh-card--3 .huh-card__container{
    height:100%
}
.huh-card.huh-card--1 .huh-card__header {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
}
.huh-card.huh-card--1 .huh-card__header, .huh-card.huh-card--2 .huh-card__header, .huh-card.huh-card--3 .huh-card__header {
    text-transform: uppercase;
    margin: auto;
    padding: 0;
}
.card:not(.filter_type--none) .huh-card.huh-card--1 .huh-card__title {
    color: var(--scheme-color-b);
}
.cardicle-lead-card__eyebrow,.bigdata-card.bigdata-card--1 .bigdata-card__eyebrow,.bigdata-card.bigdata-card--2 .bigdata-card__eyebrow,.bigdata-card.bigdata-card--3 .bigdata-card__eyebrow,.headline-card.headline-card--1 .headline-card__eyebrow,.headline-card.headline-card--2 .headline-card__eyebrow,.headline-card.headline-card--3 .headline-card__eyebrow,.huh-card.huh-card--1 .huh-card__eyebrow,.huh-card.huh-card--2 .huh-card__eyebrow,.huh-card.huh-card--3 .huh-card__eyebrow,.outline-card.outline-card--1 .outline-card__eyebrow,.outline-card.outline-card--2 .outline-card__eyebrow,.outline-card.outline-card--3 .outline-card__eyebrow,.outline-card.outline-card--4 .outline-card__eyebrow,.paragraph-card[data-variation="1"] .paragraph-card__eyebrow,.paragraph-card[data-variation="2"] .paragraph-card__eyebrow,.quote-card.quote-card--1 .quote-card__eyebrow,.quote-card.quote-card--2 .quote-card__eyebrow{
    font-family:'Montserrat',sans-serif;
    font-weight:600;
    font-size:16px;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    padding-top:23px;
    padding-right:30px;
    padding-bottom:23px;
    padding-left:30px;
    margin-top:-30px
}

/* homepage styles */
.navigation{
    pointer-events:none;
    display:inline
}
.navigation__menu{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    right:var(--window-width-offset);
    color:#ddd;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: center;
    z-index:6;
    padding-left:15px;
    padding-right:15px;
    height:var(--fix-header-space);
    background-color: transparent;
}
.navigation__menu__item, .menu__close-button {
    background:none;
    color:inherit;
    font:inherit;
    text-decoration:inherit;
    border:0;
    border-radius:0;
    padding:0;
    margin:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    font-size:25px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:auto;
    width:var(--navigation-width);
    height:var(--navigation-height)
}

.navigation__menu__item--wrapper {
    display: flex;
    align-items: center;
}

.menu__extended__links-item a {
    font-family: "Rubik", sans-serif;
    font-weight:500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 4px;
    color:#f05455;
    pointer-events: auto;
}
.app--home .menu__extended__links-item a {
    color:#fff;
}
.menu__extended__links-item a i {
    font-size: 14px;
}

.navigation__menu__item:active,.menu__close-button:active,.navigation__menu__item:focus,.menu__close-button:focus{
    outline:none
}

button.navigation__menu__item,button.menu__close-button{
    cursor:pointer
}
button.navigation__menu__item--hamburger {
    color: #ff8c8c;
    font-size: 26px
}
.navigation__menu__item .icon,
.menu__close-button .icon{
    display:block;
    pointer-events:none;
    margin:auto
}
.navigation__menu__item--share{
    -webkit-transform:scale(1);
    transform:scale(1);
    transition:-webkit-transform .1s;
    transition:transform .1s;
    transition:transform .1s,-webkit-transform .1s
}
.navigation__menu__item--share .icon-alien-share{
    font-size:20px;
    line-height:1
}
.navigation__menu__item--share--hidden {
    -webkit-transform: scale(0);
    transform: scale(0)
}
.navigation__menu h1 {
    font-size: 32px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: lowercase;
}
.navigation__menu h1 a {
    color: #fff;
}
.menu{
    position:fixed;
    top:0;
    left:100%;
    z-index:7;
    height:100%;
    width:100%;
    display:flex;
    flex-direction:column;
    background-color:#ff294c;
    color:#000;
    pointer-events:auto;
    text-align:center;
    -webkit-transform:translateX(0);
    transform:translateX(0);
    transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);
    transition:transform .1s cubic-bezier(.4,0,1,1);
    transition:transform .1s cubic-bezier(.4,0,1,1),-webkit-transform .1s cubic-bezier(.4,0,1,1);
}

.menu__extended {
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    width: 120px;
    transition: all .3s ease-in-out;
    font-size: 12px;
    letter-spacing: .1em;
    position: fixed;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    white-space: nowrap;
    transform-origin: center bottom 0;
    z-index: 3;
}
.menu__right {
    right: 0;
    transform: rotate(90deg);
}
.menu__left {
    left: 0;
    transform: rotate(-90deg);

}
.menu__extended__links {
    display: flex;
}
.menu__extended__links-item {
    margin: 0 10px;
}
.menu__logo__link{
    width:180px;
    margin-bottom:70px
}
.menu__links{
    font-size:55px
}
.menu__outmojis{
    right:-.3em;
    left:-.3em
}
.menu__outmoji{
    height:1em;
    width:1em
}
.app.app--menu-open {
    overflow: hidden;
}
.app--menu-open .menu{
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    transition-timing-function:cubic-bezier(0,0,.2,1)
}
.menu__wrapper{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    width:100%;
    padding:20px 30px 30px
}
.menu__wrapper{
    padding:40px 8%
}
.menu__close-button{
    position:absolute;
    top:8px;
    right:0;
    z-index:2
}
.menu__logo{
    display:flex;
    flex-shrink:0
}
.menu__logo__link{
    width:180px;
    margin-bottom:30px
}
.navigation__menu__item--logo {
    background-image:url(../assets/images/tiiiit-inc-logo-header.svg);
    background-size: cover;
    background-position: center;
    width: 100px;
    position: relative;
    top: 8px;
    height: auto;
}
.app--home .navigation__menu__item--logo {
    background-image:url("../assets/images/tiiiit-inc-logo-header-home.svg");
}
.app-productions-list .navigation__menu__item--logo {
    background-image:url("../assets/images/tiiiit-inc-logo-header-home.svg");
}
.navigation__menu__item--logo:before{
    content:"";
    display:block;
    padding-bottom:100%
}
.logo__link,
.logo[data-color=black] .logo__link {
    color:inherit;
    text-decoration:none;
    position:relative;
    display:block;
    width:100px;
    z-index:3;
    margin-left:auto;
    margin-right:auto;
    margin-top:11px;
    margin-bottom:11px;
    background-image:url(../assets/images/tiiiit-inc-logo.svg);
    background-size:cover;
    background-position: center
}
.logo__link{
    width:130px;
    margin-top:21px;
    margin-bottom:21px
}
.logo__link:hover{
    background-image:url(../assets/images/tiiiit-inc-logo-hover.svg)
}
.logo__link:before{
    content:"";
    display:block;
    padding-bottom:100%
}
.logo__link span{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden
}
.main:before{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    content:"";
    background-color:rgba(0,0,0,.5);
    z-index:6;
    pointer-events:none;
    opacity:0;
    transition:opacity .1s cubic-bezier(.4,0,1,1)
}
.app--menu-open .main:before{
    opacity:1;
    transition-timing-function:cubic-bezier(0,0,.2,1);
    pointer-events:auto
}

.menu__links{
    font-family: Rubik,sans-serif;
    font-size:70px;
    line-height:.86957;
    flex-grow:2;
    font-weight: 500;
}
.menu__links .menu__link{
    text-decoration:none;
    text-transform:uppercase;
    background-color:#000;
    color:#ff294c;
    display:block;
    padding:14px 20px;
    opacity:0
}
.menu__link:hover{
    background-color:#fff
}
.menu__link+.menu__link{
    margin-top:10px
}
.app--menu-open .menu__link{
    -webkit-animation:fadeIn .3s linear forwards;
    animation:fadeIn .3s linear forwards
}
.app--menu-open .menu__link:nth-child(1){
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.app--menu-open .menu__link:nth-child(2){
    -webkit-animation-delay:.24s;
    animation-delay:.24s
}
.app--menu-open .menu__link:nth-child(3){
    -webkit-animation-delay:.28s;
    animation-delay:.28s
}
.app--menu-open .menu__link:nth-child(4){
    -webkit-animation-delay:.32s;
    animation-delay:.32s
}
.menu__social{
    margin-top:25px;
    margin-bottom:25px
}
.menu__social .menu__social__link {
    color:inherit;
    text-decoration:none;
    font-size:26px;
    margin-left:15px;
    margin-right:15px
}
.menu__social__link .icon-youtube {
    font-size:36px;
    vertical-align:text-bottom
}
.menu__social__link:hover{
    color:#fff
}
.menu__footer{
    opacity:0
}
.app--menu-open .menu__footer{
    -webkit-animation:fadeIn .3s linear forwards;
    animation:fadeIn .3s linear forwards;
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
.menu__footer__links{
    margin-left:-15px;
    margin-right:-15px;
    font-weight: 500;
}
.menu__footer__links .menu__footer__link{
    color:inherit;
    text-decoration:none;
    font-family:Montserrat,sans-serif;
    font-size:12px;
    line-height:1.16667;
    letter-spacing:.04em;
    text-transform:uppercase;
    display:inline-block;
    margin-left:15px;
    margin-right:15px
}
.menu__footer__link:hover{
    color:#fff
}

.home-page .card-stack__element[data-index="0"] .card-degraded.filter_type--monotone .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg,
.home-page .card-stack__element[data-index="3"] .card-degraded.filter_type--monotone .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg,
.home-page .card-stack__element[data-index="1"] .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg,
.home-page .card-stack__element[data-index="2"] .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg,
.home-page .card-stack__element[data-index="4"] .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg
{
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: 1;
}
.home-page .card-stack__element[data-index="0"] .card-degraded.filter_type--monotone .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg img,
.home-page .card-stack__element[data-index="3"] .card-degraded.filter_type--monotone .headline-card-degraded.headline-card-degraded--2 .headline-card-degraded__bg img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.card-stack__element[data-index="4"] .card__bg__image img {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}
.card-stack__element[data-index="5"] .outline-card-degraded__bg {
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: 1;
}
/* Main layout end */

/* Blog styles start */
.row .grid-item:not(.top-five) {
    height: 100%!important;
}

.grid-large-image .grid-item {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 74px;
    position: relative;
}

.grid-item-label,
.grid-item-label *,
.grid-item-lede,
.grid-item-lede *,
.grid-item-title,
.grid-item-title * {
    transition:all .3s ease-in-out
}
.grid-item-lede,
.grid-item-lede h1,
.grid-item-lede h2,
.grid-item-lede h3,
.grid-item-lede h4,
.grid-item-lede h5,
.grid-item-lede h6,
.grid-item-lede li,
.grid-item-lede p {
    font-family:"Montserrat",
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:12px;
    letter-spacing:0;
    line-height:1.5;
    color: #000
}

.grid-post--event .grid-item-lede,
.grid-post--event .grid-item-lede p {
    font-family:"Rubik",
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
    font-weight:200;
    font-style:normal;
    font-size:18px;
    letter-spacing:.5px;
    margin: 15px 0;
    text-transform: uppercase
}
.grid-small-thumbnails .grid-post--event .grid-item-lede,
.grid-small-thumbnails .grid-post--event .grid-item-lede p {
    font-size: 16px;
    margin: 10px 0;
}

.grid-item-label {
    font-family:"Montserrat",
    ChapeauBold,
    Helvetica Neue Bold,
    Helvetica,
    Arial,
    sans-serif;
    font-weight:800;
    color:#ff8c8c;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    white-space:nowrap;
    margin:15px 0
}
.grid-item-label,
.grid-item-label:active,
.grid-item-label:focus,
.grid-item-label:hover,
.grid-item-label:visited,
.no-touch .grid-item-label:hover {
    color:#ff8c8c;
    text-decoration:none
}

.femoir-category-page h1.grid-item-label{
    font-size:5vw;
}

.grid-item-title {
    font-family:"Montserrat",
    Helvetica Neue Bold,
    Helvetica,
    Arial,
    sans-serif;
    font-weight:600;
    margin:15px 0;
    color:#000;
    font-size:18px;
    letter-spacing:1px;
    line-height:1.25
}
.grid-item-title a {
    color:#000
}
.grid-item-block {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

.grid-item-block:before {
    transition: all .3s ease-in-out;
    bottom: 0;
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: hsla(0,100%,77%,.7);
    content: "";
}


.grid-large-image .post-label,
.grid-large-image .post-label a {
    color: #fff;
}
.grid-large-image .grid-item .grid-item-block:before {
    background-image:none
}
.grid-item:hover .grid-item-label *,
.grid-item:hover .grid-item-lede *,
.grid-item:hover .grid-item-title * {
    color: #ff8c8c;
}
.productions-list-page .grid-item:hover .grid-item-label *,
.productions-list-page .grid-item:hover .grid-item-lede *,
.productions-list-page .grid-item:hover .grid-item-title * {
    color: #fff;
}
.grid-item:hover .grid-item-block:before,
.grid-item:hover .grid-text {
    opacity:1;
    visibility:visible
}


.grid-item-block img:not(.fixed) {
    height: auto;
    width: 100%;
}
.grid-text {
    transition: all .3s ease-in-out;
}
.grid-large-image .grid-text {
    bottom: 0;
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    opacity: 0;
    visibility: hidden;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    text-align: center;
}

.grid-text-contents {
    width: 100%;
}

.post-label {
    font-family: 'Montserrat',ChapeauBold,Helvetica Neue Bold,Helvetica,Arial,sans-serif;
    font-weight: 800;
    color: #ff8c8c;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 15px;
}
.post-title, .post-title a, .post-title a:hover {
    color: #000;
}

.productions-list-page.post-title, .productions-list-page.post-title a, .productions-list-page.post-title a:hover {
    color: #fff
}
.post-title {
    font-family: 'Marmelad',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 15px auto;
    max-width: 660px;
    text-align: center;
}

#post-title-clone{
    font-size:22px;
}
.productions-list-page .post-title {
    font-size: 64px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    margin-bottom: 40px;
}

.projects-list-page .post-title{
    margin-bottom: 40px;
}

.post-lede {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
    margin-bottom: 40px;
}

.post-lede, .post-lede p {
    color: #524b48;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 1px;
}
.post-template-default .post-lede,
.post-template-default .post-lede p {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0;
    font-family: 'Rubik',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-style: italic;
}

.productions-list-page  .post-lede, .productions-list-page .post-lede p {
    color: #fff;
}
.grid-large-image .post-lede {
    color: #fff;
    font-weight: 500;
}
.post-meta-item {
    display:inline-block;
    margin-right:35px
}
.post-meta-item:last-child {
    margin-right:0
}

.post-meta-item, .post-meta-item p {
    font-family: "Rubik", sans-serif;
    font-weight:500;
    font-size:14px;
    line-height:1.5;
    letter-spacing:.5px;
    color:#ff8c8c
}

.post-meta-item a {
    transition:all .15s ease-in-out
}
.no-touch .post-meta-item a:hover,
.post-meta-item a,
.post-meta-item a:active,
.post-meta-item a:focus,
.post-meta-item a:hover,
.post-meta-item a:visited {
    color:#ff8c8c;
    text-decoration:none
}
.no-touch .post-meta-item a:hover {
    opacity:.5
}
.grid-large-image .post-meta-item,
.grid-large-image .post-meta-item p {
    color:#fff
}
.grid-large-image .post-meta-item a {
    transition:all .15s ease-in-out
}
.grid-large-image .post-meta-item a,
.grid-large-image .post-meta-item a:active,
.grid-large-image .post-meta-item a:focus,
.grid-large-image .post-meta-item a:hover,
.grid-large-image .post-meta-item a:visited {
    color:#fff;
    text-decoration:none
}
.no-touch .grid-large-image .post-meta-item a:hover {
    opacity:.5;
    color:#fff;
    text-decoration:none
}


.grid-large-image,
.grid-large-thumbnails,
.grid-small-thumbnails,
.grid-title {
    padding-top:70px
}

.grid-large-thumbnails .grid-item,
.post-head-with-image .grid-item,
.top-five .grid-item {
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px
}

.grid-item {
    float:left;
    width:100%;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
    display:block;
    position:relative
}
.grid-small-thumbnails .grid-item {
    float: left;
    width: 33.3333333333%;
}

.grid-item,
.grid-large-image .grid-item,
.grid-large-thumbnails .grid-item,
.top-five .grid-item {
    padding-left:35px;
    padding-right:35px;
    margin-bottom:70px
}

.grid-large-thumbnails [class*=grid-thumbnail].grid-thumbnail-large {
    display: block;
}
.grid-item-block img:not(.fixed) {
    height: auto;
    width: 100%;
}

.workhorse__asset {
    flex: 100;
    background-size: auto 3px;
    background-repeat: repeat-x;
    background-position: 100% 100%;
    position: relative;
    height: 3px;
    min-height: 3px;
    background-image: url(../assets/images/h-yellow.svg?anim=true);
}
.workhorse__asset.pink__asset {
    background-image: url(../assets/images/h.svg?c=FB6754&a=4&f=5&sw=1&anim=true);
}
.post-head {
    padding-bottom: 85px;
    padding-top: 45px;
}

.post-column, .post-extra-column, .post-tags-column {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 35px;
    padding-right: 35px;
    position: static;
}


.post-column>.post-feature-image,
.post-extra-column>.post-feature-image,
.post-tags-column>.post-feature-image {
    margin-top: 0;
}
.post-column-default>figure,
.post-column-default > blockquote,
.post-column-default .slick-slider {
    padding-left: 35px;
    padding-right: 35px;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 74px;
    margin-top: 74px;
    max-width: 100vw!important;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    right: 50%;
    width: 100vw!important;
}
.post-content blockquote, .post-content blockquote p {
    font-family: 'Marmelad',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: left;
    color: #ff8c8c;
    font-size: 34px;
}

.post-template-default .modal .slick-slider img{
    height:100%;
    max-height:600px;
    margin:auto;
}

.modal-header{
    border:none;
}

.modal-body{
    padding:150px 0;
}

.post-column-default .slick-slider {
    padding-left: 0;
    padding-right: 0;
}


.post-feature-image .post-image-wrapper {
    width: 100%;
}
.post-image-wrapper {
    display: inline-block;
    height: 100%;
    position: relative;
}
.post-image-wrapper, .post-image-wrapper:before {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
}

.post-image-wrapper {
    background-size: cover;
    cursor: pointer;
}
.post-image-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
}

.post-image-wrapper:before {
    left: 0;
    right: 0;
    width: auto;
}

.post-column>.gallery-icon.landscape img:not(.fixed), .post-column>.wp-caption.landscape img:not(.fixed) {
    height: auto;
    width: 100%;
}

figure:not(.slick-slide) .post-image-wrapper img:not(.fixed) {
    height: auto;
    width: auto;
}
.mce-content-body img:not(.fixed), .post-content img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
}

.gallery-item figcaption, .wp-caption figcaption {
    display: block;
}

.figcaption, .post-content .figcaption, .post-content figcaption, figcaption {
    font-family: 'Rubik',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .5px;
    color: #ff8c8c;
    text-indent: 0;
    text-align: left;
}
.figcaption-super {
    width: 35px;
    float: left;
    margin-left: 15px;
    width: 20px;
}

.figcaption-text {
    margin-left: 35px;
    margin-right: 35px;
    display: block;
}

.mce-content-body p, .post-content p {
    margin-bottom: 35px;
}
.post-content,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content li,
.post-content p,
.participant-content{
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}
.post-content p {
    font-size: 20px;
}
.post-content strong,
.post-content p strong {
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #ff8c8c;
}
.post-content a {
    transition: all .3s ease-in-out;
}
.post-content a, .post-content a:active, .post-content a:focus, .post-content a:visited {
    color: #ff8c8c;
    text-decoration: underline;
    -webkit-text-decoration-color: #ff8c8c;
    text-decoration-color: #ff8c8c;
    font-style: italic;
    line-height: 2;
}
.post-content a:hover {
    color: #ff8c8c;
    text-decoration: underline;
    -webkit-text-decoration-color: #ff8c8c;
    text-decoration-color: #ff8c8c;
}
.privacy--page-view .post-content a,
.privacy--page-view .post-content a:active,
.privacy--page-view .post-content a:focus,
.privacy--page-view .post-content a:visited {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    font-style: italic;
    color: #000;
    border-bottom: 2px solid #ff8c8c;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: letter-spacing 0.3s ease-in-out;
}
.privacy--page-view .post-content a:hover {
    color: #ff8c8c;
    text-decoration: none;
    letter-spacing: 1px;
    transition: letter-spacing 0.3s ease-in-out;
}
.post-eol > img {
    display: inline-block;
    height: 24px;
    width: auto;
    padding: 0 10px;
}
.gallery-item {
    position: relative;
    cursor: pointer;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.single-post-gallery .slick-slider {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.page-template-default .post-column .slick-initialized .slick-slide,
.page-template-modules .post-column .slick-initialized .slick-slide,
.post-template-default .post-column .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    outline: 0;
    vertical-align: top;
}

.post-image-wrapper {
    background-size: cover;
    cursor: pointer;
}
.post-image-wrapper, .post-image-wrapper:before {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
}
.post-image-wrapper {
    display: inline-block;
    height: 100%;
    position: relative;
}
.post-template-default .slick-slide {
    max-width: 100vw;
    outline: 0;
}
.post-template-default .slick-slide .post-image-wrapper {
    overflow: hidden;
    max-width: 100%;
}
.post-image-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
}
.post-image-wrapper:before {
    transition: all .3s ease-in-out;
    bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-size: 30px 30px;
    background-image: url('../assets/images/full-screen.svg');
    background-position: top 10px right 45px;
    content: "";
}
.post-image-wrapper:before {
    left: 0;
    right: 0;
    width: auto;
}
.post-feature-image .post-image-wrapper:before {
    background-image: none;
}
.post-template-default .slick-slider img {
    height: 210px;
    width: auto;
}
.post-template-default .slick-slide img {
    max-width: none;
}

.full-screen-gallery {
    background-color: rgba(0, 0, 0, 0.6784313725490196) !important;
}
.full-screen-gallery .modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent;
    height: 100%;
}
.btn-close-modal {
    position: absolute;
    right: 50px;
    top: 30px;
}
.btn-close-modal:hover {
    cursor: pointer;
}
.btn-close-modal:before {
    height: 20px;
    width: 20px;
    background-size: 30px 30px;
    background-image: url(../assets/images/close.svg);
    background-position: center;
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
}

.post-gallery .slick-slide {
    padding: 35px;
    padding-bottom: 85px;
    height: 100%;
}

.post-gallery-image {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: calc(100% - 50px);
    width: 100%;
}

.slick-arrow {
    transition: all .3s ease-in-out;
    border: 0;
    height: 100%;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 25%;
    z-index: 10;
}

.modal-body .slick-arrow{
    z-index:200;
}
.slick-arrow:hover {
    cursor: pointer;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: transparent;
}
.slick-arrow.slick-prev {
    left: 30px;
}
.slick-arrow.slick-next {
    right: 30px;
}
.slick-slide figcaption {
    display: block;
    padding-top: 0;
}

.figcaption-super {
    width: 35px;
    float: left;
    margin-left: 15px;
    width: 20px;
}

.footnotes .figcaption-super,
.slick-slide .figcaption-super {
    margin-left: 0;
}

.post-share-category, .post-share-links {
    font-family: 'Montserrat',Helvetica Neue Bold,Helvetica,Arial,sans-serif;
    color: #ff8c8c;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: .5px;
}
.post-share-links {
    color: #ff8c8c;
    text-decoration: none;
}
.post-share-links a:first-of-type {
    margin-left: 5px;
}
.post-share-links a {
    transition: all .3s ease-in-out;
    color: #000;
    margin-right: 5px;
}
.post-share-links.post-tag-links a {
    border-bottom: 2px solid #ff8c8c;
}
/* Blog styles end */

/* Festival styles start */
.page--half-positioned .header--half-positioned {
    position: relative;
    height: 89vh;
}
.header--half-positioned--title {
    position: relative;
    z-index: 2;
}

.header--half-positioned--title h1 {
    -webkit-text-stroke: 1px #00ced8;
    color: transparent;
    font-family: 'Montserrat';
    font-size: 100px;
    line-height: 1;
    letter-spacing: -2px;
}
.header--half-positioned--title h1:nth-of-type(2){
    -webkit-text-stroke: 0;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.1;
    color: #fb6754;
    text-align: center;
    margin-bottom: 0;
    font-size: 76px;
    text-transform: uppercase;
}
.header--half-positioned--intro h5 {
    width: 70%;
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 1px;
}

.central-wrap {
    width: calc(100% - 15vw);
    position: relative;
    margin: 0 auto;
}

.more-img-projets-festival {
    position:relative;
    margin:2.12vw 0 0 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    height:auto;
    overflow:hidden
}
.more-img-projets-festival--item {
    width: 30%;
    flex: 0 0 30%;
    margin: 2vw 0 2vw 0;
}
.more-img-projets-festival img {
    width: 100%;
    height: auto;
}


.since{
    width:100%;
    position:relative;
    text-align:center;
    margin: 10vw 0 5vw;
}
.since .depuis {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color: #fff;
}
.i2 {
    -webkit-text-stroke: 4px #fb6754;
    color: transparent;
    font-family: Montserrat;
    font-size:  190px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    font-style: italic;
}
.b5 {
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 60px;
    font-style: italic;
}
/* Festival styles end */
/* Footer styles start */

.footer {
    padding-top: 18px;
    padding-bottom: 18px;
}
.footer a {
    color: #fff;
    transition: all .15s ease-in-out;
}
.footer-primary {
    background-color: #ece2e2;
}
.footer-secondary {
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-secondary {
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
}
.footer-logos .menu-footer-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.footer-logos .menu-footer-logos .menu-item {
    height: 50px;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
}
.footer-logos .menu-footer-logos .menu-item:first-of-type {
    padding-left: 0px;
}
.footer-logos .menu-footer-logos .menu-item:last-of-type {
    padding-right: 0px;
}
.footer-logos .menu-footer-logos .menu-item img {
    height: 100%;
    width: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer-copyright--wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.footer-copyright--wrap div:first-of-type{
    flex-grow: 1;
}
.footer-links .footer-links-items .footer-links-item {
    font-family: 'Montserrat',ChapeauBold,Helvetica Neue Bold,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 5px 0;
}
.footer-links .footer-links-items .footer-links-item a,
.footer-links .footer-links-items .footer-links-item a:active{
    color: #fff;
}
.footer-links .footer-links-items .footer-links-item a:hover,
.footer a:hover {
    color: #ff8c8c;
    transition: all .15s ease-in-out;
}

.footer-links-items ul{
    margin-top: 5%;
}

.newsletter {
    background-color: #f05455;
    position: relative;
    z-index: -1;
}


.newsletter-content {
    padding-left: 35px;
    padding-right: 35px;
    bottom: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: -1;
}
.newsletter-content * {
    z-index: 1;
}
.newsletter-content img {
    width: 150px;
}

.newsletter-content form {
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 465px;
}
.newsletter-content label {
    margin-bottom: 35px;
    white-space: normal;
}


.newsletter-content .button, .newsletter-content input[type=email], .newsletter-content label {
    font-family: 'Montserrat',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .1em;
    border-radius: 0;
    font-size: 16px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.newsletter-content input[type=email] {
    background: #000;
    color: #fff;
    width: 100%;
}

.newsletter-content input[type=email]::-webkit-input-placeholder {
    color:#fff
}
.newsletter-content input[type=email]:-ms-input-placeholder {
    color:#fff
}
.newsletter-content input[type=email]:-moz-placeholder,
.newsletter-content input[type=email]::-moz-placeholder {
    color:#fff;
    opacity:1
}


/* Footer styles end */
.poster-deco:before,
.poster-deco:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='stripe-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M-1,1 l2,-2 M0,10 l10,-10 M9,11 l2,-2' stroke='%23fff' stroke-width='1' /%3E%3C/svg%3E");
    background-size: 10px 10px;
    display: block;
    position: absolute;
    bottom: -7px;
    transition: all .3s ease-in-out;
}

.poster-deco:before {
    right: -7px;
    height: 100%;
    width: 6px
}
.poster-deco:after {
    left: 6px;
    height: 6px;
    width: calc(100% - 5px)
}
.btn_top-color{
    filter: invert();
}
/*page loader */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ff8c8c;
}
.logo-load--lining{
    fill:none;
    stroke:#fff;
    stroke-width:3px;
    stroke-linejoin:bevel;
}
.logo-load--filling{
    fill:rgba(223, 54, 120, 0.3);
    transform: scale(1.05);

}
.logo-load--filling-sec{
    fill:rgba(173, 31, 69, 0.42);
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.d3 {
    animation-delay: .3s;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.full-page-center-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
}

#tiiiit-loader{
    margin:auto;
    width: 100%;
    height: 100%;
}
/*end of page loader*/

/* participants */
.participants-page .post-head{
    padding-bottom: 45px;
}

.participants-page .post-content p{
    margin-bottom: 0;
}

.participants-page hr{
    height:3px;
    border:none;
    background-color: darkgrey;
}
.participants-list-page{
    padding-bottom: 150px;
}
.participants-list-page .participants{
    padding-top: 50px;
}
.participants-list-page .participants,
.participants-list-page .participants a{
    font-size:18px;
    font-weight: 500;
}

.participants .year-2013,.participants .year-2013 a{
    color:#e05e65;
}

.participants .year-2014, .participants .year-2014 a{
    color:#fa1a89;
}

.participants .year-2015, .participants .year-2015 a{
    color:#3C3A3B;
}

.participants .year-2016, .participants .year-2016 a{
    color:#3C1D41;
}

.participants .year-2017, .participants .year-2017 a{
    color:#F22432;
}

.participants .year-2018, .participants .year-2018 a{
    color:#3C709C;
}

.participants .year-2019 a{
    color:#e05e65;
}

.events-participant-page{
    background: white;
    padding-bottom: 30px;
}

/* participants */
.progress-bar-femoir {
    position: fixed;
    top: 90px;
    z-index: 1;
    height: 2px;
    background: #000;
    width: 0%;
    padding-left:-15px;
}

.navigation__menu{
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}
.navigation__menu.menu-active{
    background: #f05455;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}


#search-modal{
    padding-right: 0px !important;
    background-color: #ff8c8c;
}
.modal-full {
    min-width: 100%;
    margin: 0;
}
#search-modal .modal-content{
    background-color: #ff8c8c;
    color: #fff;
    border:none;
}
#search-modal .modal-header{
    border:none;
    padding:0 15px;
}
#search-modal .modal-header img{
    width:100px;
}
#search-modal .close{
    color:#fff;
    margin-top:8px;
}
#search-modal .modal-body{
    position: relative;
    padding-left:var(--outer-gutter);
    padding-right:var(--outer-gutter);
    min-height:100vh;
    min-height:var(--window-height);
}
#search-modal input[type=search]{
    background-color: transparent;
    border:0;
    color:#fff;
    font-size: 44px;
    width: 80%;
}
#search-modal input::placeholder{
    color:white;
    opacity: 0.6;
}
#search-modal input[type=search]:focus, #search-modal input[type=submit]:focus{
    outline: 0;
}
#search-modal .menu__extended__links-item a,
.app-productions-list .menu__extended__links-item a {
    color:#fff;
}

.app-about {
    background-color: #7d3c9e;
}
.about-page__docs .card__cta--doc:hover{
    padding: 0 40px;
}
@media (max-width: 425px) {
    .menu__links {
        font-size: 35px;
    }

    .header--half-positioned--title h1 {
        font-size: 50px;
    }

    .header--half-positioned--title h1:nth-of-type(2) {
        font-size: 38px;
    }

    .card-grid-chunk__headline, .stack-chunk__headline {
        font-size: 18vw;
        font-weight: 600;
    }

    .app-festivals-list .card-stack__element {
        width: 90%;
        margin:25px auto;
    }

    .post-template-default .modal .slick-slider img{
        max-height:none;
        width:100%;
    }

    .supporters a{
        padding:10px;
        margin: auto;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px){
    .menu {
        width: 100%;
    }

    .menu__right {
        right: 0;
        transform: none;
        bottom: 0;
    }
    .menu__left {
        left: 0;
        transform: none;
        bottom: 0;
    }
    .menu__extended {
        height: auto;
        width: 50%;
        padding: 20px 10px;
        background: #f05455;
        z-index: 6;
        bottom: 0;
        top: unset;
    }

    .modal-content .menu__left{
        position: absolute;
    }

    #search-modal .modal-body{
        padding-top: 0;
        height: 100%;
        min-height: unset;
    }
    .modal-content .menu__left{
        width: 100%;
    }
    .menu__extended__links-item a {
        color: #fff;
    }
    .menu__extended__links {
        justify-content: center;
    }

    .slick-slider {
        top: 50%;
        transform: translateY(-50%);
    }
    .post-gallery .slick-slide {
        padding-bottom: 35px;
    }

    .grid-small-thumbnails .grid-item{
        width:100%;
    }

    .grid-item-title{
        height:100% !important;
    }

    .grid-large-image .grid-text{
        visibility: visible;
        opacity:1;
        position: relative;
        padding:0;
        color:#524b48;
    }

    .grid-large-image .post-lede,
    .grid-large-image .post-meta-item, .grid-large-image .post-meta-item p{
        color:#524b48;
    }

    .femoir-list-page .grid-large-image, .femoir-list-page .grid-large-thumbnails{
        padding:0;
    }

    .femoir-show-page figure:not(.slick-slide) .post-image-wrapper img:not(.fixed){
        width:100%;
    }
    .newsletter-content img {
        width: 120px;
    }
    .page.events-show-page {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .newsletter-content .button, .newsletter-content input[type=email], .newsletter-content label {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: .1em;
    }

    .grid-item-lede,
    .grid-item-lede h1,
    .grid-item-lede h2,
    .grid-item-lede h3,
    .grid-item-lede h4,
    .grid-item-lede h5,
    .grid-item-lede h6,
    .grid-item-lede li,
    .grid-item-lede p {
        font-size:16px;
        line-height:1.5;
        letter-spacing:.5px
    }

    .grid-large-image .grid-text {
        padding-left: 35px;
        padding-right: 35px;
    }

    .newsletter-content label {
        margin-bottom: 74px;
    }

    .newsletter-content form {
        padding-bottom: 105px;
    }

    .newsletter-content {
        padding-left: 74px;
        padding-right: 74px;
        padding-bottom: 74px;
        padding-top: 74px;
        transform: none;
        top: auto;
    }
    .post-title {
        font-size: 56px;
    }

    #post-title-clone{
        font-size:28px;
    }

    .post-meta-item,
    .post-meta-item p {
        font-size:14px;
        line-height:1.5;
        letter-spacing:.5px
    }

    .post-column, .post-extra-column, .post-tags-column {
        padding-left: 37px;
        padding-right: 37px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 724px;
        width: 80%;
    }

    .post-column-default .gallery-columns-1 figure,
    .post-column-default > blockquote,
    .post-column-default .t-module-caption,
    .post-column-default>.post-feature-video iframe,
    .post-column-default>figure,
    .post-column-default>iframe {
        padding-left: 74px;
        padding-right: 74px;
    }

    .grid-large-thumbnails .grid-item,
    .post-head-with-image .grid-item,
    .top-five .grid-item {
        float:left;
        width:50%
    }

    .grid-large-image,
    .grid-large-thumbnails,
    .grid-small-thumbnails,
    .grid-title {
        padding-top:0
    }

    .grid-large-thumbnails .grid-item-title {
        font-size:2.1vw;
        line-height:1.2;
        letter-spacing:1px
    }

    .grid-item,
    .grid-large-image .grid-item,
    .grid-large-thumbnails .grid-item,
    .top-five .grid-item {
        padding-left:37px;
        padding-right:37px;
        margin-bottom:74px
    }
    .footer .grid-item {
        padding-left: 35px;
        padding-right: 35px;
        margin-bottom: 0;
    }

    .gallery-item figcaption, .wp-caption figcaption {
        position: absolute;
    }

    .figcaption-super {
        width: 37px;
        margin-left: 0;
    }

    .figcaption-text {
        margin-left: 37px;
        margin-right: 37px;
    }

    .page-template-default .post-column .slick-slide,
    .page-template-modules .post-column .slick-slide,
    .post-template-default .post-column .slick-slide {
        padding-left: 37px;
        padding-right: 37px;
    }

    .post-template-default .slick-slider img {
        height: 350px;
    }
    .post-template-default .single-post-full-screen.slick-slider img {
        height: 80vh;
    }
    .post-gallery .slick-slide {
        padding: 74px;
        padding-bottom: 74px;
    }
    .post-gallery-image {
        height: 100%;
    }
    .page-template-default .slick-slide figcaption,
    .page-template-modules .slick-slide figcaption,
    .post-template-default .slick-slide figcaption {
        max-width: calc(100vw - 148px);
    }

    .figcaption-super {
        width: 37px;
        margin-left: 0;
    }

    .slick-slide .figcaption-text {
        display: block;
    }
}

@media(min-width:760px){
    .home__chunks{
        margin-left:-60px;
        margin-right:-60px;
        padding-left:60px;
        padding-right:60px;
        border:60px solid transparent;
        border-top:0;
        border-bottom:0
    }

    .feature-chunk {
        padding-top:0;
        padding-bottom:0
    }
    .feature-chunk__background{
        display:flex;
        flex-direction:column;
        align-items:center
    }
    .feature-chunk__hero{
        min-height: 80vh;
        width:100%
    }
    .feature-chunk__hero__content{
        background-color:initial;
        text-align:left;
        padding-top:0;
        margin-top:120px;
        min-height:0;
        width:460px
    }
    .feature-chunk__title{
        font-size:62px;
        line-height:1;
        letter-spacing:-.02em;
        margin-bottom:25px
    }
    .feature-chunk__description{
        font-size:20px;
        line-height:1.3
    }
    .huh-card.huh-card--1 .huh-card__bg .card__bg__image, .huh-card.huh-card--2 .huh-card__bg .card__bg__image, .huh-card.huh-card--3 .huh-card__bg .card__bg__image {
        width: 400px
    }
    .huh-card.huh-card--1 .huh-card__header {
        font-size: 180px;
    }
    .huh-card.huh-card--1 .huh-card__content {
        padding-left: 0;
        padding-right: 0;
    }
    .navigation__menu__item, .menu__close-button {
        font-size: 36px;
        line-height: 1;
    }
}
@media(min-width:960px){
    .home__chunks{
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
        border-width:80px;
        border-bottom:0
    }

    .feature-chunk{
        padding-top:0;
        padding-bottom:0
    }
    .feature-chunk__background{
        margin-right:0px;
        margin-left:0px
    }
    .feature-chunk__background:before{
        border-width:20px
    }
    .feature-chunk__hero__content{
        width:520px
    }
    .feature-chunk__hero__details{
        margin-bottom:60px
    }
    .feature-chunk__title{
        font-size:72px;
        line-height:.86111;
        letter-spacing:-.02em
    }
    .feature-chunk__description{
        font-size:22px;
        line-height:1.27273
    }
    .feature-chunk__title{
        font-size:72px;
        line-height:.86111;
        letter-spacing:-.02em
    }
    .huh-card.huh-card--1 .huh-card__bg .card__bg__image, .huh-card.huh-card--2 .huh-card__bg .card__bg__image, .huh-card.huh-card--3 .huh-card__bg .card__bg__image {
        width: 520px
    }
    .huh-card.huh-card--1 .huh-card__header {
        font-size: 140px;
    }
    .huh-card.huh-card--1 .huh-card__content {
        padding-top: 40px;
    }
    .card.desktop_text_size--small .huh-card.huh-card--1 .huh-card__header .text{
        font-size:.6em;
        display:block
    }
    .cardicle-lead-card__eyebrow,.bigdata-card.bigdata-card--1 .bigdata-card__eyebrow,.bigdata-card.bigdata-card--2 .bigdata-card__eyebrow,.bigdata-card.bigdata-card--3 .bigdata-card__eyebrow,.headline-card.headline-card--1 .headline-card__eyebrow,.headline-card.headline-card--2 .headline-card__eyebrow,.headline-card.headline-card--3 .headline-card__eyebrow,.huh-card.huh-card--1 .huh-card__eyebrow,.huh-card.huh-card--2 .huh-card__eyebrow,.huh-card.huh-card--3 .huh-card__eyebrow,.outline-card.outline-card--1 .outline-card__eyebrow,.outline-card.outline-card--2 .outline-card__eyebrow,.outline-card.outline-card--3 .outline-card__eyebrow,.outline-card.outline-card--4 .outline-card__eyebrow,.paragraph-card[data-variation="1"] .paragraph-card__eyebrow,.paragraph-card[data-variation="2"] .paragraph-card__eyebrow,.quote-card.quote-card--1 .quote-card__eyebrow,.quote-card.quote-card--2 .quote-card__eyebrow{
        padding:33px 0;
        margin-top:-40px
    }
    .navigation__menu__item, .menu__close-button {
        font-size: 40px;
        line-height: 1;
    }
    .menu{
        width:50%
    }
}

@media(max-width:1280px){

    .since .i2{ font-size:95px;}
    .since .depuis{font-size:30px;}
    .since{margin-top:15vw;}
    .page--half-positioned .header--half-positioned{
        height:100%;
        max-width: 70%;
    }
    .header--half-positioned--title h1 {
        font-size: 70px
    }
    .menu {
        width: 65%;
    }
    .about-page__body p:first-child:first-letter{
        font-size:70px;
    }
}


@media(min-width:1280px){
    .feature-chunk__background{
        margin-right:0;
        margin-left:0
    }
    .feature-chunk__hero__content{
        width:860px
    }
    .feature-chunk__title{
        font-size:110px;
        line-height:.91667;
        letter-spacing:-.02em
    }
    .feature-chunk__description{
        font-size:26px;
        line-height:1.23077
    }
    .feature-chunk__title{
        font-size:110px;
        line-height:.91667;
        letter-spacing:-.02em
    }
    .home__chunks {
        margin-top: 0;
    }
    .huh-card.huh-card--1 .huh-card__bg .card__bg__image, .huh-card.huh-card--2 .huh-card__bg .card__bg__image, .huh-card.huh-card--3 .huh-card__bg .card__bg__image {
        width: 560px
    }
    .huh-card.huh-card--1 .huh-card__header {
        font-size: 200px;
    }
}

@media screen and (min-width: 1600px) {
    .grid-big-slider-feature,
    .grid-large-image,
    .grid-large-thumbnails,
    .grid-slideshow,
    .grid-small-thumbnails {
        margin-left: auto!important;
        margin-right: auto!important;
        max-width: 1600px;
    }

    .post-column-default .gallery-columns-1 figure,
    .post-column-default > blockquote,
    .post-column-default .t-module-caption,
    .post-column-default>.post-feature-video iframe,
    .post-column-default>figure,
    .post-column-default>iframe {
        margin-left: -800px;
        margin-right: -800px;
        max-width: 1600px!important;
        width: 1600px!important;
    }
}
@media(max-width:500px) {
    :root{
        --fix-header-space: 70px;
    }
    .post-title{
        font-size: 32px !important;
    }
    #post-title-clone.post-title {
        font-size: 16px !important;
    }
    #post-title-clone{
        font-size:12px;
    }
    .post-column {
        padding-left: 0;
        padding-right: 0;
    }
    .post-column-default>figure {
        margin-bottom: 40px;
    }
    .post-content p {
        font-size: 18px;
    }
    .navigation__menu__item--logo {
        width: 80px;
    }
    .about-page__statement{
        padding-left: 0;
        padding-right: 0;
    }
    .progress-bar-femoir {
        top: 70px;
    }
    .app-about .card__cta--doc, .card__cta--read-more{
        font-size: 10px;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
    }
    .app-about .card__cta--doc, .card__cta--read-more:hover{
        padding: 0 15px;
    }
}
@media(max-width: 960px) {
    .page--half-positioned .header--half-positioned {
        height: 100%;
        max-width: 90%;
    }
}

@media(max-width: 910px) {
    .menu{
        width: 100%;
    }
}

@media screen and (max-width:1200px){
    .card-grid-chunk__headline{
        font-size: 13vw;
    }
    .grid-small-thumbnails .grid-item{
        width: 50%;
    }
    #template-selection-single .directors-wrapper .directors-inner .director-wrapper .director-content {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header--half-positioned--title h1,
    .header--half-positioned--title h1:nth-of-type(2) {
        font-size: 9vw;
    }

    .grid-small-thumbnails .grid-item {
        width: 100%;
    }
    .app-festivals-list .page__quote:before{
        margin-top: 0px;
    }
}
.app-projects-show #vue-share-title, .app-projects-show .post-head, .app-productions-show  #vue-share-title, .app-productions-show  .post-head{
    font-size: 56px;
    padding-bottom: 0;
}
@media(max-width:600px) {
    .menu__links {
        font-size: 40px;
    }

    .grid-item, .grid-large-image .grid-item, .grid-large-thumbnails .grid-item, .top-five .grid-item{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 950px){
    #search-modal input[type=search]{
        font-size: 22px;
    }
}

@media screen and (max-width: 600px){
    .app--home #newsletter{
        z-index: 0 !important;
    }
}

 @media screen and (max-width: 850px){
    .director-wrapper{
        margin-bottom: 30px;
    }
}