* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    min-height: 100%;
    position: relative;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6, 
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
section.__portfolioPage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.__portfolioPage .projectsNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
section.__portfolioPage .projectsNav .toggleSizeBtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 0;
    cursor: pointer;
}
section.__portfolioPage .projectsNav .toggleSizeBtn .less,
section.__portfolioPage .projectsNav .toggleSizeBtn .more {
    display: none;
    vertical-align: middle;
}
section.__portfolioPage .projectsNav .toggleSizeBtn .less {
    display: none;
}
section.__portfolioPage .projectsNav .toggleSizeBtn .more {
    display: block;
}
section.__portfolioPage .projectsNav .toggleSizeBtn.big .less {
    display: block;
}
section.__portfolioPage .projectsNav .toggleSizeBtn.big .more {
    display: none;
}
section.__portfolioPage .projectsNav .projectRef {
    position: absolute;
    left: 15px;
    top: 0;
}
section.__portfolioPage .projectsNav .projectName {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
@media screen and (max-width:690px) {
    section.__portfolioPage .projectsNav {
        display: none;
    }
}
section.__portfolioPage .cursor {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    left: 0;
    top: 0;
    margin: -23px;
    color: #000;
    background-color: rgba(255,255,255,.3);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    z-index: 3;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    white-space: nowrap;
}
section.__portfolioPage .cursor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
}
section.__portfolioPage .cursor:after {
    content: "↳";
    font-size: 16px;
}
@media screen and (min-width:1681px) {
    section.__portfolioPage .cursor {
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: -27px;
    }
    section.__portfolioPage .cursor:after {
        font-size: 18px;
    }
}
@media screen and (min-width:1921px) {
    section.__portfolioPage .cursor {
        width: 62px;
        height: 62px;
        line-height: 62px;
        margin: -31px;
    }
    section.__portfolioPage .cursor:after {
        font-size: 21px;
    }
}
@media screen and (min-width:2049px) {
    section.__portfolioPage .cursor {
        width: 64px;
        height: 64px;
        line-height: 64px;
        margin: -32px;
    }
    section.__portfolioPage .cursor:after {
        font-size: 22px;
    }
}
@media screen and (min-width:2561px) {
    section.__portfolioPage .cursor {
        width: 82px;
        height: 82px;
        line-height: 82px;
        margin: -41px;
    }
    section.__portfolioPage .cursor:after {
        font-size: 28px;
    }
}
@media screen and (max-width:1280px) {
    section.__portfolioPage .cursor {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -20px;
    }
    section.__portfolioPage .cursor:after {
        font-size: 14px;
    }
}
@media screen and (max-width:690px) {
    section.__portfolioPage .cursor {
        display: none!important;
    }
}
section.__portfolioPage .projectsList {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    bottom: 40px;
    overflow: hidden;
}
section.__portfolioPage .projectsList * {
    cursor: none;
}
section.__portfolioPage .projectsList .innerList {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    will-change: transform;
}
section.__portfolioPage .projectsList .project {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 320px;
    padding: 30px;
    color: #000;
}
section.__portfolioPage .projectsList .project .thumb {
    position: absolute;
    top: 45px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}
