/*
Theme Name: wp-innocean-theme
Author: bezier
Author URI: https://www.bezierstudio.com/
Description: A development theme, from static HTML to WordPress
Version: 5.0.0
*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0;
    color: var(--reskin-white);
    font-size: 16px
}

figure,
nav,
section {
    display: block
}

video {
    vertical-align: baseline;
    display: inline-block
}

a {
    background-color: #fff0
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

img {
    border: 0
}

* {
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px
}

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

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

h2,
h3,
h4 {
    margin-bottom: 10px;
    font-weight: 700
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

figure {
    margin: 0 0 10px
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w-row:before,
.w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-row:after {
    clear: both
}

.w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.w-col-4 {
    width: 33.3333%
}

.w-col-8 {
    width: 66.6667%
}

@media screen and (max-width:767px) {
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:479px) {
    .w-col {
        width: 100%
    }
}

.w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden
}

.w-background-video>video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext figure.w-richtext-figure-type-video>div:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.w-richtext figure {
    max-width: 60%;
    position: relative
}

.w-richtext figure>div:before {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure div {
    color: #fff0;
    font-size: 0
}

.w-richtext figure.w-richtext-figure-type-image {
    display: table
}

.w-richtext figure.w-richtext-figure-type-image>div {
    display: inline-block
}

.w-richtext figure.w-richtext-figure-type-video {
    width: 60%;
    height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.w-richtext figure.w-richtext-figure-type-video>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    padding-bottom: inherit;
    display: inline-block
}

.w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative
}

.w-nav:before,
.w-nav:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative
}

.w-nav-menu {
    float: right;
    position: relative
}

.w-nav-overlay {
    display: none
}

.w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #000;
    height: 100vh;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease
}

.w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: #fff0;
    tap-highlight-color: #fff0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative
}

.w-nav-button:focus {
    outline: 0
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block
    }

    #nav-btn-two {
        display: none
    }

    .w-nav-overlay.open {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        background: #000;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        transform: translateX(0)
    }
}

@media screen and (max-width:767px) {
    .w-nav-brand {
        padding-left: 10px
    }
}

:root {
    --reskin-black: black;
    --reskin-white: #ededed;
    --reskin-blue: blue;
    --shell: #edf0f3;
    --deep-sea: #1c1128;
    --biolume: #056cf2;
    --innocean-orange: blue;
    --neutral-link: #ededed;
    --tide-pool: #4d5161;
    --reskin-link-hover: #ededed;
    --sunset: #f20732;
    --ocean: #07038c;
    --b-table: white
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

body {
    background-color: var(--reskin-black);
    color: var(--reskin-white);
    font-family: Barlow, sans-serif;
    font-size: 16px
}

h2 {
    color: var(--reskin-white);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 48px;
    font-family: Barlow, sans-serif;
    font-size: 64px;
    font-weight: 600
}

h3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: Barlow, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px
}

h4 {
    color: var(--reskin-white);
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 26px
}

p {
    color: var(--reskin-white);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px
}

a {
    color: var(--reskin-blue);
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s
}

a:hover {
    opacity: 1;
    color: var(--reskin-white)
}

.navbar {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%
}

.navbar.homenavbar {
    z-index: 100;
    background-color: #fff0;
    background-image: linear-gradient(rgb(0 0 0 / .61), transparent);
    padding-bottom: 35px;
    display: block;
    position: -webkit-sticky;
    position: sticky
}

.logolink {
    margin-top: 20px
}

.logolink:hover {
    opacity: 1
}

.arrowcontainer {
    background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/657082d50737b83e54a92e08_ius_right_arrow.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    overflow: hidden
}

.arrowcontainer.long {
    color: var(--reskin-white);
    background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/65707acc0c28a8d60198503f_chevron-right.svg);
    background-position: 0%;
    background-size: auto;
    background-attachment: scroll;
    width: 20px;
    position: relative;
    top: -2px
}

.link-block {
    color: var(--neutral-link);
    width: auto;
    transition: opacity 0.2s;
    display: flex
}

.link-block:hover {
    text-decoration: underline
}

.nav-menu {
    flex: 1;
    padding-top: 22px
}

.interiorhero {
    max-width: 1192px;
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

.interiorhero.contact-hero {
    margin-top: 0;
    margin-bottom: 100px
}

._3up {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    padding-left: 112px;
    display: flex
}

._3up.contact-us {
    flex-wrap: nowrap;
    margin-top: auto;
    margin-bottom: 50px
}

._3up-col {
    flex-direction: column;
    width: auto;
    display: flex
}

.address {
    color: var(--reskin-white);
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 120%
}

.h2-h1-style {
    text-transform: uppercase;
    margin-bottom: 48px;
    font-size: 64px;
    line-height: 61px
}

.h2-h1-style.white-h2-with-underline {
    color: var(--shell);
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 1em
}

.h2-h1-style.white-h2-with-underline {
    color: var(--shell);
    border-bottom: 5px solid blue;
    padding-bottom: 8px;
    display: inline-block
}

.interior-content {
    color: var(--reskin-white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

.interior-content.contact-us-interior-content {
    margin-bottom: 100px
}

.interior-content.capabilities-content {
    margin-bottom: 20px
}

.interior-content.leadership {
    margin-bottom: 0
}

.global-office-link {
    color: var(--neutral-link);
    text-decoration: none
}

.global-office-link:hover {
    color: var(--neutral-link);
    text-decoration: underline
}

.navbar-container {
    z-index: 100;
    width: 100%;
    text-decoration: none;
    position: absolute
}

.navbar-div {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px
}

.col-div {
    margin-bottom: 14px
}

.scroll-trigger {
    z-index: 2;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto
}

.higher-z-index {
    z-index: 3;
    position: relative
}

.collection-list {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    justify-content: flex-end;
    display: flex
}

.contact-module {
    z-index: 1;
    background-color: var(--reskin-black);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.footercopyright {
    opacity: 1;
    color: var(--neutral-link);
    padding-left: 10px;
    font-size: 10px;
    line-height: 14px
}

.footerfooterlink {
    color: var(--neutral-link);
    font-size: 10px
}

.footerfooterlink:hover {
    color: var(--neutral-link);
    text-decoration: underline
}

.full-width-div {
    z-index: 10;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: relative
}

.full-width-div.footer-mobile {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px
}

.capabilities {
    padding-top: 200px;
    padding-bottom: 0;
    display: block
}

.leadership-team {
    padding-top: 100px
}

._4up {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 103.5%;
    margin-top: 70px;
    display: flex
}

._4up-col {
    width: 25%;
    margin-bottom: 60px;
    padding-right: 40px
}

.capabilities-list {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px
}

.social-icon-cont {
    display: flex
}

.social-icon {
    flex: 0 auto;
    width: 30px;
    height: 30px;
    margin-right: 0
}

.no-wrap {
    white-space: nowrap
}

.text-block-2 {
    color: var(--neutral-link);
    font-weight: 600
}

.text-block-2:hover {
    text-decoration: underline
}

.contact-heading {
    color: var(--reskin-white);
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600
}

.paragraph {
    color: var(--reskin-white);
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600
}

.link {
    color: var(--neutral-link);
    font-weight: 700
}

.link:hover {
    color: var(--neutral-link);
    text-decoration: underline
}

.image-8 {
    width: 240px;
    margin-bottom: 15px
}

.columns {
    margin-bottom: 26px
}

.column,
.column-2 {
    padding-left: 10px
}

canvas {
    vertical-align: baseline;
    display: inline-block;
    width: 100%
}

.section-2.lottie {
    height: 80px;
    width: 100%;
    position: relative;
}

	.section-2.lottie.visible{
    height: 600vh;
}

.lottie-container {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden
}

#lottie-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 0
}

.lottie-animation.mobile {
    display: none
}

.lottie-animation.desktop {
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%
}

.work-section-movil {
    display: none
}

.work-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.work-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.video-list-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none
}

.video-list-item.active {
    display: block
}

.nav-module {
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: left;
    display: flex
}

.work-section-links-wrapper {
    display: flex;
    justify-content: center;
    padding: 22px;
    margin-right: auto;
    margin-left: 10%
}

.work-section-links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin: 5em 0;
    max-width: 1192px
}

.work-section-links ul {
    list-style: none;
    padding-left: 0;
    text-transform: uppercase
}

.work-section-links li {
    line-height: 1;
    margin-bottom: 1em
}

.work-section-links a {
    color: #fff;
    text-decoration: none;
    font-size: 4.5em;
    margin-left: 0
}

.work-section-links a:hover {
    color: blue;
    border-bottom: 4px solid blue
}

#ourwork-btn {
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 4em
}

.ourwork-container {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

.workarrowcontainer {
    background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/657082d50737b83e54a92e08_ius_right_arrow.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    overflow: hidden;
    transition: transform 0.3s ease
}

.ourwork-container:hover .workarrowcontainer {
    transform: translateX(10px)
}

.ourwork-container:hover #ourwork-btn {
    color: blue;
    border: none
}

#portfolio-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.listitem {
    aspect-ratio: 1;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 35px 30px;
    display: flex;
    position: relative;
    overflow: hidden
}

.results-rich-text-dark-new {
    z-index: 1;
    margin-bottom: 24px;
    line-height: 100%;
    position: relative
}

.results-rich-text-dark-new h2 {
    margin-bottom: 0;
    font-size: 4.8rem;
    line-height: 1em;
    color: #ededed;
    transition: transform 0.3s ease
}

a.mybtn {
    text-decoration: none
}

#cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease
}

.right-work-image {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.bottom-work-image {
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.gradient---top {
    background-image: linear-gradient(rgb(0 0 0 / .9), transparent 27%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.horizontal-rule {
    background-color: #fff;
    height: 5px;
    margin-left: 3px;
    position: relative
}

.vertical-rule {
    background-color: #fff;
    width: 5px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end
}

.blue-line---horizontal {
    height: 100%;
    width: 0;
    background-color: blue;
    transition: width 0.3s ease
}

.blue-line---vertical {
    width: 100%;
    height: 0;
    background-color: blue;
    transition: height 0.3s ease;
    transform-origin: bottom
}

.listitem:hover .results-rich-text-dark-new h2 {
    transform: translateY(-10px)
}

.listitem:hover #cover-image {
    transform: scale(1.1)
}

.listitem:hover .blue-line---horizontal {
    width: 100%
}

.listitem:hover .blue-line---vertical {
    height: 100%
}

.section-3 {
    flex: 1;
    padding-top: 0
}

.text-block-6 {
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 14px
}

.full-width-div-flex-wrap {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1350px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    position: relative
}

.background-video {
    aspect-ratio: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    align-self: center;
    height: 85%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    overflow: visible
}

.link-3 {
    color: var(--neutral-link);
    font-weight: 500;
    text-decoration: none
}

.link-3:hover {
    color: var(--neutral-link);
    text-decoration: underline
}

.all-caps {
    text-transform: uppercase
}

.all-caps.contact-email-subheading {
    margin-bottom: 0;
    font-weight: 500
}

.blue-h4 {
    color: var(--neutral-link);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700
}

.interior-website {
    max-width: 1192px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

.interior-website.margin-top {
    z-index: 3;
    margin-top: 20px;
    position: relative
}

.work---case-study---heading {
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 3.5rem;
    line-height: 1em;
    position: relative
}

.interior-header-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 40px
}

.eyebrow {
    z-index: 1;
    background-color: var(--reskin-black);
    margin-bottom: 10px;
    position: relative
}

.work---case-study---eyebrow {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1em;
    position: relative
}

.eyebrow-rule {
    background-color: var(--reskin-blue);
    width: 60px;
    height: 7px;
    margin-left: 3px;
    position: relative
}

.work-videos {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    margin-left: auto;
    display: flex
}

.work-content {
    overflow: hidden
}

.indicator-arrow {
    flex-direction: column-reverse;
    order: 1;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 12px;
    left: 0%;
    right: 0%
}

.arrowBounce {
    transition: (ease 1s);
    animation: bouncey 1.6s infinite
}

@keyframes bouncey {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(0)
    }
}

.image-12---desktop {
    width: 100%;
    display: block
}

.paragraph-3 {
    max-width: 640px;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.6
}

.paragraph-3.padding.top {
    padding-top: 20px
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.html-embed-2 {
    margin-bottom: 70px;
    display: none
}

.div-block-19 {
    background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/6585cf9e70bd5eef3f58e6fa_contact-global-bg.png), url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/65a77e4059e7469404a67721_contact-global-bg-blue.png);
    background-position: 0 0, 50% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-top: 400px
}

.navlink-mobile {
    color: var(--reskin-white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s
}

.navlink-mobile:hover {
    opacity: 1;
    text-decoration: none;
    border-bottom: 4px solid blue
}

.navlink-mobile:active {
    border-bottom: 4px solid blue
}

.menu-open {
    background-color: blue
}

.work-page-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: auto;
    margin-left: auto;
    display: flex
}

.work-page-column.body-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start
}

.div-block-20 {
    display: flex
}

.div-block-21 {
    flex: 1
}

.work-column-paragraph {
    margin-left: auto;
    font-size: 1.1rem;
    line-height: 1.5
}

.hero-section {
    flex-direction: column;
    height: 100svh;
    display: flex;
    background-color: #000
}

.html-embed-4 {
    display: none
}

.html-embed-4-vid {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.space {
    height: 100px
}

.work-page-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 20px;
        line-height: 26px
    }

    h3 {
        margin-bottom: 27px
    }

    h4 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 19px
    }

    .logo {
        display: block
    }

    .link-block:hover {
        opacity: 1
    }

    .nav-menu {
        background-color: var(--reskin-black);
        width: 100%
    }

    .open-close-button-class {
        z-index: 5
    }
	
	    #w-btn-mobile {
		display:none;
	}

    .interiorhero {
        margin-top: 102px
    }

    ._3up {
        margin-top: 36px
    }

    ._3up.contact-us {
        flex-wrap: wrap;
        padding-left: 50px
    }

    ._3up-col {
        width: 48%
    }

    .h2-h1-style {
        margin-bottom: 27px;
        font-size: 52px;
        line-height: 52px
    }

    .navbar-div {
        padding-right: 5px
    }

    .higher-z-index.top {
        z-index: 4
    }

    .collection-list {
        text-align: left;
        display: block
    }

    .collection-item {
        margin-top: 44px;
        margin-bottom: 44px
    }

    .full-width-div {
        width: 100%;
        max-width: 100%
    }

    ._4up {
        justify-content: flex-start;
        margin-left: -11px;
        margin-right: -11px
    }

    ._4up-col {
        width: 30%;
        margin-left: 1.667%;
        margin-right: 1.667%;
        padding-right: 0
    }

    .results-rich-text-dark-new h2 {
        font-size: 3rem
    }

    .full-width-div-flex-wrap {
        width: 100%;
        max-width: 100%
    }

    .interior-website {
        z-index: 2
    }

    .interior-website.no-stick {
        margin-top: 0
    }

    .interior-website.margin-top {
        margin-top: 10px
    }

    .work---case-study---heading {
        font-size: 3.3rem
    }

    .interior-header-copy {
        grid-column-gap: 0;
        grid-row-gap: 10px;
        flex-direction: column;
        padding-bottom: 0
    }

    .eyebrow {
        top: 0
    }

    .work---case-study---eyebrow {
        word-break: break-all;
        font-size: 1.6rem
    }

    .paragraph-3 {
        font-size: 1.1rem
    }

    .div-block-19 {
        padding-top: 280px
    }

    .navlink-mobile {
        width: 100%
    }

    .image-10 {
        width: 21px
    }

    .collection-list-wrapper-8 {
        padding-left: 30px;
        padding-right: 30px
    }

    .work-column-paragraph {
        width: 100%;
        max-width: 100%;
        font-size: 15px
    }

    .html-embed-3 {
        display: none
    }

    .html-embed-3-vid {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .html-embed-4 {
        display: block
    }

    .html-embed-4-vid {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .work-page-container {
        margin-top: -40px
    }

    .work-page-grid {
        grid-template-columns: 0.75fr 1fr
    }
}

@media screen and (max-width:767px) {
    h3 {
        margin-bottom: 17px
    }

    .navbar.homenavbar {
        position: absolute
    }

    .logolink {
        padding-left: 0
    }

    .link-block {
        align-items: center
    }

    ._3up {
        flex-direction: column;
        padding-left: 0
    }

    ._3up.contact-us {
        padding-left: 0
    }

    ._3up-col {
        width: 100%;
        margin-bottom: 40px
    }

    ._3up-col._3-up-col-single,
    ._3up-col._3up-col-last {
        margin-bottom: 0
    }

    .address {
        margin-bottom: 10px
    }

    .h2-h1-style {
        font-size: 36px;
        line-height: 36px
    }

    .h2-h1-style.white-h2-with-underline {
        font-size: 6vw
    }

    .interior-content {
        margin-bottom: 0
    }

    .contact-module {
        padding-bottom: 84px
    }

    ._4up {
        margin-left: -13px;
        margin-right: -13px
    }

    ._4up-col {
        width: 45%;
        margin-bottom: 40px;
        margin-left: 2.5%;
        margin-right: 2.5%
    }

    .background-video {
        width: 100%
    }

    #portfolio-list {
        flex-direction: column
    }

    .listitem {
        width: 100%
    }

    .results-rich-text-dark-new h2 {
        font-size: 4rem
    }

    .interior-website {
        margin-top: 100px
    }

    .interior-website.list {
        margin-top: 0
    }

    .interior-website.margin-top {
        margin-top: 10px
    }

    .work---case-study---heading {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 3.7rem
    }

    .work---case-study---eyebrow {
        margin-bottom: 10px;
        font-size: 1.4rem
    }

    .eyebrow-rule {
        margin-right: 20px
    }

    .work-videos {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 100%
    }

    .div-block-19 {
        padding-top: 220px
    }

    .work-page-column {
        flex: 1;
        width: auto
    }

    .div-block-20 {
        flex-direction: column
    }

    .work-page-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr
    }

    .empty-div {
        display: none
    }

    .section-2.lottie {
        height: 20px;
    }

    .section-2.lottie.visible {
        height: 425vh;
    }
}

@media screen and (max-width:479px) {
    p {
        font-size: 12px;
        line-height: 1.9em
    }

    .navbar.homenavbar {
        z-index: 1000;
        background-image: none;
        padding-bottom: 0;
        display: block;
        position: relative
    }

    .logolink {
        margin-top: 0
    }

    .arrowcontainer {
        width: 27px
    }

    .arrowcontainer.long {
        background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/65707acc0c28a8d60198503f_chevron-right.svg);
        display: inline-block;
        position: relative
    }

    .link-block {
        align-items: center
    }

    .link-block.long {
        flex-direction: row;
        display: flex
    }

    .nav-menu {
        z-index: 100;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        display: flex
    }

    .interiorhero {
        padding-left: 15px;
        padding-right: 15px
    }

    .h2-h1-style.white-h2-with-underline {
        font-size: 8vw
    }

    .interior-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-container {
        z-index: 1000;
        position: absolute;
        top: 0%;
        left: 0%;
        right: 0%;
    }

    .navbar-div {
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        padding-right: 0;
        display: flex
    }

    .collection-list {
        height: 100%
    }

    .contact-module {
        z-index: 10
    }

    .full-width-div.footer-mobile {
        padding-left: 5px;
        padding-right: 5px
    }

    ._4up {
        margin-left: 0;
        margin-right: 0
    }

    ._4up-col {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0%;
        margin-right: 0%
    }

    .text-block-2 {
        display: inline
    }

    .column,
    .column-2 {
        padding-left: 10px
    }

    .lottie-animation.mobile {
        width: 105%;
        height: 105%;
        display: block;
        transform: none
    }

    .section-2.lottie {
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        top: 0;
    }

    .lottie-animation.mobile {
        display: block;
        opacity: 1
    }

    .lottie-animation.desktop {
        display: none
    }

    .work-section {
        display: none
    }

    .work-section-movil {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1
    }

    .work-section-movil-full-width-div {
        width: 100%;
        max-width: 100%;
        z-index: 10;
        display: block;
        position: relative;
        padding-left: 10px
    }

    .movil-link-block.work-section-link {
        color: #ededed;
        justify-content: flex-start;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 450px;
        margin-left: auto;
        padding-top: 100px;
        font-size: 24px;
        line-height: 1em;
        text-decoration: none;
        display: flex
    }

    .text-block-4 {
        font-size: 24px;
        font-family: barlow;
        font-weight: 600
    }

    .workarrowcontainer-movil {
        background-image: url(https://cdn.prod.website-files.com/655cde95e1c7d97bf46f8b7e/657082d50737b83e54a92e08_ius_right_arrow.svg);
        background-position: 0%;
        background-repeat: no-repeat;
        background-size: cover;
        flex: none;
        width: 24px;
        height: 24px;
        margin-left: 10px;
        overflow: hidden;
        font-size: 24px
    }

    .work-section-group {
        position: relative;
        margin-top: 0;
        padding-top: 40px
    }

    .video-button {
        color: #ededed;
        letter-spacing: .25px;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 600;
        line-height: 100%;
        text-decoration: none;
        display: inline-block;
        z-index: 5;
        margin-bottom: 490px;
        font-size: 36px;
        position: relative;
        font-family: barlow
    }

    .work-section-bg-movil {
        z-index: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        bottom: 0%;
        left: 0%;
        right: 0%
    }

    .background-video-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
        opacity: 1;
        visibility: visible
    }

    .background-video-2.hidden {
        opacity: 0;
        visibility: hidden
    }

    .ourwork-movil-video {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none
    }

    .video-content {
        transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
        opacity: 0;
        visibility: hidden
    }

    .-bg-black {
        background-color: #000
    }

    .video-content.visible {
        opacity: 1;
        visibility: visible
    }

    .results-rich-text-dark-new h2 {
        font-size: 2.2rem
    }

    .section-3 {
        z-index: 200;
        background-color: #000;
        margin-top: 54px;
        position: relative
    }

    .background-video {
        height: 380px;
        top: 15%;
        bottom: 18%;
        left: 0
    }

    .image-10 {
        width: 21px
    }

    .image-11 {
        z-index: 100
    }

    .interior-website {
        margin-top: 100px;
        padding-left: 15px;
        padding-right: 15px
    }

    .interior-website.margin-top {
        margin-top: 10px;
        top: 80px
    }

    .work---case-study---heading {
        font-size: 2.2rem
    }

    .interior-header-copy {
        padding-bottom: 0
    }

    .work---case-study---eyebrow {
        font-size: .9rem
    }

    .eyebrow-rule {
        margin-right: 10px
    }

    .work-videos {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .image-12---desktop {
        display: block
    }

    .paragraph-3 {
        font-size: .8rem
    }

    .div-block-19 {
        padding-top: 140px
    }

    .navlink-mobile {
        padding-left: 0;
        font-size: 50px
    }

    .navlink-mobile:hover {
        text-decoration: none
    }

    .collection-list-wrapper-8 {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        padding-top: 100px;
        padding-left: 14px;
        display: flex
    }

    .work-page-column {
        grid-column-gap: 30px;
        grid-row-gap: 30px
    }

    .work-column-paragraph {
        margin-top: 10px;
        font-size: .8rem
    }

    .html-embed-3 {
        display: none
    }

    .work-page-container {
        margin-top: -30px
    }

    .space {
        height: 80px
    }
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c3546355a890f18798b4_Barlow-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c35437eadf1ab7faa0ee_Barlow-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/6583173a8abe10013a919bd1_Barlow-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354f03abb275816222f_Barlow-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354922cbbbce6c6c15f_Barlow-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354b6aa6d758f99f45d_Barlow-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354c621ebaaf3711c1c_Barlow-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/658305836713d1742a32ed76_Barlow-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c3546477d4365742c293_Barlow-BoldItalic.ttf) format("truetype"), url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354de441c25f38ec387_Barlow-ExtraBoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354f16f4eaa743f0742_Barlow-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354ef3483d20ff2727f_Barlow-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Barlow";
    src: url(https://assets.website-files.com/655cde95e1c7d97bf46f8b7e/65a9c354de441c25f38ec3a7_Barlow-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}
