* {
    box-sizing: border-box;
    font-family: "Swiss721W01-Extended"
}

@font-face {
    font-family: "Swiss721W01-Extended";
    src: url("fonts/Swiss721W01-Extended.eot");
    src: url("fonts/Swiss721W01-Extended.eot?#iefix") format("embedded-opentype"), url("fonts/Swiss721W01-Extended.woff2") format("woff2"), url("fonts/Swiss721W01-Extended.woff") format("woff"), url("fonts/Swiss721W01-Extended.ttf") format("truetype"), url("fonts/Swiss721W01-Extended.svg#Swiss721W01-Extended") format("svg")
}

.font {
    font-family: "Swiss 721 W01 Extended" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

::selection {
    display: none
}

::-webkit-scrollbar {
    display: none
}

body,
html {
    background-color: #111;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
    scrollbar-width: none;
    line-height: 1.2;
    overscroll-behavior-y: none
}

#bookstyle {
    display: block;
    text-indent: 4em;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    text-align: left
}

a.links {
    position: relative;
    text-decoration: none;
    display: inline-block;
    width: max-content;
    padding-right: 0
}

a.links:after {
    display: block;
    content: '';
    border-bottom: solid 2px #eee;
    transform: scaleX(0);
    transition: transform 150ms ease-in-out;
    transform-origin: 100% 0;
    padding-bottom: 6px
}

a.links:hover:after {
    transform: scaleX(1);
    transform-origin: 0 100%
}

@media (min-width:1025px) {

    #menu-right,
    nav {
        margin-right: 25px
    }

    .mobile-page-wrapper {
        display: none
    }

    nav a,
    nav li {
        display: inline-block
    }

    .nav-visibility {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    nav {
        position: fixed;
        top: 30px;
        width: 100%;
        height: 10%;
        z-index: 999
    }

    nav a {
        font-size: 16px;
        width: max-content
    }

    .img-01,
    .row,
    iframe {
        width: 100%
    }

    nav a:after {
        display: block;
        content: '';
        border-bottom: solid #eee 2px;
        transform: scaleX(0);
        transition: transform 150ms ease-in-out;
        transform-origin: 100% 0;
        padding-bottom: 6px
    }

    nav a:hover:after {
        transform: scaleX(1);
        transform-origin: 0 100%
    }

    nav ul {
        margin: 0;
        padding: 0
    }

    nav li {
        margin-left: 25px
    }

    #menu-left {
        float: left
    }

    #menu-right {
        float: right
    }

    #description {
        padding-left: 175px;
        height: 100vh;
        min-width: 80%;
        max-width: 85%
    }

    #description a {
        font-size: 6vw;
        font-weight: 500
    }

    #description p {
        font-size: 12px;
        color: #eee;
        opacity: .5;
        margin-left: 5px;
        line-height: 2
    }

    .section {
        height: 100vh;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .column,
    .row {
        display: flex
    }

    iframe {
        height: 100%;
        border: 0;
        padding-left: 175px;
        padding-right: 175px
    }

    #scrolldown.section {
        background: url(/images/addlane/addlane.jpg) center center/cover no-repeat;
        width: 100%
    }

    .img-01 {
        position: relative;
        top: 0;
        left: 0;
        height: 100%
    }

    .small-column,
    .small-column2 {
        left: 50%;
        position: relative;
        will-change: transform
    }

    .desktop-page-wrapper {
        height: 100%;
        position: relative;
        z-index: -1
    }

    .row {
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 160px;
        padding-right: 160px
    }

    .column {
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        z-index: 999;
        padding: 15px
    }

    .column img {
        margin-top: 10px;
        vertical-align: middle;
            object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .small-column {
        width: 50%
    }

    .big-column,
    .big-column1 {
        width: 100%;
        position: relative;
        will-change: transform
    }

    .small-column1 {
        width: 50%;
        position: relative;
        will-change: transform
    }

    .big-column2 {
        width: 100%;
        position: relative;
        will-change: transform
    }

    .small-column2 {
        width: 50%
    }

    .big-column3 {
        width: 100%;
        position: relative;
        will-change: transform
    }

    .small-column3 {
        width: 50%;
        position: relative;
        will-change: transform
    }

    .small-column4,
    .small-column5 {
        width: 25%;
        position: relative;
        will-change: transform;
        left: 75%
    }

    .mid-column,
    .mid-column1 {
        width: 100%;
        position: relative;
        will-change: transform
    }

    #details-project {
        padding-left: 175px;
        color: #eee;
        height: 100%;
        z-index: 1;
        padding-top: 96px;
        padding-bottom: 96px;
    }
    

    .first-text {
        padding-bottom: 5%;
        font-size: 12px;
        opacity: .5
    }

    .second-text {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 30%;
        padding-right: 30%
    }

    .third-text {
        padding-top: 5%;
        font-size: 12px;
        opacity: .5
    }

    #next-projects {
        float: left;
        padding-left: 175px;
        padding-right: 175px;
        width: 100%;
        height: 100vh
    }

    #next-projects ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 3vw;
        font-weight: 500
    }

    #next-projects p {
        font-size: 12px;
        color: #eee;
        padding-top: 20px;
        opacity: .5;
        font-weight: 400
    }

    .project-title-0,
    .project-title-1,
    .project-title-3,
    .project-title-4,
    .project-title-5,
    .project-title-6,
    .project-title-7,
    .project-title-8,
    .project-title-9 {
        opacity: .5;
        transition: all .1s ease-in-out
    }

    .project-title-0:hover,
    .project-title-1:hover,
    .project-title-3:hover,
    .project-title-4:hover,
    .project-title-5:hover,
    .project-title-6:hover,
    .project-title-7:hover,
    .project-title-8:hover,
    .project-title-9:hover {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    #link-arrow-0,
    #link-arrow-1,
    #link-arrow-2,
    #link-arrow-3,
    #link-arrow-4,
    #link-arrow-5,
    #link-arrow-6,
    #link-arrow-7,
    #link-arrow-8,
    #link-arrow-9 {
        opacity: 0;
        transition: all .1s ease-in-out
    }

    a,
    a:active,
    a:hover,
    a:visited {
        text-decoration: none;
        color: #eee
    }
}