section.__portfolioPage .projectsList .project .thumb img,
section.__portfolioPage .projectsList .project .thumb video {
    display: block;
    height: 100%;
    width: auto;
    box-shadow: -8px 8px 16px rgba(0,0,0,.25);
}
section.__portfolioPage .projectsList .project .ref {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1;
}
section.__portfolioPage .projectsList .project .mobileDetails {
    display: none;
}
section.__portfolioPage .projectsList .project:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 1px;
    background-color: #000;
}
section.__portfolioPage .projectsList .project:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
section.__portfolioPage .projectsList .project.empty .thumb {
    background-color: #ddd;
    box-shadow: -8px 8px 16px rgba(0,0,0,.25);
}
@media screen and (min-width:1281px) and (max-width:1680px) {
    section.__portfolioPage .projectsList .project:before {
        height: 20px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 25%;
        height: 320px;
        padding: 40px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 40px;
        bottom: 70px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 40px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 16.66%;
        height: 240px;
        padding: 40px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 40px;
        bottom: 60px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 40px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
}
@media screen and (min-width:1681px) {
    section.__portfolioPage .projectsList {
        bottom: 46px;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 46px;
    }
}
@media screen and (min-width:1681px) and (max-width:1920px) {
    section.__portfolioPage .projectsList .project:before {
        height: 23px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 25%;
        height: 374px;
        padding: 46px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 46px;
        bottom: 81px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 46px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 16.66%;
        height: 280px;
        padding: 46px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 46px;
        bottom: 70px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 46px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
}
@media screen and (min-width:1921px) {
    section.__portfolioPage .projectsList {
        bottom: 54px;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 54px;
    }
}
@media screen and (min-width:1921px) and (max-width:2048px) {
    section.__portfolioPage .projectsList .project:before {
        height: 26.66666667px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 25%;
        height: 426px;
        padding: 53px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 53px;
        bottom: 93px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 53px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 16.66%;
        height: 320px;
        padding: 53px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 53px;
        bottom: 80px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 53px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
}
@media screen and (min-width:2049px) {
    section.__portfolioPage .projectsList {
        bottom: 56px;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 56px;
    }
}
@media screen and (min-width:2049px) and (max-width:2560px) {
    section.__portfolioPage .projectsList .project:before {
        height: 28.44444444px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 25%;
        height: 456px;
        padding: 56px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 56px;
        bottom: 100px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 56px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 16.66%;
        height: 340px;
        padding: 56px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 56px;
        bottom: 85px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 56px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
}
@media screen and (min-width:2561px) {
    section.__portfolioPage .projectsList {
        bottom: 71px;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 56px;
    }
}
@media screen and (min-width:2561px) {
    section.__portfolioPage .projectsList .project:before {
        height: 35.55555556px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 25%;
        height: 568px;
        padding: 71px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 71px;
        bottom: 124px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 71px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 16.66%;
        height: 4267px;
        padding: 71px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 71px;
        bottom: 106px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 71px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
}
@media screen and (max-width:1280px) {
    section.__portfolioPage .projectsList {
        bottom: 36px;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 36px;
    }
}
@media screen and (min-width:1025px) and (max-width:1280px) {
    section.__portfolioPage .projectsList .project:before {
        height: 17.77777778px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 33.33333333%;
        height: 284px;
        padding: 35px;
    }
    section.__portfolioPage .projectsList .big .project .thumb {
        top: 35px;
        bottom: 62px;
    }
    section.__portfolioPage .projectsList .big .project .ref {
        bottom: 35px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(3n+3):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+3):nth-child(3n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+3):nth-child(3n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(3n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(3n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 25%;
        height: 213.33333333px;
        padding: 35px;
    }
    section.__portfolioPage .projectsList .small .project .thumb {
        top: 35px;
        bottom: 54px;
    }
    section.__portfolioPage .projectsList .small .project .ref {
        bottom: 35px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(4n+4):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
}
@media screen and (min-width:691px) and (max-width:1024px) {
    section.__portfolioPage .projectsList .project {
        height: 227.55555556px;
        padding: 21.33333333px;
    }
    section.__portfolioPage .projectsList .project .ref {
        bottom: 21.33333333px;
    }
    section.__portfolioPage .projectsList .project .thumb {
        top: 32px;
        bottom: 49.77777778px;
    }
    section.__portfolioPage .projectsList .project:before {
        height: 14.22222222px;
    }
    section.__portfolioPage .projectsList .big .project {
        width: 50%;
        height: 227.55555556px;
        padding: 21.33333333px;
    }
    section.__portfolioPage .projectsList .big .project:nth-child(2n+2):before {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+2):nth-child(2n+1):after,
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+2):nth-child(2n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(2n+1),
    section.__portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(2n+1)~.project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project {
        width: 33.33333333%;
        height: 170.66666667px;
        padding: 28.44444444px;
    }
    section.__portfolioPage .projectsList .small .project:nth-child(3n+3):before {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+3):nth-child(3n+1):after,
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+3):nth-child(3n+1)~.project:after {
        display: none;
    }
    section.__portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(3n+1),
    section.__portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(3n+1)~.project.empty {
        display: none;
    }
}
@media screen and (max-width:690px) {
    section.__portfolioPage .projectsList {
        bottom: 0;
        padding-top: 50px;
        overflow: auto;
    }
    section.__portfolioPage .projectsList .innerList {
        top: 0;
        position: relative;
        transform: none!important;
    }
    section.__portfolioPage .projectsList .project {
        width: 100%;
        height: 144px;
        padding: 15px;
    }
    section.__portfolioPage .projectsList .project.empty {
        display: none;
    }
    section.__portfolioPage .projectsList .project .ref {
        display: none;
    }
    section.__portfolioPage .projectsList .project .mobileDetails {
        display: block;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    section.__portfolioPage .projectsList .project .iconMob {
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
    }
    section.__portfolioPage .projectsList .project .iconMob:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #000;
    }
    section.__portfolioPage .projectsList .project .iconMob:after {
        content: "→";
        font-size: 10px;
    }
    section.__portfolioPage .projectsList .project .thumb {
        top: 15px;
        bottom: 15px;
        left: auto;
        right: 15px;
        width: 90px;
        transform: none;
    }
    section.__portfolioPage .projectsList .project:last-child:after {
        display: none;
    }
    section.__portfolioPage .projectsList .project:before {
        display: none;
    }
}
@font-face {
    font-family: TradeGothicLTStd-cn;
    src: url("../fonts/hinted-TradeGothicLTStd-BdCn20.eot");
    src: url("../fonts/hinted-TradeGothicLTStd-BdCn20.woff2") format('woff2'),url(../fonts/hinted-TradeGothicLTStd-BdCn20.woff) format('woff'),url(../fonts/hinted-TradeGothicLTStd-BdCn20.eot?#iefix) format('embedded-opentype'),url(../fonts/hinted-TradeGothicLTStd-BdCn20.svg#GeneralGrotesqueMono-Light) format('svg'),url(../fonts/hinted-TradeGothicLTStd-BdCn20.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Grotesque Mono';
    src: url("../fonts/hinted-GeneralGrotesqueMono-Light.eot");
    src: url("../fonts/hinted-GeneralGrotesqueMono-Light.woff2") format('woff2'),url(../fonts/hinted-GeneralGrotesqueMono-Light.woff) format('woff'),url(../fonts/hinted-GeneralGrotesqueMono-Light.eot?#iefix) format('embedded-opentype'),url(../fonts/hinted-GeneralGrotesqueMono-Light.svg#GeneralGrotesqueMono-Light) format('svg'),url(../fonts/hinted-GeneralGrotesqueMono-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'General Grotesque Mono';
    src: url("../fonts/GeneralGrotesqueMono-Book.eot");
    src: url("../fonts/GeneralGrotesqueMono-Book.woff2") format('woff2'),url(../fonts/GeneralGrotesqueMono-Book.woff) format('woff'),url(../fonts/GeneralGrotesqueMono-Book.eot?#iefix) format('embedded-opentype'),url(../fonts/GeneralGrotesqueMono-Book.svg#GeneralGrotesqueMono-Regular) format('svg'),url(../fonts/GeneralGrotesqueMono-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
#clickBlocker {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: red;
    opacity: 0;
}
a {
    color: currentColor;
}
.rollable {
    cursor: pointer;
}
body,
html {
    position: relative;
    background-color: #000;
    -webkit-text-size-adjust: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'General Grotesque Mono',helvetica,sans-serif;
    word-spacing: -.2em;
    font-weight: 300;
    color: #fff;
    overflow: hidden!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 0;
    line-height: 0;
    user-select: none;
    -webkit-user-select: none;
}
body.ready {
    background-color: #f4f4f4;
}
body .wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden!important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media screen and (max-width:690px) {
    .wrapper.blurred {
        filter:blur(5px)
    }
}
.wrapper section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@-webkit-keyframes flick {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flick {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
section.databasePage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}
section.databasePage .tableContent {
    font-size: 0;
    width: 76vw;
}
section.databasePage .tableContent .tableItem {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
section.databasePage .tableContent .tableItem:not(:first-child) {
    margin-left: 50px;
}
section.databasePage .tableContent .tableItem.ref {
    width: 100px;
    padding-left: 15px;
}
section.databasePage .tableContent .tableItem.date {
    width: 100px;
    padding-right: 15px;
    text-align: right;
}
section.databasePage .tableContent .tableItem.client,
section.databasePage .tableContent .tableItem.pType {
    width: calc((100% - (5 * 50px) - 100px - 100px) * .25);
}
section.databasePage .tableContent .tableItem.pName {
    width: calc((100% - (5 * 50px) - 100px - 100px) * .35);
}
section.databasePage .tableContent .tableItem.sector {
    width: calc((100% - (5 * 50px) - 100px - 100px) * .15);
}
section.databasePage .projectsFilters {
    position: relative;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
section.databasePage .projectsFilters .nbProjects {
    position: absolute;
    right: 15px;
    top: 0;
}
section.databasePage .projectsFilters .filter {
    cursor: pointer;
}
section.databasePage .projectsFilters .filter span {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.8em;
}
section.databasePage .projectsFilters .filter.active span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleY(.7);
}
section.databasePage .projectsFilters .filter.active:after {
    position: absolute;
    margin-left: 12px;
    content: " ↑↓";
}
section.databasePage .projectsFilters .filter.over:after {
    position: absolute;
    margin-left: 12px;
    content: " ↑↓";
}
section.databasePage .navFiltersMobile {
    display: none;
}
section.databasePage .projectsList {
    position: relative;
    height: calc(100% - 40px);
    overflow: hidden;
}
section.databasePage .projectsList .rollDetails {
    position: absolute;
    right: 0;
    top: 0;
    width: 24vw;
    height: 100%;
    background-color: #f4f4f4;
}
section.databasePage .projectsList .rollDetails:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
}
section.databasePage .projectsList .rollDetails .thumbs {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    height: auto;
}
section.databasePage .projectsList .rollDetails .thumbs .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
section.databasePage .projectsList .rollDetails .thumbs .thumb img,
section.databasePage .projectsList .rollDetails .thumbs .thumb video {
    width: 100%;
    height: auto;
    box-shadow: -8px 8px 16px rgba(0,0,0,.25);
}
section.databasePage .projectsList .rollDetails .texts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}
section.databasePage .projectsList .rollDetails .texts .detail {
    line-height: 14px;
    display: none;
}
section.databasePage .projectsList .rollDetails .texts .detail span {
    text-transform: uppercase;
}
section.databasePage .projectsList .innerList {
    position: relative;
    width: 120%;
    height: 100%;
    overflow: auto;
}
section.databasePage .projectsList .innerList .project {
    display: block;
    color: #000;
    position: relative;
    cursor: pointer;
}
section.databasePage .projectsList .innerList .project:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #000;
}
section.databasePage .projectsList .innerList .project .tableItem.ref:before {
    content: "[→] ";
}
@media screen and (min-width:1681px) {
    section.databasePage {
        padding-top: 46px;
    }
    section.databasePage .tableContent .tableItem:not(:first-child) {
        margin-left: 58px;
    }
    section.databasePage .tableContent .tableItem.ref {
        width: 110px;
        padding-left: 17px;
    }
    section.databasePage .tableContent .tableItem.date {
        width: 110px;
        padding-right: 17px;
    }
    section.databasePage .tableContent .tableItem.client,
    section.databasePage .tableContent .tableItem.pType {
        width: calc((100% - (5 * 58px) - 110px - 110px) * .25);
    }
    section.databasePage .tableContent .tableItem.pName {
        width: calc((100% - (5 * 58px) - 110px - 110px) * .35);
    }
    section.databasePage .tableContent .tableItem.sector {
        width: calc((100% - (5 * 58px) - 110px - 110px) * .15);
    }
    section.databasePage .projectsFilters .nbProjects {
        right: 17px;
    }
    section.databasePage .projectsList {
        height: calc(100% - 46px);
    }
}
@media screen and (min-width:1921px) {
    section.databasePage {
        padding-top: 54px;
    }
    section.databasePage .tableContent .tableItem:not(:first-child) {
        margin-left: 64px;
    }
    section.databasePage .tableContent .tableItem.ref {
        width: 130px;
        padding-left: 20px;
    }
    section.databasePage .tableContent .tableItem.date {
        width: 130px;
        padding-right: 20px;
    }
    section.databasePage .tableContent .tableItem.client,
    section.databasePage .tableContent .tableItem.pType {
        width: calc((100% - (5 * 64px) - 130px - 130px) * .25);
    }
    section.databasePage .tableContent .tableItem.pName {
        width: calc((100% - (5 * 64px) - 130px - 130px) * .35);
    }
    section.databasePage .tableContent .tableItem.sector {
        width: calc((100% - (5 * 64px) - 130px - 130px) * .15);
    }
    section.databasePage .projectsFilters .nbProjects {
        right: 20px;
    }
    section.databasePage .projectsList {
        height: calc(100% - 54px);
    }
}
@media screen and (min-width:2049px) {
    section.databasePage {
        padding-top: 56px;
    }
    section.databasePage .tableContent .tableItem:not(:first-child) {
        margin-left: 71px;
    }
    section.databasePage .tableContent .tableItem.ref {
        width: 140px;
        padding-left: 22px;
    }
    section.databasePage .tableContent .tableItem.date {
        width: 140px;
        padding-right: 22px;
    }
    section.databasePage .tableContent .tableItem.client,
    section.databasePage .tableContent .tableItem.pType {
        width: calc((100% - (5 * 71px) - 140px - 140px) * .25);
    }
    section.databasePage .tableContent .tableItem.pName {
        width: calc((100% - (5 * 71px) - 140px - 140px) * .35);
    }
    section.databasePage .tableContent .tableItem.sector {
        width: calc((100% - (5 * 71px) - 140px - 140px) * .15);
    }
    section.databasePage .projectsFilters .nbProjects {
        right: 22px;
    }
    section.databasePage .projectsList {
        height: calc(100% - 56px);
    }
}
@media screen and (min-width:2561px) {
    section.databasePage {
        padding-top: 71px;
    }
    section.databasePage .tableContent .tableItem:not(:first-child) {
        margin-left: 88px;
    }
    section.databasePage .tableContent .tableItem.ref {
        width: 170px;
        padding-left: 26px;
    }
    section.databasePage .tableContent .tableItem.date {
        width: 170px;
        padding-right: 26px;
    }
    section.databasePage .tableContent .tableItem.client,
    section.databasePage .tableContent .tableItem.pType {
        width: calc((100% - (5 * 88px) - 170px - 170px) * .25);
    }
    section.databasePage .tableContent .tableItem.pName {
        width: calc((100% - (5 * 88px) - 170px - 170px) * .35);
    }
    section.databasePage .tableContent .tableItem.sector {
        width: calc((100% - (5 * 88px) - 170px - 170px) * .15);
    }
    section.databasePage .projectsFilters .nbProjects {
        right: 26px;
    }
    section.databasePage .projectsList {
        height: calc(100% - 71px);
    }
}
@media screen and (max-width:1280px) {
    section.databasePage {
        padding-top: 36px;
    }
    section.databasePage .tableContent .tableItem:not(:first-child) {
        margin-left: 40px;
    }
    section.databasePage .tableContent .tableItem.ref {
        width: 90px;
        padding-left: 13px;
    }
    section.databasePage .tableContent .tableItem.date {
        width: 90px;
        padding-right: 13px;
    }
    section.databasePage .tableContent .tableItem.client,
    section.databasePage .tableContent .tableItem.pType {
        width: calc((100% - (5 * 40px) - 90px - 90px) * .25);
    }
    section.databasePage .tableContent .tableItem.pName {
        width: calc((100% - (5 * 40px) - 90px - 90px) * .35);
    }
    section.databasePage .tableContent .tableItem.sector {
        width: calc((100% - (5 * 40px) - 90px - 90px) * .15);
    }
    section.databasePage .projectsFilters .nbProjects {
        right: 13px;
    }
    section.databasePage .projectsList {
        height: calc(100% - 36px);
    }
}
@media screen and (min-width:691px) {
    section.databasePage .projectsList .innerList .project {
        display: block!important;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos {
        display: none;
    }
    section.databasePage .projectsList .innerList .project.over {
        background-color: #e2e2e2;
    }
}
@media screen and (min-width:691px) {
    section.databasePage .projectsList .innerList .project {
        display: block;
    }
}
@media screen and (max-width:690px) {
    section.databasePage {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.databasePage .tableContent {
        width: 100%;
    }
    section.databasePage .projectsFilters {
        display: none;
    }
    section.databasePage .projectsList {
        height: 100%;
    }
    section.databasePage .projectsList .rollDetails {
        display: none;
    }
    section.databasePage .projectsList .innerList {
        width: 100%;
    }
    section.databasePage .projectsList .innerList .project {
        height: 70px;
        line-height: 50px;
        padding: 10px 15px;
    }
    section.databasePage .projectsList .innerList .project .tableItem {
        display: none;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos {
        display: inline-flex;
        vertical-align: middle;
        width: 100%;
        justify-content: space-between;
        line-height: 13px;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos .column {
        display: inline-block;
        vertical-align: top;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos .column:first-child {
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 5px;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos .column:nth-child(2) {
        flex: 1;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos .thumb {
        position: relative;
    }
    section.databasePage .projectsList .innerList .project .mobileInfos .thumb img,
    section.databasePage .projectsList .innerList .project .mobileInfos .thumb video {
        width: auto;
        height: 50px;
    }
    section.databasePage .navFiltersMobile {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        transition: all 0.4s cubic-bezier(.77,0,.175,1);
    }
    section.databasePage .navFiltersMobile .navContent {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -50px;
        width: 100%;
        height: 50px;
        background-color: #000;
        color: #fff;
        line-height: 50px;
        display: flex;
        padding: 0 15px;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
    }
    section.databasePage .navFiltersMobile .navContent .toggleBtn:after {
        content: "[filters]";
    }
    section.databasePage .navFiltersMobile .filtersContent {
        padding: 15px;
        background-color: #f4f4f4;
    }
    section.databasePage .navFiltersMobile .filtersContent .filters {
        line-height: 22px;
        text-transform: uppercase;
    }
    section.databasePage .navFiltersMobile .filtersContent .filters .title {
        position: relative;
        display: flex;
        justify-content: space-between;
        line-height: 22px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    section.databasePage .navFiltersMobile .filtersContent .filters .title:after {
        content: "----------------------------------------------------------------------------------------------------------------";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        line-height: 1px;
        overflow: hidden;
        word-break: break-all;
    }
    section.databasePage .navFiltersMobile .filtersContent .filters .list {
        margin-bottom: 13px;
    }
    section.databasePage .navFiltersMobile .filtersContent .filters .list .filter:before {
        content: "[";
    }
    section.databasePage .navFiltersMobile .filtersContent .filters .list .filter:after {
        content: "]";
    }
    section.databasePage .navFiltersMobile.opened {
        transform: translateY(-100%);
    }
    section.databasePage .navFiltersMobile.opened .navContent .toggleBtn:after {
        content: "[close]";
    }
}

.info {margin: 0px 13px 0px 0px;}

section.showreelPage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.showreelPage .showreelNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
section.showreelPage .showreelNav .buyBtn {
    position: absolute;
    display: block;
    color: currentColor;
    top: 0;
    right: 15px;
}
section.showreelPage .showreelNav .rubName {
    position: absolute;
    left: 15px;
    top: 0;
}
section.showreelPage .showreelNav .showreelName {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
section.showreelPage .video {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    bottom: 40px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section.showreelPage .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.showreelPage .video .timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255,.1);
    cursor: pointer;
}
section.showreelPage .video .timeline .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
}
section.showreelPage .video .btns {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 0;
    border: 1px solid #000;
    background-color: #fff;
}
section.showreelPage .video .btns .btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #000;
}
section.showreelPage .video .btns .btn:not(:last-child) {
    border-right: 1px solid #000;
}
section.showreelPage .video .btns .btn.playPauseBtn:before {
    content: "PAUSE";
}
section.showreelPage .video .btns .btn.playPauseBtn.paused:before {
    content: "PLAY";
}
section.showreelPage .video .btns .btn.soundBtn:before {
    content: "MUTE";
}
section.showreelPage .video .btns .btn.soundBtn.muted:before {
    content: "UNMUTE";
}
section.showreelPage .imagesList {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    bottom: 40px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section.showreelPage .imagesList .imagesInner {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
section.showreelPage .imagesList .imagesInner .image {
    position: relative;
    display: inline-block;
    height: 100%;
    will-change: transform;
    transform: translateZ(0);
    overflow: hidden;
}
section.showreelPage .imagesList .imagesInner .image img {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
}
@media screen and (min-width:1681px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 17px;
    }
    section.showreelPage .showreelNav .rubName {
        left: 17px;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 46px;
        bottom: 46px;
    }
    section.showreelPage .video .timeline {
        height: 11px;
    }
    section.showreelPage .video .btns .btn {
        width: 110px;
        height: 46px;
        line-height: 46px;
    }
}
@media screen and (min-width:1921px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 20px;
    }
    section.showreelPage .showreelNav .rubName {
        left: 20px;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 54px;
        bottom: 54px;
    }
    section.showreelPage .video .timeline {
        height: 12px;
    }
    section.showreelPage .video .btns .btn {
        width: 120px;
        height: 54px;
        line-height: 54px;
    }
}
@media screen and (min-width:2049px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 22px;
    }
    section.showreelPage .showreelNav .rubName {
        left: 22px;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 56px;
        bottom: 56px;
    }
    section.showreelPage .video .timeline {
        height: 12px;
    }
    section.showreelPage .video .btns .btn {
        width: 130px;
        height: 56px;
        line-height: 56px;
    }
}
@media screen and (min-width:2561px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 26px;
    }
    section.showreelPage .showreelNav .rubName {
        left: 26px;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 71px;
        bottom: 71px;
    }
    section.showreelPage .video .timeline {
        height: 14px;
    }
    section.showreelPage .video .btns .btn {
        width: 140px;
        height: 71px;
        line-height: 71px;
    }
}
@media screen and (max-width:1280px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 13px;
    }
    section.showreelPage .showreelNav .rubName {
        left: 13px;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 36px;
        bottom: 36px;
    }
    section.showreelPage .video .timeline {
        height: 9px;
    }
    section.showreelPage .video .btns .btn {
        width: 90px;
        height: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width:690px) {
    section.showreelPage .showreelNav .buyBtn {
        right: 15px;
    }
    section.showreelPage .showreelNav .rubName {
        display: none;
    }
    section.showreelPage .showreelNav .showreelName {
        left: 15px;
        transform: none;
    }
    section.showreelPage .imagesList,
    section.showreelPage .video {
        top: 50px;
        bottom: 50px;
    }
    section.showreelPage .video .timeline {
        height: 8px;
    }
    section.showreelPage .video .btns .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
}



section.holidayPage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.holidayPage .holidayNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
section.holidayPage .holidayNav .buyBtn {
    position: absolute;
    display: block;
    color: currentColor;
    top: 0;
    right: 15px;
}
section.holidayPage .holidayNav .rubName {
    position: absolute;
    left: 15px;
    top: 0;
}
section.holidayPage .holidayNav .holidayName {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
section.holidayPage .video {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    bottom: 40px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section.holidayPage .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.holidayPage .video .timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(255,255,255,.1);
    cursor: pointer;
}
section.holidayPage .video .timeline .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
}
section.holidayPage .video .btns {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 0;
    border: 1px solid #000;
    background-color: #fff;
}
section.holidayPage .video .btns .btn {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #000;
}
section.holidayPage .video .btns .btn:not(:last-child) {
    border-right: 1px solid #000;
}
section.holidayPage .video .btns .btn.playPauseBtn:before {
    content: "PAUSE";
}
section.holidayPage .video .btns .btn.playPauseBtn.paused:before {
    content: "PLAY";
}
section.holidayPage .video .btns .btn.soundBtn:before {
    content: "MUTE";
}
section.holidayPage .video .btns .btn.soundBtn.muted:before {
    content: "UNMUTE";
}
section.holidayPage .imagesList {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    bottom: 40px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section.holidayPage .imagesList .imagesInner {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
section.holidayPage .imagesList .imagesInner .image {
    position: relative;
    display: inline-block;
    height: 100%;
    will-change: transform;
    transform: translateZ(0);
    overflow: hidden;
}
section.holidayPage .imagesList .imagesInner .image img {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
}
@media screen and (min-width:1681px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 17px;
    }
    section.holidayPage .holidayNav .rubName {
        left: 17px;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 46px;
        bottom: 46px;
    }
    section.holidayPage .video .timeline {
        height: 11px;
    }
    section.holidayPage .video .btns .btn {
        width: 110px;
        height: 46px;
        line-height: 46px;
    }
}
@media screen and (min-width:1921px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 20px;
    }
    section.holidayPage .holidayNav .rubName {
        left: 20px;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 54px;
        bottom: 54px;
    }
    section.holidayPage .video .timeline {
        height: 12px;
    }
    section.holidayPage .video .btns .btn {
        width: 120px;
        height: 54px;
        line-height: 54px;
    }
}
@media screen and (min-width:2049px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 22px;
    }
    section.holidayPage .holidayNav .rubName {
        left: 22px;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 56px;
        bottom: 56px;
    }
    section.holidayPage .video .timeline {
        height: 12px;
    }
    section.holidayPage .video .btns .btn {
        width: 130px;
        height: 56px;
        line-height: 56px;
    }
}
@media screen and (min-width:2561px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 26px;
    }
    section.holidayPage .holidayNav .rubName {
        left: 26px;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 71px;
        bottom: 71px;
    }
    section.holidayPage .video .timeline {
        height: 14px;
    }
    section.holidayPage .video .btns .btn {
        width: 140px;
        height: 71px;
        line-height: 71px;
    }
}
@media screen and (max-width:1280px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 13px;
    }
    section.holidayPage .holidayNav .rubName {
        left: 13px;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 36px;
        bottom: 36px;
    }
    section.holidayPage .video .timeline {
        height: 9px;
    }
    section.holidayPage .video .btns .btn {
        width: 90px;
        height: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width:690px) {
    section.holidayPage .holidayNav .buyBtn {
        right: 15px;
    }
    section.holidayPage .holidayNav .rubName {
        display: none;
    }
    section.holidayPage .holidayNav .holidayName {
        left: 15px;
        transform: none;
    }
    section.holidayPage .imagesList,
    section.holidayPage .video {
        top: 50px;
        bottom: 50px;
    }
    section.holidayPage .video .timeline {
        height: 8px;
    }
    section.holidayPage .video .btns .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
}
section.infoPage {
    background-color: #f4f4f4;
    color: #000;
    overflow: hidden;
}
section.infoPage .mediaContent {
    position: absolute;
    left: 0;
    top: 40px;
    width: 50%;
    bottom: 0;
    background-color: #ddd;
}
section.infoPage .mediaContent img,
section.infoPage .mediaContent video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.infoPage .textContent {
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 0;
    width: 50%;
    font-size: 0;
    line-height: 0;
    padding: 40px;
    overflow: auto;
}
section.infoPage .textContent .textInner {
    position: relative;
    width: 100%;
    font-weight: 400;
    min-height: 100%;
    padding-bottom: 220px;
}
section.infoPage .textContent .textInner .line {
    position: relative;
    margin-bottom: 25px;
}
section.infoPage .textContent .textInner .line:after {
    content: "***********************************************************************************************************************";
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    height: 1.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    word-break: break-all;
    overflow: hidden;
}
section.infoPage .textContent .textInner .adress {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 25px;
}
section.infoPage .textContent .textInner .desc {
    text-align: justify;
    margin-bottom: 25px;
    font-weight: 300;
}
section.infoPage .textContent .textInner .desc p {
    margin-bottom: 16px;
    line-height: 1.2;
}
section.infoPage .textContent .textInner .contacts {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
section.infoPage .textContent .textInner .contacts .peoples {
    display: inline-block;
    margin-top: 30px;
    text-align-last: left;
    word-spacing: 0;
}
section.infoPage .textContent .textInner .contacts .socials {
    position: relative;
    margin-top: 30px;
}
section.infoPage .textContent .textInner .contacts .socials:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 1px;
    background-color: #000;
}
section.infoPage .textContent .textInner .contacts .socials .social {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 35px;
    line-height: 35px;
    padding-bottom: 1px;
}
section.infoPage .textContent .textInner .contacts .socials .social:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #000;
}
@media screen and (min-width:1681px) {
    section.infoPage .mediaContent {
        top: 46px;
    }
    section.infoPage .textContent {
        top: 46px;
    }
    section.infoPage .textContent .textInner .adress,
    section.infoPage .textContent .textInner .desc,
    section.infoPage .textContent .textInner .line {
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1921px) {
    section.infoPage .mediaContent {
        top: 54px;
    }
    section.infoPage .textContent {
        top: 54px;
    }
    section.infoPage .textContent .textInner .adress,
    section.infoPage .textContent .textInner .desc,
    section.infoPage .textContent .textInner .line {
        margin-bottom: 33px;
    }
}
@media screen and (min-width:2049px) {
    section.infoPage .mediaContent {
        top: 56px;
    }
    section.infoPage .textContent {
        top: 56px;
    }
    section.infoPage .textContent .textInner .adress,
    section.infoPage .textContent .textInner .desc,
    section.infoPage .textContent .textInner .line {
        margin-bottom: 35px;
    }
}
@media screen and (min-width:2561px) {
    section.infoPage .mediaContent {
        top: 71px;
    }
    section.infoPage .textContent {
        top: 71px;
    }
    section.infoPage .textContent .textInner .adress,
    section.infoPage .textContent .textInner .desc,
    section.infoPage .textContent .textInner .line {
        margin-bottom: 25px;
    }
}
@media screen and (max-width:1280px) {
    section.infoPage .mediaContent {
        top: 36px;
    }
    section.infoPage .textContent {
        top: 36px;
    }
    section.infoPage .textContent .textInner .adress,
    section.infoPage .textContent .textInner .desc,
    section.infoPage .textContent .textInner .line {
        margin-bottom: 22px;
    }
}
@media screen and (max-width:690px) {
    section.infoPage .mediaContent {
        display: none;
    }
    section.infoPage .textContent {
        top: 50px;
        width: 100%;
        left: 0;
        padding: 15px;
    }
}
nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f4f4f4;
    text-align: center;
    color: #000;
    z-index: 100;
}
.portfolio nav {
    background-color: rgba(244,244,244,.6);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}
nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 4;
}
nav .debug {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
nav .debug:after,
nav .debug:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: red;
    margin-top: 5px;
}
nav .debug:before {
    top: auto;
    bottom: 50%;
    margin-bottom: 5px;
}
nav .logo {
    position: absolute;
    left: 15px;
    top: 0;
    padding-top: 0.2em;
    font-family: TradeGothicLTStd-cn,helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
nav .detailsMob {
    display: none;
}
nav .details {
    position: absolute;
    top: 0;
    right: 15px;
    text-transform: uppercase;
}
nav .links {
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-size: 0;
}
nav .links a {
    position: relative;
    display: inline-block;
    color: currentColor;
    padding-left: 15px;
    text-transform: uppercase;
}
nav .links a:not(:last-child) {
    margin-right: 15px;
}
nav .links a .square {
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
nav .links a .square:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
}
nav .links a .square .line {
    display: none;
    content: "";
    position: absolute;
    left: -3px;
    top: 9px;
    width: 26px;
    height: 1px;
    background-color: #000;
}
nav .links a .square .line:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
nav .links a .square .line:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav .links a.active .square .line,
nav .links a.over .square .line {
    display: block;
}
@media screen and (min-width:1681px) {
    nav .logo {
        left: 17px;
        font-size: 16px;
    }
    nav .details {
        right: 17px;
    }
    nav .links a {
        padding-left: 17px;
    }
    nav .links a:not(:last-child) {
        margin-right: 17px;
    }
    nav .links a .square {
        left: -5px;
        margin-top: -10px;
        width: 21px;
        height: 21px;
    }
    nav .links a .square .line {
        top: 10px;
        width: 27px;
    }
}
@media screen and (min-width:1921px) {
    nav .logo {
        left: 20px;
        font-size: 18px;
    }
    nav .details {
        right: 20px;
    }
    nav .links a {
        padding-left: 20px;
    }
    nav .links a:not(:last-child) {
        margin-right: 20px;
    }
    nav .links a .square {
        left: 0;
        margin-top: -6px;
        width: 13px;
        height: 13px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    nav .links a .square .line {
        top: 6px;
        width: 15px;
        left: -1px;
    }
}
@media screen and (min-width:2049px) {
    nav .logo {
        left: 22px;
        font-size: 20px;
    }
    nav .details {
        right: 22px;
    }
    nav .links a {
        padding-left: 22px;
    }
    nav .links a:not(:last-child) {
        margin-right: 22px;
    }
    nav .links a .square {
        left: 0;
        margin-top: -7px;
        width: 14px;
        height: 14px;
    }
    nav .links a .square .line {
        top: 7px;
        width: 18px;
        left: -2px;
    }
}
@media screen and (min-width:2561px) {
    nav .logo {
        left: 26px;
        font-size: 24px;
    }
    nav .details {
        right: 26px;
    }
    nav .links a {
        padding-left: 26px;
    }
    nav .links a:not(:last-child) {
        margin-right: 26px;
    }
    nav .links a .square {
        left: 0;
        margin-top: -8px;
        width: 17px;
        height: 17px;
    }
    nav .links a .square .line {
        top: 8px;
        width: 21px;
        left: -2px;
    }
}
@media screen and (max-width:1280px) {
    nav .logo {
        left: 13px;
        font-size: 12px;
    }
    nav .details {
        right: 13px;
    }
    nav .links a {
        padding-left: 13px;
    }
    nav .links a:not(:last-child) {
        margin-right: 13px;
    }
    nav .links a .square {
        left: -4px;
        margin-top: -8px;
        width: 16px;
        height: 16px;
    }
    nav .links a .square .line {
        top: 8px;
        width: 22px;
        left: -3px;
    }
}
@media screen and (max-width:690px) {
    nav {
        padding: 15px;
    }
    nav .mobileBtn {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        text-align: right;
        z-index: 3;
    }
    nav .mobileBtn:after {
        content: "[↓]";
        font-size: 14px;
    }
    nav .logo {
        left: 15px;
        font-size: 15px;
        z-index: 3;
    }
    nav:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #f4f4f4;
        z-index: 2;
    }
    nav .navContent {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #f4f4f4;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.4s cubic-bezier(.77,0,.175,1);
        transition: all 0.4s cubic-bezier(.77,0,.175,1);
        z-index: 1;
    }
    nav .navContent:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    nav .navContent .links {
        display: block;
        position: relative;
        padding: 15px;
        text-align: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 70px;
    }
    nav .navContent .links a {
        display: block;
        line-height: 30px;
        padding-left: 0;
        margin: 0!important !important;
        font-size: 13px;
    }
    nav .navContent .links a .square {
        right: 0;
        left: auto;
        margin-top: -16px;
        width: 32px;
        height: 32px;
    }
    nav .navContent .links a .square .line {
        top: 15px;
        width: 40px;
        left: -4px;
    }
    nav .navContent .detailsMob {
        display: block;
        position: relative;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-transform: uppercase;
    }
    nav .navContent .detailsMob .sentences {
        position: relative;
        display: inline-block;
        white-space: nowrap;
    }
    nav .navContent .detailsMob .sentences .sentence {
        position: relative;
        display: inline-block;
        padding-right: 0.5em;
        text-transform: uppercase;
    }
    nav .navContent .details {
        display: none;
        position: relative;
    }
    nav.opened .menuBlockerMobile {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        z-index: 0;
    }
    nav.opened .mobileBtn:after {
        content: "[↑]";
    }
    nav.opened .navContent {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
section.overviewPage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:690px) {
    section.overviewPage {
        position: relative;
        padding-top: 50px;
    }
}
section.overviewPage .cursor {
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    left: 0;
    top: 0;
    margin: -23px;
    color: #000;
    background-color: rgba(244,244,244,.3);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    z-index: 3;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    transform: translateY(-1000px);
    white-space: nowrap;
}
section.overviewPage .cursor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dotted #000;
}
section.overviewPage .cursor:after {
    content: "↳";
    font-size: 16px;
}
@media screen and (min-width:1681px) {
    section.overviewPage .cursor {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: -27px;
    }
    section.overviewPage .cursor:after {
        font-size: 18px;
    }
}
@media screen and (min-width:1921px) {
    section.overviewPage .cursor {
        width: 63px;
        height: 63px;
        line-height: 63px;
        margin: -31px;
    }
    section.overviewPage .cursor:after {
        font-size: 21px;
    }
}
@media screen and (min-width:2049px) {
    section.overviewPage .cursor {
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin: -32px;
    }
    section.overviewPage .cursor:after {
        font-size: 22px;
    }
}
@media screen and (min-width:2561px) {
    section.overviewPage .cursor {
        width: 83px;
        height: 83px;
        line-height: 83px;
        margin: -41px;
    }
    section.overviewPage .cursor:after {
        font-size: 28px;
    }
}
@media screen and (max-width:1280px) {
    section.overviewPage .cursor {
        width: 41px;
        height: 41px;
        line-height: 41px;
        margin: -20px;
    }
    section.overviewPage .cursor:after {
        font-size: 14px;
    }
}
@media screen and (max-width:690px) {
    section.overviewPage .cursor {
        display: none!important;
    }
}
section.overviewPage .projectsList {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    bottom: 0;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section.overviewPage .projectsList * {
    cursor: none;
}
section.overviewPage .projectsList .projectsInner {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
section.overviewPage .projectsList .projectsInner .project {
    position: relative;
    display: inline-block;
    padding: 30px 30px 45px;
    border-right: 1px dotted #000;
    background-color: #f4f4f4;
    height: 100%;
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
section.overviewPage .projectsList .projectsInner .project .details {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    line-height: 16px;
    margin-bottom: -.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    text-transform: uppercase;
}
section.overviewPage .projectsList .projectsInner .project .thumb {
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden;
}
section.overviewPage .projectsList .projectsInner .project .thumb img,
section.overviewPage .projectsList .projectsInner .project .thumb video {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
}
@media screen and (min-width:1681px) {
    section.overviewPage .projectsList {
        top: 46px;
    }
    section.overviewPage .projectsList .projectsInner .project {
        padding: 35px 35px 52px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 35px;
        line-height: 18px;
        padding: 0 35px;
    }
}
@media screen and (min-width:1921px) {
    section.overviewPage .projectsList {
        top: 54px;
    }
    section.overviewPage .projectsList .projectsInner .project {
        padding: 40px 40px 57px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 40px;
        line-height: 20px;
        padding: 0 40px;
    }
}
@media screen and (min-width:2049px) {
    section.overviewPage .projectsList {
        top: 56px;
    }
    section.overviewPage .projectsList .projectsInner .project {
        padding: 42px 42px 64px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 42px;
        line-height: 22px;
        padding: 0 42px;
    }
}
@media screen and (min-width:2561px) {
    section.overviewPage .projectsList {
        top: 71px;
    }
    section.overviewPage .projectsList .projectsInner .project {
        padding: 54px 54px 80px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 54px;
        line-height: 28px;
        padding: 0 54px;
    }
}
@media screen and (max-width:1280px) {
    section.overviewPage .projectsList {
        top: 36px;
    }
    section.overviewPage .projectsList .projectsInner .project {
        padding: 26px 26px 40px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 26px;
        line-height: 14px;
        padding: 0 26px;
    }
}
@media screen and (max-width:690px) {
    section.overviewPage .projectsList {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    section.overviewPage .projectsList .projectsInner {
        display: block;
        height: auto;
        width: 100%;
        font-size: 0;
        line-height: 0;
    }
    section.overviewPage .projectsList .projectsInner .project {
        display: block;
        height: auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px dotted #000;
        padding: 15px 15px 40px;
    }
    section.overviewPage .projectsList .projectsInner .project .details {
        bottom: 20px;
        line-height: 16px;
        padding: 0 15px;
    }
    section.overviewPage .projectsList .projectsInner .project .details .name {
        flex-shrink: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    section.overviewPage .projectsList .projectsInner .project .details .ref {
        flex-shrink: 0;
    }
    section.overviewPage .projectsList .projectsInner .project .thumb {
        height: auto;
        width: 100%;
    }
    section.overviewPage .projectsList .projectsInner .project .thumb img,
    section.overviewPage .projectsList .projectsInner .project .thumb video {
        width: 100%;
        height: auto;
    }
}
section.portfolioPage {
    background-color: #f4f4f4;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.portfolioPage .projectsNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}
section.portfolioPage .projectsNav .toggleSizeBtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 0;
    cursor: pointer;
}
section.portfolioPage .projectsNav .toggleSizeBtn .less,
section.portfolioPage .projectsNav .toggleSizeBtn .more {
    display: none;
    vertical-align: middle;
}
section.portfolioPage .projectsNav .toggleSizeBtn .less {
    display: none;
}
section.portfolioPage .projectsNav .toggleSizeBtn .more {
    display: block;
}
section.portfolioPage .projectsNav .toggleSizeBtn.big .less {
    display: block;
}
section.portfolioPage .projectsNav .toggleSizeBtn.big .more {
    display: none;
}
section.portfolioPage .projectsNav .projectRef {
    position: absolute;
    left: 15px;
    top: 0;
}
section.portfolioPage .projectsNav .projectName {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
@media screen and (max-width:690px) {
    section.portfolioPage .projectsNav {
        display: none;
    }
}
section.portfolioPage .cursor {
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    left: 0;
    top: 0;
    margin: -23px;
    color: #000;
    background-color: rgba(255,255,255,.3);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    z-index: 3;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    white-space: nowrap;
}
section.portfolioPage .cursor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dotted #000;
}
section.portfolioPage .cursor:after {
    content: "↳";
    font-size: 16px;
}
@media screen and (min-width:1681px) {
    section.portfolioPage .cursor {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: -27px;
    }
    section.portfolioPage .cursor:after {
        font-size: 18px;
    }
}
@media screen and (min-width:1921px) {
    section.portfolioPage .cursor {
        width: 63px;
        height: 63px;
        line-height: 63px;
        margin: -31px;
    }
    section.portfolioPage .cursor:after {
        font-size: 21px;
    }
}
@media screen and (min-width:2049px) {
    section.portfolioPage .cursor {
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin: -32px;
    }
    section.portfolioPage .cursor:after {
        font-size: 22px;
    }
}
@media screen and (min-width:2561px) {
    section.portfolioPage .cursor {
        width: 83px;
        height: 83px;
        line-height: 83px;
        margin: -41px;
    }
    section.portfolioPage .cursor:after {
        font-size: 28px;
    }
}
@media screen and (max-width:1280px) {
    section.portfolioPage .cursor {
        width: 41px;
        height: 41px;
        line-height: 41px;
        margin: -20px;
    }
    section.portfolioPage .cursor:after {
        font-size: 14px;
    }
}
@media screen and (max-width:690px) {
    section.portfolioPage .cursor {
        display: none!important;
    }
}
section.portfolioPage .projectsList {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    bottom: 40px;
    overflow: hidden;
}
section.portfolioPage .projectsList * {
    cursor: none;
}
@media screen and (min-width:1681px) {
    section.portfolioPage .projectsList {
        bottom: 46px;
    }
}
@media screen and (min-width:1921px) {
    section.portfolioPage .projectsList {
        bottom: 54px;
    }
}
@media screen and (min-width:2049px) {
    section.portfolioPage .projectsList {
        bottom: 56px;
    }
}
@media screen and (min-width:2561px) {
    section.portfolioPage .projectsList {
        bottom: 71px;
    }
}
@media screen and (max-width:1280px) {
    section.portfolioPage .projectsList {
        bottom: 36px;
    }
}
section.portfolioPage .projectsList .innerList {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    will-change: transform;
}
@media screen and (min-width:1681px) {
    section.portfolioPage .projectsList .innerList {
        top: 46px;
    }
}
@media screen and (min-width:1921px) {
    section.portfolioPage .projectsList .innerList {
        top: 54px;
    }
}
@media screen and (min-width:2049px) {
    section.portfolioPage .projectsList .innerList {
        top: 56px;
    }
}
@media screen and (min-width:2561px) {
    section.portfolioPage .projectsList .innerList {
        top: 71px;
    }
}
@media screen and (max-width:1280px) {
    section.portfolioPage .projectsList .innerList {
        top: 36px;
    }
}
section.portfolioPage .projectsList .project {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 320px;
    padding: 30px;
    color: #000;
}
section.portfolioPage .projectsList .project .thumb {
    position: absolute;
    top: 45px;
    bottom: 70px;
}
section.portfolioPage .projectsList .project .thumb img,
section.portfolioPage .projectsList .project .thumb video {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    max-height: 100%;
    max-width: 100%;
    box-shadow: -8px 8px 16px rgba(0,0,0,.25);
}
section.portfolioPage .projectsList .project .ref {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1;
}
section.portfolioPage .projectsList .project .mobileDetails {
    display: none;
}
section.portfolioPage .projectsList .project:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 20px;
    border-right: 1px dotted #000;
}
section.portfolioPage .projectsList .project.empty {
    text-align: center;
    text-transform: uppercase;
}
section.portfolioPage .projectsList .project.empty .thumb {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    box-shadow: -8px 8px 16px rgba(0,0,0,.25);
    border: 1px dotted #000;
}
section.portfolioPage .projectsList .project.empty .thumb:before {
    content: '';
    display: inline-block;
    padding-top: calc(12 / 9 * 100%);
}
@media screen and (min-width:1025px) {
    section.portfolioPage .projectsList .project {
        height: auto;
        vertical-align: bottom;
    }
    section.portfolioPage .projectsList .project:before {
        height: 2.08vw;
    }
    section.portfolioPage .projectsList .project .thumb {
        position: relative;
        text-align: center;
        bottom: auto;
        top: auto;
    }
    section.portfolioPage .projectsList .project .thumb img,
    section.portfolioPage .projectsList .project .thumb video {
        position: relative;
        transform: none;
        left: 0;
        bottom: 0;
        top: 0;
        display: inline-block;
        vertical-align: bottom;
    }
    section.portfolioPage .projectsList .big .project {
        width: 25%;
        padding: 4.16vw 4.86vw 4.86vw;
    }
    section.portfolioPage .projectsList .big .project .ref {
        bottom: 2.77vw;
    }
    section.portfolioPage .projectsList .big .project:nth-child(4n+4):before {
        display: none;
    }
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.portfolioPage .projectsList .big .project:nth-child(4n+1):after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        border-bottom: 1px dotted #000;
    }
    section.portfolioPage .projectsList .small .project {
        width: 16.66%;
        padding: 2.77vw 3.47vw 4.16vw;
    }
    section.portfolioPage .projectsList .small .project .ref {
        bottom: 2.08vw;
    }
    section.portfolioPage .projectsList .small .project:nth-child(6n+6):before {
        display: none;
    }
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1):after,
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project:after {
        display: none;
    }
    section.portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(6n+1),
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(6n+1)~.project.empty {
        display: none;
    }
    section.portfolioPage .projectsList .small .project:nth-child(6n+1):after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        border-bottom: 1px dotted #000;
    }
}
@media screen and (min-width:691px) and (max-width:1024px) {
    section.portfolioPage .projectsList .project {
        height: auto;
        vertical-align: bottom;
    }
    section.portfolioPage .projectsList .project:before {
        height: 2.08vw;
    }
    section.portfolioPage .projectsList .project .thumb {
        position: relative;
        text-align: center;
        bottom: auto;
        top: auto;
    }
    section.portfolioPage .projectsList .project .thumb img,
    section.portfolioPage .projectsList .project .thumb video {
        position: relative;
        transform: none;
        left: 0;
        bottom: 0;
        top: 0;
        display: inline-block;
        vertical-align: bottom;
    }
    section.portfolioPage .projectsList .big .project {
        width: 33.33333333%;
        padding: 4.16vw 4.86vw 4.86vw;
    }
    section.portfolioPage .projectsList .big .project .ref {
        bottom: 2.77vw;
    }
    section.portfolioPage .projectsList .big .project:nth-child(2n+2):before {
        display: none;
    }
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+3):nth-child(3n+1):after,
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+3):nth-child(3n+1)~.project:after {
        display: none;
    }
    section.portfolioPage .projectsList .big .project.empty:nth-last-child(-n+6):nth-child(3n+1),
    section.portfolioPage .projectsList .big .project:nth-last-child(-n+6):nth-child(3n+1)~.project.empty {
        display: none;
    }
    section.portfolioPage .projectsList .big .project:nth-child(3n+1):after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        border-bottom: 1px dotted #000;
    }
    section.portfolioPage .projectsList .small .project {
        width: 25%;
        padding: 2.77vw 4.86vw 4.16vw;
    }
    section.portfolioPage .projectsList .small .project .ref {
        bottom: 2.08vw;
    }
    section.portfolioPage .projectsList .small .project:nth-child(3n+3):before {
        display: none;
    }
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+4):nth-child(4n+1):after,
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+4):nth-child(4n+1)~.project:after {
        display: none;
    }
    section.portfolioPage .projectsList .small .project.empty:nth-last-child(-n+6):nth-child(4n+1),
    section.portfolioPage .projectsList .small .project:nth-last-child(-n+6):nth-child(4n+1)~.project.empty {
        display: none;
    }
    section.portfolioPage .projectsList .small .project:nth-child(4n+1):after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        border-bottom: 1px dotted #000;
    }
}
@media screen and (max-width:690px) {
    section.portfolioPage .projectsList {
        bottom: 0;
        padding-top: 50px;
        overflow: auto;
    }
    section.portfolioPage .projectsList .innerList {
        top: 0;
        position: relative;
        transform: none!important;
    }
    section.portfolioPage .projectsList .project {
        width: 100%;
        height: 144px;
        padding: 15px;
    }
    section.portfolioPage .projectsList .project:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px dotted #000;
    }
    section.portfolioPage .projectsList .project.empty {
        display: none;
    }
    section.portfolioPage .projectsList .project .ref {
        display: none;
    }
    section.portfolioPage .projectsList .project .mobileDetails {
        display: block;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    section.portfolioPage .projectsList .project .iconMob {
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        text-align: center;
    }
    section.portfolioPage .projectsList .project .iconMob:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #000;
    }
    section.portfolioPage .projectsList .project .iconMob:after {
        content: "→";
        font-size: 10px;
    }
    section.portfolioPage .projectsList .project .thumb {
        top: 15px;
        bottom: 15px;
        left: auto;
        right: 15px;
        width: auto;
        transform: none;
    }
    section.portfolioPage .projectsList .project .thumb img,
    section.portfolioPage .projectsList .project .thumb video {
        left: auto;
        height: 100%;
        right: 0;
        transform: none;
        max-width: unset;
        transform: translate3d(0,0,0);
    }
    section.portfolioPage .projectsList .project:last-child:after {
        display: none;
    }
    section.portfolioPage .projectsList .project:before {
        display: none;
    }
}
section.projectPage {
    background-color: #f4f4f4;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    overflow: hidden;
}
section.projectPage .mobileDetails {
    display: none;
}
@media screen and (max-width:690px) {
    section.projectPage {
        background-color: #f4f4f4;
    }
    section.projectPage .mobileDetails {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 9px;
        line-height: 12px;
        text-transform: uppercase;
        padding: 15px;
        color: #000;
        font-weight: 300;
    }
    section.projectPage .mobileDetails b {
        font-weight: 400;
    }
}
section.projectPage .projectNav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
    z-index: 4;
    text-transform: uppercase;
}
section.projectPage .projectNav .column {
    font-weight: 300;
    color: #000;
}
section.projectPage .projectNav .column .name {
    font-weight: 500;
}
section.projectPage .projectNav .column .indexBtn {
    cursor: pointer;
}
section.projectPage .projectNav .column .nbSlides {
    display: none;
}
section.projectPage .projectNav .column .spacer {
    display: inline-block;
    margin: 0 3px;
}
@media screen and (min-width:1681px) {
    section.projectPage .projectNav {
        padding: 17px 17px 0;
    }
    section.projectPage .projectNav .column .spacer {
        margin: 0 4px;
    }
}
@media screen and (min-width:1921px) {
    section.projectPage .projectNav {
        padding: 20px 20px 0;
    }
    section.projectPage .projectNav .column .spacer {
        margin: 0 5px;
    }
}
@media screen and (min-width:2049px) {
    section.projectPage .projectNav {
        padding: 22px 22px 0;
    }
    section.projectPage .projectNav .column .spacer {
        margin: 0 6px;
    }
}
@media screen and (min-width:2561px) {
    section.projectPage .projectNav {
        padding: 26px 26px 0;
    }
    section.projectPage .projectNav .column .spacer {
        margin: 0 8px;
    }
}
@media screen and (max-width:1280px) {
    section.projectPage .projectNav {
        padding: 12px 12px 0;
    }
    section.projectPage .projectNav .column .spacer {
        margin: 0 2px;
    }
}
@media screen and (max-width:690px) {
    section.projectPage .projectNav {
        padding: 15px 15px 0;
    }
    section.projectPage .projectNav .indexBtn {
        display: none;
    }
    section.projectPage .projectNav .column:not(.mobile) {
        display: none;
    }
    section.projectPage .projectNav .column {
        font-size: 13px;
    }
    section.projectPage .projectNav .column.closeBtn {
        position: relative;
    }
    section.projectPage .projectNav .column.closeBtn:before {
        content: "";
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: -10px;
        right: -10px;
        opacity: 0;
    }
}
section.projectPage .cursor {
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    left: 0;
    top: 0;
    margin: -23px;
    color: #000;
    background-color: rgba(255,255,255,.3);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    z-index: 3;
    z-index: 2;
    will-change: transform;
    pointer-events: none;
    -webkit-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    white-space: nowrap;
}
section.projectPage .cursor:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dotted #000;
}
section.projectPage .cursor:after {
    content: "→";
    font-size: 16px;
}
section.projectPage .cursor.prev:after {
    content: "←";
}
@media screen and (min-width:1681px) {
    section.projectPage .cursor {
        width: 55px;
        height: 55px;
        line-height: 55px;
        margin: -27px;
    }
    section.projectPage .cursor:after {
        font-size: 18px;
    }
}
@media screen and (min-width:1921px) {
    section.projectPage .cursor {
        width: 63px;
        height: 63px;
        line-height: 63px;
        margin: -31px;
    }
    section.projectPage .cursor:after {
        font-size: 21px;
    }
}
@media screen and (min-width:2049px) {
    section.projectPage .cursor {
        width: 65px;
        height: 65px;
        line-height: 65px;
        margin: -32px;
    }
    section.projectPage .cursor:after {
        font-size: 22px;
    }
}
@media screen and (min-width:2561px) {
    section.projectPage .cursor {
        width: 83px;
        height: 83px;
        line-height: 83px;
        margin: -41px;
    }
    section.projectPage .cursor:after {
        font-size: 28px;
    }
}
@media screen and (max-width:1280px) {
    section.projectPage .cursor {
        width: 41px;
        height: 41px;
        line-height: 41px;
        margin: -20px;
    }
    section.projectPage .cursor:after {
        font-size: 14px;
    }
}
@media screen and (max-width:690px) {
    section.projectPage .cursor {
        display: none!important;
    }
}
section.projectPage .overview {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 3;
}
section.projectPage .overview .innerOverview {
    position: absolute;
    left: 12.5%;
    top: 0;
    width: 75%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
section.projectPage .overview .innerOverview .media {
    position: relative;
    display: inline-block;
    padding: 5px;
}
section.projectPage .overview .innerOverview .media img,
section.projectPage .overview .innerOverview .media video {
    position: relative;
    width: auto;
    height: 140px;
}
section.projectPage .overview .innerOverview .media.over {
    opacity: 0.7;
}
@media screen and (min-width:1681px) {
    section.projectPage .overview .innerOverview .media {
        padding: 6px;
    }
    section.projectPage .overview .innerOverview .media img,
    section.projectPage .overview .innerOverview .media video {
        height: 164px;
    }
}
@media screen and (min-width:1921px) {
    section.projectPage .overview .innerOverview .media {
        padding: 6px;
    }
    section.projectPage .overview .innerOverview .media img,
    section.projectPage .overview .innerOverview .media video {
        height: 186px;
    }
}
@media screen and (min-width:2049px) {
    section.projectPage .overview .innerOverview .media {
        padding: 7px;
    }
    section.projectPage .overview .innerOverview .media img,
    section.projectPage .overview .innerOverview .media video {
        height: 200px;
    }
}
@media screen and (min-width:2061px) {
    section.projectPage .overview .innerOverview .media {
        padding: 9px;
    }
    section.projectPage .overview .innerOverview .media img,
    section.projectPage .overview .innerOverview .media video {
        height: 248px;
    }
}
@media screen and (max-width:1280px) {
    section.projectPage .overview .innerOverview {
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
    }
    section.projectPage .overview .innerOverview .media {
        padding: 4px;
    }
    section.projectPage .overview .innerOverview .media img,
    section.projectPage .overview .innerOverview .media video {
        height: 124px;
    }
}
section.projectPage .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: none;
    z-index: 1;
}
section.projectPage .slider:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: 10;
    transition: height 4s cubic-bezier(.165,.84,.44,1);
}
section.projectPage .slider.visible:after {
    height: 0;
}
section.projectPage .slider * {
    cursor: none;
}
section.projectPage .slider.showCursor {
    cursor: unset;
}
section.projectPage .slider.showCursor * {
    cursor: unset;
}
section.projectPage .slider .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 153px 110px 110px;
    text-align: center;
}
section.projectPage .slider .slide:not(:first-child) {
    display: none;
}
@media screen and (min-width:1681px) {
    section.projectPage .slider .slide {
        padding: 177px 128px 128px;
    }
}
@media screen and (min-width:1921px) {
    section.projectPage .slider .slide {
        padding: 202px 146px 146px;
    }
}
@media screen and (min-width:2049px) {
    section.projectPage .slider .slide {
        padding: 215px 156px 156px;
    }
}
@media screen and (min-width:2561px) {
    section.projectPage .slider .slide {
        padding: 270px 196px 196px;
    }
}
@media screen and (max-width:1280px) {
    section.projectPage .slider .slide {
        padding: 133px 97px 97px;
    }
}
section.projectPage .slider .slide img {
    position: relative;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    height: 1000px;
}
section.projectPage .slider .slide .video {
    position: absolute;
    left: 50%;
    top: 153px;
    bottom: 110px;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
section.projectPage .slider .slide .video .videoContainer {
    position: relative;
    z-index: 2;
    height: 100%;
}
section.projectPage .slider .slide .video .videoContainer video {
    position: relative;
    z-index: 2;
    max-width: calc(100vw - 110px - 110px);
    max-height: 100%;
}
@media screen and (min-width:1681px) {
    section.projectPage .slider .slide .video {
        bottom: 128px;
        top: 177px;
    }
    section.projectPage .slider .slide .video video {
        max-width: calc(100vw - 128px - 128px);
    }
}
@media screen and (min-width:1921px) {
    section.projectPage .slider .slide .video {
        bottom: 146px;
        top: 202px;
    }
    section.projectPage .slider .slide .video video {
        max-width: calc(100vw - 146px - 146px);
    }
}
@media screen and (min-width:2049px) {
    section.projectPage .slider .slide .video {
        bottom: 156;
        top: 215px;
    }
    section.projectPage .slider .slide .video video {
        max-width: calc(100vw - 156 - 156);
    }
}
@media screen and (min-width:2561px) {
    section.projectPage .slider .slide .video {
        bottom: 196;
        top: 270px;
    }
    section.projectPage .slider .slide .video video {
        max-width: calc(100vw - 196 - 196);
    }
}
@media screen and (max-width:1280px) {
    section.projectPage .slider .slide .video {
        bottom: 97px;
        top: 133px;
    }
    section.projectPage .slider .slide .video video {
        max-width: calc(100vw - 97px - 97px);
    }
}
section.projectPage .slider .slide .video .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px;
    z-index: 1;
}
section.projectPage .slider .slide .video .loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 4px solid #ccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #ccc transparent transparent transparent;
}
section.projectPage .slider .slide .video .loading div:nth-child(1) {
    animation-delay: -.45s;
}
section.projectPage .slider .slide .video .loading div:nth-child(2) {
    animation-delay: -.3s;
}
section.projectPage .slider .slide .video .loading div:nth-child(3) {
    animation-delay: -.15s;
}
section.projectPage .slider .slide .video.playing .loading,
section.projectPage .slider .slide .video.ready .loading {
    display: none;
}
section.projectPage .slider .slide .video.ready.paused .controls .playpauseBtn:after {
    content: "play";
}
section.projectPage .slider .slide .video .controls {
    position: absolute;
    top: 100%;
    height: 30px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    display: flex;
    color: #000;
    align-items: center;
    text-transform: uppercase;
}
section.projectPage .slider .slide .video .controls+.controls {
    display: none;
}
section.projectPage .slider .slide .video .controls .playpauseBtn {
    position: relative;
    margin-right: 1em;
    cursor: pointer;
}
section.projectPage .slider .slide .video .controls .playpauseBtn:after {
    content: "pause";
}
section.projectPage .slider .slide .video .controls .timer {
    margin: 0 1em;
}
section.projectPage .slider .slide .video .controls .muteBtn {
    margin-right: 1em;
}
section.projectPage .slider .slide .video .controls .muteBtn:after {
    content: "unmute";
}
section.projectPage .slider .slide .video .controls .muteBtn.unmuted:after {
    content: "mute";
}
section.projectPage .slider .slide .video .controls .fullscreenBtn {
    position: relative;
    width: 1.5em;
    height: 1em;
    border: 1px solid #000;
    cursor: pointer;
}
section.projectPage .slider .slide .video .controls .fullscreenBtn:before {
    content: '';
    position: absolute;
    left: 25%;
    width: 50%;
    height: calc(100% + 4px);
    top: -2px;
    background-color: #f4f4f4;
}
section.projectPage .slider .slide .video .controls .fullscreenBtn:after {
    content: '';
    position: absolute;
    top: 25%;
    height: 50%;
    width: calc(100% + 4px);
    left: -2px;
    background-color: #f4f4f4;
}
section.projectPage .slider .slide .video .controls .progress {
    position: relative;
    height: 1px;
    flex: 1;
    background-color: rgba(122,122,122,.5);
    cursor: pointer;
}
section.projectPage .slider .slide .video .controls .progress:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    height: 21px;
    width: 100%;
}
section.projectPage .slider .slide .video .controls .progress .percent {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    height: 1px;
    background-color: #000;
}
section.projectPage .slider .slide .video .controls .progress .percent:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 6px;
    right: 0;
    width: 6px;
    margin: -3px;
    border: 1px solid #000;
    background-color: #fff;
}
@media screen and (max-width:690px) {
    section.projectPage .slider .slide {
        padding: 57px 15px 54px;
    }
    section.projectPage .slider .slide .video {
        top: 100px;
        bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section.projectPage .slider .slide .video .videoContainer {
        height: auto;
        pointer-events: none;
    }
    section.projectPage .slider .slide .video .videoContainer video {
        max-width: calc(100vw - 30px);
    }
    section.projectPage .slider .slide .video .controls {
        margin-top: 5px;
        flex: 0 0 30px;
        display: flex!important;
        opacity: 1!important;
        position: relative;
        top: 0;
        width: 100%;
    }
}
@keyframes lds-ring {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fz {
    font-size: 11px;
    font-weight: 300;
    word-spacing: -.2em;
}
@media screen and (min-width:1681px) {
    .fz {
        font-size: 13px;
    }
}
@media screen and (min-width:1921px) {
    .fz {
        font-size: 14px;
    }
}
@media screen and (min-width:2049px) {
    .fz {
        font-size: 16px;
    }
}
@media screen and (min-width:2561px) {
    .fz {
        font-size: 20px;
    }
}
@media screen and (max-width:1280px) {
    .fz {
        font-size: 10px;
    }
}
@media screen and (max-width:690px) {
    .fz {
        font-size: 11px;
    }
}
.lh {
    line-height: 14px;
}
@media screen and (min-width:1681px) {
    .lh {
        line-height: 16px;
    }
}
@media screen and (min-width:1921px) {
    .lh {
        line-height: 18px;
    }
}
@media screen and (min-width:2049px) {
    .lh {
        line-height: 20px;
    }
}
@media screen and (min-width:2561px) {
    .lh {
        line-height: 31px;
    }
}
@media screen and (max-width:1280px) {
    .lh {
        line-height: 12px;
    }
}
@media screen and (max-width:690px) {
    .lh {
        line-height: 14px;
    }
}
.navHeight {
    height: 40px;
    line-height: 38px;
}
@media screen and (min-width:1681px) {
    .navHeight {
        height: 46px;
        line-height: 44.35972222px;
    }
}
@media screen and (min-width:1921px) {
    .navHeight {
        height: 54px;
        line-height: 50.69305556px;
    }
}
@media screen and (min-width:2049px) {
    .navHeight {
        height: 56px;
        line-height: 54px;
    }
}
@media screen and (min-width:2561px) {
    .navHeight {
        height: 71px;
        line-height: 67px;
    }
}
@media screen and (max-width:1280px) {
    .navHeight {
        height: 36px;
        line-height: 33.77777778px;
    }
}
@media screen and (max-width:690px) {
    .navHeight {
        height: 50px;
        line-height: 50px;
    }
}
.smallNavHeight {
    height: 30px;
    line-height: 30px;
}
@media screen and (min-width:1681px) {
    .smallNavHeight {
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (min-width:1921px) {
    .smallNavHeight {
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (min-width:2049px) {
    .smallNavHeight {
        height: 42px;
        line-height: 42px;
    }
}
@media screen and (min-width:2561px) {
    .smallNavHeight {
        height: 54px;
        line-height: 54px;
    }
}
@media screen and (max-width:1280px) {
    .smallNavHeight {
        height: 26px;
        line-height: 26px;
    }
}
#siteloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: #fff;
    background-color: #000;
}
#siteloader .textContent {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.2;
    word-spacing: 0;
    word-break: break-all;
    font-weight: 400;
}
#siteloader .textContent:after {
    position: relative;
    content: "_";
    display: inline-block;
    margin-left: 0.5em;
    -webkit-animation: flick 1s linear infinite;
    animation: flick 1s linear infinite;
}
@media screen and (max-width:690px) {
    #siteloader .textContent {
        font-size: 1em;
        line-height: 1.2;
    }
    #siteloader .textContent .hidemob {
        display: none;
    }
}
@media screen and (max-width:350px) {
    #siteloader .textContent .hideSmallMob {
        display: none;
    }
}



