/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: white
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: 0.6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0
}

html {
    font-family: "GT America", sans-serif;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-size: 16px;
    line-height: 20px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a,
a:hover,
a:visited {
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent
}

a:focus {
    outline: 0
}

a:hover,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0
}

ins {
    color: #000;
    text-decoration: none;
    background-color: #000
}

mark {
    font-style: italic;
    font-weight: bold;
    color: #000;
    background-color: #000
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #000
}

input,
select {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

body {
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

h1,
h2 {
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase
}

@media (max-width: 667px) {

    h1,
    h2 {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

p a:hover {
    border-bottom: 1px solid
}

.grid {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.grid div {
    box-sizing: border-box;
    background-color: #fff;
    height: 100%;
    width: calc(100% / 4);
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.grid div:nth-of-type(2n+1) {
    background-color: #ffcccc
}

.grid div:nth-of-type(2n+1) span {
    background-color: #ff9999
}

.grid div:nth-of-type(2n) {
    background-color: #ccccff
}

.grid div:nth-of-type(2n) span {
    background-color: #9999ff
}

.grid div span {
    display: block;
    width: calc(100% - 30px*2);
    height: 100%
}

.body-grid-is-visible .grid {
    opacity: .3
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none
}

.pace.pace-inactive .pace-progress {
    visibility: hidden;
    opacity: 0
}

.pace .pace-progress {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms, visibility 0ms 400ms;
    background: #000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 15px
}

#ajax-container {
    opacity: 1;
    transition: opacity 400ms
}

.loading-screen-in {
    position: fixed;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff200;
    cursor: wait;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0ms 800ms, -webkit-transform 400ms 400ms;
    transition: transform 400ms 400ms, opacity 0ms 800ms;
    transition: transform 400ms 400ms, opacity 0ms 800ms, -webkit-transform 400ms 400ms
}

.loading-screen-out {
    position: fixed;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff200;
    cursor: wait;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0ms 1200ms, -webkit-transform 400ms 800ms;
    transition: transform 400ms 800ms, opacity 0ms 1200ms;
    transition: transform 400ms 800ms, opacity 0ms 1200ms, -webkit-transform 400ms 800ms
}

.body-is-loading {
    cursor: wait;
    height: 100%;
    overflow: hidden
}

.body-is-loading .loading-screen-in {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    transition: -webkit-transform 400ms 0ms;
    transition: transform 400ms 0ms;
    transition: transform 400ms 0ms, -webkit-transform 400ms 0ms
}

.body-is-loading .loading-screen-out {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    transition: -webkit-transform 400ms 400ms;
    transition: transform 400ms 400ms;
    transition: transform 400ms 400ms, -webkit-transform 400ms 400ms
}

.body-is-loading-from-home .logo {
    z-index: 995;
    bottom: 0 !important
}

.body-is-loading-from-home .logo a {
    color: #000
}

.body-is-loading-from-home .logo svg {
    fill: #000
}

.body-is-loading-fade {
    cursor: wait;
    height: 100%;
    overflow: hidden
}

.body-is-loading-fade #ajax-container {
    opacity: 0
}

#viewing-class {
    display: none
}

.screensaver-wrapper {
    position: fixed;
    z-index: 940;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff200;
    color: #000;
    font-feature-settings: 'tnum';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16vw;
    line-height: 16vw;
    box-sizing: border-box;
    padding: 0 21px;
    visibility: hidden
}

.screensaver-time {
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex
}

.screensaver-time__clock {
    overflow: hidden;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 6ch
}

.screensaver-time__zone {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 10vw;
    font-size: 3.6vw;
    line-height: 3.6vw;
    padding-top: 2.6vw;
    padding-bottom: 1.3vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.screensaver-time__zone span {
    box-sizing: border-box
}

.body-screensaver-is-open .screensaver-wrapper {
    visibility: visible
}

.video-wrapper {
    width: 100%;
    position: relative
}

.video-wrapper .video-height {
    display: block
}

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

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #000;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px
}

.logo {
    position: fixed;
    z-index: 9999;
    left: 30px;
    bottom: 0;
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-left: 0;
    line-height: calc(calc(4.14vw + 30px) + 4.14vw*0.1);
    font-weight: bold;
    box-sizing: border-box;
    width: 50%;
    transition: bottom 200ms 100ms
}

@media (max-width: 667px) {
    .logo {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

.logo a:hover {
    color: #fff200
}

.logo a:hover svg {
    fill: #fff200
}

.logo svg {
    display: inline-block;
    height: 3.1684vw
}

.logo svg#glyph-c {
    margin-left: -.178vw;
    margin-right: .3115vw
}

.logo svg#glyph-o {
    margin-left: .0445vw;
    margin-right: .0445vw
}

.logo svg#glyph-n {
    margin-left: -.0445vw;
    margin-right: .178vw
}

.logo.is-loading {
    z-index: 999
}

.logo.is-loading a {
    color: #000 !important
}

.logo.is-loading a svg {
    fill: #000 !important
}

@media (max-width: 667px) {
    .logo {
        left: 15px;
        width: calc(100% - calc(4.14vw + 30px)*1.3 - 15px);
        line-height: calc(calc(4.14vw + 30px)*1.05)
    }

    .logo svg {
        height: 4.7526vw;
        width: auto
    }

    .logo a:hover {
        color: #000
    }

    .logo a:hover svg {
        fill: #000
    }
}

@-moz-document url-prefix() {
    .logo svg#glyph-c {
        margin-left: .178vw !important
    }

    .logo svg#glyph-o {
        margin-left: .445vw !important
    }

    .logo svg#glyph-n {
        margin-left: .3115vw !important
    }
}