@media (min-width:320px) and (max-width:1024px) {

    #description,
    #details-project,
    .row {
        padding-left: 25px
    }

    .desktop-page-wrapper {
        display: none
    }

    nav a,
    nav li {
        display: inline-block
    }

    .nav-visibility {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    nav {
        width: 97.25%;
        position: fixed;
        z-index: 1;
        top: 0;
        margin-right: 0;
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(90deg) translateX(100%)
    }

    nav a {
        font-size: 1.2em;
        width: max-content
    }

    nav a:after {
        display: block;
        content: '';
        border-bottom: solid #eee 2px;
        transform: scaleX(0);
        transition: transform 150ms ease-in-out;
        transform-origin: 100% 0;
        padding-bottom: 6px
    }

    nav a:hover:after {
        transform: scaleX(1);
        transform-origin: 0 100%
    }

    nav ul {
        margin: 0;
        padding: 0
    }

    nav li {
        margin-left: 25px
    }

    #menu-left {
        float: left;
        margin-right: 25px;
        white-space: nowrap
    }

    #menu-right {
        float: none;
        white-space: nowrap
    }

    #description {
        height: 100vh;
        min-width: 80%;
        max-width: 85%
    }

    #description a {
        font-weight: 500;
        font-size: 6vw
    }

    #description p {
        font-size: 12px;
        color: #eee;
        opacity: .5;
        margin-left: 5px;
        line-height: 2
    }

    .section {
        height: 100vh;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .column,
    .row {
        display: flex
    }

    iframe {
        height: 100%;
        border: 0;
        padding-left: 25px;
        padding-right: 25px
    }

    .mobile-page-wrapper {
        height: 100%;
        position: relative;
        z-index: -1
    }

    .row {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding-right: 25px
    }

    .column {
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        z-index: 999
    }

    .column img {
        padding-top: 25px;
        padding-bottom: 25px;
        vertical-align: middle;
            object-fit: cover;
    width: 100%;
    height: 100%;
    }

    .big-column {
        width: 100%;
        position: relative;
        will-change: transform
    }

    #details-project {
        color: #eee;
        height: 100%;
        padding-top: 96px;
        padding-bottom: 96px;
        z-index: 1
    }

    .first-text {
        padding-bottom: 5%;
        font-size: 12px;
        opacity: .5
    }

    .second-text {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 25%;
        padding-right: 25%
    }

    .third-text {
        padding-top: 5%;
        font-size: 12px;
        opacity: .5
    }

    #next-projects {
        float: left;
        padding-left: 25px;
        width: 100%;
        height: 100vh
    }

    #next-projects ul {
        list-style-type: none;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 4vw;
        font-weight: 500
    }

    #next-projects p {
        font-size: 12px;
        color: #eee;
        padding-top: 20px;
        opacity: .5;
        font-weight: 400
    }

    .project-title-0,
    .project-title-1,
    .project-title-3,
    .project-title-4,
    .project-title-5,
    .project-title-6,
    .project-title-7,
    .project-title-8,
    .project-title-9 {
        opacity: .5;
        transition: all .1s ease-in-out
    }

    .project-title-0:hover,
    .project-title-1:hover,
    .project-title-3:hover,
    .project-title-4:hover,
    .project-title-5:hover,
    .project-title-6:hover,
    .project-title-7:hover,
    .project-title-8:hover,
    .project-title-9:hover {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    #link-arrow-0,
    #link-arrow-1,
    #link-arrow-2,
    #link-arrow-3,
    #link-arrow-4,
    #link-arrow-5,
    #link-arrow-6,
    #link-arrow-7,
    #link-arrow-8,
    #link-arrow-9 {
        opacity: 0;
        transition: all .1s ease-in-out
    }

    a,
    a:active,
    a:hover,
    a:visited {
        text-decoration: none;
        color: #eee
    }

    #scrolldown.section {
        background: url(/images/addlane/addlane.jpg) center center/cover no-repeat;
        width: 100%
    }

    .img-01 {
        display: none
    }
}