/*

*/
@media screen and (max-width:1024px) {
    
}
.desc-Grotesque {
    font-family: 'General Grotesque Mono';
    font-size: 10px;
}
#siteloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: inherit; /* <- la clé : on hérite de la police du site */
  font-size: 1.2rem;
}








section.overviewPage, 
section.overviewPage *, 
section.overviewPage .projectsList, 
section.overviewPage .projectsList * {
  cursor: auto !important;
}
.loading-text {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  font-family: monospace;
  font-size: 1.1rem;
  padding-top: 30px;
  z-index: 10001;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}

/* STRUCTURE COMPLETE POUR LA TRANSITION DU LOADER */

#siteMask {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

#siteMask .maskContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 600px;
  text-align: center;
  color: #fff;
  display: block;
  padding-bottom: 60px;
}

#siteMask .maskContent .percent {
  width: 0%;
  height: 5px;
  background: #fff;
  transition: width 0.3s ease;
  margin: 0 auto;
}

#siteMask .maskContent .text {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  min-height: 1.4em;
  font-family: monospace;
}

/* Fadeout du texte après fin du chargement */
#siteMask .maskContent .text.fadeout {
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Responsive */
@media screen and (max-width: 768px) {
  #siteMask .maskContent {
    width: 80%;
  }

  #siteMask .maskContent .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  body.overview {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: auto !important;
  }
}
@media screen and (max-width: 690px) {
  section.overviewPage .projectsList {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  section.overviewPage .projectsList .projectsInner:nth-of-type(2) {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #siteloader .textContent {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
    padding: 10px !important;
    bottom: 5vh !important;
    max-height: 40vh;
    overflow-y: auto;
  }

  #siteloader {
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding-top: 20vh !important;
  }
}