.logo-variant {
    display: none
}

.logo-variant.is-visible {
    display: block
}

.header {
    position: fixed;
    z-index: 800;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: calc(4.14vw + 30px);
    box-sizing: border-box;
    padding: 0 30px
}

.header-cache {
    position: fixed;
    z-index: 800;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    height: calc(4.14vw + 30px);
    background-color: #fff
}

@media (max-width: 667px) {
    .header-cache {
        position: fixed;
        z-index: 900;
        -webkit-transform: none;
        transform: none
    }
}

.menu {
    font-size: 2.581vw;
    line-height: 2.898vw;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: 30px;
    text-transform: uppercase;
    bottom: 0;
    line-height: calc(4.14vw + 30px)
}

@media (max-width: 667px) {
    .menu {
        font-size: 16px;
        line-height: 40px
    }
}

@media (max-width: 1024px) {
    .menu {
        margin-left: 15px
    }
}

@media (max-width: 667px) {
    .menu {
        font-size: 4.45vw;
        line-height: 4.14vw;
        letter-spacing: -1px;
        text-transform: uppercase;
        letter-spacing: 0;
        background-color: #000;
        position: fixed;
        z-index: 700;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - calc(4.14vw + 30px));
        margin-left: 0;
        box-sizing: border-box;
        padding-top: 30px;
        color: #fff200;
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms
    }
}

@media (max-width: 667px) and (max-width: 667px) {
    .menu {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px;
        display: flex;
        justify-content: space-around;
        top: -68px !important;
    }
}

.menu__item {
    display: inline-block;
    margin-right: 1.035vw
}

.menu__item a {
    padding: 0px 6px 2px
}

.menu__item.is-active a {
    background-color: #fff200
}

@media (max-width: 1024px) {
    .menu__item {
        margin-right: 0
    }
}

@media (max-width: 667px) {
    .menu__item {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px
    }

    .menu__item a {
        color: inherit
    }

    .menu__item.is-active a {
        color: #000
    }

    .menu__item:hover a {
        color: #000
    }
}

.no-touchevents .menu__item:hover a {
    background-color: #fff200
}

.menu-mobile-button {
    display: none
}