@media (min-width:320px) and (max-width:480px) {

    #description,
    #details-project {
        padding-left: 25px;
    }

    .desktop-page-wrapper {
        display: none
    }

    nav a,
    nav li {
        display: inline-block
    }

    .nav-visibility {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    nav {
        width: 94.5%;
        position: fixed;
        z-index: 1;
        top: 0;
        margin-right: 0;
        -webkit-transform-origin: right top;
        -webkit-transform: rotate(90deg) translateX(100%)
    }

    nav a {
        font-size: 1em;
        width: max-content
    }

    nav a:after {
        display: block;
        content: '';
        border-bottom: solid #eee 2px;
        transform: scaleX(0);
        transition: transform 150ms ease-in-out;
        transform-origin: 100% 0;
        padding-bottom: 6px
    }

    nav a:hover:after {
        transform: scaleX(1);
        transform-origin: 0 100%
    }

    nav ul {
        margin: 0;
        padding: 0
    }

    nav li {
        margin-left: 25px
    }

    #menu-left {
        float: left;
        margin-right: 25px;
        white-space: nowrap
    }

    #menu-right {
        float: none;
        white-space: nowrap
    }

    #description {
        min-width: 80%;
        max-width: 85%
    }

    #description a {
        font-weight: 500;
        font-size: 6vw
    }

    #description p {
        font-size: 12px;
        color: #eee;
        opacity: .5;
        margin-left: 0;
        line-height: 2
    }

    .section {
        height: 100vh;
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    iframe {
        height: 100%;
        border: 0;
        padding-left: 25px;
        padding-right: 25px
    }

    .img-01 {
        display: none
    }

    .column,
    .row {
        display: flex
    }

    #scrolldown.section {
        background: url(/images/addlane/addlane.jpg) center center/cover no-repeat;
        width: 100%
    }

    .row {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%
    }

    .column {
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        z-index: 999
    }

    .big-column {
        width: 100%;
        position: relative;
        will-change: transform
    }

    #details-project {
        color: #eee;
        padding-top: 96px;
        padding-bottom: 96px;
        z-index: 1
    }

    .first-text {
        padding-bottom: 5%;
        font-size: 12px;
        opacity: .5
    }

    .second-text {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 0;
        padding-right: 18%
    }

    .third-text {
        padding-top: 5%;
        font-size: 12px;
        opacity: .5
    }

    #next-projects {
        float: left;
        width: 100%;
        height: 100vh
    }

    #next-projects ul {
        list-style-type: none;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 6vw;
        font-weight: 500
    }

    #next-projects p {
        font-size: 12px;
        color: #eee;
        padding-top: 20px;
        opacity: .5;
        font-weight: 400
    }

    .project-title-0,
    .project-title-1,
    .project-title-3,
    .project-title-4,
    .project-title-5,
    .project-title-6,
    .project-title-7,
    .project-title-8,
    .project-title-9 {
        opacity: .5;
        transition: all .1s ease-in-out
    }

    .project-title-0:hover,
    .project-title-1:hover,
    .project-title-3:hover,
    .project-title-4:hover,
    .project-title-5:hover,
    .project-title-6:hover,
    .project-title-7:hover,
    .project-title-8:hover,
    .project-title-9:hover {
        opacity: 1;
        transition: all .1s ease-in-out
    }

    #link-arrow-0,
    #link-arrow-1,
    #link-arrow-2,
    #link-arrow-3,
    #link-arrow-4,
    #link-arrow-5,
    #link-arrow-6,
    #link-arrow-7,
    #link-arrow-8,
    #link-arrow-9 {
        opacity: 0;
        transition: all .1s ease-in-out
    }

    a,
    a:active,
    a:hover,
    a:visited {
        text-decoration: none;
        color: #eee
    }
}

