@font-face {
    font-family: 'Founders Grotesk Web';
    src: url('https://dashdigital.studio/fonts/6209fb93ee1f962b50cecd52_founders-grotesk-web-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk Web';
    src: url('https://dashdigital.studio/fonts/6209fb93460a086ea65e5e94_founders-grotesk-web-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.lightbox {
    font-family: 'Founders Grotesk Web', sans-serif;
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;    
}

.swiper-slide.lightbox-single-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64vw;
    margin-right: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.work-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.work-grid-image-wrap {
    overflow: hidden;
}

.work-block:nth-child(odd) {
    padding: 1vw 1vw 0 0;
}

.work-block:nth-child(even) {
    padding: 1vw 0 0 1vw;
}

.work-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

.is-ready .work-grid-image.t-anim.delay1 {
    transition-delay: .8s;
}

.is-ready .work-grid-image.t-anim {
    opacity: 1;
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
}

.is-ready .t-anim.delay1 {
    transition-delay: .65s;
}

.work-grid-image.t-anim {
    transition: opacity 1s cubic-bezier(.075, 0, .165, 0), transform 1.5s cubic-bezier(.075, .82, .165, 1);
}

.lightbox picture {
    width: 100%;
}

.img-source.img-source-height {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-source {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lightbox img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.text-wrap-work-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.2vw;
    padding-bottom: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.text-wrap-inner-work-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.work-block:nth-child(odd) .work-block-bb {
    justify-content: flex-end;
}

.work-block-bb {
    display: flex;
}

.work-block-bb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 48vw;
    height: 1px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.is-ready .work-block-bb-inner.t-anim.delay1 {
    transition-delay: 1.2s;
}

.is-ready .work-block-bb-inner.t-anim {
    width: 100%;
}

.is-ready .t-anim.delay1 {
    transition-delay: .65s;
}

.work-block-bb-inner.t-anim {
    transition: width 2s cubic-bezier(.3, .3, 0, 1);
}

.work-block-bb-inner.t-start {
    width: 0%;
}

.is-ready .t-anim {
    transform: translateY(0%);
}

.contact-overlay {
    visibility: hidden;
    opacity: 0;
}

.contact-overlay {
    transition: opacity .75s cubic-bezier(0.76, 0, 0.24, 1);
}

.contact-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    background-color: rgba(0, 0, 0, .5);
}

.page-container {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lightbox {
    height: calc(100% - 56px);
}

.lightbox {
    position: fixed;
    z-index: 21;
}

.lightbox-wrap {
    position: fixed;
}

.lightbox-slide {
    position: fixed;
    bottom: 0;
}

.swiper.lightbox-single.up {
    position: fixed;
}

.swiper.lightbox-single {
    background-color: black;
    height: calc(100% - 56px);
    visibility: hidden;
    top: 100%;
    bottom: 100%;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper.lightbox-single {
    position: fixed;
    width: 100%;
    margin-top: 56px;
    padding-top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #101010;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 22;
}

.close-lightbox-button {
    position: absolute;
    top: 5%;
    right: 2vw;
    color: white;
    cursor: pointer;
    z-index: 23;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-wrapper.lightbox-single-wrap {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-wrapper {
    will-change: transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.lightbox-single.up {
    top: 0%;
    bottom: 100%;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

@media screen and (min-width: 1280px) {
    .swiper-slide.lightbox-single-slide {
/*        width: 36vw;*/
        max-width: 70vw!important;
        overflow: hidden;
/*        max-height: 60%!important;*/
    }
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

@media screen and (max-width: 479px) {
    .swiper-slide.lightbox-single-slide {
        width: 100vw!important;
/*        height: 66vw;*/
        margin-right: 0;
/*        margin-bottom: 2vw;*/
    }
}

.lightbox-single-slide {
    z-index: 20;
}

.swiper-slide {
    overflow-scrolling: touch;
    transform: translateZ(0px);
    backface-visibility: hidden;
    perspective: 1000;
}

.lightbox-single-slide,
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-next,
.swiper-fade .swiper-slide-active .swiper-slide-prev {
    pointer-events: auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    transition-property: transform;
}

.lightbox .swiper-slide>* {
    transform: translate3d(0, 0, 0);
}

.lightbox-single-img {
    position: relative;
    z-index: 22;
    width: 100%;
}

.swiper-pagination {
    display: flex;
    color: white;
    width: auto;
    bottom: auto;
    left: 2vw;
    top: 5%;
    z-index: 21;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 22;
}

.swiper-pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lightbox-dash {
    width: 1.5vw;
    height: 1px;
    margin-right: 1vw;
    margin-left: 1vw;
    background-color: #fff;
}

.totalslide {
    color: #838383;
}

.swiper-slide>* {
    transform: translate3d(0, 0, 0);
}

.swiper-slide>* {
    transform: translateZ(0px);
}

.video-overlay {
    position: absolute;
    z-index: 23;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .01);
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

@media only screen and (max-width: 479px) {
    .lightbox-single-wrap {
        margin-top: 8vh !important;
    }

    .close-lightbox-button, .swiper-pagination{
        top: 4%;
    }

    .swiper-slide{
        flex-shrink: 1!important;
    }

    .lightbox-single-img{
        margin-bottom: 5px;
    }   
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.work-overlay {
    visibility: hidden;
    opacity: 0;
    transition: transform, opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-width: 479px) {
    .work-overlay {
        width: 100vw;
        height: 100%;
    }
}

.work-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5020;
    background-color: rgba(0, 0, 0, .5);
}