@media (max-width: 667px) {
    .menu-mobile-button {
        display: block;
        position: fixed;
        z-index: 900;
        bottom: 0;
        right: 0;
        width: calc(calc(4.14vw + 30px)*1.08);
        height: calc(4.14vw + 30px);
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: space-between;
        align-items: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        padding: 15px;
        transition: visibility 0ms 400ms
    }

    .menu-mobile-button span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: opacity 200ms, -webkit-transform 400ms;
        transition: transform 400ms, opacity 200ms;
        transition: transform 400ms, opacity 200ms, -webkit-transform 400ms
    }

    .menu-mobile-button span:nth-of-type(1) {
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    .menu-mobile-button span:nth-of-type(3) {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

.body-mobile-menu-is-open {
    height: 100% !important;
    overflow: hidden !important
}

.body-mobile-menu-is-open .menu {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.body-mobile-menu-is-open .menu-mobile-button span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.body-mobile-menu-is-open .menu-mobile-button span:nth-of-type(2) {
    opacity: 0
}

.body-mobile-menu-is-open .menu-mobile-button span:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 667px) {
    .body-viewing-home .header-cache {
        visibility: hidden
    }

    .body-viewing-home .menu-mobile-button {
        visibility: hidden
    }
}

.home-wrapper {
    position: relative;
    z-index: 850
}

.home__gallery {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    pointer-events: none
}

.home__gallery .flickity-prev-next-button {
    visibility: hidden
}

.home__gallery__item {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background-repeat: none;
    background-size: cover;
    background-position: center
}

.home__gallery__title {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, calc(-50% + 0px));
    transform: translate(0, calc(-50% + 0px));
    box-sizing: border-box;
    width: calc(100% / 2 - 30px);
    padding: 0 30px;
    height: 4.14vw;
    color: #fff200;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 1.4833333333vw;
    line-height: 2.07vw;
    line-height: 4.14vw
}

@media (max-width: 667px) {
    .home__gallery__title {
        font-size: 16px;
        line-height: 20px;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, calc(-50% + 4.14vw*1.5));
        transform: translate(0, calc(-50% + 4.14vw*1.5));
        padding-left: 15px
    }
}