@media (min-width:1920px) {
    #description a {
        font-weight: 500;
        font-size: 5vw
    }
}

@media (min-width:0px) and (max-width:319px) {

    #description,
    #description a,
    #description p,
    #details-project,
    #link-arrow-0,
    #link-arrow-1,
    #link-arrow-2,
    #link-arrow-3,
    #link-arrow-4,
    #link-arrow-5,
    #link-arrow-6,
    #link-arrow-7,
    #link-arrow-8,
    #link-arrow-9,
    #menu-left,
    #menu-right,
    #next-projects,
    #next-projects p,
    #next-projects ul,
    #scrolldown.section,
    .big-column,
    .big-column1,
    .big-column2,
    .big-column3,
    .c-line,
    .c-scrolldown,
    .column,
    .column img,
    .desktop-page-wrapper,
    .first-text,
    .img-01,
    .mid-column,
    .mid-column1,
    .mobile-page-wrapper,
    .nav-visibility,
    .project-title-0,
    .project-title-1,
    .project-title-2,
    .project-title-3,
    .project-title-4,
    .project-title-5,
    .project-title-6,
    .project-title-7,
    .project-title-8,
    .project-title-9,
    .row,
    .scrolldown-visibility,
    .second-text,
    .section,
    .small-column,
    .small-column1,
    .small-column2,
    .small-column3,
    .small-column4,
    .small-column5,
    .third-text,
    a,
    a:active,
    a:hover,
    a:visited,
    iframe,
    nav,
    nav a,
    nav li,
    nav ul {
        display: none;
        opacity: 0
    }

    body,
    html {
        background-color: #000
    }
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {

    #description,
    #description a,
    #description p,
    #details-project,
    #link-arrow-0,
    #link-arrow-1,
    #link-arrow-2,
    #link-arrow-3,
    #link-arrow-4,
    #link-arrow-5,
    #link-arrow-6,
    #link-arrow-7,
    #link-arrow-8,
    #link-arrow-9,
    #menu-left,
    #menu-right,
    #next-projects,
    #next-projects p,
    #next-projects ul,
    #scrolldown.section,
    .big-column,
    .big-column1,
    .big-column2,
    .big-column3,
    .c-line,
    .c-scrolldown,
    .column,
    .column img,
    .desktop-page-wrapper,
    .first-text,
    .img-01,
    .mid-column,
    .mid-column1,
    .mobile-page-wrapper,
    .nav-visibility,
    .project-title-0,
    .project-title-1,
    .project-title-2,
    .project-title-3,
    .project-title-4,
    .project-title-5,
    .project-title-6,
    .project-title-7,
    .project-title-8,
    .project-title-9,
    .row,
    .scrolldown-visibility,
    .second-text,
    .section,
    .small-column,
    .small-column1,
    .small-column2,
    .small-column3,
    .small-column4,
    .small-column5,
    .third-text,
    a,
    a:active,
    a:hover,
    a:visited,
    iframe,
    nav,
    nav a,
    nav li,
    nav ul {
        display: none;
        opacity: 0
    }

    body,
    html {
        background-color: #000
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    body,
    html {
        display: none
    }
}