main[data-barba-namespace=projects] {
    position: relative
}

.projects-page {
    background-color: #fff;
}

@media (max-width:991.98px) {
    .projects-page {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .projects-page .site__footer {
        margin-top: auto
    }
}

.projects-page div[data-barba=wrapper] {
    z-index: 40
}

.projects-page .projects__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 2rem;
    position: relative;
    z-index: 50
}

@media (min-width:576px) {
    .projects-page .projects__heading {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.projects-page .projects__heading .page__title {
    font-weight: 100;
    font-size: 1.625rem;
    color: #645B53;
    margin: 0
}

.projects-page .site__header {
    background-color: #fff
}

.projects-page .site__header .site__nav-toggle span {
    background-color: #212529;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.projects-page .site__header.active {
    background-color: #fff
}

.projects-page .site__header.active .site__nav-toggle span {
    background-color: #000;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.projects-page .site__header.active .site__logo svg path {
    fill: #000;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.projects-page .site__footer .footer__email {
    color: #645B53
}

.projects-page .site__footer .footer__social li a svg path {
    fill: #645B53
}

.projects-page .site__footer .footer__social li a:hover svg path {
    fill: #adabac
}

.projects__bg {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

main[data-barba-namespace=projects] .scroll-container {
    position: relative
}

@media (max-width:991.98px) {
    main[data-barba-namespace=projects] {
        padding-top: 10rem
    }
}

.is-mobile main[data-barba-namespace=projects] .scroll-container {
    overflow: auto
}

main[data-barba-namespace=projects] .projects__wrap {
    padding: 0 7vw
}

@media (min-width:576px) {
    main[data-barba-namespace=projects] .projects__wrap {
        padding: 0 calc(5vw - 1rem)
    }
}

@media (min-width:768px) {
    main[data-barba-namespace=projects] .projects__wrap {
        padding-left: 3.5vw;
        padding-right: 18vw
    }
}

@media (min-width:992px) {
    main[data-barba-namespace=projects] .projects__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        height: calc(var(--vh)*100);
        padding-top: 200px;
        padding-left: calc(20vw + 2rem)
    }
}

@media (min-width:1200px) {
    main[data-barba-namespace=projects] .projects__wrap {
        padding-left: 20vw;
        padding-right: 20vw
    }
}

@media (min-width:992px) {
    main[data-barba-namespace=projects] .projects__wrap .vertical-scroll-wrap {
        padding-bottom: 200px
    }
}

.projects-container {
    min-height: 25rem
}

.project__tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project__tiles .project__tile-wrap {
    width: 100%
}

@media (min-width:576px) {
    .project__tiles .project__tile-wrap {
        padding: 0 1rem;
        width: 50%
    }
}

@media (min-width:1200px) {
    .project__tiles .project__tile-wrap {
        width: 33.33%
    }
}

@media all and (max-width:480px) {
    .project__tiles .aspect {
        width: 100%!important;
        margin: auto!important;
    }
    .services .project__tiles .aspect {
        width: 58%!important;
        margin: auto!important;
    }
}

.project__tiles .aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(66.66667% - 0.5vw);
    overflow: hidden
}

.project__tiles .aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.project__tiles img {
    margin-bottom: 1rem
}

.project__tiles .project__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #645B53;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 500
}

.project__tiles .project__categories .project__category {
    margin-right: 1rem
}

.project__tiles .project__tile .project__info {
    padding-top: 1rem
}

.project__tiles .project__tile .project__tile-title {
    font-size: 1.0625rem;
    color: #645B53;
    line-height: 2.23;
    font-weight: 400;
    -webkit-transition: color .3s cubic-bezier(.455, .03, .515, .955);
    -o-transition: color .3s cubic-bezier(.455, .03, .515, .955);
    transition: color .3s cubic-bezier(.455, .03, .515, .955)
}

.project__tiles .project__tile .hq-image {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    will-change: transform;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.project__tiles .project__tile a:hover .project__title {
    color: #fff
}

.project__tiles .project__tile a:hover .hq-image {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}

@media (min-width:768px) {
    .projects__filters {
        position: fixed;
        right: calc(5vw + .1875em);
        top: 300px;
        z-index: 50
    }
}

@media (min-width:992px) {
    .projects__filters {
        right: 3.5vw;
        right: calc(3.5vw + .1875em)
    }
}

@media (min-width:768px) {
    .projects__filters-toggle {
        display: none
    }
}

@media (max-width:767.98px) {
    .projects__filters .projects__filters-list {
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 40;
        left: 0;
        background-color: #4e4e4e;
        padding: 3.75rem 3.5vw;
        pointer-events: none;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }
}

@media (min-width:768px) {
    .projects__filters .projects__filters-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.projects__filters .projects__filters-list.active {
    pointer-events: all
}

.projects__filters .projects__filter {
    font-size: .75rem;
    color: #645B53;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 1.5rem;
    background: none;
    border: 0;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0
}

.projects__filters .projects__filter:last-child {
    margin: 0
}

.projects__filters .projects__filter.active {
    color: #fff
}

.projects__filters .projects__filter span {
    display: inline-block;
    width: 1.625rem;
    height: 1px;
    background-color: #fff;
    margin-right: 1rem
}

@media (min-width:768px) {
    .projects__filters .projects__filter span {
        display: none
    }
}

/*# sourceMappingURL=projects.a75db687.css.map */