.home__gallery__arrow {
    position: fixed;
    z-index: 1;
    bottom: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width: 667px) {
    .home__gallery__arrow {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

.home__gallery__arrow a {
    color: #fff200
}

.home__gallery__arrow svg {
    width: 4.14vw;
    height: auto
}

@media (max-width: 667px) {
    .home__gallery__arrow {
        bottom: 75px
    }

    .home__gallery__arrow svg {
        width: 8.28vw
    }
}

.home__quote {
    font-size: 1.4833333333vw;
    line-height: 2.07vw;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff200;
    max-width: calc((100% / 4) * 1.5)
}

.home__quote p {
    margin-bottom: 2.07vw
}

.home__quote p:last-of-type {
    margin-bottom: 0
}

.body-viewing-home .logo {
    color: #fff200;
    bottom: calc(50% - (calc(4.14vw + 30px)/2))
}

.body-viewing-home .logo a {
    color: #fff200
}

.body-viewing-home .logo svg {
    fill: #fff200
}

.work-wrapper {
    box-sizing: border-box;
    padding-bottom: calc(calc(4.14vw + 30px) + 20px*2 + 30px)
}

@media (max-width: 667px) {
    .work-wrapper {
        padding-bottom: calc(calc(4.14vw + 30px) + 30px*0)
    }
}

.work__grid {
    box-sizing: border-box
}

.work__grid__sizer,
.work__grid__item {
    position: relative;
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: 0
}

.work__grid__sizer.image-is-dark .work__grid__item__title,
.work__grid__sizer.image-is-light .work__grid__item__title,
.work__grid__item.image-is-dark .work__grid__item__title,
.work__grid__item.image-is-light .work__grid__item__title {
    color: #fff
}

.work__grid__sizer a:hover .work__grid__item__title,
.work__grid__sizer a:hover img.image-blur,
.work__grid__item a:hover .work__grid__item__title,
.work__grid__item a:hover img.image-blur {
    opacity: 1
}

@media (max-width: 1024px) {

    .work__grid__sizer,
    .work__grid__item {
        padding: 15px
    }
}

@media (max-width: 667px) {

    .work__grid__sizer.image-is-light .work__grid__item__title,
    .work__grid__sizer.image-is-dark .work__grid__item__title,
    .work__grid__item.image-is-light .work__grid__item__title,
    .work__grid__item.image-is-dark .work__grid__item__title {
        color: #000
    }
}

.work__grid__item__image {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.work__grid__item__image img {
    max-width: 100%
}

.work__grid__item__image img.image-mobile {
    display: none
}

.work__grid__item__image img.image-normal {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.work__grid__item__image img.image-blur {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

@media (max-width: 667px) {
    .work__grid__item__image img.image-mobile {
        display: block
    }

    .work__grid__item__image img.image-normal {
        display: none
    }

    .work__grid__item__image img.image-blur {
        display: none
    }
}

.work__grid__item__title {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 30px*2);
    height: calc(100% - 30px*1);
    box-sizing: border-box;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transition: opacity 400ms;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: calc(30px*1);
    font-size: 1.4833333333vw;
    line-height: 2.07vw
}

@media (max-width: 667px) {
    .work__grid__item__title {
        opacity: 1;
        position: static;
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        padding-top: 7.5px
    }
}

.work__index-button {
    display: none
}

@media (max-width: 667px) {
    .work__index-button {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        text-align: right;
        padding: 15px
    }
}

.work__index {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff200;
    height: calc(100% - calc(4.14vw + 30px));
    width: calc(100% / 4);
    box-sizing: border-box;
    padding-bottom: 30px;
    -webkit-transform: translateY(calc(100% - 20px*2));
    transform: translateY(calc(100% - 20px*2));
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    overflow: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 1024px) {
    .work__index {
        width: calc(100% / 3)
    }
}

@media (max-width: 667px) {
    .work__index {
        position: fixed;
        z-index: 150;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        -webkit-transform: translateY(100vh) !important;
        transform: translateY(100vh) !important
    }
}

.work__index__header {
    position: relative;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px
}

.work__index__header__title {
    opacity: 0;
    transition: opacity 400ms
}

.work__index__header__current-category {
    position: absolute;
    opacity: 1;
    transition: opacity 400ms
}

.work__index__header__cross {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: none
}

.work__index__header__cross span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
}

.work__index__header__cross span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.work__index__header__cross span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
}

@media (max-width: 667px) {
    .work__index__header__cross {
        display: block
    }
}

.work__index__filter {
    text-transform: uppercase;
    margin-top: 40px;
    padding: 0 30px
}

.work__index__filter__item {
    cursor: pointer;
    padding: 0.15em 0
}

.work__index__filter__item span {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    box-sizing: border-box;
    border: 2px solid;
    margin-right: 0.3em
}

.work__index__filter__item.is-active span,
.work__index__filter__item:hover span {
    background-color: #000
}

.work__index__filter__item:first-of-type {
    margin-bottom: 20px
}

.work__index__filter__item.last-type {
    margin-bottom: 20px
}

.work__index__statement {
    margin-top: 40px;
    padding: 0 30px
}

.work__index__statement__count {
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold
}

@media (max-width: 667px) {
    .work__index__statement__count {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

.work__index__statement__text {
    font-weight: bold;
    margin-top: 10px
}

.work-wrapper.index-is-open .work__index,
.work-wrapper.mobile-index-is-open .work__index {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.work-wrapper.index-is-open .work__grid,
.work-wrapper.mobile-index-is-open .work__grid {
    padding-left: calc(100% / 4)
}

.work-wrapper.index-is-open .work__grid__sizer,
.work-wrapper.index-is-open .work__grid__item,
.work-wrapper.mobile-index-is-open .work__grid__sizer,
.work-wrapper.mobile-index-is-open .work__grid__item {
    width: calc(100vw / 4)
}

.work-wrapper.index-is-open .work__index__header__title,
.work-wrapper.mobile-index-is-open .work__index__header__title {
    opacity: 1
}

.work-wrapper.index-is-open .work__index__header__current-category,
.work-wrapper.mobile-index-is-open .work__index__header__current-category {
    opacity: 0
}

.work-wrapper.index-is-open .work__index__header__cross span:nth-of-type(1),
.work-wrapper.mobile-index-is-open .work__index__header__cross span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.work-wrapper.index-is-open .work__index__header__cross span:nth-of-type(2),
.work-wrapper.mobile-index-is-open .work__index__header__cross span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

@media (max-width: 1024px) {
    .work-wrapper.index-is-open .work__grid {
        padding-left: calc(100% / 3)
    }

    .work-wrapper.index-is-open .work__grid__sizer,
    .work-wrapper.index-is-open .work__grid__item {
        width: calc((100vw / 3))
    }
}

@media (max-width: 667px) {
    .work-wrapper {
        margin-top: 40px
    }

    .work-wrapper.index-is-open .work__grid {
        padding-left: 0
    }

    .work-wrapper.index-is-open .work__grid__sizer,
    .work-wrapper.index-is-open .work__grid__item {
        width: calc(100%)
    }

    .work-wrapper.mobile-index-is-open .work__index {
        -webkit-transform: translateY(0%) !important;
        transform: translateY(0%) !important
    }
}

#project-container {
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms 0ms, visibility 0ms 0ms
}

.body-viewing-project-single #ajax-container {
    opacity: 0
}

.body-viewing-project-single #project-container {
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms 0ms, visibility 0ms 400ms
}

.project__title {
    font-size: 2.581vw;
    line-height: 2.898vw;
    position: fixed;
    z-index: 850;
    bottom: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    bottom: calc(4.14vw + 30px);
    color: #fff200;
    /*mix-blend-mode:difference;*/
    right: 0;
    width: calc(100% - calc((100vw / 4)*0.5 + 2.07vw) - 30px);
    padding-left: 30px;
    padding-bottom: 1.035vw;
    padding-right: 30px;
    text-align: right;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
}

@media (max-width: 667px) {
    .project__title {
        font-size: 16px;
        line-height: 40px
    }
}

@media (max-width: 1024px) {
    .project__title {
        padding-right: 15px;
        line-height: 1em;
        padding-bottom: 4.14vw
    }
}

.project-thumbnails-is-open .project__title,
.project-thumbnails-is-open .project__gallery__play-button {
    -webkit-transform: translateX(calc(calc((100vw / 4)*0.5 + 2.07vw) * -1));
    transform: translateX(calc(calc((100vw / 4)*0.5 + 2.07vw) * -1))
}

@media (max-width: 667px) {

    .project-thumbnails-is-open .project__title,
    .project-thumbnails-is-open .project__gallery__play-button {
        -webkit-transform: translateX(-33vw);
        transform: translateX(-33vw)
    }
}

.project__title__prev,
.project__title__next {
    text-align: right;
    position: absolute;
    top: 0;
    right: 30px;
    visibility: hidden
}

.project__prev-project,
.project__next-project {
    position: fixed;
    z-index: 850;
    bottom: 0;
    height: calc(4.14vw + 30px);
    box-sizing: border-box;
    line-height: calc(calc(4.14vw + 30px) / 1.20);
    text-transform: uppercase;
    font-weight: bold;
    width: calc((100% / 4)*0.25)
}

.project__prev-project a,
.project__next-project a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0
}

@media (max-width: 1024px) {

    .project__prev-project,
    .project__next-project {
        line-height: calc(calc(4.14vw + 30px) / 1.5)
    }

    .project__prev-project svg,
    .project__next-project svg {
        max-height: 2.581vw
    }
}

@media (max-width: 667px) {

    .project__prev-project,
    .project__next-project {
        display: none
    }
}

.project__prev-project {
    left: calc((100% / 4)*3.5)
}

.project__next-project {
    left: calc((100% / 4)*3.75);
    text-align: right;
    padding-right: 2.07vw
}

.body-prev-project-button-is-hovered .project__title__current {
    visibility: hidden
}

.body-prev-project-button-is-hovered .project__title__prev {
    visibility: visible
}

.body-next-project-button-is-hovered .project__title__current {
    visibility: hidden
}

.body-next-project-button-is-hovered .project__title__next {
    visibility: visible
}

.project__prev-cursor,
.project__next-cursor {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff200;
    /*mix-blend-mode:difference;*/
    pointer-events: none;
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-transform: none;
    font-weight: bold;
    visibility: hidden;
    height: 4.14vw
}

@media (max-width: 667px) {

    .project__prev-cursor,
    .project__next-cursor {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

.project__prev-cursor svg,
.project__next-cursor svg {
    height: 100%;
    width: auto
}

.project__prev-cursor.is-visible,
.project__next-cursor.is-visible {
    visibility: visible
}

.project__gallery {
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - calc(4.14vw + 30px));
    background-color: #fff
}

.project__gallery .flickity-prev-next-button {
    border-radius: 0px;
    /* top: 0; */
    -webkit-transform: none;
    transform: none;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: none
}

.project__gallery .flickity-prev-next-button.previous {
    left: 0
}

.project__gallery .flickity-prev-next-button.next {
    right: 0
}

.project__gallery .flickity-prev-next-button:disabled {
    cursor: default
}

@media (max-width: 667px) {
    .project__gallery .flickity-prev-next-button {
        display: none
    }
}

.project__gallery__item {
    width: 100%;
    height: calc(100vh - calc(4.14vw + 30px));
    box-sizing: border-box;
    background-color: #000;
    overflow: hidden;
    position: relative
}

.project__gallery__item.is-landscape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.project__gallery__item.is-portrait {
    text-align: center
}

.project__gallery__item.is-portrait img {
    height: 100%
}



.project__gallery__item--title {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 4.45vw;
    line-height: 4.14vw;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center
}

@media (max-width: 667px) {
    .project__gallery__item--title {
        font-size: 6.675vw;
        line-height: 6.21vw;
        letter-spacing: -0.3px
    }
}

.project__gallery__item--title span {
    display: inline-block;
    width: calc(100% - calc((100vw / 4)*0.5 + 2.07vw)*4)
}

.project__gallery__play-button {
    position: absolute;
    z-index: 900;
    bottom: calc(calc(4.14vw + 30px) + 2.07vw/2 + 2.07vw + 20px);
    right: 0;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff200;
    /*mix-blend-mode:difference; */
    cursor: pointer;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    display: none
}

.active-slide-is-video .project__gallery__play-button {
    display: block
}

@media (max-width: 667px) {
    .project__gallery__play-button {
        bottom: auto;
        top: 15px
    }
}

.project__close-overlays {
    position: absolute;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    visibility: hidden
}

.project__info-button {
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 0;
    padding: 15px;
    color: #fff200;
    cursor: pointer;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    height: 4.14vw
}

.project__info-button svg {
    height: 100%;
    width: auto
}

.project__info-button .is-closed {
    height: 100%
}

.project__info-button .is-open {
    height: 100%;
    display: none
}

@media (max-width: 667px) {
    .project__info-button {
        height: 8.9vw
    }
}

.project__info {
    position: fixed;
    z-index: 950;
    top: 0;
    left: 0;
    width: calc(100% / 4);
    background-color: #fff;
    height: calc(100vh - calc(4.14vw + 30px));
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    box-sizing: border-box;
    padding: 30px 30px;
    padding-bottom: 300px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 1024px) {
    .project__info {
        width: calc(100% / 3)
    }
}

@media (max-width: 667px) {
    .project__info {
        width: calc((100% / 3) * 2)
    }
}

.project__info__text,
.project__info__credits,
.project__info__publications {
    margin: 0 auto
}

.project__info__text h3,
.project__info__credits h3,
.project__info__publications h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.project__info__text p,
.project__info__credits p,
.project__info__publications p {
    margin-bottom: 20px
}

.project__info__credits div {
    margin-bottom: 0.5em
}

.project__info__publications h3 {
    margin-top: 20px
}

.project__info__publications__list {
    text-align: center
}

.project__info__publications__list__item {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin: 0 15px;
    margin-bottom: 15px
}

.project__info__publications__list__item__image {
    margin-bottom: 15px
}

.project__info__publications__list__item__image img {
    max-height: 180px;
    max-width: 100%
}

.project__info__publications__list__item__download svg {
    max-height: 20px;
    border-bottom: 1px solid;
    padding: 3px;
    width: 22px
}

.project-info-is-open .project__info {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.project-info-is-open .project__close-overlays {
    visibility: visible
}

.project-info-is-open .project__info-button {
    -webkit-transform: translate(26vw, -50%);
    transform: translate(26vw, -50%)
}

.project-info-is-open .project__info-button .is-closed {
    display: none
}

.project-info-is-open .project__info-button .is-open {
    display: block
}

@media (max-width: 667px) {
    .project-info-is-open .project__info-button {
        -webkit-transform: translate(68vw, -50%);
        transform: translate(68vw, -50%)
    }
}

.project__thumb-button {
    position: fixed;
    z-index: 200;
    top: 50%;
    right: 0;
    padding: 15px;
    color: #fff200;
    cursor: pointer;
    height: 4.14vw;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
}

.project__thumb-button svg {
    height: 100%;
    width: auto
}

.project__thumb-button .is-closed {
    height: 100%
}

.project__thumb-button .is-open {
    height: 100%;
    display: none
}

@media (max-width: 667px) {
    .project__thumb-button {
        height: 8.9vw
    }
}

.project-thumbnails-is-open .project__thumb-button {
    -webkit-transform: translate(calc(((100vw / 4)*0.5)*-1 - 30px*2), -50%);
    transform: translate(calc(((100vw / 4)*0.5)*-1 - 30px*2), -50%)
}

.project-thumbnails-is-open .project__thumb-button .is-closed {
    display: none
}

.project-thumbnails-is-open .project__thumb-button .is-open {
    display: block
}

@media (max-width: 1024px) {
    .project-thumbnails-is-open .project__thumb-button {
        -webkit-transform: translate(calc(((100vw / 4)*0.5)*-1 - 30px*0.5), -50%);
        transform: translate(calc(((100vw / 4)*0.5)*-1 - 30px*0.5), -50%)
    }
}

@media (max-width: 667px) {
    .project-thumbnails-is-open .project__thumb-button {
        -webkit-transform: translate(-33vw, -50%);
        transform: translate(-33vw, -50%)
    }
}

.project__thumbnails {
    position: fixed;
    z-index: 250;
    top: 0;
    right: 0;
    width: calc((100vw / 4)*0.5 + 2.07vw);
    height: 100%;
    box-sizing: border-box;
    padding-bottom: calc(4.14vw + 30px);
    background-color: #000;
    color: #fff;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms
}

@media (max-width: 667px) {
    .project__thumbnails {
        width: calc(100% / 3)
    }
}

.project__thumbnails__gallery {
    position: relative;
    width: 100%
}

.project__thumbnails__gallery__title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding-bottom: calc((100%/3)*2)
}

.project__thumbnails__gallery__title span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1024px) {
    .project__thumbnails__gallery__title span {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

@media (max-width: 667px) {
    .project__thumbnails__gallery__title {
        font-size: 10px;
        line-height: 12px
    }
}

.project__thumbnails__gallery__image {
    width: 100%;
    opacity: .3;
    cursor: pointer
}

.project__thumbnails__gallery__image img {
    max-width: 100%
}

.project__thumbnails__gallery__image:last-of-type {
    line-height: 0
}

.project__thumbnails__gallery__image:hover {
    opacity: 0.6
}

.project__thumbnails__gallery__image.is-active {
    opacity: 1
}

.project-thumbnails-is-open .project__thumbnails {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.about-wrapper {
    box-sizing: border-box;
    padding: 30px;
    padding-bottom: calc(4.14vw + 30px);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 667px) {
    .about-wrapper {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px
    }
}

.about__left-column,
.about__right-column {
    box-sizing: border-box;
    width: calc((100% - 30px*2) /2)
}

@media (max-width: 667px) {

    .about__left-column,
    .about__right-column {
        width: 100%
    }
}

.about__block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px
}

.about__block__title {
    font-weight: bold;
    text-transform: uppercase
}

.about__block__text p {
    margin-bottom: 20px;
    max-width: 50ch
}

.about__block__text h1,
.about__block__text h2,
.about__block__text h3,
.about__block__text h4 {
    font-weight: bold
}

.about__block__image {
    width: 100%;
    margin-top: 20px
}

.about__block__image img,
.about__block__image video {
    max-width: 100%
}

.about__block--follow-us {
    margin-bottom: 100px
}

.video-cursor {
    position: fixed;
    z-index: 100;
    top: 100px;
    left: 100px;
    /*mix-blend-mode:difference;*/
    color: #fff200;
    pointer-events: none;
    visibility: hidden;
    font-weight: bold
}

.info-video {
    cursor: none
}

.news-wrapper {
    padding-bottom: calc(4.14vw + 30px)
}

.news-wrapper.has-news-open .news-list {
    overflow: hidden
}

.news-wrapper.has-news-open .news-content {
    visibility: visible
}

.news-wrapper.has-news-open .news-grid {
    opacity: 0;
    transition: opacity 400ms
}

.news-wrapper.has-news-open .news-list__item {
    display: none
}

.news-wrapper.has-news-open .news-list__item.is-active {
    opacity: 1;
    display: block
}

.news-wrapper.has-news-open .news-list__item.is-active .news-list__item__content {
    display: block
}

.news-list {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: calc(100% / 4);
    height: calc(100vh - calc(4.14vw + 30px));
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box
}

@media (max-width: 1024px) {
    .news-list {
        width: calc(100% / 3)
    }
}

@media (max-width: 667px) {
    .news-list {
        position: static;
        width: 100%;
        height: auto;
        overflow: visible;
        margin-bottom: calc(4.14vw + 30px)
    }
}

.news-list__item {
    box-sizing: border-box;
    width: 100%;
    cursor: pointer
}

.news-list__item.is-active {
    background-color: #fff200;
    cursor: default;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - calc(4.14vw + 30px))
}

.news-list__item:hover,
.news-list__item.is-hovered {
    background-color: #fffccc
}

.news-list__item:hover.is-active,
.news-list__item.is-hovered.is-active {
    background-color: #fff200
}

@media (max-width: 667px) {

    .news-list__item:hover,
    .news-list__item.is-hovered {
        background-color: #fff
    }

    .news-list__item:hover.is-active,
    .news-list__item.is-hovered.is-active {
        background-color: #fff
    }
}

.news-list__item__header {
    cursor: pointer;
    padding: 15px 30px
}

@media (max-width: 667px) {
    .news-list__item__header {
        padding: 15px;
        padding-bottom: 0
    }
}

.news-list__item__date {
    font-feature-settings: 'tnum'
}

.news-list__item__title {
    font-weight: bold
}

.news-list__item__content {
    display: none;
    box-sizing: border-box;
    padding: 0 30px;
    padding-bottom: 30px
}

.news-list__item__content .news-content__item__embed {
    display: none
}

@media (max-width: 1024px) {
    .news-list__item__content {
        margin-bottom: 60px
    }
}

@media (max-width: 667px) {
    .news-list__item__content {
        display: block;
        padding: 15px
    }

    .news-list__item__content .news-content__item__embed {
        display: block
    }
}

.news-list__item__content__image {
    display: none
}

@media (max-width: 667px) {
    .news-list__item__content__image {
        display: block;
        width: 100%;
        line-height: 0;
        margin-bottom: 20px
    }

    .news-list__item__content__image img {
        max-width: 100%
    }
}

.news-list__item__content__text {
    margin-top: 20px
}

@media (max-width: 667px) {
    .news-list__item__content__text {
        margin-top: 0
    }
}

.news-list__item__content__link {
    margin-top: 20px;
    font-weight: bold
}

.news-list__item__content__close {
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer
}

@media (max-width: 667px) {
    .news-list__item__content__close {
        display: none
    }
}

.news-list__item__prev-next {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.news-list__item__prev-next svg {
    height: 16px
}

@media (max-width: 667px) {
    .news-list__item__prev-next {
        display: none
    }
}

.news-list__item__prev {
    display: inline-block;
    cursor: pointer
}

.news-list__item__next {
    display: inline-block;
    cursor: pointer
}

.news-grid {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: calc((100% / 4) * 1);
    opacity: 1;
    transition: opacity 400ms 400ms
}

@media (max-width: 1024px) {
    .news-grid {
        padding-left: calc((100% / 3) * 1)
    }
}

@media (max-width: 667px) {
    .news-grid {
        display: none
    }
}

.news-grid__item,
.news-grid__sizer {
    width: calc((100vw / 4) * 1);
    box-sizing: border-box;
    padding: 30px
}

.news-grid__item img,
.news-grid__sizer img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms
}

.news-grid__item.is-hovered img,
.news-grid__sizer.is-hovered img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.news-grid__item:hover,
.news-grid__sizer:hover {
    cursor: pointer
}

.news-grid__item:hover img,
.news-grid__sizer:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

@media (max-width: 1024px) {

    .news-grid__item,
    .news-grid__sizer {
        width: calc((100vw / 3) * 1)
    }
}

.news-content {
    position: fixed;
    top: 0;
    left: calc((100% / 4) * 1 + 30px);
    width: calc((100% / 4) * 3 - 30px);
    height: calc(100vh - calc(4.14vw + 30px));
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden
}

.news-content__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 400ms 0ms, visibility 400ms 0ms
}

.news-content__item.is-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 400ms 400ms, visibility 400ms 400ms
}

.news-content__item__media {
    width: 100%;
    min-height: 200px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

.news-content__item__media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-content__item__embed {
    width: 100%;
    margin-bottom: 40px;
    -webkit-flex-grow: 10;
    flex-grow: 10;
    min-height: 200px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden
}

@media (max-width: 667px) {
    .news-content__item__embed {
        margin-bottom: 20px;
        min-height: 0
    }
}

.news-content__item__text {
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
    display: none
}

.news-content__item__text p {
    max-width: 50ch;
    margin-bottom: 20px
}

.news-read-more {
    display: none
}

.news-read-more a {
    border-bottom: 1px solid;
    padding-bottom: 1px
}

@font-face {
    font-family: 'GT America';
    src: url("../fonts/GT-America-Extended-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'GT America';
    src: url("../fonts/GT-America-Extended-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #000
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #000
}

.menu .menu__item:last-child {
    display: none !important;
}

.menu__item.menu__item--about-v1 {
    display: none !important;
}

@font-face {
    font-family: 'GT America Extended';
    src: url('https://archi-tectonics.com/assets/fonts/GT-America-Extended-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'GT America Extended';
    src: url('https://archi-tectonics.com/assets/fonts/GT-America-Extended-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}